| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-07 | fix various typos in comments. | andvar | |
| 2009-08-13 | Pass WARNS=4, not without some gross preprocessor hackery. | dholland | |
| XXX: does this program actually do anything useful these days? | |||
| 2009-08-13 | Assorted minor cleanup: | dholland | |
| - use stdbool.h (partly) - move extern declarations of data to header files - use right types for calloc() wrapper - remove bogus casts on return values - remove excessive Pascal-style parentheses in conditionals - a couple const fixes - fix some typos in comments | |||
| 2009-08-13 | Sprinkle const. | dholland | |
| 2009-08-13 | Whitespace. | dholland | |
| 2009-08-13 | sprinkle static | dholland | |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22365, verified by myself. | |||
| 2003-07-14 | get rid of strsave(), use strdup directly | itojun | |
| 2003-07-14 | the function is equivalent to strdup. | itojun | |
| 2002-05-26 | Remove #ifndef'd __STDC__ code. ANSIfy. | wiz | |
| 2000-11-15 | strcmp returns an int not a ptr so don't compare to NULL | christos | |
| 2000-01-14 | Eliminate hard coded buffer sizes in fgets() statements, use | mjl | |
| strlcpy() to avoid buffer overflows, increase filename buffer to MAXPATHLEN. (from OpenBSD) | |||
| 1999-05-15 | Fix serious bug with string overruns that caused error to coredump randomly | christos | |
| on NetBSD, and each time on other OS's. Also 0 -> NULL or 0 -> '\0' where appropriate. | |||
| 1999-05-15 | Don't assume isspace(0) == 1 | sommerfeld | |
| 1998-11-06 | char -> unsigned char | christos | |
| 1997-10-18 | WARNSify (big job!), fix .Nm usage | lukem | |
| 1995-09-10 | Handle long lines without core-dumping. | christos | |
| 1995-09-02 | Sync with 4.4lite2 | jtc | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-04-09 | added, from net/2 (patch 119). | cgd | |
