<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP-21.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2018-12-10T10:07:05+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-12-10T10:07:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a2ca3bd78fc002dd1e6533c191e44092cc3aa949'/>
<id>a2ca3bd78fc002dd1e6533c191e44092cc3aa949</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/stdlib/unicode-binary-bug/ERL-777/OTP-15428' into maint</title>
<updated>2018-12-03T09:39:52+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-12-03T09:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb5192f36d1effdd03edf23df9e31ba12eef17d7'/>
<id>bb5192f36d1effdd03edf23df9e31ba12eef17d7</id>
<content type='text'>
* dgud/stdlib/unicode-binary-bug/ERL-777/OTP-15428:
  unicode_util did not handle binary input data correctly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/stdlib/unicode-binary-bug/ERL-777/OTP-15428:
  unicode_util did not handle binary input data correctly
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Let calendar:system_time_to_rfc3339() keep fractions</title>
<updated>2018-11-29T13:25:41+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-11-26T12:12:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8ec20295ba052e5666fc77b66c09445233943814'/>
<id>8ec20295ba052e5666fc77b66c09445233943814</id>
<content type='text'>
RFC3339 mentions in paragraph 5.1 that if certain conditions are
fulfilled, then sorting date and time strings results in a
time-ordered sequence. One of the conditions is that the strings must
have the same number of fractional second digits. This commits makes
sure this is indeed the case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC3339 mentions in paragraph 5.1 that if certain conditions are
fulfilled, then sorting date and time strings results in a
time-ordered sequence. One of the conditions is that the strings must
have the same number of fractional second digits. This commits makes
sure this is indeed the case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix inadvertently suppressed warning for unused variable</title>
<updated>2018-11-21T05:10:16+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2018-11-21T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=df0ce3328e4ac64c0bd82fb10a879d4f0732b261'/>
<id>df0ce3328e4ac64c0bd82fb10a879d4f0732b261</id>
<content type='text'>
An external fun could inadvertently suppress warnings for
unused variables, such as in this example:

    bug() -&gt;
        BugVar = foo(),
        if true -&gt;
            fun m:f/1
        end.

There would be no warning that `BugVar` was unused.

The bug was introduced in ff432e262e652, which was the commit
that extended external funs to allow variables.

https://bugs.erlang.org/browse/ERL-762
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An external fun could inadvertently suppress warnings for
unused variables, such as in this example:

    bug() -&gt;
        BugVar = foo(),
        if true -&gt;
            fun m:f/1
        end.

There would be no warning that `BugVar` was unused.

The bug was introduced in ff432e262e652, which was the commit
that extended external funs to allow variables.

https://bugs.erlang.org/browse/ERL-762
</pre>
</div>
</content>
</entry>
<entry>
<title>unicode_util did not handle binary input data correctly</title>
<updated>2018-11-20T10:25:21+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-11-19T12:44:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d00c1adf7e12f791781995c9469a1acf94ddfb93'/>
<id>d00c1adf7e12f791781995c9469a1acf94ddfb93</id>
<content type='text'>
gc_zwj sent binaries recursivly to gc_extend/3 which didn't handle
can't handle them.

ERL-777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gc_zwj sent binaries recursivly to gc_extend/3 which didn't handle
can't handle them.

ERL-777
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-18' into maint</title>
<updated>2018-11-14T08:34:05+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-11-14T08:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b0c054fe7c8f6467f3309e47ec62cfc9300bcc14'/>
<id>b0c054fe7c8f6467f3309e47ec62cfc9300bcc14</id>
<content type='text'>
* maint-18:
  Updated OTP version
  Prepare release
  Optimize operator '--' and yield on large inputs

Conflicts:
	OTP_VERSION
	erts/doc/src/notes.xml
	erts/emulator/beam/erl_alloc.types
	erts/emulator/beam/erl_bif_lists.c
	erts/vsn.mk
	lib/stdlib/doc/src/notes.xml
	lib/stdlib/vsn.mk
	make/otp_version_tickets
	otp_versions.table
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint-18:
  Updated OTP version
  Prepare release
  Optimize operator '--' and yield on large inputs

Conflicts:
	OTP_VERSION
	erts/doc/src/notes.xml
	erts/emulator/beam/erl_alloc.types
	erts/emulator/beam/erl_bif_lists.c
	erts/vsn.mk
	lib/stdlib/doc/src/notes.xml
	lib/stdlib/vsn.mk
	make/otp_version_tickets
	otp_versions.table
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-11-09T14:24:48+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-09T14:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d8aef84f6ecb12f1367a3b9c783da1306b66a10c'/>
<id>d8aef84f6ecb12f1367a3b9c783da1306b66a10c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/erts/OTP-18.3.4/minusminus_trapping/OTP-15371' into maint-18</title>
<updated>2018-11-09T14:24:45+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-09T14:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c3cf08e8423e1e3fd1b76066b5c8008415ffd555'/>
<id>c3cf08e8423e1e3fd1b76066b5c8008415ffd555</id>
<content type='text'>
* john/erts/OTP-18.3.4/minusminus_trapping/OTP-15371:
  Optimize operator '--' and yield on large inputs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/erts/OTP-18.3.4/minusminus_trapping/OTP-15371:
  Optimize operator '--' and yield on large inputs
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-20' into maint</title>
<updated>2018-11-09T14:19:21+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-11-09T14:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=85591a55983966ff2f25805abc8d61c8b4c05944'/>
<id>85591a55983966ff2f25805abc8d61c8b4c05944</id>
<content type='text'>
* maint-20:
  Updated OTP version
  Prepare release
  Optimize operator '--' and yield on large inputs

Conflicts:
	OTP_VERSION
	erts/doc/src/notes.xml
	erts/emulator/beam/erl_alloc.types
	erts/emulator/beam/erl_bif_lists.c
	erts/vsn.mk
	lib/ssl/doc/src/notes.xml
	lib/ssl/vsn.mk
	lib/stdlib/doc/src/notes.xml
	lib/stdlib/vsn.mk
	make/otp_version_tickets
	otp_versions.table
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint-20:
  Updated OTP version
  Prepare release
  Optimize operator '--' and yield on large inputs

Conflicts:
	OTP_VERSION
	erts/doc/src/notes.xml
	erts/emulator/beam/erl_alloc.types
	erts/emulator/beam/erl_bif_lists.c
	erts/vsn.mk
	lib/ssl/doc/src/notes.xml
	lib/ssl/vsn.mk
	lib/stdlib/doc/src/notes.xml
	lib/stdlib/vsn.mk
	make/otp_version_tickets
	otp_versions.table
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-11-05T09:48:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-11-05T09:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f5313be396144700acff451279062dab9674e436'/>
<id>f5313be396144700acff451279062dab9674e436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
