summaryrefslogtreecommitdiff
path: root/strings/ctype-gbk.c
Commit message (Expand)AuthorAgeFilesLines
* bug#7284: strnxfrm returns different results for equal stringsunknown2005-01-131-1/+4
* Incorporating new faster string->number converter functionsunknown2004-09-251-0/+1
* Bug #3453 MySQL output formatting in multibyte character setsunknown2004-09-091-1/+1
* A new function to meassure terminal screen cells number for a string.unknown2004-08-251-0/+1
* Many files:unknown2004-08-181-1/+1
* Unicode collation algorithm: contraction support.unknown2004-06-121-2/+4
* mergedunknown2004-06-111-2/+3
|\
| * bug#3964 and related issues: FTB problems with charsets where one byte can ma...unknown2004-06-101-2/+3
* | Initialize max_sort_char only if a character set is requested.unknown2004-06-111-2/+2
* | Allocate memory when a character set is requested:unknown2004-06-111-0/+2
* | Optimization to use less memory.unknown2004-06-101-4/+4
* | WL#916: Unicode collations for some languagesunknown2004-06-081-0/+2
|/
* Fix skipp -> skip once and for all.unknown2004-06-031-1/+1
* Preparation for user-defined Unicode collations:unknown2004-05-251-0/+2
* Portability fixesunknown2004-05-191-4/+4
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-27/+61
* min_sort_char was added, for the future UCA implementation.unknown2004-03-191-2/+4
* Changed wellformedlen to well_formed_lenunknown2004-02-171-1/+1
* After merge fixesunknown2004-02-161-3/+3
* Problem fix:unknown2004-02-061-0/+1
* UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-191-0/+2
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-081-2/+2
|\
| * Portability fixes for Windowsunknown2003-12-081-2/+2
* | fix for my_mbcharlen(charset, c) to return 1 for single-byte charactersunknown2003-12-061-1/+1
|/
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-1/+2
* Bug fix:unknown2003-09-161-0/+1
* Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrmunknown2003-08-181-1/+1
* BINARY collations for every character setunknown2003-05-231-2/+25
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-27/+39
* Variables were rename, binary collation names were addedunknown2003-05-221-1/+1
* All collation names are now fit into convensionunknown2003-04-071-1/+1
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-10/+4
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-1/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-2/+0
* Every charset now have its own parser state arraysunknown2003-03-141-0/+1
* New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-1/+1
* New functions in CHARSET_INFO structureunknown2003-01-311-0/+2
* New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-311-0/+11
* New "fill" function in charset_info_st structureunknown2003-01-281-0/+1
* wb_wc and wc_mb now checks length insideunknown2003-01-271-0/+6
* New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-0/+1
* All charsets now have strnxfrm. unknown2003-01-151-3/+3
* Many files:unknown2003-01-051-1/+1
* Some changes to separate charset and collation termsunknown2003-01-041-0/+1
* Preparing for charset dependant int10_to_strunknown2002-12-111-1/+3
* Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-271-5/+5
* move like_range into CHARSET_INFO structureunknown2002-11-151-5/+4
* New wildcmp() function in CHARSET_INFO structureunknown2002-11-141-0/+1
* Preparing to embed string to number conversion functions into charset structureunknown2002-11-131-1/+6
* New field snprintf() in CHARSET_INFO structureunknown2002-11-101-1/+2