Up to [cvs.NetBSD.org] / othersrc / dist / cdk
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 28 20:52:20 2004 UTC (8 years, 7 months ago) by dsl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +9 -9
lines
Diff to previous 1.3 (colored)
Use (unsigned char) not & 0xff on args to ctype functions
Revision 1.3 / (download) - annotate - [select for diffs], Wed Oct 27 20:26:26 2004 UTC (8 years, 7 months ago) by dsl
Branch: MAIN
Changes since 1.2: +8 -8
lines
Diff to previous 1.2 (colored)
Mask 'char' arguments to ctype functions with 0xff, an (int) cast doesn't solve the problem of charcter codes 0x80..0xff
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 4 20:15:30 2001 UTC (12 years, 5 months ago) by garbled
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Patches to allow CDK to compile cleanly, and add KEY_CR, because curses.h overrides the KEY_ENTER define in curdefs.h
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jan 4 19:58:12 2001 UTC (12 years, 5 months ago) by garbled
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of CDK 4.9.9. The work to port this was performed by Charles Hannum, and that is the version being imported: cdk-4.9.9-20000407-myc3
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 4 19:58:12 2001 UTC (12 years, 5 months ago) by garbled
Branch: MAIN
Initial revision