An error occurred fetching the project authors.
- 16 Jan, 2003 1 commit
-
-
unknown authored
-
- 15 Jan, 2003 1 commit
-
-
unknown authored
Some function names have been renamed to be more self-descriptive
-
- 14 Jan, 2003 1 commit
-
-
unknown authored
(Note: test 'union' fails, but Sanja promised to fix this) include/m_ctype.h: Changed prototype for strntod() to inform the user that source may be modified. include/m_string.h: Moved my_vsnprintf to strings library include/my_sys.h: Moved my_vsnprintf to strings library libmysql/Makefile.shared: Moved my_vsnprintf to strings library mysql-test/r/alter_table.result: Moved my_vsnprintf to strings library mysql-test/r/create.result: Moved my_vsnprintf to strings library mysql-test/r/ctype_many.result: Moved my_vsnprintf to strings library mysql-test/r/fulltext.result: Moved my_vsnprintf to strings library mysql-test/r/innodb.result: Moved my_vsnprintf to strings library mysql-test/r/merge.result: Moved my_vsnprintf to strings library mysql-test/r/select.result: Moved my_vsnprintf to strings library mysql-test/r/show_check.result: Moved my_vsnprintf to strings library mysql-test/r/type_blob.result: Moved my_vsnprintf to strings library mysql-test/r/type_enum.result: Moved my_vsnprintf to strings library mysql-test/r/type_ranges.result: Moved my_vsnprintf to strings library mysql-test/r/type_set.result: Moved my_vsnprintf to strings library mysys/Makefile.am: Moved my_vsnprintf to strings library sql/field.cc: Fixed for character set handling sql/field.h: Fixed for character set handling sql/item.cc: Fixed for character set handling sql/item.h: Fixed for character set handling sql/item_func.cc: Fixed for character set handling sql/item_func.h: Fixed for character set handling sql/item_strfunc.cc: Fixed for character set handling sql/item_sum.cc: Fixed for character set handling sql/item_sum.h: Fixed for character set handling sql/item_timefunc.cc: Fixed for character set handling sql/mysqld.cc: Update to use new test_if_int() sql/opt_range.cc: Fixed for character set handling sql/procedure.h: Fixed for character set handling sql/sql_class.cc: Fixed for character set handling sql/sql_string.cc: Added multi byte support to append. Added set_latin1() sql/sql_string.h: Added set_latin1() sql/sql_update.cc: Cosmetic changes strings/Makefile.am: Moved my_vsnprintf to strings library strings/ctype-simple.c: Code review + cleanup strings/ctype-utf8.c: Fixed strntod() strings/my_vsnprintf.c: Added support for %#d and %#u
-
- 05 Jan, 2003 1 commit
-
-
unknown authored
PRIMARY flag for built-in charsets strings/ctype-big5.c: PRIMARY flag for built-in charsets strings/ctype-bin.c: PRIMARY flag for built-in charsets strings/ctype-euc_kr.c: PRIMARY flag for built-in charsets strings/ctype-gb2312.c: PRIMARY flag for built-in charsets strings/ctype-gbk.c: PRIMARY flag for built-in charsets strings/ctype-sjis.c: PRIMARY flag for built-in charsets strings/ctype-tis620.c: PRIMARY flag for built-in charsets strings/ctype-ujis.c: PRIMARY flag for built-in charsets strings/ctype-utf8.c: PRIMARY flag for built-in charsets strings/ctype.c: PRIMARY flag for built-in charsets
-
- 04 Jan, 2003 1 commit
-
-
unknown authored
-
- 11 Dec, 2002 3 commits
-
-
unknown authored
fix in ucs2 charset sql/field.cc: Use of new num->str functions sql/item_sum.cc: Use of new num->str functions strings/ctype-utf8.c: Fix
-
unknown authored
New num->str functions strings/ctype-simple.c@1.16 New num->str functions strings/ctype-utf8.c@1.18 New num->str functions sql/sql_string.cc: New num->str functions strings/ctype-simple.c: New num->str functions strings/ctype-utf8.c: New num->str functions
-
unknown authored
-
- 29 Nov, 2002 2 commits
- 27 Nov, 2002 2 commits
-
-
unknown authored
include/m_ctype.h: Typo fix sql/field.cc: Use new string-to-number functions strings/ctype-bin.c: Use new string-to-number functions strings/ctype-simple.c: Use new string-to-number functions strings/ctype-utf8.c: Use new string-to-number functions
-
unknown authored
wich is slower and is not ucs2 compatible
-
- 15 Nov, 2002 1 commit
-
-
unknown authored
-
- 14 Nov, 2002 1 commit
-
-
unknown authored
-
- 13 Nov, 2002 1 commit
-
-
unknown authored
-
- 11 Nov, 2002 1 commit
-
-
unknown authored
Bug fix in ctype-utf8.c sql/item_strfunc.cc: USER(), DATABASE() and CHARSET() functions are now UCS2 compatible sql/item_strfunc.h: USER(), DATABASE() and CHARSET() functions are now UCS2 compatible sql/procedure.h: USER(), DATABASE() and CHARSET() functions are now UCS2 compatible strings/ctype-utf8.c: Bug fix
-
- 10 Nov, 2002 2 commits
- 10 Oct, 2002 1 commit
-
-
unknown authored
aspects into *.c files from *.h files. Some steps to get closer to generating *.c files from *.conf files again.
-
- 17 Jun, 2002 1 commit
-
-
unknown authored
-
- 17 Apr, 2002 2 commits
-
-
unknown authored
-
unknown authored
New file ctype-win1250ch, I forgot to commit it in my previous changes include/m_ctype.h: Some charsets require special hash function mysys/hash.c: Some charsets require special hash function strings/ctype-utf8.c: Some charsets require special hash function strings/ctype.c: Some charsets require special hash function
-
- 29 Mar, 2002 1 commit
-
-
unknown authored
some warnings fixes include/m_ctype.h: New charset conversion fields in CHARSET_INFO mysys/hash.c: Fix for "unused argument" warning strings/ctype-big5.c: Fix for "unused argument" warning strings/ctype-czech.c: Fix for "unused argument" warning strings/ctype-euc_kr.c: Fix for "unused argument" warning strings/ctype-gb2312.c: Fix for "unused argument" warning strings/ctype-gbk.c: Fix for "unused argument" warning strings/ctype-latin1_de.c: Fix for "unused argument" warning strings/ctype-simple.c: 8bit<->unicode convertion routines strings/ctype-sjis.c: Fix for "unused argument" warning strings/ctype-tis620.c: Fix for "unused argument" warning strings/ctype-ujis.c: Fix for "unused argument" warning strings/ctype-utf8.c: Fix for "unused argument" warning strings/ctype.c: 8bit <-> unicode conversion tables
-
- 28 Mar, 2002 1 commit
-
-
unknown authored
strings/ctype-big5.c: New format for mb char functions strings/ctype-euc_kr.c: New format for mb char functions strings/ctype-gb2312.c: New format for mb char functions strings/ctype-gbk.c: New format for mb char functions strings/ctype-sjis.c: New format for mb char functions strings/ctype-ujis.c: New format for mb char functions
-