1. 4538c90 Remove one line of code for toybox by Gavin Howard · 6 years ago
  2. 464609f Add a toybox TODO by Gavin Howard · 6 years ago
  3. ed742ce Fix the math problems in sqrt by Gavin Howard · 6 years ago
  4. 0df7029 Add another TODO item by Gavin Howard · 6 years ago
  5. ea13169 Fix more memory leaks in sqrt() by Gavin Howard · 6 years ago
  6. 8e8e5bc Fix a memory leak when a particular error occurs by Gavin Howard · 6 years ago
  7. 34e8490 Add an item to the TODO by Gavin Howard · 6 years ago
  8. 40e769c Reduce sqrt request size to min by Gavin Howard · 6 years ago
  9. 52e0126 Use more #defines by Gavin Howard · 6 years ago
  10. acbd69b Add files with basic math results by Gavin Howard · 6 years ago
  11. 4c60b8f Add a TODO list by Gavin Howard · 6 years ago
  12. 88fb797 Fix valgrind errors found by Sasha/Graff by Gavin Howard · 6 years ago
  13. 6e0f3c5 Reduce LOC and fix some style for toybox by Gavin Howard · 6 years ago
  14. 60d71c6 Tweak to vectors by Gavin Howard · 6 years ago
  15. 0075913 Reduce allocation sizes for nums by Gavin Howard · 6 years ago
  16. 9dd4831 Make small improvements to the lexer by Gavin Howard · 6 years ago
  17. f6e3fb3 Fix warnings found by Thalheim by Gavin Howard · 6 years ago
  18. 8b22bb2 Fix leak on error found by Thalheim by Gavin Howard · 6 years ago
  19. 432b8b9 Reduce loc by Gavin Howard · 6 years ago
  20. 8f4b207 Fix seg fault and some warnings by Gavin Howard · 6 years ago
  21. fb4d4d0 Update the bc version in preparation for release by Gavin Howard · 6 years ago
  22. 24c675f Revert "Keep reducing the line count" by Gavin Howard · 6 years ago
  23. f00d645 Keep reducing the line count by Gavin Howard · 6 years ago
  24. 79ce08b Attempt to reduce line count for toybox by Gavin Howard · 6 years ago
  25. 2872c8e Make toybox compile and work by Gavin Howard · 6 years ago
  26. 7a3085a Style fix for toybox by Gavin Howard · 6 years ago
  27. 7393d8b Update the toybox global interactive for name change by Gavin Howard · 6 years ago
  28. 3e8e6d1 Rename bcg.interactive to bcg.tty by Gavin Howard · 6 years ago
  29. 8117128 Style fixes for toybox by Gavin Howard · 6 years ago
  30. 5cc6581 Style fix for toybox by Gavin Howard · 6 years ago
  31. 67598a7 Reduce whitespace in output by Gavin Howard · 6 years ago
  32. 2b3249d Change the toybox globals to reflect changes by Gavin Howard · 6 years ago
  33. ad70c18 Change some doc comments on the timeconst test by Gavin Howard · 6 years ago
  34. fbc265c Make the carrot prompt use three carrots by Gavin Howard · 6 years ago
  35. 114d804 Use fputs on carrot prompt instead of puts by Gavin Howard · 6 years ago
  36. 2307b07 Add the carrot prompt back in by Gavin Howard · 6 years ago
  37. a012e22 Revert "Add a "> " prompt for input lines" by Gavin Howard · 6 years ago
  38. 738754f Add a "> " prompt for input lines by Gavin Howard · 6 years ago
  39. ab519e4 Fix a few problems with last commit by Gavin Howard · 6 years ago
  40. 68f8471 Add more sig int checks by Gavin Howard · 6 years ago
  41. 52402f2 Make sig int message more informative by Gavin Howard · 6 years ago
  42. 2ea7dc4 Put in more checks for sig ints by Gavin Howard · 6 years ago
  43. 0dfe292 Make interrupts work better by Gavin Howard · 6 years ago
  44. 6a804cf Make compare functions return number of equal digits through return by Gavin Howard · 6 years ago
  45. c639322 Remove a blank line that is not needed by Gavin Howard · 6 years ago
  46. 954276b Get rid of bc_num_unaryOp() by Gavin Howard · 6 years ago
  47. 902a16c Reduce loc even further by Gavin Howard · 6 years ago
  48. 45ff357 Reduce loc for Landley by Gavin Howard · 6 years ago
  49. f09fe1a Reduce line count in vector.c by Gavin Howard · 6 years ago
  50. 59ac839 Add Thalheim's email by Gavin Howard · 7 years ago
  51. a4f3218 Add Thalheim to the NOTICE by Gavin Howard · 7 years ago
  52. f41ab45 Fix a typo in the README by Gavin Howard · 7 years ago
  53. 087a675 Update the status by Gavin Howard · 7 years ago
  54. f795345 Style fix to num.c by Gavin Howard · 7 years ago
  55. bb1e80c Add a line in the README about lib directory by Gavin Howard · 7 years ago
  56. 8eff997 Update files and folders on the README by Gavin Howard · 7 years ago
  57. cd11fed Update the README for the make changes by Gavin Howard · 7 years ago
  58. 3d57594 Ignore "config.mak" by Gavin Howard · 7 years ago
  59. cf05e69 Fix toybox release for rofl0r's PR by Gavin Howard · 7 years ago
  60. 8f19ed9 use musl's install.sh instead of install command by rofl0r · 7 years ago
  61. 926d2be Make test.sh run under sh by Gavin Howard · 7 years ago
  62. 6903019 Add "sh" in front of all script commands in all.sh by Gavin Howard · 7 years ago
  63. 9269c2d Make all.sh and scripts.sh use sh, not bash by Gavin Howard · 7 years ago
  64. 7a08da2 Remove the prompting for bad test results by Gavin Howard · 7 years ago
  65. 712b0a4 Remove the test of printing large bases by Gavin Howard · 7 years ago
  66. 5590541 Add the "make help" command to the README by Gavin Howard · 7 years ago
  67. cb53971 Fix a scan-build "never read" warning by Gavin Howard · 7 years ago
  68. 8a5e367 Make sure two globals are unsigned for toybox by Gavin Howard · 7 years ago
  69. b49a1c3 Make toybox compile from the release script by Gavin Howard · 7 years ago
  70. 6d94a76 Implement the BC_ENV_ARGS environment variable by Gavin Howard · 7 years ago
  71. 00b298a Style fixes to program.c by Gavin Howard · 7 years ago
  72. 0011a3a Add two environment variables by Gavin Howard · 7 years ago
  73. c4c6753 Revert "Style fixes (rename "status" to "s" where possible)" by Gavin Howard · 7 years ago
  74. 1fc1cd7 Style fixes (rename "status" to "s" where possible) by Gavin Howard · 7 years ago
  75. 8199030 Fix missed change from last commit by Gavin Howard · 7 years ago
  76. 2ed8b59 Rename statuses in bc.c to "s" by Gavin Howard · 7 years ago
  77. 7d86871 Style fixes to parse.c and parse.h by Gavin Howard · 7 years ago
  78. 35f1545 Eliminate redundant code from parse.c by Gavin Howard · 7 years ago
  79. 82f391d Fix a bug in num.c introduced during style fixes by Gavin Howard · 7 years ago
  80. 684d2e6 Remove an extraneous blank line by Gavin Howard · 7 years ago
  81. e0eec66 Fix problems with bc_lang_inst_chars by Gavin Howard · 7 years ago
  82. ce1069c Fix a bug that I introduced into the lexer by Gavin Howard · 7 years ago
  83. a50fc54 Fix compile errors in num.c by Gavin Howard · 7 years ago
  84. d9734e5 Style fixes to num.c by Gavin Howard · 7 years ago
  85. 3c2618f Style fixes to main.c by Gavin Howard · 7 years ago
  86. c312ab3 Style fixes to lex.c by Gavin Howard · 7 years ago
  87. 66ccb68 Style fixes to lang.c by Gavin Howard · 7 years ago
  88. 75ca9dd Style fixes to bc.c by Gavin Howard · 7 years ago
  89. a0ed6d0 Style fix by Gavin Howard · 7 years ago
  90. e77b83d Attempt to fix crashes caused by the AFL fuzzer by Gavin Howard · 7 years ago
  91. 601495e Add a release checklist by Gavin Howard · 7 years ago
  92. d95a976 Fix a typo in the README by Gavin Howard · 7 years ago
  93. 595886d Fix another Valgrind error by Gavin Howard · 7 years ago
  94. 6defc35 Fix a valgrind error by Gavin Howard · 7 years ago
  95. 2a263ba Undo last commit by Gavin Howard · 7 years ago
  96. 2a6fc8a Make sure to zero a number when parsing by Gavin Howard · 7 years ago
  97. 563f3ea Fix a problem with last commit by Gavin Howard · 7 years ago
  98. 0dd566d Rename all of the limits by Gavin Howard · 7 years ago
  99. 57c843e Remove the limits in BcProgram and just use the defaults by Gavin Howard · 7 years ago
  100. d4b7470 Remove the last (hopefully) reference to the c command line option by Gavin Howard · 7 years ago