projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61efb21
)
Update 0.73p3 changes file
author
Ari Johnson
<ari@theari.com>
Thu, 6 Jun 2013 15:54:59 +0000
(11:54 -0400)
committer
Ari Johnson
<ari@theari.com>
Thu, 6 Jun 2013 15:59:43 +0000
(11:59 -0400)
game/txt/changes/0.73p3
patch
|
blob
|
history
diff --git
a/game/txt/changes/0.73p3
b/game/txt/changes/0.73p3
index 5a428993971576738398fd58e9746a4e961dd9f7..3f145b66a7dbe19acada94761abad3a339b4cd3c 100644
(file)
--- a/
game/txt/changes/0.73p3
+++ b/
game/txt/changes/0.73p3
@@
-9,3
+9,5
@@
CobraMUSH Version 0.73p3
Fixes:
* Rename Idle_Times() to Unidle_Times(), fixes #259 [AEJ]
+ * Detect integer math overflow to avoid crash crash, fixes #273 [AEJ]
+ * Include division tree in @scan and scan() [AEJ]