aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-20Ensure output is flushed in scriptsGavin Howard
2021-04-04Remove the signal handler for SIGINT on WindowsGavin Howard
2021-04-04Start the process of making bc/dc work on WindowsGavin Howard
2021-04-04Move the version locationGavin Howard
2021-04-02Fix a bug reported by a FreeBSD userGavin Howard
2021-03-31Ensure that the new stuff is only active when history isGavin Howard
2021-03-31Fix a lot of compile errors from the changes in last commitGavin Howard
2021-03-31Fix problems with printing stuff without newlinesGavin Howard
2021-03-31Add a command-line option to turn off the read promptGavin Howard
2021-03-18Make sure output is flushed before a readGavin Howard
2021-03-04Make a change that FreeBSD requestedGavin Howard
2021-02-26Tweak the length(0) changeGavin Howard
2021-02-26Fix a bug that busybox fixedGavin Howard
2021-02-16Make bc/dc not exit with -e and -f in B/DC_ENV_ARGSGavin Howard
2021-01-29Add a way to ensure no memory leaks for testingGavin Howard
2021-01-29Fix a bugGavin Howard
2021-01-28Make it so I can use AFL with the PRNGGavin Howard
2021-01-27Add a #define for popping all elements of a vectorGavin Howard
2021-01-27Check in a change that should have gone in two commits agoGavin Howard
2021-01-27Try to seed the PRNG with /dev/random if /dev/urandom failsGavin Howard
2021-01-27Fix style and make various tiny improvementsGavin Howard
2021-01-27Fix the SPDX identifiers for FreeBSDGavin Howard
2021-01-27Make fuzzing easier and slightly fasterGavin Howard
2021-01-26Fix styleGavin Howard
2021-01-26Fix another crashGavin Howard
2021-01-26Update copyright to 2021Gavin Howard
2021-01-25Fix a typoGavin Howard
2021-01-25Fix a crash and add its testGavin Howard
2021-01-25Remove a warning found by scan-buildGavin Howard
2021-01-25Remove some warnings from scan-buildGavin Howard
2020-11-26Tweak bcl_divmodGavin Howard
2020-11-26Fix typosGavin Howard
2020-11-25Add a procedure to tell signal handlers that they can interrupt bclGavin Howard
2020-11-25Fix warnings and errors revealed by release.shGavin Howard
2020-11-25Get rid of a now unneeded function splitGavin Howard
2020-11-25Fix more bugs in bclGavin Howard
2020-11-25Fix bugs in bclGavin Howard
2020-11-25Fix more bcl bugsGavin Howard
2020-11-25Make bcl pass its current testsGavin Howard
2020-11-25Rename a couple of procedures in bclGavin Howard
2020-11-24Make changes according to Stefan Esser's suggestionsGavin Howard
2020-11-21Add more tests and fix a bug that they foundGavin Howard
2020-11-21Fix a wild pointerGavin Howard
2020-11-21Fix an assertion firingGavin Howard
2020-11-21Fix reference countingGavin Howard
2020-11-21Test and fix bcl_free()Gavin Howard
2020-11-21Fix failure to initialize bcl(3)Gavin Howard
2020-11-21Fix compile errors for BcNum neg changesGavin Howard
2020-11-21Remove the neg field from BcNumGavin Howard
2020-11-21Add a constant for vm.max squaredGavin Howard