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