summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* towlower() appeared twice in the synopsis; one of the occurrences shouldtjr2002-10-031-3/+3
* Add an Examples section with an example of how to use the functions.tjr2002-10-033-3/+54
* Add missing const qualifier in tfind().mike2002-10-032-2/+2
* Add a man page for the KSE system calls.archie2002-10-022-1/+586
* Add an example showing how to use wcstok(). Fix ordering of See Also section.tjr2002-10-021-2/+15
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-024-4/+9
* Add restrict type-qualifier.mike2002-10-024-14/+15
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISmaxim2002-10-021-2/+2
* Remove the "special processes" section. It has rotted, and the ideadd2002-10-021-7/+0
* Don't claim to return the fileid which we unloaded. The kerneldd2002-10-011-9/+1
* Add getopt_long(3).eric2002-09-293-2/+771
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().tjr2002-09-284-12/+4
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Back out previous, free the buffer when __vfprintf() fails and don't bothertjr2002-09-261-19/+13
* Back out previous and solve the problems a different way: move va_start/tjr2002-09-261-20/+13
* Simplify by removing unneeded local variables and explicit null termination.tjr2002-09-261-12/+8
* Simplify by removing useless local variables and explicit null termination.tjr2002-09-261-9/+5
* Correctly handle the case where __vfwprintf() fails because it runs outtjr2002-09-261-1/+7
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because ittjr2002-09-262-24/+39
* <sys/types.h> is no longer needed.mike2002-09-251-1/+0
* Disqualify UID/GID with non-numeric character.maxim2002-09-251-3/+13
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-2/+3
* Warn when setinvalidrune() is referenced for consistency with the resttjr2002-09-241-0/+1
* Add cross-references between wide character and single-byte charactertjr2002-09-243-2/+6
* Remove an unneeded call to _sfrefill() that was missed in the conversiontjr2002-09-241-6/+0
* Use the new va_copy macro to copy variable argument lists instead oftjr2002-09-242-2/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-239-6/+1530
* Implement the %lc, %ls and %[ conversions, which read sequences of widetjr2002-09-232-16/+137
* The character argument for __ungetwc() should be wint_t instead of wchar_t.tjr2002-09-231-1/+1
* Add the remaining C99 wide character string to integer conversion functions.tjr2002-09-226-16/+550
* Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()tjr2002-09-222-9/+22
* Style cleanup:mini2002-09-211-14/+11
* Delete stray reference to vsnprintf().tjr2002-09-211-3/+2
* Add implementations of the wprintf() family of functions, which performtjr2002-09-2110-4/+2434
* Initiate deorbit burn sequence for sysctl CTL_USER MIB branch.wollman2002-09-211-105/+351
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-214-34/+184
* Remove unnecessary #include <assert.h>; it was used to bring in thetjr2002-09-2120-20/+0
* Revert previous commit to unbreak world until we figure out thearchie2002-09-205-5/+5
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-202-9/+20
* Lock and unlock the file once per call and use the unlocked version oftjr2002-09-201-7/+11
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()tjr2002-09-203-18/+44
* Add restrict type-qualifier.mike2002-09-202-2/+3
* Don't peek into MD structures from MI code. The getcontext(3) andmini2002-09-201-9/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-195-5/+5
* Implement the %ls and %lc conversions for printing wide character stringstjr2002-09-192-14/+110
* Add forgotten newlines in debug messages.nectar2002-09-191-2/+2
* Return the correct environment name for 64-bit platforms in thewollman2002-09-191-1/+2
* Welcome the sem_ API to libc!alfred2002-09-193-1/+709
* add a stub for pthread_cond_destroy.alfred2002-09-191-0/+7
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"tjr2002-09-182-8/+48
OpenPOWER on IntegriCloud