summaryrefslogtreecommitdiffstats
path: root/src/util.c
AgeCommit message (Expand)Author
2024-03-18util.c: fix _WIN32 port of strptime (#3071)Emanuele Torre
2024-01-16Provide strptime implementation on all systemsGeorge Hopkins
2023-10-21Remove unused mkstemp()Klemens Nanni
2023-09-27Remove a bunch of unused variables, and useless assignmentsEmanuele Torre
2023-08-12Build windows 64bit binary using UCRT64 (#2832)Mattias Wadman
2023-07-24Remove all #define _GNU_SOURCE in source filesEmanuele Torre
2023-07-19Avoid getpwuid for static linkingitchyny
2020-01-10remove unused conditional branchYoichi Nakayama
2019-04-04jq_util_input_init: Zero memory using callocMattias Hansson
2019-03-24Identify progname in more errors (fix #1860)Nicolas Williams
2019-02-20Work around fgets()'s lack of length reportingMuh Muhten
2017-12-04Fix hang for slurped inputs with trailing newlineWilliam Langford
2017-12-04Fix #1534William Langford
2017-04-21Always use jv_mem_*alloc()Nicolas Williams
2017-02-25Make comment consistent with codeNicolas Williams
2016-01-15MultiByteToWideChar() usage bug (fix #1072)Nicolas Williams
2015-09-22EOF after newline in string mishandled (fix #951)Nicolas Williams
2015-09-10Fix segmentation fault on Windows with long paths (fix #939)Steven Penny
2015-08-23Move source files to src/David Tolnay