1. bed3002 Fix a few more places with LONG_BIT == 16 by Gavin Howard · 6 years ago
  2. b734d17 Update docs by Gavin Howard · 6 years ago
  3. 51a87e9 Try to fix an error with xstatic by Gavin Howard · 6 years ago
  4. 43d4c61 Update docs by Gavin Howard · 6 years ago
  5. df9b2a6 Fix various places for Karatsuba by Gavin Howard · 6 years ago
  6. ecd111a Fix some docs by Gavin Howard · 6 years ago
  7. 2fbbf25 Add the test timing to the Makefile template by Gavin Howard · 6 years ago
  8. 277b514 Add BC_LONG_BIT to the build by Gavin Howard · 6 years ago
  9. ab6ba68 Remove all Burnikel/Ziegler references by Gavin Howard · 6 years ago
  10. 5d42260 Fix a bug in configure by Gavin Howard · 6 years ago
  11. 9d47b6f Add config for Burnikel/Ziegler by Gavin Howard · 6 years ago
  12. e34f7d8 Fix a few various things by Gavin Howard · 6 years ago
  13. a513224 Add strgen.sh as an option to the build system by Gavin Howard · 6 years ago
  14. 4e61548 Add more to another error message by Gavin Howard · 6 years ago
  15. a0a1df4 Add more to an error message in configure.sh by Gavin Howard · 6 years ago
  16. 5f51fc8 Fix a harmless bug in configure.sh by Gavin Howard · 6 years ago
  17. 8237f80 Make misc tests also test for crash by Gavin Howard · 6 years ago
  18. 8752b26 Move a warning to after working NLS is detected by Gavin Howard · 6 years ago
  19. 91c3801 Make sure to disable nls if gencat fails by Gavin Howard · 6 years ago
  20. 8931a77 Fix a bug in configure.sh options parsing by Gavin Howard · 6 years ago
  21. bc02129 Make installing and uninstalling locales work by Gavin Howard · 6 years ago
  22. ea73c8c Fix a problem with gencat by Gavin Howard · 6 years ago
  23. 2425bf2 Start changing locale processing per FreeBSD by Gavin Howard · 6 years ago
  24. 7345cb9 Change all of the license headers by Gavin Howard · 6 years ago
  25. 05ae38d Fix a few problems with configure.sh by Gavin Howard · 6 years ago
  26. 3dd8ad8 Add more to the configure.sh help by Gavin Howard · 6 years ago
  27. 9a67974 Improve configure.sh with suggestions from rofl0r by Gavin Howard · 6 years ago
  28. f8a5d39 Adjust the NLS part of configure by Gavin Howard · 6 years ago
  29. 5d0d10e Start moving gencat back to the install step by Gavin Howard · 6 years ago
  30. f680e35 Start the work of installing locales in a better place by Gavin Howard · 6 years ago
  31. d8a1e0d Remove some useless code by Gavin Howard · 6 years ago
  32. 36ae629 Add executable prefixes by Gavin Howard · 6 years ago
  33. d8dced3 Add some more flags for testing history and NLS by Gavin Howard · 6 years ago
  34. ddff709 Make sure to delete the old config in configure.sh by Gavin Howard · 6 years ago
  35. 7f48cc6 Update test harnesses so I can still test toybox by Gavin Howard · 6 years ago
  36. 54dfdc6 Attempt to disable NLS when building on Windows by Gavin Howard · 6 years ago
  37. 04a2b15 Fix some xstatic errors by Gavin Howard · 6 years ago
  38. 82a0eda Up the min Karatsuba len by Gavin Howard · 6 years ago
  39. a2e5bb0 Remove the ability to turn off references by Gavin Howard · 6 years ago
  40. bb948ac Display errors and warnings when testing history in configure.sh by Gavin Howard · 6 years ago
  41. efa3495 Fix warnings when testing history by Gavin Howard · 6 years ago
  42. c959453 Make two tweaks by Gavin Howard · 6 years ago
  43. 5008025 Add locale support by Gavin Howard · 6 years ago
  44. 5cfc8dc Switch back to -O0 default for debug builds by Gavin Howard · 6 years ago
  45. babbe7b Use an optimization meant for debugging in the configure step by Gavin Howard · 6 years ago
  46. 401954f Reduce warnings in testing history compilation by Gavin Howard · 6 years ago
  47. bb9e050 Remove signals tests by Gavin Howard · 6 years ago
  48. 3933bc4 Fix the make valgrind targets by Gavin Howard · 6 years ago
  49. 140166e Add the signal parameter to the configure script by Gavin Howard · 6 years ago
  50. ce513f7 Fix a bug in generating coverage tests by Gavin Howard · 6 years ago
  51. 587a8e6 Use the strip flag on c99 to strip by Gavin Howard · 6 years ago
  52. 64005c4 Make the configure script output values for variables by Gavin Howard · 6 years ago
  53. 5d05715 Add a build variable by Gavin Howard · 6 years ago
  54. 2469a22 Update the configure script help by Gavin Howard · 6 years ago
  55. 98fcceb Skip uninstalling binaries that were not installed by Gavin Howard · 6 years ago
  56. ed9b6c2 Make a way to not install manpages by Gavin Howard · 6 years ago
  57. 32cf742 Follow a bit more of convention in configure.sh by Gavin Howard · 6 years ago
  58. 471b6c0 Make the configure script follow convention by Gavin Howard · 6 years ago
  59. ed91022 Style fixes to the configure script by Gavin Howard · 6 years ago
  60. 074b38a Hook the manpages into the build and install system by Gavin Howard · 6 years ago
  61. 593a518 Make configure allow HOSTCFLAGS, HOST_CC, and HOST_CFLAGS by Gavin Howard · 6 years ago
  62. 79f605c Move the configure script back to configure.sh by Gavin Howard · 6 years ago[Renamed from configure]
  63. 78fa297 Make it so configure can disable generated tests by Gavin Howard · 6 years ago
  64. d4fece3 Make the valgrind part of the release script work by Gavin Howard · 6 years ago
  65. 8302ea8 Move the configure.sh script to the more expected configure by Gavin Howard · 6 years ago[Renamed from configure.sh]
  66. 6686f6b Style fixes for the configure.sh script by Gavin Howard · 6 years ago
  67. 49e9a64 Try yet again to fix the FreeBSD problem by Gavin Howard · 6 years ago
  68. 00e0eef Try again to fix a FreeBSD problem by Gavin Howard · 6 years ago
  69. 2980428 Attempt to fix a problem on FreeBSD by Gavin Howard · 6 years ago
  70. c19f3ab Fix a bit in the configure script help by Gavin Howard · 6 years ago
  71. b041659 Modify void functions by Gavin Howard · 6 years ago
  72. a1cd122 Fix the build system for just dc by Gavin Howard · 6 years ago
  73. 3344268 Skip running void tests, if necessary by Gavin Howard · 6 years ago
  74. 2400ea2 Fix mistake in build system setup by Gavin Howard · 6 years ago
  75. 8725070 Introduce the build system plumbing for void functions by Gavin Howard · 6 years ago
  76. b63ca07 Fix an OCD issue by Gavin Howard · 6 years ago
  77. 8d2d21d Make sure non-usable tests are skipped by Gavin Howard · 6 years ago
  78. 47f5ce9 Merge branch 'master' into math by Gavin Howard · 6 years ago
  79. 573259c Fix the test coverage generation by Gavin Howard · 6 years ago
  80. b30b10f Merge branch 'master' into math by Gavin Howard · 6 years ago
  81. f01c138 Silence the coverage target by Gavin Howard · 6 years ago
  82. 7410272 Fix coverage prereqs by Gavin Howard · 6 years ago
  83. 233cf1d Make the test target output even prettier by Gavin Howard · 6 years ago
  84. 6fcb504 Start adding the extra math to the build system by Gavin Howard · 6 years ago
  85. 5b2ebb3 Merge branch 'master' into references by Gavin Howard · 6 years ago
  86. a9468b5 Add clarification to the configure help by Gavin Howard · 6 years ago
  87. 5eb0f85 Merge branch 'master' into references by Gavin Howard · 6 years ago
  88. 995d061 Update configure help by Gavin Howard · 6 years ago
  89. 87adb27 Merge branch 'master' into references by Gavin Howard · 6 years ago
  90. 26c7b19 Make sure to remove an extraneous file by Gavin Howard · 6 years ago
  91. d470d2f Merge branch 'master' into references by Gavin Howard · 6 years ago
  92. 5a29515 Remove a useless line of code from the configure script by Gavin Howard · 6 years ago
  93. 2f06134 Add two options to disable dc or bc by Gavin Howard · 6 years ago
  94. d961098 Remove a debugging printf from the configure step by Gavin Howard · 6 years ago
  95. 57ef47e Add another message to the history test by Gavin Howard · 6 years ago
  96. 959375c Improve history check messages by Gavin Howard · 6 years ago
  97. 4fe954e Improve the Windows history check by Gavin Howard · 6 years ago
  98. 2a669ea Check for Windows and history in the configure step by Gavin Howard · 6 years ago
  99. 1545ffe Attempt to make MinGW work again by Gavin Howard · 6 years ago
  100. dee73f4 Make the dc only flag imply no references by Gavin Howard · 6 years ago