aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins2002-09-185-25/+61
* Fix vsnprintf(3) memory leak for size == 0.Maxim Konovalov2002-09-171-0/+6
* Convert eight space indents to tabs in the "*" format handling code.Tim J. Robbins2002-09-161-43/+43
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-0616-24/+24
* Print a '-' sign for negative zero. Tested withJens Schweikhardt2002-08-271-7/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-217-7/+7
* Leave room for a trailing NUL not a NULL, that's not an ASCII character.Juli Mallett2002-08-192-2/+2
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel2002-08-155-17/+11
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-155-8/+8
* - Add the 'restrict' qualifier to the function definitions andRobert Drehmel2002-08-143-10/+4
* Unbreak one of the most confusing breaks of the tree I've seen.Poul-Henning Kamp2002-08-131-1/+2
* Tidy up SRCS and MAN assignments.Tim J. Robbins2002-08-131-20/+13
* Remove the Bugs section, which is not relevant to FreeBSD: there is noTim J. Robbins2002-08-131-2/+0
* FreeBSD-ify: use In macro for header files in Synopsis, St C-99 instead ofTim J. Robbins2002-08-134-12/+12
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-1339-12/+846
* Manual pages for fwide(), getwc(), fgetwc(), getwchar(), putwc(), fputwc(),Tim J. Robbins2002-08-124-0/+417
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-3/+3
* mdoc(7) police: punctuation.Ruslan Ermilov2002-08-091-1/+1
* Don't claim to fully implement C99 in the STANDARDS section and then disclaimGarrett Wollman2002-07-151-2/+4
* Note that fseeko() and ftello() are standard in 1003.1-2001.Garrett Wollman2002-07-151-1/+1
* Fix style and wording bugs introduced in my last commit.Chris Costello2002-06-181-11/+9
* o Move more information from BUGS into SECURITY CONSIDERATIONS andChris Costello2002-06-151-50/+56
* Include information on the dangers of passing a user-supplied string asChris Costello2002-06-131-0/+21
* Grammar fix: "contents" is plural.Archie Cobbs2002-05-311-2/+2
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-301-43/+53
* mdoc(7) police: fix markup for types.Ruslan Ermilov2002-05-291-4/+4
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-2812-141/+2
* Correct a check for NUL.Robert Drehmel2002-05-271-1/+1
* - Move the loop conditional into the "for" header.Robert Drehmel2002-05-271-19/+17
* Avoid wandering over the beginning of the actual bufferRobert Drehmel2002-05-231-1/+1
* Clarify that the value of getc() etc. is an unsigned char convertedTony Finch2002-05-151-0/+4
* Implement several of the c99 updates to scanf(3):Bill Fenner2002-04-202-140/+220
* scanf.3 has an obsolete ``this release''.Tom Rhodes2002-04-101-7/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-224-1/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2268-251/+137
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-5/+5
* Remove __P() usage.David E. O'Brien2002-03-2111-39/+39
* Remove 'register' keyword.David E. O'Brien2002-03-2123-56/+56
* Don't refer the reader to look for a word that doesn't exist anywhereDima Dorfman2002-03-101-1/+3
* mdoc(7) police:Ruslan Ermilov2002-01-093-3/+6
* All information from the "BUGS" section not belonging in "SECURITYChris Costello2002-01-062-48/+34
* Add new "SECURITY CONSIDERATIONS" sections.Chris Costello2002-01-063-0/+48
* Fix some style bugsAlexey Zelkin2001-12-171-15/+18
* Also fix cases when thousands separator should be put before number. ForAlexey Zelkin2001-12-131-2/+4
* Respect locale while handling of \' flag.Alexey Zelkin2001-12-131-22/+63
* mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.Ruslan Ermilov2001-12-121-57/+67
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagAlexey Zelkin2001-12-071-3/+3
* Remove blank line.Bill Fenner2001-12-071-1/+0
* Implement several of the c99 updates to printf(3):Bill Fenner2001-11-302-211/+458
* Back out national digits support, POSIX explicetely disallows it:Andrey A. Chernov2001-11-291-53/+55