1. 7074eba Change the API of some lib2.bc functions by Gavin Howard · 2 years, 10 months ago
  2. 5751614 Add more bitwise functions to lib2.bc by Gavin Howard · 2 years, 10 months ago
  3. a3bfe31 Optimize the bitwise functions in lib2.bc with divmod by Gavin Howard · 2 years, 11 months ago
  4. cb584d9 Make s2un(x,n) work with max negative numbers by Gavin Howard · 2 years, 11 months ago
  5. 99dfc24 Add bitwise functions in lib2 by Gavin Howard · 2 years, 11 months ago
  6. a36e902 Add two helper functions in lib2 that users might want by Gavin Howard · 2 years, 11 months ago
  7. f46f849 Add the redefine option to the bc help text by Gavin Howard · 2 years, 11 months ago
  8. 27bc55b Fix an oversight by Gavin Howard · 3 years ago
  9. 3f57148 Add environment variables to help and manuals by Gavin Howard · 3 years ago
  10. dbe6854 Remove compiler warnings by Gavin Howard · 3 years ago
  11. d72062c Finish documenting `gen/` in the development manual by Gavin Howard · 3 years ago
  12. 6787a0f More library clean up by Gavin Howard · 3 years ago
  13. 1156cd1 Fix multi-digit number bugs in the bc libs by Gavin Howard · 3 years ago
  14. 2968e99 Do a lot of work on the development manual by Gavin Howard · 3 years ago
  15. 11a8875 Add gcd and lcm to lib2 by Gavin Howard · 3 years ago
  16. bcd5ac1 Fix compiler warnings by Gavin Howard · 3 years, 2 months ago
  17. f7a6430 Start the process of making bc/dc work on Windows by Gavin Howard · 3 years, 2 months ago
  18. 9f8f9bc Change the bc and dc help texts by Gavin Howard · 3 years, 2 months ago
  19. 0c1abbe Fix a divide by 0 bug in `root()` (lib2.bc) by Gavin Howard · 3 years, 3 months ago
  20. 4feb708 Update copyright to 2021 by Gavin Howard · 3 years, 4 months ago
  21. d5ff6c8 Fix an oversight by Stefan Eßer · 3 years, 6 months ago
  22. 82bb870 Fix warnings and errors revealed by release.sh by Gavin Howard · 3 years, 6 months ago
  23. 3fdd67d Remove an unneeded line by Gavin Howard · 3 years, 7 months ago
  24. 9f9bef4 Move more stuff around and fix all compiler errors and warnings by Gavin Howard · 3 years, 8 months ago
  25. 0079ec0 Avoid clobbering `r` variable in Bessel function by Michael Forney · 3 years, 7 months ago
  26. f420be2 Remove "All rights reserved" from license headers for FreeBSD by Gavin Howard · 4 years ago
  27. 29e00ba Add SPDX identifiers to files by Gavin Howard · 4 years ago
  28. 34fd938 Edit the bc help a bit by Gavin Howard · 4 years ago
  29. b9429bb Remove a now unused auto from `ceil()` by Gavin Howard · 4 years ago
  30. 5e4ae20 Make the implementation of `ceil()` more efficient by Gavin Howard · 4 years ago
  31. f4b4323 Fix a bug in lib2.bc's `ceil()` function by Gavin Howard · 4 years ago
  32. cb8875a Fix style in lib2.bc by Gavin Howard · 4 years, 1 month ago
  33. 693dcdd Merge branch 'master' into rand by Gavin Howard · 4 years, 3 months ago
  34. 0ae9b4d Fix bugs in the new function by Gavin Howard · 4 years, 3 months ago
  35. 898e689 Add a function to lib2.bc by Gavin Howard · 4 years, 3 months ago
  36. c2de519 Tweak lib2.bc by Gavin Howard · 4 years, 3 months ago
  37. 0ad46a9 Add a license header to a file that is missing it by Gavin Howard · 4 years, 3 months ago
  38. 8e97a5e Merge branch 'master' into rand by Gavin Howard · 4 years, 5 months ago
  39. 6d2cf3f Update copyright year 2019 --> 2020. by Zach van Rijn · 4 years, 5 months ago
  40. edf7337 Add the brand() function by Gavin Howard · 4 years, 6 months ago
  41. 316f369 Make more things errors pertaining to rand by Gavin Howard · 4 years, 7 months ago
  42. 4713793 Add a random number generator to bc by Gavin Howard · 4 years, 8 months ago
  43. 8c01a79 Improve the root and cbrt API's by Gavin Howard · 4 years, 7 months ago
  44. f5eb70c Add root and cbrt function to lib2 by Gavin Howard · 4 years, 8 months ago
  45. ea2f1ce Add documentation for the -P/--no-prompt option by Gavin Howard · 5 years ago
  46. 3d59ce7 Update all documentation that I could find by Gavin Howard · 5 years ago
  47. 36cdf56 Add atan2 to the extended math library with tests by Gavin Howard · 5 years ago
  48. f23d48d Another style change to strgen.sh to make sure it is POSIX only by Gavin Howard · 5 years ago
  49. c2ac8d1 Slight fix to style on strgen.sh by Gavin Howard · 5 years ago
  50. c45e636 Split test into two parts to prevent parse error if the variable is unset by Stefan Esser · 5 years ago
  51. 0171132 Fix test to work if empty or null string is passed. by Stefan Esser · 5 years ago
  52. e910c62 Provide shell version of strgen.c to allow use without compilation. by Stefan Esser · 5 years ago
  53. ca9f830 Update the help texts by Gavin Howard · 5 years ago
  54. 7345cb9 Change all of the license headers by Gavin Howard · 5 years ago
  55. 08b689e Add t() to the extended math library by Gavin Howard · 5 years ago
  56. f493982 Add aliases and tan() in lib2 by Gavin Howard · 5 years ago
  57. cee799a Add a ceil() function to lib2 by Gavin Howard · 5 years ago
  58. f256910 Shrink lib2 even more by Gavin Howard · 5 years ago
  59. 79af555 Reduce size of lib2 by Gavin Howard · 5 years ago
  60. bc32b7d Shrink the math library by Gavin Howard · 5 years ago
  61. 112bb23 Fix a bug in lib2 by Gavin Howard · 5 years ago
  62. 7422f88 Add radian and degree conversion functions by Gavin Howard · 5 years ago
  63. fb44241 Fix another bit of style in strgen.c by Gavin Howard · 5 years ago
  64. 31065f5 Fix style in strgen.c by Gavin Howard · 5 years ago
  65. b64e652 Make sure to adjust the license for generated code by Gavin Howard · 5 years ago
  66. 88ab518 Add abs() as a built in by Gavin Howard · 5 years ago
  67. a7fc310 Shrink lib2 as much as possible by Gavin Howard · 5 years ago
  68. caf5fc2 Avoid some undefined behavior in strgen.c by Gavin Howard · 5 years ago
  69. 23714f7 Remove some debugging code in strgen by Gavin Howard · 5 years ago
  70. 1cbfe24 Turn on -Weverything and eliminate all warnings by Gavin Howard · 5 years ago
  71. e27c46a Fix bugs in the math libraries found by inspection by Gavin Howard · 5 years ago
  72. 42473cc Add fixed-width integer functions to lib2 by Gavin Howard · 5 years ago
  73. 6eaac80 Reorder more functions in lib2 by Gavin Howard · 5 years ago
  74. 2c5608f Reorder functions in lib2 by Gavin Howard · 5 years ago
  75. b041659 Modify void functions by Gavin Howard · 5 years ago
  76. 1d03afa Style fixes for lib3 by Gavin Howard · 5 years ago
  77. d06b77d Add more to lib2 along with some style fixes by Gavin Howard · 5 years ago
  78. 1353b1a Fix the (hopefully) last bug in lib3 by Gavin Howard · 5 years ago
  79. afc96e6 Fix bugs in lib2 and lib3 by Gavin Howard · 5 years ago
  80. 689f7c9 Fix some bugs with output_byte() by Gavin Howard · 5 years ago
  81. 0b794a7 Tweak lib2 by Gavin Howard · 5 years ago
  82. 73b6254 Fill out the rest of lib3 and add the tests by Gavin Howard · 5 years ago
  83. 9fb025c Simplify output() in lib3 by Gavin Howard · 5 years ago
  84. 5f265ca Fix problems with lib3 by Gavin Howard · 5 years ago
  85. d8ed1ff Fix problems with lib2 and its tests by Gavin Howard · 5 years ago
  86. 5aac010 Add two more useful functions to lib2, along with tests by Gavin Howard · 5 years ago
  87. 08443d8 Fix a bug in ubytes() by Gavin Howard · 5 years ago
  88. f5cadd5 Fix a parse error in lib3 by Gavin Howard · 5 years ago
  89. 541342d Fill out lib3 by Gavin Howard · 5 years ago
  90. 8725070 Introduce the build system plumbing for void functions by Gavin Howard · 5 years ago
  91. 15dce75 Style fixes for the help texts by Gavin Howard · 5 years ago
  92. 0ee5ebf Fix an out-of-date part of the dc help text by Gavin Howard · 5 years ago
  93. e9649aa Add references to the manuals in the help texts by Gavin Howard · 5 years ago
  94. 504f48a Style fix by Gavin Howard · 5 years ago
  95. 0167426 Fix bugs in the round function by Gavin Howard · 5 years ago
  96. ed9501e Add a rough draft for the rounding function by Gavin Howard · 5 years ago
  97. 59ccd6c Fix a typo by Gavin Howard · 5 years ago
  98. e8db037 Merge branch 'master' into math by Gavin Howard · 5 years ago
  99. 64ae649 Improve strgen.c output by Gavin Howard · 5 years ago
  100. 6fcb504 Start adding the extra math to the build system by Gavin Howard · 5 years ago