summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-08(gl_PREREQ): Require gl_MEMXFRM, gl_RANDINT, gl_RANDPERM,Paul Eggert
2006-08-08(gl_PREREQ_GETADDRINFO): Use AC_C_RESTRICT, notPaul Eggert
2006-08-08(libcoreutils_a_SOURCES): Add xmemxfrm.c, xmemxfrm.h.Paul Eggert
2006-08-08(shuf invocation, Random sources): New sections.Paul Eggert
2006-08-08Add shuf.Paul Eggert
2006-08-08Add shuf. Mention new --random-source option for shred and sort.Paul Eggert
2006-08-08Add shuf.Paul Eggert
2006-07-29(set_author): Preserve the st_author field via thePaul Eggert
2006-07-28chmod 0755 DIR and chmod 755 DIR are now equivalent.Paul Eggert
2006-07-28chmod now preserves setuid and setgid bits on directoriesPaul Eggert
2006-07-28Clear setuid and setuid bits on directory, in case the buildPaul Eggert
2006-07-28Use symbolic mode so that we clearPaul Eggert
2006-07-28Remove obsolete comment about masks.Paul Eggert
2006-07-28(mode_compile): Numeric modes now affect setuid andPaul Eggert
2006-07-28(Changing Special Mode Bits): Clarify u+s versusPaul Eggert
2006-07-28(install invocation, mkdir invocation):Paul Eggert
2006-07-27* src/chgrp.c (usage): Use correct grammar in description of the --reference ...Jim Meyering
2006-07-26* src/copy.c (set_author) [HAVE_STRUCT_STAT_ST_AUTHOR]:Jim Meyering
2006-07-26* tests/ls/stat-failed: Adapt to match new expected output.Jim Meyering
2006-07-26* src/ls.c (print_color_indicator): Test for S_IFREG first, ratherJim Meyering
2006-07-26Checking in a change from Paul.Jim Meyering
2006-07-26Prepare for the above change.Jim Meyering
2006-07-26* src/ls.c: Correct indentation/formatting in a few places.Jim Meyering
2006-07-25Clarify the "chmod 0500" news, and correct the vaguePaul Eggert
2006-07-25Use "chmod 0500" rather than "chmod 500".Paul Eggert
2006-07-25(Directory Setuid and Setgid): Explain that this is aPaul Eggert
2006-07-25* src/ls.c (gobble_file): When handling a stat-failed entry,Jim Meyering
2006-07-25* tests/ls-2/tests (no-a-isdir-b): Update to reflect additionJim Meyering
2006-07-25*** empty log message ***Jim Meyering
2006-07-25* src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks.Jim Meyering
2006-07-25* src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks.Jim Meyering
2006-07-25Get --dired offsets right when handling stat-failed entries.Jim Meyering
2006-07-25* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized theJim Meyering
2006-07-25* src/ls.c (gobble_file): Make it so failure to stat aJim Meyering
2006-07-25* src/ls.c: Declare stat_failed to be "bool", not "int" everywhere.Jim Meyering
2006-07-25* src/ls.c [enum filetype] (command_line): Remove member. Not needed.Jim Meyering
2006-07-25* src/ls.c: Apply the stat-failed parts of Red Hat'sJim Meyering
2006-07-25.Jim Meyering
2006-07-25vc-list-files: Handle git repositories, too.Jim Meyering
2006-07-25* src/df.c (n_valid_args): Declare global to be static.Jim Meyering
2006-07-24Skip this test on reiserfs, since that file system lacks d_type support.Jim Meyering
2006-07-23Update to reflect recent changes to coreutils.texi.Paul Eggert
2006-07-23(Mode Structure, Symbolic Modes, Numeric Modes): Be more carefulPaul Eggert
2006-07-22(Mode Structure): The restricted deletion flagPaul Eggert
2006-07-22(What information is listed): Clarify that the restricted deletionPaul Eggert
2006-07-22Split closeout into close-stream and closeout.Paul Eggert
2006-07-22(close_stdout): Use new function close_stream.Paul Eggert
2006-07-22Initial revision.Paul Eggert
2006-07-22(gl_PREREQ): Require gl_CLOSE_STREAM.Paul Eggert
2006-07-21* src/su.c (usage): Correct typo in --help output: s/commmand/command/Jim Meyering