summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-01-25*** empty log message ***Jim Meyering
2005-01-25Don't include assert.h.Jim Meyering
(path_concat): Remove assertion that would have triggered for ABASE starting with more than one slash. Reported by Andreas Schwab.
2005-01-25*** empty log message ***Jim Meyering
2005-01-25*** empty log message ***Jim Meyering
2005-01-25(path_concat): Set *BASE_IN_RESULTJim Meyering
properly when ABASE is an absolute file name. Correct the description of this function. Include <assert.h>. Add an assertion and a test driver. This fixes a bug introduced on 2004-07-02.
2005-01-25Regenerate.Paul Eggert
2005-01-25(usage): Add comma after "-P" to fix typo in previous patch.Paul Eggert
2005-01-24*** empty log message ***Jim Meyering
2005-01-24Use S_BLKSIZE value for ST_NBLOCKSIZE where available.Jim Meyering
2005-01-24(all_programs.list): Strip $(EXEEXT) and remove duplicates.Jim Meyering
2005-01-24(all_programs): Revert previous patch; updated all_programs.list fixes this.Jim Meyering
(.x.1): No need to add $(EXEEXT).
2005-01-24*** empty log message ***Jim Meyering
2005-01-24(usage): Merge the descriptions of --no-dereference and -P.Jim Meyering