Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In Unix land we prefer "whitespace" to "white space" or "white-space". At | 2000-03-04 | 1 | -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. | 2000-02-21 | 5 | -22/+98 | ||
| | | | | | Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | |||||
* | fix example. ok aaron@ | 2000-02-19 | 1 | -2/+2 | ||
| | ||||||
* | repair nroff botch | 2000-01-27 | 1 | -3/+3 | ||
| | ||||||
* | Use .Va macro when referring to the global variable errno. | 2000-01-22 | 1 | -3/+5 | ||
| | ||||||
* | indent the source right | 2000-01-12 | 1 | -11/+12 | ||
| | ||||||
* | fix tmpnam() argument; kris@freebsd | 2000-01-09 | 1 | -3/+3 | ||
| | ||||||
* | use WEAK_* macros | 2000-01-06 | 1 | -12/+18 | ||
| | ||||||
* | typos | 1999-11-15 | 1 | -2/+2 | ||
| | ||||||
* | Nail down semantics in case of failure. | 1999-09-28 | 1 | -2/+31 | ||
| | | | | example for fdopen. | |||||
* | Remove an unwanted `.'. | 1999-09-27 | 1 | -2/+2 | ||
| | ||||||
* | Remove extraneous comma | 1999-09-26 | 1 | -2/+2 | ||
| | ||||||
* | BUGS->CAVEATS | 1999-09-22 | 1 | -2/+10 | ||
| | | | | Warn against brain-dead ProFTPd hole. | |||||
* | It's a good idea to check the return value of malloc() in example code. | 1999-09-21 | 1 | -2/+3 | ||
| | ||||||
* | Add CAVEATS sections. | 1999-09-15 | 2 | -4/+77 | ||
| | ||||||
* | Tidying and spelling | 1999-09-14 | 1 | -13/+18 | ||
| | ||||||
* | do { ... } while (0) instead of just { ... } in macros | 1999-08-22 | 1 | -7/+7 | ||
| | ||||||
* | paste'o away! | 1999-08-11 | 1 | -3/+3 | ||
| | ||||||
* | missing G in item list; bde | 1999-08-08 | 1 | -2/+2 | ||
| | ||||||
* | Local changes that should not have gone in | 1999-08-07 | 4 | -205/+4 | ||
| | ||||||
* | If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk | 1999-08-07 | 7 | -7/+211 | ||
| | ||||||
* | Xr fparseln(3); deraadt@ | 1999-07-21 | 1 | -1/+2 | ||
| | ||||||
* | - remove all trailing whitespace | 1999-07-09 | 8 | -32/+32 | ||
| | | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||||
* | when using `-' as a negative sign, escape it with a backslash so troff knows | 1999-07-07 | 2 | -4/+4 | ||
| | | | | it's not supposed to be a hyphen/dash | |||||
* | remove redundant .Pp macros | 1999-07-02 | 2 | -4/+2 | ||
| | ||||||
* | some NAME section cleanup | 1999-06-06 | 1 | -3/+6 | ||
| | ||||||
* | sync fsetpos() with stdio.h prototype | 1999-05-27 | 1 | -2/+2 | ||
| | ||||||
* | kill some old macros | 1999-05-25 | 2 | -4/+3 | ||
| | ||||||
* | punctuation | 1999-05-25 | 1 | -2/+2 | ||
| | ||||||
* | all functions need a return type and at least one arg, even if it's void | 1999-05-25 | 1 | -2/+2 | ||
| | ||||||
* | don't lie about being able to arbitrarily intermix reads and writes in stdio | 1999-05-24 | 1 | -5/+2 | ||
| | | | | file streams; gson@araneus.fi - NetBSD PR/6072 | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 3 | -6/+6 | ||
| | | | | is used instead; kwesterback@home.com | |||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 8 | -22/+22 | ||
| | | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 4 | -8/+8 | ||
| | | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||||
* | correct some Xr's which referred to the wrong man page sections | 1999-05-10 | 1 | -5/+2 | ||
| | ||||||
* | .Pp macros do not belong immiedately after .Sh section header lines | 1999-04-02 | 1 | -2/+1 | ||
| | ||||||
* | formatting | 1999-03-12 | 1 | -3/+4 | ||
| | ||||||
* | talk about positional arguments and sizes; james@oaktree.co.uk | 1999-03-01 | 1 | -3/+7 | ||
| | ||||||
* | make function names the correct case | 1999-02-27 | 4 | -12/+12 | ||
| | ||||||
* | stderr is not always unbuffered... only initially; kleink | 1999-02-24 | 1 | -2/+2 | ||
| | ||||||
* | more | 1998-12-15 | 1 | -7/+22 | ||
| | ||||||
* | flesh out this man page with some examples | 1998-12-15 | 1 | -1/+64 | ||
| | ||||||
* | Changes from NetBSD: | 1998-11-25 | 1 | -5/+7 | ||
| | | | | | o Use S_ISCHR instead of doing it by hand o st_blksize cannot be negative (christos) | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 5 | -10/+97 | ||
| | | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||||
* | Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org | 1998-11-20 | 1 | -9/+11 | ||
| | ||||||
* | fix append mode; mason@primenet.com.au | 1998-11-10 | 1 | -1/+12 | ||
| | ||||||
* | Make sure we free the buffer in all error cases. Do the final | 1998-10-16 | 2 | -32/+39 | ||
| | | | | | realloc(3) to the size of the string, not the size of the buffer allocated for the string (which is a noop). mycroft@netbsd.org | |||||
* | Add a missing note about asprintf | 1998-09-27 | 1 | -1/+3 | ||
| | ||||||
* | need sys/stat.h; jon@chalk.oaktree.net.uk | 1998-09-18 | 1 | -1/+2 | ||
| | ||||||
* | thread-safer | 1998-09-10 | 1 | -2/+2 | ||
| |