| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -2/+0 |
* | lib: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -3/+0 |
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 1 | -1/+0 |
* | libc: Implement N2680. | Dag-Erling Smørgrav | 2023-09-07 | 1 | -0/+40 |
* | libc: Fix fixed-width case in the new integer parser. | Dag-Erling Smørgrav | 2023-08-28 | 1 | -1/+1 |
* | libc: Implement N2630. | Dag-Erling Smørgrav | 2023-08-28 | 1 | -116/+147 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | libc: drop "All rights reserved" from Foundation copyrights | Ed Maste | 2022-08-04 | 1 | -1/+1 |
* | libc/stdio/vfwscanf.c::convert_wstring(): wcp0 is write-only | Konstantin Belousov | 2021-11-29 | 1 | -2/+0 |
* | The function fwscanf() return value is wrong when encountering an early | Stephen J. Kiernan | 2017-12-06 | 1 | -1/+1 |
* | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Make stdio deferred cancel-safe. | Konstantin Belousov | 2017-06-29 | 1 | -2/+2 |
* | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-04-23 | 1 | -1/+1 |
* | Remove incorrect __restrict qualifier on several pointers | Jean-Sébastien Pédron | 2012-04-30 | 1 | -4/+4 |
* | Fix a bug in *wscanf's handling of non-wide %s, %c, and %[ | David Schultz | 2012-04-30 | 1 | -44/+9 |
* | Bugfix: Include whitespace characters in the count of the number of | David Schultz | 2012-04-22 | 1 | -1/+1 |
* | Bugfix: %n doesn't count as a conversion, so | David Schultz | 2012-04-22 | 1 | -1/+0 |
* | Refactor scanf to improve modularity. Conversions are now performed | David Schultz | 2012-04-22 | 1 | -300/+394 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 1 | -39/+49 |
* | - Add support for multibyte decimal_point encodings, e.g., U+066B. | David Schultz | 2009-01-19 | 1 | -9/+17 |
* | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | David Schultz | 2007-12-09 | 1 | -4/+0 |
* | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
* | Add missing #if's for NO_FLOATING_POINT | Poul-Henning Kamp | 2006-04-01 | 1 | -0/+2 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder | 2005-08-20 | 1 | -0/+1 |
* | Remove bogus FBSDID. | David E. O'Brien | 2004-05-02 | 1 | -3/+1 |
* | Merge vfscanf.c, v1.37: | David Schultz | 2004-05-02 | 1 | -8/+7 |
* | Prepare to handle trivial state-dependent encodings. Full support for | Tim J. Robbins | 2004-04-07 | 1 | -6/+11 |
* | Merge vfscanf.c,v 1.35. | David Schultz | 2004-01-31 | 1 | -4/+10 |
* | Make intentions explicit with additional parenthesis. | Jacques Vidrine | 2004-01-06 | 1 | -4/+4 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | Tim J. Robbins | 2003-11-05 | 1 | -10/+6 |
* | Fix two incorrect uses of sizeof: we need to divide the size of the buffer | Tim J. Robbins | 2003-07-05 | 1 | -11/+6 |
* | Merge recent floating point conversion changes from vfscanf.c. | Tim J. Robbins | 2003-07-05 | 1 | -93/+175 |
* | No need to include floatio.h here: vfscanf() no longer uses anything | Tim J. Robbins | 2002-11-01 | 1 | -1/+0 |
* | The field width for single-byte string conversions (%c, %s, %[) is the | Tim J. Robbins | 2002-10-17 | 1 | -33/+88 |
* | Remove an unneeded call to _sfrefill() that was missed in the conversion | Tim J. Robbins | 2002-09-24 | 1 | -6/+0 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | Tim J. Robbins | 2002-09-23 | 1 | -0/+748 |