summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2000-03-01*** empty log message ***Jim Meyering
2000-03-01New file from Bruno.Jim Meyering
2000-03-01New file from Bruno.Jim Meyering
filter through cppi
2000-03-01New file from Bruno.Jim Meyering
One portability tweak: guard inclusion of stddef.h.
2000-03-01Guard some #includes with `#if HAVE_...'.Jim Meyering
2000-03-01new file, from BrunoJim Meyering
2000-03-01Describe eq-wid-2 failure conditions.Jim Meyering
2000-03-01.Jim Meyering
2000-03-01*** empty log message ***Jim Meyering
2000-03-01.Jim Meyering
2000-03-01(get_width_format): Fix portability problem with `-0' vs. `0'.Jim Meyering
2000-03-01.Jim Meyering
2000-03-01.Jim Meyering
2000-02-29(decode_switches): Remove `e' from getopt_long's list ofJim Meyering
option characters. Reported by John Summerfield.
2000-02-29*** empty log message ***Jim Meyering
2000-02-29(make_blank): Add an explicit cast to `unsigned char *'Jim Meyering
to placate HPUX's C compiler. Reported by Bob Proulx.
2000-02-29split a long lineJim Meyering
2000-02-28*** empty log message ***Jim Meyering
2000-02-28(ALERT_CHAR): New macro.Jim Meyering
(quotearg_buffer_restyled): Use it.
2000-02-28*** empty log message ***Jim Meyering
2000-02-28Use ginstall, not install.Jim Meyering