summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* - remove .Sh LIBRARYjmc2005-06-176-17/+17
* next citrus step.espie2005-06-1734-26/+1389
* Fix rearranging of parameters for quad types.espie2005-06-081-11/+24
* Use '\0' not 0 when storing as a char, part from Andrey Matveev.millert2005-05-285-14/+14
* Move the va_start()/va_end() pair such that it directly backets the callmillert2005-05-282-8/+7
* mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moremillert2005-05-271-11/+27
* let vfscanf be a real function. Use a weak_alias on systems where thisespie2005-05-117-12/+42
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-3014-41/+128
* move return values to a seperate section, and split them out so that itderaadt2005-04-141-37/+49
* Explain what happens when len equals 0 for snprintf().otto2005-04-141-1/+9
* make sure the implementation matches the prototype..pat2005-03-3112-25/+25
* ansipat2005-03-302-6/+4
* ansi + de-registerpat2005-03-301-2/+2
* Document that perror() treats an empty string like NULL.millert2005-03-241-8/+6
* fix typo in comment.moritz2005-03-081-2/+2
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-253-6/+6
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-2861-385/+227
* typo fix, from the original diff in PR 3932brad2004-09-251-2/+2
* oopsderaadt2004-09-251-2/+2
* access one too far away; from claus; ok millertderaadt2004-09-241-3/+3
* explain why mmap; pointed out by claus, pr 3932deraadt2004-09-241-2/+4
* Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.otto2004-09-182-5/+101
* Handle ll's correctly for positional args. Problem spotted by hin@,otto2004-09-161-2/+7
* signed vs unsignedderaadt2004-09-141-2/+2
* Don't need to check lbuf != NULL when free()ing it. In addition,millert2004-08-201-6/+3
* Fix the short description for fileno()jfb2004-06-201-2/+2
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-13/+2
* build the error message in strerror_r.c directly, avoiding one copy there.espie2004-05-031-9/+3
* Apply change from vsnprintf.c rev. 1.5. Use a single charactermillert2004-04-101-5/+10
* __sglue should be extern; from art@millert2004-01-111-2/+4
* typo;jmc2003-10-171-2/+2
* Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann)avsm2003-10-081-6/+6
* for %#s, # is the amount of input string, not the amount of output string.deraadt2003-09-261-3/+8
* Sort headers in examplegrange2003-08-171-2/+2
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-242-2/+12
* .Ql Cm -> .Sq Cm where literal makes no sense;jmc2003-07-151-2/+2
* nonstandard->non-standardavsm2003-07-021-2/+2
* 6 X's -> 10 X's in all examples, per avsm's idea, millert agreespvalchev2003-07-021-4/+4
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-172-18/+18
* oopsderaadt2003-06-112-7/+2
* ansification; checked by pvalderaadt2003-06-112-2/+7
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-032-46/+24
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0290-541/+181
* - section reorderjmc2003-06-016-125/+126
* Better English.pjanzen2003-05-171-3/+3
* Document behaviour when size = 1. ok millert@pjanzen2003-05-172-2/+16
* When positional arguments need more memory for storage (more than 8 args),deraadt2003-05-161-16/+30
* typos;jmc2003-05-034-11/+11
* Make function declaration and man page match prototype. Closes PR 3236millert2003-04-252-11/+9
* char * in prototypes should be const; Kamo Hiroyasumillert2003-04-221-4/+4