Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The `len' argument is guaranteed to be > 0 upon successful completion. | 2007-06-21 | 1 | -3/+3 | |
| | | | | ok jmc@ ray@ millert@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Remove extraneous cast to malloc call in fgetln example. | 2006-03-19 | 1 | -2/+2 | |
| | | | | OK otto@ | ||||
* | Be correct in our man pages when talking about NUL termination (that is, | 2005-02-25 | 1 | -2/+2 | |
| | | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | ||||
* | Don't need to check lbuf != NULL when free()ing it. In addition, | 2004-08-20 | 1 | -6/+3 | |
| | | | | | since the EOF w/o EOL can only happen for the last line, move the free() outside the loop so we only do it once. OK otto@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-06-01 | 1 | -12/+12 | |
| | | | | | - kill unnecessary .Ns macros - add some man page section numbers to .Xr's | ||||
* | Various repairs, mostly to get rid of short lines. | 2000-12-24 | 1 | -7/+4 | |
| | |||||
* | Flesh out all of the stdio man pages. | 2000-04-20 | 1 | -2/+3 | |
| | |||||
* | 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 | 1 | -3/+32 | |
| | |||||
* | Xr fparseln(3); deraadt@ | 1999-07-21 | 1 | -1/+2 | |
| | |||||
* | use Bx macro for BSD versions | 1998-06-15 | 1 | -2/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -3/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+125 | |