summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove #includes from jv.hlibjqStephen Dolan2013-06-239-15/+19
* Fix the jv_parser interface.Stephen Dolan2013-06-235-50/+55
* Use libtool's built-in symbol exporting rather than a mapfile.Stephen Dolan2013-06-233-113/+1
* Move gen_utf8_tables to scriptsStephen Dolan2013-06-231-0/+0
* Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan2013-06-2312-2144/+15
* Remove Autoconf-generated config.h.Stephen Dolan2013-06-235-75/+2
* Merge branch 'header-cleanup' into libjqStephen Dolan2013-06-2211-119/+103
|\
| * Move cfunction invocation code to the interpreter loop.header-cleanupStephen Dolan2013-06-214-25/+22
| * Fold opcode.{c,h} into bytecode.{c,h}Stephen Dolan2013-06-1810-96/+83
* | Build libjq only once, and link it statically to ./jqStephen Dolan2013-06-221-5/+1
* | Fix distcheck.Stephen Dolan2013-06-221-5/+4
* | Update .gitignoreNicolas Williams2013-06-211-0/+6
* | Add libjq autoconf gooNicolas Williams2013-06-2119-72/+214
* | Quiet setup.sh re: tmp dirNicolas Williams2013-06-211-0/+1
* | Merge pull request #157 from nicowilliams/argfile-fixesStephen Dolan2013-06-212-2/+5
|\ \ | |/ |/|
| * Fix serious bug in handling of --argfileNicolas Williams2013-06-181-1/+1
| * Fix leaks in jv_load_file()Nicolas Williams2013-06-181-1/+4
|/
* Simplify block functions for variablesStephen Dolan2013-06-184-53/+43
* Saner build instructions in README.mdStephen Dolan2013-06-181-5/+10
* Remove some initialise-to-zero code.Stephen Dolan2013-06-181-3/+3
* Merge branch 'stack-refactor-merge'Stephen Dolan2013-06-184-401/+299
|\
| * Merge branch 'stack-refactor'Stephen Dolan2013-06-184-401/+299
| |\
| | * Clean up lots of stack and frame logic.Stephen Dolan2013-06-143-160/+140
| | * Simplify frame logic.Stephen Dolan2013-06-143-85/+47
| | * Unify all stacks. Passes tests, but needs cleanup.Stephen Dolan2013-06-134-277/+212
| | * Unify frame and data stacksStephen Dolan2013-06-103-58/+69
* | | Merge pull request #154 from nicowilliams/no-fopen-reStephen Dolan2013-06-171-1/+1
|\ \ \ | |/ / |/| |
| * | Remove accidentally introduced use of fopen "e"Nicolas Williams2013-06-171-1/+1
|/ /
* | Merge pull request #114 from nicowilliams/nomem_handlerStephen Dolan2013-06-169-78/+214
|\ \
| * | Remove last remnant of main.hNicolas Williams2013-06-161-1/+1
| * | Allow --run-tests to take a file argumentNicolas Williams2013-06-152-2/+10
| * | Fixup API to get closer to a libjqNicolas Williams2013-06-158-75/+203
|/ /
* | Merge pull request #150 from nicowilliams/jv_load_fileStephen Dolan2013-06-156-56/+64
|\ \
| * | Move slurp_file() into library as jv_load_file()Nicolas Williams2013-06-156-56/+64
|/ /
* | Support ."foo" syntax for accessing fields. See #141.Stephen Dolan2013-06-113-1/+17
|/
* Speed up cached configure (./configure -C)Stephen Dolan2013-06-052-6/+14
* Clean up flex lines in buildStephen Dolan2013-06-051-1/+1
* Lex and parse .foo better.Stephen Dolan2013-06-052-4/+6
* Merge pull request #142 from lanthaler/masterStephen Dolan2013-06-041-1/+1
|\
| * Update README.mdMarkus Lanthaler2013-06-041-1/+1
|/
* Make jq --version print to stdout, not stderrStephen Dolan2013-06-031-1/+1
* Better error handling for .foo case in parser. See #141.Stephen Dolan2013-06-031-1/+10
* Let the parser rather than the lexer handle invalid characters.Stephen Dolan2013-06-031-19/+12
* Add command-line option to sort object keys.Stephen Dolan2013-06-032-2/+10
* Clean up Makefile.am (distcheck, rebuild version.h less often)Stephen Dolan2013-06-032-14/+23
* Merge pull request #139 from 13ren/stopwarningStephen Dolan2013-06-011-1/+1
|\
| * Stop warning on fgets, simple versionBrendan Macmillan2013-06-011-6/+1
| * Stop warning on fgets, complex versionBrendan Macmillan2013-06-011-1/+6
* | Squash a warning on some GCC versionsStephen Dolan2013-05-311-1/+1
|/
* Support for printing object keys in sorted order.Stephen Dolan2013-05-292-2/+30