An error occurred fetching the project authors.
  1. 16 Jan, 2003 1 commit
  2. 15 Jan, 2003 1 commit
  3. 14 Jan, 2003 1 commit
    • unknown's avatar
      Updates for multi-byte character sets · 910c125b
      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
      910c125b
  4. 05 Jan, 2003 1 commit
    • unknown's avatar
      Many files: · a10b6c3a
      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
      a10b6c3a
  5. 04 Jan, 2003 1 commit
  6. 11 Dec, 2002 3 commits
    • unknown's avatar
      Use of new num->str functions · 9ff43be8
      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
      9ff43be8
    • unknown's avatar
      sql/sql_string.cc@1.39 · 6cdf5c65
      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
      6cdf5c65
    • unknown's avatar
      Preparing for charset dependant int10_to_str · c8a50df1
      unknown authored
      c8a50df1
  7. 29 Nov, 2002 2 commits
  8. 27 Nov, 2002 2 commits
  9. 15 Nov, 2002 1 commit
  10. 14 Nov, 2002 1 commit
  11. 13 Nov, 2002 1 commit
  12. 11 Nov, 2002 1 commit
    • unknown's avatar
      USER(), DATABASE() and CHARSET() functions are now UCS2 compatible · 84b95682
      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
      84b95682
  13. 10 Nov, 2002 2 commits
  14. 10 Oct, 2002 1 commit
  15. 17 Jun, 2002 1 commit
  16. 17 Apr, 2002 2 commits
  17. 29 Mar, 2002 1 commit
    • unknown's avatar
      charset<->unicode conversion tables and routines · 4fd893e5
      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
      4fd893e5
  18. 28 Mar, 2002 1 commit
    • unknown's avatar
      New UTF8 charset · 437b0b0e
      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
      437b0b0e