summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #132 from dolmen/fix/github-urlsdocsStephen Dolan2013-05-233-6/+6
|\
| * Fix Github URLs: stedolan.github.com -> stedolan.github.ioOlivier Mengué2013-05-233-6/+6
|/
* fix typo and clean up docs buildStephen Dolan2013-05-202-4/+12
* jq 1.3 releasejq-1.3Stephen Dolan2013-05-198-9/+45
* EACH need not make a backtrack point on the last iterationStephen Dolan2013-05-171-2/+9
* Make array construction use LOADVN (slightly faster)Stephen Dolan2013-05-161-1/+1
* Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan2013-05-167-38/+37
* Add LOADVN opcode.Stephen Dolan2013-05-162-0/+18
* Reverse function. Closes #94.Stephen Dolan2013-05-162-0/+11
* Better debug info for struct bytecode.Stephen Dolan2013-05-163-6/+59
* Only generate code for those builtin functions actually used.Stephen Dolan2013-05-153-5/+24
* Remove the YIELD opcode (use RET instead)Stephen Dolan2013-05-153-18/+22
* 'length' function now measures string length in codepoints, not bytes.Stephen Dolan2013-05-159-17/+29
* Bugfix for array slices.Stephen Dolan2013-05-152-2/+5
* Add the range functionStephen Dolan2013-05-144-0/+56
* Fix some documentation bugsStephen Dolan2013-05-131-9/+12
* Array slicing. Closes #2.Stephen Dolan2013-05-134-16/+180
* Delete unnecessary _POSIX_SOURCE. Closes #89Stephen Dolan2013-05-131-1/+0
* Add to_entries, from_entries and with_entries functions.Stephen Dolan2013-05-132-0/+28
* Fix the //= operator.Stephen Dolan2013-05-132-5/+14
* Better error handling for INSERT opcodeStephen Dolan2013-05-131-3/+12
* Remove the is_backtrack_frame special case hack.Stephen Dolan2013-05-132-36/+19
* Refactor path logic.Stephen Dolan2013-05-135-140/+163
* Fix a bug triggered by jv_array_slice.Stephen Dolan2013-05-132-1/+13
* Fix bug with path handling (used in assignments).Stephen Dolan2013-05-112-2/+11
* Merge branch 'autotools'Stephen Dolan2013-05-1136-186/+2710
|\
| * Delete some Autotools junk and update README.autotoolsStephen Dolan2013-05-115-8141/+16
| * Rake task to build website including source dist and binaries.Stephen Dolan2013-05-114-5/+6
| * Rake task to build source distribution for websiteStephen Dolan2013-05-111-0/+7
| * Add the docs to the distributed tarballsStephen Dolan2013-05-091-1/+6
| * Fix manpage build.Stephen Dolan2013-05-091-1/+3
| * Add some build instructions for how to install doc dependencies.Stephen Dolan2013-05-096-11/+118
| * Don't build the manpage unless there's a working Ruby setup.Stephen Dolan2013-05-093-8/+31
| * support for out-of-tree testsStephen Dolan2013-05-091-2/+2
| * Fail properly when attempting to build manpage without rakeStephen Dolan2013-05-091-1/+1
| * Autotools hackery so that "make dist" builds lexer and parser.Stephen Dolan2013-05-095-67/+246
| * Add a redundant intialisation to squash a gcc warning.Stephen Dolan2013-05-091-1/+1
| * Make manpage building more robust.Stephen Dolan2013-05-092-10/+4
| * Add a "binaries" target to the website Rakefile.Stephen Dolan2013-05-091-0/+22
| * Minor docs fix to get rid of Bonsai warnings.Stephen Dolan2013-05-092-2/+3
| * Script for cross-compiling jq binaries for other platforms.Stephen Dolan2013-05-093-2/+40
| * Use the version number from configure.ac in the website.Stephen Dolan2013-05-084-5/+16
| * Add the parser to BUILT_SOURCESStephen Dolan2013-05-081-1/+1
| * Configure whether colour is displayed by default directly in sourceStephen Dolan2013-05-082-3/+4
| * Check in a pile of Autotools junk, including the configure script.Stephen Dolan2013-05-0815-20/+10142
| * Clean up autotools config.Stephen Dolan2013-05-086-187/+55
| * Check in jv_utf8_tables.gen.h, it is unlikely to change.Stephen Dolan2013-05-083-1/+38
| * Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan2013-05-0817-157/+388
| |\
| | * get man pages workingLee Thompson2013-02-042-0/+6
| | * add man page to releaseLee Thompson2013-02-042-1/+42