notes_latest.sgml
来自「OTP是开放电信平台的简称」· SGML 代码 · 共 168 行
SGML
168 行
<!doctype chapter PUBLIC "-//Stork//DTD chapter//EN"><!-- ``The contents of this file are subject to the Erlang Public License, Version 1.1, (the "License"); you may not use this file except in compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved via the world wide web at http://www.erlang.org/. Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Initial Developer of the Original Code is Ericsson Utvecklings AB. Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings AB. All Rights Reserved.'' $Id$--><chapter> <header> <title>STDLIB Release Notes</title> <prepared>Kenneth Lundin</prepared> <responsible>Kenneth Lundin</responsible> <docno></docno> <approved>Kenneth Lundin</approved> <checked>Kenneth Lundin</checked> <date>97-11-17</date> <rev>F</rev> <file>release_notes.sgml</file> </header> <p>This document describes the changes made to the <c>stdlib</c> application. <section> <title>Stdlib 1.4</title> <section> <title>Incompatibilities with Stdlib 1.3.2</title> <list> <item> </list> </section> <section> <title>Fixed Bugs and malfunctions</title> <list> <item> <p><c>timer</c> module now uses gen_server:call/3 with timeout set to infinity instead of the default value 5 sec. <p> Own Id: OTP-1688 <item> <p><c>sys:log_to_file</c> didn't close old log files if they were not explicitly closed. <p> Own Id: OTP-1977 </list> </section> <section> <title>Improvements and new features</title> <list> <item> <p>A new function <c>filename:nativename(Path)</c> which normalizes and converts a filename string to a representation accepted by the command shell and native applications on the current platform. On Windows forward slashes are converted to back slashes. <p>Own Id:OTP-1632 <item> <p>The <c>calendar</c> module has been updated with a set of new functions for conversion between local and universal time, and for computing differencies between epochs in time, and for converting return values from <c>erlang:now()</c> to local and universal time. <p>Own Id: OTP-1801 </list> </section> <section> <title>Incompatibilities with Stdlib 1.3.2</title> <list> <item> <p>Due to the new semantics in the <c>!</c> operator, the generic behaviour functions that previously could exit, cannot exit anymore. For example, <c>gen_server:call</c> do not exit if the server does not exist. It still exits if no answer is received within the timeout. </list> </section> </section> <section> <title>Stdlib 1.3.2</title> <section> <title>Incompatibilities with Stdlib 1.3.1</title> <list> <item> <p>Because of the major updates to the <c>slave</c> module a version of OTP with this new slave module as described here *cannot* start slave nodes on computers using an older version of OTP, and vice versa. <p>The return values from <c>slave</c> on error are changed (atoms are used instead of strings). <p>Own Id:OTP-1463 </list> </section> <section> <title>Fixed Bugs and malfunctions</title> <list> <item> <p><c>filename:basename("/foo/bar/")</c> returned wrong result: <c>[]</c>. The last <c>/</c> should be ignored and the result should be <c>"bar"</c>. <p>Own Id:OTP-1451 </list> </section> <section> <title>Improvements and new features</title> <list> <item> <p><c>slave:start</c> is enhanced to work on other platforms (e.g WIN32). Previously it was UNIX specific. <p>Own Id:OTP-1463 <item> <p>The <c>timer</c> module is modified to be a gen_server and is now supervised by the safe kernel supervisor. <p>Own Id: OTP-1469 </list> </section> </section> <section> <title>Stdlib 1.3.1</title> <section> <title>Fixed Bugs and malfunctions</title> <list> <item> <p><c>ets</c> tables created before the system was converted to a distributed system could not be accessed then the system became distributed. The representation of the <c>ets</c> table identifier is thus changed. <p>Own Id: OTP-1393 </list> </section> </section></chapter>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?