1. 71815ed Fix bugs in array handling found by the test by Gavin Howard · 6 years ago
  2. 628b395 Fix a parse bug with array arguments by Gavin Howard · 6 years ago
  3. 1ce8325 Check argument types by Gavin Howard · 6 years ago
  4. 77d489d Add an extension that gives the length of an array by Gavin Howard · 6 years ago
  5. ace1f87 Another minor style fix by Gavin Howard · 6 years ago
  6. c891dcf More style fixes to reduce LOC by Gavin Howard · 6 years ago
  7. 375263e Start fixing array and array element handling by Gavin Howard · 6 years ago
  8. ce8fb79 Style fixes by Gavin Howard · 6 years ago
  9. 0a2b918 Fix an error that pops up when there's no error by Gavin Howard · 6 years ago
  10. 713675d Fix a bug in the parser by Gavin Howard · 6 years ago
  11. f51b189 Style fixes to reduce LOC by Gavin Howard · 6 years ago
  12. 39b6408 Style fixes by Gavin Howard · 6 years ago
  13. c0f65d7 Rename a procedure by Gavin Howard · 6 years ago
  14. c8c64a5 Fix the problems with sine by Gavin Howard · 6 years ago
  15. e57525d Allow bc_num_alg_s() to clear nums to zero by Gavin Howard · 6 years ago
  16. a4de0ab Style fix for toybox by Gavin Howard · 6 years ago
  17. a2c4d38 Add more const labels by Gavin Howard · 6 years ago
  18. 0609bcf Improve the arg handling by Gavin Howard · 6 years ago
  19. 6dbf6bf Style fixes by Gavin Howard · 6 years ago
  20. 337fe60 Refactor some common code in multiply and division by Gavin Howard · 6 years ago
  21. 5f0cf2c Reduce LOC for toybox even more by Gavin Howard · 6 years ago
  22. 0be26ed Move some code to reduce LOC for toybox by Gavin Howard · 6 years ago
  23. 3c6115b Make sure to clear to zero for division by Gavin Howard · 6 years ago
  24. f9fec2a Clean up some unnecessary code from two commits ago by Gavin Howard · 6 years ago
  25. a376f78 Fix infinite loop problem in sine by Gavin Howard · 6 years ago
  26. 4b62f4a Fix bugs in bc_program_printIndex() by Gavin Howard · 6 years ago
  27. 8b955c7 Style fixes by Gavin Howard · 6 years ago
  28. 66711db Fix wild memory allocations in sine by Gavin Howard · 6 years ago
  29. 35c0c7d Style fix by Gavin Howard · 6 years ago
  30. 9d76063 Improve program printing code by Gavin Howard · 6 years ago
  31. a049214 Fix bug that created POSIX error on signal by Gavin Howard · 6 years ago
  32. 4538c90 Remove one line of code for toybox by Gavin Howard · 6 years ago
  33. ed742ce Fix the math problems in sqrt by Gavin Howard · 6 years ago
  34. ea13169 Fix more memory leaks in sqrt() by Gavin Howard · 6 years ago
  35. 8e8e5bc Fix a memory leak when a particular error occurs by Gavin Howard · 6 years ago
  36. 40e769c Reduce sqrt request size to min by Gavin Howard · 6 years ago
  37. 52e0126 Use more #defines by Gavin Howard · 6 years ago
  38. 88fb797 Fix valgrind errors found by Sasha/Graff by Gavin Howard · 6 years ago
  39. 6e0f3c5 Reduce LOC and fix some style for toybox by Gavin Howard · 6 years ago
  40. 60d71c6 Tweak to vectors by Gavin Howard · 6 years ago
  41. 0075913 Reduce allocation sizes for nums by Gavin Howard · 6 years ago
  42. 9dd4831 Make small improvements to the lexer by Gavin Howard · 6 years ago
  43. f6e3fb3 Fix warnings found by Thalheim by Gavin Howard · 6 years ago
  44. 8b22bb2 Fix leak on error found by Thalheim by Gavin Howard · 6 years ago
  45. 432b8b9 Reduce loc by Gavin Howard · 6 years ago
  46. 8f4b207 Fix seg fault and some warnings by Gavin Howard · 6 years ago
  47. fb4d4d0 Update the bc version in preparation for release by Gavin Howard · 6 years ago
  48. 24c675f Revert "Keep reducing the line count" by Gavin Howard · 6 years ago
  49. f00d645 Keep reducing the line count by Gavin Howard · 6 years ago
  50. 79ce08b Attempt to reduce line count for toybox by Gavin Howard · 6 years ago
  51. 2872c8e Make toybox compile and work by Gavin Howard · 6 years ago
  52. 7a3085a Style fix for toybox by Gavin Howard · 6 years ago
  53. 3e8e6d1 Rename bcg.interactive to bcg.tty by Gavin Howard · 6 years ago
  54. 8117128 Style fixes for toybox by Gavin Howard · 6 years ago
  55. 5cc6581 Style fix for toybox by Gavin Howard · 6 years ago
  56. 67598a7 Reduce whitespace in output by Gavin Howard · 6 years ago
  57. fbc265c Make the carrot prompt use three carrots by Gavin Howard · 6 years ago
  58. 114d804 Use fputs on carrot prompt instead of puts by Gavin Howard · 6 years ago
  59. 2307b07 Add the carrot prompt back in by Gavin Howard · 6 years ago
  60. a012e22 Revert "Add a "> " prompt for input lines" by Gavin Howard · 6 years ago
  61. 738754f Add a "> " prompt for input lines by Gavin Howard · 6 years ago
  62. ab519e4 Fix a few problems with last commit by Gavin Howard · 6 years ago
  63. 68f8471 Add more sig int checks by Gavin Howard · 6 years ago
  64. 52402f2 Make sig int message more informative by Gavin Howard · 6 years ago
  65. 2ea7dc4 Put in more checks for sig ints by Gavin Howard · 6 years ago
  66. 0dfe292 Make interrupts work better by Gavin Howard · 6 years ago
  67. 6a804cf Make compare functions return number of equal digits through return by Gavin Howard · 6 years ago
  68. c639322 Remove a blank line that is not needed by Gavin Howard · 6 years ago
  69. 954276b Get rid of bc_num_unaryOp() by Gavin Howard · 6 years ago
  70. 902a16c Reduce loc even further by Gavin Howard · 6 years ago
  71. 45ff357 Reduce loc for Landley by Gavin Howard · 6 years ago
  72. f09fe1a Reduce line count in vector.c by Gavin Howard · 6 years ago
  73. f795345 Style fix to num.c by Gavin Howard · 7 years ago
  74. cb53971 Fix a scan-build "never read" warning by Gavin Howard · 7 years ago
  75. b49a1c3 Make toybox compile from the release script by Gavin Howard · 7 years ago
  76. 6d94a76 Implement the BC_ENV_ARGS environment variable by Gavin Howard · 7 years ago
  77. 00b298a Style fixes to program.c by Gavin Howard · 7 years ago
  78. 0011a3a Add two environment variables by Gavin Howard · 7 years ago
  79. c4c6753 Revert "Style fixes (rename "status" to "s" where possible)" by Gavin Howard · 7 years ago
  80. 1fc1cd7 Style fixes (rename "status" to "s" where possible) by Gavin Howard · 7 years ago
  81. 8199030 Fix missed change from last commit by Gavin Howard · 7 years ago
  82. 2ed8b59 Rename statuses in bc.c to "s" by Gavin Howard · 7 years ago
  83. 7d86871 Style fixes to parse.c and parse.h by Gavin Howard · 7 years ago
  84. 35f1545 Eliminate redundant code from parse.c by Gavin Howard · 7 years ago
  85. 82f391d Fix a bug in num.c introduced during style fixes by Gavin Howard · 7 years ago
  86. e0eec66 Fix problems with bc_lang_inst_chars by Gavin Howard · 7 years ago
  87. ce1069c Fix a bug that I introduced into the lexer by Gavin Howard · 7 years ago
  88. a50fc54 Fix compile errors in num.c by Gavin Howard · 7 years ago
  89. d9734e5 Style fixes to num.c by Gavin Howard · 7 years ago
  90. 3c2618f Style fixes to main.c by Gavin Howard · 7 years ago
  91. c312ab3 Style fixes to lex.c by Gavin Howard · 7 years ago
  92. 66ccb68 Style fixes to lang.c by Gavin Howard · 7 years ago
  93. 75ca9dd Style fixes to bc.c by Gavin Howard · 7 years ago
  94. a0ed6d0 Style fix by Gavin Howard · 7 years ago
  95. e77b83d Attempt to fix crashes caused by the AFL fuzzer by Gavin Howard · 7 years ago
  96. 595886d Fix another Valgrind error by Gavin Howard · 7 years ago
  97. 6defc35 Fix a valgrind error by Gavin Howard · 7 years ago
  98. 2a263ba Undo last commit by Gavin Howard · 7 years ago
  99. 2a6fc8a Make sure to zero a number when parsing by Gavin Howard · 7 years ago
  100. 563f3ea Fix a problem with last commit by Gavin Howard · 7 years ago