Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mop up stdarg rename; ok deraadt | 2019-08-30 | 1 | -3/+3 | |
| | |||||
* | For all functions known to be infected by LC_NUMERIC, add short | 2019-01-16 | 1 | -2/+11 | |
| | | | | | | | | CAVEATS pointing to the new CAVEATS section in setlocale(3). Make those in wprintf(3) and wscanf(3) more concise since duplicate information is a bad idea. Incompleteness of information originally pointed out by millert@. OK millert@ | ||||
* | Consistently .Xr the corresponding wide char functions from char- and | 2017-12-01 | 1 | -3/+4 | |
| | | | | | string-handling <stdio.h> functions, like we already do it for <string.h>. Includes a smaller patch from <kshe59 at zoho dot eu>, OK jmc@. | ||||
* | more library history | 2013-07-17 | 1 | -3/+10 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | tweak wording of scanf return value; prompted by Jan Stary; ok jmc@ | 2013-03-05 | 1 | -4/+5 | |
| | |||||
* | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). | 2012-01-18 | 1 | -6/+39 | |
| | | | | | | Based on code from FreeBSD. Tested by myself (full release/install cycle on i386 and sparc64) and ajacoutot. Man page help from jmc. | ||||
* | Sync scanf(3) to wscanf(3), and a few bits the opposite way: | 2011-11-02 | 1 | -56/+44 | |
| | | | | | .Fd -> .In, .Li -> .Vt, and remove various other gratuitous differences. feedback and ok stsp@, ok jmc@ | ||||
* | Recognize %a, %A format specifiers, per C99. | 2011-07-03 | 1 | -10/+7 | |
| | |||||
* | accept %F, which actually behaves the same as %f. per C99 | 2009-04-05 | 1 | -3/+3 | |
| | | | | ok millert@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Use long long and intmax_t instead of quad_t throughout. Adapted in | 2006-01-13 | 1 | -10/+58 | |
| | | | | part from FreeBSD. | ||||
* | - typos, punctuation, spacing, macro, layout, etc. fixes | 2005-07-26 | 1 | -8/+12 | |
| | | | | | | - avoid first person ok jmc | ||||
* | clarify description of 'c' conversion; ok millert, jmc | 2005-07-26 | 1 | -4/+3 | |
| | |||||
* | for %#s, # is the amount of input string, not the amount of output string. | 2003-09-26 | 1 | -3/+8 | |
| | | | | | | hence # must be 1 less than the size of the storage buffer. yes, we've known this for a long time, but it is not clearly documented and half the code out there does not use n-1! whoever designed this needs to be tortured. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -14/+7 | |
| | |||||
* | reinsert corrected history section, based on jdolecek@netbsd | 2000-07-31 | 1 | -1/+9 | |
| | |||||
* | Remove redundant HISTORY section. | 2000-04-27 | 1 | -8/+1 | |
| | |||||
* | Flesh out all of the stdio man pages. | 2000-04-20 | 1 | -69/+61 | |
| | |||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -5/+5 | |
| | |||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | 2000-03-04 | 1 | -9/+9 | |
| | | | | least, this is the impression I get from looking at a lot of Perl docs. | ||||
* | remove redundant .Pp macros | 1999-07-02 | 1 | -2/+1 | |
| | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -5/+5 | |
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+408 | |