Age | Commit message (Expand) | Author |
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 |
2012-01-22 | Credit Keith Sklower and 2BSD for the first implementation of read-write | Ingo Schwarze |
2012-01-18 | Add missing header needed by iswspace() | Charles Longeau |
2012-01-18 | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). | Stefan Sperling |
2012-01-15 | Document early history of a few functions specifically mentioned in 2BSD | Ingo Schwarze |
2011-11-08 | Make __svfscanf() the unlocked, core of vfscanf() and use it in | Philip Guenthe |
2011-11-02 | Sync scanf(3) to wscanf(3), and a few bits the opposite way: | Ingo Schwarze |
2011-10-16 | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide | Stefan Sperling |
2011-10-02 | signedness fix; ok millert | Darren Tucker |
2011-09-03 | some minor tweaks; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-07-29 | missing $ in rcs tag; from Daniel Dickman | Stuart Henderson |
2011-07-06 | Add support for C99 %ls and %lc format directives, as been documented in | Stefan Sperling |
2011-07-05 | from Tim van der Molen: | Jason McIntyre |
2011-07-03 | Recognize %a, %A format specifiers, per C99. | Martynas Venckus |
2011-07-03 | Properly implement the long double (%Lf) scanf without the precision | Martynas Venckus |
2011-05-30 | Make printf-like and scanf-like functions marked as such in llib-lc.ln | Martynas Venckus |
2011-05-16 | remove Xr for a page we don;t yet have; ok stsp | Jason McIntyre |
2011-05-09 | Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmc | Stefan Sperling |
2011-05-09 | Always free the multibyte->wchar conversion buffer allocated in __mbsconv(). | Stefan Sperling |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-04-28 | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. | Stefan Sperling |
2011-04-24 | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. | Stefan Sperling |
2011-04-24 | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. | Stefan Sperling |
2011-01-10 | tweak previous; ok millert | Jason McIntyre |
2011-01-10 | mkdtemp() is present in POSIX 1003.1-2008 | Todd C. Miller |