~zorba-coders/zorba/llvm

« back to all changes in this revision

Viewing changes to ChangeLog

1. Improved catch() for unit tests.
2. Improved bpackfail() for streambufs.
3. locale template function additions.
4. Enhanced aton(). Approved: Chris Hillery, Paul J. Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
New Features:
7
7
  * (bug #1039284) Implemented jn:json-doc().
8
 
  * (bug #867363) Added http-uri-resolution feature to disable HTTP
9
 
        when resolving URIs.
 
8
  * (bug #867363) Added http-uri-resolution feature to disable HTTP when
 
9
    resolving URIs.
10
10
  * Can now specify jsoniq-strip-top-level-array option to parse-json() to
11
11
    strip the top-level array from JSON streams.
12
12
  * New info-extraction module for querying concepts and entities in
44
44
  * Fixed bug #1021492 (while computeing the "sources" of a prolog var, skip
45
45
    any var-setting exprs that appear in non-used (and non-optimized) functions).
46
46
  * Fixed bug #1070551 (zerr:ZOSE0003 stream read failure)
47
 
  * Fixed bug #992304 (Compiling library modules could load data from
48
 
        wrong source)
 
47
  * Fixed bug #992304 (Compiling library modules could load data from wrong
 
48
    source)
49
49
  * Fixed bugs related to casting to user-defined types.
50
50
 
51
51