| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove a prototype for a function that is no longer called. | markm | 2002-09-20 | 1 | -1/+0 |
* | Fix an infinite loop when _fetch_read() can return 0 (if the | alfred | 2002-09-20 | 1 | -1/+5 |
* | Revert previous commit to unbreak world until we figure out the | archie | 2002-09-20 | 6 | -10/+7 |
* | 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 |
* | Expose the new kernel data structures to libdevinfo: | imp | 2002-09-20 | 4 | -6/+41 |
* | Fix a problem with the definition of HUGE_VAL causing the gcc warning | archie | 2002-09-19 | 6 | -7/+10 |
* | 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 |
* | reconnect libc_r | julian | 2002-09-19 | 1 | -1/+1 |
* | Part of a bandaid to get libc_r on air again. | julian | 2002-09-19 | 1 | -0/+4 |
* | 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 |
* | Add a missing file into the CLEANFILES variable. | mux | 2002-09-18 | 2 | -2/+2 |
* | 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 |
* | Add i386 to the list of architectures that libc_r is broken on. This | peter | 2002-09-17 | 1 | -1/+1 |
* | Bandaid to stop failing on non-i386 platforms. | peter | 2002-09-17 | 1 | -0/+5 |
* | Make _fetch_connect() always set the error code. | fenner | 2002-09-17 | 2 | -4/+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 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 11 | -228/+10 |
* | Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} to | fenner | 2002-09-16 | 1 | -4/+4 |
* | Make libpthread KSE aware. | mini | 2002-09-16 | 52 | -4790/+270 |
* | Mechanically change all libc_r references to libpthread. | mini | 2002-09-16 | 56 | -62/+62 |
* | Save and restore FPU state properly in ucontext_t's. | mini | 2002-09-16 | 4 | -36/+29 |
* | Add signalcontext(), which lays down a signal frame onto a ucontext_t. | mini | 2002-09-16 | 1 | -12/+15 |
* | Allocate 64K recieve buffer for DNS responses. | ume | 2002-09-16 | 1 | -27/+48 |
* | Convert eight space indents to tabs in the "*" format handling code. | tjr | 2002-09-16 | 1 | -43/+43 |