summaryrefslogtreecommitdiff
path: root/strings/ctype-simple.c
Commit message (Expand)AuthorAgeFilesLines
* mergedunknown2003-10-211-1/+1
|\
| * FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-201-1/+1
* | ctype-simple.c, ctype-mb.c:unknown2003-10-151-7/+7
|/
* CHARSET_INFO::instr was extended to return more substring match results:unknown2003-09-251-5/+27
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-0/+39
* Bug fix:unknown2003-09-161-0/+11
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-0/+35
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-8/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-47/+14
* Fixes to avoid errors from valgrindunknown2003-03-181-0/+10
* New functions in CHARSET_INFO structureunknown2003-01-311-1/+15
* New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-311-0/+20
* ctype-simple.c:unknown2003-01-311-15/+15
* New "fill" function in charset_info_st structureunknown2003-01-281-1/+7
* wb_wc and wc_mb now checks length insideunknown2003-01-271-0/+6
* mergeunknown2003-01-171-20/+30
|\
| * Changed my_strntoxxx functions to clear error number on startunknown2003-01-171-8/+18
* | New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-0/+26
* | Use always base "10" to remove base guesser in strntoul() implementationunknown2003-01-171-3/+27
|/
* strnto family functions now return error in a new argumentunknown2003-01-161-14/+18
* strnxfrm() for simple and binary charsets fixes unknown2003-01-161-1/+2
* All charsets now have strnxfrm. unknown2003-01-151-3/+4
* Updates for multi-byte character setsunknown2003-01-141-111/+75
* koi8_ru -> koi8_runknown2003-01-051-1/+1
* sql/sql_string.cc@1.39unknown2002-12-111-8/+88
* Preparing for charset dependant int10_to_strunknown2002-12-111-0/+23
* New functionsunknown2002-11-281-10/+10
* new string-to-number functionsunknown2002-11-271-14/+449
* Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-271-15/+15
* move like_range into CHARSET_INFO structureunknown2002-11-151-0/+69
* New wildcmp() function in CHARSET_INFO structureunknown2002-11-141-1/+94
* Preparing to embed string to number conversion functions into charset structureunknown2002-11-131-0/+30
* my_snprintf() doesn't support things like %04X so use vsprintf() instead unknown2002-11-131-2/+11
* New field snprintf() in CHARSET_INFO structureunknown2002-11-101-0/+64
* Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-101-0/+53
* Simple charsets now have strncoll() field toounknown2002-10-091-11/+13
* Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-7/+9
* Some speed improvementsunknown2002-08-151-7/+13
* charset<->unicode conversion tables and routinesunknown2002-03-291-0/+23
* New ctype functions/macros to support many charsets at a timeunknown2002-03-121-0/+87