1. 502dcb1 Remove debug code from a benchmark by Gavin Howard · 2 years, 11 months ago
  2. 4c8022b Add a pause option to scripts/benchmark.sh by Gavin Howard · 2 years, 11 months ago
  3. 80d7396 Merge branch 'master' into computed_goto by Gavin Howard · 2 years, 11 months ago
  4. 5876934 Fix a build problem on FreeBSD by Gavin Howard · 2 years, 11 months ago
  5. f400ea3 Speed up the testing in release.sh by Gavin Howard · 2 years, 11 months ago
  6. 1f3d23c Stop suggesting testing settings in release.sh by Gavin Howard · 2 years, 11 months ago
  7. 2fb7ad3 Attempt to fix flaky history tests by Gavin Howard · 2 years, 11 months ago
  8. 2af403a Allow SIGKILL in the test suite to pretend nothing happened by Gavin Howard · 2 years, 11 months ago
  9. e35e982 Add some more to a doc comment by Gavin Howard · 2 years, 11 months ago
  10. 4bc26f0 Fix a doc typo by Gavin Howard · 2 years, 11 months ago
  11. be46145 Fix a mistake in a previous commit by Gavin Howard · 2 years, 11 months ago
  12. de7f0b8 Add the check for binary files back in by Gavin Howard · 2 years, 11 months ago
  13. 7efba6d Make sure to cover Valgrind with std=c99 in release.sh by Gavin Howard · 2 years, 11 months ago
  14. 6959201 Add a forgotten license header by Gavin Howard · 2 years, 11 months ago
  15. b2f3c4d Attempt to make a history test less flaky by Gavin Howard · 2 years, 11 months ago
  16. 4607ecb Add bitfuncs to the list of tests that require extra math by Gavin Howard · 2 years, 11 months ago
  17. 912fd79 Fix tests/script.sh for portability by Gavin Howard · 2 years, 11 months ago
  18. 652d2dc Fix a problem in release.sh by Gavin Howard · 2 years, 11 months ago
  19. 577f1af Fix a deprecation warning on Windows by Gavin Howard · 2 years, 11 months ago
  20. 8206888 Tweak the release script job numbers by Gavin Howard · 2 years, 11 months ago
  21. 9fec0f4 Fix a compile error with all warning and -Werror by Gavin Howard · 2 years, 11 months ago
  22. c2988f1 Tweak a comment again by Gavin Howard · 2 years, 11 months ago
  23. 5f2c489 Fix a bug in the release script by Gavin Howard · 2 years, 11 months ago
  24. 13e1084 Tweak a comment by Gavin Howard · 2 years, 11 months ago
  25. 2a1c63c Update the NEWS by Gavin Howard · 2 years, 11 months ago
  26. a3bfe31 Optimize the bitwise functions in lib2.bc with divmod by Gavin Howard · 2 years, 11 months ago
  27. 7e6b6a2 Add a benchmark for bitfuncs in bc by Gavin Howard · 2 years, 11 months ago
  28. c2b0aa8 Update the bc manpage with the new lib2.bc functions by Gavin Howard · 2 years, 11 months ago
  29. cb584d9 Make s2un(x,n) work with max negative numbers by Gavin Howard · 2 years, 11 months ago
  30. 751f2e0 Do some documentation work by Gavin Howard · 2 years, 11 months ago
  31. 99dfc24 Add bitwise functions in lib2 by Gavin Howard · 2 years, 11 months ago
  32. a36e902 Add two helper functions in lib2 that users might want by Gavin Howard · 2 years, 11 months ago
  33. eee1e12 Add tests for upcoming bitwise functions in bc's lib2 by Gavin Howard · 2 years, 11 months ago
  34. 6ba0891 Add a program to generate bitwise function tests for bc by Gavin Howard · 2 years, 11 months ago
  35. a554a39 Fix the problem where keywords can be redefined for builtin libs by Gavin Howard · 2 years, 11 months ago
  36. 6e46f47 Add bc's prohibition against redefining in the builtin libs to a test by Gavin Howard · 2 years, 11 months ago
  37. 17acc3e Change some things in the development manual by Gavin Howard · 2 years, 11 months ago
  38. d7f9cf1 Update the manuals with new dc commands by Gavin Howard · 2 years, 11 months ago
  39. 1c8d314 Add to the development manual by Gavin Howard · 2 years, 11 months ago
  40. ffde07e Add a command to dc to get the execution stack depth by Gavin Howard · 2 years, 11 months ago
  41. c29b49a Fix a problem with a locale by Gavin Howard · 2 years, 11 months ago
  42. d52287c Add an array length command to dc by Gavin Howard · 2 years, 11 months ago
  43. 6df6339 Make a bc-only build build by Gavin Howard · 2 years, 11 months ago
  44. 43e76ea Fix a compiler warning by Gavin Howard · 2 years, 11 months ago
  45. f46f849 Add the redefine option to the bc help text by Gavin Howard · 2 years, 11 months ago
  46. a55dbe0 Reorder the bc redefine option in the manual by Gavin Howard · 2 years, 11 months ago
  47. 8b9510e Update the bc manual with the new keywords by Gavin Howard · 2 years, 11 months ago
  48. 1d8f1e5 Fix a history bug found by asciify() by Gavin Howard · 2 years, 11 months ago
  49. 54f887a Add asciify() and stream by Gavin Howard · 2 years, 11 months ago
  50. 1975395 Change an error message for an upcoming change by Gavin Howard · 2 years, 11 months ago
  51. 2b26e1a Add new strings tests to the fuzzer by Gavin Howard · 2 years, 11 months ago
  52. 5187c5f Make bc able to assign strings to variables and pass them around by Gavin Howard · 2 years, 11 months ago
  53. 4a2766d Add a bc POSIX test for an upcoming change by Gavin Howard · 2 years, 11 months ago
  54. e86e4b3 Add two new error messages by Gavin Howard · 2 years, 11 months ago
  55. fa6bd2c Add tests for an upcoming change by Gavin Howard · 2 years, 11 months ago
  56. cfffb85 Reorder tests in Makefile.in by Gavin Howard · 2 years, 11 months ago
  57. 540ce78 Fix a memory leak found by running tests after last commit by Gavin Howard · 2 years, 11 months ago
  58. e63c29a Fix some bugs in tests that were hiding Valgrind errors by Gavin Howard · 2 years, 11 months ago
  59. b0dec49 Add some error tests for bc by Gavin Howard · 2 years, 11 months ago
  60. ef3a088 Make a function only available in debug by Gavin Howard · 2 years, 11 months ago
  61. ea28440 Add a dc strings test for the new changes by Gavin Howard · 2 years, 11 months ago
  62. 01f922a Switch strings in dc to be stored per function by Gavin Howard · 2 years, 11 months ago
  63. c661e02 Update the NEWS by Gavin Howard · 2 years, 11 months ago
  64. f7b06df Add modexp and divmod to bc by Gavin Howard · 2 years, 11 months ago
  65. f4e36d5 Change the keyword redefinition infrastructure by Gavin Howard · 2 years, 11 months ago
  66. e9f2581 Tweak test names by Gavin Howard · 2 years, 11 months ago
  67. 5d7bb46 Make sure short option is printed on error when used by Gavin Howard · 2 years, 11 months ago
  68. 77426e7 Add a missing blurb to the development manual by Gavin Howard · 2 years, 11 months ago
  69. 06fa384 Update the build manual for the new default for keyword redefinition by Gavin Howard · 2 years, 11 months ago
  70. 6ce6932 Add information in the bc manual for the keyword redefinition by Gavin Howard · 2 years, 11 months ago
  71. b225e4e Add tests for the keyword redefinition in last commit by Gavin Howard · 2 years, 11 months ago
  72. df956b3 Add the ability for users to redefine keywords by Gavin Howard · 2 years, 11 months ago
  73. 067d3fa Merge branch 'master' into computed_goto by Gavin Howard · 2 years, 11 months ago
  74. 8da9ac6 Fix 39b2af3547fda138e77a54ec1f29a25b4432166d by Gavin Howard · 2 years, 11 months ago
  75. f2d0a69 Finish the initial rough draft of the development manual by Gavin Howard · 2 years, 11 months ago
  76. fc5669b Clarify and tighten up on error handling by Gavin Howard · 2 years, 11 months ago
  77. 462a9cf Rename a benchmark by Gavin Howard · 2 years, 11 months ago
  78. 552456f Do a lot of writing on manuals/development.md by Gavin Howard · 2 years, 11 months ago
  79. 8b8182f Implement GCC and Clang computed goto in program.c by Gavin Howard · 3 years ago
  80. e3a0e53 Add a benchmark by Gavin Howard · 3 years ago
  81. 14e6e51 Fix tests in other build modes by Gavin Howard · 3 years ago
  82. 0f812d7 Fix compile errors in other build modes by Gavin Howard · 3 years ago
  83. eb6680d Add BC_UNREACHABLE for MSVC by Gavin Howard · 3 years ago
  84. 39b2af3 Eliminate BC_ENABLE_RAND by Gavin Howard · 3 years ago
  85. 46bc66f Reorder some tests by Gavin Howard · 3 years ago
  86. 4d3505d Fix a possible bug with bc_vm_shutdown() by Gavin Howard · 3 years ago
  87. 4a19522 Do more documentation work by Gavin Howard · 3 years ago
  88. 982249a Do a lot of doc work and refactor along the way by Gavin Howard · 3 years ago
  89. a596d22 Fix a memory leak in args.c by Gavin Howard · 3 years ago
  90. dfd888d Fix an oversight in the bcl manual and code by Gavin Howard · 3 years ago
  91. bac4566 Do a lot of documentation work and some refactoring by Gavin Howard · 3 years ago
  92. 6f86c10 Reuse vm.read_prs for something else by Gavin Howard · 3 years ago
  93. c00938f Remove a small inefficiency by Gavin Howard · 3 years ago
  94. 4fd1282 Add a benchmark for testing postfix inc/dec by Gavin Howard · 3 years ago
  95. 133399a Add a blurb about symbol collisions to the bcl manual by Gavin Howard · 3 years ago
  96. 0821a27 Get rid of a tiny inefficiency by Gavin Howard · 3 years ago
  97. b62b07a Put the read parser in BcVm by Gavin Howard · 3 years ago
  98. 1930f90 Do a lot of documentation work by Gavin Howard · 3 years ago
  99. f378c8b Do a lot of documentation work by Gavin Howard · 3 years ago
  100. 4aafbe3 Move two constants by Gavin Howard · 3 years ago