summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-04-05(canon_host): Declare strdup. Required for ultrix4.3.Jim Meyering
2000-04-04*** empty log message ***Jim Meyering
2000-04-04Be more DOS 8.3-friendly.Jim Meyering
* ref-add.sin: Renamed from ref-add.sed.in. * ref-del.sin: Renamed from ref-del.sed.in. * Makefile.am: Reflect renaming.
2000-04-04renamed to ref-del.sinJim Meyering
2000-04-04renamed from ref-del.sed.inJim Meyering
2000-04-04renamed to ref-add.sinJim Meyering
2000-04-04renamed from ref-add.sed.inJim Meyering
2000-04-04Use a temporary file name that won't clash with `charset.alias'Jim Meyering
in the DOS 8.3 name space. (charset_tmp): Define. (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t. (uninstall-local): Likewise. Reported by Eli Zaretskii.
2000-04-03*** empty log message ***Jim Meyering
2000-04-03(my_strftime): Make sure we call the systemJim Meyering
strftime, not ourselves, when invoking the underlying strftime.
2000-03-25.Jim Meyering
2000-03-24.Jim Meyering
2000-03-24Output a line containing "Packages using this file".Jim Meyering
2000-03-24*** empty log message ***Jim Meyering
2000-03-24(EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.Jim Meyering
(charset_alias): Define. (install-exec-local): Factor out common code. (uninstall-local): Split lines longer than 80. (ref-add.sed, ref-del.sed): Remove rules... (do the following instead) (SUFFIXES): Define. (.sed.in.sed): New rule. Don't redirect directly to $@. (CLEANFILES): Add ref-add.sed and ref-del.sed.
2000-03-24(install-exec-local, uninstall-local, ref-add.sed, ref-del.sed): New rules.Jim Meyering
From Bruno.
2000-03-22*** empty log message ***Jim Meyering
2000-03-17.Jim Meyering
2000-03-17(<string.h>): Include only #if HAVE_STRING_H.Jim Meyering
Otherwise, include <strings.h>
2000-03-17(utf8_wctomb): New function.Jim Meyering
(print_unicode_char): Pass the Unicode character to iconv in UTF-8 format instead of in UCS-4 with platform dependent endianness.
2000-03-10*** empty log message ***Jim Meyering
2000-03-08*** empty log message ***Jim Meyering
2000-03-08(savedir): Work even if directory size isJim Meyering
negative; this can happen with some screwy NFS configurations.
2000-03-07tweak indentationJim Meyering
2000-03-06(get_charset_aliases): Don't try to free file_nameJim Meyering
if it's NULL (because we ran out of memory). From Bruno Haible.
2000-03-05*** empty log message ***Jim Meyering
2000-03-05("path-concat.h"): Include.Jim Meyering
(get_charset_aliases): Use path_concat instead of ANSI string concatenation.
2000-03-05*** empty log message ***Jim Meyering
2000-03-05(PARAMS): Define.Jim Meyering
Use it to guard prototype.
2000-03-05.Jim Meyering
2000-03-04.Jim Meyering
2000-03-04(uninstall-local): Uncomment this rule so `make distcheck' works once again.Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04(install-exec-local): Create $(libdir) before installing into it.Jim Meyering
2000-03-04.Jim Meyering
2000-03-04(<errno.h>): Include it.Jim Meyering
(errno): Declare if not defined.
2000-03-04.Jim Meyering
2000-03-04Add Bruno's comment justifying use of volatile.Jim Meyering
2000-03-04New version, incorporating remarks from a linuxJim Meyering
i18n mailing list. From Bruno Haible.
2000-03-03.Jim Meyering
2000-03-02(EXTRA_DIST): Add config.charset.Jim Meyering
2000-03-01(DEFS): Add -DLIBDIR=...Jim Meyering
(libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. (noinst_HEADERS): Add unicodeio.h. (all-local, install-exec-local, charset.alias): New targets.
2000-03-01*** empty log message ***Jim Meyering
2000-03-01*** empty log message ***Jim Meyering
2000-03-01New file from Bruno.Jim Meyering
2000-03-01New file from Bruno.Jim Meyering
filter through cppi
2000-03-01New file from Bruno.Jim Meyering
One portability tweak: guard inclusion of stddef.h.
2000-03-01Guard some #includes with `#if HAVE_...'.Jim Meyering
2000-03-01new file, from BrunoJim Meyering
2000-03-01.Jim Meyering