1. 1cbfe24 Turn on -Weverything and eliminate all warnings by Gavin Howard · 6 years ago
  2. 8ec6c0c Fix a bug in tests/afl.py by Gavin Howard · 6 years ago
  3. fbdea51 Make a bit of code more efficient by Gavin Howard · 6 years ago
  4. 02559b0 Fix another crash by Gavin Howard · 6 years ago
  5. f951658 Fix a crash in dc by Gavin Howard · 6 years ago
  6. 3927768 Fix a crash by Gavin Howard · 6 years ago
  7. 6bc2f4b Style fix by Gavin Howard · 6 years ago
  8. 7a3b429 Fix a crash/logic bug by Gavin Howard · 6 years ago
  9. c4bf4c4 Fix another crash and add asserts to catch it faster by Gavin Howard · 6 years ago
  10. d78472a Make sure to use the dc results directory in afl.py by Gavin Howard · 6 years ago
  11. dcff3c9 Fix another crash by Gavin Howard · 6 years ago
  12. c083fad Make sure randmath.py is removed from releases by Gavin Howard · 6 years ago
  13. 4f49f68 Fix a crash by Gavin Howard · 6 years ago
  14. 1747e60 Make ^D only act as EOF in history by Gavin Howard · 6 years ago
  15. 88788ad Make ctrl characters work even better by Gavin Howard · 6 years ago
  16. 348cf2a Attempt to fix problems with ctrl chars that FreeBSD found by Gavin Howard · 6 years ago
  17. 8dd307e Fix handling of numbers to eat whitespace after \ newline by Gavin Howard · 6 years ago
  18. 83c850d Add some const qualifiers by Gavin Howard · 6 years ago
  19. 231e66c Add some debugging aids to num.c by Gavin Howard · 6 years ago
  20. 2f0efb6 Add more comprehensive parsing and printing tests to bc by Gavin Howard · 6 years ago
  21. a59d943 Start writing the Language section of the bc manual by Gavin Howard · 6 years ago
  22. 38d8124 Make the vm add more text if there is a backslash newline by Gavin Howard · 6 years ago
  23. 10b62f3 Make sure to eat whitespace after \ newline combo by Gavin Howard · 6 years ago
  24. 9c109f8 Style fix in history by Gavin Howard · 6 years ago
  25. edd894c Fix a bug in history by Gavin Howard · 6 years ago
  26. 75ca137 Add a test for parsing a number with a backslash by Gavin Howard · 6 years ago
  27. 8c15889 Make the or operator precedence match GNU bc by Gavin Howard · 6 years ago
  28. 68229a2 Make stdin.sh and scripts.sh more POSIX-compatible by Gavin Howard · 6 years ago
  29. 31c8bed Remove some output from test.sh by Gavin Howard · 6 years ago
  30. 26a97d2 Make sure that generated scripts are run when not wanted by Gavin Howard · 6 years ago
  31. f7d1815 Fix a test by Gavin Howard · 6 years ago
  32. 821efef Fix a test by Gavin Howard · 6 years ago
  33. b08ae2d Add results to running scripts by Gavin Howard · 6 years ago
  34. deb2603 Style fix by Gavin Howard · 6 years ago
  35. 5e260ae Add a blurb about the -G option in the testing section of build.md by Gavin Howard · 6 years ago
  36. 79f605c Move the configure script back to configure.sh by Gavin Howard · 6 years ago
  37. b9a0b86 Add a workaround for Thalheim by Gavin Howard · 6 years ago
  38. aa66054 Attempt to fix a compile error that Thalheim has by Gavin Howard · 6 years ago
  39. e27c46a Fix bugs in the math libraries found by inspection by Gavin Howard · 6 years ago
  40. 2022ed3 Remove a line from the bc manual by Gavin Howard · 6 years ago
  41. 13c92c8 Tweak to the bc manual by Gavin Howard · 6 years ago
  42. 78fa297 Make it so configure can disable generated tests by Gavin Howard · 6 years ago
  43. 1c5091f Fix a compile error with dc only by Gavin Howard · 6 years ago
  44. 2f75220 Style fix by Gavin Howard · 6 years ago
  45. d4fece3 Make the valgrind part of the release script work by Gavin Howard · 6 years ago
  46. 93b0e5f Update karatsuba.py for the build system changes by Gavin Howard · 6 years ago
  47. 95358a9 Update some of the release script for build system changes by Gavin Howard · 6 years ago
  48. 6402b25 Remove gcc warnings by Gavin Howard · 6 years ago
  49. d6269bf Add a clarification to the README by Gavin Howard · 6 years ago
  50. 2be8235 Tweak the README by Gavin Howard · 6 years ago
  51. 8302ea8 Move the configure.sh script to the more expected configure by Gavin Howard · 6 years ago
  52. 33b6b45 Tweak to the release script by Gavin Howard · 6 years ago
  53. 5e17c46 Remove the now-unneeded clang format by Gavin Howard · 6 years ago
  54. 68f4a4e Make make clean_tests also remove the config by Gavin Howard · 6 years ago
  55. df68c75 Add a make target to remove the generated Makefile by Gavin Howard · 6 years ago
  56. aba12e7 Make sure to remove all test coverage files by Gavin Howard · 6 years ago
  57. 52809b3 Don't print compile output in release.sh by Gavin Howard · 6 years ago
  58. aa66797 Remove scan-build from the release script by Gavin Howard · 6 years ago
  59. fdf64bc Silence some compiler warnings by Gavin Howard · 6 years ago
  60. b972beb Update toybox for a change I made by Gavin Howard · 6 years ago
  61. 4d5daba Remove some extra code by Gavin Howard · 6 years ago
  62. b7ffaa8 Up a limit by Gavin Howard · 6 years ago
  63. 42473cc Add fixed-width integer functions to lib2 by Gavin Howard · 6 years ago
  64. 6eaac80 Reorder more functions in lib2 by Gavin Howard · 6 years ago
  65. 2c5608f Reorder functions in lib2 by Gavin Howard · 6 years ago
  66. 6a28700 Change a define by Gavin Howard · 6 years ago
  67. 510859c Fix some (wrongly given, sigh) gcc warnings by Gavin Howard · 6 years ago
  68. f1b69a0 Remove another warning by Gavin Howard · 6 years ago
  69. 9f4d28c Fix the warnings in a better way by Gavin Howard · 6 years ago
  70. b464c1e Fix another warning by Gavin Howard · 6 years ago
  71. eb8db4e Get rid of gcc warnings by Gavin Howard · 6 years ago
  72. 6686f6b Style fixes for the configure.sh script by Gavin Howard · 6 years ago
  73. 0978e16 Tweak the README by Gavin Howard · 6 years ago
  74. cf61474 Make FreeBSD work with the release script by Gavin Howard · 6 years ago
  75. 91afc87 Fix a typo by Gavin Howard · 6 years ago
  76. 1522c5a Fix another problem on FreeBSD by Gavin Howard · 6 years ago
  77. 49e9a64 Try yet again to fix the FreeBSD problem by Gavin Howard · 6 years ago
  78. 00e0eef Try again to fix a FreeBSD problem by Gavin Howard · 6 years ago
  79. 2980428 Attempt to fix a problem on FreeBSD by Gavin Howard · 6 years ago
  80. 6a74962 Reorder parameters to the release script by Gavin Howard · 6 years ago
  81. cc33af6 Allow skipping generated tests by Gavin Howard · 6 years ago
  82. 03e2467 Change the release script header output a bit by Gavin Howard · 6 years ago
  83. bbb5ec3 Make it optional to test with gcc in the release script by Gavin Howard · 6 years ago
  84. b026ebd Make sure there is a Makefile at the beginning of the release script by Gavin Howard · 6 years ago
  85. 8e868fc Fix a typo by Gavin Howard · 6 years ago
  86. 30a203e Make a parameter to the release script optional by Gavin Howard · 6 years ago
  87. 805cd41 Attempt to make the release script POSIX shell compatible by Gavin Howard · 6 years ago
  88. bda05b4 Make toybox compile with the recent changes by Gavin Howard · 6 years ago
  89. 90f4588 Make bc compile in release mode by Gavin Howard · 6 years ago
  90. 40961f7 Add FreeBSD compile tests to the RELEASE.md checklist by Gavin Howard · 6 years ago
  91. d2143fb Improve the release script by Gavin Howard · 6 years ago
  92. db6b3fc Add my usual CFLAGS to the release script by Gavin Howard · 6 years ago
  93. d3d3980 Start writing the dc manual by Gavin Howard · 6 years ago
  94. d903305 More tweaks to the bc manual by Gavin Howard · 6 years ago
  95. 4255785 Tweaks to the bc manual by Gavin Howard · 6 years ago
  96. 569c0fa Start writing the bc manual by Gavin Howard · 6 years ago
  97. 4d10713 Another tweak to the build manual by Gavin Howard · 6 years ago
  98. 7cb5b63 Tweak to the build manual by Gavin Howard · 6 years ago
  99. 0386d24 Update the README with a manuals entry by Gavin Howard · 6 years ago
  100. 8a6fda9 Add a pre-built binaries section to the README by Gavin Howard · 6 years ago