1. 6d632e9 Fix a bug with return statements by Gavin Howard · 6 years ago
  2. 02a4d5c Factor out common parsing code by Gavin Howard · 6 years ago
  3. 74f9933 Change the character for parse string ends by Gavin Howard · 6 years ago
  4. c246baf Fill out an initial draft of the dc lexer by Gavin Howard · 6 years ago
  5. 364df3b Move some more lex functions to where they should be by Gavin Howard · 6 years ago
  6. ac09448 Change the name of a status by Gavin Howard · 6 years ago
  7. d2a0525 Split the parsers and lexers by Gavin Howard · 6 years ago
  8. e54132d Style fix by Gavin Howard · 6 years ago
  9. 176e695 Exclude some things from toybox by Gavin Howard · 6 years ago
  10. ed5c831 Start splitting lexer code by Gavin Howard · 6 years ago
  11. 13ab015 Make vars into arrays for dc by Gavin Howard · 6 years ago
  12. 6d8c661 Remove useless lines by Gavin Howard · 6 years ago
  13. 0361074 Fix a bug found by inspection by Gavin Howard · 6 years ago
  14. 7efe744 Use string vectors in bc_io_getline() by Gavin Howard · 6 years ago
  15. f0cddf9 Fix a mistake in last commit by Gavin Howard · 6 years ago
  16. f4983b8 Start adding dc command-line options by Gavin Howard · 6 years ago
  17. 53eaaac Add the help text by Gavin Howard · 6 years ago
  18. a0ccea6 Get rid of a warning by Gavin Howard · 6 years ago
  19. 4ffe5a9 Start adding the dc by Gavin Howard · 6 years ago
  20. 411f732 Style fixes by Gavin Howard · 6 years ago
  21. 6373820 Finish changing to busybox style by Gavin Howard · 6 years ago
  22. 86fb8d3 Rename a string by Gavin Howard · 6 years ago
  23. 116c0e9 Rename a procedure by Gavin Howard · 6 years ago
  24. 9cd74f5 Style fix by Gavin Howard · 6 years ago
  25. d321589 Make toybox compile by Gavin Howard · 6 years ago
  26. 4c2ec1b Rename a struct by Gavin Howard · 6 years ago
  27. f4a74ee Use strdup() instead of manually duplicating strings by Gavin Howard · 6 years ago
  28. aac24bf Remove a redundant function by Gavin Howard · 6 years ago
  29. 0e44d74 Style fix by Gavin Howard · 6 years ago
  30. 76e6c0f Fix mistakes in last few commits by Gavin Howard · 6 years ago
  31. d555167 Reorganize the code by Gavin Howard · 6 years ago
  32. 0a95ccd Style fix by Gavin Howard · 6 years ago
  33. 7b858be Add a prompt option to bc_io_getline() by Gavin Howard · 6 years ago
  34. 1694d98 Add a #define by Gavin Howard · 6 years ago
  35. 1dc4f09 Style fixes by Gavin Howard · 6 years ago
  36. db31998 Style fix by Gavin Howard · 6 years ago
  37. 9697ea8 Improve error handling and messages by Gavin Howard · 6 years ago
  38. 8d3259a Fix a crash found by afl by Gavin Howard · 6 years ago
  39. 9b1e2c9 More fixes for limits by Gavin Howard · 6 years ago
  40. e48e2a7 Refactor the limits a bit by Gavin Howard · 6 years ago
  41. 38c4819 Fix a bug where an error was wrongfully reported for read by Gavin Howard · 6 years ago
  42. 1e02452 Fix handling of leaf expressions in the parser by Gavin Howard · 6 years ago
  43. 6e930b3 Fix problems in exporting to toybox by Gavin Howard · 6 years ago
  44. 79be14a Fix a lot of parse errors at once by Gavin Howard · 6 years ago
  45. a628aa2 Refactor the lexer's string code by Gavin Howard · 6 years ago
  46. af2a38e Fix from last commit by Gavin Howard · 6 years ago
  47. a20bbd0 Style massaging to reduce LOC by Gavin Howard · 6 years ago
  48. 135a77c Style fixes by Gavin Howard · 6 years ago
  49. 01401a7 Do not allow standalone expressions to occur next to each other by Gavin Howard · 6 years ago
  50. 1ed587d Make sure to only allow arrays as function args by Gavin Howard · 6 years ago
  51. 6918504 Remove memory leaks on errors by Gavin Howard · 6 years ago
  52. cf7882d Add two new limits by Gavin Howard · 6 years ago
  53. bd9b292 Add another error type and use it by Gavin Howard · 6 years ago
  54. 7061017 Remove all defects found by Coverity Scan by Gavin Howard · 6 years ago
  55. 6018383 Fix compile error on last commit by Gavin Howard · 6 years ago
  56. 7611aeb Minor style tweak by Gavin Howard · 6 years ago
  57. 8317a79 Style fixes to reduce the LOC even more by Gavin Howard · 6 years ago
  58. 71815ed Fix bugs in array handling found by the test by Gavin Howard · 6 years ago
  59. 375263e Start fixing array and array element handling by Gavin Howard · 6 years ago
  60. ce8fb79 Style fixes by Gavin Howard · 6 years ago
  61. f51b189 Style fixes to reduce LOC by Gavin Howard · 6 years ago
  62. a2c4d38 Add more const labels by Gavin Howard · 6 years ago
  63. 0609bcf Improve the arg handling by Gavin Howard · 6 years ago
  64. 0be26ed Move some code to reduce LOC for toybox by Gavin Howard · 6 years ago
  65. 9406f8f Remove a useless field from BcProgram by Gavin Howard · 6 years ago
  66. a049214 Fix bug that created POSIX error on signal by Gavin Howard · 6 years ago
  67. 4538c90 Remove one line of code for toybox by Gavin Howard · 6 years ago
  68. 52e0126 Use more #defines by Gavin Howard · 6 years ago
  69. 6e0f3c5 Reduce LOC and fix some style for toybox by Gavin Howard · 6 years ago
  70. 0075913 Reduce allocation sizes for nums by Gavin Howard · 6 years ago
  71. 9dd4831 Make small improvements to the lexer by Gavin Howard · 6 years ago
  72. f6e3fb3 Fix warnings found by Thalheim by Gavin Howard · 6 years ago
  73. 432b8b9 Reduce loc by Gavin Howard · 6 years ago
  74. 8f4b207 Fix seg fault and some warnings by Gavin Howard · 6 years ago
  75. 79ce08b Attempt to reduce line count for toybox by Gavin Howard · 7 years ago
  76. 3e8e6d1 Rename bcg.interactive to bcg.tty by Gavin Howard · 7 years ago
  77. 8117128 Style fixes for toybox by Gavin Howard · 7 years ago
  78. 67598a7 Reduce whitespace in output by Gavin Howard · 7 years ago
  79. 52402f2 Make sig int message more informative by Gavin Howard · 7 years ago
  80. 0dfe292 Make interrupts work better by Gavin Howard · 7 years ago
  81. 6a804cf Make compare functions return number of equal digits through return by Gavin Howard · 7 years ago
  82. 902a16c Reduce loc even further by Gavin Howard · 7 years ago
  83. 45ff357 Reduce loc for Landley by Gavin Howard · 7 years ago
  84. b49a1c3 Make toybox compile from the release script by Gavin Howard · 7 years ago
  85. 6d94a76 Implement the BC_ENV_ARGS environment variable by Gavin Howard · 7 years ago
  86. 0011a3a Add two environment variables by Gavin Howard · 7 years ago
  87. c4c6753 Revert "Style fixes (rename "status" to "s" where possible)" by Gavin Howard · 7 years ago
  88. 1fc1cd7 Style fixes (rename "status" to "s" where possible) by Gavin Howard · 7 years ago
  89. 2ed8b59 Rename statuses in bc.c to "s" by Gavin Howard · 7 years ago
  90. 7d86871 Style fixes to parse.c and parse.h by Gavin Howard · 7 years ago
  91. 684d2e6 Remove an extraneous blank line by Gavin Howard · 7 years ago
  92. c312ab3 Style fixes to lex.c by Gavin Howard · 7 years ago
  93. e77b83d Attempt to fix crashes caused by the AFL fuzzer by Gavin Howard · 7 years ago
  94. 0dd566d Rename all of the limits by Gavin Howard · 7 years ago
  95. 57c843e Remove the limits in BcProgram and just use the defaults by Gavin Howard · 7 years ago
  96. 84590c8 Make printing code only something that debug versions have by Gavin Howard · 7 years ago
  97. 5ce4084 Change back to lines being 69 characters by Gavin Howard · 7 years ago
  98. a54cabf Make getline work with signals by Gavin Howard · 7 years ago
  99. ff66e29 Remove requirement to do strlen on static strings by Gavin Howard · 7 years ago
  100. abdc2d3 Use two variables to handle sigints by Gavin Howard · 7 years ago