[pure-lang-svn] SF.net SVN: pure-lang:[441] pure/trunk
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-07-30 20:39:56
|
Revision: 441 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=441&view=rev Author: agraef Date: 2008-07-30 20:40:04 +0000 (Wed, 30 Jul 2008) Log Message: ----------- Update entity definitions to latest from W3C. Modified Paths: -------------- pure/trunk/ChangeLog pure/trunk/w3centities.c Modified: pure/trunk/ChangeLog =================================================================== --- pure/trunk/ChangeLog 2008-07-30 20:16:55 UTC (rev 440) +++ pure/trunk/ChangeLog 2008-07-30 20:40:04 UTC (rev 441) @@ -1,3 +1,7 @@ +2008-07-30 Albert Graef <Dr....@t-...> + + * w3centities.c: Updated to latest from W3C. + 2008-07-13 Albert Graef <Dr....@t-...> * interpreter.cc (codegen): Streamline code for list and tuple Modified: pure/trunk/w3centities.c =================================================================== --- pure/trunk/w3centities.c 2008-07-30 20:16:55 UTC (rev 440) +++ pure/trunk/w3centities.c 2008-07-30 20:40:04 UTC (rev 441) @@ -1,4 +1,4 @@ -/* generated from w3centities.ent Fri Jan 18 03:24:08 2008 */ +/* generated from w3centities.ent Wed Jul 30 22:28:13 2008 */ typedef struct ENTITY { const char *name; long c; } Entity; @@ -239,7 +239,7 @@ { "Lcaron", 0x0013D }, { "Lcedil", 0x0013B }, { "Lcy", 0x0041B }, - { "LeftAngleBracket", 0x02329 }, + { "LeftAngleBracket", 0x027E8 }, { "LeftArrowBar", 0x021E4 }, { "LeftArrowRightArrow", 0x021C6 }, { "LeftCeiling", 0x02308 }, @@ -370,9 +370,9 @@ { "Otimes", 0x02A37 }, { "Ouml", 0x000D6 }, { "OverBar", 0x000AF }, - { "OverBrace", 0x0FE37 }, + { "OverBrace", 0x023DE }, { "OverBracket", 0x023B4 }, - { "OverParenthesis", 0x0FE35 }, + { "OverParenthesis", 0x023DC }, { "PHgr", 0x003A6 }, { "PSgr", 0x003A8 }, { "PartialD", 0x02202 }, @@ -413,7 +413,7 @@ { "Rfr", 0x0211C }, { "Rgr", 0x003A1 }, { "Rho", 0x003A1 }, - { "RightAngleBracket", 0x0232A }, + { "RightAngleBracket", 0x027E9 }, { "RightArrowBar", 0x021E5 }, { "RightArrowLeftArrow", 0x021C4 }, { "RightCeiling", 0x02309 }, @@ -513,9 +513,9 @@ { "Ugr", 0x003A5 }, { "Ugrave", 0x000D9 }, { "Umacr", 0x0016A }, - { "UnderBrace", 0x0FE38 }, + { "UnderBrace", 0x023DF }, { "UnderBracket", 0x023B5 }, - { "UnderParenthesis", 0x0FE36 }, + { "UnderParenthesis", 0x023DD }, { "Union", 0x022C3 }, { "UnionPlus", 0x0228E }, { "Uogon", 0x00172 }, @@ -1228,9 +1228,9 @@ { "laemptyv", 0x029B4 }, { "lagran", 0x02112 }, { "lambda", 0x003BB }, - { "lang", 0x02329 }, + { "lang", 0x027E8 }, { "langd", 0x02991 }, - { "langle", 0x02329 }, + { "langle", 0x027E8 }, { "lap", 0x02A85 }, { "laquo", 0x000AB }, { "larr", 0x02190 }, @@ -1246,7 +1246,7 @@ { "latail", 0x02919 }, { "late", 0x02AAD }, { "lbarr", 0x0290C }, - { "lbbrk", 0x02997 }, + { "lbbrk", 0x02772 }, { "lbrace", 0x0007B }, { "lbrack", 0x0005B }, { "lbrke", 0x0298B }, @@ -1596,7 +1596,7 @@ { "pfr", 0x1D52D }, { "pgr", 0x003C0 }, { "phgr", 0x003C6 }, - { "phi", 0x003D5 }, + { "phi", 0x003C6 }, { "phiv", 0x003C6 }, { "phmmat", 0x02133 }, { "phone", 0x0260E }, @@ -1669,10 +1669,10 @@ { "racute", 0x00155 }, { "radic", 0x0221A }, { "raemptyv", 0x029B3 }, - { "rang", 0x0232A }, + { "rang", 0x027E9 }, { "rangd", 0x02992 }, { "range", 0x029A5 }, - { "rangle", 0x0232A }, + { "rangle", 0x027E9 }, { "raquo", 0x000BB }, { "rarr", 0x02192 }, { "rarrap", 0x02975 }, @@ -1690,7 +1690,7 @@ { "ratio", 0x02236 }, { "rationals", 0x0211A }, { "rbarr", 0x0290D }, - { "rbbrk", 0x02998 }, + { "rbbrk", 0x02773 }, { "rbrace", 0x0007D }, { "rbrack", 0x0005D }, { "rbrke", 0x0298C }, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |