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