2013-06-23 |
Stephen Dolan | Move libtool m4 junk to config/ and delete some autogen... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Stephen Dolan | Remove Autoconf-generated config.h. |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Stephen Dolan | Merge branch 'header-cleanup' into libjq |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Stephen Dolan | Build libjq only once, and link it statically to ./jq |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Stephen Dolan | Fix distcheck. |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Nicolas Williams | Update .gitignore 153/head |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Nicolas Williams | Add libjq autoconf goo |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Nicolas Williams | Quiet setup.sh re: tmp dir |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Stephen Dolan | Merge pull request #157 from nicowilliams/argfile-fixes |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Stephen Dolan | Move cfunction invocation code to the interpreter loop. header-cleanup |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Nicolas Williams | Fix serious bug in handling of --argfile 157/head |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Nicolas Williams | Fix leaks in jv_load_file() |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Stephen Dolan | Fold opcode.{c,h} into bytecode.{c,h} |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Stephen Dolan | Simplify block functions for variables |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stephen Dolan | Saner build instructions in README.md |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stephen Dolan | Remove some initialise-to-zero code. |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stephen Dolan | Merge branch 'stack-refactor-merge' |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stephen Dolan | Merge branch 'stack-refactor' |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stephen Dolan | Merge pull request #154 from nicowilliams/no-fopen-re |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Nicolas Williams | Remove accidentally introduced use of fopen "e" 154/head |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Stephen Dolan | Merge pull request #114 from nicowilliams/nomem_handler |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Nicolas Williams | Remove last remnant of main.h 114/head |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Nicolas Williams | Allow --run-tests to take a file argument |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Nicolas Williams | Fixup API to get closer to a libjq |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Stephen Dolan | Merge pull request #150 from nicowilliams/jv_load_file |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Nicolas Williams | Move slurp_file() into library as jv_load_file() 150/head |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Stephen Dolan | Clean up lots of stack and frame logic. |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Stephen Dolan | Simplify frame logic. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stephen Dolan | Unify all stacks. Passes tests, but needs cleanup. |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stephen Dolan | Support ."foo" syntax for accessing fields. See #141. |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Stephen Dolan | Unify frame and data stacks |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Stephen Dolan | Speed up cached configure (./configure -C) |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Stephen Dolan | Clean up flex lines in build |
commit | commitdiff | tree | snapshot |
2013-06-05 |
Stephen Dolan | Lex and parse .foo better. |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Stephen Dolan | Merge pull request #142 from lanthaler/master |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Markus Lanthaler | Update README.md 142/head |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Stephen Dolan | Make jq --version print to stdout, not stderr |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Stephen Dolan | Better error handling for .foo case in parser. See... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Stephen Dolan | Let the parser rather than the lexer handle invalid... |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Stephen Dolan | Add command-line option to sort object keys. |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Stephen Dolan | Clean up Makefile.am (distcheck, rebuild version.h... |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Stephen Dolan | Merge pull request #139 from 13ren/stopwarning |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Brendan Macmillan | Stop warning on fgets, simple version 139/head |
commit | commitdiff | tree | snapshot |
2013-06-01 |
Brendan Macmillan | Stop warning on fgets, complex version |
commit | commitdiff | tree | snapshot |
2013-05-31 |
Stephen Dolan | Squash a warning on some GCC versions |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Stephen Dolan | Support for printing object keys in sorted order. |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Stephen Dolan | Merge pull request #135 from 13ren/locfile_bugfix |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Stephen Dolan | Merge pull request #130 from 13ren/libload_2 |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Brendan Macmillan | Bugfix multiline off-by-one (locfile.c) 135/head |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Brendan Macmillan | locfile.h -> locfile.h + locfile.c |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Brendan Macmillan | Hack bugfix for multiline off-by-one (locfile.c) |
commit | commitdiff | tree | snapshot |
2013-05-29 |
Brendan Macmillan | Load library from ~/.jq 130/head |
commit | commitdiff | tree | snapshot |
2013-05-24 |
Stephen Dolan | Make jq --version report an actual git revision. |
commit | commitdiff | tree | snapshot |
2013-05-24 |
Stephen Dolan | Merge pull request #133 from nicowilliams/option_argfil... |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Nicolas Williams | Add --argfile variant of --arg (issue #117) 133/head |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Stephen Dolan | 'make clean' won't delete jq.1 if it can't be rebuilt. |
commit | commitdiff | tree | snapshot |
2013-05-19 |
Stephen Dolan | jq 1.3 release 126/head jq-1.3 |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Stephen Dolan | EACH need not make a backtrack point on the last iteration |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Stephen Dolan | Make array construction use LOADVN (slightly faster) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Stephen Dolan | Remove the insane "fold" operation, replace with saner... |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Stephen Dolan | Add LOADVN opcode. |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Stephen Dolan | Reverse function. Closes #94. |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Stephen Dolan | Better debug info for struct bytecode. |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Stephen Dolan | Only generate code for those builtin functions actually... |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Stephen Dolan | Remove the YIELD opcode (use RET instead) |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Stephen Dolan | 'length' function now measures string length in codepoi... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Stephen Dolan | Bugfix for array slices. |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Stephen Dolan | Add the range function |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Fix some documentation bugs |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Array slicing. Closes #2. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Delete unnecessary _POSIX_SOURCE. Closes #89 |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Add to_entries, from_entries and with_entries functions. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Fix the //= operator. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Better error handling for INSERT opcode |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Remove the is_backtrack_frame special case hack. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Refactor path logic. |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Stephen Dolan | Fix a bug triggered by jv_array_slice. |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Stephen Dolan | Fix bug with path handling (used in assignments). |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Stephen Dolan | Merge branch 'autotools' |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Stephen Dolan | Delete some Autotools junk and update README. autotools |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Stephen Dolan | Rake task to build website including source dist and... |
commit | commitdiff | tree | snapshot |
2013-05-11 |
Stephen Dolan | Rake task to build source distribution for website |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Add the docs to the distributed tarballs |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Fix manpage build. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Add some build instructions for how to install doc... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Don't build the manpage unless there's a working Ruby... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | support for out-of-tree tests |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Fail properly when attempting to build manpage without... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Autotools hackery so that "make dist" builds lexer... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Add a redundant intialisation to squash a gcc warning. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Make manpage building more robust. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Add a "binaries" target to the website Rakefile. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Minor docs fix to get rid of Bonsai warnings. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Script for cross-compiling jq binaries for other platforms. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Use the version number from configure.ac in the website. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Add the parser to BUILT_SOURCES |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Configure whether colour is displayed by default direct... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Check in a pile of Autotools junk, including the config... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Merge pull request #115 from nicowilliams/complex |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Clean up autotools config. |
commit | commitdiff | tree | snapshot |
next |