<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/od.c, branch DU-FTS</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=DU-FTS</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=DU-FTS'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2002-12-15T20:54:29Z</updated>
<entry>
<title>Remove all uses of `PARAMS'.</title>
<updated>2002-12-15T20:54:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-15T20:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5f14f167e47616fc4f74666678ede320299d5df'/>
<id>urn:sha1:a5f14f167e47616fc4f74666678ede320299d5df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No longer include values.h.</title>
<updated>2002-09-21T14:21:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-21T14:21:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7080cab46c81bd51eeaf770fbcadfcd9797b8359'/>
<id>urn:sha1:7080cab46c81bd51eeaf770fbcadfcd9797b8359</id>
<content type='text'>
It was required solely for now-removed reference to BITSPERBYTE.
</content>
</entry>
<entry>
<title>`od -t x8' used the wrong (`l'-prefixed) printf format.</title>
<updated>2002-09-17T22:06:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-17T22:06:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b8da58cdac9fa7a40551e9744ddd7d9bb44ddd93'/>
<id>urn:sha1:b8da58cdac9fa7a40551e9744ddd7d9bb44ddd93</id>
<content type='text'>
Likewise for the o8 and u8 formats.

(ISPEC_TO_FORMAT): Define macro.
(decode_one_format): Use PRIdMAX, PRIoMAX, etc. for LONG_LONG.
Reported by Arun Sharma.
</content>
</entry>
<entry>
<title>(skip): Add a cast to avoid warning about comparison</title>
<updated>2002-09-02T07:23:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-02T07:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=680cd976cc1175d79e75f19efb60e760f0a596f2'/>
<id>urn:sha1:680cd976cc1175d79e75f19efb60e760f0a596f2</id>
<content type='text'>
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>(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.</title>
<updated>2002-07-02T09:06:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:06:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5a731510b2f53cff57266fcd006e61e8743e86df'/>
<id>urn:sha1:5a731510b2f53cff57266fcd006e61e8743e86df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[struct dummy]: Renamed.  Don't rely on portability of</title>
<updated>2002-05-22T07:33:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-05-22T07:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=eaa373aeb64ad85ff0f8414bbc4b8484047a6e1c'/>
<id>urn:sha1:eaa373aeb64ad85ff0f8414bbc4b8484047a6e1c</id>
<content type='text'>
zero-length arrays.  Instead, use sizes of -1 or +1.
</content>
</entry>
<entry>
<title>This bug was introduced with my change of 2000-10-22 (textutils-2.0.8).</title>
<updated>2002-05-14T21:31:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-05-14T21:31:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=24f18f089d9486c9e3d2ac846cd02507e7bb23b1'/>
<id>urn:sha1:24f18f089d9486c9e3d2ac846cd02507e7bb23b1</id>
<content type='text'>
(ulonglong_t): Move declaration to precede new use.
[enum size_spec] (N_SIZE_SPECS): New member.
(width_bytes): Add initializer corresponding to ulonglong_t type.
(struct assert_width_bytes_matches_size_spec_decl): Declare.
Based on a patch from Tony Kocurko.
</content>
</entry>
<entry>
<title>Include posixver.h.</title>
<updated>2002-02-16T07:37:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-02-16T07:37:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5e2a85f07a7a780f8de118f9eab6872c08a060e'/>
<id>urn:sha1:a5e2a85f07a7a780f8de118f9eab6872c08a060e</id>
<content type='text'>
(usage): Document only the intersection of the old and new behaviors,
to encourage portability.
(short_options): Remove; no longer needed.
(COMMON_SHORT_OPTIONS): New macro.
(STRINGS_OPTION, WIDTH_OPTION): Remove; no longer needed.
All uses changed to back to the corresponding short options.
(main): Parse options using POSIX 1003.1-2001 rules if
conforming to that standard.  Do not warn of obsolete options.
</content>
</entry>
<entry>
<title>Add more support for POSIX 1003.1-2001, which requires removal for</title>
<updated>2002-02-02T09:31:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-02-02T09:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=c578654cadc0d71892d7f97199da2aba4ca47fab'/>
<id>urn:sha1:c578654cadc0d71892d7f97199da2aba4ca47fab</id>
<content type='text'>
support of obsolete "-N" option syntax in expand, head, fold,
split, tail, unexpand, uniq, and which prohibits options with
optional arguments in od and pr.

(usage): Document it.
(main): Check for obsolete options.
(short_options): New constant.
New enum for long options.
</content>
</entry>
</feed>
