1. 5615879 Fix a lex line counting bug by Gavin Howard · 6 years ago
  2. 94f1410 Switch 2 vars by Gavin Howard · 6 years ago
  3. 37fc72a Fix the num length check by Gavin Howard · 6 years ago
  4. 25f6088 Fix yet another crash by Gavin Howard · 6 years ago
  5. 7de4f22 Fix a problem with counting lines by Gavin Howard · 6 years ago
  6. 4f49f68 Fix a crash by Gavin Howard · 6 years ago
  7. 8dd307e Fix handling of numbers to eat whitespace after \ newline by Gavin Howard · 6 years ago
  8. 10b62f3 Make sure to eat whitespace after \ newline combo by Gavin Howard · 6 years ago
  9. 1ab22d2 Change style for toybox by Gavin Howard · 6 years ago
  10. 48354e8 Make toybox compile again by Gavin Howard · 6 years ago
  11. 03cd112 Improve error reporting even more by Gavin Howard · 6 years ago
  12. ecc7fc2 Improve error reporting across the board by Gavin Howard · 6 years ago
  13. 196f7db Fix bc_lex_number() for dc by Gavin Howard · 6 years ago
  14. c7d655b Add the capital letters feature of the GNU bc by Gavin Howard · 6 years ago
  15. 9a0d2e5 Fix handling of line comments by Gavin Howard · 6 years ago
  16. f9b86ee Remove BcLex newline field by Gavin Howard · 6 years ago
  17. 50c8c2d Style fixes by Gavin Howard · 6 years ago
  18. ad47731 Remove the inner struct from BcLex by Gavin Howard · 6 years ago
  19. 8e30663 Fix a bug where interrupt was not handled correctly by Gavin Howard · 6 years ago
  20. 4770952 Fix a bug tested by the new test from last commit by Gavin Howard · 6 years ago
  21. 7536dcf Change all of bc to output error messages at point of error by Gavin Howard · 6 years ago
  22. 52446f2 Fix dc comment handling by Gavin Howard · 6 years ago
  23. 1bc0912 Fix up status handling and remove unused ones by Gavin Howard · 6 years ago
  24. 9b1c6c4 Make changes to better support busybox by Gavin Howard · 6 years ago
  25. 53eba8b Fix style for busybox by Gavin Howard · 6 years ago
  26. 890d0c0 Style fixes for busybox by Gavin Howard · 6 years ago
  27. 48af52e Fix busybox style complaints by Gavin Howard · 6 years ago
  28. ad0ecfe Create functions to just die on OOM by Gavin Howard · 6 years ago
  29. d64ce7b Style fixes by Gavin Howard · 6 years ago
  30. 9a4b6cd Reduce LOC even further by Gavin Howard · 6 years ago
  31. 88c2530 Reduce LOC by Gavin Howard · 6 years ago
  32. c3f40df Make sure bin file checking is done by io.c by Gavin Howard · 6 years ago
  33. 763c8de Make I/O more robust for files by Gavin Howard · 6 years ago
  34. 8412ba8 Start coding for dc registers by Gavin Howard · 6 years ago
  35. c39fd49 Style fixes to reduce LOC for toybox by Gavin Howard · 6 years ago
  36. c9a9c47 Make things shipshape for toybox again by Gavin Howard · 6 years ago
  37. 9019886 Refactor vectors a bit by Gavin Howard · 6 years ago
  38. 48641a5 Reduce LOC in the lexer by Gavin Howard · 6 years ago
  39. 6d632e9 Fix a bug with return statements by Gavin Howard · 6 years ago
  40. 364df3b Move some more lex functions to where they should be by Gavin Howard · 6 years ago
  41. d2a0525 Split the parsers and lexers by Gavin Howard · 6 years ago
  42. 0275a55 Style fix by Gavin Howard · 6 years ago
  43. ed5c831 Start splitting lexer code by Gavin Howard · 6 years ago
  44. 411f732 Style fixes by Gavin Howard · 6 years ago
  45. 6373820 Finish changing to busybox style by Gavin Howard · 6 years ago
  46. 116c0e9 Rename a procedure by Gavin Howard · 6 years ago
  47. 1ee10f6 Fix a bug found by inspection by Gavin Howard · 6 years ago
  48. d884e71 Style fix to reduce LOC by Gavin Howard · 6 years ago
  49. 474d32e Fix lexer bugs found by the recent afl test case by Gavin Howard · 6 years ago
  50. d555167 Reorganize the code by Gavin Howard · 6 years ago
  51. 5d44512 Style fix by Gavin Howard · 6 years ago
  52. 3889584 Style fix for lexer by Gavin Howard · 6 years ago
  53. e9d74d8 Style fixes to reduce LOC in the lexer by Gavin Howard · 6 years ago
  54. 4b447a4 Fix lexer handling of backslashes by Gavin Howard · 6 years ago
  55. a628aa2 Refactor the lexer's string code by Gavin Howard · 6 years ago
  56. a20bbd0 Style massaging to reduce LOC by Gavin Howard · 6 years ago
  57. 6a8f1eb Fix a lex bug found by afl by Gavin Howard · 6 years ago
  58. bc20f3d Add some asserts and other style fixes by Gavin Howard · 6 years ago
  59. 6918504 Remove memory leaks on errors by Gavin Howard · 6 years ago
  60. de85a24 Style fix by Gavin Howard · 6 years ago
  61. 8317a79 Style fixes to reduce the LOC even more by Gavin Howard · 6 years ago
  62. ce8fb79 Style fixes by Gavin Howard · 6 years ago
  63. 39b6408 Style fixes by Gavin Howard · 6 years ago
  64. 9dd4831 Make small improvements to the lexer by Gavin Howard · 6 years ago
  65. f6e3fb3 Fix warnings found by Thalheim by Gavin Howard · 6 years ago
  66. 45ff357 Reduce loc for Landley by Gavin Howard · 6 years ago
  67. c4c6753 Revert "Style fixes (rename "status" to "s" where possible)" by Gavin Howard · 7 years ago
  68. 1fc1cd7 Style fixes (rename "status" to "s" where possible) by Gavin Howard · 7 years ago
  69. ce1069c Fix a bug that I introduced into the lexer by Gavin Howard · 7 years ago
  70. c312ab3 Style fixes to lex.c by Gavin Howard · 7 years ago
  71. e77b83d Attempt to fix crashes caused by the AFL fuzzer by Gavin Howard · 7 years ago
  72. 9f4d914 Fix a bug where something was not initialized properly by Gavin Howard · 7 years ago
  73. 0b190a0 Fix parsing errors for the eof status change by Gavin Howard · 7 years ago
  74. 68f2bae Refactor to store the token in the lexer object by Gavin Howard · 7 years ago
  75. 117de42 Fix a buffer overflow found by Thalheim in lex.c by Gavin Howard · 7 years ago
  76. 57ab322 Fix a bug where decimal points at the end of numbers was messing up math by Gavin Howard · 7 years ago
  77. ddaa4c1 Fix crash when given a binary file to run by Gavin Howard · 7 years ago
  78. a58294c Fix an issue with lines in stdin by Gavin Howard · 7 years ago
  79. f75ffd8 Rearrange the source files by Gavin Howard · 7 years ago[Renamed from src/bc/lex.c]
  80. 6b5f5bb Various style fixes by Gavin Howard · 7 years ago
  81. 3f68df7 Remove static from all functions by Gavin Howard · 7 years ago
  82. e7149d0 Style fixes to the lexer by Gavin Howard · 7 years ago
  83. 3575392 Fix various little problems by Gavin Howard · 7 years ago
  84. c5e71a0 Remove a two-line function by Gavin Howard · 7 years ago
  85. 27fdfb9 Remove bug statuses and replace with asserts by Gavin Howard · 7 years ago
  86. 2a9c6e9 Style fixes by Gavin Howard · 7 years ago
  87. 2949306 Put status codes and error stuff in their own header by Gavin Howard · 7 years ago
  88. 4d498ce Get my params and args straight in status name and message by Gavin Howard · 7 years ago
  89. bdb2f92 Change error messages and such for landley by Gavin Howard · 7 years ago
  90. 4148d3f Fix a bug parsing a number with backlashes by Gavin Howard · 7 years ago
  91. 4cf4992 Style fixes for toybox by Gavin Howard · 7 years ago
  92. f456d37 Make sure data is put before code in toybox by Gavin Howard · 7 years ago
  93. 07add2e Revert "Remove all statics" by Gavin Howard · 7 years ago
  94. f2aa1e2 Remove all statics by Gavin Howard · 7 years ago
  95. 1a7e7ee Style fix for a name by Gavin Howard · 7 years ago
  96. 413c3a0 Fix the last of PR #1 by Gavin Howard · 7 years ago
  97. ceb0d6e Fix PR #1 for style by Gavin Howard · 7 years ago
  98. eb9070f lexer: optimize grouping of keyword properties by rofl0r · 7 years ago
  99. 442a6fd Try to harden memory management in the parser by Gavin Howard · 7 years ago
  100. d97aca5 Style fixes by Gavin Howard · 7 years ago