History log of /netbsd-src/lib/libc/gen/isascii.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9e66e6d7 25-Jun-2012 abs <abs@NetBSD.org>

Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)


# 9a35d797 01-Jun-2010 tnozaki <tnozaki@NetBSD.org>

more split ctype.h -> sys/ctype_inline.h, sys/ctype_bits.h


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# ecaa1449 12-Sep-1999 kleink <kleink@NetBSD.org>

Move the function implementations of (the non-ANSI) isascii() and toascii()
into separate modules to avoid namespace clashes.