summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/scanf.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mop up stdarg rename; ok deraadtjmc2019-08-301-3/+3
|
* For all functions known to be infected by LC_NUMERIC, add shortschwarze2019-01-161-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- andschwarze2017-12-011-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 historyschwarze2013-07-171-3/+10
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* tweak wording of scanf return value; prompted by Jan Stary; ok jmc@otto2013-03-051-4/+5
|
* Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).stsp2012-01-181-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:schwarze2011-11-021-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.martynas2011-07-031-10/+7
|
* accept %F, which actually behaves the same as %f. per C99martynas2009-04-051-3/+3
| | | | ok millert@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Use long long and intmax_t instead of quad_t throughout. Adapted inmillert2006-01-131-10/+58
| | | | part from FreeBSD.
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-8/+12
| | | | | | - avoid first person ok jmc
* clarify description of 'c' conversion; ok millert, jmcjaredy2005-07-261-4/+3
|
* for %#s, # is the amount of input string, not the amount of output string.deraadt2003-09-261-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 Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-14/+7
|
* reinsert corrected history section, based on jdolecek@netbsdpjanzen2000-07-311-1/+9
|
* Remove redundant HISTORY section.aaron2000-04-271-8/+1
|
* Flesh out all of the stdio man pages.aaron2000-04-201-69/+61
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-5/+5
|
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-9/+9
| | | | least, this is the impression I get from looking at a lot of Perl docs.
* remove redundant .Pp macrosaaron1999-07-021-2/+1
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-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 idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+408