Changeset 4447 for trunk/RELEASE_NOTES.txt
- Timestamp:
- 08/25/08 02:03:49 (3 months ago)
- Files:
-
- 1 modified
-
trunk/RELEASE_NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4446 r4447 33 33 and copied to the generated intermediate Prolog files. 34 34 35 Corrected a set of singleton variable bugs in the Logtalk compiler and36 runtime. Thanks to Joachim Schimpf and Kish Shen work on the improved35 Corrected a set of singleton variable related bugs in the Logtalk compiler 36 and runtime. Thanks to Joachim Schimpf and Kish Shen work on the improved 37 37 singleton variable checking code found on the new ECLiPSe 6.0 compiler. 38 38 … … 40 40 the implementation of the debugger abort command to use the de-facto 41 41 standard Prolog built-in predicate abort/0. Corrected a bug that prevented 42 the use of the command ignoreat the redo port.42 the use of the command "ignore" at the redo port. 43 43 44 44 Improved performance of multi-threading applications (specially on MacOS X) 45 45 when using SWI-Prolog as the back-end compiler by making the lookup caches 46 46 thread local. 47 48 Added a multifile/1 directive for the logtalk_library_path/2 predicate. 47 49 48 50 Corrected a bug in the verification of portable calls that would fail to
