aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-11-30Add tail call optimization to dcGavin Howard
2019-10-04Fix styleGavin Howard
2019-06-30Fix a harmless bugGavin Howard
2019-06-21Add a build option to disable the promptGavin Howard
2019-06-20Put in a few constsGavin Howard
2019-06-20Make debugging instructions easierGavin Howard
2019-06-19Fix styleGavin Howard
2019-06-19Split a function for use in debuggingGavin Howard
2019-06-19Change some signaturesGavin Howard
2019-06-17Add a useful #defineGavin Howard
2019-06-16Fix compiler errorsGavin Howard
2019-06-16Remove array only operations from dcGavin Howard
2019-06-15Get rid of new memory leaksGavin Howard
2019-06-15Fix even more compiler errorsGavin Howard
2019-06-15Fix more compiler errorsGavin Howard
2019-06-15Fix compiler errorsGavin Howard
2019-06-15Make bc not need the pop instructionGavin Howard
2019-06-15Move an instructionGavin Howard
2019-06-15Add a special instruction for 1Gavin Howard
2019-06-15Fix a build errorGavin Howard
2019-06-15Restrict bc_id_free to debug mode onlyGavin Howard
2019-06-14Add an env variable to exit on expressionsGavin Howard
2019-06-14Make history capable of handling multi-line pastesGavin Howard
2019-06-14Fix warningsGavin Howard
2019-06-14Fix a broken buildGavin Howard
2019-06-14Make sure UB doesn't triggerGavin Howard
2019-06-14Fix warnings on FreeBSDGavin Howard
2019-06-14Make a #define more generalGavin Howard
2019-06-13Get rid of BcId in BcResultDataGavin Howard
2019-06-13Eliminate extra pop instructionsGavin Howard
2019-06-13Add a #defineGavin Howard
2019-06-13Rename a #defineGavin Howard
2019-06-13Remove an unused #defineGavin Howard
2019-06-13Fix the use of the promptGavin Howard
2019-06-13Make bc_parse_pushIndex() a macroGavin Howard
2019-06-12Make the parser search for vars and arraysGavin Howard
2019-06-12Cache constant parse resultsGavin Howard
2019-06-05Fix even more styleGavin Howard
2019-05-28Fix signal handling once againGavin Howard
2019-05-26Add the --no-prompt optionGavin Howard
2019-05-26Fix a bug with dc interactive modeGavin Howard
2019-05-24Attempt to fix a seg fault on armGavin Howard
2019-05-23Fix a scan-build warningGavin Howard
2019-05-23Add limits output to bcGavin Howard
2019-05-23Fix errorsGavin Howard
2019-05-22Fix signal handlingGavin Howard
2019-05-21Undo a style fix that broke the release scriptGavin Howard
2019-05-21Start not using memset for NULLGavin Howard
2019-05-21Fix styleGavin Howard
2019-05-21Make dc have env argsGavin Howard