| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the stream orientation in open_{,w}memstream(). |  guenther | 2013-04-03 | 2 | -2/+4 |
* | When there are multiple groups of functions with their own #includes |  guenther | 2013-04-01 | 1 | -2/+3 |
* | Enable fmemopen(3) and open_{w,}memstream(3) |  eric | 2013-03-28 | 1 | -12/+13 |
* | Correct version number |  mpi | 2013-03-28 | 2 | -6/+6 |
* | Add an open_wmemstream(3) implementation and fix various issues for |  mpi | 2013-03-27 | 3 | -55/+211 |
* | Return EINVAL if there are fewer than six template Xs in the path. |  guenther | 2013-03-12 | 2 | -24/+30 |
* | tweak wording of scanf return value; prompted by Jan Stary; ok jmc@ |  otto | 2013-03-05 | 1 | -4/+5 |
* | Update STANDARDS section as appropriate for C99. |  brad | 2013-03-04 | 2 | -7/+9 |
* | Fix the combination of 'j' format flag and the XPG "<num>$" modifier. |  guenther | 2013-03-02 | 1 | -2/+11 |
* | Add a bunch of missing functions. |  brad | 2013-01-31 | 1 | -2/+19 |
* | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). |  brad | 2013-01-30 | 5 | -8/+155 |
* | some small cleanup; |  jmc | 2013-01-03 | 2 | -13/+14 |
* | Add an implementation based on tedu@'s design of fmemopen(3) and |  mpi | 2013-01-01 | 4 | -0/+655 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 7 | -16/+7 |
* | tweak text for consistency; from artturi alm |  jmc | 2012-10-03 | 1 | -3/+4 |
* | tmpname -> tempnam; from Artturi Alm |  jmc | 2012-09-07 | 1 | -3/+3 |
* | sync comment with reality. |  fgsch | 2012-09-01 | 1 | -2/+2 |
* | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in |  matthew | 2012-06-26 | 2 | -4/+10 |
* | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), |  guenther | 2012-06-01 | 1 | -2/+10 |
* | Don't misleadingly suggest that fpos_t only needs to be a complex type |  matthew | 2012-05-22 | 1 | -4/+2 |
* | Document that ftell() may return EOVERFLOW. |  matthew | 2012-05-22 | 1 | -6/+31 |
* | Fix ftell() to return EOVERFLOW if the file offset is greater than |  matthew | 2012-05-21 | 2 | -23/+10 |
* | document getdelim() and getline(), and a grammar fix whilst here; |  jmc | 2012-04-12 | 1 | -4/+6 |
* | Implement getdelim(3) and getline(3). |  fgsch | 2012-03-21 | 4 | -3/+332 |
* | Credit Keith Sklower and 2BSD for the first implementation of read-write |  schwarze | 2012-01-22 | 1 | -2/+7 |
* | Add missing header needed by iswspace() |  chl | 2012-01-18 | 1 | -1/+2 |
* | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). |  stsp | 2012-01-18 | 3 | -9/+210 |
* | Document early history of a few functions specifically mentioned in 2BSD |  schwarze | 2012-01-15 | 2 | -4/+41 |
* | Make __svfscanf() the unlocked, core of vfscanf() and use it in |  guenther | 2011-11-08 | 6 | -46/+23 |
* | Sync scanf(3) to wscanf(3), and a few bits the opposite way: |  schwarze | 2011-11-02 | 2 | -66/+50 |
* | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide |  stsp | 2011-10-16 | 10 | -10/+1531 |
* | signedness fix; ok millert |  dtucker | 2011-10-02 | 1 | -2/+2 |
* | some minor tweaks; |  jmc | 2011-09-03 | 1 | -11/+6 |
* | make -column lists pretty again; |  jmc | 2011-09-03 | 3 | -77/+77 |
* | missing $ in rcs tag; from Daniel Dickman |  sthen | 2011-07-29 | 1 | -1/+1 |
* | Add support for C99 %ls and %lc format directives, as been documented in |  stsp | 2011-07-06 | 2 | -7/+148 |
* | from Tim van der Molen: |  jmc | 2011-07-05 | 1 | -5/+12 |
* | Recognize %a, %A format specifiers, per C99. |  martynas | 2011-07-03 | 2 | -17/+12 |
* | Properly implement the long double (%Lf) scanf without the precision |  martynas | 2011-07-03 | 1 | -8/+10 |
* | Make printf-like and scanf-like functions marked as such in llib-lc.ln |  martynas | 2011-05-30 | 8 | -8/+16 |
* | remove Xr for a page we don;t yet have; ok stsp |  jmc | 2011-05-16 | 1 | -4/+3 |
* | Add a wprintf(3) man page based on FreeBSD's page. Help and ok schwarze jmc |  stsp | 2011-05-09 | 2 | -2/+592 |
* | Always free the multibyte->wchar conversion buffer allocated in __mbsconv(). |  stsp | 2011-05-09 | 1 | -1/+3 |
* | no need to escape `|'; as discussed with schwartze |  jmc | 2011-05-02 | 1 | -13/+3 |
* | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. |  stsp | 2011-04-28 | 8 | -3/+1806 |
* | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. |  stsp | 2011-04-24 | 8 | -1806/+3 |
* | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. |  stsp | 2011-04-24 | 8 | -3/+1806 |
* | tweak previous; ok millert |  jmc | 2011-01-10 | 1 | -3/+4 |
* | mkdtemp() is present in POSIX 1003.1-2008 |  millert | 2011-01-10 | 1 | -11/+9 |
* | mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also |  nicm | 2011-01-07 | 1 | -6/+6 |