Commit Graph

8170 Commits

Author SHA1 Message Date
Jim Meyering edaeb62db6 *** empty log message *** 2000-03-05 06:52:33 +00:00
Jim Meyering e89ea03496 . 2000-03-04 21:14:51 +00:00
Jim Meyering cd740223b3 (uninstall-local): Uncomment this rule so `make distcheck' works once again. 2000-03-04 21:10:21 +00:00
Jim Meyering a82d3db454 *** empty log message *** 2000-03-04 20:15:07 +00:00
Jim Meyering cea52734ee (install-exec-local): Create $(libdir) before installing into it. 2000-03-04 20:15:03 +00:00
Jim Meyering b52c000d3b *** empty log message *** 2000-03-04 18:17:12 +00:00
Jim Meyering 31d214cd3a *** empty log message *** 2000-03-04 18:16:39 +00:00
Jim Meyering 54d12f7edd Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE,
marke it as such and ignore it forever after.
(struct File_spec): New member.
(recheck): Initialize new member.
(tail_file): Likewise.
(tail_forever): Skip the file if it's marked as ignorable.
2000-03-04 18:16:21 +00:00
Jim Meyering f600c4d144 *** empty log message *** 2000-03-04 14:31:34 +00:00
Jim Meyering 049ca98c74 Don't get failed assertion for `tail -f directory'.
Revert most of 1999-10-20 change.  Instead, ...
(IS_TAILABLE_FILE_TYPE): Define to produce similar result.
(recheck): Use it here.
(tail_file): Use it here.
2000-03-04 14:31:29 +00:00
Jim Meyering 7b2d50e3af . 2000-03-04 12:53:49 +00:00
Jim Meyering e099a4b5ed . 2000-03-04 12:53:29 +00:00
Jim Meyering 29d3ba4a7b Include "unicodeio.h".
(usage): Mention \u and \U directives. \x outputs a byte, not a
character.
(print_esc): Implement \u and \U.
2000-03-04 12:52:35 +00:00
Jim Meyering 28334dafe4 (<errno.h>): Include it.
(errno): Declare if not defined.
2000-03-04 12:35:47 +00:00
Jim Meyering 45758bf193 . 2000-03-04 12:23:14 +00:00
Jim Meyering 8cad33941c . 2000-03-04 12:22:47 +00:00
Jim Meyering fd6c956d13 *** empty log message *** 2000-03-04 12:22:45 +00:00
Jim Meyering bb72a58753 *** empty log message *** 2000-03-04 12:22:14 +00:00
Jim Meyering be7c99efe2 *** empty log message *** 2000-03-04 12:19:57 +00:00
Jim Meyering 1999eb9197 copyright 2000-03-04 12:14:57 +00:00
Jim Meyering 8221bfd7cc *** empty log message *** 2000-03-04 08:11:22 +00:00
Jim Meyering 1a8f8ca40c (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, for lib/localcharset.c. 2000-03-04 08:11:18 +00:00
Jim Meyering 634dad84ba Add Bruno's comment justifying use of volatile. 2000-03-04 07:57:35 +00:00
Jim Meyering 871812bcec New version, incorporating remarks from a linux
i18n mailing list.  From Bruno Haible.
2000-03-04 07:53:33 +00:00
Jim Meyering 14b2e25723 *** empty log message *** 2000-03-03 21:48:23 +00:00
Jim Meyering 2f8ecdbb34 *** empty log message *** 2000-03-03 21:48:02 +00:00
Jim Meyering 26963dfc15 Make it so stty's rprnt attribute works on HPUX 10.20.
[CREPRINT && !CRPRNT] (CRPRNT): Define.
(control_info): Recognize HPUX's CREPRINT.
2000-03-03 21:47:59 +00:00
Jim Meyering 449de5e30c . 2000-03-03 12:28:28 +00:00
Jim Meyering aa077d5438 *** empty log message *** 2000-03-03 12:24:11 +00:00
Jim Meyering 1a371e5119 Make sure re_compile_pattern accepts patterns like `{1'. 2000-03-03 12:23:47 +00:00
Jim Meyering c1fcde2307 *** empty log message *** 2000-03-03 12:21:32 +00:00
Jim Meyering e219c94cdf *** empty log message *** 2000-03-03 08:25:29 +00:00
Jim Meyering fdd07a7508 . 2000-03-03 08:25:13 +00:00
Jim Meyering 2c43f8c612 (fillbuf): Move declaration of local, cc, into scope of
`while' loop where it's used.
2000-03-03 08:24:16 +00:00
Jim Meyering 8e1e6d357a Big performance improvement when sorting many small files,
building on a suggestion by Charles Randall.

(fillbuf): Skip memmove if it would be a no-op,
as many memmove implementations are slow in that case.
Don't examine leftover bytes for eolchar, since they may be left
over from a previous file, and we want to read from this file.

(sort): At end of file, if there is more input and buffer room,
concatenate the next input file.
2000-03-03 08:18:48 +00:00
Jim Meyering 8b8685ef31 *** empty log message *** 2000-03-03 08:12:51 +00:00
Jim Meyering 326489aecd *** empty log message *** 2000-03-03 08:05:27 +00:00
Jim Meyering d2b51acd38 (EXTRA_DIST): Add config.charset. 2000-03-02 15:28:23 +00:00
Jim Meyering b9a2465910 wrap lines and reformat @examples a little to avoid
`Overfull \hbox ... too wide' warnings
2000-03-02 12:33:06 +00:00
Jim Meyering c82129a317 make example narrower to avoid `Overfull \hbox ... too wide' warning 2000-03-02 12:30:39 +00:00
Jim Meyering 68773fe3f1 *** empty log message *** 2000-03-02 12:24:21 +00:00
Jim Meyering b1307f5aff (printf invocation): Describe new unicode syntax.
From Bruno Haible.
2000-03-02 12:24:00 +00:00
Jim Meyering 3af9591bb8 *** empty log message *** 2000-03-02 09:44:56 +00:00
Jim Meyering 169f13cd05 Require AC_HEADER_TIME before the cache check so
the messages come out on separate lines.
2000-03-02 09:44:43 +00:00
Jim Meyering 18341ac6a9 *** empty log message *** 2000-03-02 09:09:08 +00:00
Jim Meyering b79b91615f . 2000-03-02 09:09:02 +00:00
Jim Meyering cae99570f4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, rather than jm_CHECK_DECLARATIONS. 2000-03-02 09:08:32 +00:00
Jim Meyering 00ede118ac *** empty log message *** 2000-03-02 09:05:33 +00:00
Jim Meyering 62bef312ad (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. 2000-03-02 09:05:28 +00:00
Jim Meyering e1bf326a99 (getlogin, ttyname, geteuid): Declare them here, if needed. 2000-03-02 09:04:06 +00:00