summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* .St -ansiC -> .St -isoCru2001-02-2618-22/+22
* Correctly handle the race itself, too (don't leave it locked).green2001-02-231-0/+1
* Use the right names to call pthread_mutex_{,un}lock so that thingsgreen2001-02-231-2/+2
* Fix the problems I (and others, undoubtedly) have been having for agreen2001-02-231-3/+12
* Place some hooks (__stdin, __stdout, __stderr) into libc for a futurepeter2001-02-201-0/+23
* Extra needs to be initialized for our usual pool of FILEs. This wasimp2001-02-161-3/+14
* Fix the current libc breakage in current:imp2001-02-165-17/+38
* Remove freelists managed by Balloc/Bfree.tegge2001-02-151-5/+18
* Commit a libc fix going by the current state of the version numberingpeter2001-02-141-9/+10
* It sounded like a good idea at the time. The previous change breakspeter2001-02-121-4/+0
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-121-0/+4
* libc MT-safety, part 2.deischen2001-02-1119-102/+247
* mdoc(7) police: mark LC_NUMERIC with .Dv.ru2001-02-102-2/+4
* Note that decimal point taken from locale (SUSv2)ache2001-02-101-0/+3
* Take decimal point from locale instead of hardcoded '.' (SUSv2)ache2001-02-101-9/+10
* Note that decimal point character taken from locale (SUSv2)ache2001-02-101-0/+3
* Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)ache2001-02-101-6/+14
* Backout previous commit. Use of spinlocks was not approved.tegge2001-02-091-18/+5
* Protect freelists managed by Balloc/Bfree with a spinlock.tegge2001-02-081-5/+18
* Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.sobomax2001-02-071-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-6/+6
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-2448-190/+351
* Fix bugs in the handling of > 8 positional arguments:archie2001-01-061-14/+18
* Make it a bit clearer that asprintf doesn't actually "return" a pointer inben2001-01-011-4/+3
* Prepare for mdoc(7)NG.ru2000-12-292-67/+67
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Update the documentation to describe the new mktemp() family behaviour.kris2000-11-191-8/+33
* Use Fx macro wherever possible.ru2000-11-141-1/+3
* Increase the size of the mktemp() filename space by dropping the PID fromkris2000-11-101-25/+17
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
* Better documentation of append mode. This should have gone in -currenteivind2000-09-221-0/+8
* According to the susv2 man pages I have, remove(3) should act asdwmalone2000-08-282-7/+26
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-068-8/+8
* Introduce ".Lb" macro to libc manpages.phantom2000-04-2120-0/+40
* Fix typo, reported by George Cox.asmodai2000-04-121-8/+8
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-024-7/+14
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-277-11/+11
* Improve the explanation on the (in)security of mktemp(3).sheldonh2000-01-251-3/+6
* We no longer care about the VAX and Tahoe compilers :-)kris2000-01-171-6/+1
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-127-11/+17
* Correct discrepancy between definition of argument to tempnam() andkris2000-01-091-2/+2
* While comparing this with OpenBSD (ie: trying to figure out what mkstemps()peter1999-12-111-2/+2
* Make __sfp() even more thread-safe.dt1999-11-211-1/+1
* Add (FILE *) locking.dt1999-11-201-0/+9
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().dt1999-11-201-0/+11
* Fix HISTORY - the copyright header on the file of the GCC version wasobrien1999-11-201-4/+4
* Add to the HISTORY.obrien1999-11-191-1/+9
* Add unsigned char cast to isdigitache1999-11-041-1/+1
OpenPOWER on IntegriCloud