~ubuntu-branches/ubuntu/lucid/erlang/lucid-proposed

« back to all changes in this revision

Viewing changes to lib/stdlib/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-06-11 12:18:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090611121807-ks7eb4xrt7dsysgx
Tags: 1:13.b.1-dfsg-1
* New upstream release.
* Removed unnecessary dependency of erlang-os-mon on erlang-observer and
  erlang-tools and added missing dependency of erlang-nox on erlang-os-mon
  (closes: #529512).
* Removed a patch to eunit application because the bug was fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  </header>
30
30
  <p>This document describes the changes made to the STDLIB application.</p>
31
31
 
 
32
<section><title>STDLIB 1.16.2</title>
 
33
 
 
34
    <section><title>Fixed Bugs and Malfunctions</title>
 
35
      <list>
 
36
        <item>
 
37
            <p>The text of tokens returned by the Erlang scanner
 
38
            (<c>erl_scan</c>) was sometimes empty when the
 
39
            <c>text</c> option was given and <c>StartLocation</c> was
 
40
            a line. This bug has been fixed.</p>
 
41
          <p>
 
42
            Own Id: OTP-7965</p>
 
43
        </item>
 
44
        <item>
 
45
            <p>The documentation for <c>base64:decode/1</c> has been
 
46
            updated to point out that it strips whitespace.</p>
 
47
            <p><c>base64:decode/1</c> and <c>base64:mime_decode/1</c>
 
48
            would sometimes fail instead of stripping away non-base64
 
49
            characters.</p>
 
50
          <p>
 
51
            Own Id: OTP-7984</p>
 
52
        </item>
 
53
        <item>
 
54
          <p>
 
55
            Two types in the <c>gen</c> module were corrected.</p>
 
56
          <p>
 
57
            Own Id: OTP-8029 Aux Id: seq11296 </p>
 
58
        </item>
 
59
        <item>
 
60
          <p>
 
61
            <c>array:from_orddict([])</c> and
 
62
            <c>array:from_list([])</c> would construct fixed arrays
 
63
            instead of extendible arrays.</p>
 
64
          <p>
 
65
            Own Id: OTP-8033</p>
 
66
        </item>
 
67
      </list>
 
68
    </section>
 
69
 
 
70
 
 
71
    <section><title>Improvements and New Features</title>
 
72
      <list>
 
73
        <item>
 
74
          <p>
 
75
            Interpreted escripts are now tail recursive.</p>
 
76
          <p>
 
77
            The function erl_eval:expr/5 has been introduced.</p>
 
78
          <p>
 
79
            Own Id: OTP-7933</p>
 
80
        </item>
 
81
        <item>
 
82
          <p>
 
83
            <c>gen_server:call/2,3</c> will be somewhat faster if the
 
84
            calling process has a many messages in its message queue.</p>
 
85
          <p>
 
86
            Own Id: OTP-7979</p>
 
87
        </item>
 
88
        <item>
 
89
          <p>
 
90
            Random now supports seed with arity one,
 
91
            <c>random:seed/1</c>, which takes a three-tuple.</p>
 
92
          <p>
 
93
            Own Id: OTP-8019</p>
 
94
        </item>
 
95
        <item>
 
96
            <p>The <c>regexp</c> module now recognizes the escape
 
97
            sequences <c>\xXY</c> and <c>\x{X...}</c>.</p>
 
98
          <p>
 
99
            Own Id: OTP-8024</p>
 
100
        </item>
 
101
      </list>
 
102
    </section>
 
103
 
 
104
</section>
 
105
 
32
106
<section><title>STDLIB 1.16.1</title>
33
107
 
34
108
    <section><title>Fixed Bugs and Malfunctions</title>