summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-15 15:27:58 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-15 15:27:58 +0000
commit146d293272606f08aa32e2221fd68ac55611b6d6 (patch)
tree7336c2e15d6df70a2e86fe0c28fb0a2b509e2cf5 /Changelog-Trunk.txt
parentee8093a79840edc7169291ca69ac3d256190fc83 (diff)
downloadhercules-146d293272606f08aa32e2221fd68ac55611b6d6.tar.gz
hercules-146d293272606f08aa32e2221fd68ac55611b6d6.tar.bz2
hercules-146d293272606f08aa32e2221fd68ac55611b6d6.tar.xz
hercules-146d293272606f08aa32e2221fd68ac55611b6d6.zip
* Emulated strtok_r functions to work strictly with ANSI compilers.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5611 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 71b83bc78..36cd71758 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/03/15
+ * Emulated strtok_r functions to work strictly with ANSI compilers. [Lance]
* Added battle config options item_rate_adddrop, item_drop_add_min and
item_drop_add_max to control drop rate of card-acquired loot bonuses.
(conf/battle/drops.conf) [Skotlex]