aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
...
* | Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-8/+10
* | Add glibc-style strftime(3) padding specifiers, namely, -(no padding),Xin LI2004-11-042-21/+79
* | struct tm.tm_year is listed as 'years since 1900', and is signed. OnPeter Wemm2004-08-241-0/+3
* | Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-023-3/+6
* | Merge changes from the tzcode2004a import. Wherever possible I tried to bringStefan Farfeleder2004-06-145-151/+374
* | Remove a stale reference to %Ef and %EF from a comment.Stefan Farfeleder2004-06-131-2/+2
* | Change defualt time zone from GMT to UTC. This will not be MFC-ed, andKen Smith2004-06-111-1/+6
* | Remove a couple of casts added for an ancient Sun compiler.Stefan Farfeleder2004-06-081-11/+2
* | Detect range errors when using the %s specifier. Previously, LONG_MAXJacques Vidrine2003-11-171-3/+10
* | mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
* | Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard2003-06-131-1/+1
* | Backout my changes in rev. 1.32 and 1.33. There is some code that dependsMike Makonnen2003-04-301-4/+2
* | Zero out the struct tm supplied by the caller. Otherwise,Mike Makonnen2003-04-051-0/+1
* | Fill in the rest of the fields in the resulting struct tmMike Makonnen2003-03-291-2/+3
* | Ditch a static global and the mutex that protected it. Achieve theMike Makonnen2003-03-121-27/+18
* | Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-164-9/+9
* | strptime(), like strftime(), does not handle multibyte charactersTim J. Robbins2003-01-041-1/+7
* | Mention in the BUGS section that strftime() does not handle multibyteTim J. Robbins2003-01-041-1/+7
* | mdoc(7) police: Fixed a few .Fa abuses.Ruslan Ermilov2002-12-191-2/+4
* | mdoc(7) police: excessive quotes.Ruslan Ermilov2002-12-191-1/+1
* | mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-1/+13
* | Document what happens when the format string contains insufficientTim J. Robbins2002-12-181-0/+23
* | Do not guarantee an overflow of tm_year when doing the binary search inPeter Wemm2002-12-051-0/+6
* | Replace rev 1.33 with a real fix. The problem was integer overflowsPeter Wemm2002-12-021-8/+2
* | libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-3/+1
* | Add cross-references to the wide character counterparts of these functions.Tim J. Robbins2002-10-151-1/+2
* | Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-064-12/+12
* | Fix a nasty bug exposed by mktime() when time_t is significantly biggerPeter Wemm2002-09-031-0/+6
* | Use one line for each function argument to keep the lineRobert Drehmel2002-08-152-2/+11
* | - Add the 'restrict' qualifier to the function definition ofRobert Drehmel2002-08-142-7/+5
* | - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-142-2/+3
* | Style fixesAndrey A. Chernov2002-08-071-9/+6
* | Move dillon's time conversion functions to a new header <timeconv.h>.Garrett Wollman2002-06-171-1/+1
* | Grammar nit: treat "contents" as plural.Archie Cobbs2002-05-311-1/+1
* | Remove use of __P() (actually P()) from code now that it's no longerAlfred Perlstein2002-05-282-42/+42
* | Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-13/+0
* | Fix fd leak. Threads people: does the call above to `access' need to beGarrett Wollman2002-05-031-1/+3
* | Fix the style of the SCM ID's.David E. O'Brien2002-03-222-3/+5
* | Fix the style of the SCM ID's.David E. O'Brien2002-03-227-25/+18
* | Remove 'register' keyword.David E. O'Brien2002-03-212-75/+75
* | * style(9)'fyAlexey Zelkin2002-01-242-33/+34
* | I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-12/+12
* | Add my e-mail to copyrightsAlexey Zelkin2001-12-111-1/+1
* | Add time_to_int(), int_to_time(), time_to_long(), long_to_time().Matthew Dillon2001-10-281-0/+40
* | Add routines to convert time_t to/from fixed-bit fields. These routinesMatthew Dillon2001-10-282-1/+62
* | mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-014-4/+4
* | mdoc(7) police:Ruslan Ermilov2001-08-071-2/+2
* | Remove whitespace at EOL.Dima Dorfman2001-07-152-6/+6
* | Recognize the %s format.Dima Dorfman2001-07-131-0/+16
* | mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-102-2/+2