summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-08-16Fix linker.c includes for win32 (fix #911)jq-1.5-branchNicolas Williams
2015-08-15Update gemsDavid Tolnay
2015-08-15Use https where possibleDavid Tolnay
2015-08-15Fix streaming docs errors (fix #904)Nicolas Williams
2015-08-15Update wording and json bodies in tutorialDavid Tolnay
2015-08-15spelling corrections; untabifypkoppstein
2015-08-15Improve assignment docs (see #897)Nicolas Williams
2015-08-13Test main.c fix for #817Nicolas Williams
2015-08-13Make search path expansion portable (fix #817)Nicolas Williams
2015-08-13Make all global module paths absolute (fix #817)Nicolas Williams
2015-08-11Fix #896, double-free in `setpath`Nicolas Williams
2015-08-04Clarify documentation of STRING * INTEGERpkoppstein
2015-07-28OS X's mktemp -d requires template (fix #876)Nicolas Williams
2015-07-28Add missing files (fix #875)Nicolas Williams
2015-07-26Fix make dist (fix #870)jq-1.5rc2Nicolas Williams
2015-07-26Error on bytecodes longer than 0xFFFF (fix #269)David Tolnay
2015-07-26Drop plus from "jq 1.5+" on download pageDavid Tolnay
2015-07-26News is not THIS importantDavid Tolnay
2015-07-26Add 1.4 and 1.3 manuals to website (fix #866)David Tolnay
2015-07-25Suggest --disable-maintainer-mode on download pageDavid Tolnay
2015-07-24Update setup.sh scriptDavid Tolnay
2015-07-24Change homepage .com -> .ioDavid Tolnay
2015-07-24Change AC bug-report parameter to point to GitHubDavid Tolnay
2015-07-24Implement flatten/0 in terms of flatten/1Santiago Lapresta
2015-07-24detect invalid path expression (fix #862)David Tolnay
2015-07-24simplify implementation of bsearch to use "until" and avoid "last"; testedpkoppstein
2015-07-24Rebuild jq.1.prebuiltDavid Tolnay
2015-07-24fix references to --color-outputEvan Zacks
2015-07-23Updated v1.3 filenamesThomas R. Hall
2015-07-23Copy over changes made to gh-pages directlyDavid Tolnay
2015-07-19Resolve remaining shift/reduce conflicts involving '?'David Tolnay
2015-07-19Resolve shift/reduce conflict of 'def' vs '|'David Tolnay
2015-07-19Clean up trailing whitespaceDavid Tolnay
2015-07-18Use =, not ==, for shell testsNicolas Williams
2015-07-10travis has whitelisted libonig-devDavid Tolnay
2015-07-10input_filename should never emptyNicolas Williams
2015-07-10Update AUTHORSNicolas Williams
2015-07-10Update NEWSNicolas Williams
2015-07-10Update ChangeLogNicolas Williams
2015-07-10Use `include` for import into namespaceNicolas Williams
2015-07-10Simplify import docsNicolas Williams
2015-07-10Fix typo in docsNicolas Williams
2015-07-10Dockerfile reorganizedJames Andariese
2015-07-09Fixing missing D in LIBM_DDD_NO macro nameMike Fletcher
2015-07-04Make jq.h usable from C++David Tolnay
2015-07-04Fix Windows buildNicolas Williams
2015-07-03Document math supportNicolas Williams
2015-07-03Remove `pow10` for now; CHECK_MATH_FUNC needs workNicolas Williams
2015-07-02docs and diagram for exec_stackDavid Tolnay
2015-07-01strftime wrong day-of-week (fix #838)David Tolnay