summaryrefslogtreecommitdiff
path: root/strings/ctype.c
Commit message (Expand)AuthorAgeFilesLines
* 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2008-12-231-0/+10
|\
| * Bug#37575 UCASE fails on monthnameSergey Glukhov2008-12-231-0/+10
* | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875unknown2007-08-031-0/+86
|\ \ | |/
| * Bug#28875 Conversion between ASCII and LATIN1 charsets does not functionunknown2007-08-031-0/+86
* | Merge maint1.mysql.com:/data/localhome/tsmith/bk/maint/50unknown2007-06-211-1/+1
|\ \ | |/
| * Bug#28916 LDML doesn't work for utf8unknown2007-06-071-1/+1
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-8/+9
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Bug#20795: extractvalue() won't accept names containing a dot (.)unknown2006-07-251-28/+28
|/
* Fixes during review of new codeunknown2005-07-041-8/+0
* fixes for windows 64-bit compiler warningsunknown2005-06-131-1/+1
* WL#916: Unicode collations for some languagesunknown2004-06-081-6/+8
* Unicode collations: WL#916unknown2004-06-031-2/+51
* Added SQLSTATE to client/server protocolunknown2003-06-041-2/+0
* Variables were rename, binary collation names were addedunknown2003-05-221-0/+2
* SHOW CHARACTER SET now can display commentsunknown2003-03-251-1/+8
* New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-0/+10
* Every character set now has binary collationunknown2003-03-041-0/+2
* Reorganization to restore generating charset C files from conf filesunknown2003-01-291-4012/+3
* New "fill" function in charset_info_st structureunknown2003-01-281-0/+24
* Portability fixes (for windows)unknown2003-01-211-2/+2
* New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-23/+47
* Use always base "10" to remove base guesser in strntoul() implementationunknown2003-01-171-1/+1
* strnto family functions now return error in a new argumentunknown2003-01-161-3/+7
* strnxfrm() for simple and binary charsets fixes unknown2003-01-161-23/+23
* All charsets now have strnxfrm. unknown2003-01-151-46/+46
* Charset loading has been moved to /string libraryunknown2003-01-141-0/+223
* euc_kr, koi8_r and koi8_u have been renamed so that nowunknown2003-01-091-4/+4
* ctype.c:unknown2003-01-051-5/+5
* Many files:unknown2003-01-051-1/+1
* cp1250unknown2003-01-051-1/+1
* Some changes to separate charset and collation termsunknown2003-01-041-0/+24
* Preparing for charset dependant int10_to_strunknown2002-12-111-22/+70
* Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-271-115/+115
* move like_range into CHARSET_INFO structureunknown2002-11-151-23/+23
* New wildcmp() function in CHARSET_INFO structureunknown2002-11-141-3/+27
* Preparing to embed string to number conversion functions into charset structureunknown2002-11-131-1/+121
* For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsunknown2002-11-111-23/+23
* New field snprintf() in CHARSET_INFO structureunknown2002-11-101-24/+48
* date and time fields now have charset arg in constructorunknown2002-10-301-0/+5
* Preparing to use my_charset_bin instead of binary_flagunknown2002-10-231-2/+1
* ctype.c, Makefile.am, Makefile.shared:unknown2002-10-231-0/+3
* Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-101-46/+46
* Some reorganization to use less memory as well as to hide some implementationunknown2002-10-101-447/+71
* Simple charsets now have strncoll() field toounknown2002-10-091-35/+71
* UTF8 now works with up to 3 byte sequences onlyunknown2002-09-271-1/+1
* Renamed some charset related constantunknown2002-07-301-3/+75
* UCS2 charset has been addedunknown2002-06-171-0/+33
* Fix for problem that GROUP BY and DISTINCT didn't work for UTF8unknown2002-04-171-0/+35