1. d86c0cd Use pipe character instead of \n as temporary separator to delimit the place-holders. by Stefan Esser · 6 years ago
  2. 1e7eb1e Merge branch 'master' of https://github.com/gavinhoward/bc by Stefan Esser · 6 years ago
  3. e076c6e Add French symlinks by Gavin Howard · 6 years ago
  4. 5b47864 Add an ISO8859-1 encoded French file by Gavin Howard · 6 years ago
  5. a2eb035 Update contributors list by Gavin Howard · 6 years ago
  6. a41516d Add translations for French by Laurent Bercot · 6 years ago
  7. fad710b Remove a now-unused file by Gavin Howard · 6 years ago
  8. f461497 Remove redundant error messages by Gavin Howard · 6 years ago
  9. 21f1115 Remove some useless testing in travis by Gavin Howard · 6 years ago
  10. 8931a77 Fix a bug in configure.sh options parsing by Gavin Howard · 6 years ago
  11. e0c9d29 Fix a typo by Gavin Howard · 6 years ago
  12. bc02129 Make installing and uninstalling locales work by Gavin Howard · 6 years ago
  13. dc5fcef Fix some style by Gavin Howard · 6 years ago
  14. ab1c3e5 Update German language NLS catalog source files to adopt to program changes by Stefan Esser · 6 years ago
  15. 83fbc6d Fix loading and use of NLS catalog files by Stefan Esser · 6 years ago
  16. cecef89 Remove use of uintptr_t by Gavin Howard · 6 years ago
  17. 05761ed Add more symlinks (for Ubuntu) by Gavin Howard · 6 years ago
  18. aea5bdb Use $NLSPATH to install locales by Gavin Howard · 6 years ago
  19. 982440c Update German language NLS catalog source files to adopt to program changes by Stefan Esser · 6 years ago
  20. f669ec6 Fix loading and use of NLS catalog files by Stefan Esser · 6 years ago
  21. 50e6b36 Fix test for functioning gencat command by Stefan Esser · 6 years ago
  22. ea73c8c Fix a problem with gencat by Gavin Howard · 6 years ago
  23. b9bb94c Only use $NLSPATH to open catalogs by Gavin Howard · 6 years ago
  24. 94d4e00 Remove bad locale files by Gavin Howard · 6 years ago
  25. 2425bf2 Start changing locale processing per FreeBSD by Gavin Howard · 6 years ago
  26. 7345cb9 Change all of the license headers by Gavin Howard · 6 years ago
  27. 05ae38d Fix a few problems with configure.sh by Gavin Howard · 6 years ago
  28. 9425b9b Update the build manual by Gavin Howard · 6 years ago
  29. 3dd8ad8 Add more to the configure.sh help by Gavin Howard · 6 years ago
  30. 78d03c9 Update the README by Gavin Howard · 6 years ago
  31. 24af1cd Fix capitalization in German translations by Gavin Howard · 6 years ago
  32. d1b2674 Add German translations from Stefan Eßer by Stefan Eßer · 6 years ago
  33. 9a67974 Improve configure.sh with suggestions from rofl0r by Gavin Howard · 6 years ago
  34. f8a5d39 Adjust the NLS part of configure by Gavin Howard · 6 years ago
  35. a051e38 Adjust error messages by Gavin Howard · 6 years ago
  36. c90cac8 Make install warn when gencat warns by Gavin Howard · 6 years ago
  37. 5d0d10e Start moving gencat back to the install step by Gavin Howard · 6 years ago
  38. d50e260 Increment the version by Gavin Howard · 6 years ago
  39. 6ce156b Fix the RELEASE.md checklist by Gavin Howard · 6 years ago
  40. 6b378a9 Update the RELEASE.md checklist by Gavin Howard · 6 years ago
  41. f77d416 Add pcc to the list of compilers to test by Gavin Howard · 6 years ago
  42. 1c76196 Remove stray characters. by Brian Callahan · 6 years ago
  43. 608a038 Increment the version by Gavin Howard · 6 years ago
  44. eae088c Add a missing call to bc_lex_file() by Gavin Howard · 6 years ago
  45. 013a230 Use the encoding in locales as well by Gavin Howard · 6 years ago
  46. 918cfa3 Add functions.sh to the README by Gavin Howard · 6 years ago
  47. f74beef Update the README by Gavin Howard · 6 years ago
  48. 6e70f55 Move the functions script by Gavin Howard · 6 years ago
  49. ae30026 Make install and uninstall work for everything by Gavin Howard · 6 years ago
  50. c1075ce Make the new locale location work by Gavin Howard · 6 years ago
  51. f680e35 Start the work of installing locales in a better place by Gavin Howard · 6 years ago
  52. 5b13853 Clean more test files by Gavin Howard · 6 years ago
  53. 7a105ad Make sure to remove some test files by Gavin Howard · 6 years ago
  54. 2114627 Reduce work for the release script by Gavin Howard · 6 years ago
  55. d8a1e0d Remove some useless code by Gavin Howard · 6 years ago
  56. 36ae629 Add executable prefixes by Gavin Howard · 6 years ago
  57. a7972f9 Add an explicit implicit .c -> .o make rule by Gavin Howard · 6 years ago
  58. 34b26ea Remove some redundant code by Gavin Howard · 6 years ago
  59. d8dced3 Add some more flags for testing history and NLS by Gavin Howard · 6 years ago
  60. ddff709 Make sure to delete the old config in configure.sh by Gavin Howard · 6 years ago
  61. ddd9c43 Increment the version by Gavin Howard · 6 years ago
  62. ecf19bb Make EXEC_SUFFIX work with locales and manpages by Gavin Howard · 6 years ago
  63. a86cb5d Fix a problem in the Makefile by Gavin Howard · 6 years ago
  64. 87c29c7 Fix the assert better by Gavin Howard · 6 years ago
  65. f1b2e40 Fix a bad assert by Gavin Howard · 6 years ago
  66. 5a78839 Fix an infinite loop by Gavin Howard · 6 years ago
  67. 6075b44 Make absolutely sure to error with NLS on Windows by Gavin Howard · 6 years ago
  68. ad8ef08 Style fix by Gavin Howard · 6 years ago
  69. 7f48cc6 Update test harnesses so I can still test toybox by Gavin Howard · 6 years ago
  70. 54dfdc6 Attempt to disable NLS when building on Windows by Gavin Howard · 6 years ago
  71. 9ab8da8 Update the RELEASE.md checklist by Gavin Howard · 6 years ago
  72. d450593 Increment the version by Gavin Howard · 6 years ago
  73. c477541 Pull some better performing code from toybox by Gavin Howard · 6 years ago
  74. a95fe5f Two small style tweaks by Gavin Howard · 6 years ago
  75. 04a2b15 Fix some xstatic errors by Gavin Howard · 6 years ago
  76. c0aa9a2 Update the RELEASE checklist by Gavin Howard · 6 years ago
  77. b223016 Remove the need to use gencat for Alpine systems by Gavin Howard · 6 years ago
  78. bce10f7 Change an item in the release checklist by Gavin Howard · 6 years ago
  79. 8f4eda1 Fix a compile warning by Gavin Howard · 6 years ago
  80. 16987fa Change another file's permissions by Gavin Howard · 6 years ago
  81. 1041642 Change permissions on a file by Gavin Howard · 6 years ago
  82. 13b4134 Style fix by Gavin Howard · 6 years ago
  83. a0fd26b Fix another problem with travis by Gavin Howard · 6 years ago
  84. b8f7fb6 Adjust make clean targets by Gavin Howard · 6 years ago
  85. fed6da8 Fix travis by Gavin Howard · 6 years ago
  86. d1e30c0 Remove release builds from travis by Gavin Howard · 6 years ago
  87. 0fea0fb Change BC_LIKELY and BC_UNLIKELY by Gavin Howard · 6 years ago
  88. 7ec97ee Fix a couple typos by Gavin Howard · 6 years ago
  89. 7f81674 Update the contributors list by Gavin Howard · 6 years ago
  90. 19f9d07 Fix EOF behavior in interactive mode with history by Michael Forney · 6 years ago
  91. 63031c6 Fix a wrongly placed assert and add a test by Gavin Howard · 6 years ago
  92. 31a26db Add more to the travis build matrix by Gavin Howard · 6 years ago
  93. d82214c Add a dc test by Gavin Howard · 6 years ago
  94. 0ef1e40 Fix another crash found by afl by Gavin Howard · 6 years ago
  95. cff7fa6 Fix a crash found by afl by Gavin Howard · 6 years ago
  96. 28aabd5 Change to non-dev version by Gavin Howard · 6 years ago
  97. bc59462 Fix a bug in scripts.sh by Gavin Howard · 6 years ago
  98. dd00cd4 Tweak the release script by Gavin Howard · 6 years ago
  99. 04f4fcc Tie BC_NUM_KARATSUBA_LEN to BC_NUM_DEF_SIZE by Gavin Howard · 6 years ago
  100. e043250 Fix a invalid realloc() error by Gavin Howard · 6 years ago