History log of /netbsd-src/lib/libc/gen/toascii.c (Results 1 – 3 of 3)
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)


# 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.