1. 1769abc Reduce code when signals are not enabled by Gavin Howard · 6 years ago
  2. 365fdb8 Add parentheses after func names in error reports by Gavin Howard · 6 years ago
  3. bc71c8a Use all of the error stuff in reporting errors by Gavin Howard · 6 years ago
  4. 46cdd15 Add t(x) to the bc manual by Gavin Howard · 6 years ago
  5. 08b689e Add t() to the extended math library by Gavin Howard · 6 years ago
  6. 8a59bdf Fix a bug in the read tests script by Gavin Howard · 6 years ago
  7. ec4aa21 Add locale support to the build manual by Gavin Howard · 6 years ago
  8. 7876e78 Add locales to the README by Gavin Howard · 6 years ago
  9. c959453 Make two tweaks by Gavin Howard · 6 years ago
  10. fa08ee4 Move locales by Gavin Howard · 6 years ago
  11. 7d2880e Update the manuals with locale information by Gavin Howard · 6 years ago
  12. 2be9b7d Add -N to my build matrices by Gavin Howard · 6 years ago
  13. f8e24d9 Fix a compile error by Gavin Howard · 6 years ago
  14. 3b6ec75 Remove debugging code by Gavin Howard · 6 years ago
  15. 8ffac9b Make locales start to work by Gavin Howard · 6 years ago
  16. 5008025 Add locale support by Gavin Howard · 6 years ago
  17. 1d57db9 Add examples of scientific notation input to the manuals by Gavin Howard · 6 years ago
  18. 5cfc8dc Switch back to -O0 default for debug builds by Gavin Howard · 6 years ago
  19. 5b1499c Add another blurb to the README by Gavin Howard · 6 years ago
  20. 9c5840f Add files to remove to the release script by Gavin Howard · 6 years ago
  21. e7e71a9 Add missing files to the README by Gavin Howard · 6 years ago
  22. 4e21882 Fix a problem in the README by Gavin Howard · 6 years ago
  23. 75101b0 Remove a useless line of code by Gavin Howard · 6 years ago
  24. 2e344c7 Fix some failing tests now that I am testing read properly by Gavin Howard · 6 years ago
  25. 7c715d6 Add read tests by Gavin Howard · 6 years ago
  26. 57a240e Fix some style by Gavin Howard · 6 years ago
  27. 78aabe7 Use an assert where I can by Gavin Howard · 6 years ago
  28. 1f034bf Fix a bug by Gavin Howard · 6 years ago
  29. 3f54d53 Add back a lot of error tests that I accidentally deleted by Gavin Howard · 6 years ago
  30. d990074 Add some error tests by Gavin Howard · 6 years ago
  31. e14b169 Fix a compile error by Gavin Howard · 6 years ago
  32. 1b5ea80 Fix a typo by Gavin Howard · 6 years ago
  33. 84d6fb7 Add more errors by Gavin Howard · 6 years ago
  34. e874c54 Fix a typo by Gavin Howard · 6 years ago
  35. bbc5180 Add a posix error test by Gavin Howard · 6 years ago
  36. 59c126e Fix a typo by Gavin Howard · 6 years ago
  37. f91e7ae Add another item to the bc manual by Gavin Howard · 6 years ago
  38. 667f687 Add a needed test by Gavin Howard · 6 years ago
  39. a652788 Make sure exponential notation is not allowed in POSIX compliance by Gavin Howard · 6 years ago
  40. f033b38 Add a missing bit in the bc manual by Gavin Howard · 6 years ago
  41. 4b00304 Add more information about inputting with scientific notation by Gavin Howard · 6 years ago
  42. df55d8c Fix problems in the dc manual by Gavin Howard · 6 years ago
  43. 70bfda2 Update the RELEASE.md checklist by Gavin Howard · 6 years ago
  44. cd827ce Fix a compile error in dc-only builds by Gavin Howard · 6 years ago
  45. 8d8df14 Undo the change from last commit by Gavin Howard · 6 years ago
  46. 8573c28 Attempt to cover more lines in tests by Gavin Howard · 6 years ago
  47. 5f9ebfa Make sure newlines are not eaten in bc parser for read() by Gavin Howard · 6 years ago
  48. 0ca1d72 Use another assert where I can by Gavin Howard · 6 years ago
  49. 2721050 Add a bc error test by Gavin Howard · 6 years ago
  50. f41d377 Add another error test by Gavin Howard · 6 years ago
  51. d94b6bc Use an assert where I can by Gavin Howard · 6 years ago
  52. 83b9479 Add an error test by Gavin Howard · 6 years ago
  53. 39eb539 Undo the last change by Gavin Howard · 6 years ago
  54. 7b34532 Enable another thing to reduce non-tested lines of code by Gavin Howard · 6 years ago
  55. 3062339 Attempt to stop travis compilers from inlining by Gavin Howard · 6 years ago
  56. babbe7b Use an optimization meant for debugging in the configure step by Gavin Howard · 6 years ago
  57. 65e3fe9 Reduce optimizations in travis by Gavin Howard · 6 years ago
  58. b4bfcdc Remove what turns out to be useless code by Gavin Howard · 6 years ago
  59. 6cd5f60 Add a couple error tests by Gavin Howard · 6 years ago
  60. f79ea44 Update the manuals with scientific and engineering notations by Gavin Howard · 6 years ago
  61. 7ad5a66 Implement scientific and engineering notations by Gavin Howard · 6 years ago
  62. 7489883 Add tests for upcoming scientific and engineering notation by Gavin Howard · 6 years ago
  63. 19f6ae8 Remove the .PHONY line in the Makefile by Gavin Howard · 6 years ago
  64. 401954f Reduce warnings in testing history compilation by Gavin Howard · 6 years ago
  65. d67dde6 Make errors.sh check for memory errors on non-fatal errors by Gavin Howard · 6 years ago
  66. fc12e13 Fix printing of an error by Gavin Howard · 6 years ago
  67. 07fbf01 Remove a memory leak on error by Gavin Howard · 6 years ago
  68. 35d5167 Fix an ordering bug by Gavin Howard · 6 years ago
  69. bb6aeef Make valgrind return 100 on error by Gavin Howard · 6 years ago
  70. 779b02e Fix a missing item in the manuals by Gavin Howard · 6 years ago
  71. 403ffc6 Fix a mistake in last commit by Gavin Howard · 6 years ago
  72. fb4f2b8 Redo error handling to return specific error statuses by Gavin Howard · 6 years ago
  73. d6ea1df Update the manuals with exit statuses by Gavin Howard · 6 years ago
  74. e92a35f Update the manuals some more by Gavin Howard · 6 years ago
  75. 8be9838 Add limits to the manuals by Gavin Howard · 6 years ago
  76. 1df7a95 Add the new functions to the bc manual by Gavin Howard · 6 years ago
  77. f493982 Add aliases and tan() in lib2 by Gavin Howard · 6 years ago
  78. 22ba096 Add Mac OSX to the README by Gavin Howard · 6 years ago
  79. ccee132 Tweak last commit by Gavin Howard · 6 years ago
  80. fb396e2 Update the RELEASE.md checklist by Gavin Howard · 6 years ago
  81. f71ffac Reduce LOC and inefficiency by Gavin Howard · 6 years ago
  82. 98eeb3c Add a test by Gavin Howard · 6 years ago
  83. 3e71e72 Fix a change that broke the test suite by Gavin Howard · 6 years ago
  84. 09e138d Add more tests by Gavin Howard · 6 years ago
  85. 2f39274 Fix style in program.c by Gavin Howard · 6 years ago
  86. a6c22be Use more asserts where I can use them by Gavin Howard · 6 years ago
  87. 95b4618 Protect more code that should only activate for signals by Gavin Howard · 6 years ago
  88. 7f5e5ff Make the dc stdin test activate the GC by Gavin Howard · 6 years ago
  89. d1c75d6 Fix an error test by Gavin Howard · 6 years ago
  90. 0767fd7 Fix a bug in dc where read was not checked for errors by Gavin Howard · 6 years ago
  91. a7f47d7 Add more bc error tests by Gavin Howard · 6 years ago
  92. ea9492c Add another work-avoiding comment by Gavin Howard · 6 years ago
  93. 691f6d3 Add a comment to prevent extra work in the future by Gavin Howard · 6 years ago
  94. 484e4fb Use an assert instead of a check by Gavin Howard · 6 years ago
  95. 1ac7740 Reverse an if statement by Gavin Howard · 6 years ago
  96. 0a8f932 Remove some useless code by Gavin Howard · 6 years ago
  97. d01ab3a Add an error test by Gavin Howard · 6 years ago
  98. f968785 Remove a useless line of code by Gavin Howard · 6 years ago
  99. e26c6f9 Add a readlink function in the install script by Gavin Howard · 6 years ago
  100. dd52227 Put the environment variables and ceil() in the manuals by Gavin Howard · 6 years ago