summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime/strptime.3
Commit message (Expand)AuthorAgeFilesLines
* Minor doc format fix.Pedro F. Giffuni2014-10-041-1/+2
* strptime(3): Update manpage for %U and %W.Pedro F. Giffuni2014-10-021-10/+6
* Add more locale-specific functions to the relevant man pages andIsabell Long2012-06-251-1/+13
* %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-02-161-1/+1
* Sort sections.Ruslan Ermilov2005-01-201-5/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* strptime(), like strftime(), does not handle multibyte charactersTim J. Robbins2003-01-041-1/+7
* mdoc(7) police: excessive quotes.Ruslan Ermilov2002-12-191-1/+1
* Document what happens when the format string contains insufficientTim J. Robbins2002-12-181-0/+23
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-3/+3
* Use one line for each function argument to keep the lineRobert Drehmel2002-08-151-1/+5
* - Add the C99 'restrict' qualifier using the '__restrict' macro toRobert Drehmel2002-08-141-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-1/+1
* mdoc(7) police:Ruslan Ermilov2001-08-071-2/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Remove discussion of %C in the BUGS section. The limitations on validSheldon Hearn1999-12-091-4/+0
* Prevent digit-gobbling for all but %l and %e, which can't be fixed.Sheldon Hearn1999-12-081-0/+39
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Actually impliment the documented %Z specifier.David E. O'Brien1999-07-041-1/+12
* Re-fixed to start at 1969 per the actual Posix requirement. AlsoWes Peters1999-04-251-5/+5
* Bring two-digit years up-to-date with POSIX requirements.Wes Peters1999-04-251-1/+9
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-121-2/+2
* Import strptime(3) into libc. We've got permission by Kevin Ruddy toJoerg Wunsch1997-08-091-0/+85