ossp-pkg/js/ChangeLog 1.27 -> 1.28
--- ChangeLog 2006/08/03 12:30:15 1.27
+++ ChangeLog 2006/08/03 12:41:27 1.28
@@ -13,6 +13,12 @@
Changes between 1.6.20060731 and 1.6.200608xx (2006-07-31 to 2006-08-xx)
+ o Be more clean and replace weak "#if JS_HAS_FILE_OBJECT" constructs
+ with the stronger "#if defined(JS_HAS_FILE_OBJECT) && (JS_HAS_FILE_OBJECT - 0)"
+ as the JS_HAS_FILE_OBJECT can be not defined at all (in contrast to
+ other JS_HAS_XXXX defines which are all listed in src/jsconfig.h)
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
o Fix a bunch of compiler warnings.
[Ralf S. Engelschall <rse@engelschall.com>]
|
|