summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-12-12In order to distinguish col(umn|or):Jim Meyering
(init_column_info): Renamed from init_col_info. (struct column_info): Renamed from struct col_info. (struct color_ext_type): Renamed from struct col_ext_type. From Akim Demaille.
1998-12-12* src/ls.c: Group DIRED's code together.Jim Meyering
(full_time, inhibit_group, col_ext_type): Declare static. (dired_dump_obstack): Apply sizeof to variable, instead of its type. (parse_ls_color): Rename ext2 as e2. Move into the block where it is used. From Akim Demaille.
1998-12-12.Jim Meyering
1998-12-12*** empty log message ***Jim Meyering
1998-12-12(lstat.c): Add rule to generate this from xstat.in.Jim Meyering
(stat.c): Likewise.
1998-12-12*** empty log message ***Jim Meyering
1998-12-12.Jim Meyering
1998-12-11(quotearg_buffer): Use `7' as the mask, not `3'.Jim Meyering
From Bruno Haible.
1998-12-11*** empty log message ***Jim Meyering
1998-12-11Add a test for the quotearg_buffer bug.Jim Meyering
1998-12-11*** empty log message ***Jim Meyering
1998-12-11*** empty log message ***Jim Meyering
1998-12-11(main): Arrange to exit unsuccessfully when stime fails.Jim Meyering
From Andreas Schwab.
1998-12-11import version 1.006Jim Meyering
1998-12-07.Jim Meyering
1998-12-07(dir_name): Rename from dirname.Jim Meyering
Make argument `const'. Include "dirname.h"
1998-12-07(noinst_HEADERS): Add dirname.h.Jim Meyering
1998-12-07.Jim Meyering
1998-12-07*** empty log message ***Jim Meyering
1998-12-07Use dir_name, not dirname. Include dirname.h.Jim Meyering
1998-12-07.Jim Meyering
1998-12-07*** empty log message ***Jim Meyering
1998-12-07*** empty log message ***Jim Meyering
1998-12-07*** empty log message ***Jim Meyering
1998-12-07(rpmatch) [!ENABLE_NLS]: Hard-code tests to use `^[yY]' and `^[nN]'.Jim Meyering
From Karl Heuer.
1998-12-07*** empty log message ***Jim Meyering
1998-12-07declare base_nameJim Meyering
1998-12-07*** empty log message ***Jim Meyering
1998-12-07*** empty log message ***Jim Meyering
1998-12-07ansideclifyJim Meyering
1998-12-06*** empty log message ***Jim Meyering
1998-12-06add ls -R . testJim Meyering
1998-12-06.Jim Meyering
1998-12-06Fix `ls -R .' formatting bug that broke mktexlsr.Jim Meyering
Include path-concat.h. (basename_is_dot_or_dotdot): New function, derived from is_not_dot_or_dotdot. (is_not_dot_or_dotdot): Remove function. (extract_dirs_from_files): Use `!basename_is_dot_or_dotdot' instead of is_not_dot_or_dotdot and use path_concat instead of attach.
1998-12-06(TESTS): s/quoting/tests/.Jim Meyering
1998-12-06renamed from quoteJim Meyering
1998-12-06*** empty log message ***Jim Meyering
1998-12-06Redefine putenv before including stdlib.h to workJim Meyering
around Solaris 2.7's conflicting prototype. Reported by Karl Berry.
1998-12-06.Jim Meyering
1998-12-06.Jim Meyering
1998-11-30(DOT_OR_DOTDOT): New definition (moved here from remove.c.).Jim Meyering
1998-11-30(DOT_OR_DOTDOT): Move definition from this file...Jim Meyering
1998-11-30(dd_copy): Rename function from `copy'.Jim Meyering
1998-11-30(do_copy): Rename local: s/unused/copy_into_self/Jim Meyering
1998-11-30(do_move): Don't arrange to remove DEST in the copied-into-self case.Jim Meyering
1998-11-30*** empty log message ***Jim Meyering
1998-11-30(TESTS): Add hard-link-1.Jim Meyering
1998-11-30(copy_internal): Remove earlier (but less effective)Jim Meyering
test for move/copy-into-self. Instead, deduce the move-into-self condition from errno==EINVAL after a failed rename.
1998-11-30*** empty log message ***Jim Meyering
1998-11-30(movefile): Don't free new_dest.Jim Meyering
Bob McCracken reported that mv couldn't handle certain combinations of hard linked source files.