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