summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strftime.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert to old version of strftime.c; the new one doesn't work right.wollman1996-07-191-110/+78
|
* Merge the recently-imported tzcode96h distribution (libc portion). Thewollman1996-07-181-79/+111
| | | | | | part that does zic(8)/zdump(8) is still yet to be imported (but the old zic and zdump will work just fine with these header files and the data format has not changed).
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Removed false copyrights...scrappy1996-05-271-3/+1
|
* Added in appropriate Berkeley copyright and RCS Id: stringscrappy1996-05-271-1/+3
| | | | Closes PR#doc/536
* Don't reset LC_TIME to C when it isn't neccessaryache1995-10-231-13/+17
|
* 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
|
* 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>
* On snap 950210, format %s (print seconds from the epoch) is missingjoerg1995-03-011-0/+22
| | | | | | | | | 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)
* The rest of tzcode94g from Arthur David Olson.wollman1994-09-131-0/+393
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
OpenPOWER on IntegriCloud