<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/src, branch OTP-20.2.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>stdlib: string optimize special case for ASCII</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-04T14:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8350886687735b3552f41780563eedac7e6650e7'/>
<id>8350886687735b3552f41780563eedac7e6650e7</id>
<content type='text'>
Avoid unicode_util module call for ASCII strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid unicode_util module call for ASCII strings
</pre>
</div>
</content>
</entry>
<entry>
<title>fix win32 share filename join/split (#1604)</title>
<updated>2017-10-23T10:06:51+00:00</updated>
<author>
<name>Bikram Chatterjee</name>
<email>chatterjee@bluewin.ch</email>
</author>
<published>2017-10-23T10:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=faddc82d3c8c25fbddb1074d511582b8ac020c38'/>
<id>faddc82d3c8c25fbddb1074d511582b8ac020c38</id>
<content type='text'>
Handle UNC (shared) path on win32, previously  "//dir/.." and "\\\\dir\.." was cleaned up to
"/dir/.." which was not correct.

OTP-14693</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle UNC (shared) path on win32, previously  "//dir/.." and "\\\\dir\.." was cleaned up to
"/dir/.." which was not correct.

OTP-14693</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/stdlib/fix_ets_i_1/OTP-14663' into maint</title>
<updated>2017-10-17T12:48:56+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-10-17T12:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc4b103d27e447ffb439adbdf39e5fea87a27b31'/>
<id>fc4b103d27e447ffb439adbdf39e5fea87a27b31</id>
<content type='text'>
* hasse/stdlib/fix_ets_i_1/OTP-14663:
  stdlib: Make ets:i/1 exit cleaner upon ^D (old Erlang shell)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/stdlib/fix_ets_i_1/OTP-14663:
  stdlib: Make ets:i/1 exit cleaner upon ^D (old Erlang shell)
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint"</title>
<updated>2017-10-12T14:28:31+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-10-12T14:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f28539265d753bbaa473cb488e951bfe47304a01'/>
<id>f28539265d753bbaa473cb488e951bfe47304a01</id>
<content type='text'>
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Make ets:i/1 exit cleaner upon ^D (old Erlang shell)</title>
<updated>2017-10-03T08:32:42+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-09-26T07:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=23817dd3f1bd70ede570b2aa065fe4ff26aedc04'/>
<id>23817dd3f1bd70ede570b2aa065fe4ff26aedc04</id>
<content type='text'>
Instead of crashing, ^D now exits Erlang if started with -oldshell.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of crashing, ^D now exits Erlang if started with -oldshell.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow null in filenames</title>
<updated>2017-09-27T15:47:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-09-06T15:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eae496a72e270fd7af411714738e99a7fadfd19b'/>
<id>eae496a72e270fd7af411714738e99a7fadfd19b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Remove gs removed warning</title>
<updated>2017-09-22T08:09:19+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-09-22T08:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8703d3ee9e6e551f78e0646fde76a726e107f9d7'/>
<id>8703d3ee9e6e551f78e0646fde76a726e107f9d7</id>
<content type='text'>
Caused warnings which could not be suppressed, if old 'gs' application
was compiled and used together with otp-20, which is fair usage even
if OTP does not support the application anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caused warnings which could not be suppressed, if old 'gs' application
was compiled and used together with otp-20, which is fair usage even
if OTP does not support the application anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update appup in stdlib and sasl for OTP-20.1</title>
<updated>2017-09-18T14:04:50+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-08-25T09:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=69b9017a1367953f63869efd29658c193c7d7365'/>
<id>69b9017a1367953f63869efd29658c193c7d7365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1549 from ggcampinho/fix-move-cursor</title>
<updated>2017-09-14T07:43:24+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dangud@gmail.com</email>
</author>
<published>2017-09-14T07:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd36da0f509ee4e357fdf51b60f3dfcecc824eb8'/>
<id>bd36da0f509ee4e357fdf51b60f3dfcecc824eb8</id>
<content type='text'>
Consider ANSI escape codes on cp_pos_to_col</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consider ANSI escape codes on cp_pos_to_col</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix jumping to beginning or end of line</title>
<updated>2017-09-13T13:16:19+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-09-13T11:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5211e65b8a89f95d8a4371a1fefa252c2fccfea8'/>
<id>5211e65b8a89f95d8a4371a1fefa252c2fccfea8</id>
<content type='text'>
When cursor is before or after a multi-codepoint grapheme cluster.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When cursor is before or after a multi-codepoint grapheme cluster.
</pre>
</div>
</content>
</entry>
</feed>
