mariadb/libmysql
unknown 0cc0dbc1ed Charsets related things are prepared by configure in new way.
This is to simplify maintaining charsets, especially changing
CHARSET_INFO structure.


acconfig.h:
  New defines for charsets
configure.in:
  New way to build charsets
include/m_ctype.h:
  Prototypes, moved from ctype_autoconf.c
libmysql/Makefile.shared:
  Removed ctype_autoconf.c and ctype_extra_sources.c from target dependancies
strings/Makefile.am:
  The same with above
strings/conf_to_src.c:
  Remove unnecessary comment
strings/ctype-czech.c:
   Fix for possible bugs that prototypes was not included
strings/ctype-euc_kr.c:
   Fix for possible bugs that prototypes was not included
strings/ctype-gb2312.c:
   Fix for possible bugs that prototypes was not included
strings/ctype-ujis.c:
   Fix for possible bugs that prototypes was not included
strings/ctype.c:
  Move tables from ctype_extra_sources.c and hide them under #ifdefs
2002-03-06 17:44:43 +04:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
acinclude.m4 Import changeset 2000-07-31 21:29:14 +02:00
conf_to_src.c Update copyright 2001-12-06 14:10:51 +02:00
dll.c Update copyright 2001-12-06 14:10:51 +02:00
errmsg.c Update copyright 2001-12-06 14:10:51 +02:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
libmysql.c Porting from mysql-4.0. 2002-02-28 22:01:41 +02:00
libmysql.def Win32 Embedded Server Changes 2002-01-09 05:38:48 -02:00
Makefile.am merge with 3.23.44 2001-11-04 16:14:09 +02:00
Makefile.shared Charsets related things are prepared by configure in new way. 2002-03-06 17:44:43 +04:00
manager.c Update copyright 2001-12-06 14:10:51 +02:00
net.c Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
password.c Update copyright 2001-12-06 14:10:51 +02:00