aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-04-20Increment the version and update the NEWSGavin Howard
2021-04-04Increment the version and update the NEWSGavin Howard
2021-04-04Start the process of making bc/dc work on WindowsGavin Howard
2021-04-04Move the version locationGavin 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-02-16Make bc/dc not exit with -e and -f in B/DC_ENV_ARGSGavin Howard
2021-02-13Fix a problem on OpenBSDGavin Howard
2021-01-29Add a way to ensure no memory leaks for testingGavin Howard
2021-01-28Make it so I can use AFL with the PRNGGavin Howard
2021-01-28Add missing #if guards on bc_num_strValid()Gavin Howard
2021-01-27Add a #define for popping all elements of a vectorGavin 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-26Update copyright to 2021Gavin Howard
2021-01-25Remove a warning found by scan-buildGavin Howard
2020-12-14Fix styleGavin Howard
2020-12-10Use __has_attribute to test for fallthrough attributeGavin Howard
2020-11-26Remove a function from bcl.h that was removedGavin 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-25Make bcl pass its current testsGavin Howard
2020-11-25Tweak last commitGavin Howard
2020-11-25Rename a couple of procedures in bclGavin Howard
2020-11-24Make changes according to Stefan Esser's suggestionsGavin Howard
2020-11-21Fix a wild pointerGavin 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
2020-11-21Add a useful debugging toolGavin Howard
2020-11-21Commit to the bcl prefixGavin Howard
2020-11-21Move all headers back to include and rename the library headerGavin Howard
2020-11-21Change bcl to use context, per Stefan's suggestionsGavin Howard
2020-11-21Add a difference between garbage collection and freeing allGavin Howard
2020-11-21Change to the prefix Stefan prefers for the bc libraryGavin Howard
2020-11-21Implement a better API for the libraryGavin Howard
2020-11-21Change the library to use a better APIGavin Howard
2020-11-21Add a necessary #includeGavin Howard
2020-11-21Do first pass at implementing the libraryGavin Howard
2020-11-21Move the status header backGavin Howard
2020-11-21Move more stuff around and fix all compiler errors and warningsGavin Howard
2020-11-21Move the headersGavin Howard
2020-11-21Mark fallthroughs to quiet clangGavin Howard
2020-11-21Make a function private that should beGavin Howard
2020-11-21Remove an unneeded parameter from a functionGavin Howard
2020-11-21Add a function to calculate space for div numsGavin Howard
2020-10-22Fix styleGavin Howard