d4018192a9
Stop warning on fgets, simple version
2013-06-01 11:12:28 +10:00
19ddbfeca9
Stop warning on fgets, complex version
2013-06-01 11:03:15 +10:00
e83e51eb56
'length' function now measures string length in codepoints, not bytes.
2013-05-15 00:37:38 +01:00
b0e65d149f
Fix a bug triggered by jv_array_slice.
2013-05-13 14:10:39 +01:00
7ca5127fcc
Merge branch 'autotools'
2013-05-11 15:21:23 +01:00
d121420757
Clean up autotools config.
...
Remove some of @stagrlee's hard work since jq's testsuite is
less silly than when he wrote the autotools config.
2013-05-08 02:42:23 +01:00
2363246eea
Merge remote-tracking branch 'stagrlee/master' into autotools
...
Conflicts:
Makefile
jq_test.c
2013-05-08 00:52:24 +01:00
fb3c124af1
Rename complex to nontrivial for safety ( #113 )
2013-05-07 18:46:13 -05:00
1741d8c161
Remove JQ_DEBUG #define and jq_test binary, simplifying build.
...
The debugging features previously available via JQ_DEBUG are now
command-line options.
2013-05-05 23:12:10 +01:00
c1748fa633
WIP
2013-05-05 22:59:53 +01:00
a49402c53a
Combine the functionality of jq and jq_test
...
One binary is much simpler. ./jq --run-tests now runs the tests.
2013-05-05 22:59:53 +01:00
87e9c64003
Remove globals/make jq_init/next/teardown() an API
2013-04-28 18:46:21 -05:00
52f906ab43
fix jq_test so that it runs in the distcheck phase of autoconf
2013-02-02 23:05:00 -06:00
c7725a8d4d
merging upstream stedolan changes
2013-02-02 20:39:23 -06:00
73c657cdc4
Lots of build system and docs improvements, including a manpage.
...
- Build binaries for multiple platforms
- Make a manpage out of the manual (see #19 )
- Extract more tests from the documentation
- Fix a few documentation bugs uncovered by above.
2012-12-16 13:06:03 +00:00
a156fb19de
get testing working in autoconf
2012-12-04 19:50:10 -06:00
c8bbfed041
See, I told you colour was a bad idea! #11
...
Last commit broke the build, minor fix needed to testsuite.
2012-12-03 02:00:29 +00:00
20e45f363c
Separate the tests and the main program.
2012-09-18 22:17:13 +01:00