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

Unified Diff: runtime/third_party/double-conversion/README

Issue 8632010: double-conversion drop. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to latest double-conversion version. Created 9 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 | « runtime/third_party/double-conversion/LICENSE ('k') | runtime/third_party/double-conversion/README.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/third_party/double-conversion/README
diff --git a/runtime/third_party/double-conversion/README b/runtime/third_party/double-conversion/README
new file mode 100644
index 0000000000000000000000000000000000000000..f186b420f42bc14c7d5765ea43f6b28d3c29b921
--- /dev/null
+++ b/runtime/third_party/double-conversion/README
@@ -0,0 +1,11 @@
+http://code.google.com/p/double-conversion
+
+This project (double-conversion) provides binary-decimal and decimal-binary
+routines for IEEE doubles.
+
+The library consists of efficient conversion routines that have been extracted
+from the V8 JavaScript engine. The code has been refactored and improved so that
+it can be used more easily in other projects.
+
+There is extensive documentation in src/double-conversion.h. Other examples can
+be found in test/cctest/test-conversions.cc.
« no previous file with comments | « runtime/third_party/double-conversion/LICENSE ('k') | runtime/third_party/double-conversion/README.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698