1. 32f332b Remove the debugging code from lib.bc by Gavin Howard · 6 years ago
  2. 95ed575 Add debugging prints to lib.bc (these will be removed later) by Gavin Howard · 6 years ago
  3. c2762a2 Fix bugs and style is lib.bc by Gavin Howard · 6 years ago
  4. eb9a822 More style changes for landley by Gavin Howard · 6 years ago
  5. 07add2e Revert "Remove all statics" by Gavin Howard · 6 years ago
  6. f2aa1e2 Remove all statics by Gavin Howard · 6 years ago
  7. 7edf829 Change gen to remove the header comment by Gavin Howard · 6 years ago
  8. 6d175b0 Shrink the size of lib.bc by Gavin Howard · 6 years ago
  9. 96780f3 Implement a(x) now that I understand it by Gavin Howard · 6 years ago
  10. db91939 Add j(n,x) after understanding the algorithm by Gavin Howard · 6 years ago
  11. 3908b97 Add s(x) after understanding the algorithm by Gavin Howard · 6 years ago
  12. 538f141 Add l(x) after going through the GNU bc version by Gavin Howard · 6 years ago
  13. 97d4512 Add e(x) to the math library by Gavin Howard · 6 years ago
  14. 140a343 Remove all code (except cosine from the bc lib) by Gavin Howard · 6 years ago
  15. 675f70c Implement a rough mathlib by Gavin Howard · 6 years ago
  16. 1ba6bee Modify gen to generate a full header by Gavin Howard · 6 years ago
  17. f1e302e Set scale in the math library by Gavin Howard · 6 years ago
  18. d8a2b50 Remove warnings caused by style fixes for landley by Gavin Howard · 6 years ago
  19. 8d1f1db Update pointer style for toybox by Gavin Howard · 6 years ago
  20. d571acf Fix warnings and bugs found using scan-build by Gavin Howard · 6 years ago
  21. eac4710 Add a header comment to the math library by Gavin Howard · 6 years ago
  22. 8bdbb1f Fix bugs relating to handling of the math library by Gavin Howard · 6 years ago
  23. b5904bf Change the license by Gavin Howard · 6 years ago
  24. 207053c Fix seg faults and other bugs in the gen program by Gavin Howard · 6 years ago
  25. fe2351d Update some code for the lib by Gavin Howard · 6 years ago
  26. f833399 Add code to generate a char array from a file by Gavin Howard · 6 years ago