summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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
2000-03-01.Jim Meyering
2000-02-28*** empty log message ***Jim Meyering
2000-02-28(ALERT_CHAR): New macro.Jim Meyering
(quotearg_buffer_restyled): Use it.
2000-02-27.Jim Meyering
2000-02-27Fix typo in decl of strtoul: s/long long/long/.Jim Meyering
Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
2000-02-27Fix typo in decl of strtoul: s/long long/long/.Jim Meyering
2000-02-27*** empty log message ***Jim Meyering
2000-02-27Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.Jim Meyering
Declare malloc if needed.
2000-02-27use double quotes, not single quotes around syntax-error-evoking stringJim Meyering
2000-02-27*** empty log message ***Jim Meyering
2000-02-27Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'Jim Meyering
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run.
2000-02-27Arrange for cpp to fail if the configure-timeJim Meyering
declaration check was not run.
2000-02-27Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'Jim Meyering
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run.
2000-02-27Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'Jim Meyering
now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run.
2000-02-27Put cedilla on `c' in author's name.Jim Meyering
2000-02-27*** empty log message ***Jim Meyering