Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   kleink
Date:           Sun Sep 12 18:54:34 UTC 1999

Modified Files:
        basesrc/lib/libc/gen: Makefile.inc isctype.c
Added Files:
        basesrc/lib/libc/gen: isascii.c toascii.c

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


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 basesrc/lib/libc/gen/Makefile.inc
cvs rdiff -r0 -r1.1 basesrc/lib/libc/gen/isascii.c \
    basesrc/lib/libc/gen/toascii.c
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/gen/isctype.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index