1. 38a7855 Fix an out of memory error that actually didn't happen by Gavin Howard · 6 years ago
  2. ca3bc8e Fix a parse bug by Gavin Howard · 6 years ago
  3. 0c59f6b Fix problems in the toybox header by Gavin Howard · 6 years ago
  4. 12ca470 Rename the global struct by Gavin Howard · 6 years ago
  5. 98afe9b Remove a compile warning by Gavin Howard · 6 years ago
  6. 32f2beb Reuse code for bc_num_printDecimal() by Gavin Howard · 7 years ago
  7. 3852699 Add the lex source to toybox release by Gavin Howard · 7 years ago
  8. dff6d85 Fix an invalid param error by Gavin Howard · 7 years ago
  9. 62fff61 Print out the test name in all by Gavin Howard · 7 years ago
  10. 00da6bd Fix bugs in long to num functions by Gavin Howard · 7 years ago
  11. fcb6ebb Fix bugs in parsing bases by Gavin Howard · 7 years ago
  12. 736cde0 Attempt to fix a parse error by Gavin Howard · 7 years ago
  13. b42810f Remove another memory leak by Gavin Howard · 7 years ago
  14. fd9b3ea Get rid of a memory leak on error by Gavin Howard · 7 years ago
  15. a234660 Get rid of a memory leak by Gavin Howard · 7 years ago
  16. d64cf8f Harden bc_constant_free() by Gavin Howard · 7 years ago
  17. 04e538c Make sure to remove the BcGlobals struct definition by Gavin Howard · 7 years ago
  18. 729f764 Attempt to fix toybox compile errors by Gavin Howard · 7 years ago
  19. cca8fee Fix another segfault by Gavin Howard · 7 years ago
  20. 3b54f7d Fix more possible instances of the segfault from earlier by Gavin Howard · 7 years ago
  21. 43ad54c Fix a parse bug on parsing builtins by Gavin Howard · 7 years ago
  22. a5594d1 Remove a parse bug when parsing just an increment by Gavin Howard · 7 years ago
  23. 192c64e Fix a parse bug where scale function was not parsed correctly by Gavin Howard · 7 years ago
  24. 467c836 Fix a segfault by Gavin Howard · 7 years ago
  25. 7edf829 Change gen to remove the header comment by Gavin Howard · 7 years ago
  26. 6d175b0 Shrink the size of lib.bc by Gavin Howard · 7 years ago
  27. 96780f3 Implement a(x) now that I understand it by Gavin Howard · 7 years ago
  28. db91939 Add j(n,x) after understanding the algorithm by Gavin Howard · 7 years ago
  29. 3908b97 Add s(x) after understanding the algorithm by Gavin Howard · 7 years ago
  30. 538f141 Add l(x) after going through the GNU bc version by Gavin Howard · 7 years ago
  31. 97d4512 Add e(x) to the math library by Gavin Howard · 7 years ago
  32. d6db8d7 Do not error when parsing an undefined function by Gavin Howard · 7 years ago
  33. 140a343 Remove all code (except cosine from the bc lib) by Gavin Howard · 7 years ago
  34. 675f70c Implement a rough mathlib by Gavin Howard · 7 years ago
  35. 519b15b Actually don't print an error on exit by Gavin Howard · 7 years ago
  36. 3cd3c6f Make sure to print the error on exit by Gavin Howard · 7 years ago
  37. d6bc00c Style fix for toybox by Gavin Howard · 7 years ago
  38. 5907df2 Fix a parse error with assignment and negate by Gavin Howard · 7 years ago
  39. b43ca70 Fix a compile warning by Gavin Howard · 7 years ago
  40. 6431b91 Fix some things for toybox by Gavin Howard · 7 years ago
  41. 7f6911c Add files to cut releases for toybox by Gavin Howard · 7 years ago
  42. d257683 Change a few things for toybox by Gavin Howard · 7 years ago
  43. 1ba6bee Modify gen to generate a full header by Gavin Howard · 7 years ago
  44. cc60b3d Get rid of a memory leak that was introduced by Gavin Howard · 7 years ago
  45. 4d06ceb Fix memory leaks when parsing function calls by Gavin Howard · 7 years ago
  46. 3e75dfd Make sure we test 0 hz on timeconst.sh by Gavin Howard · 7 years ago
  47. 14e0564 Fix a bug I introduced in last commit by Gavin Howard · 7 years ago
  48. 9b787e9 Fix more bugs with parsing and codegen by Gavin Howard · 7 years ago
  49. 7f9d82a Attempt to fix code gen and parse errors on timeconst.bc by Gavin Howard · 7 years ago
  50. d4ac239 Attempt to fix code gen bugs in parse.c by Gavin Howard · 7 years ago
  51. ded20a2 Attempt to fix more bugs with function handling by Gavin Howard · 7 years ago
  52. c0d9f31 Fix bugs when printing programs by Gavin Howard · 7 years ago
  53. ae36d76 Fix bugs in bc_parse_pushIndex() by Gavin Howard · 7 years ago
  54. 39e0212 Fix more bugs found in testing timeconst.bc by Gavin Howard · 7 years ago
  55. 152f3e8 Make sure to not print newlines when in a print statement by Gavin Howard · 7 years ago
  56. a1ff02f Fix various bugs found when testing timeconst.bc by Gavin Howard · 7 years ago
  57. f83dd61 Style fix by Gavin Howard · 7 years ago
  58. c295369 Fix various bugs found when testing timeconst.bc by Gavin Howard · 7 years ago
  59. 33642b0 Make sure to check the number of braces by Gavin Howard · 7 years ago
  60. fe1a9e1 Remove debugging code by Gavin Howard · 7 years ago
  61. 0f85d02 Fix another bug in function handling by Gavin Howard · 7 years ago
  62. 5294d17 Fix a lot of bugs relating to function handling by Gavin Howard · 7 years ago
  63. 071a6a6 Style fixes by Gavin Howard · 7 years ago
  64. 442a6fd Try to harden memory management in the parser by Gavin Howard · 7 years ago
  65. d97aca5 Style fixes by Gavin Howard · 7 years ago
  66. 1e6793b Start fixing the parse bug by Gavin Howard · 7 years ago
  67. 0377d25 Add a new parse flag by Gavin Howard · 7 years ago
  68. ba2c746 Clean up more parse code by Gavin Howard · 7 years ago
  69. 0a3bfe8 Try to clean up code in the parser by Gavin Howard · 7 years ago
  70. 7213fb7 Make sure to handle header ends by Gavin Howard · 7 years ago
  71. cac881b Fix bugs with parsing for loops and inc/dec by Gavin Howard · 7 years ago
  72. 490682f Style fix by Gavin Howard · 7 years ago
  73. 5c05e55 Fix various bugs in parsing and adding functions by Gavin Howard · 7 years ago
  74. 1bc3810 Use a sequence in the timeconst.sh script by Gavin Howard · 7 years ago
  75. 206efbd Add an initial try at a timeconst.bc tester by Gavin Howard · 7 years ago
  76. 8da5f3a Fix a bug where a function was undefined by Gavin Howard · 7 years ago
  77. fa48573 Make sqrt pass tests by Gavin Howard · 7 years ago
  78. 63249f0 Fix a typo in sqrt by Gavin Howard · 7 years ago
  79. 4681d1b Create a compare function that counts equal digits by Gavin Howard · 7 years ago
  80. 62e52ed Make sqrt pass some tests by Gavin Howard · 7 years ago
  81. 211adf5 Prettify error output some by Gavin Howard · 7 years ago
  82. c6b7754 Fix a parse bug by Gavin Howard · 7 years ago
  83. 53ad274 Remove a function that is actually useless by Gavin Howard · 7 years ago
  84. a1c090a Make subtract pass its tests, as well as addition by Gavin Howard · 7 years ago
  85. 1e5b64a Fix a bug in bc_num_compare that didn't check for zeros by Gavin Howard · 7 years ago
  86. dac9f52 Fix an invalid param error in sqrt by Gavin Howard · 7 years ago
  87. 5b66bfb Fix a typo in bc_num_sub() by Gavin Howard · 7 years ago
  88. dc06b40 Style fix by Gavin Howard · 7 years ago
  89. 9a6f7a4 Fill out a rough implementation of subtraction by Gavin Howard · 7 years ago
  90. 4421cbb Style fix to bc_program_op() by Gavin Howard · 7 years ago
  91. 9693fa9 Fix bugs in bc_program_op found by inspection by Gavin Howard · 7 years ago
  92. bf6e6b3 Handle unary operators correctly with minus by Gavin Howard · 7 years ago
  93. 5fc40e7 Fix memory leaks in alg_p by Gavin Howard · 7 years ago
  94. c1a6a34 Fix bugs in alg_d found when testing power by Gavin Howard · 7 years ago
  95. a24b255 Style fix for divide.txt by Gavin Howard · 7 years ago
  96. 39eb9f6 Add a divide test that I think will fail by Gavin Howard · 7 years ago
  97. f2a4049 Style fixes for toybox by Gavin Howard · 7 years ago
  98. 89f88ea Fix a bug when doing a conditional jump by Gavin Howard · 7 years ago
  99. 4cfe320 Fix a bug found in bc_program_incdec() by Gavin Howard · 7 years ago
  100. 3aa58d1 Style fixes by Gavin Howard · 7 years ago