summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* 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-192-14/+290
* arbitrary precision decimal numbersunknown2004-10-183-9/+1645
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1/unknown2004-08-301-157/+166
|\
| * bug in my_strnncoll_utf8 (and friends) fixedunknown2004-08-301-157/+166
* | Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-265-7/+45
|\ \ | |/ |/|
| * If the system has 64 bit "long", then "long long" does not add newunknown2004-08-265-7/+45
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-08-262-19/+27
|\ \ | |/ |/|
| * Portability fixesunknown2004-08-262-19/+27
* | ctype-latin1.c:unknown2004-08-261-1/+1
* | A new function to meassure terminal screen cells number for a string.unknown2004-08-2513-2/+253
* | utr11-dump.c:unknown2004-08-251-0/+112
|/
* manually mergedunknown2004-08-241-11/+9
|\
* | Bug#4521: unique key prefix interacts poorly with utf8. unknown2004-08-192-15/+150
* | after merge fixesunknown2004-08-191-17/+13
* | Many files:unknown2004-08-1810-10/+10
* | Bug#5005 collation cp852_bin makes server crashunknown2004-08-121-0/+9
* | ctype_uca.test, ctype_uca.result, ctype-uca.c:unknown2004-08-111-1/+1
* | Minor fix: V is primary level, not U.unknown2004-07-081-1/+1
* | Adding Roman (classical Latin) collation.unknown2004-07-071-0/+58
* | ctype-uca.c:unknown2004-06-301-14/+14
* | ctype-uca.c:unknown2004-06-181-28/+35
* | ctype-uca.c:unknown2004-06-181-3/+3
* | Critical fixes after review:unknown2004-06-161-6/+8
* | ctype-uca.c:unknown2004-06-151-2/+2
* | utf8 contraction fix.unknown2004-06-141-6/+7
* | UTF8 UCA based collations.unknown2004-06-142-55/+704
* | Unicode collation algorithm: contraction support.unknown2004-06-1215-25/+304
* | mergedunknown2004-06-1113-37/+96
|\ \
| * | bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-1013-37/+96
* | | Move UCA language specific definitions into ctype-ucs.c.unknown2004-06-111-1/+333
* | | Initialize max_sort_char only if a character set is requested.unknown2004-06-119-18/+44
* | | Allocate memory when a character set is requested:unknown2004-06-1116-5/+587
* | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-103-3/+0
* | | Optimization to use less memory.unknown2004-06-1015-58/+64