]> granicus.if.org Git - jq/commit
Refactor function argument passing into what it always should have been.
authorStephen Dolan <mu@netsoc.tcd.ie>
Tue, 4 Dec 2012 00:39:21 +0000 (00:39 +0000)
committerStephen Dolan <mu@netsoc.tcd.ie>
Tue, 4 Dec 2012 00:39:21 +0000 (00:39 +0000)
commit616e8f9924ad9df22acf58c79c5d49ef6030fcb8
tree05f9754c3b927e419d183fc012f0d29a0d7fed3a
parenta88d53d2fda9a755c9c972a09a1206d54ca0d8b2
Refactor function argument passing into what it always should have been.

Most visible change is that error messages when a function is called
with the wrong number of arguments are much better.
builtin.c
bytecode.c
compile.c
compile.h
opcode.c
opcode.h
opcode_list.h
parser.y