1. 68f4a4e Make make clean_tests also remove the config by Gavin Howard · 6 years ago
  2. df68c75 Add a make target to remove the generated Makefile by Gavin Howard · 6 years ago
  3. aba12e7 Make sure to remove all test coverage files by Gavin Howard · 6 years ago
  4. 52809b3 Don't print compile output in release.sh by Gavin Howard · 6 years ago
  5. aa66797 Remove scan-build from the release script by Gavin Howard · 6 years ago
  6. fdf64bc Silence some compiler warnings by Gavin Howard · 6 years ago
  7. b972beb Update toybox for a change I made by Gavin Howard · 6 years ago
  8. 4d5daba Remove some extra code by Gavin Howard · 6 years ago
  9. b7ffaa8 Up a limit by Gavin Howard · 6 years ago
  10. 42473cc Add fixed-width integer functions to lib2 by Gavin Howard · 6 years ago
  11. 6eaac80 Reorder more functions in lib2 by Gavin Howard · 6 years ago
  12. 2c5608f Reorder functions in lib2 by Gavin Howard · 6 years ago
  13. 6a28700 Change a define by Gavin Howard · 6 years ago
  14. 510859c Fix some (wrongly given, sigh) gcc warnings by Gavin Howard · 6 years ago
  15. f1b69a0 Remove another warning by Gavin Howard · 6 years ago
  16. 9f4d28c Fix the warnings in a better way by Gavin Howard · 6 years ago
  17. b464c1e Fix another warning by Gavin Howard · 6 years ago
  18. eb8db4e Get rid of gcc warnings by Gavin Howard · 6 years ago
  19. 6686f6b Style fixes for the configure.sh script by Gavin Howard · 6 years ago
  20. 0978e16 Tweak the README by Gavin Howard · 6 years ago
  21. cf61474 Make FreeBSD work with the release script by Gavin Howard · 6 years ago
  22. 91afc87 Fix a typo by Gavin Howard · 6 years ago
  23. 1522c5a Fix another problem on FreeBSD by Gavin Howard · 6 years ago
  24. 49e9a64 Try yet again to fix the FreeBSD problem by Gavin Howard · 6 years ago
  25. 00e0eef Try again to fix a FreeBSD problem by Gavin Howard · 6 years ago
  26. 2980428 Attempt to fix a problem on FreeBSD by Gavin Howard · 6 years ago
  27. 6a74962 Reorder parameters to the release script by Gavin Howard · 6 years ago
  28. cc33af6 Allow skipping generated tests by Gavin Howard · 6 years ago
  29. 03e2467 Change the release script header output a bit by Gavin Howard · 6 years ago
  30. bbb5ec3 Make it optional to test with gcc in the release script by Gavin Howard · 6 years ago
  31. b026ebd Make sure there is a Makefile at the beginning of the release script by Gavin Howard · 6 years ago
  32. 8e868fc Fix a typo by Gavin Howard · 6 years ago
  33. 30a203e Make a parameter to the release script optional by Gavin Howard · 6 years ago
  34. 805cd41 Attempt to make the release script POSIX shell compatible by Gavin Howard · 6 years ago
  35. bda05b4 Make toybox compile with the recent changes by Gavin Howard · 6 years ago
  36. 90f4588 Make bc compile in release mode by Gavin Howard · 6 years ago
  37. 40961f7 Add FreeBSD compile tests to the RELEASE.md checklist by Gavin Howard · 6 years ago
  38. d2143fb Improve the release script by Gavin Howard · 6 years ago
  39. db6b3fc Add my usual CFLAGS to the release script by Gavin Howard · 6 years ago
  40. d3d3980 Start writing the dc manual by Gavin Howard · 6 years ago
  41. d903305 More tweaks to the bc manual by Gavin Howard · 6 years ago
  42. 4255785 Tweaks to the bc manual by Gavin Howard · 6 years ago
  43. 569c0fa Start writing the bc manual by Gavin Howard · 6 years ago
  44. 4d10713 Another tweak to the build manual by Gavin Howard · 6 years ago
  45. 7cb5b63 Tweak to the build manual by Gavin Howard · 6 years ago
  46. 0386d24 Update the README with a manuals entry by Gavin Howard · 6 years ago
  47. 8a6fda9 Add a pre-built binaries section to the README by Gavin Howard · 6 years ago
  48. 40f1e16 Improve the short build section in the README even more by Gavin Howard · 6 years ago
  49. efc4524 Improve the short build instructions in the README by Gavin Howard · 6 years ago
  50. 573c939 Move sections of the README to their own manuals by Gavin Howard · 6 years ago
  51. 6f1aa5a Fix bugs in the release script by Gavin Howard · 6 years ago
  52. c0d4593 Make the version a dev version by Gavin Howard · 6 years ago
  53. 8c4780b Update the release script for the new build system by Gavin Howard · 6 years ago
  54. c19f3ab Fix a bit in the configure script help by Gavin Howard · 6 years ago
  55. 89c13d0 Update the README for release by Gavin Howard · 6 years ago
  56. 9f36c55 Make bc behave the same with and without signals in history by Gavin Howard · 6 years ago
  57. 5dbb48b Handle sigterm and sigquit too by Gavin Howard · 6 years ago
  58. 9db179c Fix non-signal build by Gavin Howard · 6 years ago
  59. 14ce4af Remove the allocations when bc_history_refresh() is called by Gavin Howard · 6 years ago
  60. 22db819 Reorder a field in BcHistory by Gavin Howard · 6 years ago
  61. bdec047 Fix another bug with history and signals by Gavin Howard · 6 years ago
  62. 76f23eb Put common history reset code into a function by Gavin Howard · 6 years ago
  63. 1c3ae71 Remove some code from dc-only builds by Gavin Howard · 6 years ago
  64. 8ae5f81 Add void tests to see if it can be used as a var/array/function name by Gavin Howard · 6 years ago
  65. fa68103 Make sure void functions are bc-only by Gavin Howard · 6 years ago
  66. b041659 Modify void functions by Gavin Howard · 6 years ago
  67. eb54045 Style fix by Gavin Howard · 6 years ago
  68. 155a465 Reduce the size of BcHistory and the amount of code by Gavin Howard · 6 years ago
  69. 71fa11b Fix the bug from last commit for real this time by Gavin Howard · 6 years ago
  70. 93c2891 Fix a bug when giving a signal when not on the last history entry by Gavin Howard · 6 years ago
  71. 6193aaf Remove compiler warnings from gcc by Gavin Howard · 6 years ago
  72. 5e0551d Make sure '\q' is handled in print statements by Gavin Howard · 6 years ago
  73. 1d03afa Style fixes for lib3 by Gavin Howard · 6 years ago
  74. 26122ba Add tests for the new lib2 functions by Gavin Howard · 6 years ago
  75. d06b77d Add more to lib2 along with some style fixes by Gavin Howard · 6 years ago
  76. cb670f5 Add a test for an empty return statement by Gavin Howard · 6 years ago
  77. 0335c4f Solve the already-pushed parameter problem in a slightly better way by Gavin Howard · 6 years ago
  78. a58b8da Make the bc_history UTF-8 arrays take less space by Gavin Howard · 6 years ago
  79. 50c8002 Remove some useless calls to bc_num_zero() by Gavin Howard · 6 years ago
  80. 8058534 Make sure to report error on failing to allocate a BcVm by Gavin Howard · 6 years ago
  81. 664476c Remove some possible bugs by Gavin Howard · 6 years ago
  82. 283ec37 Change the obase limit by Gavin Howard · 6 years ago
  83. 2fec3dd Do more thorough I/O error checks by Gavin Howard · 6 years ago
  84. 864bd6d Use some better types in history.c by Gavin Howard · 6 years ago
  85. aa8ddcf Fix toybox release after a change by Gavin Howard · 6 years ago
  86. 738f988 Style fixes in data.c by Gavin Howard · 6 years ago
  87. c7cf0fb Make sure my #defines from last commit don't go into toybox by Gavin Howard · 6 years ago
  88. ddce6d4 Add #defines for testing for zero and non-zero BcNum's by Gavin Howard · 6 years ago
  89. 7344ba7 Style fix by Gavin Howard · 6 years ago
  90. be4e822 Another style fix by Gavin Howard · 6 years ago
  91. 5a0616e Style fix by Gavin Howard · 6 years ago
  92. 1ab22d2 Change style for toybox by Gavin Howard · 6 years ago
  93. 9e48544 Make sure that only one sig_msg is used for toybox by Gavin Howard · 6 years ago
  94. 6012792 Update the release checklist by Gavin Howard · 6 years ago
  95. 48354e8 Make toybox compile again by Gavin Howard · 6 years ago
  96. a8e756e Style fix by Gavin Howard · 6 years ago
  97. 9090d77 Make some errors dc or bc only by Gavin Howard · 6 years ago
  98. 9203735 Guard bc-only parse errors and change a few errors to proper categories by Gavin Howard · 6 years ago
  99. b15fa03 Pull various bc stuff out of a dc-only build by Gavin Howard · 6 years ago
  100. a1cd122 Fix the build system for just dc by Gavin Howard · 6 years ago