aboutsummaryrefslogtreecommitdiff
path: root/gen
AgeCommit message (Expand)Author
2023-03-13Remove a useless line from root()Gavin D. Howard
2023-03-13Fix a bug in root() and cbrt()Gavin D. Howard
2023-03-13Fix a scale setting bug in root()Gavin D. Howard
2023-03-07Add a Fibonacci function to the extended math libraryGavin D. Howard
2023-02-22Remove two extraneous characters from lib2.bcGavin D. Howard
2023-02-13Add a BC_DEBUG macroGavin D. Howard
2023-02-06Fix a build issue with gen/strgen.shGavin D. Howard
2023-02-01Get rid of every reference to Yzena that I canGavin D. Howard
2023-01-12Add error checking for args in scriptsGavin Howard
2022-12-20Update copyright yearGavin Howard
2022-12-06Reduce the size of lib2.bc even moreGavin Howard
2022-12-06Fix a bug in lib2.bcGavin Howard
2022-12-06Reduce the size of lib2.bcGavin Howard
2022-08-10Fix #55 on GitHubGavin Howard
2022-08-01Fix the strgen.c buildGavin Howard
2022-08-01Fix the build on WindowsGavin Howard
2022-07-17Fix various problems with help texts and manualsGavin Howard
2022-07-17Add documentation for the new featuresGavin Howard
2022-06-10Fix a build problem on FreeBSDGavin Howard
2022-06-10Fix formattingGavin Howard
2022-06-10Make gen/strgen.c work with Windows againGavin Howard
2022-06-08Fix compiler warningsGavin Howard
2022-06-08Add the new command-line options to the help textsGavin Howard
2022-05-24Format all C codeGavin Howard
2022-05-24Fix styleGavin Howard
2021-10-08Add BC_EXPR_EXIT back with setting defaultGavin Howard
2021-09-28Update documentation for the new featuresGavin Howard
2021-09-27Add the plz*() and pnlz*() functions to gen/lib2.bcGavin Howard
2021-07-30Change the API of some lib2.bc functionsGavin Howard
2021-07-30Add more bitwise functions to lib2.bcGavin Howard
2021-07-22Optimize the bitwise functions in lib2.bc with divmodGavin Howard
2021-07-22Make s2un(x,n) work with max negative numbersGavin Howard
2021-07-22Add bitwise functions in lib2Gavin Howard
2021-07-22Add two helper functions in lib2 that users might wantGavin Howard
2021-07-21Add the redefine option to the bc help textGavin Howard
2021-06-22Fix an oversightGavin Howard
2021-06-22Add environment variables to help and manualsGavin Howard
2021-06-19Remove compiler warningsGavin Howard
2021-06-19Finish documenting `gen/` in the development manualGavin Howard
2021-06-19More library clean upGavin Howard
2021-06-19Fix multi-digit number bugs in the bc libsGavin Howard
2021-06-18Do a lot of work on the development manualGavin Howard
2021-06-15Add gcd and lcm to lib2Gavin Howard
2021-04-04Fix compiler warningsGavin Howard
2021-04-04Start the process of making bc/dc work on WindowsGavin Howard
2021-03-31Change the bc and dc help textsGavin Howard
2021-03-02Fix a divide by 0 bug in `root()` (lib2.bc)Gavin Howard
2021-01-26Update copyright to 2021Gavin Howard
2020-11-30Fix an oversightStefan Eßer
2020-11-25Fix warnings and errors revealed by release.shGavin Howard