Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't wrap initialized variables: binutils appears to be mishandling them | 2015-09-19 | 1 | -1/+3 | |
| | | | | | | on arm and m88k problems with optind observed by jsg@ | ||||
* | Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not | 2015-09-13 | 1 | -1/+3 | |
| | | | | | in standard C are all weak. Hide several symbols internal to the implementation | ||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | activate LC_CTYPE for 8 bits locale. | 2005-08-08 | 1 | -3/+4 | |
| | | | | | | | Make sure tolower/toupper use the whole 8 bits. okay deraadt@ thanks to everyone who tested | ||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -3/+2 | |
| | | | | ok millert@ | ||||
* | Less stupid check for 7-bit ascii in toupper/tolower | 2002-12-13 | 1 | -2/+2 | |
| | | | | Remove useless check for EOF in isascii | ||||
* | Cast to unsigned int, not unsigned char, since what is being cast is an | 2002-12-13 | 1 | -2/+2 | |
| | | | | int, not a char. | ||||
* | Convert ctype.h macros into inline functions. This fixes the issues we | 2002-12-11 | 1 | -2/+3 | |
| | | | | | | currently have with the macro versions and makes the ctype.h versions 100% identical to what is in libc. Discussed with pjanzen@ and OK'd by deraadt@. | ||||
* | Make the functions (which get linked in if <ctype.h> isn't #included) behave | 2001-06-27 | 1 | -5/+3 | |
| | | | | correctly. Also, don't let them segfault. | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -5/+3 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+63 | |