Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-21 | *** empty log message *** | Jim Meyering | |
2000-01-21 | (PFI): Return `long', not `int'. | Jim Meyering | |
(PFL): Rename from PFI now that it returns long. (squeeze_filter): Declare as `long': i, nr, out_len. | |||
2000-01-19 | Tweak sort performance. | Jim Meyering | |
(hard_LC_CTYPE): Remove. (keylist): Renamed from keyhead. Now a pointer, not a mostly-unused struct. All uses changed. (findlines, keycompare, CMP_WITH_IGNORE, compare, checkfp, mergefps, sort): Tune and use a more consistent style for reallocation. (keycompare, main): Don't worry about LC_CTYPE; it's buggy with multibyte chars anyway. (compare): Invoke alloca (0) after each call to keycompare, not just the ones that return nonzero. This avoids a memory leak on architectures without builtin alloca that occurs sometimes when a file contains all duplicate lines. | |||
2000-01-19 | *** empty log message *** | Jim Meyering | |
2000-01-19 | (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too. | Jim Meyering | |
Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc defines `struct timespec' in <sys/time.h> | |||
2000-01-19 | *** empty log message *** | Jim Meyering | |
2000-01-19 | *** empty log message *** | Jim Meyering | |
2000-01-19 | Remove 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-17 | fix typo | Jim Meyering | |
2000-01-17 | Revert 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-17 | revert last change, now that quotearg.c is fixed | Jim Meyering | |
2000-01-17 | (quotearg_buffer_restyled): Do not quote | Jim 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-16 | Sync 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-16 | alphabetize a little | Jim Meyering | |
2000-01-16 | *** empty log message *** | Jim Meyering | |
2000-01-16 | . | Jim Meyering | |
2000-01-16 | Remove 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-16 | Require AM_FUNC_GETLOADAVG, jm_SYS_PROC_UPTIME, AM_SYS_POSIX_TERMIOS, and | Jim Meyering | |
jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL. | |||
2000-01-16 | Require 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-16 | Use `changequote(<<,>>)', rather than `changequote(, )' | Jim Meyering | |
because the latter didn't work. | |||
2000-01-16 | *** empty log message *** | Jim Meyering | |
2000-01-16 | Adapt to work with recently updated quotearg.c. | Jim Meyering | |
2000-01-16 | . | Jim Meyering | |
2000-01-16 | Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES. | Jim Meyering | |
2000-01-16 | *** empty log message *** | Jim Meyering | |
2000-01-16 | Sync 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 | |