Age | Commit 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-03 | Include memrchr.h. | Paul Eggert | |
2005-02-03 | Initial revision | Paul 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 case | Jim Meyering | |
there is a file system type that doesn't support sparse files, yet for which metadata takes up additional space. | |||
2005-02-02 | Also adjust the test to detect systems that don't support sparse files. | Jim Meyering | |
2005-02-02 | *** empty log message *** | Jim Meyering | |
2005-02-02 | Detect sparse files on NTFS under cygwin. | Jim Meyering | |
2005-02-01 | mountlist.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-01 | Include 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-31 | update from gnulib | Jim 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-30 | Remove unnecessary parentheses in #if directives. | Jim Meyering | |
2005-01-30 | *** empty log message *** | Jim Meyering | |
2005-01-30 | [VSWTCH]: Some systems, like Cygwin, use VSWTC | Jim Meyering | |
instead of VSWTCH, for use with CSWTCH. | |||
2005-01-30 | . | Jim Meyering | |
2005-01-30 | *** empty log message *** | Jim Meyering | |
2005-01-30 | Quote user and group names. | Jim Meyering | |
2005-01-30 | Ignore ACL designation. | Jim Meyering | |
2005-01-30 | Ignore 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 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-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim 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-29 | Require 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-25 | Don'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_RESULT | Jim 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-25 | Regenerate. | 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-24 | Use 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 | |