aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2023-02-28Add more checks to a fuzz buildGavin D. Howard
2023-02-24Remove more bc dependency loopsGavin D. Howard
2023-02-24Change a use of bc back to not using itGavin D. Howard
2023-02-18Fix scripts' use of getoptsGavin D. Howard
2023-02-17Fix a bug in scripts/exec-install.shGavin D. Howard
2023-02-17Fix some oversights in the safe install scriptGavin D. Howard
2023-02-13Source functions.sh in scripts where it's missingGavin D. Howard
2023-01-12Add error checking for args in scriptsGavin Howard
2023-01-12Fix styleGavin Howard
2023-01-01Add some output to locale-install.shGavin Howard
2022-12-20Update copyright yearGavin Howard
2022-11-01Fix styleGavin Howard
2022-10-14Make the release script unset all relevant env varsGavin Howard
2022-08-15Remove a now-incorrect doc commentGavin Howard
2022-08-15Make disabling problematic tests possible in the release scriptGavin Howard
2022-08-13Enable running the release script on FreeBSDGavin Howard
2022-08-07Add more Windows build files to the remove listGavin Howard
2022-08-01Fix an oversight in the release scriptGavin Howard
2022-08-01Tweak a note about FreeBSDGavin Howard
2022-08-01Remove the AFL build from scripts/release.shGavin Howard
2022-08-01Quiet -Woverlength-strings on GCC tooGavin Howard
2022-08-01Quiet -Woverlength-strings in Clang when using strgen.shGavin Howard
2022-07-24Add non-clamping to the fuzzingGavin Howard
2022-07-20Allow FreeBSD to generate tests in the release scriptGavin Howard
2022-07-19Add -Wno-clobbered back for GCCGavin Howard
2022-07-19Fix the release settings fileGavin Howard
2022-07-19Allow the use of the -Wgnu-label-as-value warningGavin Howard
2022-07-19Quiet the GCC maybe-uninitialized warningGavin Howard
2022-07-19Quiet all GCC longjmp() clobber warningsGavin Howard
2022-07-18Add options to not test editline and readline in the release scriptGavin Howard
2022-07-18Remove -Wno-disabled-macro-expansionGavin Howard
2022-07-18Add -Wno-disabled-macro-expansion back inGavin Howard
2022-07-18Make the release script output warnings when they appearGavin Howard
2022-07-18Remove a lot of -Wno-* options from -Weverything on clangGavin Howard
2022-07-16Format the codeGavin Howard
2022-06-24Make bc work without -Wdeclaration-after-statement warningsGavin Howard
2022-06-21Fix bugs and style in filter_textGavin Howard
2022-06-21Do not use uniq for blank lines in filter_textGavin Howard
2022-06-08Add the new command-line options to the help textsGavin Howard
2022-05-24Add editline and readline testing to the release scriptGavin Howard
2022-05-24Format all C codeGavin Howard
2022-05-24Add code formatting infrastructureGavin Howard
2022-05-24Add lint infrastructureGavin Howard
2022-04-30Add gzip to the package scriptGavin Howard
2022-04-10Quiet a useless clang warningGavin Howard
2022-03-04Workaround a clang bugGavin Howard
2021-11-06Try again to make release.sh use out-of-source buildsGavin Howard
2021-11-06Make release script do parallel history testGavin Howard
2021-11-06Make the release script not test history in parallelGavin Howard
2021-11-05Tweak a doc commentGavin Howard