summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/tolower_.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-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 notguenther2015-09-131-1/+3
| | | | | in standard C are all weak. Hide several symbols internal to the implementation
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* activate LC_CTYPE for 8 bits locale.espie2005-08-081-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'jfb2004-05-181-3/+2
| | | | ok millert@
* Less stupid check for 7-bit ascii in toupper/tolowermillert2002-12-131-2/+2
| | | | Remove useless check for EOF in isascii
* Cast to unsigned int, not unsigned char, since what is being cast is anmillert2002-12-131-2/+2
| | | | int, not a char.
* Convert ctype.h macros into inline functions. This fixes the issues wemillert2002-12-111-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) behavepjanzen2001-06-271-5/+3
| | | | correctly. Also, don't let them segfault.
* Fix RCS idstholo1996-08-191-5/+3
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+63