aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* MFC r204447:Jaakko Heinonen2010-03-191-0/+4
* MFC: r201836Christian Brueffer2010-01-151-3/+2
* MFC r181281: Make swprintf("%s", "") not fail randomly depending onColin Percival2008-08-311-1/+3
* MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(),John Baldwin2008-08-041-11/+26
* MFC r178921 to stable/6:Antoine Brodin2008-07-281-4/+0
* MFC: Fix a resource leak in the recent fixes for file descriptors >John Baldwin2008-04-291-0/+1
* MFC: Fail attempts to use file descriptors larger than SHRT_MAX.John Baldwin2008-03-173-0/+39
* MFC rev. 1.20: add ENVIRONMENT section.Maxim Konovalov2007-03-231-1/+14
* MFC: 1.14-1.17 (position bugfixes)Andrey A. Chernov2006-11-181-10/+18
* MFC rev. 1.4, 1.5.Konstantin Belousov2006-10-301-1/+1
* MFC:Poul-Henning Kamp2006-06-255-6/+26
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-04-041-0/+688
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-03-081-0/+98
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-02-221-0/+115
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-01-262-0/+143
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-304-0/+1180
* MFC following revisions to fix mutex memory leak for threaded program:David Xu2005-12-233-9/+19
* MFC: rev. 1.2Christian Brueffer2005-09-241-1/+1
* The header glue.h should provide just a declaration for the variableStefan Farfeleder2005-05-131-1/+2
* The correct description for mode "w" isDag-Erling Smørgrav2005-05-041-1/+1
* Be bug-for-bug compatible with the C standard with respect toDavid Schultz2005-04-162-4/+16
* Remove unused variable.Stefan Farfeleder2005-04-081-3/+2
* Fix EOVERFLOW detection in vswprintf(3)Max Khon2005-02-211-4/+5
* Sort sections.Ruslan Ermilov2005-01-203-55/+55
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+3
* Document that the length modifier l is ignored for floating pointStefan Farfeleder2004-10-161-1/+3
* Don't add integers to void pointers.Stefan Farfeleder2004-10-031-1/+2
* Don't forget to va_end() the va_list we get from va_copy().Dag-Erling Smørgrav2004-08-262-0/+2
* note that it is the caller's responsibility to free any buffer passedAlfred Perlstein2004-08-241-0/+5
* Fix an off-by-one bug that caused the first character of the buffer toTim J. Robbins2004-08-061-2/+1
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfaceTim J. Robbins2004-07-211-14/+38
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-1/+2
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide characterTim J. Robbins2004-07-211-8/+25
* Call __mbrtowc() and __wcrtomb() directly instead of taking detoursTim J. Robbins2004-07-203-3/+6
* Add a cross reference to fgetwln(3).Tim J. Robbins2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().Tim J. Robbins2004-07-163-2/+192
* Rename slbexpand() to __slbexpand() and make it available outsideTim J. Robbins2004-07-162-4/+5
* Slightly reorganize and simplify.Tim J. Robbins2004-07-091-24/+11
* Add commentary explaining why we return EBADF upon attempts to fflush() aColin Percival2004-07-041-0/+12
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+8
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-4/+3
* Spelling fixes.Mike Pritchard2004-06-211-1/+1
* The third operand of the conditional operator should have type void too.Stefan Farfeleder2004-06-082-2/+2
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-081-4/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,David Schultz2004-06-084-5/+6
* Set errno to EBADF on attempts to write to a stream that is notDavid Schultz2004-06-081-2/+5
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-254-0/+8
* Perform conversions straight from the stream buffer instead of scanningTim J. Robbins2004-05-221-18/+19
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-227-42/+24