Changeset 4285 for trunk

Show
Ignore:
Timestamp:
05/28/08 09:17:53 (4 months ago)
Author:
pmoura
Message:

Removed from the YAP POSIX integration script the command-line options setting the initial stack, heap, and tail data area sizes. These settings are no longer necessary for recent YAP versions.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/integration/yaplgt.sh

    r4283 r4285  
    7171echo 
    7272 
    73 exec yap -s 49152 -h 16384 -t 1024 -l "$LOGTALKHOME/integration/logtalk_yap.pl" "$@" 
     73exec yap -l "$LOGTALKHOME/integration/logtalk_yap.pl" "$@" 
  • trunk/RELEASE_NOTES.txt

    r4284 r4285  
    1212 
    13132.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. 
    1418 
    1519    Updated the syntax coloring support for the Vim text editor to properly