summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify definition of range/3Muh Muhten2019-02-261-5/+5
* Simplify type-select builtinsMuh Muhten2019-02-261-4/+4
* Add more tests for any and allMuh Muhten2019-02-261-0/+45
* Redefine isempty/1, and the all and any seriesMuh Muhten2019-02-261-15/+7
* Remove scalars_or_emptyMuh Muhten2019-02-262-2/+1
* No need to block_drop_unreferenced after builtinsMuh Muhten2019-02-261-1/+0
* Rename block_bind_incremental to block_bind_referencedMuh Muhten2019-02-263-18/+8
* Fix block flipping in block_drop_unreferencedMuh Muhten2019-02-261-1/+1
* Merge pull request #1837 from muhmuhten/limit_0Nico Williams2019-02-212-3/+11
|\
| * Ensure limit(0; ...) is emptyMuh Muhten2019-02-212-3/+11
|/
* Rewrite `_assign/2` using `$argument` syntaxMuh Muhten2019-02-201-1/+1
* Work around fgets()'s lack of length reportingMuh Muhten2019-02-201-7/+9
* Fix if-then-else example formattingNicolas Williams2019-02-201-3/+2
* Document optional `else` clause of `if`Nicolas Williams2019-02-201-3/+6
* Support "if" without "else" clauseChance Zibolski2019-02-204-995/+1030
* Bind data imports properly when already resolvedMuh Muhten2019-02-202-15/+31
* Make builtin binding fast again by binding only referenced symbolsMuh Muhten2019-02-206-9/+54
* Load ~/.jq as a library instead of with builtinsMuh Muhten2019-02-202-37/+17
* Add import metadata key "optional"Muh Muhten2019-02-201-1/+8
* Replace TOP-before-imports special case with assertMuh Muhten2019-02-201-7/+4
* Catch .. as the first component of a module pathMuh Muhten2019-02-201-7/+2
* Pass on the error message when rel_path is invalidMuh Muhten2019-02-201-3/+13
* Simplify definition of block_bind_referencedMuh Muhten2019-02-201-41/+8
* Allow globbing on WindowsJason Hood2019-02-172-11/+23
* Make UTC time on WindowsJason Hood2019-02-161-0/+2
* Add ISO 8601-specific strptimeJason Hood2019-02-161-9/+25
* Prevent redirecting to NUL crashJason Hood2019-02-161-13/+11
* Possibly enable color output on Windows (#1494)Jason Hood2019-02-161-0/+11
* Reimplement block_drop_unreferenced in linear timeMuh Muhten2019-02-161-21/+29
* Merge pull request #1818 from muhmuhten/free_in_indexNico Williams2019-02-091-6/+6
|\
| * Make sure to free in jv_string_indexesMuh Muhten2019-02-091-6/+6
|/
* Improve linking time by marking subtrees with unbound symbolsMuh Muhten2019-02-081-4/+25
* Fix infinite loop in index("") (fix #1815)Nicolas Williams2019-02-082-0/+7
* FIX if-then-else exampleMatt Clegg2019-02-071-1/+1
* Define error/1 in terms of error/0Muh Muhten2019-02-072-5/+4
* Export input/0 directly from C, removing _input/0Muh Muhten2019-02-062-3/+2
* builtin/f_match: prevent overruns of input_stringDerrick Pallas2019-02-041-3/+3
* builtin/f_match: call onig_error_code_to_str with einfo correctlyDerrick Pallas2019-02-021-1/+1
* Unify timegm fallbacks into my_mktimeMuh Muhten2019-01-301-14/+13
* Fix build on BSD makeMuh Muhten2019-01-301-3/+3
* Fix include/import namespace confusionMuh Muhten2019-01-301-1/+1
* Add tests for built-in function `contains`David Haguenauer2019-01-221-3/+20
* `contains` should handle embedded NULs (fix #1732)Nicolas Williams2019-01-182-1/+7
* Merge pull request #1774 from dooglus/patch-1William Langford2019-01-051-1/+1
|\
| * Fix grammar typo.Chris Moore2018-11-291-1/+1
* | Out-of-srcdir builds: AM_CPPFLAGS=-I${srcdir}/srcNicolas Williams2018-12-261-0/+2
* | builtin: add missing windows.h includeRicardo Constantino2018-12-261-0/+3
* | Makefile.am: add no-undefined for win32Ricardo Constantino2018-12-261-0/+1
* | Mingw-w64 on windows doesn't have `setenv`, fix that.HE, Tao2018-12-192-0/+22
* | Make fromstream/1 more efficientEugen2018-12-181-14/+17