summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-10Accommodate SunOS-NFS-mounting-OpenBSD mkfifoJim Meyering
bug and `exit 77' if the fifo cannot be created. Report and suggestion from Volker Borchert.
2000-03-10*** empty log message ***Jim Meyering
2000-03-10*** empty log message ***Jim Meyering
2000-03-10*** empty log message ***Jim Meyering
2000-03-10Look for getspnam in -lgen, too.Jim Meyering
2000-03-08*** empty log message ***Jim Meyering
2000-03-08(savedir): Work even if directory size isJim Meyering
negative; this can happen with some screwy NFS configurations.
2000-03-08.Jim Meyering
2000-03-07tweak indentationJim Meyering
2000-03-06(get_charset_aliases): Don't try to free file_nameJim Meyering
if it's NULL (because we ran out of memory). From Bruno Haible.
2000-03-06*** empty log message ***Jim Meyering
2000-03-06(struct buffer.newline_free): New member.Jim Meyering
(initbuf, findlines): Set it. (fillbuf): Do not double the size of a full buffer to append a newline unless the buffer is known to be newline free.
2000-03-05*** empty log message ***Jim Meyering
2000-03-05*** empty log message ***Jim Meyering
2000-03-05*** empty log message ***Jim Meyering
2000-03-05*** empty log message ***Jim Meyering
2000-03-05("path-concat.h"): Include.Jim Meyering
(get_charset_aliases): Use path_concat instead of ANSI string concatenation.
2000-03-05*** empty log message ***Jim Meyering
2000-03-05(PARAMS): Define.Jim Meyering
Use it to guard prototype.
2000-03-05.Jim Meyering
2000-03-05*** empty log message ***Jim Meyering
2000-03-04.Jim Meyering
2000-03-04(uninstall-local): Uncomment this rule so `make distcheck' works once again.Jim Meyering
2000-03-04*** empty log message ***Jim Meyering
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