summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-08-15*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15(sc_sun_os_names): Use exclusion list in separate file.Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15(sc_space_tab): Use exclusion list in separate file.Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15Remove some SPACEs before TAB.Jim Meyering
2003-08-15.Jim Meyering
2003-08-15(ASSORT): New var.Jim Meyering
(all_programs): Use it.
2003-08-15(ASSORT): New var.Jim Meyering
(check-README, ../AUTHORS): Use it.
2003-08-15(ASSORT): New var.Jim Meyering
(check-x-vs-1, programs): Use it.
2003-08-15(LC_ALL): Set to C.Jim Meyering
2003-08-15regenerateJim Meyering
2003-08-15.Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15Include "physmem.h" before system includes.Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15(gl_FUNC_UTIMES): Use `conftest.utimes' as the testJim Meyering
file name, not `x'. The former will be removed automatically.
2003-08-13(Makefile.am): Remove README.Jim Meyering
2003-08-13.Jim Meyering
2003-08-13.Jim Meyering
2003-08-13regenerateJim Meyering
2003-08-13Simplify.Jim Meyering
2003-08-13*** empty log message ***Jim Meyering
2003-08-13Remove extra copy of cvs-diff-check rule.Jim Meyering
Remove reference to config-log.
2003-08-13(syntax checks): Use cvsu more (so we check onlyJim Meyering
version-controlled files), rather than hard-coding exclusions for generated files like cppi.c.
2003-08-13new version from autoconfJim Meyering
2003-08-12*** empty log message ***Jim Meyering
2003-08-12Add Irish (ga).Jim Meyering
2003-08-12version: 5.0.90Jim Meyering
2003-08-12grammar tweakJim Meyering
2003-08-11*** empty log message ***Jim Meyering
2003-08-11.Jim Meyering
2003-08-11.Jim Meyering
2003-08-11fold -s -wN would infloop for N < 8 with TABs in the input.Jim Meyering
E.g., this would not terminate: printf 'a\tb' | fold -w2 -s (fold_file): Move contents of `else'-block out of conditional so it's used also for --spaces (-s).
2003-08-11test for fix of 2003-08-11Jim Meyering