diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /modules/fdlibm/README.mozilla | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'modules/fdlibm/README.mozilla')
-rw-r--r-- | modules/fdlibm/README.mozilla | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/fdlibm/README.mozilla b/modules/fdlibm/README.mozilla new file mode 100644 index 000000000..3c2449612 --- /dev/null +++ b/modules/fdlibm/README.mozilla @@ -0,0 +1,17 @@ +This is the fdlibm library imported from +https://github.com/freebsd/freebsd + +Upstream code can be viewed at + https://github.com/freebsd/freebsd/tree/master/lib/msun/src + +Each file is downloaded separately, as cloning whole repository takes so much +resources. + +The in-tree copy is updated by running + sh update.sh +from within the modules/fdlibm directory. + +Current version: [commit f2287da07ac7a26ac08745cac66eec82ab9ba384]. + +patches 01-14 fixes files to be usable within mozilla-central tree. +See https://bugzilla.mozilla.org/show_bug.cgi?id=933257 |