summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-05-01(read_filesystem_list): Add BeOS support.Jim Meyering
2000-04-30.Jim Meyering
2000-04-30.Jim Meyering
2000-04-30*** empty log message ***Jim Meyering
2000-04-30.Jim Meyering
2000-04-30alphabetizeJim Meyering
2000-04-29*** empty log message ***Jim Meyering
2000-04-29Declare strdup only if it's not defined.Jim Meyering
2000-04-28*** empty log message ***Jim Meyering
2000-04-28[HAVE_LIMITS_H]: Include limits.h before regex.h to avoidJim Meyering
redefinition warning on some systems (HPUX). Otherwise, regex.h is included first, then limits.h is included by locale.h by libintl.h. From John David Anglin.
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.