]> granicus.if.org Git - jq/shortlog
jq
2012-09-03 Stephen DolanPerl-style autovivification.
2012-09-03 Stephen Dolansquash a debug printf
2012-09-03 Stephen DolanJV_KIND_INVALID values to represent failed lookups...
2012-09-03 Stephen DolanSupport "null" in JQ programs
2012-09-03 Stephen DolanMake assignment work again: = and |= operators.
2012-09-03 Stephen DolanDisallow a + before numbers (makes parsing easier,...
2012-09-03 Stephen DolanModify number formatting so that 1e-3 renders as 0...
2012-09-03 Stephen DolanLiteral strings and better literal numbers.
2012-09-03 Stephen DolanRemove globals from parser, use explicit structure.
2012-09-02 Stephen DolanMark a constant array const in jvp_dtoa.c
2012-09-02 Stephen DolanFix behaviour of stack at program termination.
2012-09-02 Stephen DolanMove from Jansson to JV - proper freeing of memory
2012-09-02 Stephen DolanClean up build a little and add .gitignore.
2012-09-02 Stephen DolanMove from Jansson to JV - interpreter loop
2012-09-02 Stephen DolanMove from Jansson to JV - everything but the interprete...
2012-09-01 Stephen DolanValidation for empty objects
2012-09-01 Stephen DolanFirst pass at a JSON parser
2012-09-01 Stephen DolanFix a memory leak when inserting into an object with...
2012-09-01 Stephen DolanMinor changes to dtoa.c to make it easier to work with.
2012-09-01 Stephen DolanImport a copy of David Gay's dtoa.c
2012-08-28 Stephen DolanFix a bug in lexical scoping, add tests
2012-08-28 Stephen DolanReference-counted copy-on-write JSON library.
2012-08-27 Stephen DolanRemove syntax distinction between builtin and user...
2012-08-27 Stephen Dolanfirst pass at assignment
2012-08-26 Stephen Dolan2nd order functions
2012-08-22 Stephen DolanFix a revolting hack
2012-08-22 Stephen Dolanbugfix for backtracking over RET insns, and a truly...
2012-08-21 Stephen DolanClosures over variables
2012-08-21 Stephen DolanFirst pass at functions + tests
2012-08-21 Stephen Dolanframe layout refactor
2012-08-20 StephenStacks grow down now
2012-08-16 Stephenan addition operator, of sorts
2012-08-16 StephenMost of a C implementation of jq
2012-07-18 Stephen Dolaninitial