Subject: CVS commit: src/games/caesar
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 05/23/2005 23:02:30
Module Name: src
Committed By: rillig
Date: Mon May 23 23:02:30 UTC 2005
Modified Files:
src/games/caesar: caesar.c
Log Message:
* fixed <ctype> bugs
* removed ASCII dependency
* added input data validation
* added bounds checking
* added error checking
* handle short reads (from pipes or sockets) correctly
when trying to decode an encoded stream
* added lint(1) directives
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/games/caesar/caesar.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.