summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-3/+3
* mdoc(7) police: punctuation.ru2002-08-091-1/+1
* Don't claim to fully implement C99 in the STANDARDS section and then disclaimwollman2002-07-151-2/+4
* Note that fseeko() and ftello() are standard in 1003.1-2001.wollman2002-07-151-1/+1
* Fix style and wording bugs introduced in my last commit.chris2002-06-181-11/+9
* o Move more information from BUGS into SECURITY CONSIDERATIONS andchris2002-06-151-50/+56
* Include information on the dangers of passing a user-supplied string aschris2002-06-131-0/+21
* Grammar fix: "contents" is plural.archie2002-05-311-2/+2
* mdoc(7) police: markup nits.ru2002-05-301-43/+53
* mdoc(7) police: fix markup for types.ru2002-05-291-4/+4
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2812-141/+2
* Correct a check for NUL.robert2002-05-271-1/+1
* - Move the loop conditional into the "for" header.robert2002-05-271-19/+17
* Avoid wandering over the beginning of the actual bufferrobert2002-05-231-1/+1
* Clarify that the value of getc() etc. is an unsigned char convertedfanf2002-05-151-0/+4
* Implement several of the c99 updates to scanf(3):fenner2002-04-202-140/+220
* scanf.3 has an obsolete ``this release''.trhodes2002-04-101-7/+0
* Fix the style of the SCM ID's.obrien2002-03-224-1/+3
* Fix the style of the SCM ID's.obrien2002-03-2268-251/+137
* Remove multi-line __P() usage.obrien2002-03-221-5/+5
* Remove __P() usage.obrien2002-03-2111-39/+39
* Remove 'register' keyword.obrien2002-03-2123-56/+56
* Don't refer the reader to look for a word that doesn't exist anywheredd2002-03-101-1/+3
* mdoc(7) police:ru2002-01-093-3/+6
* All information from the "BUGS" section not belonging in "SECURITYchris2002-01-062-48/+34
* Add new "SECURITY CONSIDERATIONS" sections.chris2002-01-063-0/+48
* Fix some style bugsphantom2001-12-171-15/+18
* Also fix cases when thousands separator should be put before number. Forphantom2001-12-131-2/+4
* Respect locale while handling of \' flag.phantom2001-12-131-22/+63
* mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.ru2001-12-121-57/+67
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagphantom2001-12-071-3/+3
* Remove blank line.fenner2001-12-071-1/+0
* Implement several of the c99 updates to printf(3):fenner2001-11-302-211/+458
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-291-53/+55
* Don't ever assume that isdigit() is always subset of isxdigit()ache2001-11-281-1/+1
* Allow national (non-ASCII) digitsache2001-11-281-55/+53
* mdoc(7) police: sort xrefs.ru2001-11-201-2/+2
* Cross-reference the fdopen and fileno manpages.murray2001-11-142-1/+3
* In > LONG_MAX test use sseek return value and not _offset which can be notache2001-10-251-3/+4
* Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-242-5/+12
* Back out read buffer invalidating via __SMOD.ache2001-10-232-7/+2
* Change comment explaining another usage of __SMODache2001-10-231-2/+2
* Disallow fseek() optimization in internal read buffer, if pointer is moved byache2001-10-231-0/+5
* Fixed style bugs in previous commit.bde2001-10-151-15/+15
* Make this compile on ia64.dfr2001-10-141-25/+46
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0120-23/+23
* 1) If __SAPP stream is not seekable, remove __SAPP flag on first call insteadache2001-09-071-3/+10
* For now just back out seek error checking in __SAPP case, it cause problemsache2001-09-071-2/+2
* When __SOPT is cleared, clear __SOFF too.ache2001-09-031-1/+1
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,ache2001-09-036-83/+91
OpenPOWER on IntegriCloud