From 05f11890bdfec4bfc3a78e191a87e70a937ffc54 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 25 Feb 2013 19:23:54 +0100 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 69 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index a38fcb3d0b..2ec0d6a60f 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,75 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 1.19.1 + +
Fixed Bugs and Malfunctions + + +

Bugs related to Unicode have been fixed in the + erl_eval module.

+

+ Own Id: OTP-10622 Aux Id: kunagi-351 [262]

+
+ +

filelib:wildcard("some/relative/path/*.beam", + Path) would fail to match any file. That is, + filelib:wildcard/2 would not work if the first component + of the pattern did not contain any wildcard characters. + (A previous attempt to fix the problem in R15B02 seems to + have made matters worse.)

+

(Thanks to Samuel Rivas and Tuncer Ayaz.)

+

There is also an incompatible change to the + Path argument. It is no longer allowed to be a + binary.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-10812

+
+
+
+ + +
Improvements and New Features + + +

The new STDLIB application variable + shell_strings can be used for determining how the + Erlang shell outputs lists of integers. The new function + shell:strings/1 toggles the value of the variable. +

The control sequence modifier l can be + used for turning off the string recognition of ~p + and ~P.

+

+ Own Id: OTP-10755

+
+ +

Miscellaneous updates due to Unicode support.

+

+ Own Id: OTP-10820

+
+ +

Extend ~ts to handle binaries with characters + coded in ISO-latin-1

+

+ Own Id: OTP-10836

+
+ +

+ The +pc flag to erl can be used to set the range of + characters considered printable. This affects how the + shell and io:format("~tp",...) functionality does + heuristic string detection. More can be read in STDLIB + users guide.

+

+ Own Id: OTP-10884

+
+
+
+ +
+
STDLIB 1.19
Fixed Bugs and Malfunctions -- cgit v1.2.3