summaryrefslogtreecommitdiff
path: root/strings/ctype-latin1.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-1/+2
* Bug fix:unknown2003-09-161-0/+1
* mergeunknown2003-08-191-2/+2
|\
| * Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrmunknown2003-08-181-2/+2
* | After merge fixesunknown2003-08-191-164/+117
|/
* BINARY collations for every character setunknown2003-05-231-3/+26
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-54/+41
* Variables were rename, binary collation names were addedunknown2003-05-221-1/+1
* Some collation have been renamed to fit into convensionunknown2003-04-011-1/+1
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-2/+0
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-2/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-4/+0
* German Phone book collation is always compiledunknown2003-03-261-9/+267
* 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/+1
* Optimization of unicode conversionunknown2003-01-301-11/+30
* Move latin1 into a separarte fileunknown2003-01-291-0/+203