Source-Changes archive

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

CVS commit: src/sys/netiso/xebec



Module Name:    src
Committed By:   cbiere
Date:           Thu Jan 18 12:43:38 UTC 2007

Modified Files:
        src/sys/netiso/xebec: Makefile debug.h llparse.c llscan.c main.c
            procs.c sets.c xebec.c

Log Message:
 * Fixed use of fgetc() in getch().
 * Check for non-ASCII characters in getch() because the rest of the code
   doesn't expect such.
 * Removed use of -traditional and constructs which relied on this.
 * Use raise(SIGFPE) in dump() instead of attempting a division-by-zero.
 * Fixed compiler warnings regarding missing prototypes or unused
   parameters.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/netiso/xebec/Makefile
cvs rdiff -r1.7 -r1.8 src/sys/netiso/xebec/debug.h
cvs rdiff -r1.10 -r1.11 src/sys/netiso/xebec/llparse.c \
    src/sys/netiso/xebec/sets.c src/sys/netiso/xebec/xebec.c
cvs rdiff -r1.11 -r1.12 src/sys/netiso/xebec/llscan.c \
    src/sys/netiso/xebec/procs.c
cvs rdiff -r1.13 -r1.14 src/sys/netiso/xebec/main.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