gecko-dev/modules/fdlibm
Benjamin Bouvier 65bc0f401d Bug 1272640: Update patches in modules/fdblim/patches/; r=arai
MozReview-Commit-ID: HkQ223HMuMv

--HG--
extra : rebase_source : 00d78978498113f8a4d519247421675e3926e0a6
2016-05-19 16:04:14 +02:00
..
patches Bug 1272640: Update patches in modules/fdblim/patches/; r=arai 2016-05-19 16:04:14 +02:00
src Bug 1272640: Update update.sh to import s_truncf.cpp into fdlibm/; r=arai 2016-05-19 16:20:19 +02:00
import.sh Bug 1272640: Update update.sh to import s_truncf.cpp into fdlibm/; r=arai 2016-05-19 16:20:19 +02:00
moz.build Backed out changeset c91821911d55 (bug 933257) 2016-03-15 08:15:09 +09:00
README.mozilla Bug 933257 - Part 2.1: Import fdlibm from FreeBSD (revision bcea9d50b15e4f0027a5dd526e0e2a612238471e). r=jwalden 2016-04-06 08:59:40 +09:00
update.sh Bug 1272640: Update update.sh to import s_truncf.cpp into fdlibm/; r=arai 2016-05-19 16:20:19 +02:00

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 bcea9d50b15e4f0027a5dd526e0e2a612238471e].

patches 01-14 fixes files to be usable within mozilla-central tree.
See https://bugzilla.mozilla.org/show_bug.cgi?id=933257