summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
Commit message (Collapse)AuthorAgeFilesLines
* Convert "time zone" to "timezone" in section NAMEwosch1996-02-281-1/+1
| | | | Submitted by: brien@cs.ucdavis.edu (David E. O'Brien)
* Correct a bunch of man page cross references and generallympp1996-02-111-1/+1
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* Add some missing manual page links.mpp1996-02-021-1/+2
|
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+129
| | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-1530/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Don't reset LC_TIME to C when it isn't neccessaryache1995-10-231-13/+17
|
* Fix manpage to reflect current sourcesache1995-08-071-21/+49
|
* Restore %s format support from previous versionache1995-08-071-1/+22
|
* Fix default %c to be ctime-compatible as supposed (by Solaris too)ache1995-08-061-4/+4
|
* The European Commission went out and invented a new sort of summer-timewollman1995-08-053-224/+321
| | | | | | changeover, so we have to extend the format of timezone files (in a backward- compatible way, of course). This probably means that libc needs a minor version number bump before 2.2 is released (or maybe not).
* Implement locale-sensitive strftime () from ADO (heavily modifiedwollman1995-08-041-104/+240
| | | | | | | | | | by me). This probably loses for multibyte characters, but I have no way of telling. I'll let ache decide whether to add this support to startup_setlocale. Note that for this to make any sense at all, the symlinks in /usr/share/locale must go. (For the moment, this doesn't make any difference since there are no locales supplied.) Obtained from: Arthur David Olson <ado@elsie.nci.nih.gov>
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* On snap 950210, format %s (print seconds from the epoch) is missingjoerg1995-03-012-1/+23
| | | | | | | | | from the code in strftime.c . This affects both the library code and all the commands using it (e.g. date +%s). Note that %s is not required by ANSI, but we've already got it in 1.1.5.1. Suggested by: luigi@labinfo.iet.unipi.it (Luigi Rizzo)
* Use latest Arthur Olson timezone code rather than that supplied withwollman1994-09-135-65/+519
| | | | | 4.4. The code is almost identical to the 4.4 versions, but this organization should make it easier to merge new versions in the future.
* Port to FreeBSD. Not ready for inclusion in libc just yet, but herewollman1994-09-133-3/+12
| | | | so we can compile zic.
* One more try, and if it doesn't work this time I'm giving up.wollman1994-09-131-1/+1
| | | | (Check in original localtime.c.)
* The rest of tzcode94g from Arthur David Olson.wollman1994-09-139-0/+4180
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
OpenPOWER on IntegriCloud