[m-rev.] for review: mention parsing_utils and calendar in web site news
Ian MacLarty
maclarty at csse.unimelb.edu.au
Thu Feb 5 10:33:51 AEDT 2009
Estimated hours taken: 0.1
news/newsdb.inc:
Mention the new parsing_utils and calendar modules.
Index: news/newsdb.inc
===================================================================
RCS file: /home/mercury1/repository/w3/news/newsdb.inc,v
retrieving revision 1.109
diff -u -r1.109 newsdb.inc
--- news/newsdb.inc 27 Nov 2008 06:15:58 -0000 1.109
+++ news/newsdb.inc 4 Feb 2009 23:29:41 -0000
@@ -22,6 +22,15 @@
$newsdb = array(
+"5 February 2009" => array("Two new standard library modules",
+"We have added two new modules to the standard library: parsing_utils and
+calendar.
+parsing_utils is a set of utilities to help with writing recursive
+descent parsers. calendar contains utilities for working with dates
+in the Gregorian calendar.
+Both modules are available in the latest release of the day."
+),
+
"3 November 2008" => array("New paper",
"We have a new paper available from our
<A HREF=\"information/papers.html\">papers page</A> that describes
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list