|
f19d1b01
|
2001-09-22T15:08:35
|
|
Update from latest gettext.
|
|
4028e63d
|
2001-03-15T14:49:56
|
|
(locale_charset): Allow wildcard syntax. Also resolve
alias if codeset is empty.
|
|
506c6880
|
2001-03-06T18:11:20
|
|
(locale_charset): Don't use setlocale(LC_CTYPE,NULL).
Don't return NULL.
|
|
aafdd4ac
|
2000-12-19T08:16:09
|
|
(locale_charset): Add support for Win32.
|
|
c0a1220d
|
2000-05-06T13:47:38
|
|
(get_charset_aliases): Use malloc, realloc and memcpy
instead of xmalloc, xrealloc, path_concat.
(locale_charset): Treat empty environment variables as absent.
(DIRECTORY_SEPARATOR, ISSLASH): New macros.
|
|
e7ee6af7
|
2000-03-06T11:19:23
|
|
(get_charset_aliases): Don't try to free file_name
if it's NULL (because we ran out of memory). From Bruno Haible.
|
|
8f36ae9d
|
2000-03-05T10:27:22
|
|
("path-concat.h"): Include.
(get_charset_aliases): Use path_concat instead of ANSI string
concatenation.
|
|
fac1a01e
|
2000-03-04T07:57:35
|
|
Add Bruno's comment justifying use of volatile.
|
|
8aecbf69
|
2000-03-01T13:21:23
|
|
Guard some #includes with `#if HAVE_...'.
|
|
7f69123a
|
2000-03-01T13:11:05
|
|
new file, from Bruno
|