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

Side by Side Diff: base/third_party/dmg_fp/README.chromium

Issue 19501: Rename README.google to README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/third_party/dmg_fp/README.google » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/base/third_party/dmg_fp/README.google:r69-2775
OLDNEW
1 This directory contains David M. Gay's floating point routines. 1 This directory contains David M. Gay's floating point routines.
2 License can be found in individual .cc files. 2 License can be found in individual .cc files.
3 3
4 Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>. 4 Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>.
5 Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>. 5 Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>.
6 You may be also interested in <http://www.netlib.org/fp/>. 6 You may be also interested in <http://www.netlib.org/fp/>.
7 7
8 List of changes made to original code: 8 List of changes made to original code:
9 - wrapped functions in dmg_fp namespace 9 - wrapped functions in dmg_fp namespace
10 - renamed .c files to .cc 10 - renamed .c files to .cc
11 - added dmg_fp.h header 11 - added dmg_fp.h header
12 - added #define IEEE_8087 to dtoa.cc 12 - added #define IEEE_8087 to dtoa.cc
OLDNEW
« no previous file with comments | « no previous file | base/third_party/dmg_fp/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698