summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Change client_flag to unsigned long (16 -> 32 bits) to handle more options.unknown2003-01-182-43/+54
* Merge with 4.0.9unknown2003-01-181-0/+1
|\
| * Merge with 3.23unknown2003-01-161-0/+1
| |\
| | * - fixes to properly make a "make distclean" (some files were not removed)unknown2002-12-271-0/+1
| | * - Applied required modifications for automake 1.5unknown2002-11-171-10/+1
* | | mergeunknown2003-01-172-27/+49
|\ \ \
| * | | Changed my_strntoxxx functions to clear error number on startunknown2003-01-172-15/+37
* | | | New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-1714-33/+96
* | | | Use always base "10" to remove base guesser in strntoul() implementationunknown2003-01-173-10/+42
* | | | ctype-utf8.c:unknown2003-01-171-0/+4
|/ / /
* | | strnto family functions now return error in a new argumentunknown2003-01-163-39/+51
* | | strnxfrm() for simple and binary charsets fixes unknown2003-01-162-24/+25
* | | All charsets now have strnxfrm. unknown2003-01-1514-87/+95
* | | bin chatset now handles strnncoll itself so we don't have to checkunknown2003-01-141-2/+2
* | | mergeunknown2003-01-144-133/+257
|\ \ \
| * | | Updates for multi-byte character setsunknown2003-01-144-133/+257
* | | | Charset loading has been moved to /string libraryunknown2003-01-141-0/+223
* | | | xml.c has been moved to /strings from /mysysunknown2003-01-101-4/+4
* | | | xml.c:unknown2003-01-101-0/+374
|/ / /
* | | euc_kr, koi8_r and koi8_u have been renamed so that nowunknown2003-01-092-6/+6
* | | ctype.c:unknown2003-01-051-5/+5
* | | koi8_ru -> koi8_runknown2003-01-051-1/+1
* | | Many files:unknown2003-01-0510-11/+11
* | | cp1250unknown2003-01-051-1/+1
* | | ctype-win1250ch.c:unknown2003-01-051-1/+1
* | | Some changes to separate charset and collation termsunknown2003-01-0414-1/+38
* | | Use of new num->str functionsunknown2002-12-111-2/+2
* | | sql/sql_string.cc@1.39unknown2002-12-112-8/+199
* | | Preparing for charset dependant int10_to_strunknown2002-12-1114-26/+123
* | | Merge with 4.0.6unknown2002-12-051-3/+2
|\ \ \ | |/ /
| * | Removed copying of parameters as this leads to memory leaks in embedded server.unknown2002-12-051-3/+2
* | | UCS2 fixesunknown2002-11-291-240/+237
* | | my_strntod_ucs2 and my_strntol_ucs2 fixesunknown2002-11-291-98/+112
* | | New functionsunknown2002-11-281-10/+10
* | | new string-to-number functionsunknown2002-11-273-30/+912
* | | Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-2714-210/+210
* | | removed redundant -I include-dirsunknown2002-11-261-1/+1
* | | Merge with 4.0unknown2002-11-2111-49/+54
|\ \ \ | |/ /
| * | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.unknown2002-11-0710-45/+50
| * | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventualunknown2002-10-241-4/+4
* | | move like_range into CHARSET_INFO structureunknown2002-11-1514-65/+127
* | | New wildcmp() function in CHARSET_INFO structureunknown2002-11-1415-38/+402
* | | Preparing to embed string to number conversion functions into charset structureunknown2002-11-1313-13/+253
* | | my_snprintf() doesn't support things like %04X so use vsprintf() instead unknown2002-11-131-2/+11
* | | USER(), DATABASE() and CHARSET() functions are now UCS2 compatibleunknown2002-11-111-1/+1
* | | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsunknown2002-11-116-28/+28
* | | my_snprintf_ucs2 bug fixunknown2002-11-101-3/+3
* | | New field snprintf() in CHARSET_INFO structureunknown2002-11-1014-37/+226
* | | Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2002-10-311-6/+89
|\ \ \
| * | | 30 % faster longlong10_to_str functionunknown2002-10-311-6/+89