summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-09Regenerate.Paul Eggert
2006-08-09Sync from gnulib.Paul Eggert
2006-08-09Sync from gnulib.Paul Eggert
2006-08-09Warn about oflag=append without conv=notrunc.Paul Eggert
2006-08-09Add mlterm, rxvt-unicode; this fixes Debian bug 317503.Paul Eggert
2006-08-09Regenerate.Paul Eggert
2006-08-09Regenerate.Paul Eggert
2006-08-09Add shuf.Paul Eggert
2006-08-09* LINGUAS: Add ro, sr, uk, wa.Paul Eggert
2006-08-09Remove the po-update procedure; it doesn'tPaul Eggert
2006-08-09Fix too-long line in 2006-08-08 checkin, and an encoding errorPaul Eggert
2006-08-09(my-distcheck): Compile with -Wpointer-arithPaul Eggert
2006-08-09(next_line): New function.Paul Eggert
2006-08-09Add a compile-time check to ensure that filetypeJim Meyering
2006-08-09Remove use of --seed=S.Jim Meyering
2006-08-09Include <config.h>.Jim Meyering
2006-08-09Add lib/randread.c, lib/xmemxfrm.c, and src/shuf.c.Jim Meyering
2006-08-08Fix typo in latest changelog entry: restrict.m4 wasn't logged right.Paul Eggert
2006-08-08Add shuf, better random number generation, and fix sort -R inPaul Eggert
2006-08-08Remove, since we no longer need gl_RESTRICT.Paul Eggert
2006-08-08Remove; its contents are now in ../lib/rand-isaac.c.Paul Eggert
2006-08-08New file, introduced for shuf, sort -R, and/or shred.Paul Eggert
2006-08-08(TESTS): Add shuf.Paul Eggert
2006-08-08Use new random-number interface rather than rand-isaac.c.Paul Eggert
2006-08-08Use new random-number interface rather than rand-isaac.c.Paul Eggert
2006-08-08(bin_PROGRAMS): Add shuf.Paul Eggert
2006-08-08(dist_man_MANS): Add shuf.1.Paul Eggert
2006-08-08Add shuf.1.Paul Eggert
2006-08-08(gl_TIME_R): Use AC_C_RESTRICT, notPaul Eggert
2006-08-08(gl_PREREQ_REGEX): Use AC_C_RESTRICT, not gl_C_RESTRICT, since wePaul Eggert
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