/[svn]/CHANGES
ViewVC logotype

Contents of /CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 893 - (hide annotations)
Tue Jul 10 18:09:39 2007 UTC (5 years, 10 months ago) by abate
File size: 1535 byte(s)
[r2003-11-30 18:50:20 by beppe] Update for url support

Original author: beppe
Date: 2003-11-30 18:50:20+00:00
1 abate 893 0.2.0-pre3
2     * Added preliminary support for URLs in load_xml, load_html, and schemas:
3     e.g. you can write load_html "http://www.cduce.org/"
4    
5 abate 796 0.2.0-pre2
6     * More advanced (and documented) support for XML Schemas.
7 abate 820 * Preliminary integration of CQL query language that is:
8     select e from p1 in e1, ... ,pn in en where e'
9 abate 796
10 abate 738 0.2.0-pre1
11 abate 737 * Code upgraded to Ocaml 3.07
12 abate 672 * Major cleaning in progress
13 abate 695 * Using ulex instead of wlex. Sources can now be in Utf8.
14 abate 672 * Allow structured constants in default value patterns (p := c)
15 abate 695 * Default value patterns in regexps don't consume an element
16 abate 737 * Experiment with separate compilation
17 abate 695 * Bug fixes in the parser. Tuples are now ok in regexps.
18     * Lazy implementation of @
19 abate 737 * Add logical operators &&, ||, and not
20 abate 664
21 abate 641 0.1.1
22 abate 642 * Various bug fixes (expat might now work)
23 abate 623 * Sequencing operator e1;e2 (equivalent to: let [] = e1 in e2)
24     * Encoded references
25    
26    
27 abate 563 0.1.0
28 abate 562 * Support for XML Namespaces
29 abate 527 * Better support for expat; clean Makefile
30 abate 489 * Get rid of ;; and let fun in examples
31 abate 562 * Optional ; for record in attribute position (values and types/patterns)
32 abate 489 * Split --dump into --load and --save
33 abate 527 * Better handling of strings (specific node in AST)
34     * Map, transform: tail-recursive implementation
35     * Preliminary support for XML Schema
36     * Various bug fixes
37 abate 489
38 abate 527
39 abate 475 0.0.91
40     * Second alpha release
41     * Bug fixes and syntax changes (e.g. making "fun" optional in "let fun")
42     * Experimenting with expat support (see expat/README)
43    
44    
45 abate 370 0.0.9
46     * First public release (alpha release)

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5