gecko-dev/modules/fdlibm
Joel Maher ad033bbef8 Bug 1345618 - add BUG_COMPONENT to modules/* files. r=jfkthame,mcmanus,rstrong
MozReview-Commit-ID: G3hG5C4P5jS
2017-03-09 05:33:31 -05:00
..
patches Bug 1303463 - Use safer STRICT_ASSIGN on VisualStudio. r=jwalden 2016-09-20 16:57:08 +09:00
src Bug 1309573 - Part 2: Define MOZ_HAS_MOZGLUE in various places so that the crash reason gets used. r=glandium 2016-11-08 03:53:00 -05:00
README.mozilla Bug 1343336 - Include the upstream commit date in the fdlibm Mozilla README. r=bbouvier 2017-02-28 14:33:18 -06:00
import.sh Bug 1303085: Add nearbyint/nearbyintf to fdlibm; r=arai 2016-09-15 20:57:47 +02:00
moz.build Bug 1345618 - add BUG_COMPONENT to modules/* files. r=jfkthame,mcmanus,rstrong 2017-03-09 05:33:31 -05:00
update.sh Bug 1343336 - Include the upstream commit date in the fdlibm Mozilla README. r=bbouvier 2017-02-28 14:33:18 -06:00

README.mozilla

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 (2016-09-04T12:01:32Z)].

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