Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-08 | (STATFS_FRSIZE): New macro. | Paul Eggert | |
(print_statfs): Use it to implement %S. (do_statfs): Change default formats to include %S. (usage): Document %S (versus %s). | |||
2005-02-08 | (stat invocation): Document stat -f -c %S (versus %s). | Paul Eggert | |
2005-02-08 | Document stat -f -c %S, plus changes to default formats. | Paul Eggert | |
2005-02-08 | * doc/coreutils.texi (stat invocation): Match stat --usage better. | Paul Eggert | |
* src/stat.c (usage): Match doc better. Say that %s is the "Fundamental block size". | |||
2005-02-08 | (usage): Normalize terminology, capitalization, and sort order to | Paul Eggert | |
match manual. Say that %s is the "Fundamental block size", since that is what POSIX says. | |||
2005-02-08 | (stat invocation): Normalize terminology, | Paul Eggert | |
capitalization, and sort order to match --help output. Mention %c for file systems. Say that %s is the "Fundamental block size", since that is what POSIX says. | |||
2005-02-08 | *** empty log message *** | Jim Meyering | |
2005-02-08 | (libfetish_a_SOURCES): Remove memcasecmp.c and memcasecmp.h. | Jim Meyering | |
2005-02-08 | Require gl_FUNC_MEMCASECMP. | Jim Meyering | |
2005-02-08 | *** empty log message *** | Jim Meyering | |
2005-02-08 | (gl_FUNC_MEMCASECMP): New file and macro. | Jim Meyering | |
2005-02-08 | remove vestigial `closeout' | Jim Meyering | |
2005-02-07 | Use AC_REQUIRE where possible, and _ONCE-suffixed versions of macros. | Jim Meyering | |
2005-02-07 | (vasnprintf) [!USE_SNPRINTF]: Correct the test for integer overflow. | Jim Meyering | |
2005-02-07 | *** empty log message *** | 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-02-07 | *** empty log message *** | Jim Meyering | |
2005-02-07 | (gl_FUNC_FTS): New file and macro. | Jim Meyering | |
2005-02-07 | Require 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-06 | s/MD5 and SHA1 signatures/MD5 and SHA1 checksums/ | Jim Meyering | |
2005-02-03 | Regenerate. | Paul Eggert | |
2005-02-03 | Define 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-03 | Include "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-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 | |