Tag
Hash :
8c5fb204
Author :
Date :
2001-03-06T13:43:56
Add support for OSF/1 (Tru64) 5.1.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
2001-03-10 Bruno Haible <haible@clisp.cons.org>
* localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
alias if codeset is empty.
* config.charset (BeOS): Use wildcard syntax.
* Makefile.in (libcharset.la): Pass flag -no-undefined. Needed on
platforms like BeOS.
* Makefile.in (RM): New variable.
2001-01-05 Bruno Haible <haible@clisp.cons.org>
* localcharset.c (volatile): Define to empty if not using ANSI C.
2001-03-05 Bruno Haible <haible@clisp.cons.org>
* config.charset: Update for OSF/1 5.1.
2001-03-01 Bruno Haible <haible@clisp.cons.org>
* config.charset: For DOS/DJGPP, add CP775.
2001-02-24 Bruno Haible <haible@clisp.cons.org>
* config.charset: Add support for DOS/DJGPP.
2001-02-25 Bruno Haible <haible@clisp.cons.org>
* localcharset.c (locale_charset): Don't return NULL.
2001-02-24 Bruno Haible <haible@clisp.cons.org>
* localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
2001-01-30 Bruno Haible <haible@clisp.cons.org>
* config.charset: Update for FreeBSD 4.2.
2000-12-19 Jim Meyering <jim@meyering.net>
* localcharset.c: Improve WIN32 macrology.
(locale_charset): Increase size of buffer.
2000-12-18 Bruno Haible <haible@clisp.cons.org>
* config.charset: Add support for BeOS.
2000-12-12 Bruno Haible <haible@clisp.cons.org>
* Makefile.in (ref-add.sed, ref-del.sed): Don't use $<, not understood
by Solaris "make". Reported by Toshimitsu Fujiwara.
2000-12-08 Bruno Haible <haible@clisp.cons.org>
* Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
2000-12-02 Bruno Haible <haible@clisp.cons.org>
* Makefile.msvc: Replace STATIC with its opposite flag, DLL.
2000-11-21 Bruno Haible <haible@clisp.cons.org>
* Makefile.msvc (MFLAGS): New variable.
(CFLAGS, charset.lib): Use it.
(INCLUDES): Use "..", not "..\include".
2000-10-31 Bruno Haible <haible@clisp.cons.org>
* Makefile.msvc: New file.
2000-10-31 Bruno Haible <haible@clisp.cons.org>
* config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
to the list of canonical encodings. Rename EUC-CN to GB2312.
* localcharset.c (locale_charset): Add support for Win32.