| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-07 | Avoid Po/Pq. | wiz | |
| 2001-12-07 | Slight grammar improvement. | wiz | |
| 2001-12-07 | Markup getwc in one place. | wiz | |
| 2001-12-07 | Grammar improvements, some additional markup and a typo fix. | wiz | |
| 2001-12-07 | g/c #if 0. | yamt | |
| 2001-12-07 | add files forgotten in my previous commit. | yamt | |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt | |
| - add fputwc, fgetwc, fwide and related functions. - add hooks needed to maintain the orientation of file stream. | |||
| 2001-12-02 | C99: Recognize %F here, too. | kleink | |
| 2001-12-02 | Fix a mis-pasting in previous; pointed out by Thomas Klausner. | kleink | |
| 2001-12-02 | C99: | kleink | |
| * Recognize %F. * Convert {Infinity,NaN} to {"inf","nan"} for %[efg], and to {"INF","NAN"} for %[EFG]. | |||
| 2001-11-28 | Since we're returned the sign of a floating-point number by __dtoa(), | kleink | |
| use that to decide whether to include a minus sign in the result. Fixes printing -0.0, and thus PR lib/3137. | |||
| 2001-11-27 | Ugh, back out last commit. It makes vfprintf depend on -lm. | augustss | |
| 2001-11-27 | Print sign of -0.0 correctly. Fixes PR 3137 (mine). | augustss | |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warnings | lukem | |
| 2001-10-17 | Drop a VAX/Tahoe reference (the VAX case wasn't true with the current compiler | kleink | |
| either). | |||
| 2001-09-24 | va_{start,end} audit: | wiz | |
| Make sure that each va_start has one and only one matching va_end, especially in error cases. If the va_list is used multiple times, do multiple va_starts/va_ends. If a function gets va_list as argument, don't let it use va_end (since it's the callers responsibility). Improved by comments from enami and christos -- thanks! Heimdal/krb4/KAME changes already fed back, rest to follow. Inspired by, but not not based on, OpenBSD. | |||
| 2001-09-16 | Mainly sort SEE ALSO, but also sort sections, and some punctuation and | wiz | |
| paragraph fixes. | |||
| 2001-09-16 | Boring whitespace fixes. | wiz | |
| 2001-07-06 | Do not xref pc(1) | abs | |
| 2001-06-22 | Draw attention to the fact that the created file/dir may not be readable | aymeric | |
| or writable due to a weird umask. | |||
| 2001-06-21 | casts to size_t | christos | |
| 2001-04-30 | Clarify C standards situation a bit. | kleink | |
| 2001-04-28 | * Move definitions of exact-width integer types from <machine/types.h> | kleink | |
| to <sys/types.h> and <sys/stdint.h>. * Add a new C99 <stdint.h> header, which provides integer types of explicit width, related limits and integer constant macros. * Extend <inttypes.h> to provide <stdint.h> definitions and format macros for printf() and scanf(). * Add C99 strtoimax() and strtoumax() functions. * Use the latter within scanf(). * Add C99 %j, %t and %z printf()/scanf() conversions for intmax_t, pointer-type and size_t arguments. | |||
| 2001-04-26 | Fix an ... interesting pasto in the description of the l length modifier | kleink | |
| that's been here forever. | |||
| 2001-04-25 | Document getc_unlocked(3), getchar_unlocked(3), putc_unlocked(3) and | kleink | |
| putchar_unlocked(3); fixes PR lib/11340. | |||
| 2001-04-13 | Need an internal name for asprintf(3). | kleink | |
| 2001-04-03 | Xr printf(9) | jhawk | |
| 2001-01-25 | apparently ansi c only required fread(3) to return 0 if size or nmembs == 0. | lukem | |
| however, susv2 adds the same to fwrite(3), so add the explicit check. document this for both fread & fwrite. move diagassert for buf!=NULL to after the (size * nmembs) == 0 check. this has the helpful side effect of preventing the _DIAGASSERT()ion in fwrite() being triggered by lots of 3rdparty code that calls fwrite() with buf=NULL count=0 | |||
| 2000-12-30 | initialize mbstate_t properly. | itojun | |
| 2000-12-29 | Sprinkle some __restrict into stdio. | kleink | |
| 2000-12-23 | make printf-variant work with stateful encodings. | itojun | |
| 2000-12-10 | fix duplicate declaration of __glue. | christos | |
| 2000-11-29 | This is for completeness only (to make fdopen symmetric with fopen and freopen) | christos | |
| and to match the documentation. Return an error if "f" was specified and the file descriptor does not refer to a plain file. | |||
| 2000-11-29 | Add checks for O_NDELAY [which indicates that we only want plain files], | christos | |
| and return an error if the file was not plain. | |||
| 2000-11-29 | make sure we preserve errno. | christos | |
| 2000-10-19 | Actually EINVAL fits the circumstances better. | kleink | |
| 2000-10-19 | C99: Passing a null pointer as the buffer argument to snprintf() and | kleink | |
| vsnprintf() is permitted when the size argument is zero as well; mostly from Peter Seebach in PR standards/9603. | |||
| 2000-10-18 | Make "f" standout better. | kim | |
| 2000-07-26 | XCU5 -> XSH5. | kleink | |
| 2000-07-26 | Oops, forgot to define weak aliases for public names. | kleink | |
| Fixes PR {pkg,lib}/10655. | |||
| 2000-07-16 | v*scanf() are hardly 'new to this release' when they have | jdolecek | |
| been around since 386BSD-0.1 import; they have been present in 4.4BSD-Lite at least, can't currently check if even in 4.3BSD put note aboud eventual removing of compatibility formats to NOTES, it's hardly a bug description | |||
| 2000-07-08 | Attach __format__ attributes to local __sbprintf function | sommerfeld | |
| 2000-07-08 | Elaborate a bit on fseeko() and ftello(). | kleink | |
| 2000-07-08 | Bump date for fseeko() and ftello(). | kleink | |
| 2000-07-08 | In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid | kleink | |
| truncating the value stored in the fpos_t object operated on to that of a long integer; adresses PR lib/6637. | |||
| 2000-07-08 | XCU5: Add fseeko() and ftello() functions which provide the functionality of | kleink | |
| fseek() and ftell(), respectively, but operate on file offsets of type off_t. | |||
| 2000-05-17 | Comment out a paragraph describing behavior which NetBSD's fopen(3) does | fair | |
| not exhibit, per PR 6072. | |||
| 2000-03-08 | Replace internal use of strto{,u}q() with strto{,u}ll(). | kleink | |
| 2000-01-22 | Delint. | mycroft | |
| Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed. | |||
| 2000-01-21 | Need to include "reentrant.h" for FLOCKFILE macros. | wrstuden | |
