summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-02-26Fix regression on ~/.jq being a directoryMuh Muhten
2019-02-26Change contains to return true for empty string needlesWilliam Langford
2019-02-26Simplify and optimize SQLish builtinsMuh Muhten
2019-02-26Fix bizarre bsearch/1 behaviour with a stream argumentMuh Muhten
2019-02-26Make tostream much more efficientMuh Muhten
2019-02-26Reimplement fromstream/1 more compactlyMuh Muhten
2019-02-26Simplify definition of range/3Muh Muhten
2019-02-26Simplify type-select builtinsMuh Muhten
2019-02-26Redefine isempty/1, and the all and any seriesMuh Muhten
2019-02-26Remove scalars_or_emptyMuh Muhten
2019-02-26No need to block_drop_unreferenced after builtinsMuh Muhten
2019-02-26Rename block_bind_incremental to block_bind_referencedMuh Muhten
2019-02-26Fix block flipping in block_drop_unreferencedMuh Muhten
2019-02-21Ensure limit(0; ...) is emptyMuh Muhten
2019-02-20Rewrite `_assign/2` using `$argument` syntaxMuh Muhten
2019-02-20Work around fgets()'s lack of length reportingMuh Muhten
2019-02-20Support "if" without "else" clauseChance Zibolski
2019-02-20Bind data imports properly when already resolvedMuh Muhten
2019-02-20Make builtin binding fast again by binding only referenced symbolsMuh Muhten
2019-02-20Load ~/.jq as a library instead of with builtinsMuh Muhten
2019-02-20Add import metadata key "optional"Muh Muhten
2019-02-20Replace TOP-before-imports special case with assertMuh Muhten
2019-02-20Catch .. as the first component of a module pathMuh Muhten
2019-02-20Pass on the error message when rel_path is invalidMuh Muhten
2019-02-20Simplify definition of block_bind_referencedMuh Muhten
2019-02-17Allow globbing on WindowsJason Hood
2019-02-16Make UTC time on WindowsJason Hood
2019-02-16Add ISO 8601-specific strptimeJason Hood
2019-02-16Prevent redirecting to NUL crashJason Hood
2019-02-16Possibly enable color output on Windows (#1494)Jason Hood
2019-02-16Reimplement block_drop_unreferenced in linear timeMuh Muhten
2019-02-09Make sure to free in jv_string_indexesMuh Muhten
2019-02-08Improve linking time by marking subtrees with unbound symbolsMuh Muhten
2019-02-08Fix infinite loop in index("") (fix #1815)Nicolas Williams
2019-02-07Define error/1 in terms of error/0Muh Muhten
2019-02-06Export input/0 directly from C, removing _input/0Muh Muhten
2019-02-04builtin/f_match: prevent overruns of input_stringDerrick Pallas
2019-02-02builtin/f_match: call onig_error_code_to_str with einfo correctlyDerrick Pallas
2019-01-30Unify timegm fallbacks into my_mktimeMuh Muhten
2019-01-30Fix include/import namespace confusionMuh Muhten
2019-01-18`contains` should handle embedded NULs (fix #1732)Nicolas Williams
2018-12-26builtin: add missing windows.h includeRicardo Constantino
2018-12-19Mingw-w64 on windows doesn't have `setenv`, fix that.HE, Tao
2018-12-18Make fromstream/1 more efficientEugen
2018-12-18fix --exit-code issues #1142 and #1139Ryoichi KATO
2018-12-10Allow variable refs as object keys {$key:value}Nicolas Williams
2018-11-20Add missing jv_copy when printing with -arWilliam Langford
2018-08-30fix memory leakWilliam Langford
2018-08-17Restore JV_PRINT_COLOUR as an alias1.6rc2William Langford
2018-08-17Fix destructuring alternationfix-destructuring-alternationWilliam Langford