diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 22:15:19 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-06 22:15:19 +0000 |
commit | ad814bbda0570efc01f00cf4a59af573f9843faf (patch) | |
tree | 62e081ba13dcddc08ef8ee09eccff42e51d7e0ad /Changelog-Trunk.txt | |
parent | 6ac92e521000e26a5d4034d5c881f08313596aaa (diff) | |
download | hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.tar.gz hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.tar.bz2 hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.tar.xz hercules-ad814bbda0570efc01f00cf4a59af573f9843faf.zip |
Updated the server's PCRE components to 7.0
- dll, library, header
- cleaned the only existing example and moved it to /samples
- changed its interface a bit, now it uses $@ instead of $ to store the parsed result
- /!\ adjust your scripts if you are using npc regexp parsing /!\
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10170 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index b9207e0ca..66b288618 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -5,8 +5,13 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/04/07 + Updated the server's PCRE components to 7.0 + - dll, library, header + - cleaned the only existing example and moved it to /samples + - changed the interface, now $@ is used instead of $ to store the result + - /!\ adjust your scripts if you are using npc regexp parsing /!\ * Fixed the start_point setting smashing t3h stack in some situations - * Fixed some over/under-dimensioned arrays (the map length defines already reserve space for the string terminator) + * Fixed some over/under-dimensioned arrays (defines already cover the '\0') * Fixed an unupdated define making Warp Portal fail with an error [ultramage] * Final touches to the whole map crap [DracoRPG] - changed MAP_NAME_LENGTH to 12, now there's MAP_NAME_LENGTH_EXT at 16 for |