Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-26 | (getdate$U.o): Depend on unlocked-io.h. | Jim Meyering | |
2002-01-22 | (Makefile): Don't depend on $(BUILT_SOURCES). | Jim Meyering | |
Otherwise, some versions of automake would omit the rule that makes Makefile from Makefile.in. | |||
2002-01-22 | (libfetish_a_SOURCES): Add them. | Jim Meyering | |
2001-11-27 | (libfetish_a_SOURCES): Remove gtod.h. | Jim Meyering | |
2001-11-19 | remove a harmless newline | Jim Meyering | |
2001-11-19 | (Makefile): Depend on $(BUILT_SOURCES), so those | Jim Meyering | |
files will be created before anything else. | |||
2001-11-01 | (libfetish_a_SOURCES): Add dirfd.h. | Jim Meyering | |
2001-10-05 | (libfetish_a_SOURCES): Add hash-pjw.c and hash-pjw.h. | Jim Meyering | |
2001-09-26 | (unlocked-io.h): Use $(SHELL). | Jim Meyering | |
2001-09-26 | (unlocked-io.h): Rewrite to use a separate script, | Jim Meyering | |
rather than trying to embed it here. (EXTRA_DIST): Add gen-uio. Remove unlocked-io.hin | |||
2001-09-01 | (libfetish_a_SOURCES): Add xreadlink.c and xreadlink.h. | Jim Meyering | |
2001-08-31 | (libfetish_a_SOURCES): Remove strtoxmax.c. | Jim Meyering | |
2001-08-31 | (libfetish_a_SOURCES): Add full-write.h. | Jim Meyering | |
2001-08-27 | remove xstrtoxmax.c | Jim Meyering | |
2001-08-27 | (libfetish_a_SOURCES): Add strtoxmax.c | Jim Meyering | |
2001-08-26 | (libfetish_a_SOURCES): Add xstrtoimax.c. | Jim Meyering | |
2001-08-13 | whoops. remove the backslash, too. | Jim Meyering | |
2001-08-13 | (unlocked-io.h): Do not append "_unlocked" twice. | Jim Meyering | |
Port to Solaris 8, where 'sed' requires a space after the 'r' command, and where sh dislikes "$/". Clean up the spacing a bit. Redirect output to $tmp just once. | |||
2001-08-12 | (libfetish_a_SOURCES): Add gtod.h. | Jim Meyering | |
2001-07-15 | (all-local): Depend on unlocked-io.h, to ensure it is created. | Jim Meyering | |
2001-07-15 | (DISTCLEANFILES): Add unlocked-io.h. | Jim Meyering | |
2001-07-15 | (EXTRA_DIST): Add unlocked-io.hin. | Jim Meyering | |
(BUILT_SOURCES): Add unlocked-io.h. (io_functions): Define. (unlocked-io.h): New rule. | |||
2001-07-05 | (noinst_HEADERS): Remove definition, per new automake recommendation. | Jim Meyering | |
(libfetish_a_SOURCES): Put all .h files here instead. Remove a thus-exposed (better checks in automake) duplicate and two unnecessary .h files. | |||
2001-05-20 | (libfetish_a_SOURCES): | Jim Meyering | |
Add strftime.c, since we now compile it on all hosts. | |||
2001-03-03 | (libfetish_a_SOURCES): Add dup-safer.c, fopen-safer.c. | Jim Meyering | |
(noinst_HEADERS): Add stdio-safer.h, unistd-safer.h. | |||
2000-12-19 | (libfetish_a_SOURCES): Add physmem.c. | Jim Meyering | |
(noinst_HEADERS): Add physmem.h. | |||
2000-09-20 | (libfetish_a_SOURCES): Add sha.c. | Jim Meyering | |
(noinst_HEADERS): Add sha.h. Based on code from Scott G. Miller and from GnuPG. | |||
2000-08-26 | (noinst_HEADERS): Add __fpending.h. | Jim Meyering | |
2000-07-17 | (libfetish_a_SOURCES): Add mbswidth.c. | Jim Meyering | |
(noinst_HEADERS): Add mbswidth.h. | |||
2000-07-15 | (libfetish_a_SOURCES): Add quote.c. | Jim Meyering | |
(noinst_HEADERS): Add quote.h. | |||
2000-06-27 | (libfetish_a_SOURCES): Remove readutmp.c. | Jim Meyering | |
2000-06-21 | (libfetish_a_SOURCES): Add getstr.c. | Jim Meyering | |
(noinst_HEADERS): Add getstr.h. | |||
2000-06-13 | (all-local): Depend on lstat.c and stat.c. | Jim Meyering | |
2000-06-03 | (install-exec-local): On systems with glibc-2.1 or | Jim Meyering | |
newer, don't install charset.alias. | |||
2000-04-30 | alphabetize | Jim Meyering | |
2000-04-08 | (charset.alias): Use t-$@, not $@-t so the DOS 8.3 | Jim Meyering | |
names don't conflict. Reported by Eli Zaretskii. | |||
2000-04-04 | Be 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-04 | Use 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-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-04 | (uninstall-local): Uncomment this rule so `make distcheck' works once again. | Jim Meyering | |
2000-03-04 | (install-exec-local): Create $(libdir) before installing into it. | 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-01-23 | (libfetish_a_SOURCES): Remove explicit mention of obstack.c. | Jim Meyering | |
2000-01-16 | Sync with sh-utils/lib/Makefile.am. | Jim Meyering | |
2000-01-16 | alphabetize a little | Jim Meyering | |
2000-01-11 | s/fu/fetish/ | Jim Meyering | |
2000-01-10 | (noinst_HEADERS): Add nanosleep.h. | Jim Meyering | |
1999-12-19 | (lstat.c): Adapt rule to handle new parts of xstat.in. | Jim Meyering | |
(lstat.c): Likewise. |