1. f7c3265 Run afl-cmin on the corpuses by Gavin Howard · 2 years, 10 months ago
  2. 735450a Add an input to the fuzzer by Gavin Howard · 2 years, 10 months ago
  3. a2fc2e2 Reduce the number of test cases for AFL++ by Gavin Howard · 2 years, 10 months ago
  4. c0d2270 Change the bitfunc tests again by Gavin Howard · 2 years, 10 months ago
  5. 5751614 Add more bitwise functions to lib2.bc by Gavin Howard · 2 years, 10 months ago
  6. ba8b2b0 Attempt to work around FreeBSD stupidity with allocation failure by Gavin Howard · 2 years, 10 months ago
  7. be2f6af Fix a crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  8. 769e980 Fix a crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  9. e81b1f4 Fix another crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  10. 2c1f677 Fix a crash, a firing assert by Gavin Howard · 2 years, 10 months ago
  11. 5e165d8 Fix another crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  12. b940ecf Change an input to AFL++ by Gavin Howard · 2 years, 10 months ago
  13. 7f77783 Add a test for the new slabvec redesign by Gavin Howard · 2 years, 10 months ago
  14. 53888be Fix a crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  15. b9d3383 Fix a crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  16. af0d1c8 Fix the AFL++ tmuxp config by Gavin Howard · 2 years, 10 months ago
  17. fb9aa55 Fix a crash in dc found by AFL++ by Gavin Howard · 2 years, 10 months ago
  18. 5682505 Add another strings test, this time for return values by Gavin Howard · 2 years, 10 months ago
  19. f22634b Fix a bug I found while fixing the bug fixed in previous commit by Gavin Howard · 2 years, 10 months ago
  20. f466442 Fix a crash found by AFL++ by Gavin Howard · 2 years, 10 months ago
  21. 4d3eed0 Change the tmuxp configs to not interfere with each other by Gavin Howard · 2 years, 10 months ago
  22. 2fb7ad3 Attempt to fix flaky history tests by Gavin Howard · 2 years, 10 months ago
  23. 6959201 Add a forgotten license header by Gavin Howard · 2 years, 10 months ago
  24. b2f3c4d Attempt to make a history test less flaky by Gavin Howard · 2 years, 10 months ago
  25. 4607ecb Add bitfuncs to the list of tests that require extra math by Gavin Howard · 2 years, 10 months ago
  26. 912fd79 Fix tests/script.sh for portability by Gavin Howard · 2 years, 10 months ago
  27. eee1e12 Add tests for upcoming bitwise functions in bc's lib2 by Gavin Howard · 2 years, 10 months ago
  28. 6e46f47 Add bc's prohibition against redefining in the builtin libs to a test by Gavin Howard · 2 years, 10 months ago
  29. ffde07e Add a command to dc to get the execution stack depth by Gavin Howard · 2 years, 10 months ago
  30. d52287c Add an array length command to dc by Gavin Howard · 2 years, 10 months ago
  31. 2b26e1a Add new strings tests to the fuzzer by Gavin Howard · 2 years, 10 months ago
  32. 4a2766d Add a bc POSIX test for an upcoming change by Gavin Howard · 2 years, 10 months ago
  33. fa6bd2c Add tests for an upcoming change by Gavin Howard · 2 years, 10 months ago
  34. e63c29a Fix some bugs in tests that were hiding Valgrind errors by Gavin Howard · 2 years, 10 months ago
  35. b0dec49 Add some error tests for bc by Gavin Howard · 2 years, 10 months ago
  36. ea28440 Add a dc strings test for the new changes by Gavin Howard · 2 years, 10 months ago
  37. f7b06df Add modexp and divmod to bc by Gavin Howard · 2 years, 10 months ago
  38. f4e36d5 Change the keyword redefinition infrastructure by Gavin Howard · 2 years, 10 months ago
  39. e9f2581 Tweak test names by Gavin Howard · 2 years, 10 months ago
  40. b225e4e Add tests for the keyword redefinition in last commit by Gavin Howard · 2 years, 10 months ago
  41. 14e6e51 Fix tests in other build modes by Gavin Howard · 2 years, 11 months ago
  42. 46bc66f Reorder some tests by Gavin Howard · 2 years, 11 months ago
  43. 4a19522 Do more documentation work by Gavin Howard · 2 years, 11 months ago
  44. 982249a Do a lot of doc work and refactor along the way by Gavin Howard · 2 years, 11 months ago
  45. 4d9330e Add to the script tests by Gavin Howard · 2 years, 11 months ago
  46. c82e10f Fix a bug with return statements in void functions and add a test for it by Gavin Howard · 2 years, 11 months ago
  47. 6deb739 Make bc and dc UTF-8 capable by Gavin Howard · 2 years, 11 months ago
  48. f428285 Improve the coverage of history tests by Gavin Howard · 2 years, 11 months ago
  49. 25c3bb5 Add a test to hit some branches in command-line arg parsing by Gavin Howard · 2 years, 11 months ago
  50. 9b038e3 Add a few tests to hit some branches in the lexer by Gavin Howard · 2 years, 11 months ago
  51. b74131b Make history tests less flaky by Gavin Howard · 2 years, 11 months ago
  52. 701068c Fix a couple bugs in tests/errors.sh by Gavin Howard · 2 years, 11 months ago
  53. 737ad21 Do a lot of documentation work by Gavin Howard · 2 years, 11 months ago
  54. d413e65 Reorder script tests for faster runs by Gavin Howard · 2 years, 11 months ago
  55. c9f4d42 Delete a useless file by Gavin Howard · 2 years, 11 months ago
  56. af30632 Further improve the history tests after ASan by Gavin Howard · 2 years, 11 months ago
  57. 62b6f94 Improve history tests again by Gavin Howard · 2 years, 11 months ago
  58. b467602 Improve the history tests a lot by Gavin Howard · 2 years, 11 months ago
  59. 3d5fd27 Reorder a script test by Gavin Howard · 2 years, 11 months ago
  60. 62536d3 Make an error clearer by Gavin Howard · 2 years, 11 months ago
  61. b6ef96a Add tests for history by Gavin Howard · 2 years, 11 months ago
  62. eb66bfc Add some tests for better coverage by Gavin Howard · 2 years, 11 months ago
  63. b37c1ec Improve the test suite by Gavin Howard · 2 years, 11 months ago
  64. 3ccdab8 Do a lot of documentation work by Gavin Howard · 2 years, 11 months ago
  65. 89f4f7c Remove a fuzzing case that AFL++ says is redundant by Gavin Howard · 2 years, 11 months ago
  66. e33008b Add a test for a possible coming change by Gavin Howard · 3 years ago
  67. bd5ece4 Reduce duplication and make links for fuzzing by Gavin Howard · 3 years ago
  68. 1016429 Do a lot of documentation work and move some scripts by Gavin Howard · 3 years ago
  69. 116b753 Do a lot of more documentation work by Gavin Howard · 3 years ago
  70. 8617704 Remove the executable bit from bc and dc scripts by Gavin Howard · 3 years ago
  71. b1b063d Add a fuzzing input by Gavin Howard · 3 years ago
  72. f60938e Remove executable bit from a test file by Gavin Howard · 3 years ago
  73. 2c55690 Add dc error tests by Gavin Howard · 3 years ago
  74. fcc13cc Add tests for stack len and register stack len by Gavin Howard · 3 years ago
  75. cf4867f Fix a crash found by AFL++ and add its test by Gavin Howard · 3 years ago
  76. 20960fa Fix a crash found by AFL++ by Gavin Howard · 3 years ago
  77. 3c6786e Change bc_num_stream back by Gavin Howard · 3 years ago
  78. a70382d Fix the dc stream results file by Gavin Howard · 3 years ago
  79. 4203afc Update the stream tests for the changes by Gavin Howard · 3 years ago
  80. 1f77cf1 Make printing not use backslash on last character by Gavin Howard · 3 years ago
  81. e70c3e3 Add tests/dc/scripts/stream.txt by Gavin Howard · 3 years ago
  82. 11a8875 Add gcd and lcm to lib2 by Gavin Howard · 3 years ago
  83. 7bdf79a Add an error test case by Gavin Howard · 3 years ago
  84. 6eb77d3 Change ops that need integers to accept integers with scale by Gavin Howard · 3 years ago
  85. 781e6eb Move a lot of scripts to a scripts/ directory by Gavin Howard · 3 years ago
  86. e03294f Harden tests/afl.py by Gavin Howard · 3 years ago
  87. 4c9af4b Add a script to test the allocation code by Gavin Howard · 3 years ago
  88. 21ed9fa Use cut(1) instead of head(1) with a GNUism in the dc Easter test by Brian Callahan · 3 years, 1 month ago
  89. 86b5753 Fix a bug in the new test by Gavin Howard · 3 years, 2 months ago
  90. e9ae811 Add the dc easter script to the test suite by Gavin Howard · 3 years, 2 months ago
  91. 424bd21 Add length tests for dc by Gavin Howard · 3 years, 3 months ago
  92. 1a66631 Make a change that FreeBSD requested by Gavin Howard · 3 years, 3 months ago
  93. 581880b Fix the improvement ot the bessel tests by Gavin Howard · 3 years, 3 months ago
  94. 0c1abbe Fix a divide by 0 bug in `root()` (lib2.bc) by Gavin Howard · 3 years, 3 months ago
  95. 1818b89 Make the bessel tests more effective by Gavin Howard · 3 years, 3 months ago
  96. 986ff37 Tweak the length(0) change by Gavin Howard · 3 years, 3 months ago
  97. e2da548 Add tests for length(0) by Gavin Howard · 3 years, 3 months ago
  98. 3515525 Fix a small annoyance in test output by Gavin Howard · 3 years, 4 months ago
  99. d2c4951 Add the test scripts back in to the build by Gavin Howard · 3 years, 4 months ago
  100. 75978de Add back in some test scripts that FreeBSD needs by Gavin Howard · 3 years, 4 months ago