1. 5c56a38 Start changing errors to accomodate the library by Gavin Howard · 4 years, 1 month ago
  2. b69da91 Fix problems with the library build by Gavin Howard · 4 years, 1 month ago
  3. 68cd687 Tweak the handling of the configure library argument by Gavin Howard · 4 years, 1 month ago
  4. 9f0209d Move the status header back by Gavin Howard · 4 years, 1 month ago
  5. 97ed234 Do some more work by Gavin Howard · 4 years, 1 month ago
  6. 8b38ed5 Fix a mistake on last commit by Gavin Howard · 4 years, 1 month ago
  7. 9f9bef4 Move more stuff around and fix all compiler errors and warnings by Gavin Howard · 4 years, 1 month ago
  8. 1b48d5f Move the headers by Gavin Howard · 4 years, 1 month ago
  9. 0323913 Unmark an inline function to quiet clang by Gavin Howard · 4 years, 1 month ago
  10. 7f1d2d8 Mark fallthroughs to quiet clang by Gavin Howard · 4 years, 1 month ago
  11. 753492f Make a function private that should be by Gavin Howard · 4 years, 1 month ago
  12. c87034b Start adding the libbc to the build system by Gavin Howard · 4 years, 1 month ago
  13. 053f2bc Increment the version by Gavin Howard · 4 years, 1 month ago
  14. 731ceea Fix configure.sh help by Gavin Howard · 4 years, 1 month ago
  15. b28c3f8 Add an inline marker to a procedure by Gavin Howard · 4 years, 1 month ago
  16. 784a2bc Fix style by Gavin Howard · 4 years, 1 month ago
  17. adf55ef Remove an unneeded parameter from a function by Gavin Howard · 4 years, 1 month ago
  18. 0cdd7d6 Add a function to calculate space for div nums by Gavin Howard · 4 years, 1 month ago
  19. 021527d Merge pull request 'Avoid clobbering `r` variable in Bessel function' (#7) from mcf/bc:bessel into master by gavin · 4 years ago
  20. 0079ec0 Avoid clobbering `r` variable in Bessel function by Michael Forney · 4 years ago
  21. a3a2eba Fix style by Gavin Howard · 4 years, 1 month ago
  22. 2f91e8e Increment versionand update the NEWS by Gavin Howard · 4 years, 1 month ago
  23. 1f6a8ad Get rid of UB found by UBSan by Gavin Howard · 4 years, 1 month ago
  24. 6a920e8 Fix a compile error with dc only by Gavin Howard · 4 years, 1 month ago
  25. d8ca9cb Tweak the warnings for release by Gavin Howard · 4 years, 1 month ago
  26. 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
  27. aebde4e Merge branch 'master' into bugprone-suspicious-missing-comma by gavin · 4 years, 1 month ago
  28. fa9bcc0 Fix a clang warning on -Weverything by Gavin Howard · 4 years, 1 month ago
  29. 4de2fc3 Passify a new clang warning. by Brooks Davis · 4 years, 2 months ago
  30. 9487714 Fix the Chinese locales for real by Gavin Howard · 4 years, 3 months ago
  31. dc8293b Update the NEWS for fixing the crash I found by Gavin Howard · 4 years, 3 months ago
  32. 9493e1b Fix a crash by Gavin Howard · 4 years, 3 months ago
  33. 9bf5d29 Set the capacity of a vector to remove the possibility of realloc by Gavin Howard · 4 years, 3 months ago
  34. e766eae Remove an extra store by Gavin Howard · 4 years, 3 months ago
  35. 4767548 Increment the version and update the NEWS by Gavin Howard · 4 years, 3 months ago
  36. 4fb48fc Fix the other Chinese locales by Gavin Howard · 4 years, 3 months ago
  37. 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
  38. edc0673 fix buggy format string in zh_CN.UTF-8.msg by Xi Ruoyao · 4 years, 3 months ago
  39. ccad710 Tweak the NEWS again by Gavin Howard · 4 years, 3 months ago
  40. f93278d Fix the NEWS by Gavin Howard · 4 years, 3 months ago
  41. 90a5b2f Add the fact that bc errors with -e and -f after -f- by Gavin Howard · 4 years, 3 months ago
  42. 8100019 Update the NEWS by Gavin Howard · 4 years, 3 months ago
  43. 9030a8f Make -e and -f error after -f- by Gavin Howard · 4 years, 3 months ago
  44. d459be0 Change the manuals for the changes in the previous two commits by Gavin Howard · 4 years, 4 months ago
  45. 26fa18a Change -f and -e to exit, unless -f - is given by Gavin Howard · 4 years, 4 months ago
  46. fc8680a Make -q a no-op always by Gavin Howard · 4 years, 4 months ago
  47. 3c2febe Tweak a URL in the README by Gavin Howard · 4 years, 4 months ago
  48. 2c6ab7a Update FreeBSD info by Gavin Howard · 4 years, 4 months ago
  49. 1f7e55d Make a parse function more efficient by Gavin Howard · 4 years, 4 months ago
  50. 837638e Increment the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
  51. a92e20e Make files work with missing else clauses at the end by Gavin Howard · 4 years, 4 months ago
  52. 68a5d97 Add tests for files with missing else clauses by Gavin Howard · 4 years, 4 months ago
  53. 5514bd7 Get rid of some code that is unnecessary by Gavin Howard · 4 years, 4 months ago
  54. aa19025 Fix the bug for real by Gavin Howard · 4 years, 4 months ago
  55. 4ad6735 Change the tests by Gavin Howard · 4 years, 4 months ago
  56. 5a5c6a5 Add another error test by Gavin Howard · 4 years, 4 months ago
  57. e21ee47 Add another error test for bc by Gavin Howard · 4 years, 4 months ago
  58. f075aaf Tweak the NEWS by Gavin Howard · 4 years, 4 months ago
  59. 8e787bc Fix a bug found by OpenZFS by Gavin Howard · 4 years, 4 months ago
  60. cc572ed Add a test for an upcoming change by Gavin Howard · 4 years, 4 months ago
  61. 4912dcf Increment the version and update the NEWS for coming change by Gavin Howard · 4 years, 4 months ago
  62. 248ca9c Tweak the NEWS by Gavin Howard · 4 years, 4 months ago
  63. fb47f61 Make locale install faster by Gavin Howard · 4 years, 4 months ago
  64. 1a46db9 Increment the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
  65. 8fa86c7 Fix the build manual by Gavin Howard · 4 years, 4 months ago
  66. 2e9146c Fix a bug in the locale_uninstall.sh script by Gavin Howard · 4 years, 4 months ago
  67. ed6f0a3 Add an option to install all locales (for NetBSD) by Gavin Howard · 4 years, 4 months ago
  68. 6354165 Increment the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
  69. 79a1c82 Add FreeBSD bc to the README by Gavin Howard · 4 years, 4 months ago
  70. 4a58c22 Add two Spanish locales by Gavin Howard · 4 years, 4 months ago
  71. 175921f Reduce the complexity of some macros by Gavin Howard · 4 years, 4 months ago
  72. 803473a Update the NEWS by Gavin Howard · 4 years, 4 months ago
  73. 6b6efe0 Fix last commit for bc by Gavin Howard · 4 years, 4 months ago
  74. 758adb7 Fix the crash in the previous commit by Gavin Howard · 4 years, 4 months ago
  75. d3e39cb Add a crash test found by afl by Gavin Howard · 4 years, 4 months ago
  76. ca89c32 Fix the crash found in last commit by Gavin Howard · 4 years, 4 months ago
  77. 77bbf99 Add a dc crash found by afl by Gavin Howard · 4 years, 4 months ago
  78. aaa2441 Make pushing an array element just slightly faster by Gavin Howard · 4 years, 4 months ago
  79. 75d49a9 Fix the crash found in the test in last commit by Gavin Howard · 4 years, 4 months ago
  80. d1e8f90 Add an error test from a crash found by afl by Gavin Howard · 4 years, 4 months ago
  81. 6e5b814 Change the version and update the NEWS by Gavin Howard · 4 years, 4 months ago
  82. 1070f53 Fix style by Gavin Howard · 4 years, 4 months ago
  83. ae8d1ec Fix compile errors from last commit by Gavin Howard · 4 years, 4 months ago
  84. 8cc6f43 Redo some #define's by Gavin Howard · 4 years, 4 months ago
  85. 6273033 Add a crash test by Gavin Howard · 4 years, 4 months ago
  86. 5e8bce1 Fix a crash by Gavin Howard · 4 years, 4 months ago
  87. 922a3f8 Add a comment for the memory leak I was fixing by Gavin Howard · 4 years, 4 months ago
  88. 9887cf3 Attempt again to fix the last commits by Gavin Howard · 4 years, 4 months ago
  89. 5e7c4fa Fix last commit by Gavin Howard · 4 years, 4 months ago
  90. 90c38d3 Try once again to remove a memory leak by Gavin Howard · 4 years, 4 months ago
  91. 22924f5 Fix last commit by Gavin Howard · 4 years, 4 months ago
  92. 02e647a Fix a memory leak by Gavin Howard · 4 years, 4 months ago
  93. 2ccfb29 Fix a bug in a test file by Gavin Howard · 4 years, 4 months ago
  94. 63ce8b0 Fix the karatsuba.py script for FreeBSD by Gavin Howard · 4 years, 4 months ago
  95. 8a8bcbb Add a test for the FreeBSD -e behavior by Gavin Howard · 4 years, 4 months ago
  96. 03defed Tweak the description of -f by Gavin Howard · 4 years, 4 months ago
  97. 1ed7392 Make sure expressions and files by -e and -f execute by Gavin Howard · 4 years, 4 months ago
  98. 31d44aa Make bc eagerly load constants as well (see last commit) by Gavin Howard · 4 years, 4 months ago
  99. a221ab0 Fix a dc crash found by afl by Gavin Howard · 4 years, 4 months ago
  100. de36a79 Add a crash test for dc found by afl by Gavin Howard · 4 years, 4 months ago