1. d568b65 Make test.sh better to use by Gavin Howard · 6 years ago
  2. 8478bcf Fix bugs found in execStdin found in disabling basic input tests by Gavin Howard · 6 years ago
  3. 4661fee Fix bugs in add found through tests by Gavin Howard · 6 years ago
  4. bdb11b8 Disable the basic input tests for now by Gavin Howard · 6 years ago
  5. c6ca69f Fix a bug where bc was endlessly trying to execute code by Gavin Howard · 6 years ago
  6. d11c262 Style fix by Gavin Howard · 6 years ago
  7. 199c48c Fix parsing decimals by Gavin Howard · 6 years ago
  8. 8d60224 Fix a style problem by Gavin Howard · 6 years ago
  9. fc9bb98 Fix bugs in lexer that mishandled comments by Gavin Howard · 6 years ago
  10. f9edc41 Start fixing BcNum parsing and printing for reversal by Gavin Howard · 6 years ago
  11. 9453415 Fix bugs with error handling by Gavin Howard · 6 years ago
  12. c44ce20 Make handling of constants more robust by Gavin Howard · 6 years ago
  13. 164620e Make test.sh more robust by Gavin Howard · 6 years ago
  14. 2defddf More toybox style fixes by Gavin Howard · 6 years ago
  15. e9a135e Use a function pointer trick to deduplicate code by Gavin Howard · 6 years ago
  16. d845cd9 Fix a problem with last commit by Gavin Howard · 6 years ago
  17. 258b869 Style fixes to be more in line with toybox by Gavin Howard · 6 years ago
  18. 5d43619 Fix a possible out of bounds bug in vectors by Gavin Howard · 6 years ago
  19. 3cfa045 Fix a bug in the parser found by inspection by Gavin Howard · 6 years ago
  20. e9d0e5a Remove some useless functions by Gavin Howard · 6 years ago
  21. 7168cad Add pedantic and comply with C99 by Gavin Howard · 6 years ago
  22. 7c8dc77 Fix scan-build warnings by Gavin Howard · 6 years ago
  23. 5f75f4e Fix a problem with last commit by Gavin Howard · 6 years ago
  24. d571acf Fix warnings and bugs found using scan-build by Gavin Howard · 6 years ago
  25. 5648263 Fix bugs in the vm that printed errors twice or not at all by Gavin Howard · 6 years ago
  26. 6c24436 Fix a leak by Gavin Howard · 6 years ago
  27. eac4710 Add a header comment to the math library by Gavin Howard · 6 years ago
  28. 9c931e6 Change the test driver to just cat files by Gavin Howard · 6 years ago
  29. 8bdbb1f Fix bugs relating to handling of the math library by Gavin Howard · 6 years ago
  30. f7964a6 Make the new BcResults work by Gavin Howard · 6 years ago
  31. 8bb2638 Style fixes by Gavin Howard · 6 years ago
  32. 21b128b Use the new bc_result_free() by Gavin Howard · 6 years ago
  33. 4596409 Update bc_result_free() by Gavin Howard · 6 years ago
  34. 9ea1506 Add a function to get the nth item from the end of vectors by Gavin Howard · 6 years ago
  35. 6638f9b Finish rewriting add for the array reverse refactor by Gavin Howard · 6 years ago
  36. 8eafd76 Add another needed header by Gavin Howard · 6 years ago
  37. 82cdc6f Include a needed file by Gavin Howard · 6 years ago
  38. db48850 Fix a compile error by Gavin Howard · 6 years ago
  39. 025d04d Start turning BcNum arrays into least significant first by Gavin Howard · 6 years ago
  40. c52c479 Fix bugs with io routines by Gavin Howard · 6 years ago
  41. c5e491b Reform the start code to be better compatible with toybox by Gavin Howard · 6 years ago
  42. f03f34c Remove some unneeded things by Gavin Howard · 6 years ago
  43. b5904bf Change the license by Gavin Howard · 6 years ago
  44. 207053c Fix seg faults and other bugs in the gen program by Gavin Howard · 6 years ago
  45. fe2351d Update some code for the lib by Gavin Howard · 6 years ago
  46. 2562aff Ignore a generated C file by Gavin Howard · 6 years ago
  47. febbb62 Ignore an executable by Gavin Howard · 6 years ago
  48. f833399 Add code to generate a char array from a file by Gavin Howard · 6 years ago
  49. f30302e Remove a useless TODO by Gavin Howard · 6 years ago
  50. 23827a2 Remove useless copyrights by Gavin Howard · 6 years ago
  51. 8702ded Fix more bugs found using the tests by Gavin Howard · 6 years ago
  52. ff08b46 Add more addition tests by Gavin Howard · 6 years ago
  53. 8f6b9e7 Fix some bugs found by testing addition by Gavin Howard · 6 years ago
  54. cbcc369 Add some addition tests by Gavin Howard · 6 years ago
  55. 804da67 Fix bugs found in debugging add function by Gavin Howard · 6 years ago
  56. a83e3dc Fix a few bugs and compile errors by Gavin Howard · 6 years ago
  57. 8389bb2 Rename a few things by Gavin Howard · 6 years ago
  58. 8e2cc69 Add functions to convert longs to BcNum's by Gavin Howard · 6 years ago
  59. 6455db1 Fix zeroing errors in BcNum's by Gavin Howard · 6 years ago
  60. 6f6dc94 Replace unused with cap in BcNum's by Gavin Howard · 6 years ago
  61. cda7573 Add long integers to the parse print test by Gavin Howard · 6 years ago
  62. d789c65 Don't worry about negatives when parsing by Gavin Howard · 6 years ago
  63. 903a1e2 Fix printing to not go over the line limit by Gavin Howard · 6 years ago
  64. 74286ca Add code to handle negation by Gavin Howard · 6 years ago
  65. 869ee06 Fix bugs found in testing by Gavin Howard · 6 years ago
  66. 4a5aad5 Add empty tests for the ones that exist in all.txt by Gavin Howard · 6 years ago
  67. 645200e Fix bugs found when running tests by Gavin Howard · 6 years ago
  68. 6cf8963 Add tests for parsing and printing decimal by Gavin Howard · 6 years ago
  69. 0732f17 Add some convenience scripts by Gavin Howard · 6 years ago
  70. 9b3739a Make all.sh less prone to error by Gavin Howard · 6 years ago
  71. 26f9d99 Keep working on test infrastructure by Gavin Howard · 6 years ago
  72. 85d68e3 Start reforming the test structure by Gavin Howard · 6 years ago
  73. b0d27c8 Ignore some things by Gavin Howard · 6 years ago
  74. 13ccc4a Fix more compile errors by Gavin Howard · 6 years ago
  75. 3ba6c8d Move the include files by Gavin Howard · 6 years ago
  76. 68b8a5c Add functions to convert to longs by Gavin Howard · 6 years ago
  77. 0b465d0 Style fixes by Gavin Howard · 6 years ago
  78. 5a049c4 Move a function to its proper place by Gavin Howard · 6 years ago
  79. 0dbafb5 Adjust the license exemption by Gavin Howard · 6 years ago
  80. 96ac4e2 Add a couple of initial tests by Gavin Howard · 6 years ago
  81. b5c7721 Rip out all references to fxdpnt by Gavin Howard · 6 years ago
  82. ef2c2f2 Fix a bug found in addition by inspection by Gavin Howard · 6 years ago
  83. bcb03e4 Remove the arbprec submodule by Gavin Howard · 6 years ago
  84. fe679f0 Write an initial shot at addition by Gavin Howard · 6 years ago
  85. 72701cc Handle scale better by Gavin Howard · 6 years ago
  86. 3eb626f Start adding math directly into bc by Gavin Howard · 6 years ago
  87. e25ab43 Remove more Gam references by Gavin Howard · 6 years ago
  88. c794fb8 Remove references to Gam from README by Gavin Howard · 6 years ago
  89. 0a8772b Fix a misinterpretation of the bc spec by Gavin Howard · 6 years ago
  90. 9a207dd Add a generic I/O error by Gavin Howard · 6 years ago
  91. ae6ff10 Reorder a status by Gavin Howard · 6 years ago
  92. 5715b04 Update license for Toybox and AOSP by Gavin Howard · 6 years ago
  93. 2534a81 Make sure to have a function (instruction pointer) stack by Gavin Howard · 6 years ago
  94. 10a451f Fix problem with signal handling commit by Gavin Howard · 6 years ago
  95. a0b3453 Handle signals better by Gavin Howard · 6 years ago
  96. e5166b9 Fix a bug where bc made subtraction and mod not work by Gavin Howard · 6 years ago
  97. 0108448 Fix a problem with last commit by Gavin Howard · 6 years ago
  98. 7e98acc Add a link to the GNU bc by Gavin Howard · 6 years ago
  99. 89df07a Fix problems with last commit by Gavin Howard · 6 years ago
  100. 255526b Update the README with a detailed status by Gavin Howard · 6 years ago