Age | Commit 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-04 | Once 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-04 | Don'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-04 | Include "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-04 | copyright | Jim 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-04 | Add Bruno's comment justifying use of volatile. | Jim Meyering | |
2000-03-04 | New version, incorporating remarks from a linux | Jim 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-03 | Make 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-03 | Make 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 of | Jim Meyering | |
`while' loop where it's used. | |||
2000-03-03 | Big 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-02 | wrap lines and reformat @examples a little to avoid | Jim Meyering | |
`Overfull \hbox ... too wide' warnings | |||
2000-03-02 | make example narrower to avoid `Overfull \hbox ... too wide' warning | Jim 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-02 | Require AC_HEADER_TIME before the cache check so | Jim 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 path | Jim 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 | |