<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/src/date.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-13T09:18:18Z</updated>
<entry>
<title>(usage): Explain that %S's range of [0..60] is required --</title>
<updated>2002-09-13T09:18:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-09-13T09:18:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a59ff019de186b32e0da2d62fef6d07791a0bc3a'/>
<id>urn:sha1:a59ff019de186b32e0da2d62fef6d07791a0bc3a</id>
<content type='text'>
rather than 0..59 -- to accommodate the occasional positive leap second.
</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>Guard inclusion of &lt;langinfo.h&gt; with</title>
<updated>2002-08-08T16:36:33Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-08T16:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9'/>
<id>urn:sha1:4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9</id>
<content type='text'>
`#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'.
</content>
</entry>
<entry>
<title>(main): Adjust to posixtime signature change.</title>
<updated>2002-08-07T22:04:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-08-07T22:04:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1f6174e4660ddaf10fdb0e2d6168a3f3dc9227ac'/>
<id>urn:sha1:1f6174e4660ddaf10fdb0e2d6168a3f3dc9227ac</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:09:10Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T09:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ee11887cdda6e55f6aecf349e89667d7262844c'/>
<id>urn:sha1:2ee11887cdda6e55f6aecf349e89667d7262844c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(usage): Mention that the expansions of %p and %P are</title>
<updated>2002-07-02T05:20:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-07-02T05:20:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e2003dea4be7178bf6c073426f61af23babbc80f'/>
<id>urn:sha1:e2003dea4be7178bf6c073426f61af23babbc80f</id>
<content type='text'>
empty in many locales.  From matthew arnison.
</content>
</entry>
<entry>
<title>Include timespec.h.</title>
<updated>2002-03-01T23:57:21Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-03-01T23:57:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=17e6a0e4bb47c942fbba4a218a7a16ad2385262b'/>
<id>urn:sha1:17e6a0e4bb47c942fbba4a218a7a16ad2385262b</id>
<content type='text'>
(strftime, time, stime): Remove declarations; no longer needed.
(usage): Document %N.
(main): Use gettime rather than time to get the time of day,
so that we can get fractional times.
Similarly for settime and stime, so that we can set fractional times
(though this currently is not available to the user since we don't
parse fractional times; add FIXMES for that).
Check for gettime failures; e.g. this can occur if it
is past 2038 and we are a 32-bit app running on a 64-bit OS.
Get fractional part of file time stamps.
Do not falsely report failures just because time_t happens to be -1
(e.g. a file time stamp 1 second before the epoch).
(show_date): 2nd arg is now struct timespec, not time_t.
All uses changed.  Use nstrftime rather than strftime, so that
we can format fractional seconds.
</content>
</entry>
<entry>
<title>Include posixver.h.</title>
<updated>2002-02-24T17:24:06Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-02-24T17:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e3fe486f9f3e5a3333f4bf9f506449614d668d50'/>
<id>urn:sha1:e3fe486f9f3e5a3333f4bf9f506449614d668d50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for _POSIX2_VERSION, which lets you pick which POSIX</title>
<updated>2002-02-16T09:04:30Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-02-16T09:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f033fef4ceeab2e25d4e1afa4bf38fdcfba5376e'/>
<id>urn:sha1:f033fef4ceeab2e25d4e1afa4bf38fdcfba5376e</id>
<content type='text'>
version you want the utilities to conform to.  Remove warnings about
failure to conform to a future POSIX version.

(ISO_8601_OPTION): Remove; no longer needed.
All uses changed to back to the corresponding short options.
(short_options): Remove; no longer needed.
(COMMON_SHORT_OPTIONS): New macro.

(usage): Document only the intersection of the
old and new behaviors, to encourage portability.
(main): Parse options using POSIX 1003.1-2001 rules if
conforming to that standard.  Do not warn of obsolete options.
</content>
</entry>
</feed>
