1. c52c479 Fix bugs with io routines by Gavin Howard · 7 years ago
  2. c5e491b Reform the start code to be better compatible with toybox by Gavin Howard · 7 years ago
  3. f03f34c Remove some unneeded things by Gavin Howard · 7 years ago
  4. b5904bf Change the license by Gavin Howard · 7 years ago
  5. 207053c Fix seg faults and other bugs in the gen program by Gavin Howard · 7 years ago
  6. fe2351d Update some code for the lib by Gavin Howard · 7 years ago
  7. f833399 Add code to generate a char array from a file by Gavin Howard · 7 years ago
  8. f30302e Remove a useless TODO by Gavin Howard · 7 years ago
  9. 23827a2 Remove useless copyrights by Gavin Howard · 7 years ago
  10. 8702ded Fix more bugs found using the tests by Gavin Howard · 7 years ago
  11. 8f6b9e7 Fix some bugs found by testing addition by Gavin Howard · 7 years ago
  12. 804da67 Fix bugs found in debugging add function by Gavin Howard · 7 years ago
  13. a83e3dc Fix a few bugs and compile errors by Gavin Howard · 7 years ago
  14. 8389bb2 Rename a few things by Gavin Howard · 7 years ago
  15. 8e2cc69 Add functions to convert longs to BcNum's by Gavin Howard · 7 years ago
  16. 6455db1 Fix zeroing errors in BcNum's by Gavin Howard · 7 years ago
  17. 6f6dc94 Replace unused with cap in BcNum's by Gavin Howard · 7 years ago
  18. d789c65 Don't worry about negatives when parsing by Gavin Howard · 7 years ago
  19. 903a1e2 Fix printing to not go over the line limit by Gavin Howard · 7 years ago
  20. 74286ca Add code to handle negation by Gavin Howard · 7 years ago
  21. 869ee06 Fix bugs found in testing by Gavin Howard · 7 years ago
  22. 645200e Fix bugs found when running tests by Gavin Howard · 7 years ago
  23. 13ccc4a Fix more compile errors by Gavin Howard · 7 years ago
  24. 3ba6c8d Move the include files by Gavin Howard · 7 years ago
  25. 68b8a5c Add functions to convert to longs by Gavin Howard · 7 years ago
  26. 0b465d0 Style fixes by Gavin Howard · 7 years ago
  27. 5a049c4 Move a function to its proper place by Gavin Howard · 7 years ago
  28. 0dbafb5 Adjust the license exemption by Gavin Howard · 7 years ago
  29. b5c7721 Rip out all references to fxdpnt by Gavin Howard · 7 years ago
  30. ef2c2f2 Fix a bug found in addition by inspection by Gavin Howard · 7 years ago
  31. fe679f0 Write an initial shot at addition by Gavin Howard · 7 years ago
  32. 72701cc Handle scale better by Gavin Howard · 7 years ago
  33. 3eb626f Start adding math directly into bc by Gavin Howard · 7 years ago
  34. 0a8772b Fix a misinterpretation of the bc spec by Gavin Howard · 7 years ago
  35. 9a207dd Add a generic I/O error by Gavin Howard · 7 years ago
  36. ae6ff10 Reorder a status by Gavin Howard · 7 years ago
  37. 5715b04 Update license for Toybox and AOSP by Gavin Howard · 7 years ago
  38. 2534a81 Make sure to have a function (instruction pointer) stack by Gavin Howard · 7 years ago
  39. 10a451f Fix problem with signal handling commit by Gavin Howard · 7 years ago
  40. a0b3453 Handle signals better by Gavin Howard · 7 years ago
  41. e5166b9 Fix a bug where bc made subtraction and mod not work by Gavin Howard · 7 years ago
  42. 8fe5a26 Clarify a comment by Gavin Howard · 7 years ago
  43. b831696 Fix signal handling (or rather, improve it) by Gavin Howard · 7 years ago
  44. 602178d Make basic operations work by Gavin Howard · 7 years ago
  45. 0c85493 Fix the print code and get index from bytecode functions by Gavin Howard · 7 years ago
  46. 2433ae1 Update bc_program_var_add() bc_program_array_add() by Gavin Howard · 7 years ago
  47. ab67e7c Use bc_program_func_add by Gavin Howard · 7 years ago
  48. d832024 Create a define for an invalid index by Gavin Howard · 7 years ago
  49. b206b0a Fix a problem with last commit by Gavin Howard · 7 years ago
  50. 32aee40 Add basic support to the code option by Gavin Howard · 7 years ago
  51. 91072cf Fix some bugs found in basic debugging by Gavin Howard · 7 years ago
  52. d50539a Fix all compile errors by Gavin Howard · 7 years ago
  53. ee11033 Fix problems with starting to add code flag by Gavin Howard · 7 years ago
  54. e46c682 Get rid of all compile errors in parse.c by Gavin Howard · 7 years ago
  55. 914030d Start adding the code debug option by Gavin Howard · 7 years ago
  56. d96bcae Do more work to have bytecode (not there yet) by Gavin Howard · 7 years ago
  57. a3813a1 Double vector sizes on growth by Gavin Howard · 7 years ago
  58. 5a8949e Start working on redoing parsing for the bytecode change by Gavin Howard · 7 years ago
  59. 23fa3f3 Move more into vectors by Gavin Howard · 7 years ago
  60. 26a5aeb Change stacks to vectors by Gavin Howard · 7 years ago
  61. 36ab3e3 Fix bugs with POSIX errors/warnings by Gavin Howard · 7 years ago
  62. fc71e24 Finish with initial try for warnings and errors on POSIX by Gavin Howard · 7 years ago
  63. e66c1f3 Add more POSIX warnings/errors by Gavin Howard · 7 years ago
  64. 3eeff83 Add a define to do POSIX warnings/errors by Gavin Howard · 7 years ago
  65. c34e130 Standardize warning and error messages a bit better by Gavin Howard · 7 years ago
  66. 217a5d5 Start erroring and warning for POSIX standard by Gavin Howard · 7 years ago
  67. 364287c Make the simple operations work by Gavin Howard · 7 years ago
  68. 5a94ef6 Put in more work to get expressions working by Gavin Howard · 7 years ago
  69. 361bfd3 Make the code persistent across files by Gavin Howard · 7 years ago
  70. 3e7cf05 Update code to better fit with toybox by Gavin Howard · 7 years ago
  71. 37b1a20 Fix a seg fault by Gavin Howard · 7 years ago
  72. cb2fdb2 Fix a compiler warning by Gavin Howard · 7 years ago
  73. 941334d Make limits get executed after parse by Gavin Howard · 7 years ago
  74. dce6dc9 Split out the stuff between main and bc_main better (for toybox) by Gavin Howard · 7 years ago
  75. 9a23c84 Adjust copyright message by Gavin Howard · 7 years ago
  76. 4bc73ee Style fixes for toybox by Gavin Howard · 7 years ago
  77. 918ec65 Remove my copyright claim from arbprec by Gavin Howard · 7 years ago
  78. 4cb7dea Remove the arbsh material by Gavin Howard · 7 years ago