Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-22 | Call AC_PROG_CC_STDC just before AC_C_CONST. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | [HAVE_WCTYPE_H]: Include <wctype.h>. | Jim Meyering | |
2000-01-22 | (jm_PREREQ_QUOTEARG): Add wctype.h. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | Merge the three lists of headers. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from textutils' configure.in | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from sh-utils' configure.in | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from fileutils' configure.in | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (dir_name): Support for DOS-style file names with drive letters. | Jim Meyering | |
2000-01-22 | tack on the one from fileutils/lib | Jim Meyering | |
2000-01-22 | . | Jim Meyering | |
2000-01-22 | Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. | Jim Meyering | |
Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. | |||
2000-01-22 | (_jm_DECL_HEADERS): Define new function. | Jim Meyering | |
(jm_CHECK_DECLARATIONS): Require it. | |||
2000-01-22 | Revert to using #if HAVE_STDLIB_H | Jim Meyering | |
to guard inclusion of <stdlib.h>. | |||
2000-01-22 | Guard inclusion of <stdlib.h> with `#if STDC_HEADERS', | Jim Meyering | |
not `#if HAVE_STDLIB_H'. The former wasn't defined. Use #if rather than #ifdef. Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. (jm_CHECK_DECLARATIONS): Add strtoul strtoull. | |||
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (seq --format): Mention that integer formats are accepted, too. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | Topologically sort the functions and remove fwd declarations. | Jim Meyering | |
2000-01-22 | (enum Format_type): Declare. | Jim Meyering | |
(format_type): New global to take place of intconv. (DO_printf): New macro. (main): Use it. | |||
2000-01-22 | Add new tests for the new functionality. | Jim Meyering | |
2000-01-22 | Add support for octal and hexadecimal output. | Jim Meyering | |
(intconv): New variable. (usage): Update. (main): Call scan_arg instead of scan_double_arg. Call check_format before scan_arg. (scan_int_arg, scan_arg): New functions. (check_format): Add intconv argument. Accept %d, %u, %o, %x, %X. (print_numbers): If intconv is true, pass an int argument to printf. | |||
2000-01-22 | . | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (ISDIGIT): Define. | Jim Meyering | |
(strverscmp): Use ISDIGIT, not isdigit. | |||
2000-01-22 | . | Jim Meyering | |
2000-01-22 | (o-rep-1, o-rep-2): New tests. | Jim Meyering | |
2000-01-22 | ("xstrtol.h"): Include. | Jim Meyering | |
(Filter): Rename from PFL. (non_neg_strtol): Remove function. (find_bracketed_repeat): Use xstrtoul instead of non_neg_strtol. (squeeze_filter, set_initialize, main): Use size_t and ssize_t in place of long and int in several decls. (read_and_delete, read_and_xlate): Likewise, and remove assertion. | |||
2000-01-21 | *** empty log message *** | Jim Meyering | |
2000-01-21 | Correct copying notice to use GPL, per author's request. | Jim Meyering | |
(AUTHORS): Add djm. | |||
2000-01-21 | Correct copying notice to use GPL, per author's request. | Jim Meyering | |
2000-01-21 | *** empty log message *** | Jim Meyering | |
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 | |