Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split the contributed code from libc/stdtime from lib/libc/stdtime | edwin | 2010-02-26 | 1 | -374/+0 |
| | | | | to contrib/tzcode/stdtime. | ||||
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
| | | | | | | clause. # If I've done so improperly on a file, please let me know. | ||||
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Fixed a few .Fa abuses. | ru | 2002-12-19 | 1 | -2/+4 |
| | |||||
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 1 | -1/+13 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Document "normalizing" behavior of mktime(3). | ru | 2001-06-23 | 1 | -1/+12 |
| | | | | | | PR: bin/28313 Reviewed by: bde, wollman MFC after: 1 week | ||||
* | /^\.St/ s/-iso9945-1/-p1003.1-96/ | ru | 2001-02-26 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: Ft/Vt now accept punctuation-type arguments. | ru | 2001-01-12 | 1 | -1/+1 |
| | |||||
* | Introduce ".Lb" macro to libc manpages. | phantom | 2000-04-21 | 1 | -0/+2 |
| | | | | More libraries manpages updates following. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Spelling and grammar error fix. | phantom | 1999-09-04 | 1 | -2/+8 |
| | | | | | | | | mdoc(7)'fy. PR: docs/13406 Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu> Reviewed by: mpp | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add STANDARDS section. | wollman | 1999-01-03 | 1 | -6/+37 |
| | | | | | s/bytes/characters/g to be consistent with Standard C terminology. Update date and add RCS Id. | ||||
* | Fix grammar in the description of timegm() by totally rewriting it. Remove | wollman | 1999-01-03 | 1 | -20/+29 |
| | | | | | a potentally inflammatory comment from BUGS, and add a more useful comment about the lack of reentrancy in the timezone-setting interface. | ||||
* | Added documenation for the existing implementation of asctime_r, | wes | 1998-12-20 | 1 | -0/+35 |
| | | | | ctime_r, gmtime_r, and localtime_r. | ||||
* | Describe timegm() | ache | 1998-04-20 | 1 | -3/+14 |
| | |||||
* | environmental -> environment. | charnier | 1997-09-18 | 1 | -1/+1 |
| | |||||
* | Removed bogus includes of <sys/types.h> from synopses. | bde | 1996-04-19 | 1 | -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. | ||||
* | Added missing section numbers to a bunch of .Xr macros, or | mpp | 1996-03-27 | 1 | -2/+2 |
| | | | | | converted them into .Fn macros where appropriate. Also fixed up some minor formatting problems. | ||||
* | Use latest Arthur Olson timezone code rather than that supplied with | wollman | 1994-09-13 | 1 | -0/+258 |
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. |