summaryrefslogtreecommitdiff
path: root/strings/decimal.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug 8416 (bigint test fails on PPC)hf@deer.(none)2005-02-131-1/+1
* fixed C++ syntax in C codebell@sanja.is.com.ua2005-02-091-4/+5
* Precision Math implementationhf@deer.(none)2005-02-091-242/+923
* strings/decimal.cserg@serg.mylan2004-12-271-2/+10
* Merge with new VARCHAR codemonty@mysql.com2004-12-061-2/+7
|\
| * Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-2/+7
* | int decimal_is_zero(decimal *from);serg@serg.mylan2004-12-061-0/+10
* | strings/decimal.cserg@serg.mylan2004-12-061-4/+14
* | strings/decimal.cserg@serg.mylan2004-12-031-0/+7
* | strings/decimal.cserg@serg.mylan2004-12-031-162/+182
* | more decimail bugs fixedserg@serg.mylan2004-12-031-14/+24
* | fix for decimal.cserg@serg.mylan2004-11-281-1/+1
* | fix decimal2longlong tooserg@serg.mylan2004-11-271-4/+7
* | better overflow checks in decimal2ulonglongserg@serg.mylan2004-11-271-3/+7
* | '5.4', -1, HALF_UPserg@serg.mylan2004-11-111-4/+4
* | decimal.c:serg@sergbook.mylan2004-11-081-0/+10
|/
* don't return intg=frac=0 from modserg@serg.mylan2004-11-071-1/+6
* memory overrun in decimal_modserg@serg.mylan2004-11-071-5/+14
* space-stripping in decimal2binserg@serg.mylan2004-11-041-3/+29
* error codes chaged to bitmap (for easier testing with masks)serg@serg.mylan2004-11-031-46/+58
* allocate temp array big enough for not to worry about bound checking in look-...serg@serg.mylan2004-11-021-0/+1
* different (hopefully, correct) fix for bin2decimal bugserg@serg.mylan2004-11-021-11/+13
* s/sint/uint/ - no sign extend for signed bytesserg@serg.mylan2004-11-021-10/+10
* ROUND_UP(negative_number) doesn't workserg@serg.mylan2004-11-021-1/+3
* one more pre-division bugserg@serg.mylan2004-11-011-3/+10
* yet another s/>/>=/ typo serg@serg.mylan2004-11-011-1/+2
* correct test for 1/3serg@serg.mylan2004-11-011-1/+4
* stript end zeros before comparisonserg@serg.mylan2004-11-011-0/+4
* compare with DIG_BASE corectlyserg@serg.mylan2004-10-311-8/+5
* new round mode - half_upserg@serg.mylan2004-10-311-15/+16
* two more places with the same zero-stripping bugserg@serg.mylan2004-10-311-2/+2
* sanity checks for decimal result buffersserg@serg.mylan2004-10-301-0/+19
* bugfix and test caseserg@serg.mylan2004-10-301-1/+2
* new api per hf request:serg@serg.mylan2004-10-291-71/+108
* decimal_cmp()serg@serg.mylan2004-10-201-3/+37
* decimal to/from bin, and utility functionsserg@serg.mylan2004-10-191-9/+286
* arbitrary precision decimal numbersserg@serg.mylan2004-10-181-0/+1627