Age | Commit message (Expand) | Author |
2014-05-13 | for non-valid combinations with `#', instead of trying to list them all, | Jason McIntyre |
2014-05-09 | when demonstrating the correct "double-check" idiom, provide a | Theo de Raadt |
2014-05-06 | We don't really need uniform distribution for mktemp(3) so use | Todd C. Miller |
2014-05-03 | Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we | Theo de Raadt |
2014-05-01 | Extend fread() and fwrite() to check for integer overflow, in which case | Theo de Raadt |
2014-04-22 | add closing parenthesis. | Igor Sobrado |
2014-04-19 | need to escape %U, since it is used in Re/Rs blocks; | Jason McIntyre |
2014-04-19 | Demonstrate correct usage of snprintf (regarding overflow detection) | Theo de Raadt |
2014-03-25 | no gets | Ted Unangst |
2014-03-23 | c11 compliance: remove gets() | Ted Unangst |
2014-03-19 | It's still safe to assumed 'signed' exists | Philip Guenther |
2014-03-06 | Fix unsigned comparision. | Gerhard Roth |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-12-17 | f_prealloc() goes away. Comment from the original source file: | Theo de Raadt |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt |
2013-11-25 | Use iswupper() for wide characters, not isupper(); ok deraadt | Stefan Sperling |
2013-11-13 | oops should not be static | Theo de Raadt |
2013-11-12 | a __fputwc_unlock() prototype was available in fvwrite.h, so use that | Theo de Raadt |
2013-11-12 | both files contain a function which should only be static. | Theo de Raadt |
2013-11-01 | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | Philip Guenther |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-07-18 | HISTORY; tweaks and ok sobrado@ jmc@ | Ingo Schwarze |
2013-07-17 | more library history | Ingo Schwarze |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2013-04-03 | Set the stream orientation in open_{,w}memstream(). | Philip Guenther |
2013-04-01 | When there are multiple groups of functions with their own #includes | Philip Guenther |
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot |
2013-03-28 | Correct version number | Martin Pieuchot |
2013-03-27 | Add an open_wmemstream(3) implementation and fix various issues for | Martin Pieuchot |
2013-03-12 | Return EINVAL if there are fewer than six template Xs in the path. | Philip Guenther |
2013-03-05 | tweak wording of scanf return value; prompted by Jan Stary; ok jmc@ | Otto Moerbeek |
2013-03-04 | Update STANDARDS section as appropriate for C99. | Brad Smith |
2013-03-02 | Fix the combination of 'j' format flag and the XPG "<num>$" modifier. | Philip Guenther |
2013-01-31 | Add a bunch of missing functions. | Brad Smith |
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith |
2013-01-03 | some small cleanup; | Jason McIntyre |
2013-01-01 | Add an implementation based on tedu@'s design of fmemopen(3) and | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-03 | tweak text for consistency; from artturi alm | Jason McIntyre |
2012-09-07 | tmpname -> tempnam; from Artturi Alm | Jason McIntyre |
2012-09-01 | sync comment with reality. | Federico G. Schwindt |
2012-06-26 | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in | Matthew Dempsky |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-05-22 | Don't misleadingly suggest that fpos_t only needs to be a complex type | Matthew Dempsky |
2012-05-22 | Document that ftell() may return EOVERFLOW. | Matthew Dempsky |
2012-05-21 | Fix ftell() to return EOVERFLOW if the file offset is greater than | Matthew Dempsky |
2012-04-12 | document getdelim() and getline(), and a grammar fix whilst here; | Jason McIntyre |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |