summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
...
* | | | - Changed C++-style comments to C-style comments to make IBM compiler happylenz@mysql.com2003-03-063-21/+21
|/ / /
* | | New fields in CHARSET_INFO structure to optimize searching forbar@bar.mysql.r18.ru2003-03-0515-41/+91
* | | Every character set now has binary collationbar@bar.mysql.r18.ru2003-03-041-0/+2
* | | Portability fixesmonty@narttu.mysql.fi2003-02-281-9/+34
* | | Windows portabilty fixups (last commit caused some errors, so recomitting) - ...venu@myvenu.com2003-02-201-6/+6
* | | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-20/+44
* | | More use of new CHARSET_INFO functions and two bug fixesbar@bar.mysql.r18.ru2003-01-312-6/+4
* | | New functions in CHARSET_INFO structurebar@bar.mysql.r18.ru2003-01-3116-2/+94
* | | New CHARSET_INFO function to compare strings regardless to trailing spacesbar@bar.mysql.r18.ru2003-01-3115-1/+144
* | | ctype-simple.c:bar@bar.mysql.r18.ru2003-01-312-91/+16
* | | Optimization of unicode conversionbar@bar.mysql.r18.ru2003-01-301-11/+30
* | | (no commit message)bar@bar.mysql.r18.ru2003-01-301-11/+29
* | | conf_to_src.c:bar@bar.mysql.r18.ru2003-01-291-143/+91
* | | Move latin1 into a separarte filebar@bar.mysql.r18.ru2003-01-296-11/+209
* | | conf_to_src.c:bar@bar.mysql.r18.ru2003-01-291-11/+157
* | | Reorganization to restore generating charset C files from conf filesbar@bar.mysql.r18.ru2003-01-297-4054/+4040
* | | New "fill" function in charset_info_st structurebar@bar.mysql.r18.ru2003-01-2814-2/+45
* | | wb_wc and wc_mb now checks length insidebar@bar.mysql.r18.ru2003-01-279-0/+51
* | | Portability fixes (for windows)monty@mashka.mysql.fi2003-01-213-5/+6
* | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options.monty@mashka.mysql.fi2003-01-182-43/+54
* | | Merge with 4.0.9monty@mashka.mysql.fi2003-01-181-0/+1
|\ \ \ | |/ /
| * | Merge with 3.23monty@mashka.mysql.fi2003-01-161-0/+1
| |\ \ | | |/
| | * - fixes to properly make a "make distclean" (some files were not removed)lenz@mysql.com2002-12-271-0/+1
| | * - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-10/+1
* | | mergemonty@mashka.mysql.fi2003-01-172-27/+49
|\ \ \
| * | | Changed my_strntoxxx functions to clear error number on startmonty@mashka.mysql.fi2003-01-172-15/+37
* | | | New scan() function in CHARSET_INFO structure (not used yet) bar@bar.mysql.r18.ru2003-01-1714-33/+96
* | | | Use always base "10" to remove base guesser in strntoul() implementationbar@bar.mysql.r18.ru2003-01-173-10/+42
* | | | ctype-utf8.c:bar@bar.mysql.r18.ru2003-01-171-0/+4
|/ / /
* | | strnto family functions now return error in a new argumentbar@bar.mysql.r18.ru2003-01-163-39/+51
* | | strnxfrm() for simple and binary charsets fixes bar@bar.mysql.r18.ru2003-01-162-24/+25
* | | All charsets now have strnxfrm. bar@bar.mysql.r18.ru2003-01-1514-87/+95
* | | bin chatset now handles strnncoll itself so we don't have to checkbar@bar.mysql.r18.ru2003-01-141-2/+2
* | | mergemonty@mashka.mysql.fi2003-01-144-133/+257
|\ \ \
| * | | Updates for multi-byte character setsmonty@mashka.mysql.fi2003-01-144-133/+257
* | | | Charset loading has been moved to /string librarybar@bar.mysql.r18.ru2003-01-141-0/+223
* | | | xml.c has been moved to /strings from /mysysbar@bar.mysql.r18.ru2003-01-101-4/+4
* | | | xml.c:bar@bar.mysql.r18.ru2003-01-101-0/+374
|/ / /
* | | euc_kr, koi8_r and koi8_u have been renamed so that nowbar@bar.mysql.r18.ru2003-01-092-6/+6
* | | ctype.c:bar@bar.mysql.r18.ru2003-01-051-5/+5
* | | koi8_ru -> koi8_rbar@bar.mysql.r18.ru2003-01-051-1/+1
* | | Many files:bar@bar.mysql.r18.ru2003-01-0510-11/+11
* | | cp1250bar@bar.mysql.r18.ru2003-01-051-1/+1
* | | ctype-win1250ch.c:bar@bar.mysql.r18.ru2003-01-051-1/+1
* | | Some changes to separate charset and collation termsbar@bar.mysql.r18.ru2003-01-0414-1/+38
* | | Use of new num->str functionsbar@bar.mysql.r18.ru2002-12-111-2/+2
* | | sql/sql_string.cc@1.39bar@bar.mysql.r18.ru2002-12-112-8/+199
* | | Preparing for charset dependant int10_to_strbar@bar.mysql.r18.ru2002-12-1114-26/+123
* | | Merge with 4.0.6monty@mashka.mysql.fi2002-12-051-3/+2
|\ \ \ | |/ /
| * | Removed copying of parameters as this leads to memory leaks in embedded server.monty@mashka.mysql.fi2002-12-051-3/+2