summaryrefslogtreecommitdiffstats
path: root/jv_print.c
AgeCommit message (Expand)Author
2015-08-15Use https where possibleDavid Tolnay
2015-07-19Clean up trailing whitespaceDavid Tolnay
2015-06-26Fix #830Nicolas Williams
2015-06-22WriteFile() on WIN32 when stdout isatty (fix #824)Nicolas Williams
2015-06-03Add --tab and -indent n optionsNicolas Williams
2015-05-21Print offending object in runtime error messagesAssaf Gordon
2014-11-28Print stack value refcounts when tracing (#636)Nicolas Williams
2014-07-22Changing color codes to fix #495William Langford
2014-07-07jv_show() should be able to display invalid valuesNicolas Williams
2014-02-26Repair jv_showAndrew Rodland
2014-02-26Make jq --raw-output --unbuffered workAndrew Rodland
2013-12-26Add jv_dumpf() and jv_show()Nicolas Williams
2013-11-08Add a --unbuffered option. Closes #206Stephen Dolan
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-05-31Squash a warning on some GCC versionsStephen Dolan
2013-05-29Support for printing object keys in sorted order.Stephen Dolan
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-13Refactor path logic.Stephen Dolan
2013-05-05Make a few constant globals actually const.Stephen Dolan
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-03Oh alright then, if you insist.Stephen Dolan
2012-12-02Make the -c output more compact. Closes #44.Stephen Dolan
2012-09-18Print Unicode characters unescaped by default.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan