Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-02 | . | Jim Meyering | |
2003-02-02 | Remove junk that somehow was improperly pasted into an entry from 2002-10-12. | Jim Meyering | |
2003-02-02 | add a couple newlines | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | . | Jim Meyering | |
2003-02-02 | (check-x-vs-1): Use @PATH_SEPARATOR@, not `:'. | Jim Meyering | |
2003-02-02 | (makefile_path_separator_check): New rule. | Jim Meyering | |
(local-check): Add it to the list. | |||
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | Use @PATH_SEPARATOR@ instead of hard-coding the path-separator. | Jim Meyering | |
Also double-quote the new PATH, to avoid problems when the path-separator is a semi-colon or when `pwd` contains e.g. a space. | |||
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | Use @PATH_SEPARATOR@ instead of hard-coding the path-separator. | Jim Meyering | |
Also double-quote the new PATH, to avoid problems when the path-separator is a semi-colon or when `pwd` contains e.g. a space. | |||
2003-02-02 | tweak syntax to make it consistent with others | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | . | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | . | Jim Meyering | |
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | (jm_PREREQ_REGEX): Remove. | Jim Meyering | |
2003-02-02 | (jm_PREREQ_REGEX): New function, from gnulib. | Jim Meyering | |
(jm_INCLUDED_REGEX): Use it. | |||
2003-02-02 | *** empty log message *** | Jim Meyering | |
2003-02-02 | (lstat) [LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define to rpl_lstat. | Jim Meyering | |
2003-02-02 | Require jm_FUNC_LSTAT. | Jim Meyering | |
2003-02-01 | Don't put decl after non-decl. | Jim Meyering | |
2003-02-01 | *** empty log message *** | Jim Meyering | |
2003-02-01 | . | Jim Meyering | |
2003-02-01 | *** empty log message *** | Jim Meyering | |
2003-02-01 | (MAX_N_DESCRIPTORS): Define. | Jim Meyering | |
2003-02-01 | *** empty log message *** | Jim Meyering | |
2003-02-01 | (jm_MACROS): Require UTILS_SYS_OPEN_MAX. | Jim Meyering | |
2003-02-01 | . | Jim Meyering | |
2003-02-01 | . | Jim Meyering | |
2003-02-01 | tweak syntax. duh | Jim Meyering | |
2003-02-01 | Whoops. Swap fail/cross-compile cases. | Jim Meyering | |
2003-02-01 | add comments | Jim Meyering | |
2003-02-01 | *** empty log message *** | Jim Meyering | |
2003-02-01 | (G_fail): New global. | Jim Meyering | |
(human_time): Diagnose failed localtime, not failed nstrftime. (main): Fail if G_fail is set. | |||
2003-01-31 | *** empty log message *** | Jim Meyering | |
2003-01-31 | Include "file-type.h" | Jim Meyering | |
(print_human_type): Remove function. (human_access): Rename from print_human_access. Return a string. (human_time): Rename from print_human_time. Return a string. (print_stat): Arrange so that field width and an alignment specifier are honored for the %A, %F, %x, %y, and %z formats. [%F]: Use file_type; this gives slightly different file type strings, e.g., `directory' instead of `Directory' and `regular file' or `regular empty file' instead of `Regular file'. | |||
2003-01-31 | (print_stat): Use S_ISLNK rather than an explicit | Jim Meyering | |
test using S_IFMT and S_IFLNK. S_IFLNK may not be defined. | |||
2003-01-31 | *** empty log message *** | Jim Meyering | |
2003-01-31 | ditto for invalid options | Jim Meyering | |
2003-01-31 | (main): Upon processing a bad --exclude-from or --max-depth | Jim Meyering | |
option argument, don't exit right away, in case there are others. Rather record the failure and exit after processing other options. | |||
2003-01-31 | *** empty log message *** | Jim Meyering | |
2003-01-31 | (TAR_OPTIONS): Set and export, in order to make | Jim Meyering | |
tar archive easier to reproduce. | |||
2003-01-31 | *** empty log message *** | Jim Meyering | |
2003-01-31 | Rewrite to perform directory traversal using nftw. | Jim Meyering | |
Include "dirname.h", "ftw.h", and "quotearg.h". (AUTHORS): Add self. (opt_one_file_system): Move global into `main'. (path, xstat, exit_status): Remove declarations. (arg_length, suffix_length): New globals. (G_fail): New global, sort of like the old `exit_status'. (IS_FTW_DIR_TYPE): Define. (print_only_size): New function. (process_file): New function. (str_init, ensure_space, str_copyc, str_concatc): Remove functions. (str_trunc, pop_dir, count_entry): Likewise. (du_files): Rewrite to use nftw. | |||
2003-01-30 | *** empty log message *** | Jim Meyering | |