summaryrefslogtreecommitdiff
path: root/strings/strtod.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-0/+3
* Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/51tsmith@quadxeon.mysql.com2007-06-051-3/+4
|\
| * Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-05-241-3/+4
| |\
| | * WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-3/+4
| * | Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototypekaa@polly.local2007-05-081-1/+1
| |/
* | Got rid of log_01[], because we don't really need it. Division and log_10[] c...kaa@polly.local2007-05-301-37/+1
* | Don't use log_01[] in my_strtod() to avoid loss of precision.kaa@polly.local2007-05-281-2/+2
* | Some Windows-related fixes to make Microsoft compilers happy. This is for bug...kaa@polly.local2007-05-281-2/+2
* | Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121kaa@polly.local2007-05-281-15/+72
|\ \
| * | Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated...kaa@polly.local2007-05-281-15/+72
| |/
* | Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototypemsvensson@pilot.blaudden2007-05-161-1/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2006-12-151-13/+14
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-13/+14
* | Merge polly.local:/tmp/maint/bug22129/my41-bug22129kaa@polly.local2006-11-081-16/+4
|\ \ | |/ |/|
| * Removed the underflow check (bug #22129)kaa@polly.local2006-11-081-16/+4
| * Merge polly.local:/tmp/22129/bug22129/my41-bug22129kaa@polly.local2006-09-221-24/+43
| |\
* | \ Merge polly.local:/tmp/22129/bug22129/my41-bug22129kaa@polly.local2006-09-221-24/+43
|\ \ \ | | |/ | |/|
| * | Fixed bug #22129: A small double precision number becomes zerokaa@polly.local2006-09-221-24/+43
* | | Merge trift2.:/M41/push-1-4.1joerg@trift2.2006-07-241-2/+1
|\ \ \ | | |/ | |/|
| * | strings/strtod.c : Ensure the definition of "EOVERFLOW" is available.joerg@trift2.2006-07-171-1/+1
| |/
* | Fix Windows build problem following previous push.knielsen@mysql.com2006-06-301-1/+2
* | Fixing windows build.elliot@mysql.com2006-06-301-2/+2
|/
* Fixed include file usagemonty@mysql.com2006-06-301-2/+2
* Backport my_strntod() from 5.0monty@mysql.com2005-02-221-48/+119
* EOVERFLOW moved to my_base.h - it is used not only in strtod.cserg@serg.mylan2004-03-161-4/+0
* Moved errno to strtod.c as one can use m_string.h without errno.hmonty@mysql.com2004-03-161-5/+5
* merge & simple cleanupmonty@mysql.com2004-03-151-7/+12
|\
| * Optimizationsmonty@mysql.com2004-03-151-4/+6
* | my_strtod fixes:serg@serg.mylan2004-03-141-3/+11
|/
* - added commands --query_vertical and --query_horisontal to client/mysqltest.ccvva@eagle.mysql.r18.ru2004-03-061-4/+1
* do not use static array of pastpoints in my_strtod - it is not portableserg@build.mysql.com2004-02-271-17/+3
* minor omission that effectively disabled my_strtod fixed :)serg@serg.mylan2004-02-241-1/+1
* - fixed C++-style comment in strings/strtod.c which caused a compilelenz@kallisto.local2004-02-181-1/+1
* my_atof is deletedserg@serg.mylan2004-02-131-0/+140