- 5c56a38 Start changing errors to accomodate the library by Gavin Howard · 4 years, 1 month ago
- b69da91 Fix problems with the library build by Gavin Howard · 4 years, 1 month ago
- 68cd687 Tweak the handling of the configure library argument by Gavin Howard · 4 years, 1 month ago
- 9f0209d Move the status header back by Gavin Howard · 4 years, 1 month ago
- 97ed234 Do some more work by Gavin Howard · 4 years, 1 month ago
- 8b38ed5 Fix a mistake on last commit by Gavin Howard · 4 years, 1 month ago
- 9f9bef4 Move more stuff around and fix all compiler errors and warnings by Gavin Howard · 4 years, 1 month ago
- 1b48d5f Move the headers by Gavin Howard · 4 years, 1 month ago
- 0323913 Unmark an inline function to quiet clang by Gavin Howard · 4 years, 1 month ago
- 7f1d2d8 Mark fallthroughs to quiet clang by Gavin Howard · 4 years, 1 month ago
- 753492f Make a function private that should be by Gavin Howard · 4 years, 1 month ago
- c87034b Start adding the libbc to the build system by Gavin Howard · 4 years, 1 month ago
- 053f2bc Increment the version by Gavin Howard · 4 years, 1 month ago
- 731ceea Fix configure.sh help by Gavin Howard · 4 years, 1 month ago
- b28c3f8 Add an inline marker to a procedure by Gavin Howard · 4 years, 1 month ago
- 784a2bc Fix style by Gavin Howard · 4 years, 1 month ago
- adf55ef Remove an unneeded parameter from a function by Gavin Howard · 4 years, 1 month ago
- 0cdd7d6 Add a function to calculate space for div nums by Gavin Howard · 4 years, 1 month ago
- 021527d Merge pull request 'Avoid clobbering `r` variable in Bessel function' (#7) from mcf/bc:bessel into master by gavin · 4 years ago
- 0079ec0 Avoid clobbering `r` variable in Bessel function by Michael Forney · 4 years ago
- a3a2eba Fix style by Gavin Howard · 4 years, 1 month ago
- 2f91e8e Increment versionand update the NEWS by Gavin Howard · 4 years, 1 month ago
- 1f6a8ad Get rid of UB found by UBSan by Gavin Howard · 4 years, 1 month ago
- 6a920e8 Fix a compile error with dc only by Gavin Howard · 4 years, 1 month ago
- d8ca9cb Tweak the warnings for release by Gavin Howard · 4 years, 1 month ago
- 07f8064 Merge pull request 'Passify a new clang warning.' (#6) from brooksdavis/bc:bugprone-suspicious-missing-comma into master by gavin · 4 years, 1 month ago
- aebde4e Merge branch 'master' into bugprone-suspicious-missing-comma by gavin · 4 years, 1 month ago
- fa9bcc0 Fix a clang warning on -Weverything by Gavin Howard · 4 years, 1 month ago
- 4de2fc3 Passify a new clang warning. by Brooks Davis · 4 years, 2 months ago
- 9487714 Fix the Chinese locales for real by Gavin Howard · 4 years, 3 months ago
- dc8293b Update the NEWS for fixing the crash I found by Gavin Howard · 4 years, 3 months ago
- 9493e1b Fix a crash by Gavin Howard · 4 years, 3 months ago
- 9bf5d29 Set the capacity of a vector to remove the possibility of realloc by Gavin Howard · 4 years, 3 months ago
- e766eae Remove an extra store by Gavin Howard · 4 years, 3 months ago
- 4767548 Increment the version and update the NEWS by Gavin Howard · 4 years, 3 months ago
- 4fb48fc Fix the other Chinese locales by Gavin Howard · 4 years, 3 months ago
- 9cb586f Merge pull request 'fix buggy format string in zh_CN.UTF-8.msg' (#5) from xry111/bc:xry111-patch-1 into master by gavin · 4 years, 3 months ago
- edc0673 fix buggy format string in zh_CN.UTF-8.msg by Xi Ruoyao · 4 years, 3 months ago
- ccad710 Tweak the NEWS again by Gavin Howard · 4 years, 3 months ago
- f93278d Fix the NEWS by Gavin Howard · 4 years, 3 months ago
- 90a5b2f Add the fact that bc errors with -e and -f after -f- by Gavin Howard · 4 years, 3 months ago
- 8100019 Update the NEWS by Gavin Howard · 4 years, 3 months ago
- 9030a8f Make -e and -f error after -f- by Gavin Howard · 4 years, 3 months ago
- d459be0 Change the manuals for the changes in the previous two commits by Gavin Howard · 4 years, 4 months ago
- 26fa18a Change -f and -e to exit, unless -f - is given by Gavin Howard · 4 years, 4 months ago
- fc8680a Make -q a no-op always by Gavin Howard · 4 years, 4 months ago
- 3c2febe Tweak a URL in the README by Gavin Howard · 4 years, 4 months ago
- 2c6ab7a Update FreeBSD info by Gavin Howard · 4 years, 4 months ago
- 1f7e55d Make a parse function more efficient by Gavin Howard · 4 years, 4 months ago
- 837638e Increment the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
- a92e20e Make files work with missing else clauses at the end by Gavin Howard · 4 years, 4 months ago
- 68a5d97 Add tests for files with missing else clauses by Gavin Howard · 4 years, 4 months ago
- 5514bd7 Get rid of some code that is unnecessary by Gavin Howard · 4 years, 4 months ago
- aa19025 Fix the bug for real by Gavin Howard · 4 years, 4 months ago
- 4ad6735 Change the tests by Gavin Howard · 4 years, 4 months ago
- 5a5c6a5 Add another error test by Gavin Howard · 4 years, 4 months ago
- e21ee47 Add another error test for bc by Gavin Howard · 4 years, 4 months ago
- f075aaf Tweak the NEWS by Gavin Howard · 4 years, 4 months ago
- 8e787bc Fix a bug found by OpenZFS by Gavin Howard · 4 years, 4 months ago
- cc572ed Add a test for an upcoming change by Gavin Howard · 4 years, 4 months ago
- 4912dcf Increment the version and update the NEWS for coming change by Gavin Howard · 4 years, 4 months ago
- 248ca9c Tweak the NEWS by Gavin Howard · 4 years, 4 months ago
- fb47f61 Make locale install faster by Gavin Howard · 4 years, 4 months ago
- 1a46db9 Increment the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
- 8fa86c7 Fix the build manual by Gavin Howard · 4 years, 4 months ago
- 2e9146c Fix a bug in the locale_uninstall.sh script by Gavin Howard · 4 years, 4 months ago
- ed6f0a3 Add an option to install all locales (for NetBSD) by Gavin Howard · 4 years, 4 months ago
- 6354165 Increment the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
- 79a1c82 Add FreeBSD bc to the README by Gavin Howard · 4 years, 4 months ago
- 4a58c22 Add two Spanish locales by Gavin Howard · 4 years, 4 months ago
- 175921f Reduce the complexity of some macros by Gavin Howard · 4 years, 4 months ago
- 803473a Update the NEWS by Gavin Howard · 4 years, 4 months ago
- 6b6efe0 Fix last commit for bc by Gavin Howard · 4 years, 4 months ago
- 758adb7 Fix the crash in the previous commit by Gavin Howard · 4 years, 4 months ago
- d3e39cb Add a crash test found by afl by Gavin Howard · 4 years, 4 months ago
- ca89c32 Fix the crash found in last commit by Gavin Howard · 4 years, 4 months ago
- 77bbf99 Add a dc crash found by afl by Gavin Howard · 4 years, 4 months ago
- aaa2441 Make pushing an array element just slightly faster by Gavin Howard · 4 years, 4 months ago
- 75d49a9 Fix the crash found in the test in last commit by Gavin Howard · 4 years, 4 months ago
- d1e8f90 Add an error test from a crash found by afl by Gavin Howard · 4 years, 4 months ago
- 6e5b814 Change the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
- 1070f53 Fix style by Gavin Howard · 4 years, 4 months ago
- ae8d1ec Fix compile errors from last commit by Gavin Howard · 4 years, 4 months ago
- 8cc6f43 Redo some #define's by Gavin Howard · 4 years, 4 months ago
- 6273033 Add a crash test by Gavin Howard · 4 years, 4 months ago
- 5e8bce1 Fix a crash by Gavin Howard · 4 years, 4 months ago
- 922a3f8 Add a comment for the memory leak I was fixing by Gavin Howard · 4 years, 4 months ago
- 9887cf3 Attempt again to fix the last commits by Gavin Howard · 4 years, 4 months ago
- 5e7c4fa Fix last commit by Gavin Howard · 4 years, 4 months ago
- 90c38d3 Try once again to remove a memory leak by Gavin Howard · 4 years, 4 months ago
- 22924f5 Fix last commit by Gavin Howard · 4 years, 4 months ago
- 02e647a Fix a memory leak by Gavin Howard · 4 years, 4 months ago
- 2ccfb29 Fix a bug in a test file by Gavin Howard · 4 years, 4 months ago
- 63ce8b0 Fix the karatsuba.py script for FreeBSD by Gavin Howard · 4 years, 4 months ago
- 8a8bcbb Add a test for the FreeBSD -e behavior by Gavin Howard · 4 years, 4 months ago
- 03defed Tweak the description of -f by Gavin Howard · 4 years, 4 months ago
- 1ed7392 Make sure expressions and files by -e and -f execute by Gavin Howard · 4 years, 4 months ago
- 31d44aa Make bc eagerly load constants as well (see last commit) by Gavin Howard · 4 years, 4 months ago
- a221ab0 Fix a dc crash found by afl by Gavin Howard · 4 years, 4 months ago
- de36a79 Add a crash test for dc found by afl by Gavin Howard · 4 years, 4 months ago