<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/dd.c, branch v4.5.2</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v4.5.2</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v4.5.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-09-22T06:40:14Z</updated>
<entry>
<title>Remove all inclusions of inttypes.h,</title>
<updated>2002-09-22T06:40:14Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-22T06:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=709d79631a25a48e72c6fc232c7f23070b1f3ca0'/>
<id>urn:sha1:709d79631a25a48e72c6fc232c7f23070b1f3ca0</id>
<content type='text'>
since it's already included from sys2.h via system.h.
</content>
</entry>
<entry>
<title>(main, skip): Add casts to avoid warnings about</title>
<updated>2002-09-14T09:12:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-14T09:12:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3935842cb3b6213f03dc526098c6bda1524be6d4'/>
<id>urn:sha1:3935842cb3b6213f03dc526098c6bda1524be6d4</id>
<content type='text'>
`comparison between signed and unsigned'.
</content>
</entry>
<entry>
<title>Change `exit (0)' to `exit (EXIT_SUCCESS)',</title>
<updated>2002-08-31T08:52:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-31T08:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4006f4e672123e0189e58d4f76b58d06ae30eb94'/>
<id>urn:sha1:4006f4e672123e0189e58d4f76b58d06ae30eb94</id>
<content type='text'>
`exit (1)' to `exit (EXIT_FAILURE)', and
`usage (1)' to `usage (EXIT_FAILURE)'.
</content>
</entry>
<entry>
<title>Change `error (1, ...' to `error (EXIT_FAILURE, ...'.</title>
<updated>2002-08-30T23:04:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-30T23:04:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=74887031996e79df07dae9711f08d80839b31e62'/>
<id>urn:sha1:74887031996e79df07dae9711f08d80839b31e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:05:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:05:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d23970e52ecd6553cc8885a1ebd31e245b184a61'/>
<id>urn:sha1:d23970e52ecd6553cc8885a1ebd31e245b184a61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid warnings from gcc.</title>
<updated>2002-04-25T18:02:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-04-25T18:02:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=de9a50b611c1ce70954dbb804b8a1163503ed12a'/>
<id>urn:sha1:de9a50b611c1ce70954dbb804b8a1163503ed12a</id>
<content type='text'>
Declare input_file and output_file to be `const'.
(skip): Declare `file' parameter to be `const', too.
</content>
</entry>
<entry>
<title>(usage, parse_integer): Prefer K to k for 1024.</title>
<updated>2001-12-21T11:28:34Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-21T11:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b34d965da08aef3f3295a260ec7c4a1a283a697d'/>
<id>urn:sha1:b34d965da08aef3f3295a260ec7c4a1a283a697d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(buggy_lseek_support): Remove function.</title>
<updated>2001-12-11T11:40:50Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-11T11:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=24d1484e1c6a598e17a6069f3a0c5d882abd9535'/>
<id>urn:sha1:24d1484e1c6a598e17a6069f3a0c5d882abd9535</id>
<content type='text'>
(skip_via_lseek) [__linux__]: New function.
(skip): Use skip_via_lseek, not buggy_lseek_support.
</content>
</entry>
<entry>
<title>Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION</title>
<updated>2001-12-02T22:26:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-02T22:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f3ac2e783982387442dbd13cc30df0f41d52c779'/>
<id>urn:sha1:f3ac2e783982387442dbd13cc30df0f41d52c779</id>
<content type='text'>
instead of hard-coding --help and --version descriptions.
</content>
</entry>
<entry>
<title>Don't emulate dd's skip=N for *all* character devices;  lseek works</title>
<updated>2001-12-02T07:49:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-02T07:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e03be48b10c3bba49fc692223362d743f1e1aaa4'/>
<id>urn:sha1:e03be48b10c3bba49fc692223362d743f1e1aaa4</id>
<content type='text'>
just fine on non-tape character devices like /dev/mem and /dev/kmem.

(buggy_lseek_support) [__linux__]: Emulate `skip=N'
behavior using reads, not lseek for Linux tape devices (major == 9).
Kernel lseek support for tapes is broken, up to and including
linux-2.4.16.  Reported by Herbert Xu.
</content>
</entry>
</feed>
