1. 729f764 Attempt to fix toybox compile errors by Gavin Howard · 7 years ago
  2. 5907df2 Fix a parse error with assignment and negate by Gavin Howard · 7 years ago
  3. b43ca70 Fix a compile warning by Gavin Howard · 7 years ago
  4. 6431b91 Fix some things for toybox by Gavin Howard · 7 years ago
  5. d257683 Change a few things for toybox by Gavin Howard · 7 years ago
  6. 152f3e8 Make sure to not print newlines when in a print statement by Gavin Howard · 7 years ago
  7. 1e6793b Start fixing the parse bug by Gavin Howard · 7 years ago
  8. 0377d25 Add a new parse flag by Gavin Howard · 7 years ago
  9. 2a6e3a6 Add the capability to use '.' as a shortcut for last by Gavin Howard · 7 years ago
  10. 6fb635f Attempt to fix bugs with bc_num_alg_p() by Gavin Howard · 7 years ago
  11. 2682a1f Add a rough implementation of non-decimal printing by Gavin Howard · 7 years ago
  12. 82435af Style fix for toybox by Gavin Howard · 7 years ago
  13. 5cea43b Change conversion functions to accept BcNum bases by Gavin Howard · 7 years ago
  14. b11bc8a Deduplicate some code by Gavin Howard · 7 years ago
  15. 0561f91 Make sure there can't be two autos/params of same name by Gavin Howard · 7 years ago
  16. e50f712 Make sure recursive read() calls cannot happen by Gavin Howard · 7 years ago
  17. b4d6049 Improve the parser by using flags by Gavin Howard · 7 years ago
  18. 5c222e3 Make sure to pop a result if it's not printed by Gavin Howard · 7 years ago
  19. aaa9140 Improve the search functions by Gavin Howard · 7 years ago
  20. f23448c Start implementing work to search for function args by Gavin Howard · 7 years ago
  21. 4da34bd Add an init func type by Gavin Howard · 7 years ago
  22. d6fa9f0 Remove a useless status by Gavin Howard · 7 years ago
  23. 63e843d Add some consts by Gavin Howard · 7 years ago
  24. bbd368c Add an invalid stack status by Gavin Howard · 7 years ago
  25. 9bb13e2 Various style fixes by Gavin Howard · 7 years ago
  26. df64dc9 Add an invalid type status (for later) by Gavin Howard · 7 years ago
  27. 843fa79 Handle boolean and logical operators by Gavin Howard · 7 years ago
  28. 67c3852 Rename a function by Gavin Howard · 7 years ago
  29. e723a15 Add a rough implementation for inc/dec by Gavin Howard · 7 years ago
  30. a80ad15 Add an invalid label status by Gavin Howard · 7 years ago
  31. 17452fb Remove last references (maybe) to locals and temps by Gavin Howard · 7 years ago
  32. ed392aa Redo the bc_program_read() function by Gavin Howard · 7 years ago
  33. e351e9d Handle printing correctly by Gavin Howard · 7 years ago
  34. bde073f Fix a problem with last commit by Gavin Howard · 7 years ago
  35. 1cab010 Fix a problem with last commit by Gavin Howard · 7 years ago
  36. 88e39e6 Stop Qt Creator from labeling a comment as "TODO" by Gavin Howard · 7 years ago
  37. 195706a Fill out more instructions, at least somewhat by Gavin Howard · 7 years ago
  38. e093617 Fix post inc and dec by Gavin Howard · 7 years ago
  39. d88d9e0 Add an invalid return status by Gavin Howard · 7 years ago
  40. e66ce6a Remove scale requirement from parsing by Gavin Howard · 7 years ago
  41. 5d74e96 Make ibase and obase BcNum's and handle conversion by Gavin Howard · 7 years ago
  42. 43a027f Create zero and one constants more efficiently by Gavin Howard · 7 years ago
  43. 6d89b5d Add an initial rough implementation of assignments by Gavin Howard · 7 years ago
  44. 8d1f1db Update pointer style for toybox by Gavin Howard · 7 years ago
  45. a883ad9 Start checking stack sizes by Gavin Howard · 7 years ago
  46. e9a135e Use a function pointer trick to deduplicate code by Gavin Howard · 7 years ago
  47. 5d43619 Fix a possible out of bounds bug in vectors by Gavin Howard · 7 years ago
  48. e9d0e5a Remove some useless functions by Gavin Howard · 7 years ago
  49. 7168cad Add pedantic and comply with C99 by Gavin Howard · 7 years ago
  50. 7c8dc77 Fix scan-build warnings by Gavin Howard · 7 years ago
  51. 4596409 Update bc_result_free() by Gavin Howard · 7 years ago
  52. 9ea1506 Add a function to get the nth item from the end of vectors by Gavin Howard · 7 years ago
  53. db48850 Fix a compile error by Gavin Howard · 7 years ago
  54. 025d04d Start turning BcNum arrays into least significant first by Gavin Howard · 7 years ago
  55. c52c479 Fix bugs with io routines by Gavin Howard · 7 years ago
  56. c5e491b Reform the start code to be better compatible with toybox by Gavin Howard · 7 years ago
  57. b5904bf Change the license by Gavin Howard · 7 years ago
  58. a83e3dc Fix a few bugs and compile errors by Gavin Howard · 7 years ago
  59. 8389bb2 Rename a few things by Gavin Howard · 7 years ago
  60. 8e2cc69 Add functions to convert longs to BcNum's by Gavin Howard · 7 years ago
  61. 6f6dc94 Replace unused with cap in BcNum's by Gavin Howard · 7 years ago
  62. 903a1e2 Fix printing to not go over the line limit by Gavin Howard · 7 years ago
  63. 869ee06 Fix bugs found in testing by Gavin Howard · 7 years ago
  64. 3ba6c8d Move the include files by Gavin Howard · 7 years ago
  65. 68b8a5c Add functions to convert to longs by Gavin Howard · 7 years ago
  66. 0b465d0 Style fixes by Gavin Howard · 7 years ago
  67. 0dbafb5 Adjust the license exemption by Gavin Howard · 7 years ago
  68. b5c7721 Rip out all references to fxdpnt by Gavin Howard · 7 years ago
  69. fe679f0 Write an initial shot at addition by Gavin Howard · 7 years ago
  70. 3eb626f Start adding math directly into bc by Gavin Howard · 7 years ago
  71. 0a8772b Fix a misinterpretation of the bc spec by Gavin Howard · 7 years ago
  72. 9a207dd Add a generic I/O error by Gavin Howard · 7 years ago
  73. ae6ff10 Reorder a status by Gavin Howard · 7 years ago
  74. 5715b04 Update license for Toybox and AOSP by Gavin Howard · 7 years ago
  75. 2534a81 Make sure to have a function (instruction pointer) stack by Gavin Howard · 7 years ago
  76. a0b3453 Handle signals better by Gavin Howard · 7 years ago
  77. 602178d Make basic operations work by Gavin Howard · 7 years ago
  78. 2433ae1 Update bc_program_var_add() bc_program_array_add() by Gavin Howard · 7 years ago
  79. ab67e7c Use bc_program_func_add by Gavin Howard · 7 years ago
  80. d832024 Create a define for an invalid index by Gavin Howard · 7 years ago
  81. 32aee40 Add basic support to the code option by Gavin Howard · 7 years ago
  82. 91072cf Fix some bugs found in basic debugging by Gavin Howard · 7 years ago
  83. d50539a Fix all compile errors by Gavin Howard · 7 years ago
  84. e46c682 Get rid of all compile errors in parse.c by Gavin Howard · 7 years ago
  85. d96bcae Do more work to have bytecode (not there yet) by Gavin Howard · 7 years ago
  86. 5a8949e Start working on redoing parsing for the bytecode change by Gavin Howard · 7 years ago
  87. 23fa3f3 Move more into vectors by Gavin Howard · 7 years ago
  88. 26a5aeb Change stacks to vectors by Gavin Howard · 7 years ago
  89. fc71e24 Finish with initial try for warnings and errors on POSIX by Gavin Howard · 7 years ago
  90. e66c1f3 Add more POSIX warnings/errors by Gavin Howard · 7 years ago
  91. 3eeff83 Add a define to do POSIX warnings/errors by Gavin Howard · 7 years ago
  92. 217a5d5 Start erroring and warning for POSIX standard by Gavin Howard · 7 years ago
  93. 364287c Make the simple operations work by Gavin Howard · 7 years ago
  94. 5a94ef6 Put in more work to get expressions working by Gavin Howard · 7 years ago
  95. 361bfd3 Make the code persistent across files by Gavin Howard · 7 years ago
  96. 3e7cf05 Update code to better fit with toybox by Gavin Howard · 7 years ago
  97. 941334d Make limits get executed after parse by Gavin Howard · 7 years ago
  98. dce6dc9 Split out the stuff between main and bc_main better (for toybox) by Gavin Howard · 7 years ago
  99. 4bc73ee Style fixes for toybox by Gavin Howard · 7 years ago
  100. 4cb7dea Remove the arbsh material by Gavin Howard · 7 years ago