summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-07(libfetish_a_SOURCES): Remove fts.c, fts_.h, andJim Meyering
getcwd.h now that they're mentioned in AC_LIBSOURCES and AC_LIBOBJ uses in the corresponding ../m4/*.m4.
2005-02-07*** empty log message ***Jim Meyering
2005-02-07(gl_FUNC_FTS): New file and macro.Jim Meyering
2005-02-07Require gl_FUNC_FTS.Jim Meyering
2005-02-06*** empty log message ***Jim Meyering
2005-02-06(gl_PREREQ_CHDIR_LONG): Depend on gl_FUNC_MEMRCHR.Jim Meyering
2005-02-06(gl_FUNC_MEMRCHR): Check for declaration of memrchr.Jim Meyering
2005-02-06s/MD5 and SHA1 signatures/MD5 and SHA1 checksums/Jim Meyering
2005-02-03Regenerate.Paul Eggert
2005-02-03Define and use new file memrchr.h.Paul Eggert
2005-02-03* memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.Paul Eggert
2005-02-03* src/system.h: Include "memrchr.h".Paul Eggert
2005-02-03Include "memrchr.h".Paul Eggert
(memrchr) [!HAVE_DECL_MEMRCHR]: Remove decl.
2005-02-03(gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.Paul Eggert
2005-02-03[!defined _LIBC]: Include "memrchr.h" rather than <string.h>.Paul Eggert
Don't bother including stddef.h.
2005-02-03Include memrchr.h.Paul Eggert
2005-02-03Initial revisionPaul Eggert
2005-02-02*** empty log message ***Jim Meyering
2005-02-02*** empty log message ***Jim Meyering
2005-02-02 Check for $2 -ge 128, rather than $2 = 128, in caseJim Meyering
there is a file system type that doesn't support sparse files, yet for which metadata takes up additional space.
2005-02-02Also adjust the test to detect systems that don't support sparse files.Jim Meyering
2005-02-02*** empty log message ***Jim Meyering
2005-02-02Detect sparse files on NTFS under cygwin.Jim Meyering
2005-02-01mountlist.h, mountlist.h cleanup, and add support for subfs.Paul Eggert
2005-02-01(MOUNTLIST_H_): New macro, to protect against double inclusion.Paul Eggert
Include <sys/types.h>, for dev_t. (ME_DUMMY, ME_REMOTE): Move to mountlist.c.
2005-02-01Include mountlist.h first, to test the interface.Paul Eggert
(ME_DUMMY, ME_REMOTE): Moved here from mountlist.c. (ME_DUMMY): Count "subfs" as a dummy.
2005-01-31update from gnulibJim Meyering
2005-01-30*** empty log message ***Jim Meyering
2005-01-30(elide_tail_bytes_pipe): Correct wording in diagnostic.Jim Meyering
2005-01-30.Jim Meyering
2005-01-30*** empty log message ***Jim Meyering
2005-01-30Remove unnecessary parentheses in #if directives.Jim Meyering
2005-01-30*** empty log message ***Jim Meyering
2005-01-30[VSWTCH]: Some systems, like Cygwin, use VSWTCJim Meyering
instead of VSWTCH, for use with CSWTCH.
2005-01-30.Jim Meyering
2005-01-30*** empty log message ***Jim Meyering
2005-01-30Quote user and group names.Jim Meyering
2005-01-30Ignore ACL designation.Jim Meyering
2005-01-30Ignore ACL designation.Jim Meyering
2005-01-30(.PHONY): Add check-root and root-hint.Jim Meyering
2005-01-29.Jim Meyering
2005-01-29*** empty log message ***Jim Meyering
2005-01-29.Jim Meyering
2005-01-29* Makefile.am (libfetish_a_SOURCES): Remove many files from thisJim 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-29Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) filesJim Meyering
so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...]
2005-01-29*** empty log message ***Jim Meyering
2005-01-29Require gl_HASH_PJW and gl_BASENAME.Jim Meyering
2005-01-29*** empty log message ***Jim Meyering
2005-01-27*** empty log message ***Jim Meyering
2005-01-27(gl_BASENAME): New file/macro.Jim Meyering