summaryrefslogtreecommitdiff
path: root/lib/libc/gen/toupper_.c
AgeCommit message (Expand)Author
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themPhilip Guenther
2015-09-13Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols notPhilip Guenther
2005-08-09use CTYPE_NUM_CHARS instead of harding code the value. ok espieKevin Lo
2005-08-08zap remaining rcsid.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2002-12-13Less stupid check for 7-bit ascii in toupper/tolowerTodd C. Miller
2002-12-13Cast to unsigned int, not unsigned char, since what is being cast is anTodd C. Miller
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2001-06-27Make the functions (which get linked in if <ctype.h> isn't #included) behavePaul Janzen
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt