#
14437dc7 |
| 19-Sep-2015 |
guenther <guenther@openbsd.org> |
Don't wrap initialized variables: binutils appears to be mishandling them on arm and m88k
problems with optind observed by jsg@
|
#
eb78bd26 |
| 13-Sep-2015 |
guenther <guenther@openbsd.org> |
Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols not in standard C are all weak. Hide several symbols internal to the implementation
|
#
c2c925de |
| 08-Aug-2005 |
espie <espie@openbsd.org> |
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
|
#
89b0597f |
| 08-Aug-2005 |
espie <espie@openbsd.org> |
activate LC_CTYPE for 8 bits locale. Make sure tolower/toupper use the whole 8 bits.
okay deraadt@ thanks to everyone who tested
|
#
73b3e3c4 |
| 18-May-2004 |
jfb <jfb@openbsd.org> |
ansify function definitions and zap some `register'
ok millert@
|
#
33f9814b |
| 13-Dec-2002 |
millert <millert@openbsd.org> |
Less stupid check for 7-bit ascii in toupper/tolower Remove useless check for EOF in isascii
|
#
32fd4a45 |
| 13-Dec-2002 |
millert <millert@openbsd.org> |
Cast to unsigned int, not unsigned char, since what is being cast is an int, not a char.
|
#
81732bae |
| 11-Dec-2002 |
millert <millert@openbsd.org> |
Convert ctype.h macros into inline functions. This fixes the issues we currently have with the macro versions and makes the ctype.h versions 100% identical to what is in libc. Discussed with pjanzen
Convert ctype.h macros into inline functions. This fixes the issues we 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@.
show more ...
|
#
3dace0e3 |
| 27-Jun-2001 |
pjanzen <pjanzen@openbsd.org> |
Make the functions (which get linked in if <ctype.h> isn't #included) behave correctly. Also, don't let them segfault.
|
#
e9b2b68c |
| 19-Aug-1996 |
tholo <tholo@openbsd.org> |
Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|