Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | UCS2 fixes | bar@bar.mysql.r18.ru | 2002-11-29 | 1 | -240/+237 |
* | | | my_strntod_ucs2 and my_strntol_ucs2 fixes | bar@bar.mysql.r18.ru | 2002-11-29 | 1 | -98/+112 |
* | | | New functions | bar@bar.mysql.r18.ru | 2002-11-28 | 1 | -10/+10 |
* | | | new string-to-number functions | bar@bar.mysql.r18.ru | 2002-11-27 | 3 | -30/+912 |
* | | | Preparing to use better string-to-number functions to avoid c_ptr() call, | bar@bar.mysql.r18.ru | 2002-11-27 | 14 | -210/+210 |
* | | | removed redundant -I include-dirs | serg@serg.mysql.com | 2002-11-26 | 1 | -1/+1 |
* | | | Merge with 4.0 | monty@mashka.mysql.fi | 2002-11-21 | 11 | -49/+54 |
|\ \ \ | |/ / | |||||
| * | | Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. | monty@butch. | 2002-11-07 | 10 | -45/+50 |
| * | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual | lenz@mysql.com | 2002-10-24 | 1 | -4/+4 |
* | | | move like_range into CHARSET_INFO structure | bar@bar.mysql.r18.ru | 2002-11-15 | 14 | -65/+127 |
* | | | New wildcmp() function in CHARSET_INFO structure | bar@bar.mysql.r18.ru | 2002-11-14 | 15 | -38/+402 |
* | | | Preparing to embed string to number conversion functions into charset structure | bar@bar.mysql.r18.ru | 2002-11-13 | 13 | -13/+253 |