<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/od.c, branch v6.5</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v6.5</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v6.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2006-11-16T18:51:23Z</updated>
<entry>
<title>* bootstrap.conf (gnulib_modules): Add sys_stat, since we use it directly too.</title>
<updated>2006-11-16T18:51:23Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-11-16T18:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1a0333565f1a89d87b36e7a5c83bac9c145a9916'/>
<id>urn:sha1:1a0333565f1a89d87b36e7a5c83bac9c145a9916</id>
<content type='text'>
* lib/.cvsignore, lib/.gitignore: Add root-dev-ino.c, root-dev-ino.h.
* m4/.cvsignore, m4/.gitignore: Add root-dev-ino.m4.
* src/ls.c (DIRED_FPUTS_LITERAL, PUSH_CURRENT_DIRED_POS):
Omit unnecessary parenthesization of args.
* src/od.c (EQUAL_BLOCKS): Likewise.
* src/system.h (STREQ, ASSIGN_STRDUPA): Likewise.
</content>
</entry>
<entry>
<title>* src/od.c (usage): Change description of default to use "-w16",</title>
<updated>2006-10-20T15:31:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-10-20T15:31:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=86719b3cd8ac24b4e0c673c4e5d9b16da06721e6'/>
<id>urn:sha1:86719b3cd8ac24b4e0c673c4e5d9b16da06721e6</id>
<content type='text'>
not the now-invalid "-w 16" syntax.  From Dan Jacobson.
</content>
</entry>
<entry>
<title>* src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined</title>
<updated>2006-08-21T13:54:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2006-08-21T13:54:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=76407d035cd952c2b93c0f95a714301ac4e1cdba'/>
<id>urn:sha1:76407d035cd952c2b93c0f95a714301ac4e1cdba</id>
<content type='text'>
in config.h, change the uses to HAVE_UNSIGNED_LONG_LONG_INT.
Otherwise, on a system with 4-byte longs, "od -t u8" fails with this:
od: invalid type string `u8';
this system doesn't provide a 8-byte integral type
FIXME: add a test for this, but skip it when sizeof uintmax &lt; 8.
</content>
</entry>
<entry>
<title>Adjust to today's renaming changes in system.h.</title>
<updated>2006-07-09T17:08:55Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-07-09T17:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=197b96d06916887c4c167a3ee25edfdb3631ac71'/>
<id>urn:sha1:197b96d06916887c4c167a3ee25edfdb3631ac71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Mention that -t a ignores high order bit.</title>
<updated>2006-02-02T07:44:57Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2006-02-02T07:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2741d9b096a09a21b91c440f3bf648e0736cca1c'/>
<id>urn:sha1:2741d9b096a09a21b91c440f3bf648e0736cca1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(unsigned_long_long_int): Renamed from ulonglong_t,</title>
<updated>2005-11-26T07:29:48Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-11-26T07:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=9b539d863434b6c97efcdf08f0b3c8986adf6077'/>
<id>urn:sha1:9b539d863434b6c97efcdf08f0b3c8986adf6077</id>
<content type='text'>
to avoid collision with POSIX name space.  All uses changed.
</content>
</entry>
<entry>
<title>Use `verify' to ensure that our hard-coded</title>
<updated>2005-09-23T20:13:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-09-23T20:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d3e8a40be3c65eb314b27e8061e14f93edf147f4'/>
<id>urn:sha1:d3e8a40be3c65eb314b27e8061e14f93edf147f4</id>
<content type='text'>
bytes_to_*_digits arrays are long enough.  Of course, 17+-byte
integral types aren't on the near horizon, but just in case...
(MAX_INTEGRAL_TYPE_SIZE): Move definition to precede new first use.
(bytes_to_oct_digits, bytes_to_signed_dec_digits):
(bytes_to_unsigned_dec_digits, bytes_to_hex_digits): Change base
type from `char' to the clearer `unsigned int'.
</content>
</entry>
<entry>
<title>Include &lt;float.h&gt; unconditionally.</title>
<updated>2005-08-23T15:05:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-23T15:05:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4fb8e0f3c475b8b5a39252bc40141c98894b1835'/>
<id>urn:sha1:4fb8e0f3c475b8b5a39252bc40141c98894b1835</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cosmetic: use X2NREALLOC (only two arguments) rather than x2nrealloc (with three).</title>
<updated>2005-08-12T07:16:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2005-08-12T07:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0b08c3815214197faf9baf5cd77ddac6ae6f7c1d'/>
<id>urn:sha1:0b08c3815214197faf9baf5cd77ddac6ae6f7c1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(open_next_file): Avoid setmode; use POSIX-specified routines instead.</title>
<updated>2005-07-11T18:24:14Z</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2005-07-11T18:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a40f69da685d71f86fe4407d28db5ae9fde25ca0'/>
<id>urn:sha1:a40f69da685d71f86fe4407d28db5ae9fde25ca0</id>
<content type='text'>
</content>
</entry>
</feed>
