Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | - 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 | |
* | | | my_snprintf() doesn't support things like %04X so use vsprintf() instead | bar@bar.mysql.r18.ru | 2002-11-13 | 1 | -2/+11 | |
* | | | USER(), DATABASE() and CHARSET() functions are now UCS2 compatible | bar@bar.mysql.r18.ru | 2002-11-11 | 1 | -1/+1 | |
* | | | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsets | bar@bar.mysql.r18.ru | 2002-11-11 | 6 | -28/+28 | |
* | | | my_snprintf_ucs2 bug fix | bar@bar.mysql.r18.ru | 2002-11-10 | 1 | -3/+3 | |
* | | | New field snprintf() in CHARSET_INFO structure | bar@bar.mysql.r18.ru | 2002-11-10 | 14 | -37/+226 | |
* | | | Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2002-10-31 | 1 | -6/+89 | |
|\ \ \ | ||||||
| * | | | 30 % faster longlong10_to_str function | monty@mashka.mysql.fi | 2002-10-31 | 1 | -6/+89 | |
* | | | | date and time fields now have charset arg in constructor | bar@bar.mysql.r18.ru | 2002-10-30 | 1 | -0/+5 | |
* | | | | Preparing to use my_charset_bin instead of binary_flag | bar@bar.mysql.r18.ru | 2002-10-23 | 2 | -4/+5 | |
* | | | | ctype-bin.c: | bar@bar.mysql.r18.ru | 2002-10-23 | 1 | -1/+1 |