CVS log for othersrc/dist/cdk/entry.c
Up to [cvs.NetBSD.org] / othersrc / dist / cdk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 28 20:52:20 2004 UTC (20 years, 6 months ago) by dsl
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +9 -9
lines
Use (unsigned char) not & 0xff on args to ctype functions
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 27 20:26:26 2004 UTC (20 years, 6 months ago) by dsl
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +8 -8
lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 4 20:15:30 2001 UTC (24 years, 4 months ago) by garbled
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +4 -4
lines
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 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 4 19:58:12 2001 UTC (24 years, 4 months ago) by garbled
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +0 -0
lines
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 - view: text, markup, annotated - select for diffs
Thu Jan 4 19:58:12 2001 UTC (24 years, 4 months ago) by garbled
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>