[q-lang-cvs] q/src w3centities.c, NONE, 1.1 Makefile.mingw, 1.35, 1.36 mingw.h, 1.24, 1.25 qbase.c,
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-16 09:02:52
|
Update of /cvsroot/q-lang/q/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2927 Modified Files: Makefile.mingw mingw.h qbase.c Added Files: w3centities.c Removed Files: w3centities.h Log Message: rename w3centities.h -> w3centities.c Index: qbase.c =================================================================== RCS file: /cvsroot/q-lang/q/src/qbase.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** qbase.c 16 Jan 2008 08:28:15 -0000 1.26 --- qbase.c 16 Jan 2008 09:02:45 -0000 1.27 *************** *** 1019,1023 **** } ! #include "w3centities.h" static int entcmp(const void *_x, const void *_y) --- 1019,1023 ---- } ! #include "w3centities.c" static int entcmp(const void *_x, const void *_y) Index: mingw.h =================================================================== RCS file: /cvsroot/q-lang/q/src/mingw.h,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mingw.h 17 Dec 2007 22:05:41 -0000 1.24 --- mingw.h 16 Jan 2008 09:02:45 -0000 1.25 *************** *** 153,156 **** /* Version number of package */ ! #define VERSION "7.10" --- 153,156 ---- /* Version number of package */ ! #define VERSION "7.11" --- NEW FILE: w3centities.c --- /* generated from w3centities.ent Wed Jan 16 08:17:24 2008 */ typedef struct ENTITY { char *name; long c; } Entity; static Entity entities[] = { { "AElig", 0x000C6 }, { "Aacgr", 0x00386 }, { "Aacute", 0x000C1 }, { "Abreve", 0x00102 }, { "Acirc", 0x000C2 }, { "Acy", 0x00410 }, { "Afr", 0x1D504 }, { "Agr", 0x00391 }, { "Agrave", 0x000C0 }, { "Alpha", 0x00391 }, { "Amacr", 0x00100 }, { "And", 0x02A53 }, { "Aogon", 0x00104 }, { "Aopf", 0x1D538 }, [...2081 lines suppressed...] { "yicy", 0x00457 }, { "yopf", 0x1D56A }, { "yscr", 0x1D4CE }, { "yucy", 0x0044E }, { "yuml", 0x000FF }, { "zacute", 0x0017A }, { "zcaron", 0x0017E }, { "zcy", 0x00437 }, { "zdot", 0x0017C }, { "zeetrf", 0x02128 }, { "zeta", 0x003B6 }, { "zfr", 0x1D537 }, { "zgr", 0x003B6 }, { "zhcy", 0x00436 }, { "zigrarr", 0x021DD }, { "zopf", 0x1D56B }, { "zscr", 0x1D4CF }, { "zwj", 0x0200D }, { "zwnj", 0x0200C }, }; Index: Makefile.mingw =================================================================== RCS file: /cvsroot/q-lang/q/src/Makefile.mingw,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Makefile.mingw 17 Dec 2007 22:05:41 -0000 1.35 --- Makefile.mingw 16 Jan 2008 09:02:45 -0000 1.36 *************** *** 17,21 **** # version number ! version = 7.10 # Window'ish installation layout: binaries and libraries in prefix directory, --- 17,21 ---- # version number ! version = 7.11 # Window'ish installation layout: binaries and libraries in prefix directory, --- w3centities.h DELETED --- |