summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | date and time fields now have charset arg in constructorunknown2002-10-301-0/+5
* | | Preparing to use my_charset_bin instead of binary_flagunknown2002-10-232-4/+5
* | | ctype-bin.c:unknown2002-10-231-1/+1
* | | ctype.c, Makefile.am, Makefile.shared:unknown2002-10-233-3/+188
|/ /
* | mergedunknown2002-10-1418-179/+46960
|\ \ | |/ |/|
| * Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-1012-66/+119
| * Some reorganization to use less memory as well as to hide some implementationunknown2002-10-1012-573/+854
| * Simple charsets now have strncoll() field toounknown2002-10-092-46/+84
| * merge with workunknown2002-10-021-1/+1
| |\
| | * UTF8 now works with up to 3 byte sequences onlyunknown2002-09-271-1/+1
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-7/+9
| * | Merge with 4.0.3unknown2002-08-3018-112/+46519
| |\ \ | | |/
| | * Some speed improvementsunknown2002-08-152-13/+31
| | * Renamed some charset related constantunknown2002-07-301-3/+75
| | * UCS2 charset has been addedunknown2002-06-172-0/+342
| | * strto.c:unknown2002-06-101-2/+2
| | * merge with 4.0unknown2002-06-038-99/+107
| | |\
| | * | Fix for problem that GROUP BY and DISTINCT didn't work for UTF8unknown2002-04-172-0/+55
| | * | Some charsets require special hash functionunknown2002-04-173-1/+579
| | * | New win1250ch charsetunknown2002-04-172-4/+37
| | * | mergeunknown2002-04-1317-112/+45420
| | |\ \
| | | * | gb2312, GBK and Shift-JIS conversion routinesunknown2002-03-294-6/+16805
| | | * | EUC-KR conversion routinesunknown2002-03-292-2/+8435
| | | * | EUC-JP conversion routinesunknown2002-03-292-26/+8250
| | | * | Big5 conversion routinesunknown2002-03-292-4/+5824
| | | * | charset<->unicode conversion tables and routinesunknown2002-03-2912-336/+1344