summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-02-22fixup! Configure appveyor build to use pythonno-more-rubyWilliam Langford
2019-02-22fixup! Configure appveyor build to use pythonWilliam Langford
2019-02-22fixup! Configure appveyor build to use pythonWilliam Langford
2019-02-22Change contains to return true for empty string needlesWilliam Langford
2019-02-22Configure appveyor build to use pythonWilliam Langford
2019-02-22Cleanup leftover references to rubyWilliam Langford
2019-02-22Configure travis build to use pythonWilliam Langford
2019-02-22Remove ruby dependency from mantestsWilliam Langford
2019-02-22Remove ruby dependency from manpage buildWilliam Langford
2019-02-22Remove ruby dependency from website buildWilliam Langford
2019-02-21Merge pull request #1837 from muhmuhten/limit_0Nico Williams
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-20Fix if-then-else example formattingNicolas Williams
2019-02-20Document optional `else` clause of `if`Nicolas Williams
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-09Merge pull request #1818 from muhmuhten/free_in_indexNico Williams
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-07FIX if-then-else exampleMatt Clegg
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 build on BSD makeMuh Muhten
2019-01-30Fix include/import namespace confusionMuh Muhten
2019-01-22Add tests for built-in function `contains`David Haguenauer
2019-01-18`contains` should handle embedded NULs (fix #1732)Nicolas Williams
2019-01-05Merge pull request #1774 from dooglus/patch-1William Langford
2018-12-26Out-of-srcdir builds: AM_CPPFLAGS=-I${srcdir}/srcNicolas Williams
2018-12-26builtin: add missing windows.h includeRicardo Constantino
2018-12-26Makefile.am: add no-undefined for win32Ricardo Constantino
2018-12-19Mingw-w64 on windows doesn't have `setenv`, fix that.HE, Tao