| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-25 | Update old-style definitions to ANSI, remove a couple of register | abs | |
| definitions along the way. Fixed gcc 4.1 build (thank you vax) | |||
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 2000-01-22 | Delint. | mycroft | |
| Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed. | |||
| 1999-09-20 | back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. | lukem | |
| _DIAGASSERT() is still retained. | |||
| 1999-09-16 | * use _DIAGASSERT() to check pointer arguments against NULL and file | lukem | |
| descriptors against -1 (as appropriate). * add actual checks which to detect stuff that would trigger_DIAGASSERT(), and attempt to return a sane error condition. * knf some code * remove some `register' decls. the first two items result in the addition of code similar to the following in various functions: _DIAGASSERT(path != NULL) #ifdef _DIAGNOSTIC if (path == NULL) { errno = EFAULT; return (-1); } #endif | |||
| 1998-10-13 | Need an internal name for strdup(). | kleink | |
| 1998-01-30 | update to lite-2 | perry | |
| 1997-07-13 | Fix RCSID's | christos | |
| Use "extern.h" where appropriate. | |||
| 1995-06-15 | don't include <sys/cdefs.h>, it's a 'private' header | jtc | |
| 1995-04-14 | bcopy -> memcpy | jtc | |
| 1994-06-11 | Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. | jtc | |
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc | |
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
