| 3 |
* Added char_of_int built_in function. |
* Added char_of_int built_in function. |
| 4 |
* Now int_of also accepts octal binary and hexadecimals. |
* Now int_of also accepts octal binary and hexadecimals. |
| 5 |
* The field access also works for XML element attributes. |
* The field access also works for XML element attributes. |
| 6 |
* More efficient implementation of records at runtime |
* More efficient implementation of records at runtime. |
| 7 |
|
* Clean-up of the internal representation. |
| 8 |
|
* The functionality of cdo2ml is now assured by cduce itself, with |
| 9 |
|
the --mlstub option. |
| 10 |
|
* The XML Schemas are now parsed only at compile time. |
| 11 |
|
* The automata for pattern matching are now produced at compile time. |
| 12 |
|
* Remove the --dump option (which was deprecated). |
| 13 |
|
* Remove support for sessions in the web prototype. |
| 14 |
|
* More catchable exceptions (for load_xml, load_file, etc). |
| 15 |
|
* Correct handling of external references with expat. |
| 16 |
|
|
| 17 |
0.3.2 |
0.3.2 |
| 18 |
* Bug fix in configure |
* Bug fix in configure |