| Commit message (Expand) | Author | Age | Files | Lines |
* | Add getopt_long(3). | eric | 2002-09-29 | 3 | -2/+771 |
* | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | tjr | 2002-09-28 | 4 | -12/+4 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Back out previous, free the buffer when __vfprintf() fails and don't bother | tjr | 2002-09-26 | 1 | -19/+13 |
* | Back out previous and solve the problems a different way: move va_start/ | tjr | 2002-09-26 | 1 | -20/+13 |
* | Simplify by removing unneeded local variables and explicit null termination. | tjr | 2002-09-26 | 1 | -12/+8 |
* | Simplify by removing useless local variables and explicit null termination. | tjr | 2002-09-26 | 1 | -9/+5 |
* | Correctly handle the case where __vfwprintf() fails because it runs out | tjr | 2002-09-26 | 1 | -1/+7 |
* | Sync with OpenBSD: avoid memory leak when __vfprintf() fails because it | tjr | 2002-09-26 | 2 | -24/+39 |
* | <sys/types.h> is no longer needed. | mike | 2002-09-25 | 1 | -1/+0 |
* | Disqualify UID/GID with non-numeric character. | maxim | 2002-09-25 | 1 | -3/+13 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -2/+3 |
* | Warn when setinvalidrune() is referenced for consistency with the rest | tjr | 2002-09-24 | 1 | -0/+1 |
* | Add cross-references between wide character and single-byte character | tjr | 2002-09-24 | 3 | -2/+6 |
* | Remove an unneeded call to _sfrefill() that was missed in the conversion | tjr | 2002-09-24 | 1 | -6/+0 |
* | Use the new va_copy macro to copy variable argument lists instead of | tjr | 2002-09-24 | 2 | -2/+2 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 9 | -6/+1530 |
* | Implement the %lc, %ls and %[ conversions, which read sequences of wide | tjr | 2002-09-23 | 2 | -16/+137 |
* | The character argument for __ungetwc() should be wint_t instead of wchar_t. | tjr | 2002-09-23 | 1 | -1/+1 |
* | Add the remaining C99 wide character string to integer conversion functions. | tjr | 2002-09-22 | 6 | -16/+550 |
* | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | tjr | 2002-09-22 | 2 | -9/+22 |
* | Style cleanup: | mini | 2002-09-21 | 1 | -14/+11 |
* | Delete stray reference to vsnprintf(). | tjr | 2002-09-21 | 1 | -3/+2 |
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 10 | -4/+2434 |
* | Initiate deorbit burn sequence for sysctl CTL_USER MIB branch. | wollman | 2002-09-21 | 1 | -105/+351 |
* | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | wollman | 2002-09-21 | 4 | -34/+184 |
* | Remove unnecessary #include <assert.h>; it was used to bring in the | tjr | 2002-09-21 | 20 | -20/+0 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 5 | -5/+5 |
* | Lock the file once per call and use the unlocked fgetwc()/fputwc() variants. | tjr | 2002-09-20 | 2 | -9/+20 |
* | Lock and unlock the file once per call and use the unlocked version of | tjr | 2002-09-20 | 1 | -7/+11 |
* | Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() | tjr | 2002-09-20 | 3 | -18/+44 |
* | Add restrict type-qualifier. | mike | 2002-09-20 | 2 | -2/+3 |
* | Don't peek into MD structures from MI code. The getcontext(3) and | mini | 2002-09-20 | 1 | -9/+1 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 5 | -5/+5 |
* | Implement the %ls and %lc conversions for printing wide character strings | tjr | 2002-09-19 | 2 | -14/+110 |
* | Add forgotten newlines in debug messages. | nectar | 2002-09-19 | 1 | -2/+2 |
* | Return the correct environment name for 64-bit platforms in the | wollman | 2002-09-19 | 1 | -1/+2 |
* | Welcome the sem_ API to libc! | alfred | 2002-09-19 | 3 | -1/+709 |
* | add a stub for pthread_cond_destroy. | alfred | 2002-09-19 | 1 | -0/+7 |
* | Optimise the common case where no special encoding is in use (LC_CTYPE is "C" | tjr | 2002-09-18 | 2 | -8/+48 |
* | Logic error in previous: don't exit the loop when an incomplete multibyte | tjr | 2002-09-18 | 1 | -1/+1 |
* | Deprecate the rest of the rune interface. | tjr | 2002-09-18 | 2 | -0/+22 |
* | Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want to | tjr | 2002-09-18 | 2 | -0/+19 |
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | tjr | 2002-09-18 | 5 | -25/+61 |
* | Fixed editing error in previous commit (*blush*). | bde | 2002-09-17 | 2 | -2/+2 |
* | Fixed unsorting of SRCS. | bde | 2002-09-17 | 2 | -4/+4 |
* | Fix vsnprintf(3) memory leak for size == 0. | maxim | 2002-09-17 | 1 | -0/+6 |
* | Bandaid to stop failing on non-i386 platforms. | peter | 2002-09-17 | 1 | -0/+5 |
* | Use a weak symbol for signalcontext(). | mini | 2002-09-17 | 1 | -1/+3 |
* | Add signalcontext(), which adds a signal frame to a ucontext_t. | mini | 2002-09-17 | 1 | -0/+80 |