1. 35a0dd0 Fix header on dc by Gavin Howard · 6 years ago
  2. 00382e9 Add an unrecognized option error, with translations from skarnet by Gavin Howard · 6 years ago
  3. f3d877d Remove pcc from the release script by Gavin Howard · 6 years ago
  4. c0a6efd Fix a typo by Gavin Howard · 6 years ago
  5. d10fbf9 Fix a couple of assert crashes by Gavin Howard · 6 years ago
  6. 8237f80 Make misc tests also test for crash by Gavin Howard · 6 years ago
  7. b599475 Change how release.sh handles configure flags by Gavin Howard · 6 years ago
  8. 95b3a96 Add a few useful flags to afl-gcc build by Gavin Howard · 6 years ago
  9. 15afde9 Add a new #define strictly for debugging code by Gavin Howard · 6 years ago
  10. fdc6019 Fix some style by Gavin Howard · 6 years ago
  11. 1ae18a3 Make uninstalling locales more robust by Gavin Howard · 6 years ago
  12. 862d3a1 Fix a typo by Gavin Howard · 6 years ago
  13. 80ba7c9 Remove a useless function by Gavin Howard · 6 years ago
  14. d31b568 Make locale installation more robust by Gavin Howard · 6 years ago
  15. c6e1814 Install real catalog files first, then links for alias names. by Stefan Esser · 6 years ago
  16. f2ee634 Fix an obscure bug that only happens on SIGINT by Gavin Howard · 6 years ago
  17. 8752b26 Move a warning to after working NLS is detected by Gavin Howard · 6 years ago
  18. cf0748d Fix an obscure memory leak by Gavin Howard · 6 years ago
  19. 91c3801 Make sure to disable nls if gencat fails by Gavin Howard · 6 years ago
  20. 9b1e080 Remove warnings from locale_install.sh by Gavin Howard · 6 years ago
  21. 7c20a35 Fix a mistake of mine, not skarnet's, in French translations by Gavin Howard · 6 years ago
  22. 47b118b Merge pull request #9 from stesser/master by Gavin D. Howard · 6 years ago
  23. 8418d57 Fix some style by Gavin Howard · 6 years ago
  24. 5f349d4 Fix Coverity Scan errors by Gavin Howard · 6 years ago
  25. 7ca07cd Remove duplicated call of bc_vm_defaultMsgs() left-over from a previous merge. by Stefan Esser · 6 years ago
  26. d86c0cd Use pipe character instead of \n as temporary separator to delimit the place-holders. by Stefan Esser · 6 years ago
  27. 1e7eb1e Merge branch 'master' of https://github.com/gavinhoward/bc by Stefan Esser · 6 years ago
  28. e076c6e Add French symlinks by Gavin Howard · 6 years ago
  29. 5b47864 Add an ISO8859-1 encoded French file by Gavin Howard · 6 years ago
  30. a2eb035 Update contributors list by Gavin Howard · 6 years ago
  31. a41516d Add translations for French by Laurent Bercot · 6 years ago
  32. fad710b Remove a now-unused file by Gavin Howard · 6 years ago
  33. f461497 Remove redundant error messages by Gavin Howard · 6 years ago
  34. 21f1115 Remove some useless testing in travis by Gavin Howard · 6 years ago
  35. 8931a77 Fix a bug in configure.sh options parsing by Gavin Howard · 6 years ago
  36. e0c9d29 Fix a typo by Gavin Howard · 6 years ago
  37. bc02129 Make installing and uninstalling locales work by Gavin Howard · 6 years ago
  38. dc5fcef Fix some style by Gavin Howard · 6 years ago
  39. ab1c3e5 Update German language NLS catalog source files to adopt to program changes by Stefan Esser · 6 years ago
  40. 83fbc6d Fix loading and use of NLS catalog files by Stefan Esser · 6 years ago
  41. cecef89 Remove use of uintptr_t by Gavin Howard · 6 years ago
  42. 05761ed Add more symlinks (for Ubuntu) by Gavin Howard · 6 years ago
  43. aea5bdb Use $NLSPATH to install locales by Gavin Howard · 6 years ago
  44. 982440c Update German language NLS catalog source files to adopt to program changes by Stefan Esser · 6 years ago
  45. f669ec6 Fix loading and use of NLS catalog files by Stefan Esser · 6 years ago
  46. 50e6b36 Fix test for functioning gencat command by Stefan Esser · 6 years ago
  47. ea73c8c Fix a problem with gencat by Gavin Howard · 6 years ago
  48. b9bb94c Only use $NLSPATH to open catalogs by Gavin Howard · 6 years ago
  49. 94d4e00 Remove bad locale files by Gavin Howard · 6 years ago
  50. 2425bf2 Start changing locale processing per FreeBSD by Gavin Howard · 6 years ago
  51. 7345cb9 Change all of the license headers by Gavin Howard · 6 years ago
  52. 05ae38d Fix a few problems with configure.sh by Gavin Howard · 6 years ago
  53. 9425b9b Update the build manual by Gavin Howard · 6 years ago
  54. 3dd8ad8 Add more to the configure.sh help by Gavin Howard · 6 years ago
  55. 78d03c9 Update the README by Gavin Howard · 6 years ago
  56. 24af1cd Fix capitalization in German translations by Gavin Howard · 6 years ago
  57. d1b2674 Add German translations from Stefan Eßer by Stefan Eßer · 6 years ago
  58. 9a67974 Improve configure.sh with suggestions from rofl0r by Gavin Howard · 6 years ago
  59. f8a5d39 Adjust the NLS part of configure by Gavin Howard · 6 years ago
  60. a051e38 Adjust error messages by Gavin Howard · 6 years ago
  61. c90cac8 Make install warn when gencat warns by Gavin Howard · 6 years ago
  62. 5d0d10e Start moving gencat back to the install step by Gavin Howard · 6 years ago
  63. d50e260 Increment the version by Gavin Howard · 6 years ago
  64. 6ce156b Fix the RELEASE.md checklist by Gavin Howard · 6 years ago
  65. 6b378a9 Update the RELEASE.md checklist by Gavin Howard · 6 years ago
  66. f77d416 Add pcc to the list of compilers to test by Gavin Howard · 6 years ago
  67. 1c76196 Remove stray characters. by Brian Callahan · 6 years ago
  68. 608a038 Increment the version by Gavin Howard · 6 years ago
  69. eae088c Add a missing call to bc_lex_file() by Gavin Howard · 6 years ago
  70. 013a230 Use the encoding in locales as well by Gavin Howard · 6 years ago
  71. 918cfa3 Add functions.sh to the README by Gavin Howard · 6 years ago
  72. f74beef Update the README by Gavin Howard · 6 years ago
  73. 6e70f55 Move the functions script by Gavin Howard · 6 years ago
  74. ae30026 Make install and uninstall work for everything by Gavin Howard · 6 years ago
  75. c1075ce Make the new locale location work by Gavin Howard · 6 years ago
  76. f680e35 Start the work of installing locales in a better place by Gavin Howard · 6 years ago
  77. 5b13853 Clean more test files by Gavin Howard · 6 years ago
  78. 7a105ad Make sure to remove some test files by Gavin Howard · 6 years ago
  79. 2114627 Reduce work for the release script by Gavin Howard · 6 years ago
  80. d8a1e0d Remove some useless code by Gavin Howard · 6 years ago
  81. 36ae629 Add executable prefixes by Gavin Howard · 6 years ago
  82. a7972f9 Add an explicit implicit .c -> .o make rule by Gavin Howard · 6 years ago
  83. 34b26ea Remove some redundant code by Gavin Howard · 6 years ago
  84. d8dced3 Add some more flags for testing history and NLS by Gavin Howard · 6 years ago
  85. ddff709 Make sure to delete the old config in configure.sh by Gavin Howard · 6 years ago
  86. ddd9c43 Increment the version by Gavin Howard · 6 years ago
  87. ecf19bb Make EXEC_SUFFIX work with locales and manpages by Gavin Howard · 6 years ago
  88. a86cb5d Fix a problem in the Makefile by Gavin Howard · 6 years ago
  89. 87c29c7 Fix the assert better by Gavin Howard · 6 years ago
  90. f1b2e40 Fix a bad assert by Gavin Howard · 6 years ago
  91. 5a78839 Fix an infinite loop by Gavin Howard · 6 years ago
  92. 6075b44 Make absolutely sure to error with NLS on Windows by Gavin Howard · 6 years ago
  93. ad8ef08 Style fix by Gavin Howard · 6 years ago
  94. 7f48cc6 Update test harnesses so I can still test toybox by Gavin Howard · 6 years ago
  95. 54dfdc6 Attempt to disable NLS when building on Windows by Gavin Howard · 6 years ago
  96. 9ab8da8 Update the RELEASE.md checklist by Gavin Howard · 6 years ago
  97. d450593 Increment the version by Gavin Howard · 6 years ago
  98. c477541 Pull some better performing code from toybox by Gavin Howard · 6 years ago
  99. a95fe5f Two small style tweaks by Gavin Howard · 6 years ago
  100. 04a2b15 Fix some xstatic errors by Gavin Howard · 6 years ago