README.mozilla 605 B

1234567891011121314151617181920
  1. This is the fdlibm library imported from
  2. https://github.com/freebsd/freebsd
  3. Upstream code can be viewed at
  4. https://github.com/freebsd/freebsd/tree/master/lib/msun/src
  5. Each file is downloaded separately, as cloning whole repository takes so much
  6. resources.
  7. The in-tree copy is updated by running
  8. sh update.sh
  9. or
  10. sh update.sh <sha-commit>
  11. from within the modules/fdlibm directory.
  12. Current version: [commit cf4707bb2f78ecf56ba350bdc24e3135b4339622 (2019-09-25T18:50:57Z)].
  13. patches 01-18 fixes files to be usable within mozilla-central tree.
  14. See https://bugzilla.mozilla.org/show_bug.cgi?id=933257