summaryrefslogtreecommitdiff
path: root/strings/ctype-simple.c
Commit message (Expand)AuthorAgeFilesLines
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.bar@bar.mysql.r18.ru2003-04-011-8/+0
* Some optimization in CHARSET_INFO:bar@bar.mysql.r18.ru2003-04-011-47/+14
* Fixes to avoid errors from valgrindmonty@narttu.mysql.fi2003-03-181-0/+10
* New functions in CHARSET_INFO structurebar@bar.mysql.r18.ru2003-01-311-1/+15
* New CHARSET_INFO function to compare strings regardless to trailing spacesbar@bar.mysql.r18.ru2003-01-311-0/+20
* ctype-simple.c:bar@bar.mysql.r18.ru2003-01-311-15/+15
* New "fill" function in charset_info_st structurebar@bar.mysql.r18.ru2003-01-281-1/+7
* wb_wc and wc_mb now checks length insidebar@bar.mysql.r18.ru2003-01-271-0/+6
* mergemonty@mashka.mysql.fi2003-01-171-20/+30
|\
| * Changed my_strntoxxx functions to clear error number on startmonty@mashka.mysql.fi2003-01-171-8/+18
* | New scan() function in CHARSET_INFO structure (not used yet) bar@bar.mysql.r18.ru2003-01-171-0/+26
* | Use always base "10" to remove base guesser in strntoul() implementationbar@bar.mysql.r18.ru2003-01-171-3/+27
|/
* strnto family functions now return error in a new argumentbar@bar.mysql.r18.ru2003-01-161-14/+18
* strnxfrm() for simple and binary charsets fixes bar@bar.mysql.r18.ru2003-01-161-1/+2
* All charsets now have strnxfrm. bar@bar.mysql.r18.ru2003-01-151-3/+4
* Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-141-111/+75
* koi8_ru -> koi8_rbar@bar.mysql.r18.ru2003-01-051-1/+1
* sql/sql_string.cc@1.39bar@bar.mysql.r18.ru2002-12-111-8/+88
* Preparing for charset dependant int10_to_strbar@bar.mysql.r18.ru2002-12-111-0/+23
* New functionsbar@bar.mysql.r18.ru2002-11-281-10/+10
* new string-to-number functionsbar@bar.mysql.r18.ru2002-11-271-14/+449
* Preparing to use better string-to-number functions to avoid c_ptr() call,bar@bar.mysql.r18.ru2002-11-271-15/+15
* move like_range into CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-151-0/+69
* New wildcmp() function in CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-141-1/+94
* Preparing to embed string to number conversion functions into charset structurebar@bar.mysql.r18.ru2002-11-131-0/+30
* my_snprintf() doesn't support things like %04X so use vsprintf() instead bar@bar.mysql.r18.ru2002-11-131-2/+11
* New field snprintf() in CHARSET_INFO structurebar@bar.mysql.r18.ru2002-11-101-0/+64
* Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsbar@bar.mysql.r18.ru2002-10-101-0/+53
* Simple charsets now have strncoll() field toobar@bar.mysql.r18.ru2002-10-091-11/+13
* Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-7/+9
* Some speed improvementsbar@bar.mysql.r18.ru2002-08-151-7/+13
* charset<->unicode conversion tables and routinesbar@gw.udmsearch.izhnet.ru2002-03-291-0/+23
* New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-0/+87