1. bbf3489 Add another test found by afl by Gavin Howard · 6 years ago
  2. 85a204e Make sure unexecutable files are reported by Gavin Howard · 6 years ago
  3. 60ce135 Add some error tests by Gavin Howard · 6 years ago
  4. 242f146 Tweak to afl script by Gavin Howard · 6 years ago
  5. 8c57117 Update the RELEASE.md list by Gavin Howard · 6 years ago
  6. 9b1e2c9 More fixes for limits by Gavin Howard · 6 years ago
  7. e48e2a7 Refactor the limits a bit by Gavin Howard · 6 years ago
  8. bd85aa8 Improve error tests a little by Gavin Howard · 6 years ago
  9. 0749948 Fix last commit by Gavin Howard · 6 years ago
  10. 38c4819 Fix a bug where an error was wrongfully reported for read by Gavin Howard · 6 years ago
  11. 96d9793 Try to fix a warning that Thalheim found by Gavin Howard · 6 years ago
  12. 84d19a6 Warning fix by Gavin Howard · 6 years ago
  13. 3889584 Style fix for lexer by Gavin Howard · 6 years ago
  14. 1e02452 Fix handling of leaf expressions in the parser by Gavin Howard · 6 years ago
  15. e9d74d8 Style fixes to reduce LOC in the lexer by Gavin Howard · 6 years ago
  16. 4b447a4 Fix lexer handling of backslashes by Gavin Howard · 6 years ago
  17. 3f96003 Adjust a condition to make sure all binary files are caught by Gavin Howard · 6 years ago
  18. 8529f95 Add more error tests found by afl by Gavin Howard · 6 years ago
  19. e56e918 Add a comment to something by Gavin Howard · 6 years ago
  20. 6e930b3 Fix problems in exporting to toybox by Gavin Howard · 6 years ago
  21. 79be14a Fix a lot of parse errors at once by Gavin Howard · 6 years ago
  22. fe553bb Add a test found by afl by Gavin Howard · 6 years ago
  23. d963c4a Fix a crash found by afl by Gavin Howard · 6 years ago
  24. 558dbd2 Fix a bug found by the test case from last commit by Gavin Howard · 6 years ago
  25. c5364f5 Add a test that afl found by Gavin Howard · 6 years ago
  26. a0d8f67 Fix a problem in the toybox script by Gavin Howard · 6 years ago
  27. a628aa2 Refactor the lexer's string code by Gavin Howard · 6 years ago
  28. af2a38e Fix from last commit by Gavin Howard · 6 years ago
  29. a20bbd0 Style massaging to reduce LOC by Gavin Howard · 6 years ago
  30. 22a0832 Update toybox files for lib.bc move by Gavin Howard · 6 years ago
  31. 56f4840 Simplify a conditional by Gavin Howard · 6 years ago
  32. 6a8f1eb Fix a lex bug found by afl by Gavin Howard · 6 years ago
  33. 33e14fc Add error tests found by afl by Gavin Howard · 6 years ago
  34. 135a77c Style fixes by Gavin Howard · 6 years ago
  35. 01401a7 Do not allow standalone expressions to occur next to each other by Gavin Howard · 6 years ago
  36. bf8baa2 Add more error tests found by afl by Gavin Howard · 6 years ago
  37. 1ed587d Make sure to only allow arrays as function args by Gavin Howard · 6 years ago
  38. dbfa502 Fix a parse bug that was causing a crash by Gavin Howard · 6 years ago
  39. 730382d Make bc quit as soon as stdin gives invalid data by Gavin Howard · 6 years ago
  40. 1d08752 Fix a parse error that was recently introduced by Gavin Howard · 6 years ago
  41. 67599ff Fix some crashes found by afl by Gavin Howard · 6 years ago
  42. 745e3b0 Add boolean tests because afl found bugs by Gavin Howard · 6 years ago
  43. b0846a7 Rename the "basic" test to "vars" by Gavin Howard · 6 years ago
  44. 363f724 Add a script to run through test cases found by afl by Gavin Howard · 6 years ago
  45. 19b25a3 Fix crashing found by afl by Gavin Howard · 6 years ago
  46. 2444f27 Change boolean not operator to have same prec as negate by Gavin Howard · 6 years ago
  47. aacf79a Add a subtract test found by afl by Gavin Howard · 6 years ago
  48. 4d83628 Add more error tests found by afl by Gavin Howard · 6 years ago
  49. 4355458 Change errors.sh to also error when bc crashes by Gavin Howard · 6 years ago
  50. 14c4d45 Fix a bug in tests/all.sh by Gavin Howard · 6 years ago
  51. 0f330a0 Style fix for a test by Gavin Howard · 6 years ago
  52. f344858 Remove memory leaks that happen with certain errors by Gavin Howard · 6 years ago
  53. 38e8b77 Style fixes to reduce LOC by Gavin Howard · 6 years ago
  54. 3655ecf Reuse string parsing code to reduce LOC by Gavin Howard · 6 years ago
  55. bc20f3d Add some asserts and other style fixes by Gavin Howard · 6 years ago
  56. 9563811 Fix a bug found by scan-build by Gavin Howard · 6 years ago
  57. 3ffb10d Fix a bug in tests/errors.sh by Gavin Howard · 6 years ago
  58. 65a8954 Fix typo from last commit by Gavin Howard · 6 years ago
  59. 6918504 Remove memory leaks on errors by Gavin Howard · 6 years ago
  60. cf7882d Add two new limits by Gavin Howard · 6 years ago
  61. de85a24 Style fix by Gavin Howard · 6 years ago
  62. 2f03d71 Fix double output on errors by Gavin Howard · 6 years ago
  63. 9900014 Make sure error output from errors.sh can be seen by Gavin Howard · 6 years ago
  64. acb4d9c Fix a bug where an error was not printing by Gavin Howard · 6 years ago
  65. ab4472a Remove TODO's that are done by Gavin Howard · 6 years ago
  66. 633f2e1 Make the errors.sh output nicer by Gavin Howard · 6 years ago
  67. cba01a1 Add a missing error test by Gavin Howard · 6 years ago
  68. f79c752 Add Posix error tests by Gavin Howard · 6 years ago
  69. d26f25f Add more error tests by Gavin Howard · 6 years ago
  70. 7bc9455 Fix a bug in handling Posix errors by Gavin Howard · 6 years ago
  71. 8b6304f Fix a bug in parsing auto vars by Gavin Howard · 6 years ago
  72. 63241af Fix sine by Gavin Howard · 6 years ago
  73. e5564de Add many sine/cosine tests from randmath.sh by Gavin Howard · 6 years ago
  74. 4efa244 Start adding the error tests to the test suite by Gavin Howard · 6 years ago
  75. 1784229 Fix a bug in randmath.sh by Gavin Howard · 6 years ago
  76. 4a17827 Fix a bug where the not op was allowed where it shouldn't be by Gavin Howard · 6 years ago
  77. 08d3940 Redo error tests into one file by Gavin Howard · 6 years ago
  78. 82d0667 Fix a bug when strings and comments do not end in stdin by Gavin Howard · 6 years ago
  79. 3209801 Start adding tests for errors by Gavin Howard · 6 years ago
  80. a7eabfc Make sure to add a test on bc error by Gavin Howard · 6 years ago
  81. 4b1d110 Make sure to clean some files by Gavin Howard · 6 years ago
  82. 9e28c10 Fix typo by Gavin Howard · 6 years ago
  83. 9409a87 Don't have randmath.sh automatically add tests to the suite by Gavin Howard · 6 years ago
  84. 376f63f Adjust the continue condition in randmath.sh by Gavin Howard · 6 years ago
  85. 0976b61 Style fixes by Gavin Howard · 6 years ago
  86. 4bb4855 Add a test and fix for a bug in division by Gavin Howard · 6 years ago
  87. bd9b292 Add another error type and use it by Gavin Howard · 6 years ago
  88. e8a4b2a Update the TODO list by Gavin Howard · 6 years ago
  89. 3729646 Remove some memory leaks by Gavin Howard · 6 years ago
  90. f12f8cc Fix a bug in randmath.sh by Gavin Howard · 6 years ago
  91. dccaf6f Allow one digit of error in transcendental functions by Gavin Howard · 6 years ago
  92. b6ca06d Move the generated stuff to another directory by Gavin Howard · 6 years ago
  93. b52a879 Put a minimal license header on generated files by Gavin Howard · 6 years ago
  94. 075ce80 Remove debugging code from gen.c by Gavin Howard · 6 years ago
  95. be3a342 Add a way to generate the help text by Gavin Howard · 6 years ago
  96. 9c9dcdb Continue trying to make sine work by Gavin Howard · 6 years ago
  97. e97309c Workaround transcendental function bugs in GNU bc by Gavin Howard · 6 years ago
  98. b809c3a Style fixes to randmath.sh by Gavin Howard · 6 years ago
  99. 277cd9b Fix more sine problems by Gavin Howard · 6 years ago
  100. c3a43b0 Fix even more problems with sine by Gavin Howard · 6 years ago