diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-13 18:05:56 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-13 18:05:56 +0000 |
commit | a3a46c21f0deb2840efed3780329418c0448ef66 (patch) | |
tree | 3ece59fe88ce95f6cb55b39e346571c9b1d58277 /Changelog-Trunk.txt | |
parent | 3c8b17a9300d36cf6241edb6751f26af3b262c1e (diff) | |
download | hercules-a3a46c21f0deb2840efed3780329418c0448ef66.tar.gz hercules-a3a46c21f0deb2840efed3780329418c0448ef66.tar.bz2 hercules-a3a46c21f0deb2840efed3780329418c0448ef66.tar.xz hercules-a3a46c21f0deb2840efed3780329418c0448ef66.zip |
* Changes to memory manager: [FlavioJS]
- fixed blocks that are fully used not being detected (and not freed) in memmgr_final (unfill_prev is NULL for unused blocks and full blocks)
- fixed memmgr_final giving the wrong address to _mfree (for small blocks)
- added the pointer address to most error messages (and log)
- made it append to the log file instead of rewriting it
- implemented a function to verify if a memory location is active
- other minor changes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12200 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index e1872693e..4fa49f97a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,7 +4,15 @@ 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. 2008/02/13 - * Merged memory manager updates from old jA revisions (bugreport:663) + * Changes to memory manager: [FlavioJS] + - fixed blocks that are fully used not being detected (and not freed) in + memmgr_final (unfill_prev is NULL for unused blocks and full blocks) + - fixed memmgr_final giving the wrong address to _mfree (for small blocks) + - added the pointer address to most error messages (and log) + - made it append to the log file instead of rewriting it + - implemented a function to verify if a memory location is active + - other minor changes + * Merged memory manager updates from old jA revisions (bugreport:663) [ultramage] - less overhead and better overflow detection (caution, experimental!) * Added some security checks in mail system [Zephyrus] - This supose to fix a bug reported in 622 to limit to MAX_ZENY. |