summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-04-27.Jim Meyering
2000-04-27*** empty log message ***Jim Meyering
2000-04-27tweak commentJim Meyering
2000-04-26.Jim Meyering
2000-04-26(S_IRWXUGO): Define.Jim Meyering
(make_path): Always perform explicit chmod if MODE specifies any of the `special' permission bits.
2000-04-18*** empty log message ***Jim Meyering
2000-04-18add commentJim Meyering
2000-04-18*** empty log message ***Jim Meyering
2000-04-18[!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define getpagesize.Jim Meyering
For BeOS. Based on a patch from Bruno Haible.
2000-04-17*** empty log message ***Jim Meyering
2000-04-17(my_strftime) [strftime]: Declare strftime here, since the definitionJim Meyering
of it to rpl_strftime also defined-away the system's declaration.
2000-04-15*** empty log message ***Jim Meyering
2000-04-15Use `C' to denote so-called `contiguous' files, the same way that tar does.Jim Meyering
* filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define. (ftypelet): Use S_ISCTG.
2000-04-08*** empty log message ***Jim Meyering
2000-04-08(charset.alias): Use t-$@, not $@-t so the DOS 8.3Jim Meyering
names don't conflict. Reported by Eli Zaretskii.
2000-04-08.Jim Meyering
2000-04-07*** empty log message ***Jim Meyering
2000-04-07(print_unicode_char): Avoid triggering Solaris iconv bug.Jim Meyering
Deal with the different error behaviour of Irix iconv.
2000-04-07Move inclusion of errno.h so it follows that of sys/types.h,Jim Meyering
to work around system header problems on AIX 3.2.5. From Bruno Haible.
2000-04-07.Jim Meyering
2000-04-05*** empty log message ***Jim Meyering
2000-04-05Declare strdup.Jim Meyering
2000-04-05[HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent.Jim Meyering
2000-04-05Include sys/types.h before sys/stat.h.Jim Meyering
Required for ultrix4.3.
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