Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: base/third_party/dmg_fp/README.google

Issue 10716: Move dmg_fp to base/third_party/dmg_fp and include the (Closed)
Patch Set: tot Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/build/base.vcproj ('k') | base/third_party/dmg_fp/dmg_fp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/dmg_fp/README.google
diff --git a/base/third_party/dmg_fp/README.google b/base/third_party/dmg_fp/README.google
new file mode 100644
index 0000000000000000000000000000000000000000..16d866d0a08864a4bd8f9d695209ef78fe6d0baf
--- /dev/null
+++ b/base/third_party/dmg_fp/README.google
@@ -0,0 +1,11 @@
+This directory contains David M. Gay's floating point routines.
+License can be found in individual .cc files.
+
+Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>.
+Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>.
+You may be also interested in <http://www.netlib.org/fp/>.
+
+List of changes made to original code:
+ - wrapped functions in dmg_fp namespace
+ - renamed .c files to .cc
+ - added dmg_fp.h header
« no previous file with comments | « base/build/base.vcproj ('k') | base/third_party/dmg_fp/dmg_fp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698