From 974a8d9be69d198db50723ef3a2b674148856086 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Thu, 13 Dec 2007 16:32:58 +0000 Subject: * Abstracted the windows socket code so that all fd's are in the range [1,FD_SETSIZE[. (bugreport:604) - The socket of a fd is forgotten when executing sClose, so things that depend on the socket (like sFD_CLR) must be executed before closing. * Replaced the fd_set of the short list with a custom implementation (works like the linux fd_set). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11897 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Changelog-Trunk.txt') diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index ddb561bf6..5b48c9699 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,13 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/12/13 + * Abstracted the windows socket code so that all fd's are in the range + [1,FD_SETSIZE[. (bugreport:604) + - The socket of a fd is forgotten when executing sClose, so things that + depend on the socket (like sFD_CLR) must be executed before closing. + * Replaced the fd_set of the short list with a custom implementation + (works like the linux fd_set). [FlavioJS] 2007/12/12 * Some preparations for the guild script update [ultramage] - cleaned up npc event execution code -- cgit v1.2.3-60-g2f50