From bed802b713815c197c7a5430a93ac6813c1ec11c Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Tue, 30 Dec 2003 23:40:21 +0000 Subject: [PATCH] update the Changelog git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@9 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index bccfaf3..fd4f07c 100644 --- a/Changelog +++ b/Changelog @@ -5,7 +5,7 @@ * Add support for mailing users while they are playing. [nh343-simple_mail.diff is needed] * Rip out some crazy getopt code that was causing virus to go crazy - after a ":q!" Since dgamelaunch only passes up to argv[1] to virus + after a "q!" Since dgamelaunch only passes up to argv[1] to virus *ever*, just make it use argv[1] and panic if argc < 2, which should never happen anyway. * Add a confirmation to the change password screen so people like me @@ -20,6 +20,9 @@ tolower(3) around getch() * Change big conditional block to use a switch. * Replace a global with a static variable within the function. + * Replace the giant size 64000 static buffers with dynamically + allocated structs + * Checking for colons in user fields is made simpler using strstr(3) 1.3.10 (2003/10/22) * Added a mode flag to the open call for inprogress lock files. -- 2.47.3