liujjun 发表于 2015-10-8 08:09:55

newLISP 10.6.4 开发版发布,功能更新和 BUG 修复

欢迎加入运维网交流群:263444886  
  newLISP 10.6.4 开发版发布,此版本更新内容如下:
组件和改进

[*]  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... 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.
  下载:http://www.newlisp.org/downloads/development/ 
  
  newLISP是一个类似Lisp语言的、用于一般用途的脚本语言。它具有 LISP 语言所有的魔力,但更容易学习和使用。 newLISP是友好的,快速和简小的。大部分您需要的功能都将已经内置。
  
页: [1]
查看完整版本: newLISP 10.6.4 开发版发布,功能更新和 BUG 修复