<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/ChangeLog, branch master</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=master</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2008-02-10T09:44:47Z</updated>
<entry>
<title>Remove ChangeLog, dividing its content into ChangeLog-200?</title>
<updated>2008-02-10T09:44:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-10T09:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=29ebe8f50afa9bb6fc83374f443c13f18268740b'/>
<id>urn:sha1:29ebe8f50afa9bb6fc83374f443c13f18268740b</id>
<content type='text'>
* ChangeLog: Remove file.
* ChangeLog-2005: Prepend the 2005 entries.
* ChangeLog-2006: New file.
* ChangeLog-2007: New file.
* ChangeLog-2008: New file.

Signed-off-by: Jim Meyering &lt;meyering@redhat.com&gt;
</content>
</entry>
<entry>
<title>* ChangeLog: Manually update copyright notice at *bottom*.</title>
<updated>2008-02-10T09:44:47Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-10T09:07:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=06a369c34e28c9913c692d69f414936a50b20a4b'/>
<id>urn:sha1:06a369c34e28c9913c692d69f414936a50b20a4b</id>
<content type='text'>
Signed-off-by: Jim Meyering &lt;meyering@redhat.com&gt;
</content>
</entry>
<entry>
<title>tests: move the very-expensive file into test-lib.sh</title>
<updated>2008-02-09T09:30:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2007-11-30T22:22:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=52d9bba7126de635eb356e3b379c5e4659ce2462'/>
<id>urn:sha1:52d9bba7126de635eb356e3b379c5e4659ce2462</id>
<content type='text'>
* tests/very-expensive: Remove file.
* tests/test-lib.sh (very_expensive_): New function.
* tests/Makefile.am (EXTRA_DIST): Remove very-expensive.
* tests/cp/perm: Call the new function, rather than sourcing the file.
* tests/tail-2/assert: Likewise.
* tests/tail-2/assert-2: Likewise.
* tests/du/2g: Likewise.
</content>
</entry>
<entry>
<title>We *do* need two different version files.</title>
<updated>2008-02-07T22:31:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-07T22:30:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=16c005fe6ad5e41b58911c2aef0831a60f197c06'/>
<id>urn:sha1:16c005fe6ad5e41b58911c2aef0831a60f197c06</id>
<content type='text'>
One for tarball-only, the other to be updated any time we
get a new value of $(VERSION).
* Makefile.am (dist-hook): Create .tarball-version in dist tarball.
* GNUmakefile (_curr-ver): Make git-version-gen use it.
* .gitignore: Ignore it.
</content>
</entry>
<entry>
<title>Fix a typo in description of size suffixes: s/GB/G/.</title>
<updated>2008-02-07T22:06:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-07T22:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5ae0543737b6a4c7dd84c01dddaa9b244fe62107'/>
<id>urn:sha1:5ae0543737b6a4c7dd84c01dddaa9b244fe62107</id>
<content type='text'>
* doc/coreutils.texi (od invocation, head invocation, tail invocation):
Spotted by Bert Wesarg.
</content>
</entry>
<entry>
<title>NEWS [6.9.90]: head, od, split and tail accept the standard size suffixes</title>
<updated>2008-02-07T21:58:38Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-07T21:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dcc6638e460a6bc67814045b14309c0018ada535'/>
<id>urn:sha1:dcc6638e460a6bc67814045b14309c0018ada535</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mkdir, split: write --verbose output to stdout, not stderr.</title>
<updated>2008-02-07T07:26:48Z</updated>
<author>
<name>Steven Schubiger</name>
<email>schubiger@gmail.com</email>
</author>
<published>2008-02-06T07:25:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a09dadf1004aa07e2c31d95d6c80247fec1fa646'/>
<id>urn:sha1:a09dadf1004aa07e2c31d95d6c80247fec1fa646</id>
<content type='text'>
* src/mkdir.c (verbose_output): New function.
(announce_mkdir): Use it.
* src/split.c (usage): Update.
* src/split.c (cwrite): Write to stdout, not stderr.
* doc/coreutils.texi (split invocation): Remove the mention
of --verbose output being printed to stderr.
* tests/mkdir/p-v: Redirect stdout, not stderr.
* tests/misc/split-a: Likewise.
* NEWS: Mention this change.
* TODO: Remove this item.
</content>
</entry>
<entry>
<title>Makefile.maint (announcement): Remove stale comment.</title>
<updated>2008-02-04T12:24:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-04T12:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0981b56f266002d607236cbe0aa407b9ab631ad7'/>
<id>urn:sha1:0981b56f266002d607236cbe0aa407b9ab631ad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clarify a comment.</title>
<updated>2008-02-02T08:04:24Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-02T08:04:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ae96ae296ba2cf3d6aa55b631544e9dd2d874d7d'/>
<id>urn:sha1:ae96ae296ba2cf3d6aa55b631544e9dd2d874d7d</id>
<content type='text'>
* tests/sort/Test.pm: Replace a vague ChangeLog reference with a URL.
</content>
</entry>
<entry>
<title>Improve wording of date and time man page.</title>
<updated>2008-01-31T16:33:54Z</updated>
<author>
<name>Bob Proulx</name>
<email>bob@proulx.com</email>
</author>
<published>2008-01-30T22:31:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7cf7888ee972f526313393eefe9809721e4252f0'/>
<id>urn:sha1:7cf7888ee972f526313393eefe9809721e4252f0</id>
<content type='text'>
* man/date.x: Improve compact description of the --date=STRING.
* man/touch.x: Likewise.
Suggested by A. Costa.
</content>
</entry>
</feed>
