mirror of
https://github.com/anope/anope.git
synced 2026-07-08 02:03:13 +02:00
# BUILD : 1.7.13 (1011) # BUGS : 472 478 # NOTES : new w32 icon and fixed file pointer
git-svn-id: svn://svn.anope.org/anope/trunk@1011 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@736 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
64cedd2e43
commit
4b326805dd
@@ -48,8 +48,10 @@ Provided by illu. <illu@rs2i.net> - 2006
|
||||
01/25 F Updated the french language file. [ #00]
|
||||
|
||||
Provided by Trystan <trystan@nomadirc.net> - 2006
|
||||
03/18 A New icon file for anope win32. [#472]
|
||||
03/14 A Anope will now terminate on Win98. Added version check. [#473]
|
||||
03/01 A Clarity on module loading status numbers. [#435]
|
||||
03/18 F Fixed closing of file pointer in langtool.c. [#478]
|
||||
03/14 F Fixed gcc switches for modules. [#474]
|
||||
03/12 F moduleGetLastBuffer() returning NULL on alias and pseudo clients [#476]
|
||||
03/12 F nickIsServices() returns correctly for aliases [ #00]
|
||||
|
||||
+4
-1
@@ -60,11 +60,14 @@ int main(int argc, char *argv[])
|
||||
|
||||
fprintf(stderr, "Generating language.h... ");
|
||||
|
||||
while (fgets(buf, 1023, fd))
|
||||
while (fgets(buf, 1023, fd)) {
|
||||
fprintf(fdout, "#define %-32s %d\n", strip(buf), i++);
|
||||
}
|
||||
|
||||
fprintf(fdout, "#define NUM_STRINGS %d\n", i);
|
||||
fprintf(stderr, "%d strings\n", i);
|
||||
fclose(fd);
|
||||
fclose(fdout);
|
||||
}
|
||||
return 0;
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 3.7 KiB |
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="13"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1010"
|
||||
VERSION_BUILD="1011"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.13 (1011)
|
||||
# BUGS : 472 478
|
||||
# NOTES : new w32 icon and fixed file pointer
|
||||
#
|
||||
# BUILD : 1.7.13 (1010)
|
||||
# BUGS : 471
|
||||
# NOTES : fixed charybdis umodes.
|
||||
|
||||
Reference in New Issue
Block a user