The installation location iprefix for OS X, Linux and other Unix like platforms has been changed from /usr/ to /ust/local/.
Only on Mac OS X when starting guiserver.jar first, when it is notloaded by another newLISP program, guiserver.jar expects the newlisp executable in /usr/local/bin/newlisp.
In get/put/post-url the new string option "raw" inhibits 'Location' redirection. "raw" can also be combined with the "list" and "debug" options.
In get/put/post-url list mode the second string in the list contains only the returned content. The third list member is the server HTTP response line. The fourth list member contains the status-code, which is 0 for an invalid HTTP response.
The save function now saves symbols with strings longer than 2027characters appending multiple partial lines delimited by quotes "...".This way lines can contain escape characters which are not allowed when using[text]...[/text] tags as delimiters..
Bug 修复
Response string from 'get/put/post-url' was not zero-terminated forHTTP error returns.
date-value did not evaluate month, day parameters.
PCRE options PCRE_NOTBOL, PCRE_NOTEOL and PCRE_NOTEMPTY did not work.
Loading an empty file now returns nil instead of throwing anerror.