aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/json-to-value.cc
AgeCommit message (Expand)Author
2018-05-26json-to-value: Use strtol instead of strtoiBen Gamari
2017-12-14json-to-value: Throw sensible error message on invalid numbersBen Gamari
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-08-29Add builtin function "partition"Eelco Dolstra
2016-02-15Fix broken number parsing in fromJSONEelco Dolstra
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-07-23Optimize small listsEelco Dolstra
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra