summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
Commit message (Expand)AuthorAgeFilesLines
...
* mdoc(7) police: excessive quotes.ru2002-12-191-1/+1
* mdoc(7) police: "The .Fn function".ru2002-12-181-1/+13
* Document what happens when the format string contains insufficienttjr2002-12-181-0/+23
* Do not guarantee an overflow of tm_year when doing the binary search inpeter2002-12-051-0/+6
* Replace rev 1.33 with a real fix. The problem was integer overflowspeter2002-12-021-8/+2
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
* Add cross-references to the wide character counterparts of these functions.tjr2002-10-151-1/+2
* Style: One space between "restrict" qualifier and "*".tjr2002-09-064-12/+12
* Fix a nasty bug exposed by mktime() when time_t is significantly biggerpeter2002-09-031-0/+6
* Use one line for each function argument to keep the linerobert2002-08-152-2/+11
* - Add the 'restrict' qualifier to the function definition ofrobert2002-08-142-7/+5
* - Add the C99 'restrict' qualifier using the '__restrict' macro torobert2002-08-142-2/+3
* Style fixesache2002-08-071-9/+6
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-171-1/+1
* Grammar nit: treat "contents" as plural.archie2002-05-311-1/+1
* Remove use of __P() (actually P()) from code now that it's no longeralfred2002-05-282-42/+42
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-13/+0
* Fix fd leak. Threads people: does the call above to `access' need to bewollman2002-05-031-1/+3
* Fix the style of the SCM ID's.obrien2002-03-222-3/+5
* Fix the style of the SCM ID's.obrien2002-03-227-25/+18
* Remove 'register' keyword.obrien2002-03-212-75/+75
* * style(9)'fyphantom2002-01-242-33/+34
* I've been meaning to do this for a while. Add an underscore to thedillon2002-01-191-12/+12
* Add my e-mail to copyrightsphantom2001-12-111-1/+1
* Add time_to_int(), int_to_time(), time_to_long(), long_to_time().dillon2001-10-281-0/+40
* Add routines to convert time_t to/from fixed-bit fields. These routinesdillon2001-10-282-1/+62
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-014-4/+4
* mdoc(7) police:ru2001-08-071-2/+2
* Remove whitespace at EOL.dd2001-07-152-6/+6
* Recognize the %s format.dd2001-07-131-0/+16
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
* Document "normalizing" behavior of mktime(3).ru2001-06-231-1/+12
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
* MAN[1-9] -> MAN.ru2001-03-271-2/+2
* Get rid of non-standard %E[Ff] formats, userland apps already fixedache2001-03-213-33/+4
* Oops, back out prev. change - POSIX require %y in d_fmtache2001-03-211-4/+4
* Replace %y with %Yache2001-03-211-1/+1
* Fix typo in the commentache2001-03-181-1/+1
* Relax local FreeBSD restrictions on 3 chars abbrev. name length and %c formatache2001-03-185-37/+37
* Make 'A' and 'a', 'B' and 'b' the same, per POSIXache2001-03-181-26/+16
* Implement ampm_fmt (%r) per POSIXache2001-03-024-9/+22
* /^\.St/ s/-iso9945-1/-p1003.1-96/ru2001-02-261-2/+2
* .St -ansiC -> .St -isoCru2001-02-261-1/+1
* Back out snprintf -> sprintf change until I have time to look at it.kris2001-02-181-1/+1
* Don't depend on lcl_mutex being a recursive mutex.tegge2001-02-151-5/+5
* catch up to __part_load_locale() interface changephantom2001-02-131-1/+1
* Rewrite __time_load_locale() using ldpart.c::__part_load_locale()phantom2001-02-122-153/+15
* Hardcode c_fmt in a different way since used in nl_langinfo nowache2001-02-084-7/+8
* Catch up to latest chanage in timelocal structures exporting.phantom2001-02-082-34/+36
OpenPOWER on IntegriCloud