summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-04(install-exec-local): Create $(libdir) before installing into it.Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04Once we encounter a file that is not of IS_TAILABLE_FILE_TYPE,Jim Meyering
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*** empty log message ***Jim Meyering
2000-03-04Don't get failed assertion for `tail -f directory'.Jim Meyering
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.Jim Meyering
2000-03-04.Jim Meyering
2000-03-04Include "unicodeio.h".Jim Meyering
(usage): Mention \u and \U directives. \x outputs a byte, not a character. (print_esc): Implement \u and \U.
2000-03-04(<errno.h>): Include it.Jim Meyering
(errno): Declare if not defined.
2000-03-04.Jim Meyering
2000-03-04.Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04copyrightJim Meyering
2000-03-04*** empty log message ***Jim Meyering
2000-03-04(jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, for lib/localcharset.c.Jim Meyering
2000-03-04Add Bruno's comment justifying use of volatile.Jim Meyering
2000-03-04New version, incorporating remarks from a linuxJim Meyering
i18n mailing list. From Bruno Haible.
2000-03-03*** empty log message ***Jim Meyering
2000-03-03*** empty log message ***Jim Meyering
2000-03-03Make it so stty's rprnt attribute works on HPUX 10.20.Jim Meyering
[CREPRINT && !CRPRNT] (CRPRNT): Define. (control_info): Recognize HPUX's CREPRINT.
2000-03-03.Jim Meyering
2000-03-03*** empty log message ***Jim Meyering
2000-03-03Make sure re_compile_pattern accepts patterns like `{1'.Jim Meyering
2000-03-03*** empty log message ***Jim Meyering
2000-03-03*** empty log message ***Jim Meyering
2000-03-03.Jim Meyering
2000-03-03(fillbuf): Move declaration of local, cc, into scope ofJim Meyering
`while' loop where it's used.
2000-03-03Big performance improvement when sorting many small files,Jim Meyering
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*** empty log message ***Jim Meyering
2000-03-03*** empty log message ***Jim Meyering
2000-03-02(EXTRA_DIST): Add config.charset.Jim Meyering
2000-03-02wrap lines and reformat @examples a little to avoidJim Meyering
`Overfull \hbox ... too wide' warnings
2000-03-02make example narrower to avoid `Overfull \hbox ... too wide' warningJim Meyering
2000-03-02*** empty log message ***Jim Meyering
2000-03-02(printf invocation): Describe new unicode syntax.Jim Meyering
From Bruno Haible.
2000-03-02*** empty log message ***Jim Meyering
2000-03-02Require AC_HEADER_TIME before the cache check soJim Meyering
the messages come out on separate lines.
2000-03-02*** empty log message ***Jim Meyering
2000-03-02.Jim Meyering
2000-03-02(jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, rather than ↵Jim Meyering
jm_CHECK_DECLARATIONS.
2000-03-02*** empty log message ***Jim Meyering
2000-03-02(AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.Jim Meyering
2000-03-02(getlogin, ttyname, geteuid): Declare them here, if needed.Jim Meyering
2000-03-02.Jim Meyering
2000-03-02(show_point): Ignore shortcuts based on pathJim Meyering
prefixes that are loop file system mount points, since they yield undesirable output.
2000-03-01(DEFS): Add -DLIBDIR=...Jim Meyering
(libfetish_a_SOURCES): Add localcharset.c and unicodeio.c. (noinst_HEADERS): Add unicodeio.h. (all-local, install-exec-local, charset.alias): New targets.
2000-03-01*** empty log message ***Jim Meyering