1. 0790bca Another style fix by Gavin Howard · 6 years ago
  2. 0a95ccd Style fix by Gavin Howard · 6 years ago
  3. c4e6c24 Add running timeconst.bc to the test suite by Gavin Howard · 6 years ago
  4. bc85daa Style fix by Gavin Howard · 6 years ago
  5. 7b858be Add a prompt option to bc_io_getline() by Gavin Howard · 6 years ago
  6. 1694d98 Add a #define by Gavin Howard · 6 years ago
  7. 2933227 Fix typo in last commit by Gavin Howard · 6 years ago
  8. bfbbc62 Another style fix to reduce LOC by Gavin Howard · 6 years ago
  9. c498761 Style fix by Gavin Howard · 6 years ago
  10. ee938c0 Fix the bug that I described in the last commit message by Gavin Howard · 6 years ago
  11. aeb0b61 Add a test found by afl by Gavin Howard · 6 years ago
  12. aa5374f Change errors.sh to use a function to test results by Gavin Howard · 6 years ago
  13. 0697776 Add a test found by afl as well as its fix by Gavin Howard · 6 years ago
  14. f3cf028 Fix a problem with last commit by Gavin Howard · 6 years ago
  15. 691cfd5 Another style fix by Gavin Howard · 6 years ago
  16. 1dc4f09 Style fixes by Gavin Howard · 6 years ago
  17. 4d93cf3 Attempt to make the repo more self-contained by Gavin Howard · 6 years ago
  18. 5b2884c Add some tests found by afl by Gavin Howard · 6 years ago
  19. 8d482d9 Fix a bug where the wrong error status could be returned by Gavin Howard · 6 years ago
  20. 584db5b Fix a bug by Gavin Howard · 6 years ago
  21. 96710ad Fix a bug where bc_num_ulong() was not reporting overflow by Gavin Howard · 6 years ago
  22. db31998 Style fix by Gavin Howard · 6 years ago
  23. 81e1d8b Suppress errors.sh error output unless not running bc directly by Gavin Howard · 6 years ago
  24. 4391c07 Don't let the output file be an option in errors.sh by Gavin Howard · 6 years ago
  25. bf7485a Add some type error tests by Gavin Howard · 6 years ago
  26. 38bea81 Make sure that length is allowed to use arrays by Gavin Howard · 6 years ago
  27. 644c82c Move a test that is not an error to multiply by Gavin Howard · 6 years ago
  28. ba7343c Make errors.sh check for error output by Gavin Howard · 6 years ago
  29. e517c1c Remove code that removed errors for all stdin code by Gavin Howard · 6 years ago
  30. 9697ea8 Improve error handling and messages by Gavin Howard · 6 years ago
  31. 5617822 Add some tests found by afl and Thalheim by Gavin Howard · 6 years ago
  32. 49d0f2d Make sure running a file in afl.sh will quit by Gavin Howard · 6 years ago
  33. 8d3259a Fix a crash found by afl by Gavin Howard · 6 years ago
  34. f80dfb0 Change afl.sh to also test the whole file by Gavin Howard · 6 years ago
  35. d628947 Improve handling of binary file errors by Gavin Howard · 6 years ago
  36. 4c8ff2d Do type checking on binary and unary operators by Gavin Howard · 6 years ago
  37. be086c5 Add an error check by Gavin Howard · 6 years ago
  38. 5d44512 Style fix by Gavin Howard · 6 years ago
  39. bbf3489 Add another test found by afl by Gavin Howard · 6 years ago
  40. 85a204e Make sure unexecutable files are reported by Gavin Howard · 6 years ago
  41. 60ce135 Add some error tests by Gavin Howard · 6 years ago
  42. 242f146 Tweak to afl script by Gavin Howard · 6 years ago
  43. 8c57117 Update the RELEASE.md list by Gavin Howard · 6 years ago
  44. 9b1e2c9 More fixes for limits by Gavin Howard · 6 years ago
  45. e48e2a7 Refactor the limits a bit by Gavin Howard · 6 years ago
  46. bd85aa8 Improve error tests a little by Gavin Howard · 6 years ago
  47. 0749948 Fix last commit by Gavin Howard · 6 years ago
  48. 38c4819 Fix a bug where an error was wrongfully reported for read by Gavin Howard · 6 years ago
  49. 96d9793 Try to fix a warning that Thalheim found by Gavin Howard · 6 years ago
  50. 84d19a6 Warning fix by Gavin Howard · 6 years ago
  51. 3889584 Style fix for lexer by Gavin Howard · 6 years ago
  52. 1e02452 Fix handling of leaf expressions in the parser by Gavin Howard · 6 years ago
  53. e9d74d8 Style fixes to reduce LOC in the lexer by Gavin Howard · 6 years ago
  54. 4b447a4 Fix lexer handling of backslashes by Gavin Howard · 6 years ago
  55. 3f96003 Adjust a condition to make sure all binary files are caught by Gavin Howard · 6 years ago
  56. 8529f95 Add more error tests found by afl by Gavin Howard · 6 years ago
  57. e56e918 Add a comment to something by Gavin Howard · 6 years ago
  58. 6e930b3 Fix problems in exporting to toybox by Gavin Howard · 6 years ago
  59. 79be14a Fix a lot of parse errors at once by Gavin Howard · 6 years ago
  60. fe553bb Add a test found by afl by Gavin Howard · 6 years ago
  61. d963c4a Fix a crash found by afl by Gavin Howard · 6 years ago
  62. 558dbd2 Fix a bug found by the test case from last commit by Gavin Howard · 6 years ago
  63. c5364f5 Add a test that afl found by Gavin Howard · 6 years ago
  64. a0d8f67 Fix a problem in the toybox script by Gavin Howard · 6 years ago
  65. a628aa2 Refactor the lexer's string code by Gavin Howard · 6 years ago
  66. af2a38e Fix from last commit by Gavin Howard · 6 years ago
  67. a20bbd0 Style massaging to reduce LOC by Gavin Howard · 6 years ago
  68. 22a0832 Update toybox files for lib.bc move by Gavin Howard · 6 years ago
  69. 56f4840 Simplify a conditional by Gavin Howard · 6 years ago
  70. 6a8f1eb Fix a lex bug found by afl by Gavin Howard · 6 years ago
  71. 33e14fc Add error tests found by afl by Gavin Howard · 6 years ago
  72. 135a77c Style fixes by Gavin Howard · 6 years ago
  73. 01401a7 Do not allow standalone expressions to occur next to each other by Gavin Howard · 6 years ago
  74. bf8baa2 Add more error tests found by afl by Gavin Howard · 6 years ago
  75. 1ed587d Make sure to only allow arrays as function args by Gavin Howard · 6 years ago
  76. dbfa502 Fix a parse bug that was causing a crash by Gavin Howard · 6 years ago
  77. 730382d Make bc quit as soon as stdin gives invalid data by Gavin Howard · 6 years ago
  78. 1d08752 Fix a parse error that was recently introduced by Gavin Howard · 6 years ago
  79. 67599ff Fix some crashes found by afl by Gavin Howard · 6 years ago
  80. 745e3b0 Add boolean tests because afl found bugs by Gavin Howard · 6 years ago
  81. b0846a7 Rename the "basic" test to "vars" by Gavin Howard · 6 years ago
  82. 363f724 Add a script to run through test cases found by afl by Gavin Howard · 6 years ago
  83. 19b25a3 Fix crashing found by afl by Gavin Howard · 6 years ago
  84. 2444f27 Change boolean not operator to have same prec as negate by Gavin Howard · 6 years ago
  85. aacf79a Add a subtract test found by afl by Gavin Howard · 6 years ago
  86. 4d83628 Add more error tests found by afl by Gavin Howard · 6 years ago
  87. 4355458 Change errors.sh to also error when bc crashes by Gavin Howard · 6 years ago
  88. 14c4d45 Fix a bug in tests/all.sh by Gavin Howard · 6 years ago
  89. 0f330a0 Style fix for a test by Gavin Howard · 6 years ago
  90. f344858 Remove memory leaks that happen with certain errors by Gavin Howard · 6 years ago
  91. 38e8b77 Style fixes to reduce LOC by Gavin Howard · 6 years ago
  92. 3655ecf Reuse string parsing code to reduce LOC by Gavin Howard · 6 years ago
  93. bc20f3d Add some asserts and other style fixes by Gavin Howard · 6 years ago
  94. 9563811 Fix a bug found by scan-build by Gavin Howard · 6 years ago
  95. 3ffb10d Fix a bug in tests/errors.sh by Gavin Howard · 6 years ago
  96. 65a8954 Fix typo from last commit by Gavin Howard · 6 years ago
  97. 6918504 Remove memory leaks on errors by Gavin Howard · 6 years ago
  98. cf7882d Add two new limits by Gavin Howard · 6 years ago
  99. de85a24 Style fix by Gavin Howard · 6 years ago
  100. 2f03d71 Fix double output on errors by Gavin Howard · 6 years ago