summaryrefslogtreecommitdiff
path: root/strings/decimal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* different (hopefully, correct) fix for bin2decimal bugunknown2004-11-021-11/+13
* s/sint/uint/ - no sign extend for signed bytesunknown2004-11-021-10/+10
* ROUND_UP(negative_number) doesn't workunknown2004-11-021-1/+3
* one more pre-division bugunknown2004-11-011-3/+10
* yet another s/>/>=/ typo unknown2004-11-011-1/+2
* correct test for 1/3unknown2004-11-011-1/+4
* stript end zeros before comparisonunknown2004-11-011-0/+4
* compare with DIG_BASE corectlyunknown2004-10-311-8/+5
* new round mode - half_upunknown2004-10-311-15/+16
* two more places with the same zero-stripping bugunknown2004-10-311-2/+2
* sanity checks for decimal result buffersunknown2004-10-301-0/+19
* bugfix and test caseunknown2004-10-301-1/+2
* new api per hf request:unknown2004-10-291-71/+108
* decimal_cmp()unknown2004-10-201-3/+37
* decimal to/from bin, and utility functionsunknown2004-10-191-9/+286
* arbitrary precision decimal numbersunknown2004-10-181-0/+1627