Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix an error which prevented ssize_t from becoming defined. Add | mike | 2002-09-20 | 1 | -3/+3 |
| | | | | restrict type-qualifier. | ||||
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | * style(9)'ify | phantom | 2001-12-12 | 1 | -3/+3 |
| | | | | | | * add K&R support to langinfo.h Requested by: bde (2) | ||||
* | Add my e-mail to copyrights | phantom | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Fixed some style bugs. | bde | 2001-10-04 | 1 | -4/+4 |
| | |||||
* | Fixed namespace pollution: | bde | 2001-10-04 | 1 | -3/+12 |
| | | | | | | - only declare the application symbols specified in Posix.1-200x drafts, not everything in <sys/types.h> and <stddef.h>. - don't use the application symbol 'm' for an arg name. | ||||
* | add monetary.h as per POSIX requirement | phantom | 2001-09-05 | 1 | -0/+40 |