summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Collapse)AuthorAgeFilesLines
* Merge in changes from -current (ISO 8601 week number and year).Wolfgang Helbig1997-10-112-62/+118
| | | | Notes: svn path=/stable/2.2/; revision=30307
* environmental -> environmentPhilippe Charnier1997-09-191-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=29599
* MFC: Just the locale fixes (small doc tweaks for the most part)Jordan K. Hubbard1997-09-143-180/+7
| | | | | | | | | | | | and the new strptime(3) call. Having added something, does this require a version bump? Haven't we bumped once already? There are a *LOT* of additional 3.0 changes to be merged but I'm not entirely comfortable with some of them so I'll take the conservative (read: cowardly :) way out and just merge this much. Notes: svn path=/stable/2.2/; revision=29387
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-08-131-0/+349
| | | | Notes: svn path=/stable/2.2/; revision=28165
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-08-113-0/+333
| | | | Notes: svn path=/stable/2.2/; revision=28076
* YAMFC equiv to 1.15Julian Elischer1997-06-241-10/+8
| | | | Notes: svn path=/stable/2.2/; revision=26870
* YAMFC part IIIJulian Elischer1997-06-241-1/+6
| | | | | | | | | | Submitted by: john Birrell (a long time ago) probably a bit more to do as well Part of the pthreads upgrade (from not really working to mostly working) :) Notes: svn path=/stable/2.2/; revision=26866
* MFC: pthread_keycreate() -> pthread_key_create()Thomas Gellekum1997-06-021-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=26382
* YAMFC: it's'' -> its'' where appropriate and typo fixes in time2posix.3.Eivind Eklund1997-05-191-2/+2
| | | | | | | | | | This is RELENG_2_2, if the headers don't show that. PR: 3612 Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/stable/2.2/; revision=25946
* YAMFC: update text concerning strftime failures.Mike Pritchard1997-04-011-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=24505
* YAMFC:Mike Pritchard1997-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | Commit all of the -current changes that apply to 2.2. These fall into several categories: - Cosmetic/mdoc changes. They don't really afect the output at all, but having them in 2.2 will make it easier to diff the man pages later when looking for real changes. - Update some man pages to reflect the current 2.2 header files. - Sort xrefs. - A few typo fixes. - And a few changes that actualy added text to the man page that should be reflected in 2.2. - Add some missing MLINKS. Requested by: bde Notes: svn path=/stable/2.2/; revision=23174
* YAMFC: use setlocale.h instead of hardcoded constants and `private'Joerg Wunsch1997-02-081-4/+3
| | | | | | | external declarations all over the place. Notes: svn path=/stable/2.2/; revision=22429
* YAMFC (rev 1.15: comment update)Joerg Wunsch1997-02-051-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=22313
* YAMFC (rev 1.12)Joerg Wunsch1997-02-021-7/+8
| | | | Notes: svn path=/stable/2.2/; revision=22214
* YAMFC (rev 1.11, 1.7, and 1.13 resp.)Joerg Wunsch1996-12-291-1/+2
| | | | Notes: svn path=/stable/2.2/; revision=21017
* Part 2 of backing out the botched localtime merge from -current.Joerg Wunsch1996-12-221-8/+8
| | | | Notes: svn path=/stable/2.2/; revision=20805
* YAMFCJoerg Wunsch1996-12-101-8/+8
| | | | Notes: svn path=/stable/2.2/; revision=20294
* YAMFCPoul-Henning Kamp1996-11-281-10/+9
| | | | Notes: svn path=/stable/2.2/; revision=20006
* Require that a timezone specified via the TZ envariable be a regularGarrett Wollman1996-10-091-1/+7
| | | | | | | | file (and not a directory or a device which might also be readable). Closes PR#1740. Notes: svn path=/head/; revision=18834
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here are the diffs for libc_r to get it one step closer to P1003.1c These make most of the thread/mutex/condvar structures opaque to the user. There are three functions which have been renamed with _np suffixes because they are extensions to P1003.1c (I did them for JAVA, which needs to suspend/resume threads and also start threads suspended). I've created a new header (pthread_np.h) for the non-POSIX stuff. The egrep tags stuff in /usr/src/lib/libc_r/Makefile that I uncommented doesn't work. I think its best to delete it. I don't think libc_r needs tags anyway, 'cause most of the source is in libc which does have tags. also: Here's the first batch of man pages for the thread functions. The diff to /usr/src/lib/libc_r/Makefile removes some stuff that was inherited from /usr/src/lib/libc/Makefile that should only be done with libc. also: I should have sent this diff with the pthread(3) man page. It allows people to type make -DWANT_LIBC_R world to get libc_r built with the rest of the world. I put this in the pthread(3) man page. The default is still not to build libc_r. also: The diff attached adds a pthread(3) man page to /usr/src/share/man/man3. The idea is that without libc_r installed, this man page will give people enough info to know that they have to build libc_r. Notes: svn path=/head/; revision=17706
* Revert to old version of strftime.c; the new one doesn't work right.Garrett Wollman1996-07-191-109/+77
| | | | Notes: svn path=/head/; revision=17224
* Merge the recently-imported tzcode96h distribution (libc portion). TheGarrett Wollman1996-07-186-192/+253
| | | | | | | | | 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). Notes: svn path=/head/; revision=17209
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+1
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* Removed false copyrights...Marc G. Fournier1996-05-276-173/+1
| | | | Notes: svn path=/head/; revision=15927
* Added in appropriate Berkeley copyright and RCS Id: stringMarc G. Fournier1996-05-276-1/+182
| | | | | | | Closes PR#doc/536 Notes: svn path=/head/; revision=15923
* Convert the time2posix man page to mdoc format. This stillMike Pritchard1996-05-011-49/+45
| | | | | | | needs some other cleanup, but it is good enough for now. Notes: svn path=/head/; revision=15522
* Removed bogus includes of <sys/types.h> from synopses.Bruce Evans1996-04-193-4/+0
| | | | | | | | | This commit covers the man pages for most of the ANSI library functions. A few others such as strtol.3 have to mention <sys/types.h> because they mix ANSI interfaces with less well designed extensions. Notes: svn path=/head/; revision=15313
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-2/+2
| | | | Notes: svn path=/head/; revision=15082
* Added missing section numbers to a bunch of .Xr macros, orMike Pritchard1996-03-271-2/+2
| | | | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. Notes: svn path=/head/; revision=14855
* Convert "time zone" to "timezone" in section NAMEWolfram Schneider1996-02-281-1/+1
| | | | | | | Submitted by: brien@cs.ucdavis.edu (David E. O'Brien) Notes: svn path=/head/; revision=14292
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-1/+1
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Add some missing manual page links.Mike Pritchard1996-02-021-1/+2
| | | | Notes: svn path=/head/; revision=13849
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-1/+129
| | | | | | | | | Submitted by: John Birrel(L?) changes for threadsafe operations Notes: svn path=/head/; revision=13545
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-1530/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Don't reset LC_TIME to C when it isn't neccessaryAndrey A. Chernov1995-10-231-13/+17
| | | | Notes: svn path=/head/; revision=11735
* Fix manpage to reflect current sourcesAndrey A. Chernov1995-08-071-21/+49
| | | | Notes: svn path=/head/; revision=9989
* Restore %s format support from previous versionAndrey A. Chernov1995-08-071-1/+22
| | | | Notes: svn path=/head/; revision=9988
* Fix default %c to be ctime-compatible as supposed (by Solaris too)Andrey A. Chernov1995-08-061-4/+4
| | | | Notes: svn path=/head/; revision=9964
* The European Commission went out and invented a new sort of summer-timeGarrett Wollman1995-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). Notes: svn path=/head/; revision=9936
* Implement locale-sensitive strftime () from ADO (heavily modifiedGarrett Wollman1995-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> Notes: svn path=/head/; revision=9912
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* On snap 950210, format %s (print seconds from the epoch) is missingJoerg Wunsch1995-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) Notes: svn path=/head/; revision=6815
* Use latest Arthur Olson timezone code rather than that supplied withGarrett Wollman1994-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. Notes: svn path=/head/; revision=2741
* Port to FreeBSD. Not ready for inclusion in libc just yet, but hereGarrett Wollman1994-09-133-3/+12
| | | | | | | so we can compile zic. Notes: svn path=/head/; revision=2713
* One more try, and if it doesn't work this time I'm giving up.Garrett Wollman1994-09-131-1/+1
| | | | | | | (Check in original localtime.c.) Notes: svn path=/vendor/tzcode/dist/; revision=2710
* The rest of tzcode94g from Arthur David Olson.Garrett Wollman1994-09-139-0/+4180
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz Notes: svn path=/vendor/tzcode/dist/; revision=2708