summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* (cantwrite): do not allocate memory for a NULL stringassar2001-06-181-1/+2
* revert freeing of memory that gets allocated when str == NULLassar2001-06-184-8/+0
* free memory that gets allocated by vfprintf when str == NULLassar2001-06-164-0/+8
* Add description for the 'll' modifier for long long. In essence a copyschweikh2001-06-131-4/+24
* Back out my changes describing how snprintf nul terminates. Itimp2001-06-051-9/+11
* Minor improvements:imp2001-06-051-15/+29
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-042-0/+10
* Correct the documentation for snprintf() and vsprintf() which actuallygshapiro2001-05-301-1/+12
* Add warnings about trusting user-supplied data.eric2001-05-251-0/+14
* mdoc(7) police: fix markup.ru2001-04-181-2/+6
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-4/+4
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Fix style nit.obrien2001-03-051-1/+1
* Fix style breakage.obrien2001-03-051-0/+1
* Hide the definition of struct __sFILEX and add the neededdeischen2001-03-012-81/+33
* .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
OpenPOWER on IntegriCloud