diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-30 06:36:50 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-30 06:36:50 +0000 |
commit | 9a181f777daedf6708c777f33f893b3c7d60f381 (patch) | |
tree | 9fed99c4d49b2a0aee6ef6176d4359881d1578e8 /Changelog-Trunk.txt | |
parent | 2bea002afd6c8bb1f91a6e8a57f269efb1c4b080 (diff) | |
download | hercules-9a181f777daedf6708c777f33f893b3c7d60f381.tar.gz hercules-9a181f777daedf6708c777f33f893b3c7d60f381.tar.bz2 hercules-9a181f777daedf6708c777f33f893b3c7d60f381.tar.xz hercules-9a181f777daedf6708c777f33f893b3c7d60f381.zip |
* Trully fixed the previous commits. (missing casts and incomplete sizes)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11996 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1a41b5b97..cfab32d1e 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/12/30 + * Trully fixed the previous commits. (missing cast and incomplete size) * Made the memory manager set allocated memory to 0xCD and freed memory to 0xDD. The memory manager no longer 'hides' uses of freed memory. 2007/12/29 |