Age | Commit message (Expand) | Author |
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 |
2011-01-07 | mktemp(3) can be used, but not where mkstemp(3) is an alternative. Also | Nicholas Marriott |
2010-12-27 | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | Todd C. Miller |
2010-12-22 | Fix out of date comment; no code change | Todd C. Miller |
2010-10-17 | The ssizearg member of union arg is pointless if it isn't of type ssize_t | Philip Guenthe |
2010-09-10 | observe the following spelling: | Jason McIntyre |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-22 | Various improvements, mainly regarding ERRORS. | Ingo Schwarze |
2010-03-21 | When all tried file names already existed, mktemp(3) returned without | Ingo Schwarze |
2010-02-11 | The previous commit didn't use the first X in the template if the | Philip Guenthe |
2010-02-08 | Don't underrun the buffer when the template is all X's. | Philip Guenthe |
2010-01-03 | .Bl always requires .It, even in .Bl -column; | Ingo Schwarze |
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe |
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-11-08 | ansify | Stefan Sperling |
2009-10-28 | skip the \' formatting flag, grouping is not implemented; ok deraadt@ | Christian Weisgerber |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
2009-09-10 | cvs log message from ed@freebsd, revision 197045: | Jason McIntyre |
2009-07-12 | fwrite() should also return 0 if either size or nmemb are 0. | Todd C. Miller |
2009-06-02 | Set errno to EINVAL when fgets is given a non-positive size. | Ray Lai |
2009-04-05 | accept %F, which actually behaves the same as %f. per C99 | Martynas Venckus |
2009-03-20 | Return -1 from mktemp_internal() on EINVAL like we used to. | Todd C. Miller |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller |
2009-02-17 | when the template is entirely XXX characters, would crash | Theo de Raadt |
2009-01-29 | from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too; | Jason McIntyre |
2009-01-10 | The process number is longer used to replace trailing 'Xs'. | Tobias Stoeckmann |
2008-10-21 | use decimal point from locale. ok millert@ | Martynas Venckus |
2008-09-15 | add missing header needed by strlen(). | Charles Longeau |