summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-04-05*** empty log message ***Jim Meyering
1998-04-05(jm_PREREQ_REGEX): New macro.Jim Meyering
(jm_PREREQ): Use it here.
1998-04-04*** empty log message ***Jim Meyering
1998-04-04*** empty log message ***Jim Meyering
1998-04-04(PARAMS): Define.Jim Meyering
1998-04-04.Jim Meyering
1998-04-04Use "%s", not device_name, as the format string, in case theJim Meyering
latter contains `%'.
1998-04-04stty: document new --file/-F optionJim Meyering
1998-04-04.Jim Meyering
1998-04-04*** empty log message ***Jim Meyering
1998-04-04.Jim Meyering
1998-04-04.Jim Meyering
1998-04-04clean up commentsJim Meyering
1998-04-04(valid_options): Parenthesize assignment in while expr.Jim Meyering
(main): Remove dcl of unused `cp'.
1998-04-04Use STREQ in place of strcmp everywhere.Jim Meyering
(valid_options): Indent (main): s/case 'f':/case 'F':/ Tweak error messages to make them consistent. Remove #if-0'd block. Move dcl of fdflags into scope where it's used.
1998-04-04[1998-03-31 Theodore Ts'o <tytso@rsts-11.mit.edu>]Jim Meyering
(main): Fix broken options parsing that worked only by serendipity (getopt_long_only already parsed short options; no need to parse them again manually!). Add support for the --file option, which allows the user to specify the device whose line settings are to be set. This is necessary because POSIX ttys will block waiting for carrier detect to go high if CLOCAL is not set, unless the device is opened with the O_NONBLOCK flag. Unfortunately, the shell doesn't use this flag, so users lose. Opening the device in stty is the easist way to fix this. (speeds): Add support for 230400 and 460800 line speeds, which are supported by Linux.
1998-04-04.Jim Meyering
1998-04-04.Jim Meyering
1998-04-04.Jim Meyering
1998-04-04update commentJim Meyering
1998-04-04Add conditionals so that running `make' in anJim Meyering
unconfigured source directory will get a reasonable diagnostic.
1998-04-04.Jim Meyering
1998-04-04*** empty log message ***Jim Meyering
1998-04-04(aclocal-files): Remove now-unnecessary (withJim Meyering
automake-1.2h and the above change) aclocal-related rules and includes.
1998-04-01*** empty log message ***Jim Meyering
1998-04-01.Jim Meyering
1998-04-01(TESTS): Add cr-1.Jim Meyering
1998-04-01(compare_ctime, rev_cmp_ctime, compare_mtime,Jim Meyering
rev_cmp_mtime, compare_atime, rev_cmp_atime, compare_size, rev_cmp_size): Use file name as secondary sort key to get consistent sorting.
1998-03-31.Jim Meyering
1998-03-31(TYPE_MAXIMUM): Cast result to `(t)' so this macro works with `unsigned char'.Jim Meyering
From Greg Wooledge. (SCHAR_MIN, SCHAR_MAX, SHRT_MIN, SHRT_MAX, LONG_MAX, ULONG_MAX): Define.
1998-03-31Merge with the version from textutils.Jim Meyering
1998-03-31(EXTRA_DIST): Remove mk-script.pl.Jim Meyering
(mk_script): Set to ../mk-script. (x-tests): Use `$(PERL) -w -- $(mk_script)', not ./mk-script. Remove @MAINT@ cruft. (Makefile.am): Likewise. Remove @MAINT@ cruft. Now `missing' will explain the failure when people don't have Perl yet modify a file whose rebuilding would lead to the use of Perl.
1998-03-31add descriptive first-line commentJim Meyering
1998-03-31(rpl_memcmp): Rename from memcmp.Jim Meyering
1998-03-31.Jim Meyering
1998-03-28*** empty log message ***Jim Meyering
1998-03-28Add copyright.Jim Meyering
1998-03-28Add copyright.Jim Meyering
[_AIX]: Add #pragma alloca.
1998-03-27($(ACLOCAL_M4)): Replace old rule with thisJim Meyering
dependency and the := assignment of ACLOCAL to make the default rule use the `-I m4' option.
1998-03-27.Jim Meyering
1998-03-27*** empty log message ***Jim Meyering
1998-03-27remove dcl of unused local, num_regsJim Meyering
1998-03-27cpp-directive aestheticsJim Meyering
1998-03-27new version from UliJim Meyering
1998-03-26.Jim Meyering
1998-03-26(batch_convert): Remove spurious space in error message.Jim Meyering
Reported by Karl Berry.
1998-03-25s/@samp/@email/ for e-mail addressesJim Meyering
1998-03-23.Jim Meyering
1998-03-23.Jim Meyering
1998-03-23update from automake-2.1hJim Meyering