summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-16 12:51:27 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-01-16 12:51:27 +0000
commit941cb34b52c879ffeb2ec3959bef17b147268285 (patch)
tree60bcef1a0043a1abfa56fd94e756f7ab89395002 /Changelog-Trunk.txt
parent17aeb75dcd66b99d540b6fc37604a4c8037ffec5 (diff)
downloadhercules-941cb34b52c879ffeb2ec3959bef17b147268285.tar.gz
hercules-941cb34b52c879ffeb2ec3959bef17b147268285.tar.bz2
hercules-941cb34b52c879ffeb2ec3959bef17b147268285.tar.xz
hercules-941cb34b52c879ffeb2ec3959bef17b147268285.zip
* Fixed a map-server crash, when a script attempts to call a local function, which has only a forward declaration. Such functions now count as script parse error (bugreport:4009, since r3422).
* Fixed definitions of local functions would set a label reference, even when their name was already taken (follow up to r14600, since r3422). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14675 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 78b569324..8df6776a7 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,8 @@
Date Added
+2011/01/16
+ * Fixed a map-server crash, when a script attempts to call a local function, which has only a forward declaration. Such functions now count as script parse error (bugreport:4009, since r3422). [Ai4rei]
+ * Fixed definitions of local functions would set a label reference, even when their name was already taken (follow up to r14600, since r3422).
2011/01/15
* Various accumulated insignificant fixes to documentation, examples and comments. [Ai4rei]
2011/01/14