summaryrefslogtreecommitdiff
path: root/strings/ctype-utf8.c
Commit message (Expand)AuthorAgeFilesLines
* After merge fixesunknown2004-02-161-2/+2
* Problem fix:unknown2004-02-061-0/+1
* UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-191-0/+2
* FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-4/+4
* 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
* ctype-utf8.c:unknown2003-07-171-1/+1
* Fixes for make_win_src_distributionsunknown2003-06-151-6/+6
* BINARY collations for every character setunknown2003-05-231-2/+26
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-26/+39
* Variables were rename, binary collation names were addedunknown2003-05-221-2/+2
* UCS2 and UTF8 are in separate files nowunknown2003-05-211-1021/+1
* All collation names are now fit into convensionunknown2003-04-071-2/+2
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-13/+0
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-2/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-50/+0
* Fixed reference to uninitialized memoryunknown2003-03-211-8/+7
* mysql-test/t/ctype_many.test:unknown2003-03-171-0/+4
* Every charset now have its own parser state arraysunknown2003-03-141-0/+2
* New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-2/+2
* More use of new CHARSET_INFO functions and two bug fixesunknown2003-01-311-1/+1
* New functions in CHARSET_INFO structureunknown2003-01-311-0/+19
* New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-311-0/+13
* New "fill" function in charset_info_st structureunknown2003-01-281-0/+2
* wb_wc and wc_mb now checks length insideunknown2003-01-271-0/+6
* Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-181-22/+23
* mergeunknown2003-01-171-7/+19
|\
| * Changed my_strntoxxx functions to clear error number on startunknown2003-01-171-7/+19
* | New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-1/+3
* | Use always base "10" to remove base guesser in strntoul() implementationunknown2003-01-171-6/+14
* | ctype-utf8.c:unknown2003-01-171-0/+4
|/
* strnto family functions now return error in a new argumentunknown2003-01-161-22/+26
* All charsets now have strnxfrm. unknown2003-01-151-4/+4
* Updates for multi-byte character setsunknown2003-01-141-19/+13
* Many files:unknown2003-01-051-2/+2
* Some changes to separate charset and collation termsunknown2003-01-041-0/+2
* Use of new num->str functionsunknown2002-12-111-2/+2
* sql/sql_string.cc@1.39unknown2002-12-111-0/+111
* Preparing for charset dependant int10_to_strunknown2002-12-111-1/+5
* UCS2 fixesunknown2002-11-291-240/+237
* my_strntod_ucs2 and my_strntol_ucs2 fixesunknown2002-11-291-98/+112
* new string-to-number functionsunknown2002-11-271-15/+442
* Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-271-25/+25
* move like_range into CHARSET_INFO structureunknown2002-11-151-2/+2
* New wildcmp() function in CHARSET_INFO structureunknown2002-11-141-11/+13
* Preparing to embed string to number conversion functions into charset structureunknown2002-11-131-2/+42
* USER(), DATABASE() and CHARSET() functions are now UCS2 compatibleunknown2002-11-111-1/+1
* my_snprintf_ucs2 bug fixunknown2002-11-101-3/+3
* New field snprintf() in CHARSET_INFO structureunknown2002-11-101-2/+92