1. c246baf Fill out an initial draft of the dc lexer by Gavin Howard · 7 years ago
  2. 5e9deba Add a bit to the dc parser by Gavin Howard · 7 years ago
  3. e49d7cb Style fix by Gavin Howard · 7 years ago
  4. 364df3b Move some more lex functions to where they should be by Gavin Howard · 7 years ago
  5. bbb33cc Use a procedure I wrote recently by Gavin Howard · 7 years ago
  6. 29204d6 Make sure some data is left out in data.c by Gavin Howard · 7 years ago
  7. ac09448 Change the name of a status by Gavin Howard · 7 years ago
  8. 09074d1 Reduce LOC by Gavin Howard · 7 years ago
  9. d2a0525 Split the parsers and lexers by Gavin Howard · 7 years ago
  10. c494b57 Make install work for just dc by Gavin Howard · 7 years ago
  11. a1c4439 Style fixes by Gavin Howard · 7 years ago
  12. 05b5b9a Another style fix by Gavin Howard · 7 years ago
  13. e54132d Style fix by Gavin Howard · 7 years ago
  14. 6e59dee Tiny tweak by Gavin Howard · 7 years ago
  15. 0275a55 Style fix by Gavin Howard · 7 years ago
  16. 176e695 Exclude some things from toybox by Gavin Howard · 7 years ago
  17. ed5c831 Start splitting lexer code by Gavin Howard · 7 years ago
  18. 13ab015 Make vars into arrays for dc by Gavin Howard · 7 years ago
  19. e956c61 Style fixes by Gavin Howard · 7 years ago
  20. 2882780 Style fix by Gavin Howard · 7 years ago
  21. ee2e8df Style fix missed during the big change by Gavin Howard · 7 years ago
  22. 4104403 Fix an extra newline on bc_header from puts() by Gavin Howard · 7 years ago
  23. 6d8c661 Remove useless lines by Gavin Howard · 7 years ago
  24. 0361074 Fix a bug found by inspection by Gavin Howard · 7 years ago
  25. 2d46489 Fix a bug from a recent change by Gavin Howard · 7 years ago
  26. 7efe744 Use string vectors in bc_io_getline() by Gavin Howard · 7 years ago
  27. f0cddf9 Fix a mistake in last commit by Gavin Howard · 7 years ago
  28. 16d1718 Change a test for a recent change by Gavin Howard · 7 years ago
  29. f4983b8 Start adding dc command-line options by Gavin Howard · 7 years ago
  30. 53eaaac Add the help text by Gavin Howard · 7 years ago
  31. a0ccea6 Get rid of a warning by Gavin Howard · 7 years ago
  32. 67cb55d Fix a typo from last commit by Gavin Howard · 7 years ago
  33. 4ffe5a9 Start adding the dc by Gavin Howard · 7 years ago
  34. 2d35cb0 Start making things ready for busybox by Gavin Howard · 7 years ago
  35. 42fe738 Remove bc_vm_set_sig() by Gavin Howard · 7 years ago
  36. 411f732 Style fixes by Gavin Howard · 7 years ago
  37. cdcae37 Fix a typo by Gavin Howard · 7 years ago
  38. f094454 Move the toybox files to prepare for busybox by Gavin Howard · 7 years ago
  39. 9c486fd Do some busybox style fixes that I missed by Gavin Howard · 7 years ago
  40. e84d428 Update the toybox script for the style changes by Gavin Howard · 7 years ago
  41. 6373820 Finish changing to busybox style by Gavin Howard · 7 years ago
  42. f4bb864 Style fix to a test by Gavin Howard · 7 years ago
  43. e0dec60 Tweak to afl.sh by Gavin Howard · 7 years ago
  44. 86fb8d3 Rename a string by Gavin Howard · 7 years ago
  45. 1e5094b Fix a typo by Gavin Howard · 7 years ago
  46. 73527d2 Start changing code to busybox style by Gavin Howard · 7 years ago
  47. 116c0e9 Rename a procedure by Gavin Howard · 7 years ago
  48. 1ee10f6 Fix a bug found by inspection by Gavin Howard · 7 years ago
  49. 9cd74f5 Style fix by Gavin Howard · 7 years ago
  50. db28f43 Allow newlines after a header comment in lib.bc by Gavin Howard · 7 years ago
  51. 7aa5485 Style fix by Gavin Howard · 7 years ago
  52. 5470380 Fix a problem in toybox release script by Gavin Howard · 7 years ago
  53. 471f05f Fix a bug where the prompt was not getting output by Gavin Howard · 7 years ago
  54. 4ad418e Fix a bug found by inspection by Gavin Howard · 7 years ago
  55. bbe28fd Style fix by Gavin Howard · 7 years ago
  56. b6b1684 Fix a bug found by inspection by Gavin Howard · 7 years ago
  57. 5f46ee3 Style fixes by Gavin Howard · 7 years ago
  58. 1a5cac2 Make my bc follow the standard for printing numbers by Gavin Howard · 7 years ago
  59. 5b927df Make the print test more comprehensive by Gavin Howard · 7 years ago
  60. 86098f2 Move a file by Gavin Howard · 7 years ago
  61. ed77cc8 Improve the uninstall target by Gavin Howard · 7 years ago
  62. 8df4c14 Move some cleaning by Gavin Howard · 7 years ago
  63. 64f113c Add license headers where necessary by Gavin Howard · 7 years ago
  64. bdab6a0 Remove a useless line in toybox/release.py by Gavin Howard · 7 years ago
  65. d321589 Make toybox compile by Gavin Howard · 7 years ago
  66. c918c93 Fix a mistake in a recent commit by Gavin Howard · 7 years ago
  67. 4c2ec1b Rename a struct by Gavin Howard · 7 years ago
  68. f4a74ee Use strdup() instead of manually duplicating strings by Gavin Howard · 7 years ago
  69. d884e71 Style fix to reduce LOC by Gavin Howard · 7 years ago
  70. 474d32e Fix lexer bugs found by the recent afl test case by Gavin Howard · 7 years ago
  71. eb0fd03 Fix more num error handling code by Gavin Howard · 7 years ago
  72. 1d0347e Reduce LOC by Gavin Howard · 7 years ago
  73. 6cddf5f Fix a bug that I introduced when trying to reduce LOC by Gavin Howard · 7 years ago
  74. 7f45f1a Fix an error handling bug in num.c by Gavin Howard · 7 years ago
  75. e6c3e99 Fix a bug found by inspection by Gavin Howard · 7 years ago
  76. 07b9caa Add a test that afl found by Gavin Howard · 7 years ago
  77. 38031c1 Remove warnings by Gavin Howard · 7 years ago
  78. aac24bf Remove a redundant function by Gavin Howard · 7 years ago
  79. 7a5bab0 Make the Makefile more robust by Gavin Howard · 7 years ago
  80. 0e44d74 Style fix by Gavin Howard · 7 years ago
  81. 76e6c0f Fix mistakes in last few commits by Gavin Howard · 7 years ago
  82. 76b1ba2 Fix a thing in toybox release.py by Gavin Howard · 7 years ago
  83. d555167 Reorganize the code by Gavin Howard · 7 years ago
  84. 0790bca Another style fix by Gavin Howard · 7 years ago
  85. 0a95ccd Style fix by Gavin Howard · 7 years ago
  86. c4e6c24 Add running timeconst.bc to the test suite by Gavin Howard · 7 years ago
  87. bc85daa Style fix by Gavin Howard · 7 years ago
  88. 7b858be Add a prompt option to bc_io_getline() by Gavin Howard · 7 years ago
  89. 1694d98 Add a #define by Gavin Howard · 7 years ago
  90. 2933227 Fix typo in last commit by Gavin Howard · 7 years ago
  91. bfbbc62 Another style fix to reduce LOC by Gavin Howard · 7 years ago
  92. c498761 Style fix by Gavin Howard · 7 years ago
  93. ee938c0 Fix the bug that I described in the last commit message by Gavin Howard · 7 years ago
  94. aeb0b61 Add a test found by afl by Gavin Howard · 7 years ago
  95. aa5374f Change errors.sh to use a function to test results by Gavin Howard · 7 years ago
  96. 0697776 Add a test found by afl as well as its fix by Gavin Howard · 7 years ago
  97. f3cf028 Fix a problem with last commit by Gavin Howard · 7 years ago
  98. 691cfd5 Another style fix by Gavin Howard · 7 years ago
  99. 1dc4f09 Style fixes by Gavin Howard · 7 years ago
  100. 4d93cf3 Attempt to make the repo more self-contained by Gavin Howard · 7 years ago