aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* Make static_assert workGavin Howard2021-07-271-2/+4
* Fix a compile error on FreeBSDGavin Howard2021-07-271-2/+2
* Add some debug code in computed gotoGavin Howard2021-07-251-9/+11
* Fix a mistake in a previous commitGavin Howard2021-07-231-1/+1
* Add the check for binary files back inGavin Howard2021-07-231-1/+2
* Add a command to dc to get the execution stack depthGavin Howard2021-07-211-2/+3
* Add an array length command to dcGavin Howard2021-07-211-5/+5
* Add asciify() and streamGavin Howard2021-07-211-9/+12
* Change an error message for an upcoming changeGavin Howard2021-07-211-1/+1
* Make bc able to assign strings to variables and pass them aroundGavin Howard2021-07-211-2/+2
* Add two new error messagesGavin Howard2021-07-211-1/+4
* Add modexp and divmod to bcGavin Howard2021-07-211-10/+58
* Change the keyword redefinition infrastructureGavin Howard2021-07-201-0/+1
* Add the ability for users to redefine keywordsGavin Howard2021-07-201-0/+11
* Eliminate BC_ENABLE_RANDGavin Howard2021-07-181-41/+34
* Do a lot of doc work and refactor along the wayGavin Howard2021-07-161-12/+136
* Do a lot of documentation workGavin Howard2021-07-141-0/+2
* Make bc and dc UTF-8 capableGavin Howard2021-07-121-1/+0
* Do a lot of documentation workGavin Howard2021-07-091-1/+0
* Fix the library buildGavin Howard2021-07-091-0/+5
* Make bc_func_free() be only used in debug buildsGavin Howard2021-07-041-1/+1
* Use slabs for stringsGavin Howard2021-06-291-1/+1
* Shrink vectorsGavin Howard2021-06-271-0/+21
* More documentation and cleanup workGavin Howard2021-06-241-0/+26
* Add another command to dcGavin Howard2021-06-181-4/+5
* Add another error messageGavin Howard2021-06-181-2/+3
* Reduce const data used on non-OpenBSDGavin Howard2021-06-091-0/+10
* Take EXTRA_MATH into account with pledge and unveilGavin Howard2021-05-121-0/+24
* Fix a lot of compile errors from the changes in last commitGavin Howard2021-03-311-0/+2
* Fix problems with printing stuff without newlinesGavin Howard2021-03-311-0/+4
* Update copyright to 2021Gavin Howard2021-01-261-2/+2
* Add a constant for vm.max squaredGavin Howard2020-11-211-1/+16
* Move all headers back to include and rename the library headerGavin Howard2020-11-211-9/+9
* Fix more compile errors for dcGavin Howard2020-11-211-4/+3
* Do first pass at implementing the libraryGavin Howard2020-11-211-9/+16
* Move more stuff around and fix all compiler errors and warningsGavin Howard2020-11-211-9/+9
* Add a function to calculate space for div numsGavin Howard2020-11-211-1/+1
* Passify a new clang warning.Brooks Davis2020-09-291-2/+2
* Add a zero instructionGavin Howard2020-07-021-0/+2
* Remove "All rights reserved" from license headers for FreeBSDGavin Howard2020-07-011-2/+0
* Make sure the RNG can be taken out of fuzz buildsGavin Howard2020-07-011-34/+41
* Add SPDX identifiers to filesGavin Howard2020-06-301-0/+2
* Remove some gross inefficienciesGavin Howard2020-06-181-7/+2
* Fix some debug codeGavin Howard2020-06-061-1/+13
* Remove the seed store stuff too for dc randGavin Howard2020-06-061-3/+3
* Attempt to remove rand stuff from dc fuzzingGavin Howard2020-06-061-12/+12
* Remove option to build without signalsGavin Howard2020-05-301-4/+0
* Fix compile errors with history BC_DEBUG_CODE stuffGavin Howard2020-05-221-1/+2
* Reduce the size of the binary a tiny bitGavin Howard2020-05-151-0/+2
* Fix English error messagesGavin Howard2020-04-281-4/+4