summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-23Merge pull request #132 from dolmen/fix/github-urlsdocsStephen Dolan
2013-05-23Fix Github URLs: stedolan.github.com -> stedolan.github.ioOlivier Mengué
2013-05-20fix typo and clean up docs buildStephen Dolan
2013-05-19jq 1.3 releasejq-1.3Stephen Dolan
2013-05-17EACH need not make a backtrack point on the last iterationStephen Dolan
2013-05-16Make array construction use LOADVN (slightly faster)Stephen Dolan
2013-05-16Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan
2013-05-16Add LOADVN opcode.Stephen Dolan
2013-05-16Reverse function. Closes #94.Stephen Dolan
2013-05-16Better debug info for struct bytecode.Stephen Dolan
2013-05-15Only generate code for those builtin functions actually used.Stephen Dolan
2013-05-15Remove the YIELD opcode (use RET instead)Stephen Dolan
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-15Bugfix for array slices.Stephen Dolan
2013-05-14Add the range functionStephen Dolan
2013-05-13Fix some documentation bugsStephen Dolan
2013-05-13Array slicing. Closes #2.Stephen Dolan
2013-05-13Delete unnecessary _POSIX_SOURCE. Closes #89Stephen Dolan
2013-05-13Add to_entries, from_entries and with_entries functions.Stephen Dolan
2013-05-13Fix the //= operator.Stephen Dolan
2013-05-13Better error handling for INSERT opcodeStephen Dolan
2013-05-13Remove the is_backtrack_frame special case hack.Stephen Dolan
2013-05-13Refactor path logic.Stephen Dolan
2013-05-13Fix a bug triggered by jv_array_slice.Stephen Dolan
2013-05-11Fix bug with path handling (used in assignments).Stephen Dolan
2013-05-11Merge branch 'autotools'Stephen Dolan
2013-05-11Delete some Autotools junk and update README.autotoolsStephen Dolan
2013-05-11Rake task to build website including source dist and binaries.Stephen Dolan
2013-05-11Rake task to build source distribution for websiteStephen Dolan
2013-05-09Add the docs to the distributed tarballsStephen Dolan
2013-05-09Fix manpage build.Stephen Dolan
2013-05-09Add some build instructions for how to install doc dependencies.Stephen Dolan
2013-05-09Don't build the manpage unless there's a working Ruby setup.Stephen Dolan
2013-05-09support for out-of-tree testsStephen Dolan
2013-05-09Fail properly when attempting to build manpage without rakeStephen Dolan
2013-05-09Autotools hackery so that "make dist" builds lexer and parser.Stephen Dolan
2013-05-09Add a redundant intialisation to squash a gcc warning.Stephen Dolan
2013-05-09Make manpage building more robust.Stephen Dolan
2013-05-09Add a "binaries" target to the website Rakefile.Stephen Dolan
2013-05-09Minor docs fix to get rid of Bonsai warnings.Stephen Dolan
2013-05-09Script for cross-compiling jq binaries for other platforms.Stephen Dolan
2013-05-08Use the version number from configure.ac in the website.Stephen Dolan
2013-05-08Add the parser to BUILT_SOURCESStephen Dolan
2013-05-08Configure whether colour is displayed by default directly in sourceStephen Dolan
2013-05-08Check in a pile of Autotools junk, including the configure script.Stephen Dolan
2013-05-08Merge pull request #115 from nicowilliams/complexStephen Dolan
2013-05-08Clean up autotools config.Stephen Dolan
2013-05-08Check in jv_utf8_tables.gen.h, it is unlikely to change.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-07Rename complex to nontrivial for safety (#113)Nicolas Williams