1. e94792a Fix typos by Gavin Howard · 6 years ago
  2. 66f2a6b Attempt to fix a bug where copyright was not printed on Windows by Gavin Howard · 6 years ago
  3. 7286ca6 Fix a discrepancy from the POSIX bc spec by Gavin Howard · 6 years ago
  4. 8505184 Style fix for a test by Gavin Howard · 6 years ago
  5. 08a4b5a Fix a parse bug where nested if's did not work by Gavin Howard · 6 years ago
  6. bda62cc Add a failing test found by busybox by Gavin Howard · 6 years ago
  7. 5f5a844 Tweak to configure.sh by Gavin Howard · 6 years ago
  8. 67222d3 Make the configure step test C compilers better by Gavin Howard · 6 years ago
  9. cdfa888 Add a help blurb about configure to the README by Gavin Howard · 6 years ago
  10. 629da49 Fix error message problems in configure.sh by Gavin Howard · 6 years ago
  11. 794b107 Add tests for else in the wrong place by Gavin Howard · 6 years ago
  12. 11734bc Style fix to the bc parser by Gavin Howard · 6 years ago
  13. 05b2ebd Fix a parse bug found by busybox by Gavin Howard · 6 years ago
  14. 0eaf86b More test file style fixes by Gavin Howard · 6 years ago
  15. 6e3137d Style fixes for a test file by Gavin Howard · 6 years ago
  16. 2a70580 Add two tests to test a bug that busybox found by Gavin Howard · 6 years ago
  17. 5184b33 Shorten the internal math library by Gavin Howard · 6 years ago
  18. 3e434de Fix status message ordering by Gavin Howard · 6 years ago
  19. 2a44ae1 Move limits execution into the parser by Gavin Howard · 6 years ago
  20. 4e6ab0a Remove some extra stuff from the bc math library by Gavin Howard · 6 years ago
  21. 41c701e Another style fix for strgen.c by Gavin Howard · 6 years ago
  22. 2b6631f Fix style in strgen by Gavin Howard · 6 years ago
  23. 3f9b574 Make strgen remove tabs in the math library by Gavin Howard · 6 years ago
  24. b5253c5 Shrink the internal math library by Gavin Howard · 6 years ago
  25. a3af22f Make sure the configure step doesn't give valgrind targets without debug by Gavin Howard · 6 years ago
  26. 03d86af Tweak output of the configure step by Gavin Howard · 6 years ago
  27. f1a0404 Improve make help output by Gavin Howard · 6 years ago
  28. 5647960 Remove the now-unneeded sbgn and send in BcVm by Gavin Howard · 6 years ago
  29. 4df9907 Fix a bug in the configure step by Gavin Howard · 6 years ago
  30. 3a686c7 Make sure to ignore clang generated profile files by Gavin Howard · 6 years ago
  31. 4737d54 Simplify bc_vm_stdin() by Gavin Howard · 6 years ago
  32. b5012b1 Update make help for the new configure step by Gavin Howard · 6 years ago
  33. c27fccb Improve the configure step by Gavin Howard · 6 years ago
  34. 62cf3ca Fix coverage generation in the configure step by Gavin Howard · 6 years ago
  35. 3a522f9 Clarify why I don't support pass-by-reference arrays in README by Gavin Howard · 6 years ago
  36. fed0d54 Style fix by Gavin Howard · 6 years ago
  37. 52446f2 Fix dc comment handling by Gavin Howard · 6 years ago
  38. 64ea138 Fix a bug in handling comments in stdin by Gavin Howard · 6 years ago
  39. a1a9096 Fix bugs in the stdin test script by Gavin Howard · 6 years ago
  40. 4a5eb47 Make sure to not use optimization for only debug in configure step by Gavin Howard · 6 years ago
  41. b186b6c Add make help entries for test_bc and test_dc by Gavin Howard · 6 years ago
  42. 3109a59 Add individual tests back in by Gavin Howard · 6 years ago
  43. 4f3cf8d Fix a problem with the configure step by Gavin Howard · 6 years ago
  44. a9fcc2a Commit missing files needed for last commit by Gavin Howard · 6 years ago
  45. eac7513 Add stdin tests by Gavin Howard · 6 years ago
  46. a7c8aa4 Fix a bug found by Denys Vlasenko of busybox by Gavin Howard · 6 years ago
  47. 0f44900 Update the README with new build instructions by Gavin Howard · 6 years ago
  48. 629b5c0 Improve configure.sh error handling and reporting by Gavin Howard · 6 years ago
  49. 27fa9cd Add a POSIX-shell configure step by Gavin Howard · 6 years ago
  50. 38ddfc2 Remove useless calls to bc_num_zero by Gavin Howard · 6 years ago
  51. 0ecf426 Fix a bug where dc was not getting selected by Gavin Howard · 6 years ago
  52. 5e3c61f Fix a bug that I recently introduced by Gavin Howard · 6 years ago
  53. d8a4389 Fix a bug introduced a few commits ago by Gavin Howard · 6 years ago
  54. c9c773c Fix a compile warning by Gavin Howard · 6 years ago
  55. d3a1c39 Optimize bc_num_ulong() by Gavin Howard · 6 years ago
  56. ac15758 Fix mistakes in last commit by Gavin Howard · 6 years ago
  57. 1bc0912 Fix up status handling and remove unused ones by Gavin Howard · 6 years ago
  58. b510a3d Add a blurb to the README about busybox and toybox by Gavin Howard · 6 years ago
  59. 70e3d60 Make all of the VM global by Gavin Howard · 6 years ago
  60. 34c4ba0 Improve speed of brute force addition by Gavin Howard · 6 years ago
  61. f5ae4ac Improve busybox release by Gavin Howard · 6 years ago
  62. 112304b Simplify signal handling by Gavin Howard · 6 years ago
  63. 07f0d10 Style fix for busybox by Gavin Howard · 6 years ago
  64. b32490a Fix a bug in signal handling by Gavin Howard · 6 years ago
  65. a8112ab Style fixes to bc_vm_stdin() for busybox by Gavin Howard · 6 years ago
  66. d95bb2c Make the limits output match GNU by Gavin Howard · 6 years ago
  67. a0bb69d Fix an uninitialized read uncovered by busybox by Gavin Howard · 6 years ago
  68. 1df9288 Fix some missed #if defined()'s by Gavin Howard · 6 years ago
  69. f97c24b Use a style fix that busybox suggested on bc_program_pushVar() by Gavin Howard · 6 years ago
  70. c829197 Style fix by Gavin Howard · 6 years ago
  71. 3cf18ac Fix typos in the README by Gavin Howard · 6 years ago
  72. a84ad99 Make more changes to be closer to what busybox wants by Gavin Howard · 6 years ago
  73. 34ec1ca Change help text for busybox by Gavin Howard · 6 years ago
  74. 2387839 Remove an unused typedef by Gavin Howard · 6 years ago
  75. 705c4bc Remove some useless error return values by Gavin Howard · 6 years ago
  76. 6c8f40a Fix a warning in busybox by Gavin Howard · 6 years ago
  77. f878d33 Remove the bc field from BcGlobals by Gavin Howard · 6 years ago
  78. 62ea586 Refactor a procedure for busybox by Gavin Howard · 6 years ago
  79. 9b0ff66 Use a better way of excluding an item from busybox by Gavin Howard · 6 years ago
  80. feabca0 Fix a typo by Gavin Howard · 6 years ago
  81. 9d87f2e Style fix for the dist/release.py script by Gavin Howard · 6 years ago
  82. 2961f89 Fix a problem with a replacement by Gavin Howard · 6 years ago
  83. 5ace9e5 Improve handling of errors in argument parsing by Gavin Howard · 6 years ago
  84. 5ec7573 Move some stuff into BcGlobals for busybox by Gavin Howard · 6 years ago
  85. 505a8bd Fix problems from two commits ago by Gavin Howard · 6 years ago
  86. 7aa7b01 Fix a little thing for busybox by Gavin Howard · 6 years ago
  87. 40a085f Fix preprocessor conditionals for busybox by Gavin Howard · 6 years ago
  88. 69f9ee2 Style fixes for the bc lexer by Gavin Howard · 6 years ago
  89. 0f31f5b Fix something for busybox by Gavin Howard · 6 years ago
  90. 0e94645 Update busybox sizes by Gavin Howard · 6 years ago
  91. 03899f3 Add a busybox fix that I missed by Gavin Howard · 6 years ago
  92. e0bd6fe Change things for busybox by Gavin Howard · 6 years ago
  93. 63a5c20 Undo last commit by Gavin Howard · 6 years ago
  94. 94d6a79 Add another optimization option to the README by Gavin Howard · 6 years ago
  95. 96664f2 More toybox updates by Gavin Howard · 6 years ago
  96. 84edc79 Update for toybox changes to my patch by Gavin Howard · 6 years ago
  97. 9727b6f Update style for toybox by Gavin Howard · 6 years ago
  98. 20e2be2 Fix a scan-build warning by Gavin Howard · 6 years ago
  99. 37f7dbe Update busybox and move a piece of code by Gavin Howard · 6 years ago
  100. 7269b95 Fix various bugs from recent changes by Gavin Howard · 6 years ago