| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mktemp(3) (and thus mktemp(1)) no longer use the process ID when |  millert | 2010-12-27 | 1 | -3/+2 |
* | Fix out of date comment; no code change |  millert | 2010-12-22 | 1 | -2/+2 |
* | The ssizearg member of union arg is pointless if it isn't of type ssize_t |  guenther | 2010-10-17 | 1 | -2/+2 |
* | observe the following spelling: |  jmc | 2010-09-10 | 5 | -24/+24 |
* | dispense with some wacky escape sequences; |  jmc | 2010-03-26 | 2 | -8/+8 |
* | Various improvements, mainly regarding ERRORS. |  schwarze | 2010-03-22 | 1 | -40/+39 |
* | When all tried file names already existed, mktemp(3) returned without |  schwarze | 2010-03-21 | 1 | -1/+3 |
* | The previous commit didn't use the first X in the template if the |  guenther | 2010-02-11 | 1 | -3/+2 |
* | Don't underrun the buffer when the template is all X's. |  guenther | 2010-02-08 | 1 | -7/+2 |
* | .Bl always requires .It, even in .Bl -column; |  schwarze | 2010-01-03 | 1 | -67/+67 |
* | Ooops, committed an unbaked change |  guenther | 2009-11-21 | 1 | -2/+2 |
* | Several stdio functions were failing to set the stream orientation |  guenther | 2009-11-21 | 6 | -7/+13 |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  kurt | 2009-11-09 | 44 | -133/+276 |
* | ansify |  stsp | 2009-11-08 | 1 | -5/+2 |
* | skip the \' formatting flag, grouping is not implemented; ok deraadt@ |  naddy | 2009-10-28 | 1 | -1/+5 |
* | Back out previous commit, as it caused too much growth for the install |  guenther | 2009-10-22 | 44 | -276/+133 |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  guenther | 2009-10-21 | 44 | -133/+276 |