summaryrefslogtreecommitdiff
path: root/strings/strtod.c
Commit message (Expand)AuthorAgeFilesLines
* Backport of WL #2934: Make/find library for doing float/double Alexey Kopytov2009-12-221-236/+0
* Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-0/+3
* Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51unknown2007-06-051-3/+4
|\
| * Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-3/+4
| |\
| | * WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-3/+4
| * | Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototypeunknown2007-05-081-1/+1
| |/
* | Got rid of log_01[], because we don't really need it. Division and log_10[] c...unknown2007-05-301-37/+1
* | Don't use log_01[] in my_strtod() to avoid loss of precision.unknown2007-05-281-2/+2
* | Some Windows-related fixes to make Microsoft compilers happy. This is for bug...unknown2007-05-281-2/+2
* | Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121unknown2007-05-281-15/+72
|\ \
| * | Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated...unknown2007-05-281-15/+72
| |/
* | Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototypeunknown2007-05-161-1/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-151-13/+14
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-151-13/+14
* | Merge polly.local:/tmp/maint/bug22129/my41-bug22129unknown2006-11-081-16/+4
|\ \ | |/ |/|
| * Removed the underflow check (bug #22129)unknown2006-11-081-16/+4
| * Merge polly.local:/tmp/22129/bug22129/my41-bug22129unknown2006-09-221-24/+43
| |\
* | \ Merge polly.local:/tmp/22129/bug22129/my41-bug22129unknown2006-09-221-24/+43
|\ \ \ | | |/ | |/|
| * | Fixed bug #22129: A small double precision number becomes zerounknown2006-09-221-24/+43
* | | Merge trift2.:/M41/push-1-4.1unknown2006-07-241-2/+1
|\ \ \ | | |/ | |/|
| * | strings/strtod.c : Ensure the definition of "EOVERFLOW" is available.unknown2006-07-171-1/+1
| |/
* | Fix Windows build problem following previous push.unknown2006-06-301-1/+2
* | Fixing windows build.unknown2006-06-301-2/+2
|/
* Fixed include file usageunknown2006-06-301-2/+2
* Backport my_strntod() from 5.0unknown2005-02-221-48/+119
* EOVERFLOW moved to my_base.h - it is used not only in strtod.cunknown2004-03-161-4/+0
* Moved errno to strtod.c as one can use m_string.h without errno.hunknown2004-03-161-5/+5
* merge & simple cleanupunknown2004-03-151-7/+12
|\
| * Optimizationsunknown2004-03-151-4/+6
* | my_strtod fixes:unknown2004-03-141-3/+11
|/
* - added commands --query_vertical and --query_horisontal to client/mysqltest.ccunknown2004-03-061-4/+1
* do not use static array of pastpoints in my_strtod - it is not portableunknown2004-02-271-17/+3
* minor omission that effectively disabled my_strtod fixed :)unknown2004-02-241-1/+1
* - fixed C++-style comment in strings/strtod.c which caused a compileunknown2004-02-181-1/+1
* my_atof is deletedunknown2004-02-131-0/+140