Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-23 | (libfetish_a_SOURCES): Remove explicit mention of obstack.c. | Jim Meyering | |
2000-01-23 | (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): | Jim Meyering | |
AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same. | |||
2000-01-23 | version-control: never | Jim Meyering | |
2000-01-23 | . | Jim Meyering | |
2000-01-22 | . | Jim Meyering | |
2000-01-22 | (keycompare): Use global, hard_LC_COLLATE in place of | Jim Meyering | |
local that is sometimes undeclared. | |||
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | |
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. [TESTING] (main): New function. | |||
2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | |
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. | |||
2000-01-22 | *** empty log message *** | Jim Meyering | |
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 | |