Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-14 | (libcoreutils_a_SOURCES): Remove fprintftime.c | Jim Meyering | |
and fprintftime.h. Now they're pulled in via the .m4 file. | |||
2005-12-14 | (stdbool.h): Resurrect the 'sed' that goes along with '#if !@HAVE_BOOL@". | Paul Eggert | |
2005-11-26 | (MOSTLYCLEANFILES): Clean stdbool.h-t, not stdbool.ht. | Paul Eggert | |
2005-11-26 | (stdbool.h): Fix typo in previous change. | Paul Eggert | |
2005-11-26 | (stdbool.h): Just copy stdbool_.h; no need to sed any more. | Paul Eggert | |
2005-11-24 | (libcoreutils_a_SOURCES): Add buffer-lcm.c, buffer-lcm.h. | Paul Eggert | |
2005-10-05 | (libcoreutils_a_DEPENDENCIES): Remove definition. | Jim Meyering | |
Once it's gone, automake generates an equivalent one. | |||
2005-09-24 | (libcoreutils_a_SOURCES): Remove mbchar.c, since | Paul Eggert | |
it doesn't build in OpenBSD 3.4. See <http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>. | |||
2005-09-22 | (libcoreutils_a_SOURCES): Add getaddrinfo.h, | Paul Eggert | |
mbchar.c, mbchar.h, mbuiter.h, strcase.h, strlen1.c, strnlen1.h, strstr.h. | |||
2005-09-16 | (libcoreutils_a_SOURCES): Add fprintftime.c and fprintftime.h. | Jim Meyering | |
2005-07-08 | (libcoreutils_a_SOURCES): Remove regex.h; gnulib | Paul Eggert | |
now does this automatically for us. | |||
2005-07-04 | (libcoreutils_a_SOURCES): Add verify.h here, temporarily. | Jim Meyering | |
Eventually, it'll be pulled in via AC_LIBSOURCES. | |||
2005-07-03 | Undo previous change. | Paul Eggert | |
2005-07-03 | (libcoreutils_a_SOURCES): Add fcntl--.h, stdio--h, | Paul Eggert | |
stdlib--.h, unistd--.h. | |||
2005-06-26 | (libcoreutils_a_SOURCES): Remove diacrit.c and diacrit.h. | Jim Meyering | |
2005-06-25 | (libcoreutils_a_SOURCES): Remove version-etc.c version-etc.h | Jim Meyering | |
and version-etc-fsf.c. | |||
2005-06-25 | (libcoreutils_a_SOURCES): Remove dev-ino.h too, now that we | Jim Meyering | |
get it via root-dev-ino.m4 | |||
2005-06-25 | (libcoreutils_a_SOURCES): Remove root-dev-ino.c and root-dev-ino.h. | Jim Meyering | |
2005-06-23 | (libcoreutils_a_SOURCES): Remove xstrtod.c and xstrtod.h. | Jim Meyering | |
2005-06-23 | (libcoreutils_a_SOURCES): Remove xreadlink.c and xreadlink.h. | Jim Meyering | |
2005-06-19 | (libcoreutils_a_SOURCES): Remove xgetcwd.c, xgetcwd.h, xfts.c and xfts.h. | Jim Meyering | |
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2005-04-18 | (noinst_LIBRARIES): fetish -> coreutils. | Paul Eggert | |
(libcoreutils_a_SOURCES): Renamed from libfetish_a_SOURCES. All uses changed. (libcoreutils_a_LIBADD): Renamed from libfetish_a_LIBADD. All uses changed. (libcoreutils_a_DEPENDENCIES): Renamed from libfetish_a_DEPENDENCIES. All uses changed. | |||
2005-04-11 | (libfetish_a_SOURCES): Remove dup-safer.c, | Paul Eggert | |
fcntl-safer.h, fopen-safer.c, open-safer.c, stdio-safer.h, unistd-safer.h. | |||
2005-03-21 | (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c, | Paul Eggert | |
as they are now done by Autoconf macros. | |||
2005-03-09 | (libfetish_a_SOURCES): Remove xstrtol.c and xstrtol.h. | Jim Meyering | |
2005-03-09 | More migration to AC_LIBSOURCES/AC_LIBOBJ. | Jim Meyering | |
(libfetish_a_SOURCES): Remove two more pairs of files: cycle-check.c, cycle-check.h and argmatch.c, argmatch.h. | |||
2005-02-22 | (libfetish_a_SOURCES): Remove xnanosleep.c, | Paul Eggert | |
xnanosleep.h; now done by ../m4/xnanosleep.m4 automatically. | |||
2005-02-20 | (libfetish_a_SOURCES): Remove linebuffer.[ch] and stripslash.c. | Jim Meyering | |
2005-02-11 | Remove names of files that are now mentioned in AC_LIBSOURCES | Jim Meyering | |
and AC_LIBOBJ uses in inttostr.m4. (libfetish_a_SOURCES): Remove imaxtostr.c, offtostr.c, and umaxtostr.c. (EXTRA_DIST): Remove inttostr.c and inttostr.h. | |||
2005-02-08 | (libfetish_a_SOURCES): Remove memcasecmp.c and memcasecmp.h. | Jim Meyering | |
2005-02-07 | (libfetish_a_SOURCES): Remove fts.c, fts_.h, and | Jim Meyering | |
getcwd.h now that they're mentioned in AC_LIBSOURCES and AC_LIBOBJ uses in the corresponding ../m4/*.m4. | |||
2005-01-29 | * Makefile.am (libfetish_a_SOURCES): Remove many files from this | Jim Meyering | |
list, now that automake determines their names automatically, thanks to the new AC_LIBSOURCES and AC_LIBOBJ uses in the corresponding ../m4/*.m4 files. (EXTRA_DIST): Add getdate.c here, so that we continue to distribute it. | |||
2005-01-21 | (libfetish_a_SOURCES): Add version-etc-fsf.c. | Paul Eggert | |
2004-12-06 | (libfetish_a_SOURCES): Begin removing .c and .h file names, as they | Jim Meyering | |
are added to AC_LIBSOURCES directives in the corresponding m4/*.m4 files. | |||
2004-12-05 | (unit-test): Depend on t-fpending. | Jim Meyering | |
Make the target .PHONY. | |||
2004-12-05 | (LDADD): Define. | Jim Meyering | |
2004-12-05 | (unit-test): New target. | Jim Meyering | |
(check): Depend on it. (noinst_PROGRAMS): Define. | |||
2004-11-30 | (libfetish_a_SOURCES): Reflect name changes: chdir.[ch] -> chdir-long.[ch] | Jim Meyering | |
2004-11-28 | (libfetish_a_SOURCES): Add chdir.h and openat.h. | Jim Meyering | |
2004-11-25 | (libfetish_a_SOURCES): Add getcwd.h, mempcpy.h. | Paul Eggert | |
2004-11-14 | (libfetish_a_SOURCES): Add __fpending.h. | Jim Meyering | |
2004-11-06 | (libfetish_a_SOURCES): Remove __fpending.h, now that it's no longer used. | Jim Meyering | |
2004-11-03 | (libfetish_a_SOURCES): Remove setenv.c. | Paul Eggert | |
2004-11-03 | (libfetish_a_SOURCES): Add setenv.c and setenv.h. | Jim Meyering | |
2004-10-05 | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | |
Remove xstrdup.c and move xstrdup implementation to xmalloc.c. | |||
2004-08-20 | Sync getopt from gnulib. | Paul Eggert | |
2004-08-10 | Sync with gnulib. | Paul Eggert | |
2004-08-09 | Remove dependency of xalloc on error, etc. | Paul Eggert | |
2004-08-02 | (libfetish_a_SOURCES): Remove isdir.c. | Paul Eggert | |