Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5146
Modified Files:
NEWS README configure.in
Log Message:
bump version number
Index: README
===================================================================
RCS file: /cvsroot/q-lang/q/README,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** README 17 Dec 2007 22:05:41 -0000 1.63
--- README 16 Jan 2008 09:07:37 -0000 1.64
***************
*** 1,5 ****
! Q eQuational Programming System Version 7.10
! Copyright (c) 1991-2007 by Albert Graef
<ag...@mu..., Dr....@t-...>
--- 1,5 ----
! Q eQuational Programming System Version 7.11
! Copyright (c) 1991-2008 by Albert Graef
<ag...@mu..., Dr....@t-...>
Index: NEWS
===================================================================
RCS file: /cvsroot/q-lang/q/NEWS,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -d -r1.134 -r1.135
*** NEWS 17 Dec 2007 22:05:41 -0000 1.134
--- NEWS 16 Jan 2008 09:07:37 -0000 1.135
***************
*** 3,6 ****
--- 3,17 ----
=======
+ * 7.11 January 2008 (work in progress)
+
+ As suggested by Rob Hubbard and John Cowan, special Unicode characters in
+ strings can now be specified using an escape of the form '\&name;', where name
+ is any of the XML entity names as specified by the Dec 2007 working draft of
+ the W3C "XML Entity definitions for Characters", see:
+ http://www.w3.org/TR/xml-entity-names/
+
+
+ ------------------------------------------------------------------------------
+
* 7.10 17 December 2007
Index: configure.in
===================================================================
RCS file: /cvsroot/q-lang/q/configure.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** configure.in 17 Dec 2007 22:05:41 -0000 1.57
--- configure.in 16 Jan 2008 09:07:37 -0000 1.58
***************
*** 5,9 ****
AC_INIT(src/q.c)
AM_CONFIG_HEADER(config.h)
! AM_INIT_AUTOMAKE(q, 7.10)
dnl AM_MAINTAINER_MODE
--- 5,9 ----
AC_INIT(src/q.c)
AM_CONFIG_HEADER(config.h)
! AM_INIT_AUTOMAKE(q, 7.11)
dnl AM_MAINTAINER_MODE
|