platform/upstream/coreutils.git
2006-08-08 Paul EggertAdd shuf.
2006-07-29 Paul Eggert(set_author): Preserve the st_author field via the
2006-07-28 Paul Eggertchmod 0755 DIR and chmod 755 DIR are now equivalent.
2006-07-28 Paul Eggertchmod now preserves setuid and setgid bits on directories
2006-07-28 Paul EggertClear setuid and setuid bits on directory, in case...
2006-07-28 Paul EggertUse symbolic mode so that we clear
2006-07-28 Paul EggertRemove obsolete comment about masks.
2006-07-28 Paul Eggert(mode_compile): Numeric modes now affect setuid and
2006-07-28 Paul Eggert(Changing Special Mode Bits): Clarify u+s versus
2006-07-28 Paul Eggert(install invocation, mkdir invocation):
2006-07-27 Jim Meyering* src/chgrp.c (usage): Use correct grammar in descripti...
2006-07-26 Jim Meyering* src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]:
2006-07-26 Jim Meyering* tests/ls/stat-failed: Adapt to match new expected...
2006-07-26 Jim Meyering* src/ls.c (print_color_indicator): Test for S_IFREG...
2006-07-26 Jim MeyeringChecking in a change from Paul.
2006-07-26 Jim MeyeringPrepare for the above change.
2006-07-26 Jim Meyering* src/ls.c: Correct indentation/formatting in a few...
2006-07-25 Paul EggertClarify the "chmod 0500" news, and correct the vague
2006-07-25 Paul EggertUse "chmod 0500" rather than "chmod 500".
2006-07-25 Paul Eggert(Directory Setuid and Setgid): Explain that this is a
2006-07-25 Jim Meyering* src/ls.c (gobble_file): When handling a stat-failed...
2006-07-25 Jim Meyering* tests/ls-2/tests (no-a-isdir-b): Update to reflect...
2006-07-25 Jim Meyering*** empty log message ***
2006-07-25 Jim Meyering* src/dircolors.hin: Mention that ORPHAN refers not...
2006-07-25 Jim Meyering* src/dircolors.hin: Mention that ORPHAN refers not...
2006-07-25 Jim MeyeringGet --dired offsets right when handling stat-failed...
2006-07-25 Jim Meyering* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitial...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): Make it so failure to stat a
2006-07-25 Jim Meyering* src/ls.c: Declare stat_failed to be "bool", not ...
2006-07-25 Jim Meyering* src/ls.c [enum filetype] (command_line): Remove membe...
2006-07-25 Jim Meyering* src/ls.c: Apply the stat-failed parts of Red Hat's
2006-07-25 Jim Meyering.
2006-07-25 Jim Meyeringvc-list-files: Handle git repositories, too.
2006-07-25 Jim Meyering* src/df.c (n_valid_args): Declare global to be static.
2006-07-24 Jim MeyeringSkip this test on reiserfs, since that file system...
2006-07-23 Paul EggertUpdate to reflect recent changes to coreutils.texi.
2006-07-23 Paul Eggert(Mode Structure, Symbolic Modes, Numeric Modes): Be...
2006-07-22 Paul Eggert(Mode Structure): The restricted deletion flag
2006-07-22 Paul Eggert(What information is listed): Clarify that the restrict...
2006-07-22 Paul EggertSplit closeout into close-stream and closeout.
2006-07-22 Paul Eggert(close_stdout): Use new function close_stream.
2006-07-22 Paul EggertInitial revision.
2006-07-22 Paul Eggert(gl_PREREQ): Require gl_CLOSE_STREAM.
2006-07-21 Jim Meyering* src/su.c (usage): Correct typo in --help output:...
2006-07-21 Jim Meyering*** empty log message ***
2006-07-21 Jim Meyering(FILE_TYPE_INDICATOR_OPTION): Reposition this new name...
2006-07-21 Jim Meyeringmention yesterday's other ls bugfix
2006-07-21 Jim Meyering*** empty log message ***
2006-07-21 Jim MeyeringFix another bug: ls --indicator-style=file-type would...
2006-07-20 Jim Meyering* src/df.c (main): Fail and don't print the headers...
2006-07-20 Jim Meyering*** empty log message ***
2006-07-20 Jim Meyering(file-type): New test:
2006-07-20 Jim MeyeringFix a bug: ls --file-type worked like --indicator-style...
2006-07-20 Jim Meyering*** empty log message ***
2006-07-20 Jim Meyering[ME_REMOTE]: Filter out cifs.
2006-07-20 Jim Meyering*** empty log message ***
2006-07-20 Jim Meyering*** empty log message ***
2006-07-20 Jim Meyering(ME_REMOTE): Compare strchr's result to NULL, not 0...
2006-07-19 Jim Meyering* src/ls.c (print_dir): Give a better diagnostic for...
2006-07-19 Jim Meyering*** empty log message ***
2006-07-19 Jim Meyering(EXTRA_DIST): Add build-aux/vc-list-files.
2006-07-19 Jim Meyering*** empty log message ***
2006-07-19 Jim MeyeringCommand line args correspond to an "include" list,...
2006-07-19 Jim Meyeringtweak spacing to align backslashes
2006-07-17 Paul EggertIn comment: bits bits -> bits.
2006-07-17 Paul EggertRegenerate.
2006-07-17 Paul EggertRegenerate.
2006-07-17 Paul EggertFix typo in previous checkin; some file names were...
2006-07-17 Paul Eggertchmod, install, and mkdir now leave setgid and setuid...
2006-07-17 Paul EggertAdd a test for the X bug.
2006-07-17 Paul EggertRemove re_protect case that no longer applies.
2006-07-17 Paul EggertDo the setgid test instead of bailing.
2006-07-17 Paul Eggert(main): Adjust to new mode_adjust API.
2006-07-17 Paul Eggert(main): Adjust to new mode_adjust API.
2006-07-17 Paul Eggert(struct mkdir_options): New struct.
2006-07-17 Paul EggertInclude mkancesdirs.h.
2006-07-17 Paul Eggert(process_file): Adjust to mode_adjust API change.
2006-07-17 Paul Eggert(gl_PREREQ): Require gl_MKANCESDIRS.
2006-07-17 Paul Eggert(gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h.
2006-07-17 Paul EggertRemove; no longer needed.
2006-07-17 Paul Eggert(gl_MACROS): Remove gl_AFS.
2006-07-17 Paul Eggert(mode_adjust): New API.
2006-07-17 Paul Eggert(octal_to_mode): New function.
2006-07-17 Paul EggertAdjust to new make_dir_parents API.
2006-07-17 Paul EggertDon't include alloca.h, stdio.h, sys/types.h,
2006-07-17 Paul Eggert(Mode Structure): Modernize the explanation of the
2006-07-17 Paul EggertChange GNU to @acronym{GNU} in a few places.
2006-07-17 Paul EggertInitial version.
2006-07-17 Paul Eggertchmod, install, and mkdir now leave setgid and setuid...
2006-07-16 Jim Meyering* userspec.c (parse_with_separator): Say "invalid spec...
2006-07-14 Paul Eggert(do_decode): Output to parameter OUT, not to stdout.
2006-07-14 Jim Meyering* Makefile.maint (CVS_LIST): Use new file, build-aux...
2006-07-14 Jim Meyering* Makefile.am (EXTRA_DIST): Add a few more .??* files.
2006-07-11 Paul EggertAssume <dirent.h> exists, since gnulib assumes this...
2006-07-11 Paul EggertSync from gnulib.
2006-07-11 Paul Eggert(gl_STDINT_H): Like yesterday's change to
2006-07-10 Paul Eggert(gl_ABSOLUTE_HEADER): Use "" rather than <>
2006-07-09 Jim Meyering*** empty log message ***
2006-07-09 Jim Meyering(TESTS): Add dir2dir.
2006-07-09 Jim Meyering*** empty log message ***
next