Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __pure and __pure2 where appropriate. | tjr | 2004-07-23 | 1 | -11/+11 |
| | |||||
* | Reduce namespace pollution. | des | 2004-07-09 | 1 | -0/+2 |
| | |||||
* | Add and document ffsl(), fls() and flsl(). | des | 2004-01-13 | 1 | -0/+3 |
| | |||||
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | called <machine/_types.h>. o <machine/ansi.h> will continue to live so it can define MD clock macros, which are only MD because of gratuitous differences between architectures. o Change all headers to make use of this. This mainly involves changing: #ifdef _BSD_FOO_T_ typedef _BSD_FOO_T_ foo_t; #undef _BSD_FOO_T_ #endif to: #ifndef _FOO_T_DECLARED typedef __foo_t foo_t; #define _FOO_T_DECLARED #endif Concept by: bde Reviewed by: jake, obrien | ||||
* | o Move some function prototypes from <string.h> to the newly rewritten | mike | 2002-04-04 | 1 | -13/+28 |
| | | | | | | | <strings.h>, based on POSIX.1-2001's requirements. o Add 'restrict' qualifier (spelled '__restrict') to functions in <string.h>, as per C99 and POSIX.1-2001. o Properly expose new POSIX.1-2001 functions in <string.h>. | ||||
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+36 |