- Timestamp:
- 05/28/08 09:17:53 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
integration/yaplgt.sh (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/integration/yaplgt.sh
r4283 r4285 71 71 echo 72 72 73 exec yap - s 49152 -h 16384 -t 1024 -l "$LOGTALKHOME/integration/logtalk_yap.pl" "$@"73 exec yap -l "$LOGTALKHOME/integration/logtalk_yap.pl" "$@" -
trunk/RELEASE_NOTES.txt
r4284 r4285 12 12 13 13 2.31.7 - June ??, 2008 14 15 Removed from the YAP POSIX integration script the command-line options 16 setting the initial stack, heap, and tail data area sizes. These settings 17 are no longer necessary for recent YAP versions. 14 18 15 19 Updated the syntax coloring support for the Vim text editor to properly
