summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
...
* | | Portability fixesunknown2003-02-281-9/+34
* | | Windows portabilty fixups (last commit caused some errors, so recomitting) - ...unknown2003-02-201-6/+6
* | | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-20/+44
* | | More use of new CHARSET_INFO functions and two bug fixesunknown2003-01-312-6/+4
* | | New functions in CHARSET_INFO structureunknown2003-01-3116-2/+94
* | | New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-3115-1/+144
* | | ctype-simple.c:unknown2003-01-312-91/+16
* | | Optimization of unicode conversionunknown2003-01-301-11/+30
* | | (no commit message)unknown2003-01-301-11/+29
* | | conf_to_src.c:unknown2003-01-291-143/+91
* | | Move latin1 into a separarte fileunknown2003-01-296-11/+209
* | | conf_to_src.c:unknown2003-01-291-11/+157
* | | Reorganization to restore generating charset C files from conf filesunknown2003-01-297-4054/+4040
* | | New "fill" function in charset_info_st structureunknown2003-01-2814-2/+45
* | | wb_wc and wc_mb now checks length insideunknown2003-01-279-0/+51
* | | Portability fixes (for windows)unknown2003-01-213-5/+6
* | | 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