1. c8d426a Make instruction names match what they do by Gavin Howard · 6 years ago
  2. 044644b Fix some data by Gavin Howard · 6 years ago
  3. 875a9b4 Reduce LOC a bit by Gavin Howard · 6 years ago
  4. 914a7da Style fixes to VM code by Gavin Howard · 6 years ago
  5. 972e840 Guard more features specific to either calculator by Gavin Howard · 6 years ago
  6. 78790ca Add an error test by Gavin Howard · 6 years ago
  7. 403f65a Fix a compile problem by Gavin Howard · 6 years ago
  8. f90c27b More style fixes by Gavin Howard · 6 years ago
  9. 5405e50 Style fixes by Gavin Howard · 6 years ago
  10. 6252584 Fix problem in with last commit by Gavin Howard · 6 years ago
  11. c079d55 Parse negate properly in dc by Gavin Howard · 6 years ago
  12. 00a7a5f Style fixes by Gavin Howard · 6 years ago
  13. da4cfc0 Start making assigning strings to vars work by Gavin Howard · 6 years ago
  14. 077e30a Add rough code to execute strings by Gavin Howard · 6 years ago
  15. cbca2b6 Fix typo bug by Gavin Howard · 6 years ago
  16. ad8ddf0 Implement a rough form of dc push/pop var instructions by Gavin Howard · 6 years ago
  17. e87dcb8 Redo parameter handling in preparation for a dc change by Gavin Howard · 6 years ago
  18. 3e10ae0 Silence a warning by Gavin Howard · 6 years ago
  19. 1e758c8 Have only one stack check macro by Gavin Howard · 6 years ago
  20. 3a714ae Remove the asciify instruction by Gavin Howard · 6 years ago
  21. 2192547 Do runtime stack checks by Gavin Howard · 6 years ago
  22. 4c2a13e Style fixes by Gavin Howard · 6 years ago
  23. 503f393 Add divmod by Gavin Howard · 6 years ago
  24. af90560 Fix a bug with divmod by Gavin Howard · 6 years ago
  25. f6f8cf4 Add a missing bit of data by Gavin Howard · 6 years ago
  26. ba00980 Add an initial (non-working) modular exponentiation by Gavin Howard · 6 years ago
  27. 12fe781 Style fixes by Gavin Howard · 6 years ago
  28. 9019886 Refactor vectors a bit by Gavin Howard · 6 years ago
  29. 5065154 Style fixes by Gavin Howard · 6 years ago
  30. 1f3e758 Style fixes by Gavin Howard · 6 years ago
  31. c935ff1 Implement a good chunk of dc by Gavin Howard · 6 years ago
  32. 634b600 Implement more of the dc parser by Gavin Howard · 6 years ago
  33. c4fab67 Style fix by Gavin Howard · 6 years ago
  34. 85a6934 Fix a bug by Gavin Howard · 6 years ago
  35. e319eb6 Fix problems with code printing by Gavin Howard · 6 years ago
  36. af2b771 Redo code printing by Gavin Howard · 6 years ago
  37. afa9872 Use the array length extension in a test by Gavin Howard · 6 years ago
  38. 3950bb6 Style fixes by Gavin Howard · 6 years ago
  39. 4e4a011 Change string handling in preparation for dc by Gavin Howard · 6 years ago
  40. b8807c0 Add strings tests by Gavin Howard · 6 years ago
  41. 08f74ad Make one instruction fit better with dc by Gavin Howard · 6 years ago
  42. f09aa33 Style fixes to both lexers by Gavin Howard · 6 years ago
  43. 0651ec2 Make the dc lexer handle escaped brackets by Gavin Howard · 6 years ago
  44. d85721c Make the dc lexer take escaped brackets into account by Gavin Howard · 6 years ago
  45. 07f7ff5 Make bc_program_printString() behave better by Gavin Howard · 6 years ago
  46. 6b7d6cb Reduce LOC in program.c by Gavin Howard · 6 years ago
  47. ca893d7 Handle the prompt better by Gavin Howard · 6 years ago
  48. 2b3ca4a Exclude more things from toybox by Gavin Howard · 6 years ago
  49. 88cbe15 Activate a lot of dc instructions by Gavin Howard · 6 years ago
  50. fa55fc0 Style fix by Gavin Howard · 6 years ago
  51. 3bc436f Rename a few globals by Gavin Howard · 6 years ago
  52. 65a0c77 Move some lex token types by Gavin Howard · 6 years ago
  53. 2b9aa8a Shorten some long code a touch by Gavin Howard · 6 years ago
  54. f54e841 Add printing to the dc by Gavin Howard · 6 years ago
  55. 9520b20 Reduce LOC in the bc parser by Gavin Howard · 6 years ago
  56. 727dff9 Add some posix error tests by Gavin Howard · 6 years ago
  57. 48641a5 Reduce LOC in the lexer by Gavin Howard · 6 years ago
  58. 65bf036 Rename a couple of instructions by Gavin Howard · 6 years ago
  59. 6d632e9 Fix a bug with return statements by Gavin Howard · 6 years ago
  60. ccdf500 Remove some blank lines by Gavin Howard · 6 years ago
  61. 03e278d Reduce LOC even further by Gavin Howard · 6 years ago
  62. 2b692fc More style fixes by Gavin Howard · 6 years ago
  63. b4584aa Style fixes by Gavin Howard · 6 years ago
  64. afd928a Make print just print, not pop by Gavin Howard · 6 years ago
  65. e13227f Fix dc newline handling and make it quit by Gavin Howard · 6 years ago
  66. a155809 Silence a warning by Gavin Howard · 6 years ago
  67. 02a4d5c Factor out common parsing code by Gavin Howard · 6 years ago
  68. 74f9933 Change the character for parse string ends by Gavin Howard · 6 years ago
  69. c246baf Fill out an initial draft of the dc lexer by Gavin Howard · 6 years ago
  70. 5e9deba Add a bit to the dc parser by Gavin Howard · 6 years ago
  71. e49d7cb Style fix by Gavin Howard · 6 years ago
  72. 364df3b Move some more lex functions to where they should be by Gavin Howard · 6 years ago
  73. bbb33cc Use a procedure I wrote recently by Gavin Howard · 6 years ago
  74. 29204d6 Make sure some data is left out in data.c by Gavin Howard · 6 years ago
  75. ac09448 Change the name of a status by Gavin Howard · 6 years ago
  76. 09074d1 Reduce LOC by Gavin Howard · 6 years ago
  77. d2a0525 Split the parsers and lexers by Gavin Howard · 6 years ago
  78. c494b57 Make install work for just dc by Gavin Howard · 6 years ago
  79. a1c4439 Style fixes by Gavin Howard · 6 years ago
  80. 05b5b9a Another style fix by Gavin Howard · 6 years ago
  81. e54132d Style fix by Gavin Howard · 6 years ago
  82. 6e59dee Tiny tweak by Gavin Howard · 6 years ago
  83. 0275a55 Style fix by Gavin Howard · 6 years ago
  84. 176e695 Exclude some things from toybox by Gavin Howard · 6 years ago
  85. ed5c831 Start splitting lexer code by Gavin Howard · 6 years ago
  86. 13ab015 Make vars into arrays for dc by Gavin Howard · 6 years ago
  87. e956c61 Style fixes by Gavin Howard · 6 years ago
  88. 2882780 Style fix by Gavin Howard · 6 years ago
  89. ee2e8df Style fix missed during the big change by Gavin Howard · 6 years ago
  90. 4104403 Fix an extra newline on bc_header from puts() by Gavin Howard · 6 years ago
  91. 6d8c661 Remove useless lines by Gavin Howard · 6 years ago
  92. 0361074 Fix a bug found by inspection by Gavin Howard · 6 years ago
  93. 2d46489 Fix a bug from a recent change by Gavin Howard · 6 years ago
  94. 7efe744 Use string vectors in bc_io_getline() by Gavin Howard · 6 years ago
  95. f0cddf9 Fix a mistake in last commit by Gavin Howard · 6 years ago
  96. 16d1718 Change a test for a recent change by Gavin Howard · 6 years ago
  97. f4983b8 Start adding dc command-line options by Gavin Howard · 6 years ago
  98. 53eaaac Add the help text by Gavin Howard · 6 years ago
  99. a0ccea6 Get rid of a warning by Gavin Howard · 6 years ago
  100. 67cb55d Fix a typo from last commit by Gavin Howard · 6 years ago