内容简介:它还在更新的... 兼容10.7.x系列,至于更新什么,我也不知道... Bug fixes Bug fixes where done in releases 10.7.2, 10.7.3, 10.7.4 and 10.7.5. When using read-line on files together with other funtions li...
它还在更新的...
兼容10.7.x系列,至于更新什么,我也不知道...
Bug fixes
Bug fixes where done in releases 10.7.2, 10.7.3, 10.7.4 and 10.7.5.
- When using read-line on files together with other funtions like read, seek and search, file positions are now maintained better.
- Better handling of UTF-16 encoded filenames on MS Windows. Filenames in newLISP UTF-8 versions should be given encoded in UTF-8 but will be correctly encoded to UTF-16 format on Windows. When reading from the Windows file system, they will be correctly translated to UTF-8.
- Fixed a wrong "symbol protected" message when a protected symbol is part of a nested espression, but not a symbol with its content to be modified.
- Fixed a flushing problem on print to stdout on macOS and other BSDs.
- (trim str) on some strings containing 0's would overrun memory and 0's where not trimmed from the left. All characters less than space (32) should be trimmed from both ends of the string buffer. When the entire string is valid ASCII or UTF-8 with no 0's, trim behaves like in older versions.
- (rotate theList -offsetOfRotation) did not return the correct original list when offsetOfRotation was equal to the length of the list to rotate.
- Some list comparisons would ignore trailing nil's in lists, which would lead to wrong results.
New Features
New features where added in development releases 10.7.3 and 10.7.4.
- Supress loading of startup file init.lsp when -h option is present. In older versions only the -n and -x options supressed init.lsp.
- (read-key true) with the true parameter is now non-blocking.
- When starting newlisp in -http-safe server mode HTTP_PUT and HTTP_DELETE requests will not be served. This will cause write-file and delete-file in url syntax and put-url and delete-url functions issued from a newLISP client to return the text message "Server in safe mode".
- The environment variable REQUEST_URI is now defined when newLISP is run in webserver mode.
Compatibility with previous versions
This version is compatible with the previous versions in the 10.7.x series.
以上所述就是小编给大家介绍的《newLISP 10.7.5 发布,小功能更新和bugfix》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- oscnews 1.3.0 更新,更新趋势榜功能
- Java 8 语言功能支持更新
- KDE 在 2020 年的功能更新
- oscnews 1.4.0 更新,新增多个功能
- 速览|京东云6月产品与功能更新
- 码良之笔更新,新增组件商城功能
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Redis 深度历险:核心原理与应用实践
钱文品 / 电子工业出版社 / 2019-1 / 79
Redis 是互联网技术架构在存储系统中使用得最为广泛的中间件,也是中高级后端工程师技术面试中面试官最喜欢问的工程技能之一,特别是那些优秀的互联网公司,通常要求面试者不仅仅掌握 Redis 基础用法,还要理解 Redis 内部实现的细节原理。《Redis 深度历险:核心原理与应用实践》作者老钱在使用 Redis 上积累了丰富的实战经验,希望帮助更多后端开发者更快、更深入地掌握 Redis 技能。 ......一起来看看 《Redis 深度历险:核心原理与应用实践》 这本书的介绍吧!