summaryrefslogtreecommitdiff
path: root/strings/decimal.c
Commit message (Expand)AuthorAgeFilesLines
* Added a cast. Fix for Metrowerks compiler.unknown2005-09-281-1/+1
* Fix for bug #12938 (decimal arithmetic in the loop fails)unknown2005-09-041-1/+15
* Fix for bug #12173 (show create table crash)unknown2005-07-291-1/+2
* Cleanups during review of new codeunknown2005-07-281-2/+5
* Fix for bug #11557 (Error during rounding of the DEFAULT values)unknown2005-07-121-8/+7
* Fix for bug #10891 (string->decimal conversion crashes server)unknown2005-07-071-5/+14
* Fixes during review of new codeunknown2005-07-041-7/+9
* Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0unknown2005-06-151-4/+25
|\
| * Fix for bug #10632 (CEILING returns wrong result)unknown2005-06-151-4/+25
* | Merge bk@192.168.21.1:/usr/home/bk/mysql-5.0unknown2005-06-151-1/+7
|\ \
| * | Fix for bug #10337 (cast(NULL DECIMAL) crashes the server)unknown2005-06-151-1/+7
| |/
* | fixes for windows 64-bit compiler warningsunknown2005-06-131-12/+12
|/
* Fix for bug #8482 (Incorrect rounding)unknown2005-06-091-0/+8
* Code cleanups during code reviewsunknown2005-06-011-10/+26
* Fixed Bug#10232: update with subquery, precision math,unknown2005-05-101-1/+8
* Fix for bug #9527 (negative zero is a nonsence)unknown2005-05-071-0/+11
* mergingunknown2005-05-061-8/+12
|\
| * Fix for bug #10004 (Decimal operation crashes server)unknown2005-05-061-8/+12
* | Trimmed fix for bug #9546 (Crashing with huge decimals)unknown2005-05-061-1/+7
|/
* A fix (bug #10404: select 0/0 returns 0).unknown2005-05-061-13/+13
* A lot of fixes to Precision mathunknown2005-05-051-17/+9
* Fixed errors descovered by valgrind 2.4unknown2005-04-061-1/+1
* decimal_div bug#9501unknown2005-03-311-68/+55
* Rename decimal -> decimal_t, decimal_digit -> decimal_digit_tunknown2005-03-211-45/+49
* Fix a valgrind warning in decimal.c:sanity()unknown2005-03-211-0/+4
* Fix for bug #8464 (AVG returns incorrect result)unknown2005-03-071-0/+3
* decimal format documentedunknown2005-02-201-0/+77
* underflow in decimal_round fixedunknown2005-02-201-7/+23
* Fixed BUILD script to use --with-berkeley-db instead of --with-bdbunknown2005-02-191-96/+137
* Fix for bug 8416 (bigint test fails on PPC)unknown2005-02-131-1/+1
* fixed C++ syntax in C codeunknown2005-02-091-4/+5
* Precision Math implementationunknown2005-02-091-242/+923
* strings/decimal.cunknown2004-12-271-2/+10
* Merge with new VARCHAR codeunknown2004-12-061-2/+7
|\
| * Add support for up to VARCHAR (size up to 65535)unknown2004-12-061-2/+7
* | int decimal_is_zero(decimal *from);unknown2004-12-061-0/+10
* | strings/decimal.cunknown2004-12-061-4/+14
* | strings/decimal.cunknown2004-12-031-0/+7
* | strings/decimal.cunknown2004-12-031-162/+182
* | more decimail bugs fixedunknown2004-12-031-14/+24
* | fix for decimal.cunknown2004-11-281-1/+1
* | fix decimal2longlong toounknown2004-11-271-4/+7
* | better overflow checks in decimal2ulonglongunknown2004-11-271-3/+7
* | '5.4', -1, HALF_UPunknown2004-11-111-4/+4
* | decimal.c:unknown2004-11-081-0/+10
|/
* don't return intg=frac=0 from modunknown2004-11-071-1/+6
* memory overrun in decimal_modunknown2004-11-071-5/+14
* space-stripping in decimal2binunknown2004-11-041-3/+29
* error codes chaged to bitmap (for easier testing with masks)unknown2004-11-031-46/+58
* allocate temp array big enough for not to worry about bound checking in look-...unknown2004-11-021-0/+1