1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 01:16:38 +02:00

BUILD : 1.7.8 (604) BUGS : N/A NOTES : tolower/toupper compiler errors on Win32.

git-svn-id: svn://svn.anope.org/anope/trunk@604 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@452 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-07 05:53:29 +00:00
parent 45a9f587db
commit 91ff890d23
4 changed files with 8 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005
02/13 A Internal Event support, see EVENTS in the doc folder for help [ #00]
02/05 A Support for Unreal 3.2 +I channel mode. [ #00]
02/03 A Merged anope-win32 branch into the main, now Win32 ready. [ #00]
03/07 F tolower/toupper compiler errors on Win32. [ #00]
03/06 F Services not remove modes correct in some cases. [#308]
03/06 F Protected Umode users are protected from bans. [#311]
03/05 F Added UPDATE to ns help menu [ #00]
+2 -1
View File
@@ -654,7 +654,8 @@ E int m_version(char *source, int ac, char **av);
/**** misc.c ****/
E int toupper(char);
E int tolower(char);
E char *strscpy(char *d, const char *s, size_t len);
E char *stristr(char *s1, char *s2);
E char *strnrepl(char *s, int32 size, const char *old, const char *new);
-1
View File
@@ -154,7 +154,6 @@ extern int shutdown(int, int);
#undef toupper
#define tolower tolower_
#define toupper toupper_
extern int toupper(char), tolower(char);
/* We also have our own encrypt(). */
#define encrypt encrypt_
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
VERSION_BUILD="603"
VERSION_BUILD="604"
# $Log$
#
# BUILD : 1.7.8 (604)
# BUGS : N/A
# NOTES : tolower/toupper compiler errors on Win32.
#
# BUILD : 1.7.8 (603)
# BUGS : N/A
# NOTES : Fixed EVENT_DEFCON_LEVEL