<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/src, branch OTP_R15B</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright years</title>
<updated>2011-12-09T15:22:23+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-09T15:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=984f4e1c21f2c9f4a03024d36afd393515276a65'/>
<id>984f4e1c21f2c9f4a03024d36afd393515276a65</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 'ta/sendfile/OTP-9240'</title>
<updated>2011-12-08T14:29:30+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-12-08T14:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3323324c28d9102099b03e266f5c36aee0183f2c'/>
<id>3323324c28d9102099b03e266f5c36aee0183f2c</id>
<content type='text'>
* ta/sendfile/OTP-9240:
  Do not use async threads on DARWIN
  Fix cleanup when sendfile process crashes
  Return {error,closed} from sendfile if closed
  Do not use SFV_NOWAIT as it does not exist on all solaris
  Clarify some code comments
  Make solaris use sendfilev
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ta/sendfile/OTP-9240:
  Do not use async threads on DARWIN
  Fix cleanup when sendfile process crashes
  Return {error,closed} from sendfile if closed
  Do not use SFV_NOWAIT as it does not exist on all solaris
  Clarify some code comments
  Make solaris use sendfilev
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/file-info-opt-utc/OTP-7687'</title>
<updated>2011-12-08T14:01:59+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-08T14:01:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6578cd796f4b5c161ed641baded4a6de435325c8'/>
<id>6578cd796f4b5c161ed641baded4a6de435325c8</id>
<content type='text'>
* egil/file-info-opt-utc/OTP-7687: (39 commits)
  Remove time_t specific test in prim_file_SUITE
  Update prim_file.beam and prim_zip.beam
  Add types for posixtime_to_universaltime and the reverse
  Set BASEYEAR to 1902
  Set lower limit of years handled to 1601
  Emulate localtime, gmtime and mktime to enable negative time_t
  Document file:*_file_info/2
  Fix compiler warning in unix_efile.c
  Change name of bif universaltime_to_seconds/1
  Change options to prim_file:*_file_info/*
  Remove dead code
  Catch errors from prim_file:*_file_info
  Testcase for utc &lt;-&gt; seconds conversion
  Fix negative time in seconds_to_universaltime/1
  Remove OS taint from datetime conversion
  Add utc &lt;-&gt; seconds conversions bifs
  Let prim_file validate ctime in file_info
  Teach #file_info spec unix epochs for file times
  Add file_info_opt tests in prim_file_SUITE
  unix_efile: Zero is a valid number in utime
  ...

Conflicts:
	erts/emulator/beam/erl_time_sup.c
	erts/emulator/sys/win32/erl_win_sys.h
	erts/emulator/sys/win32/sys_time.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/file-info-opt-utc/OTP-7687: (39 commits)
  Remove time_t specific test in prim_file_SUITE
  Update prim_file.beam and prim_zip.beam
  Add types for posixtime_to_universaltime and the reverse
  Set BASEYEAR to 1902
  Set lower limit of years handled to 1601
  Emulate localtime, gmtime and mktime to enable negative time_t
  Document file:*_file_info/2
  Fix compiler warning in unix_efile.c
  Change name of bif universaltime_to_seconds/1
  Change options to prim_file:*_file_info/*
  Remove dead code
  Catch errors from prim_file:*_file_info
  Testcase for utc &lt;-&gt; seconds conversion
  Fix negative time in seconds_to_universaltime/1
  Remove OS taint from datetime conversion
  Add utc &lt;-&gt; seconds conversions bifs
  Let prim_file validate ctime in file_info
  Teach #file_info spec unix epochs for file times
  Add file_info_opt tests in prim_file_SUITE
  unix_efile: Zero is a valid number in utime
  ...

Conflicts:
	erts/emulator/beam/erl_time_sup.c
	erts/emulator/sys/win32/erl_win_sys.h
	erts/emulator/sys/win32/sys_time.c
</pre>
</div>
</content>
</entry>
<entry>
<title>Document file:*_file_info/2</title>
<updated>2011-12-08T13:12:03+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-07T22:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=965db6494f80e4c784aa3bb1cd96dd925ce8b284'/>
<id>965db6494f80e4c784aa3bb1cd96dd925ce8b284</id>
<content type='text'>
  * file:read_file_info/2
  * file:write_file_info/3

Document options and time behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  * file:read_file_info/2
  * file:write_file_info/3

Document options and time behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dead code</title>
<updated>2011-12-08T13:12:02+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-07T14:35:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9158448a508e3e919739dbee0e8e0cad32445941'/>
<id>9158448a508e3e919739dbee0e8e0cad32445941</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return {error,closed} from sendfile if closed</title>
<updated>2011-12-07T18:19:17+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-12-07T13:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1137c0a08b25ab5e38286260f0b7c51ba015afbb'/>
<id>1137c0a08b25ab5e38286260f0b7c51ba015afbb</id>
<content type='text'>
If the socket is closed by the remote end, sendfile
now returns {error,closed}.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the socket is closed by the remote end, sendfile
now returns {error,closed}.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug printout</title>
<updated>2011-12-07T07:21:29+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2011-12-07T07:21:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6df19d19bec52c979526fd4367ca5fd27d516ca2'/>
<id>6df19d19bec52c979526fd4367ca5fd27d516ca2</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 'ta/docs'</title>
<updated>2011-12-06T15:26:40+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-12-06T15:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3996fd94136ceb850fd93c732daeab919ffdcb88'/>
<id>3996fd94136ceb850fd93c732daeab919ffdcb88</id>
<content type='text'>
* ta/docs:
  Fix misspelling of chosen
  Fix typos in erl(1)
  Fix misspelling of 'turn off'
  Fix typo in reltool(3)
  Fix typo in gen_sctp(3)
  Fix typo in mod_responsecontrol.erl
  Fix typo in erts_alloc(3)
  Fix typos in ssl_cipher.erl
  Fix typos in expressions.xml
  file: correct make_link/2 and make_symlink/2 docs
  Fix typo in test_server(3)
  Fix typos in io_protocol.xml
  Fix typo in erlang(3)
  Fix typos in tar_SUITE
  Fix typos in erts/preloaded/src

OTP-9787
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ta/docs:
  Fix misspelling of chosen
  Fix typos in erl(1)
  Fix misspelling of 'turn off'
  Fix typo in reltool(3)
  Fix typo in gen_sctp(3)
  Fix typo in mod_responsecontrol.erl
  Fix typo in erts_alloc(3)
  Fix typos in ssl_cipher.erl
  Fix typos in expressions.xml
  file: correct make_link/2 and make_symlink/2 docs
  Fix typo in test_server(3)
  Fix typos in io_protocol.xml
  Fix typo in erlang(3)
  Fix typos in tar_SUITE
  Fix typos in erts/preloaded/src

OTP-9787
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ao/fix-change-time-inval-dates'</title>
<updated>2011-12-06T13:37:42+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-12-06T13:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f1bee4f92dd991364606f968ca2ec647ba8b33d'/>
<id>5f1bee4f92dd991364606f968ca2ec647ba8b33d</id>
<content type='text'>
* ao/fix-change-time-inval-dates:
  Fix a crash when file:change_time/2,3 are called with invalid dates

OTP-9785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ao/fix-change-time-inval-dates:
  Fix a crash when file:change_time/2,3 are called with invalid dates

OTP-9785
</pre>
</div>
</content>
</entry>
<entry>
<title>file: correct make_link/2 and make_symlink/2 docs</title>
<updated>2011-12-05T16:29:10+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2011-10-21T10:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6a223b057ceac584a1eff201845b7116dd8430e3'/>
<id>6a223b057ceac584a1eff201845b7116dd8430e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
