summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove extraneous cast to malloc call in fgetln example.ray2006-03-191-2/+2
* Pull in inttypes.h, not stdint.h so we get the prototypes formillert2006-01-131-4/+4
* Use long long and intmax_t instead of quad_t throughout. Adapted inmillert2006-01-134-269/+268
* Fix the handling of negative hexadecimal numbers in integer formats.millert2006-01-081-10/+16
* improve the RETURN VALUES section;jmc2006-01-071-8/+12
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-068-16/+16
* fix the mkstemps .Fn;jmc2006-01-061-2/+2
* in code fragment:jmc2006-01-061-14/+14
* Do not overlap flags; problem introduced when new escapes were added.millert2006-01-031-7/+7
* Remove useless if() introduced by accident in rev 1.3. Checking themillert2005-12-281-5/+3
* Missing piece from previous commitmillert2005-12-191-1/+2
* Add %hhd to *printf and *scanf as well as %z to *scanf. This wasmillert2005-12-192-12/+39
* clarify the description of append mode;jmc2005-11-141-2/+7
* fix a few warnings, keep the crypt stuff for later.espie2005-10-102-3/+4
* Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.espie2005-10-107-7/+14
* support %jd from c99, although intmax_t may not be available.tedu2005-09-232-2/+20
* zap remaining rcsid.espie2005-08-0869-285/+69
* zap getdtablesize() external ref (removes a bit of compat from instbin).espie2005-08-021-1/+3
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-2613-64/+81
* clarify description of 'c' conversion; ok millert, jmcjaredy2005-07-261-4/+3
* no need to typecast NULL; ok millert, jmcjaredy2005-07-261-4/+4
* remove note about long double not being supported by vax.jaredy2005-07-261-5/+2
* note error return of mkstemps; ok millert, jmcjaredy2005-07-261-3/+5
* - simplify descriptions of stream positioning in various open modesjaredy2005-07-261-8/+15
* - 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