<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/dd.c, branch v6.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-08-16T19:36:46Z</updated>
<entry>
<title>Fix bugs when printing plurals of numbers that are not</title>
<updated>2006-08-16T19:36:46Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-16T19:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b96f5ea4925854db9eae61f98a7ec44568ecae7d'/>
<id>urn:sha1:b96f5ea4925854db9eae61f98a7ec44568ecae7d</id>
<content type='text'>
unsigned long int values.
* src/system.h (select_plural): New function.
* src/md5sum.c (digest_check): Use select_plural to avoid bug.
* src/uptime.c (print_uptime): Likewise.
* src/dd.c (print_stats): Likewise.  Also, don't use ngettext to
print a floating point number, as reducing to 0 or 1 doesn't work
for some languages.  Instead, just use "s" for seconds since it
doesn't need a plural form.
</content>
</entry>
<entry>
<title>* src/dd.c (print_stats): Don't substitute "1" for number, as this</title>
<updated>2006-08-15T20:50:22Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-15T20:50:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7b0f6f1559b98597407bf85fd2a283e8ea678bdd'/>
<id>urn:sha1:7b0f6f1559b98597407bf85fd2a283e8ea678bdd</id>
<content type='text'>
causes confusion for the Hungarian translators.  Problem reported
by Egmont Koblinger.
</content>
</entry>
<entry>
<title>Warn about oflag=append without conv=notrunc.</title>
<updated>2006-08-09T21:16:28Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-08-09T21:16:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d24265f9659d21c8e89f1f21cf3b774c7c120afe'/>
<id>urn:sha1:d24265f9659d21c8e89f1f21cf3b774c7c120afe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(apply_translations): Use toupper rather than</title>
<updated>2006-07-09T17:01:38Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-09T17:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7c3fd7cbecbbccf9278b419fc23bd8a25f924177'/>
<id>urn:sha1:7c3fd7cbecbbccf9278b419fc23bd8a25f924177</id>
<content type='text'>
islower followed by toupper; it's simpler and typically
faster now that we assume at least C89 semantics.  Similarly
for tolower.
</content>
</entry>
<entry>
<title>* src/dd.c (skip): Remove one of two adjacent "the"s in a comment.</title>
<updated>2006-07-08T06:04:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-07-08T06:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6b535b03bbabb96b9c7a63881680a159b4e9d9c8'/>
<id>urn:sha1:6b535b03bbabb96b9c7a63881680a159b4e9d9c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(iwrite): Remove assignment without effect.</title>
<updated>2006-03-30T13:47:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-03-30T13:47:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=38433b219d2fa8be5e399a6f48d633411dccbb22'/>
<id>urn:sha1:38433b219d2fa8be5e399a6f48d633411dccbb22</id>
<content type='text'>
Reported by Felix Rauch Valenti.
</content>
</entry>
<entry>
<title>(set_fd_flags): Handle file-creation flags on file</title>
<updated>2006-03-08T18:57:39Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-03-08T18:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf40950274fc2e1cd3d827710ccfd352c614b12d'/>
<id>urn:sha1:cf40950274fc2e1cd3d827710ccfd352c614b12d</id>
<content type='text'>
descriptors, rather than ignoring them.
</content>
</entry>
<entry>
<title>(flags, usage): New flags directory, nolinks.</title>
<updated>2006-03-06T07:20:19Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-03-06T07:20:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=82a7e80d5baecde7aedcd6eb4cead7fa0ab9fe36'/>
<id>urn:sha1:82a7e80d5baecde7aedcd6eb4cead7fa0ab9fe36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(flags, usage): Add support for noatime flag.</title>
<updated>2005-12-07T21:12:12Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-12-07T21:12:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=88afdc99f207de86513239237a8407279d96aad3'/>
<id>urn:sha1:88afdc99f207de86513239237a8407279d96aad3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(skip): Fix off-by-one error reported by Theodoros V. Kalamatianos.</title>
<updated>2005-10-31T08:39:14Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-10-31T08:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=91f8e15bff133d6ee497b64a6e3a283f6f865ecc'/>
<id>urn:sha1:91f8e15bff133d6ee497b64a6e3a283f6f865ecc</id>
<content type='text'>
</content>
</entry>
</feed>
