Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | - Changed C++-style comments to C-style comments to make IBM compiler happy | lenz@mysql.com | 2003-03-06 | 3 | -21/+21 | |
|/ / / | ||||||
* | | | New fields in CHARSET_INFO structure to optimize searching for | bar@bar.mysql.r18.ru | 2003-03-05 | 15 | -41/+91 | |
* | | | Every character set now has binary collation | bar@bar.mysql.r18.ru | 2003-03-04 | 1 | -0/+2 | |
* | | | Portability fixes | monty@narttu.mysql.fi | 2003-02-28 | 1 | -9/+34 | |
* | | | Windows portabilty fixups (last commit caused some errors, so recomitting) - ... | venu@myvenu.com | 2003-02-20 | 1 | -6/+6 | |
* | | | Fixed a lot of wrong memory references as reported by valgrind | monty@mashka.mysql.fi | 2003-02-12 | 1 | -20/+44 | |
* | | | More use of new CHARSET_INFO functions and two bug fixes | bar@bar.mysql.r18.ru | 2003-01-31 | 2 | -6/+4 | |
* | | | New functions in CHARSET_INFO structure | bar@bar.mysql.r18.ru | 2003-01-31 | 16 | -2/+94 | |
* | | | New CHARSET_INFO function to compare strings regardless to trailing spaces | bar@bar.mysql.r18.ru | 2003-01-31 | 15 | -1/+144 | |
* | | | ctype-simple.c: | bar@bar.mysql.r18.ru | 2003-01-31 | 2 | -91/+16 | |
* | | | Optimization of unicode conversion | bar@bar.mysql.r18.ru | 2003-01-30 | 1 | -11/+30 | |
* | | | (no commit message) | bar@bar.mysql.r18.ru | 2003-01-30 | 1 | -11/+29 | |
* | | | conf_to_src.c: | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -143/+91 | |
* | | | Move latin1 into a separarte file | bar@bar.mysql.r18.ru | 2003-01-29 | 6 | -11/+209 | |
* | | | conf_to_src.c: | bar@bar.mysql.r18.ru | 2003-01-29 | 1 | -11/+157 | |
* | | | Reorganization to restore generating charset C files from conf files | bar@bar.mysql.r18.ru | 2003-01-29 | 7 | -4054/+4040 | |
* | | | New "fill" function in charset_info_st structure | bar@bar.mysql.r18.ru | 2003-01-28 | 14 | -2/+45 | |
* | | | wb_wc and wc_mb now checks length inside | bar@bar.mysql.r18.ru | 2003-01-27 | 9 | -0/+51 | |
* | | | Portability fixes (for windows) | monty@mashka.mysql.fi | 2003-01-21 | 3 | -5/+6 | |
* | | | Change client_flag to unsigned long (16 -> 32 bits) to handle more options. | monty@mashka.mysql.fi | 2003-01-18 | 2 | -43/+54 | |
* | | | Merge with 4.0.9 | monty@mashka.mysql.fi | 2003-01-18 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge with 3.23 | monty@mashka.mysql.fi | 2003-01-16 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | - fixes to properly make a "make distclean" (some files were not removed) | lenz@mysql.com | 2002-12-27 | 1 | -0/+1 | |
| | * | - Applied required modifications for automake 1.5 | lenz@mysql.com | 2002-11-17 | 1 | -10/+1 | |
* | | | merge | monty@mashka.mysql.fi | 2003-01-17 | 2 | -27/+49 | |
|\ \ \ | ||||||
| * | | | Changed my_strntoxxx functions to clear error number on start | monty@mashka.mysql.fi | 2003-01-17 | 2 | -15/+37 | |
* | | | | New scan() function in CHARSET_INFO structure (not used yet) | bar@bar.mysql.r18.ru | 2003-01-17 | 14 | -33/+96 | |
* | | | | Use always base "10" to remove base guesser in strntoul() implementation | bar@bar.mysql.r18.ru | 2003-01-17 | 3 | -10/+42 | |
* | | | | ctype-utf8.c: | bar@bar.mysql.r18.ru | 2003-01-17 | 1 | -0/+4 | |
|/ / / | ||||||
* | | | strnto family functions now return error in a new argument | bar@bar.mysql.r18.ru | 2003-01-16 | 3 | -39/+51 | |
* | | | strnxfrm() for simple and binary charsets fixes | bar@bar.mysql.r18.ru | 2003-01-16 | 2 | -24/+25 | |
* | | | All charsets now have strnxfrm. | bar@bar.mysql.r18.ru | 2003-01-15 | 14 | -87/+95 | |
* | | | bin chatset now handles strnncoll itself so we don't have to check | bar@bar.mysql.r18.ru | 2003-01-14 | 1 | -2/+2 | |
* | | | merge | monty@mashka.mysql.fi | 2003-01-14 | 4 | -133/+257 | |
|\ \ \ | ||||||
| * | | | Updates for multi-byte character sets | monty@mashka.mysql.fi | 2003-01-14 | 4 | -133/+257 | |
* | | | | Charset loading has been moved to /string library | bar@bar.mysql.r18.ru | 2003-01-14 | 1 | -0/+223 | |
* | | | | xml.c has been moved to /strings from /mysys | bar@bar.mysql.r18.ru | 2003-01-10 | 1 | -4/+4 | |
* | | | | xml.c: | bar@bar.mysql.r18.ru | 2003-01-10 | 1 | -0/+374 | |
|/ / / | ||||||
* | | | euc_kr, koi8_r and koi8_u have been renamed so that now | bar@bar.mysql.r18.ru | 2003-01-09 | 2 | -6/+6 | |
* | | | ctype.c: | bar@bar.mysql.r18.ru | 2003-01-05 | 1 | -5/+5 | |
* | | | koi8_ru -> koi8_r | bar@bar.mysql.r18.ru | 2003-01-05 | 1 | -1/+1 | |
* | | | Many files: | bar@bar.mysql.r18.ru | 2003-01-05 | 10 | -11/+11 | |
* | | | cp1250 | bar@bar.mysql.r18.ru | 2003-01-05 | 1 | -1/+1 | |
* | | | ctype-win1250ch.c: | bar@bar.mysql.r18.ru | 2003-01-05 | 1 | -1/+1 | |
* | | | Some changes to separate charset and collation terms | bar@bar.mysql.r18.ru | 2003-01-04 | 14 | -1/+38 | |
* | | | Use of new num->str functions | bar@bar.mysql.r18.ru | 2002-12-11 | 1 | -2/+2 | |
* | | | sql/sql_string.cc@1.39 | bar@bar.mysql.r18.ru | 2002-12-11 | 2 | -8/+199 | |
* | | | Preparing for charset dependant int10_to_str | bar@bar.mysql.r18.ru | 2002-12-11 | 14 | -26/+123 | |
* | | | Merge with 4.0.6 | monty@mashka.mysql.fi | 2002-12-05 | 1 | -3/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Removed copying of parameters as this leads to memory leaks in embedded server. | monty@mashka.mysql.fi | 2002-12-05 | 1 | -3/+2 |