about summary refs log tree commit diff
path: root/src/libexpr/json-to-value.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-3/+3
2017-02-08 Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen1-1/+0
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-3/+3
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-3/+3
2016-08-29 Add builtin function "partition"Eelco Dolstra1-9/+0
2016-02-15 Fix broken number parsing in fromJSONEelco Dolstra1-4/+3
2016-01-05 First hit at providing support for floats in the language.Christian Theune1-10/+15
2015-07-23 Optimize small listsEelco Dolstra1-1/+1
2014-09-19 Store Attrs inside BindingsEelco Dolstra1-3/+8
2014-08-20 Use proper quotes everywhereEelco Dolstra1-3/+3
2014-07-04 Add builtin function ‘fromJSON’Eelco Dolstra1-0/+144