summaryrefslogtreecommitdiffstats
path: root/src/jv_print.c
AgeCommit message (Expand)Author
2024-04-23A couple of teeny tweaks (#3091)Andy Lester
2024-03-20declare static arrays const where possibleEmanuele Torre
2024-02-08Clear formatting immediately after colonThalia Archibald
2024-02-08Consistently reset color formatting in `jv_dump_term`Thalia Archibald
2023-12-11jv_mem_calloc(): always call with (nmemb, size)Emanuele Torre
2023-09-22Fix the default colors to use 39, the default foreground color (#2904)taoky
2023-08-13Rename jv_type_private.h to jv_private.h, move jvp_number_is_nan thereitchyny
2023-08-05Change the default color of null to Bright Blackitchyny
2023-07-18Make object key color configurable (close #1739, #1791, #2638)itchyny
2020-01-02Update other manual and source to use ;37David Biesack
2019-10-22Add configure guards around literal jv_numbersWilliam Langford
2019-10-22Save literal value of the parsed number to preserve it for the outputLeonid S. Usov
2017-04-29Add JQ_COLORS env var for color config (fix #1252)Nico Williams
2017-04-26Fix buildNicolas Williams
2017-04-21Always use jv_mem_*alloc()Nicolas Williams
2017-02-25Don't call SetConsoleOutputCPYasuhiro Matsumoto
2017-01-27Skip printing what's below a MAX_PRINT_DEPTHW-Mark Kubacki
2015-08-23Move source files to src/David Tolnay