diff options
author | David Robillard <d@drobilla.net> | 2011-12-19 02:59:31 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-12-19 02:59:31 +0000 |
commit | 2469c739d87d6a2bb0c9b9c1e2b2c69b0e981b97 (patch) | |
tree | ac764f783837a0fe2e1ec56a439e3acb318dd918 /ChangeLog | |
parent | 085fe30c4c8dcdd2e2d38451813e0d7d5543acfc (diff) | |
download | serd-2469c739d87d6a2bb0c9b9c1e2b2c69b0e981b97.tar.gz serd-2469c739d87d6a2bb0c9b9c1e2b2c69b0e981b97.tar.bz2 serd-2469c739d87d6a2bb0c9b9c1e2b2c69b0e981b97.zip |
Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() for
locale-independent numeric node parsing/serialising.
git-svn-id: http://svn.drobilla.net/serd/trunk@260 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ serd (UNRELEASED) unstable; urgency=low * Handle a quote as the last character of a long string literal in the writer (by escaping it) rather than the reader, to avoid writing Turtle other tools fail to parse. + * Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() + for locale-independent numeric node parsing/serialising. -- David Robillard <d@drobilla.net> (UNRELEASED) |