summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/time2posix.3
Commit message (Collapse)AuthorAgeFilesLines
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-261-123/+0
| | | | to contrib/tzcode/stdtime.
* MFV of tzcode2009h revision r192887edwin2009-05-271-1/+1
| | | | | | - Clarify the license for the tzcode: public domain MFC after: 1 month
* MFV of tzcode2009e:edwin2009-05-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Upgrade of the tzcode from 2004a to 2009e. Changes are numerous, but include... - New format of the output of zic, which supports both 32 and 64 bit time_t formats. - zdump on 64 bit platforms will actually produce some output instead of doing nothing for a looooooooong time. - linux_base-fX, with X >= at least 8, will work without problems related to the local time again. The original patch, based on the 2008e, has been running for a long time on both my laptop and desktop machine and have been tested by other people. After the installation of this code and the running of zic(8), you need to run tzsetup(8) again to install the new datafile. Approved by: wollman@ for usr.sbin/zic MFC after: 1 month
* The arguments for time2posix() and posix2time() are time_t values, notstefanf2005-09-111-3/+3
| | | | pointers.
* Expand *n't contractions.ru2005-02-131-1/+1
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-9/+9
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-13/+15
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$ tag.chris1999-08-141-0/+2
|
* Bad reference time(2) changed to time(3)chris1999-08-141-1/+1
|
* Spell the .St macro correctly.steve1999-06-071-1/+1
| | | | PR: 11704
* `it's'' -> `its'' where appropriate and typo fixes in time2posix.3.eivind1997-05-191-2/+2
| | | | | | Closes PR docs/3612. Submitted by: Josh Gilliam <soil@quick.net>
* Convert the time2posix man page to mdoc format. This stillmpp1996-05-011-49/+45
| | | | needs some other cleanup, but it is good enough for now.
* Removed bogus includes of <sys/types.h> from synopses.bde1996-04-191-1/+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.
* 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.
* The rest of tzcode94g from Arthur David Olson.wollman1994-09-131-0/+119
Obtained From: Arthur David Olson, ftp://elsie.nci.nih.gov/pub/tzcode94g.tar.gz
OpenPOWER on IntegriCloud