summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-30Include `count' keyword in man page synopsis,Jim Meyering
per suggestion from http://bugs.debian.org/181585.
2006-01-27(L_): Renamed from L. All uses changed.Paul Eggert
2006-01-26Sync stdbool from gnulib.Paul Eggert
2006-01-25Merge stdbool from gnulib; we're still not quite there yet.Paul Eggert
2006-01-25(true, false) [defined __BEOS__]: undef, as before.Paul Eggert
(_Bool) [!@HAVE__BOOL@ && defined __GNUC__]: Use an enum rather than a #define.
2006-01-25(AC_HEADER_STDBOOL): Add some comments.Paul Eggert
2006-01-25.Jim Meyering
2006-01-25.Jim Meyering
2006-01-25Remove this:Jim Meyering
^lib/readutmp.h
2006-01-25Remove useless parentheses in cpp directive.Jim Meyering
2006-01-25remove fileblocks.cJim Meyering
2006-01-25*** empty log message ***Jim Meyering
2006-01-25Remove useless parentheses in cpp directive.Jim Meyering
2006-01-24(show_dev): If the file system claims to have more available than totalPaul Eggert
blocks, report the number of used blocks as being total - available (a negative number) rather than as garbage.
2006-01-24*** empty log message ***Jim Meyering
2006-01-24New file. Test for today's fix.Jim Meyering
2006-01-24(TESTS): Add append-only.Jim Meyering
2006-01-24(check-root): Add tail-2/append-onlyJim Meyering
2006-01-24*** empty log message ***Jim Meyering
2006-01-24(gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).Jim Meyering
Reported by Mark D. Baushke.
2006-01-24tweak wording so as to pass `remedial English class' :-)Jim Meyering
2006-01-24tail -f once again works on a file with the append-onlyJim Meyering
attribute (affects at least Linux ext2, ext3, xfs file systems)
2006-01-24*** empty log message ***Jim Meyering
2006-01-24*** empty log message ***Jim Meyering
2006-01-24(tail_forever): Don't exit-nonzero when an attemptJim Meyering
to put a regular file in O_NONBLOCK mode fails with EPERM. That happens on Linux when using tail -f on a file with the append-only attribute. Reported by Dean Gaudet. For details, see http://savannah.gnu.org/bugs/?func=detailitem&item_id=15473.
2006-01-24Import from gnulib.Paul Eggert
2006-01-23*** empty log message ***Jim Meyering
2006-01-23*** empty log message ***Jim Meyering
2006-01-23Remove unused definition of N_.Jim Meyering
2006-01-22.Jim Meyering
2006-01-22(quotearg_buffer_restyled): Add "default: break;"Paul Eggert
to pacify gcc -Wswitch-default.
2006-01-21.Jim Meyering
2006-01-21*** empty log message ***Jim Meyering
2006-01-21Mention fts-related improvements and bug fixes.Jim Meyering
2006-01-21* lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignorePaul Eggert
rather than -Xlinker -z -Xlinker ignore, as it's more portable.
2006-01-21(gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignorePaul Eggert
rather than -Xlinker -z -Xlinker ignore, as it's more portable.
2006-01-19*** empty log message ***Jim Meyering
2006-01-19(pfx-1, pfx-2): New tests, to demonstrate the bugJim Meyering
reported as http://bugs.debian.org/147577. Forwarded by Thomas Hood.
2006-01-18*** empty log message ***Jim Meyering
2006-01-18(TESTS): Add long-from-unreadable.Jim Meyering
2006-01-17.Jim Meyering
2006-01-17(openat_needs_fchdir): New function.Jim Meyering
2006-01-17*** empty log message ***Jim Meyering
2006-01-17(openat_needs_fchdir): Declare it.Jim Meyering
2006-01-17*** empty log message ***Jim Meyering
2006-01-17(gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.Jim Meyering
2006-01-17*** empty log message ***Jim Meyering
2006-01-17New test, to exercise one small corner of fts.c.Jim Meyering
2006-01-17Include "openat.h".Jim Meyering
Don't include "lchown.h". (restricted_chown): Accept a new parameter, CWD_FD, and use it in calling openat, lchownat, chownat, rather than open, lchown, chown. Update caller.
2006-01-17Now that fts no longer changes the current working directory, adjustJim Meyering
its clients accordingly -- note that du.c uses fts but doesn't need any adjustment, since it doesn't operate on the actual files, but rather just uses the stat buffers provided by fts. Include "openat.h". (process_file): Use chmodat (fts->fts_cwd_fd,... in place of chmod (...