summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Add a cross reference to fgetwln(3).tjr2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-163-2/+192
* Rename slbexpand() to __slbexpand() and make it available outsidetjr2004-07-162-4/+5
* Slightly reorganize and simplify.tjr2004-07-091-24/+11
* Add commentary explaining why we return EBADF upon attempts to fflush() acperciva2004-07-041-0/+12
* Eliminate double whitespace.ru2004-07-031-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
* Markup, grammar, and spelling fixes.ru2004-06-301-4/+3
* Spelling fixes.mpp2004-06-211-1/+1
* The third operand of the conditional operator should have type void too.stefanf2004-06-082-2/+2
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notdas2004-06-081-2/+5
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andtjr2004-05-254-0/+8
* Perform conversions straight from the stream buffer instead of scanningtjr2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-227-42/+24
* Remove bogus FBSDID.obrien2004-05-021-3/+1
* Fix damaged FBSDID.obrien2004-05-021-3/+1
* Merge vfscanf.c, v1.37:das2004-05-021-8/+7
* Merge vfprintf.c, v1.65:das2004-05-021-24/+17
* - To make it easier to compile *printf() and *scanf() withoutdas2004-05-022-31/+21
* Use the correct size to allocate, copy and clear argument type tablestjr2004-04-222-12/+18
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-079-21/+61
* Mention that funopen() uses fpos_t incorrectly in the BUGS section.tjr2004-03-201-1/+9
* Improve documentation for fgetpos() and fsetpos(), and discouragetjr2004-03-201-13/+21
* Do not redundantly set the stream orientation in getc(), putc(), andtjr2004-03-196-6/+12
* Update list of macros defined in <stdio.h>.tjr2004-03-171-1/+17
* Re-add description of putc() macro (back out rev. 1.13.)tjr2004-03-171-2/+8
* Re-add text that says getc() is a macro (back out rev. 1.16.)tjr2004-03-171-1/+2
* Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(),tjr2004-03-176-34/+12
* Refer to "wide characters" instead of "wide-characters".tjr2004-03-163-15/+15
* Set stream orientation in ungetc() instead of __ungetc(). This avoidstjr2004-03-101-2/+1
* Remove duplicate check for EOF from ungetc(); __ungetc() already checks.tjr2004-03-101-2/+0
* Call __sputc() directly in fputc() instead of taking an expensivetjr2004-03-101-1/+1
* Call __sgetc() directly in getchar() instead of taking an expensivetjr2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying ontjr2004-03-101-0/+1
* Set stream orientation in puts().tjr2004-03-101-0/+2
* Backout the previous revision due to objections.jb2004-03-092-10/+4
* On 4.X it was possible for an application to initialise a local FILEjb2004-03-092-4/+10
* If handed a file pointer we can't write to, set errno properly to EBADFjkh2004-03-021-1/+4
* Document dependence of mktemp(3) on the non-reentrant arc4random(3).green2004-02-201-0/+7
* Merge vfscanf.c,v 1.35.das2004-01-311-4/+10
* Fix the handling of negative hexadecimal numbers in integer formats.das2004-01-311-3/+9
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()das2004-01-231-19/+25
* Bring the *printf(3) documentation up to date with the code:das2004-01-191-37/+24
* Implement __hdtoa() and __hldtoa() and enable printf() support for %adas2004-01-181-5/+2
* Prototype __hdtoa() and __hldtoa().das2004-01-181-0/+2
* Fix some bugs affecting the %a and %A format specifiers. Sincedas2004-01-181-6/+16
* Make intentions explicit with additional parenthesis.nectar2004-01-062-8/+8
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-2/+1
OpenPOWER on IntegriCloud