summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2007-10-21Comment fix about time consumption of _gettemp.Tobias Stoeckmann
2007-09-21Add some more truncation checks for path construction in tmpnam(3).Moritz Jodeit
2007-09-17Prevent out-of-bounds memory access in tempnam(3), if the environmentMoritz Jodeit
2007-09-07Say NUL when referring to \0Chad Loder
2007-08-08Show how to use strcspn(3) to trim newlines.Ray Lai
2007-06-21The `len' argument is guaranteed to be > 0 upon successful completion.Moritz Jodeit
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-12Document errno usage. From Tobias Stoeckmann.Ray Lai
2007-05-10grammar,Marc Espie
2007-04-01clarify return values, prompted by moritz; ok moritz jmcTheo de Raadt
2007-01-30Remove and simplify an impossible case (if *p = memchr(cp, 0, prec),Ray Lai
2007-01-29add an ENVIRONMENT section for TMPDIR;Jason McIntyre
2007-01-16Fix potential int overflow for printf(3) when passing in very largeTodd C. Miller
2006-11-26try first mmap() allocation at pagesize, no need to re-mmap at every powerTheo de Raadt
2006-10-30suceed -> succeed; from chad doughertyJason McIntyre
2006-10-29make __dtoa & strtod() thread-safe useing the same method as newer gdtoaTheo de Raadt
2006-10-15mark up `>';Jason McIntyre
2006-10-14Add a CAVEAT section that describes how to properly trim a newline fromChad Loder
2006-10-14Make fgets description much clearer with respect to its exact behavior.Chad Loder
2006-04-29check mmap for failure. the helper functions using it return -1, butTed Unangst
2006-03-19Remove extraneous cast to malloc call in fgetln example.Ray Lai
2006-01-13Pull in inttypes.h, not stdint.h so we get the prototypes forTodd C. Miller
2006-01-13Use long long and intmax_t instead of quad_t throughout. Adapted inTodd C. Miller
2006-01-08Fix the handling of negative hexadecimal numbers in integer formats.Todd C. Miller
2006-01-07improve the RETURN VALUES section;Jason McIntyre
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06fix the mkstemps .Fn;Jason McIntyre
2006-01-06in code fragment:Jason McIntyre
2006-01-03Do not overlap flags; problem introduced when new escapes were added.Todd C. Miller
2005-12-28Remove useless if() introduced by accident in rev 1.3. Checking theTodd C. Miller
2005-12-19Missing piece from previous commitTodd C. Miller
2005-12-19Add %hhd to *printf and *scanf as well as %z to *scanf. This wasTodd C. Miller
2005-11-14clarify the description of append mode;Jason McIntyre
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
2005-08-08zap remaining rcsid.Marc Espie
2005-08-02zap getdtablesize() external ref (removes a bit of compat from instbin).Marc Espie
2005-07-26- typos, punctuation, spacing, macro, layout, etc. fixesJared Yanovich
2005-07-26clarify description of 'c' conversion; ok millert, jmcJared Yanovich
2005-07-26no need to typecast NULL; ok millert, jmcJared Yanovich
2005-07-26remove note about long double not being supported by vax.Jared Yanovich
2005-07-26note error return of mkstemps; ok millert, jmcJared Yanovich
2005-07-26- simplify descriptions of stream positioning in various open modesJared Yanovich
2005-06-17- remove .Sh LIBRARYJason McIntyre
2005-06-17next citrus step.Marc Espie
2005-06-08Fix rearranging of parameters for quad types.Marc Espie
2005-05-28Use '\0' not 0 when storing as a char, part from Andrey Matveev.Todd C. Miller
2005-05-28Move the va_start()/va_end() pair such that it directly backets the callTodd C. Miller
2005-05-27mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moreTodd C. Miller