summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make sure that va_start() has matching va_end()deraadt2001-09-051-3/+4
|
* put changes back, this time ALL the files.fgsch2001-09-041-2/+2
|
* Back out fgsch@'s tree breaking commits.todd2001-08-301-2/+2
| | | | Test next time, ok?
* fix some const warningsfgsch2001-08-301-2/+2
|
* Fix a bug with the %e flag introduced in a -Wall pass. The originalmillert2001-08-131-2/+2
| | | | | code was in error but due to C precedence rules it didn't cause a problem.
* a first pass at -Wallderaadt2001-07-0925-34/+61
|
* document ll, depreciate qprovos2001-06-231-4/+6
|
* Fix pasto; kleink@netbsd.orgpjanzen2001-06-051-2/+2
|
* knfderaadt2001-05-311-54/+54
|
* Fix an incorrect memset() in __grow_type_table(); dk@homepage.rumillert2001-04-201-3/+4
| | | | | | While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd
* It's not that I mind split infinitives. I just like to save'em for whenpjanzen2001-02-171-2/+2
| | | | they're really needed.
* capitalizationaaron2001-02-121-2/+2
|
* Various repairs, mostly to get rid of short lines.aaron2000-12-2413-88/+51
|
* use strlcpy in the examplederaadt2000-11-221-2/+2
|
* fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSaaron2000-10-181-20/+20
| | | | section to the end like most man pages.
* The mkstemp() function appeared in 4.4BSD; todd@aaron2000-09-111-2/+5
|
* In the format string bug description under CAVEATS, clarify what we mean byaaron2000-08-251-4/+4
| | | | building the string ``by hand'' using a function like snprintf(); deraadt@ ok
* reinsert corrected history section, based on jdolecek@netbsdpjanzen2000-07-311-1/+9
|
* Stronger caveat wrt stack smashing via % escapes. Each man pagemillert2000-07-161-5/+14
| | | | carries the same caveat...
* Insert missing semi-colon.aaron2000-07-071-2/+2
|
* correct return valuespjanzen2000-06-251-12/+13
|
* Remove redundant HISTORY section.aaron2000-04-271-8/+1
|
* C deals with complex functions, but not imaginary ones yet.espie2000-04-251-3/+2
|
* Flesh out all of the stdio man pages.aaron2000-04-2018-324/+272
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-186-37/+49
|
* Mostly punctuation fixes.aaron2000-04-153-7/+7
|
* Trailing whitespace begone!aaron2000-04-121-6/+6
|
* list 'i' only oncehugh2000-04-121-2/+1
|
* fseeko.3 and ftello.3deraadt2000-03-281-1/+2
|
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-9/+9
| | | | least, this is the impression I get from looking at a lot of Perl docs.
* Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert2000-02-215-22/+98
| | | | | Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type.
* fix example. ok aaron@ericj2000-02-191-2/+2
|
* repair nroff botchderaadt2000-01-271-3/+3
|
* Use .Va macro when referring to the global variable errno.aaron2000-01-221-3/+5
|
* indent the source rightderaadt2000-01-121-11/+12
|
* fix tmpnam() argument; kris@freebsdderaadt2000-01-091-3/+3
|
* use WEAK_* macrosd2000-01-061-12/+18
|
* typosderaadt1999-11-151-2/+2
|
* Nail down semantics in case of failure.espie1999-09-281-2/+31
| | | | example for fdopen.
* Remove an unwanted `.'.aaron1999-09-271-2/+2
|
* Remove extraneous commaespie1999-09-261-2/+2
|
* BUGS->CAVEATSespie1999-09-221-2/+10
| | | | Warn against brain-dead ProFTPd hole.
* It's a good idea to check the return value of malloc() in example code.aaron1999-09-211-2/+3
|
* Add CAVEATS sections.aaron1999-09-152-4/+77
|
* Tidying and spellingpjanzen1999-09-141-13/+18
|
* do { ... } while (0) instead of just { ... } in macrosmillert1999-08-221-7/+7
|
* paste'o away!todd1999-08-111-3/+3
|
* missing G in item list; bdederaadt1999-08-081-2/+2
|
* Local changes that should not have gone inmillert1999-08-074-205/+4
|
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-077-7/+211
|