Skip to content

Releases: melgi/cturtle

CTurtle 1.0.6

14 Jan 21:40
Compare
Choose a tag to compare

Changes

Nothing changed, this release was created because some files were incorrectly tagged as version 1.0.5.

Bug fixes

#8 and #11 These were fixed long ago, but not included in release 1.0.5.

CTurtle 1.0.5

08 Aug 21:36
Compare
Choose a tag to compare

Changes

#7 'cturtle -h' now exits with status 0.

Bug fixes

None

CTurtle 1.0.4

07 Jul 12:29
Compare
Choose a tag to compare

Changes

Output of N3P on Windows will be formatted using CESU-8 in stead of UTF-8. This is due to limitations of SWI-Prolog in handling Unicode supplementary characters on Windows.

Bug fixes

#6 Add support for surrogate pairs when unescaping UCHARs.

CTurtle 1.0.3

05 May 16:08
Compare
Choose a tag to compare

Bug fixes

#3 Make file error.
#4 URI parsing throws exceptions on URIs with an empty path.
#5 Turtle test case turtle-eval-lists-04 fails.

CTurtle 1.0.2

03 Mar 13:51
Compare
Choose a tag to compare

Changes

Performance improvements due to better URI parsing and using binary IO (on Windows).

Bug fixes

#2 On Windows stdin and stdout should be reopened as "binary".

CTurtle 1.0.1

13 Mar 22:31
Compare
Choose a tag to compare

Changes

Renamed the project and executable from turtle to cturtle because apache-jena also comes with a turtle command. This led to confusion if both commands were in the path.

Bug fixes

#1 Passing non-existing files as input should give an error message.

First release.

28 Jan 16:20
Compare
Choose a tag to compare

For Windows (64-bit) you can download the zip file. Just unzip it, and add the bin directory to your %PATH%.