[q-lang-cvs] q ChangeLog,1.312,1.313
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-16 08:28:46
|
Update of /cvsroot/q-lang/q In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28363 Modified Files: ChangeLog Log Message: update ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/q-lang/q/ChangeLog,v retrieving revision 1.312 retrieving revision 1.313 diff -C2 -d -r1.312 -r1.313 *** ChangeLog 17 Dec 2007 22:05:41 -0000 1.312 --- ChangeLog 16 Jan 2008 08:28:43 -0000 1.313 *************** *** 1,2 **** --- 1,11 ---- + 2008-01-16 Albert Graef <Dr....@t-...> + + * src/qbase.c: added \&entity; escapes to string syntax, per + request by Rob Hubbard + + As suggested by John Cowan, the supported entity names follow the + W3C "XML Entity definitions for Characters", as of W3C Working + Draft 14 December 2007. See: http://www.w3.org/TR/xml-entity-names/ + 2007-12-16 Albert Graef <Dr....@t-...> |