From: Ari Johnson Date: Fri, 7 Nov 2008 21:03:53 +0000 (+0000) Subject: Add time_t and long integer changes to changes file X-Git-Tag: 0.73p1~19 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=ca610bcf94a86d719c3035f413b2a2e0d1f232a1;p=cobramush.git Add time_t and long integer changes to changes file (cherry picked from commit b0cb146c87edfd62b2c903fc2494289d6d8a0235) --- diff --git a/game/txt/changes/0.73p1 b/game/txt/changes/0.73p1 index 55876fa..924b6e7 100644 --- a/game/txt/changes/0.73p1 +++ b/game/txt/changes/0.73p1 @@ -11,6 +11,7 @@ CobraMUSH Version 0.73p1 * General OOREF cleanup [AEJ] * The restart script now copies old logs and core dumps to save/ [AEJ] * Players may change to a forbidden name that they are already using [AEJ] + * Use long integer types when unparsing integers [AEJ] Flags: * Added LOUD flag [AEJ] @@ -23,4 +24,5 @@ CobraMUSH Version 0.73p1 placed in fun_speak [AEJ] * Fixed other OOREF calls [AEJ] * Miscellaneous code cleanups for C standard compliance [AEJ] + * Unparse time_t as unsigned int [AEJ]