gecko-dev/modules/fdlibm
André Bargull 1ce1fec25f Bug 1564117 - Part 2: Allow to reimport a specific fdlibm commit. r=arai
This makes it easier to test if modified patch files still apply.

Additionally "--no-backup-if-mismatch" was added to the `patch` command to
avoid generating ".orig" files.

Depends on D37256

Differential Revision: https://phabricator.services.mozilla.com/D37257

--HG--
extra : moz-landing-system : lando
2019-07-08 16:52:47 +00:00
..
patches Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
src Bug 1564117 - Part 1: Use std::sqrt in fdlibm. r=arai 2019-07-08 16:52:45 +00:00
README.mozilla Bug 1564117 - Part 2: Allow to reimport a specific fdlibm commit. r=arai 2019-07-08 16:52:47 +00:00
import.sh Bug 1564117 - Part 2: Allow to reimport a specific fdlibm commit. r=arai 2019-07-08 16:52:47 +00:00
moz.build
update.sh Bug 1564117 - Part 2: Allow to reimport a specific fdlibm commit. r=arai 2019-07-08 16:52:47 +00: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
or
  sh update.sh <sha-commit>
from within the modules/fdlibm directory.

Current version: [commit b21ccf63f28a3a4692d8a31419e0a725a1b1a800 (2018-02-14T07:59:30Z)].

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