summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-26define and use AUTHORSJim Meyering
1999-03-26No longer include long-options.h.Jim Meyering
Include version-etc.h instead. (PROGRAM_NAME): Define. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version.
1999-03-26.Jim Meyering
1999-03-26(libfu_a_SOURCES): Add version-etc.c.Jim Meyering
(noinst_HEADERS): Add version-etc.h.
1999-03-26(parse_long_options): Remove version-, copyright-,Jim Meyering
and author-printing code. Do it via version_etc.
1999-03-26*** empty log message ***Jim Meyering
1999-03-26(GETOPT_HELP_CHAR): Define.Jim Meyering
(GETOPT_VERSION_CHAR): Define. (GETOPT_HELP_OPTION_DECL): Define. (GETOPT_VERSION_OPTION_DECL): Define. (case_GETOPT_HELP_CHAR): Define. (case_GETOPT_VERSION_CHAR): Define.
1999-03-26No longer include long-options.h.Jim Meyering
Include version-etc.h instead. (PROGRAM_NAME): Define. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version.
1999-03-26No longer include long-options.h.Jim Meyering
Include version-etc.h instead. (PROGRAM_NAME): Define. [long_options]: Add entries for --help and --version. Remove parse_long_options call. (main) [getopt switch]: Add a case for each of --help and --version.
1999-03-25(recheck): Factor out a block of duplicated code.Jim Meyering
Set f->size to 0 upon encountering a new file so we read it from the beginning rather than from then end of the first line or block. Otherwise, after a log rotation, tail would omit the first line or block of the new file. Reported by Ed Avis.
1999-03-25*** empty log message ***Jim Meyering
1999-03-24*** empty log message ***Jim Meyering
1999-03-24import 1.010Jim Meyering
1999-03-22*** empty log message ***Jim Meyering
1999-03-22tweak usage message -- from KarlJim Meyering
1999-03-22*** empty log message ***Jim Meyering
1999-03-21*** empty log message ***Jim Meyering
1999-03-21import latestJim Meyering
1999-03-20.Jim Meyering
1999-03-20.Jim Meyering
1999-03-20*** empty log message ***Jim Meyering
1999-03-20s/jm_WITH_REGEX/jm_INCLUDED_REGEX/Jim Meyering
1999-03-20*** empty log message ***Jim Meyering
1999-03-20(jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.Jim Meyering
Don't depend on AM_GLIBC. Suggestions from Alain Magloire.
1999-03-20*** empty log message ***Jim Meyering
1999-03-20Don't modify PATH just to get GNU nice. Instead, tryJim Meyering
to find an absolute path for GNU nice. From Bruno Haible.
1999-03-20*** empty log message ***Jim Meyering
1999-03-20*** empty log message ***Jim Meyering
1999-03-20[WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h.Jim Meyering
Required by SCO ODT 2.0 systems. Reported by William Bader.
1999-03-20*** empty log message ***Jim Meyering
1999-03-20*** empty log message ***Jim Meyering
1999-03-20(jm_WINSIZE_IN_PTEM): New macro.Jim Meyering
1999-03-18.Jim Meyering
1999-03-18(remove_cwd_entries): Reflect changes in hash_insert.Jim Meyering
(remove_init): Call hash_initialize with one more argument.
1999-03-17.Jim Meyering
1999-03-17*** empty log message ***Jim Meyering
1999-03-17(is_prime): Return bool rather than int.Jim Meyering
1999-03-16import latestJim Meyering
1999-03-15tweak commentsJim Meyering
add curlies use assert(0) in place of abort
1999-03-15*** empty log message ***Jim Meyering
1999-03-15Revamp to allow fine-tuning to control when and by howJim Meyering
much the table grows and shrinks. (next_prime): Don't assert. (hash_reset_tuning): New function. (check_tuning): New function. (hash_initialize): Accept and use new tuning parameter. (hash_rehash): Rewrite, updating for tuning. (hash_insert): Honor tuning semantics. (hash_delete): Likewise. From François Pinard.
1999-03-15(struct hash_tuning): Define.Jim Meyering
(struct hash_table) [tuning]: Add member. (hash_initialize): Add `tuning' parameter.
1999-03-15(hash_insert): Update prototype.Jim Meyering
1999-03-15(hash_insert): Remove last parameter and change semantics.Jim Meyering
(hash_insert): Don't increment n_entries unconditionally -- otherwise, we'd do so even when the insertion failed. From François Pinard.
1999-03-14.Jim Meyering
1999-03-13(tac_mem): `#if-0'-out this unused function.Jim Meyering
(tac_stdin_to_mem): Likewise.
1999-03-13.Jim Meyering
1999-03-13.Jim Meyering
1999-03-13(cut invocation): Describe --output-delimiter.Jim Meyering
1999-03-13*** empty log message ***Jim Meyering