Add time_t and long integer changes to changes file
authorAri Johnson <ari@theari.com>
Fri, 7 Nov 2008 21:03:53 +0000 (21:03 +0000)
committerCobraMUSH <cobramush@nveid.com>
Tue, 4 Mar 2008 21:22:14 +0000 (21:22 +0000)
(cherry picked from commit b0cb146c87edfd62b2c903fc2494289d6d8a0235)

game/txt/changes/0.73p1

index 55876fa89b5548f076bc8f332069ff120d32a97b..924b6e7d017841b24c4942c68cd7b518d37116e5 100644 (file)
@@ -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]