summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-18*** empty log message ***Jim Meyering
2003-08-18bump serial numberJim Meyering
2003-08-18.Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18Remove space before TAB.Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18Use `[\t ]', not [ \t] (where \t is a literal TAB).Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18(textdomain, bindtextdomain) [! ENABLE_NLS]: Define away,Jim Meyering
to avoid warnings from gcc.
2003-08-18.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18add a few, to let me check in Paul's big merge from gnulibJim Meyering
2003-08-18undo last change -- duhJim Meyering
2003-08-18.Jim Meyering
2003-08-18Add a bunch so I can commit Paul's big merge from gnulibJim Meyering
2003-08-18Sync with gnulib, and indent nested cpp directives.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18Sync with gnulib.Jim Meyering
2003-08-18*** empty log message ***Jim Meyering
2003-08-18Merge from gnulib.Jim Meyering
(libfetish_a_SOURCES): Remove getndelim2.c, getndelim2.h, xstrtoimax.c. Add localcharset.h. (CLEANFILES, SUFFIXES): Initialize to empty. (EXTRA_DIST): Add getndelim2.c, getndelim2.h. (install-exec-local): Use $(GLIBC21), not @GLIBC21@. Do not mkdir libdir if not glibc21. (charset.alias): @host@ -> $(host). (SUFFIXES, .sin.sed, CLEANFILES): Reorder rules to match gnulib module suggestions.
2003-08-18Include <stdbool.h>, <limits.h>.Jim Meyering
(_POSIX_NAME_MAX): Define if not defined. (MIN): New macro. (same_name): If file names are silently truncated, report that the file names are the same if they are the same after the silent truncation.
2003-08-17*** empty log message ***Jim Meyering
2003-08-17New file, from gnulib.Jim Meyering
2003-08-17Sync with gnulib.Jim Meyering
2003-08-17.Jim Meyering
2003-08-17(fu_cv_sys_truncating_statfs): Remove; now done by gnulib .m4 files.Jim Meyering
(jm_DUMMY_1): Require gl_READUTMP, not jm_PREREQ_READUTMP.
2003-08-17(strtoull): Remove unused declaration.Jim Meyering
2003-08-17(who invocation): Begin adding missing option documentation.Jim Meyering
2003-08-17(who invocation): Add an entry for -l, --login.Jim Meyering
Remove `-l' from the entry for --lookup.
2003-08-17*** empty log message ***Jim Meyering
2003-08-17Avoid unnecessary and sometimes time-consuming hostname lookups.Jim Meyering
(print_user): Likewise. This fixes a typo I introduced in who-users.c on 1996-02-23.
2003-08-17Avoid unnecessary and sometimes time-consuming hostname lookups.Jim Meyering
(print_entry): Likewise. This fixes a typo I introduced in who-users.c on 1996-02-23.
2003-08-17(makefile-check): Add 0-9 to the range of characters disallowed between `@...@'.Jim Meyering
2003-08-17*** empty log message ***Jim Meyering
2003-08-17*** empty log message ***Jim Meyering
2003-08-17.Jim Meyering
2003-08-17(TESTS): Add tail-n0f.Jim Meyering
2003-08-16(.x.1): `@'-prefix a few commandsJim Meyering
2003-08-16use only -f, not -rfJim Meyering
2003-08-16*** empty log message ***Jim Meyering
2003-08-16(.x.1): Ensure that generated PROGRAM.1 files are read-only.Jim Meyering
2003-08-16*** empty log message ***Jim Meyering
2003-08-16(tail_lines): Fix a potential (but very hard to exercise)Jim Meyering
race condition bug. The bug would be triggered when tailing a file with file pointer not at beginning of file, and where the file was truncated to have a length of less than the initial offset at just the right moment (between the two lseek calls in this function).
2003-08-16An invalid initial value for *read_pos would result inJim Meyering
`tail -n0 -f FILE' and `tail -c0 -f FILE' doing what amounted to a busy-wait rather than sleeping between iterations. The bug manifests itself only when tailing regular files that are initially nonempty. (tail_bytes): Set *read_pos to new file offset after each xlseek call. (tail_lines): Likewise, after lseek calls.
2003-08-16(tail_bytes): Set *read_pos to new file offset after each xlseek call.Jim Meyering
(tail_lines): Likewise, after lseek calls.
2003-08-16*** empty log message ***Jim Meyering