Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-09 | New program, by Dmitry V. Levin. | Jim Meyering | |
2003-01-09 | (out-delim1, ..., out-delim5): Test new functionality. | Jim Meyering | |
2003-01-09 | When selecting ranges of byte offsets (as opposed to ranges of fields) | Jim Meyering | |
and when --output-delimiter=STRING is specified, output STRING between ranges of selected bytes. (RANGE_START_SENTINEL): Define. (output_delimiter_specified): New global. (print_kth): Add parameter. Adjust all callers. (set_fields): Mark each range-start index with RANGE_START_SENTINEL. (cut_bytes): When requested, output STRING between ranges of selected bytes. (main): Make a diagnostic a little clearer. Based on a patch from Jan Nieuwenhuizen. | |||
2003-01-09 | *** empty log message *** | Jim Meyering | |
2003-01-09 | *** empty log message *** | Jim Meyering | |
2003-01-09 | (set_fields): Make code agree with comment: | Jim Meyering | |
Don't merge abutting ranges like 4- and 2-3. This makes no difference currently, but is required to support an upcoming change. | |||
2003-01-08 | *** empty log message *** | Jim Meyering | |
2003-01-08 | Undefine and define-away `const' after inclusion | Jim Meyering | |
of errno.h, not before. Suggestion from Bruno Haible. | |||
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | (set_fields): Fix typo in comment. | Jim Meyering | |
2003-01-07 | tweak comment | Jim Meyering | |
2003-01-07 | add a comment | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | (TESTS): Add not-owner. | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | Remove the test for non-owner diagnostic. | Jim Meyering | |
Now, this tests only the nonexistent-directory diagnostic. | |||
2003-01-07 | New test, mostly extracted from fail-diag. | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | Fix typo: s/ld/ls/. | Jim Meyering | |
2003-01-07 | . | Jim Meyering | |
2003-01-07 | tweak comment | Jim Meyering | |
2003-01-07 | *** empty log message *** | Jim Meyering | |
2003-01-07 | Rework so that it may serve to define full_read, too. | Jim Meyering | |
2003-01-07 | Simply #define FULL_READ and include full-write.c. | Jim Meyering | |
2003-01-06 | 2002-12-10 Paul Eggert <eggert@twinsun.com> | Jim Meyering | |
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7. (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not defined (e.g., a pure POSIX system). (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems. | |||
2003-01-06 | 2002-12-10 Paul Eggert <eggert@twinsun.com> | Jim Meyering | |
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7. (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS): Choose values that are less likely to collide with system fnmatch options. | |||
2003-01-06 | (libfetish_a_SOURCES): Add full-read.c and full-read.h. | Jim Meyering | |
2003-01-06 | . | Jim Meyering | |
2003-01-06 | Include full_read.h. | Jim Meyering | |
(get_fs_usage): Use full_read instead of safe_read. | |||
2003-01-06 | *** empty log message *** | Jim Meyering | |
2003-01-06 | (strdup): Remove unused declaration. | Jim Meyering | |
2003-01-06 | (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE. | Jim Meyering | |
2003-01-06 | (utime_null): No need to call ftruncate if the file was | Jim Meyering | |
nonempty. Patch by Bruno Haible. (utime_null): Use SAFE_READ_ERROR. | |||
2003-01-04 | *** empty log message *** | Jim Meyering | |
2003-01-04 | Update copyright date. | Jim Meyering | |
2003-01-04 | (TESTS): Add no-deref. | Jim Meyering | |
2003-01-04 | . | Jim Meyering | |
2003-01-04 | *** empty log message *** | Jim Meyering | |
2003-01-04 | *** empty log message *** | Jim Meyering | |
2003-01-04 | Remove use of PARAMS. | Jim Meyering | |
2003-01-04 | Remove use of PARAMS. | Jim Meyering | |
2003-01-04 | Remove use of PARAMS. | Jim Meyering | |
2003-01-04 | *** empty log message *** | Jim Meyering | |
2003-01-04 | rm could be tricked into mistakenly reporting a cycle. | Jim Meyering | |
* src/remove.c: [cycle_check_state]: New global. (remove_cwd_entries): Adapt to new semantics of cycle_check. (rm): Call cycle_check_init and cycle_check_free for each file. When rm detects a cycle, don't abort the entire command, but rather just the affected command line argument. * src/remove.c: Include <setjmp.h> (struct dirstack_state) [current_arg_jumpbuf]: New member. (remove_cwd_entries): Call longjmp if we detect a cycle. (rm): Call setjmp here. * src/remove.c (cycle_check, is_power_of_two): Remove functions. Instead, include cycle-check.h and use it. | |||
2003-01-04 | (struct dev_ino): Remove declaration. | Jim Meyering | |
2003-01-04 | Don't include trailing /. in diagnostics about directories. | Jim Meyering | |
(full_filename_): When FILENAME is just `.' and there is a nonempty directory-name part, don't append `/.'. | |||
2003-01-04 | (remove_cwd_entries): Fix typos in comment. | Jim Meyering | |
2003-01-04 | *** empty log message *** | Jim Meyering | |