1. 195706a Fill out more instructions, at least somewhat by Gavin Howard · 7 years ago
  2. e093617 Fix post inc and dec by Gavin Howard · 7 years ago
  3. 277a4ef Style fixes for toybox by Gavin Howard · 7 years ago
  4. d88d9e0 Add an invalid return status by Gavin Howard · 7 years ago
  5. c05b7c6 Handle special case parsing for ibase by Gavin Howard · 7 years ago
  6. 3a9f779 Fill out more of the switch in bc_program_num() by Gavin Howard · 7 years ago
  7. e66ce6a Remove scale requirement from parsing by Gavin Howard · 7 years ago
  8. 5d74e96 Make ibase and obase BcNum's and handle conversion by Gavin Howard · 7 years ago
  9. 43a027f Create zero and one constants more efficiently by Gavin Howard · 7 years ago
  10. 6d89b5d Add an initial rough implementation of assignments by Gavin Howard · 7 years ago
  11. f1e302e Set scale in the math library by Gavin Howard · 7 years ago
  12. 819d7ad Update vm signal handling by Gavin Howard · 7 years ago
  13. 1ff37d1 Style fixes for toybox by Gavin Howard · 7 years ago
  14. cffc88d Add some helper functions for algorithm d by Gavin Howard · 7 years ago
  15. db1d7a9 Update bc_program_read() for bytecode by Gavin Howard · 7 years ago
  16. 64837e7 Fix a memory leak in bc_program_op() by Gavin Howard · 7 years ago
  17. c3bab4f Fix some bugs found in testing multiply by Gavin Howard · 7 years ago
  18. 5f43798 Add some more multiply tests by Gavin Howard · 7 years ago
  19. 5e214c9 Fix some more bugs in multiplication by Gavin Howard · 7 years ago
  20. d8a2b50 Remove warnings caused by style fixes for landley by Gavin Howard · 7 years ago
  21. 352d3e1 Fix some bugs in multiply found by inspection by Gavin Howard · 7 years ago
  22. 192de26 Improve addition just a bit by Gavin Howard · 7 years ago
  23. c1f7514 Style fixes by Gavin Howard · 7 years ago
  24. d8f305f Add an initial remainder implementation by Gavin Howard · 7 years ago
  25. f507f23 Add an initial power implementation by Gavin Howard · 7 years ago
  26. 809ae4a Fix warnings because of style from landley by Gavin Howard · 7 years ago
  27. 5744005 Fill out the mod procedure by Gavin Howard · 7 years ago
  28. 8d1f1db Update pointer style for toybox by Gavin Howard · 7 years ago
  29. f164b51 Add a couple more test cases by Gavin Howard · 7 years ago
  30. 24d6e56 Remove debugging prints from randmath by Gavin Howard · 7 years ago
  31. 9b20d6d Rename the random script to randmath by Gavin Howard · 7 years ago
  32. ea7bea6 Add an initial try at random math tests by Gavin Howard · 7 years ago
  33. d56186c Add some more tests that failed by Gavin Howard · 7 years ago
  34. bbbacf2 Make test.sh more robust by Gavin Howard · 7 years ago
  35. c2d2f72 Put in initial tests for every basic math op by Gavin Howard · 7 years ago
  36. 03c6007 Fix an add test by Gavin Howard · 7 years ago
  37. 510880a Add another few carry tests to add by Gavin Howard · 7 years ago
  38. a883ad9 Start checking stack sizes by Gavin Howard · 7 years ago
  39. d525df8 Fix a limit by Gavin Howard · 7 years ago
  40. d57443c Fix bugs found in add with the new carry test by Gavin Howard · 7 years ago
  41. 59080c4 Add a carry test for addition by Gavin Howard · 7 years ago
  42. d568b65 Make test.sh better to use by Gavin Howard · 7 years ago
  43. 8478bcf Fix bugs found in execStdin found in disabling basic input tests by Gavin Howard · 7 years ago
  44. 4661fee Fix bugs in add found through tests by Gavin Howard · 7 years ago
  45. bdb11b8 Disable the basic input tests for now by Gavin Howard · 7 years ago
  46. c6ca69f Fix a bug where bc was endlessly trying to execute code by Gavin Howard · 7 years ago
  47. d11c262 Style fix by Gavin Howard · 7 years ago
  48. 199c48c Fix parsing decimals by Gavin Howard · 7 years ago
  49. 8d60224 Fix a style problem by Gavin Howard · 7 years ago
  50. fc9bb98 Fix bugs in lexer that mishandled comments by Gavin Howard · 7 years ago
  51. f9edc41 Start fixing BcNum parsing and printing for reversal by Gavin Howard · 7 years ago
  52. 9453415 Fix bugs with error handling by Gavin Howard · 7 years ago
  53. c44ce20 Make handling of constants more robust by Gavin Howard · 7 years ago
  54. 164620e Make test.sh more robust by Gavin Howard · 7 years ago
  55. 2defddf More toybox style fixes by Gavin Howard · 7 years ago
  56. e9a135e Use a function pointer trick to deduplicate code by Gavin Howard · 7 years ago
  57. d845cd9 Fix a problem with last commit by Gavin Howard · 7 years ago
  58. 258b869 Style fixes to be more in line with toybox by Gavin Howard · 7 years ago
  59. 5d43619 Fix a possible out of bounds bug in vectors by Gavin Howard · 7 years ago
  60. 3cfa045 Fix a bug in the parser found by inspection by Gavin Howard · 7 years ago
  61. e9d0e5a Remove some useless functions by Gavin Howard · 7 years ago
  62. 7168cad Add pedantic and comply with C99 by Gavin Howard · 7 years ago
  63. 7c8dc77 Fix scan-build warnings by Gavin Howard · 7 years ago
  64. 5f75f4e Fix a problem with last commit by Gavin Howard · 7 years ago
  65. d571acf Fix warnings and bugs found using scan-build by Gavin Howard · 7 years ago
  66. 5648263 Fix bugs in the vm that printed errors twice or not at all by Gavin Howard · 7 years ago
  67. 6c24436 Fix a leak by Gavin Howard · 7 years ago
  68. eac4710 Add a header comment to the math library by Gavin Howard · 7 years ago
  69. 9c931e6 Change the test driver to just cat files by Gavin Howard · 7 years ago
  70. 8bdbb1f Fix bugs relating to handling of the math library by Gavin Howard · 7 years ago
  71. f7964a6 Make the new BcResults work by Gavin Howard · 7 years ago
  72. 8bb2638 Style fixes by Gavin Howard · 7 years ago
  73. 21b128b Use the new bc_result_free() by Gavin Howard · 7 years ago
  74. 4596409 Update bc_result_free() by Gavin Howard · 7 years ago
  75. 9ea1506 Add a function to get the nth item from the end of vectors by Gavin Howard · 7 years ago
  76. 6638f9b Finish rewriting add for the array reverse refactor by Gavin Howard · 7 years ago
  77. 8eafd76 Add another needed header by Gavin Howard · 7 years ago
  78. 82cdc6f Include a needed file by Gavin Howard · 7 years ago
  79. db48850 Fix a compile error by Gavin Howard · 7 years ago
  80. 025d04d Start turning BcNum arrays into least significant first by Gavin Howard · 7 years ago
  81. c52c479 Fix bugs with io routines by Gavin Howard · 7 years ago
  82. c5e491b Reform the start code to be better compatible with toybox by Gavin Howard · 7 years ago
  83. f03f34c Remove some unneeded things by Gavin Howard · 7 years ago
  84. b5904bf Change the license by Gavin Howard · 7 years ago
  85. 207053c Fix seg faults and other bugs in the gen program by Gavin Howard · 7 years ago
  86. fe2351d Update some code for the lib by Gavin Howard · 7 years ago
  87. 2562aff Ignore a generated C file by Gavin Howard · 7 years ago
  88. febbb62 Ignore an executable by Gavin Howard · 7 years ago
  89. f833399 Add code to generate a char array from a file by Gavin Howard · 7 years ago
  90. f30302e Remove a useless TODO by Gavin Howard · 7 years ago
  91. 23827a2 Remove useless copyrights by Gavin Howard · 7 years ago
  92. 8702ded Fix more bugs found using the tests by Gavin Howard · 7 years ago
  93. ff08b46 Add more addition tests by Gavin Howard · 7 years ago
  94. 8f6b9e7 Fix some bugs found by testing addition by Gavin Howard · 7 years ago
  95. cbcc369 Add some addition tests by Gavin Howard · 7 years ago
  96. 804da67 Fix bugs found in debugging add function by Gavin Howard · 7 years ago
  97. a83e3dc Fix a few bugs and compile errors by Gavin Howard · 7 years ago
  98. 8389bb2 Rename a few things by Gavin Howard · 7 years ago
  99. 8e2cc69 Add functions to convert longs to BcNum's by Gavin Howard · 7 years ago
  100. 6455db1 Fix zeroing errors in BcNum's by Gavin Howard · 7 years ago