1. 8fe5a26 Clarify a comment by Gavin Howard · 6 years ago
  2. b831696 Fix signal handling (or rather, improve it) by Gavin Howard · 6 years ago
  3. 602178d Make basic operations work by Gavin Howard · 6 years ago
  4. 0c85493 Fix the print code and get index from bytecode functions by Gavin Howard · 6 years ago
  5. 2433ae1 Update bc_program_var_add() bc_program_array_add() by Gavin Howard · 6 years ago
  6. ab67e7c Use bc_program_func_add by Gavin Howard · 6 years ago
  7. d832024 Create a define for an invalid index by Gavin Howard · 6 years ago
  8. b206b0a Fix a problem with last commit by Gavin Howard · 6 years ago
  9. 32aee40 Add basic support to the code option by Gavin Howard · 6 years ago
  10. 91072cf Fix some bugs found in basic debugging by Gavin Howard · 6 years ago
  11. 7ae1211 Remove the segarray test by Gavin Howard · 6 years ago
  12. d50539a Fix all compile errors by Gavin Howard · 6 years ago
  13. ee11033 Fix problems with starting to add code flag by Gavin Howard · 6 years ago
  14. e46c682 Get rid of all compile errors in parse.c by Gavin Howard · 6 years ago
  15. 914030d Start adding the code debug option by Gavin Howard · 6 years ago
  16. d96bcae Do more work to have bytecode (not there yet) by Gavin Howard · 6 years ago
  17. a3813a1 Double vector sizes on growth by Gavin Howard · 6 years ago
  18. 5a8949e Start working on redoing parsing for the bytecode change by Gavin Howard · 6 years ago
  19. 23fa3f3 Move more into vectors by Gavin Howard · 6 years ago
  20. 26a5aeb Change stacks to vectors by Gavin Howard · 6 years ago
  21. 66f0c42 Update the README with better submodule instructions by Gavin Howard · 6 years ago
  22. 36ab3e3 Fix bugs with POSIX errors/warnings by Gavin Howard · 6 years ago
  23. fc71e24 Finish with initial try for warnings and errors on POSIX by Gavin Howard · 6 years ago
  24. e66c1f3 Add more POSIX warnings/errors by Gavin Howard · 6 years ago
  25. 3eeff83 Add a define to do POSIX warnings/errors by Gavin Howard · 6 years ago
  26. c34e130 Standardize warning and error messages a bit better by Gavin Howard · 6 years ago
  27. 217a5d5 Start erroring and warning for POSIX standard by Gavin Howard · 6 years ago
  28. 364287c Make the simple operations work by Gavin Howard · 6 years ago
  29. 5a94ef6 Put in more work to get expressions working by Gavin Howard · 6 years ago
  30. c7384d6 Add arbprec as a submodule by Gavin Howard · 6 years ago
  31. 361bfd3 Make the code persistent across files by Gavin Howard · 6 years ago
  32. 3e7cf05 Update code to better fit with toybox by Gavin Howard · 6 years ago
  33. 37b1a20 Fix a seg fault by Gavin Howard · 6 years ago
  34. cb2fdb2 Fix a compiler warning by Gavin Howard · 6 years ago
  35. 941334d Make limits get executed after parse by Gavin Howard · 6 years ago
  36. dce6dc9 Split out the stuff between main and bc_main better (for toybox) by Gavin Howard · 6 years ago
  37. 9a23c84 Adjust copyright message by Gavin Howard · 6 years ago
  38. 24882f2 Fix the segarray test by Gavin Howard · 6 years ago
  39. 4bc73ee Style fixes for toybox by Gavin Howard · 6 years ago
  40. a19cf7e Update the README and NOTICE again by Gavin Howard · 6 years ago
  41. 1dc000c Update the README for arbprec and add a NOTICE by Gavin Howard · 6 years ago
  42. f927825 Add the License by Gavin Howard · 6 years ago
  43. 918ec65 Remove my copyright claim from arbprec by Gavin Howard · 6 years ago
  44. 9182f97 Update the README by Gavin Howard · 6 years ago
  45. 35221f0 Rename the README by Gavin Howard · 6 years ago
  46. 4cb7dea Remove the arbsh material by Gavin Howard · 6 years ago
  47. b33afd0 Add Makefile after wiping Chris Graff's code from this repo's history by Gavin Howard · 6 years ago
  48. 9ec7a43 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 6 years ago
  49. 94b59bf Make bc_program_limits void by Gavin Howard · 6 years ago
  50. 6fc7769 Move limits into the program by Gavin Howard · 6 years ago
  51. 2d834b8 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 6 years ago
  52. 88f3900 Do more work to get execution by Gavin Howard · 6 years ago
  53. 643f2c6 Fill out stubs for the rest of the switch by Gavin Howard · 6 years ago
  54. 75b3788 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 6 years ago
  55. aeac4b9 Start evaluating expressions by Gavin Howard · 6 years ago
  56. 5b5dc57 Free stmt lists as they are finished by Gavin Howard · 6 years ago
  57. 88b03df Make the lexer better conform to POSIX with locale set by Gavin Howard · 6 years ago
  58. bc9fa77 Set default locale by Gavin Howard · 6 years ago
  59. 3c2fbfc Make the lexer conform to POSIX for backslash newlines in strings by Gavin Howard · 6 years ago
  60. 1dec3f2 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 6 years ago
  61. d28e80a Add more to the vm by Gavin Howard · 6 years ago
  62. 9d77f91 Make stdin execution handle partial strings and comments by Gavin Howard · 6 years ago
  63. 73a08b5 Fix leaks by Gavin Howard · 6 years ago
  64. f111615 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 6 years ago
  65. 440f588 Use sigaction instead of signal by Gavin Howard · 6 years ago
  66. 6a50da1 Fix some build problems by Gavin Howard · 6 years ago
  67. 91013c5 Fix a bug by Gavin Howard · 6 years ago
  68. e4cdf56 Start work on actually executing programs by Gavin Howard · 6 years ago
  69. 4c4ccdd Rename a field by Gavin Howard · 6 years ago
  70. dec399f Move some code around by Gavin Howard · 6 years ago
  71. a9da4f0 Merge remote-tracking branch 'upstream/master' by Gavin Howard · 6 years ago
  72. c64a028 Ignore some more things by Gavin Howard · 6 years ago
  73. 377a21d Merge remote-tracking branch 'upstream/master'\ by Gavin Howard · 6 years ago
  74. 7d1a21b Do some more work on bc by Gavin Howard · 6 years ago
  75. 2301f97 Ignore test logs by Gavin Howard · 6 years ago
  76. a3f2669 Harden the error handling some more by Gavin Howard · 6 years ago
  77. 8cc52a5 Make the SIGINT message prettier by Gavin Howard · 6 years ago
  78. 89c4f22 Make bc respond properly to SIGINT by Gavin Howard · 6 years ago
  79. 52953e0 Prevent memory leaks on errors by Gavin Howard · 6 years ago
  80. dae5067 Check for limits that are greater than we have by Gavin Howard · 6 years ago
  81. 286bde0 Style fixes by Gavin Howard · 6 years ago
  82. 07399df Redo the limits function to be correct by Gavin Howard · 6 years ago
  83. 133550e Change the copyright by Gavin Howard · 6 years ago
  84. 243dc67 Get rid of debug code and fix bugs by Gavin Howard · 6 years ago
  85. 1e3b3d6 Remove the last memory leak by Gavin Howard · 6 years ago
  86. 69b0c59 Remove more memory leaks (almost there) by Gavin Howard · 6 years ago
  87. 915a944 Remove some more memory leaks by Gavin Howard · 6 years ago
  88. dfc9e28 Remove the version defines by Gavin Howard · 6 years ago
  89. 394be35 Reorder a function's arguments by Gavin Howard · 6 years ago
  90. ec2a67b Fix another problem by Gavin Howard · 6 years ago
  91. d7fe295 Fix problem with last commit by Gavin Howard · 6 years ago
  92. 222e84e Add a specific error for no autos by Gavin Howard · 6 years ago
  93. 4dc4266 Attempt to reduce memory leaks by Gavin Howard · 6 years ago
  94. 405d524 Remove a TODO by Gavin Howard · 6 years ago
  95. 9f9bdff Fix another bug in an execution loop by Gavin Howard · 6 years ago
  96. e13fca5 Redo the basic test by Gavin Howard · 6 years ago
  97. bf91dd7 Don't ignore the bc directory by Gavin Howard · 6 years ago
  98. f3a496f Print out limits by Gavin Howard · 6 years ago
  99. 538cbc7 Fix a seg fault on freeing segarrays by Gavin Howard · 6 years ago
  100. 356b046 Fix a bug when exiting vm exec loop on eof by Gavin Howard · 6 years ago