| Commit message (Expand) | Author | Age | Files | Lines |
* | include float.h for the LDBL_MAX_EXP cpp test in floatio.h |  jsg | 2016-10-30 | 1 | -1/+2 |
* | Delete casts to off_t and size_t that are implied by assignments |  guenther | 2016-09-21 | 1 | -2/+2 |
* | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 2015-08-31 | 1 | -1/+2 |
* | It's still safe to assumed 'signed' exists |  guenther | 2014-03-19 | 1 | -3/+3 |
* | add some prototypes, casts, includes, parenthesis, and whatnot to |  tedu | 2013-04-17 | 1 | -1/+2 |
* | Add support for C99 %ls, %lc, and %l[ format directives to scanf(3). |  stsp | 2012-01-18 | 1 | -1/+169 |
* | Make __svfscanf() the unlocked, core of vfscanf() and use it in |  guenther | 2011-11-08 | 1 | -13/+15 |
* | Recognize %a, %A format specifiers, per C99. |  martynas | 2011-07-03 | 1 | -7/+5 |
* | Properly implement the long double (%Lf) scanf without the precision |  martynas | 2011-07-03 | 1 | -8/+10 |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  kurt | 2009-11-09 | 1 | -3/+9 |
* | Back out previous commit, as it caused too much growth for the install |  guenther | 2009-10-22 | 1 | -9/+3 |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  guenther | 2009-10-21 | 1 | -3/+9 |
* | accept %F, which actually behaves the same as %f. per C99 |  martynas | 2009-04-05 | 1 | -1/+2 |
* | Pull in inttypes.h, not stdint.h so we get the prototypes for |  millert | 2006-01-13 | 1 | -4/+4 |
* | Use long long and intmax_t instead of quad_t throughout. Adapted in |  millert | 2006-01-13 | 1 | -40/+57 |
* | Fix the handling of negative hexadecimal numbers in integer formats. |  millert | 2006-01-08 | 1 | -10/+16 |
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 2006-01-06 | 1 | -2/+2 |
* | Do not overlap flags; problem introduced when new escapes were added. |  millert | 2006-01-03 | 1 | -7/+7 |
* | Add %hhd to *printf and *scanf as well as %z to *scanf. This was |  millert | 2005-12-19 | 1 | -10/+30 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 1 | -4/+1 |
* | next citrus step. |  espie | 2005-06-17 | 1 | -1/+3 |
* | Use '\0' not 0 when storing as a char, part from Andrey Matveev. |  millert | 2005-05-28 | 1 | -5/+5 |
* | let vfscanf be a real function. Use a weak_alias on systems where this |  espie | 2005-05-11 | 1 | -2/+6 |
* | make sure the implementation matches the prototype.. |  pat | 2005-03-31 | 1 | -2/+2 |
* | deregister + ansify, no change in object code. ok deraadt@ millert@ |  otto | 2004-09-28 | 1 | -17/+12 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2002-02-19 | 1 | -5/+1 |
* | a first pass at -Wall |  deraadt | 2001-07-09 | 1 | -1/+2 |
* | Better fix for %n and whitespace. Chris Torek <torek@bsdi.com> |  millert | 1998-01-20 | 1 | -12/+3 |
* | Ignore whitespace separating a conversion and %n. There may be |  millert | 1998-01-19 | 1 | -2/+7 |
* | #if __STDC__ --> #ifdef __STDC__ |  mickey | 1997-07-25 | 1 | -2/+2 |
* | Remove dead code |  tholo | 1996-09-15 | 1 | -3/+3 |
* | Fix RCS ids |  tholo | 1996-08-19 | 1 | -6/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+766 |