summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove UNSAFE_WARN ifdef for mktemp warning (never defined)ache1999-10-243-6/+6
* $Id$ -> $FreeBSD$peter1999-08-2879-79/+79
* Add warnings, ala mktemp, to tempnam and tmpnam as a reminder thatimp1999-08-212-3/+13
* Treat an attempt to read from a write-only stream more consistently.rnordier1999-08-101-1/+2
* Fixed missing "G" in the list item for the main description of %g andbde1999-08-081-2/+2
* asprintf() does use realloc() internally, but saying so in the manpage can behoek1999-07-251-4/+2
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1219-0/+19
* Add a note that when a stream opened via fdopen() is closed via fclose(),archie1999-05-171-0/+4
* Various language and style concerns fixed.imp1999-04-091-11/+18
* Add mkstemps to the man page, and create a link for it.imp1999-04-042-2/+14
* Add mkstemps from OpenBSD. This has been in my tree for months andimp1999-04-041-7/+24
* Add support for long long modifier (e.g. %llx, %lld).dfr1999-03-111-3/+9
* Fixed disordering and incoinsistent style in previous commit.bde1999-03-051-3/+3
* The pseudocode in the synopsis didn't come close to actuallybde1999-03-051-4/+6
* Decapitalize function name by prepending with word "The".hoek1999-02-261-3/+6
* Added functions fseeko() and ftello() (from susv2).dt1999-02-086-15/+83
* Note that dying on NULL is an implementation detail.eivind1998-12-171-5/+7
* Check for a zero-length as well as a NULL string argument.rnordier1998-10-291-1/+1
* Revert last change. mkstemp() wasn't to blame, it's nvi. However,peter1998-10-201-21/+5
* Stop mk*temp() from being pathologically stupid in the face of a umask(0);peter1998-10-201-5/+21
* Remove the description of EBADF (that's an implementation detail if Ieivind1998-10-101-11/+6
* program written under FreeBSD -> programs written under FreeBSDeivind1998-10-031-2/+2
* Document that we will core-dump on getting a NULL pointer.eivind1998-09-281-0/+4
* Apply patch to properly sscanf(3) when there is whitespace in the formatobrien1998-09-251-7/+2
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-164-8/+8
OpenPOWER on IntegriCloud