summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an unused variable: mbresult.tjr2003-01-071-1/+0
* #include <stdlib.h> for free()'s prototype.tjr2003-01-071-0/+1
* Note that the printf(3) and scanf(3) family of functions don't deal withtjr2003-01-062-2/+14
* #include "local.h" to make __svfscanf()'s prototype visible.tjr2003-01-033-0/+3
* Reset the stream orientation to 0 (unoriented) in freopen(), as requiredtjr2003-01-031-0/+1
* mdoc(7) police: Deal with self-xrefs.ru2002-12-241-1/+1
* Document the fact that the printf() family of functions return negativetjr2002-12-201-2/+14
* C99 standardised the vscanf() family of functions, update Standardstjr2002-12-201-2/+5
* Write the message to stderr, not file descriptor 2, so that perror()tjr2002-12-191-1/+7
* Use strerror_r() to format the error message so that strerror()'s statictjr2002-12-191-1/+4
* mdoc(7) police: "The .Fa argument.".ru2002-12-195-8/+10
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.ru2002-12-181-2/+2
* mdoc(7) police: "The .Fn function".ru2002-12-185-5/+21
* mdoc(7) police: tiny nits.ru2002-12-091-4/+4
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-0412-17/+17
* mdoc(7) police: markup overhaul.ru2002-12-046-14/+22
* mdoc(7) police: formatting nits.ru2002-11-291-1/+1
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-3/+1
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsimp2002-11-141-3/+6
* Restore Peter's version of static __sF. There's too much pain for itimp2002-11-101-1/+4
* Backout "compatibility hack" for __sF.alfred2002-11-042-9/+1
* Provide a hook to make __sF visible outside of libc for commercial appsalfred2002-11-022-1/+9
* No need to include floatio.h here: vfscanf() no longer uses anythingtjr2002-11-012-2/+0
* Make __sF static. This can not be allowed to exist in 5.x.alfred2002-10-311-1/+1
* Cross-reference putc(3).tjr2002-10-281-0/+1
* The ORIENTLOCK macro is no longer needed since all functions usetjr2002-10-251-7/+0
* Cross-reference fmtcheck(3).tjr2002-10-201-0/+1
* Give in on the __sF stuff. I have a better fix in mind that is futurepeter2002-10-191-1/+1
* Indent code example with one tab, not two, for consistency with the rest.tjr2002-10-191-8/+8
* Fix off-by-one error when pushing back a multibyte sequence intjr2002-10-171-2/+6
* Make part of the previous change clearer; check flags for SUPPRESS directlytjr2002-10-171-7/+7
* The field width for single-byte string conversions (%c, %s, %[) is thetjr2002-10-171-33/+88
* Count field width correctly for suppressed multibyte fields (%*lc,tjr2002-10-161-60/+84
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-166-15/+52
* Add support for the XSI %C and %S formats, which are the same as %lctjr2002-10-162-0/+24
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-142-0/+4
* Ignore TMPDIR if the application is setugid.kris2002-10-131-1/+2
* Add restrict type-qualifier.mike2002-10-1216-28/+29
* Describe the restrictions on seeking on wide character streams, and alsotjr2002-10-121-3/+15
* Zap the early-adopter transition aid before we get into seriouspeter2002-10-111-4/+1
* Cross-reference between byte and wide-character stdio functions. Removetjr2002-10-107-13/+13
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().tjr2002-09-284-12/+4
* Back out previous, free the buffer when __vfprintf() fails and don't bothertjr2002-09-261-19/+13
* Back out previous and solve the problems a different way: move va_start/tjr2002-09-261-20/+13
* Correctly handle the case where __vfwprintf() fails because it runs outtjr2002-09-261-1/+7
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because ittjr2002-09-262-24/+39
* Add cross-references between wide character and single-byte charactertjr2002-09-243-2/+6
* Remove an unneeded call to _sfrefill() that was missed in the conversiontjr2002-09-241-6/+0
* Use the new va_copy macro to copy variable argument lists instead oftjr2002-09-242-2/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-239-6/+1530
OpenPOWER on IntegriCloud