summaryrefslogtreecommitdiff
path: root/strings/ctype.c
Commit message (Expand)AuthorAgeFilesLines
* Addendum to Bug #45286: backport macro name form other treeTatiana A. Nurnberg2009-06-061-3/+2
* automergeGeorgi Kodinov2009-06-051-1/+4
|\
| * Bug #45286: compilation warnings on mysql-5.0-bugteam on MacOSXGeorgi Kodinov2009-06-051-1/+4
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-2/+2
|\ \ | |/
* | 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.b28875bar@bar.myoffice.izhnet.ru2007-08-031-0/+86
|\ \ | |/
| * Bug#28875 Conversion between ASCII and LATIN1 charsets does not functionbar@mysql.com/bar.myoffice.izhnet.ru2007-08-031-0/+86
* | Merge maint1.mysql.com:/data/localhome/tsmith/bk/maint/50tsmith@maint1.mysql.com2007-06-211-1/+1
|\ \ | |/
| * Bug#28916 LDML doesn't work for utf8bar@mysql.com/bar.myoffice.izhnet.ru2007-06-071-1/+1
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-8/+9
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | Bug#20795: extractvalue() won't accept names containing a dot (.)bar@mysql.com/bar.intranet.mysql.r18.ru2006-07-251-28/+28
|/
* Fixes during review of new codemonty@mysql.com2005-07-041-8/+0
* fixes for windows 64-bit compiler warningsgeorg@lmy002.wdf.sap.corp2005-06-131-1/+1
* WL#916: Unicode collations for some languagesbar@bar.intranet.mysql.r18.ru2004-06-081-6/+8
* Unicode collations: WL#916bar@bar.intranet.mysql.r18.ru2004-06-031-2/+51
* Added SQLSTATE to client/server protocolmonty@narttu.mysql.fi2003-06-041-2/+0
* Variables were rename, binary collation names were addedbar@bar.mysql.r18.ru2003-05-221-0/+2
* SHOW CHARACTER SET now can display commentsbar@bar.mysql.r18.ru2003-03-251-1/+8
* New fields in CHARSET_INFO structure to optimize searching forbar@bar.mysql.r18.ru2003-03-051-0/+10
* Every character set now has binary collationbar@bar.mysql.r18.ru2003-03-041-0/+2
* Reorganization to restore generating charset C files from conf filesbar@bar.mysql.r18.ru2003-01-291-4012/+3
* New "fill" function in charset_info_st structurebar@bar.mysql.r18.ru2003-01-281-0/+24
* Portability fixes (for windows)monty@mashka.mysql.fi2003-01-211-2/+2
* New scan() function in CHARSET_INFO structure (not used yet) bar@bar.mysql.r18.ru2003-01-171-23/+47
* Use always base "10" to remove base guesser in strntoul() implementationbar@bar.mysql.r18.ru2003-01-171-1/+1
* strnto family functions now return error in a new argumentbar@bar.mysql.r18.ru2003-01-161-3/+7
* strnxfrm() for simple and binary charsets fixes bar@bar.mysql.r18.ru2003-01-161-23/+23
* All charsets now have strnxfrm. bar@bar.mysql.r18.ru2003-01-151-46/+46
* Charset loading has been moved to /string librarybar@bar.mysql.r18.ru2003-01-141-0/+223
* euc_kr, koi8_r and koi8_u have been renamed so that nowbar@bar.mysql.r18.ru2003-01-091-4/+4
* ctype.c:bar@bar.mysql.r18.ru2003-01-051-5/+5
* Many files:bar@bar.mysql.r18.ru2003-01-051-1/+1
* cp1250bar@bar.mysql.r18.ru2003-01-051-1/+1
* Some changes to separate charset and collation termsbar@bar.mysql.r18.ru2003-01-041-0/+24
* Preparing for charset dependant int10_to_strbar@bar.mysql.r18.ru2002-12-111-22/+70
* Preparing to use better string-to-number functions to avoid c_ptr() call,bar@bar.mysql.r18.ru2002-11-271-115/+115
* move like_range into CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-151-23/+23
* New wildcmp() function in CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-141-3/+27
* Preparing to embed string to number conversion functions into charset structurebar@bar.mysql.r18.ru2002-11-131-1/+121
* For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsbar@bar.mysql.r18.ru2002-11-111-23/+23
* New field snprintf() in CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-101-24/+48
* date and time fields now have charset arg in constructorbar@bar.mysql.r18.ru2002-10-301-0/+5
* Preparing to use my_charset_bin instead of binary_flagbar@bar.mysql.r18.ru2002-10-231-2/+1
* ctype.c, Makefile.am, Makefile.shared:bar@bar.mysql.r18.ru2002-10-231-0/+3
* Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsbar@bar.mysql.r18.ru2002-10-101-46/+46
* Some reorganization to use less memory as well as to hide some implementationbar@bar.mysql.r18.ru2002-10-101-447/+71
* Simple charsets now have strncoll() field toobar@bar.mysql.r18.ru2002-10-091-35/+71