summaryrefslogtreecommitdiffstats
path: root/rogue/message.c
Commit message (Collapse)AuthorAgeFilesLines
* - use correctly bounded strings when reloading a saved game. in particular,mrg2002-10-011-3/+3
| | | | | | | do not let the save game file "string length" exceed the amount of space supplied. as noted by <stanojr@iserver.sk> on bugtraq. - minor KNF. tested by simonb.
* printf() pedant - do not pass variable alone, use %s.itojun2000-07-101-3/+3
| | | idea from openbsd. after looking at freebsd commit msgs from kris@freebsd.
* constify, per PR 6148hubertf1998-11-101-8/+9
|
* WARNSify (not an insignificant task...)lukem1997-10-121-24/+31
|
* clean up import, NetBSD RCS Idscgd1995-04-221-4/+9
|
* new curses updatecgd1993-11-101-11/+12
|
* Rewrite special character handling.mycroft1993-08-101-12/+13
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+379