<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/ChangeLog, branch v7.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2007-05-31T14:40:51Z</updated>
<entry>
<title>Pull printf-related code from gnulib, rather than using forked copy.</title>
<updated>2007-05-31T14:40:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-05-31T14:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=536ac0ff6e5382e02f9e23347f81c5873c812d3c'/>
<id>urn:sha1:536ac0ff6e5382e02f9e23347f81c5873c812d3c</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Don't avoid size_max and xsize
modules.  While I dislike xsize-style overflow avoidance, maintaining
a forked version of e.g., vasnprintf.c was too much work.
* lib/printf-parse.c, lib/vasnprintf.c, lib/unicodeio.c: Remove local
copies, so we now get these files from gnulib.
</content>
</entry>
<entry>
<title>Fix a typo in the handling of %x and %X.</title>
<updated>2007-03-20T14:21:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-03-20T14:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=13e4c87ff60b74b4401e4d6fa33823da5125f15a'/>
<id>urn:sha1:13e4c87ff60b74b4401e4d6fa33823da5125f15a</id>
<content type='text'>
* vasnprintf.c (VASNPRINTF): When adding 2 to buffer length,
don't double it.
</content>
</entry>
<entry>
<title>* vasnprintf.c (VASNPRINTF): Add missing semicolon.</title>
<updated>2007-03-04T12:03:59Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-03-04T12:03:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b7a568ece8e9ae81e1fc444fb1ceb222c9940ea3'/>
<id>urn:sha1:b7a568ece8e9ae81e1fc444fb1ceb222c9940ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* vasnprintf.c (VASNPRINTF): Remove cast of alloca return value.</title>
<updated>2007-03-02T13:33:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-03-02T13:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c872a5f7bb33cccb1f9c031a86bc7d1425e2a655'/>
<id>urn:sha1:c872a5f7bb33cccb1f9c031a86bc7d1425e2a655</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge in changes from gnulib:</title>
<updated>2007-03-01T09:41:48Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-03-01T09:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b3b6f52fadfbab0277153b9142251989e8e635d4'/>
<id>urn:sha1:b3b6f52fadfbab0277153b9142251989e8e635d4</id>
<content type='text'>
* vasnprintf.c: Add a comment explaining why coreutils has its own
version of this file.
Include &lt;stdint.h&gt;.
(SIZE_MAX): Remove definition (now, stdint.h covers that).
(EOVERFLOW): Remove definition (now done via the eoverflow module).
Update some #ifdef to #if.
Use HAVE_LONG_LONG_INT, not HAVE_LONG_LONG.
* printf-parse.c: Likewise.
</content>
</entry>
<entry>
<title>* tsearch.c: Remove unused file.</title>
<updated>2007-02-28T20:50:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-28T20:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b2a48ec2402585879ed334de21368f0cfa49fb48'/>
<id>urn:sha1:b2a48ec2402585879ed334de21368f0cfa49fb48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* randperm.c (randperm_new): Comment: say that this function</title>
<updated>2007-02-23T21:16:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-23T21:16:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=813de08e50ee89bccff10d97caa673331de7a244'/>
<id>urn:sha1:813de08e50ee89bccff10d97caa673331de7a244</id>
<content type='text'>
returns a pointer to malloc'd storage.
</content>
</entry>
<entry>
<title>Rely on gnulib-generated stdlib.h, not exit.h.</title>
<updated>2007-02-18T21:34:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-02-18T21:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6819756293ae8a0090d63b085cd60b64904b431b'/>
<id>urn:sha1:6819756293ae8a0090d63b085cd60b64904b431b</id>
<content type='text'>
* src/system.h: Don't include exit.h, now that it's subsumed
by the gnulib-generated stdlib.h.
* lib/xfts.c: Include &lt;stdlib.h&gt; rather than exit.h, now that stdlib.h
</content>
</entry>
<entry>
<title>[lib/ChangeLog]</title>
<updated>2007-01-19T22:28:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-01-19T22:28:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3d63c453d564a4e4d456a868beef8bcbd6e9abb2'/>
<id>urn:sha1:3d63c453d564a4e4d456a868beef8bcbd6e9abb2</id>
<content type='text'>
* .cvsignore, .gitignore: Add sys, as well as more
bootstrap-inserted file names.
[m4/ChangeLog]
* .cvsignore, .gitignore: Add more bootstrap-inserted file names.
</content>
</entry>
<entry>
<title>* fchdir-stub.c: Remove file.  No longer needed.</title>
<updated>2007-01-14T16:18:51Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2007-01-14T16:18:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aa5a4fc172e34d73eb5f29ff3095953ac94de64f'/>
<id>urn:sha1:aa5a4fc172e34d73eb5f29ff3095953ac94de64f</id>
<content type='text'>
</content>
</entry>
</feed>
