diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-21 10:04:10 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-21 10:04:10 +0000 |
commit | 6537ed663f6a57188697bf9ab6fa49dd47562ed1 (patch) | |
tree | 5a814500ffe9b45f31a9a56f4b17de0c10ba0bf7 /Changelog-Trunk.txt | |
parent | 9c0ac993e7a447b3121af0f2bf7a16f933952643 (diff) | |
download | hercules-6537ed663f6a57188697bf9ab6fa49dd47562ed1.tar.gz hercules-6537ed663f6a57188697bf9ab6fa49dd47562ed1.tar.bz2 hercules-6537ed663f6a57188697bf9ab6fa49dd47562ed1.tar.xz hercules-6537ed663f6a57188697bf9ab6fa49dd47562ed1.zip |
* Removed 'strsignal' forward-declaration from 'sig' plugin to prevent random gcc distributions from failing to compile due to mismatched declaration already present in <string.h> (bugreport:4644, topic:262284, follow up to r14591).
- Removed WIN32 conditions in non-WIN32 code in 'sig' plugin (follow up to r4380).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14610 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 3659b879f..36e049a69 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,8 @@ Date Added +2010/12/21 + * Removed 'strsignal' forward-declaration from 'sig' plugin to prevent random gcc distributions from failing to compile due to mismatched declaration already present in <string.h> (bugreport:4644, topic:262284, follow up to r14591). [Ai4rei] + - Removed WIN32 conditions in non-WIN32 code in 'sig' plugin (follow up to r4380). 2010/12/19 * Fixes to the dynamic shop sample script. [Ai4rei] - Fixed wrong check in ::OnSellItem, causing not-enough-items condition not getting detected (since r11829). |