summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-01-19*** empty log message ***Jim Meyering
2000-01-19Remove uses of changequote altogether.Jim Meyering
2000-01-19.Jim Meyering
2000-01-19.Jim Meyering
2000-01-19.Jim Meyering
2000-01-18(interrupt_handler, main):Jim Meyering
Don't use SA_INTERRUPT to decide whether to call sigaction, as POSIX.1 doesn't require SA_INTERRUPT and some systems (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; it's been part of POSIX.1 since day 1 (in 1988).
2000-01-18*** empty log message ***Jim Meyering
2000-01-18(sighandler, main):Jim Meyering
Don't use SA_INTERRUPT to decide whether to call sigaction, as POSIX.1 doesn't require SA_INTERRUPT and some systems (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; it's been part of POSIX.1 since day 1 (in 1988).
2000-01-18*** empty log message ***Jim Meyering
2000-01-18(interrupt_handler):Jim Meyering
Don't use SA_INTERRUPT to decide whether to call sigaction, as POSIX.1 doesn't require SA_INTERRUPT and some systems (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; it's been part of POSIX.1 since day 1 (in 1988). (install_handler): Use SA_NOCLDSTOP, not _POSIX_VERSION, to decide whether to call sigaction; this fixes an old typo.
2000-01-18*** empty log message ***Jim Meyering
2000-01-18(nanosleep):Jim Meyering
Don't use SA_INTERRUPT to decide whether to call sigaction, as POSIX.1 doesn't require SA_INTERRUPT and some systems (e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead; it's been part of POSIX.1 since day 1 (in 1988).
2000-01-17*** empty log message ***Jim Meyering
2000-01-17.Jim Meyering
2000-01-17*** empty log message ***Jim Meyering
2000-01-17fix typoJim Meyering
2000-01-17Revert this change (they're not the same):Jim Meyering
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
2000-01-17*** empty log message ***Jim Meyering
2000-01-17revert last change, now that quotearg.c is fixedJim Meyering
2000-01-17(quotearg_buffer_restyled): Do not quoteJim Meyering
alert, backslash, formfeed, and vertical tab unnecessarily in shell quoting style.
2000-01-17*** empty log message ***Jim Meyering
2000-01-16*** empty log message ***Jim Meyering
2000-01-16Sync with sh-utils/lib/Makefile.am.Jim Meyering
2000-01-16*** empty log message ***Jim Meyering
2000-01-16(usage): Correct error in %V description.Jim Meyering
From Wolfram Kleff.
2000-01-16alphabetize a littleJim Meyering
2000-01-16*** empty log message ***Jim Meyering
2000-01-16.Jim Meyering
2000-01-16Remove these for now (they're with related code in sh-utils' configure.in)Jim Meyering
AM_SYS_POSIX_TERMIOS jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL
2000-01-16Require AM_FUNC_GETLOADAVG, jm_SYS_PROC_UPTIME, AM_SYS_POSIX_TERMIOS, andJim Meyering
jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.
2000-01-16Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,Jim Meyering
AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME, jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, and AC_FUNC_ALLOCA.
2000-01-16*** empty log message ***Jim Meyering
2000-01-16.Jim Meyering
2000-01-16.Jim Meyering
2000-01-16*** empty log message ***Jim Meyering
2000-01-16Use `changequote(<<,>>)', rather than `changequote(, )'Jim Meyering
because the latter didn't work.
2000-01-16*** empty log message ***Jim Meyering
2000-01-16Adapt to work with recently updated quotearg.c.Jim Meyering
2000-01-16.Jim Meyering
2000-01-16Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.Jim Meyering
2000-01-16*** empty log message ***Jim Meyering
2000-01-16Sync with the version from emacs-20.5.Jim Meyering
(<string.h>): Include if HAVE_STRING_H. (<stdlib.h>): Include if HAVE_STDLIB_H. (alloca): Abort if malloc fails.
2000-01-15.Jim Meyering
2000-01-15.Jim Meyering
2000-01-15sheesh: fix it right this time: gethostname getusershellJim Meyering
2000-01-15Fix typoJim Meyering
s/stpbrk/strpbrk
2000-01-15(AC_REPLACE_FUNCS):Jim Meyering
Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2000-01-15*** empty log message ***Jim Meyering
2000-01-15(AC_REPLACE_FUNCS): Add strpbrk.Jim Meyering
2000-01-15*** empty log message ***Jim Meyering