summaryrefslogtreecommitdiffstats
path: root/locfile.c
AgeCommit message (Collapse)Author
2014-08-14Add jq_report_error() function; use itNicolas Williams
Put a stop to fprintf(stderr, ...) where we shouldn't.
2014-07-22Added library system with -l, -L, and JQ_LIBRARY_PATHWilliam Langford
Created util.[ch] to hold common utilities.
2013-12-08These vfprintfs are being used as if they were printfs. Fix thatDavid R. MacIver
2013-12-04Add callback interface for errorsNicolas Williams
Printing to stderr is not the right answer for a library.
2013-05-29Bugfix multiline off-by-one (locfile.c)Brendan Macmillan
2013-05-29locfile.h -> locfile.h + locfile.cBrendan Macmillan
clean up includes of a few files