Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-15 | (AC_REPLACE_FUNCS): | Jim Meyering | |
Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp. | |||
2000-01-15 | (AC_REPLACE_FUNCS): Add strpbrk. | Jim Meyering | |
2000-01-15 | (AC_REPLACE_FUNCS): | Jim Meyering | |
Add these, too: stime strcspn stpcpy strstr strtol strtoul. | |||
2000-01-15 | fix typo in last change | Jim Meyering | |
2000-01-15 | (AC_REPLACE_FUNCS): Add memcpy and memset. | Jim Meyering | |
2000-01-15 | (AC_REPLACE_FUNCS): Add gethostname and getusershell | Jim Meyering | |
2000-01-08 | (jm_FUNC_STRERROR_R): Require it. | Jim Meyering | |
2000-01-04 | Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings. | Jim Meyering | |
2000-01-04 | (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it. | Jim Meyering | |
1999-12-26 | (jm_FUNC_NANOSLEEP): New file/macro. | Jim Meyering | |
1999-12-23 | Check for clock_gettime (moved from fileutils/configure.in) | Jim Meyering | |
Check for gettimeofday. | |||
1999-12-19 | bump serial number | Jim Meyering | |
1999-12-19 | Use the new macro: jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | Jim Meyering | |
1999-11-06 | whoops, add quotes in last change | Jim Meyering | |
1999-11-06 | (jm_MACROS): Use jm_AC_FUNC_LINK_FOLLOWS_SYMLINK here. | Jim Meyering | |
1999-11-05 | Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated | Jim Meyering | |
AC_STRUCT_ST_BLKSIZE. | |||
1999-11-05 | remove stray `x's | Jim Meyering | |
1999-11-05 | (jm_CHECK_ALL_TYPES): Move some tests from configure.in | Jim Meyering | |
of textutils, fileutils, and sh-utils into this one (shared between those packages) file. | |||
1999-11-03 | Use straight `AC_CHECK_TYPE(ssize_t, int)'. | Jim Meyering | |
Suggestion from Akim Demaille. | |||
1999-10-30 | remove stray comma | Jim Meyering | |
1999-10-30 | Use new AC_TYPE_SSIZE_T instead of my hacked AC_CHECK_TYPE. | Jim Meyering | |
Require 2.14a. Remove backslash before backtick in m4-quoted string. | |||
1999-10-04 | Don't require autoconf-2.14.1. | Jim Meyering | |
1999-09-17 | (AC_REPLACE_FUNCS): Add strdup. | Jim Meyering | |
Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 due to missing strdup (against sh-utils-2.0). | |||
1999-08-29 | Require jm_BISON. | Jim Meyering | |
1999-08-04 | (AM_FUNC_GETLINE): Run this test. | Jim Meyering | |
(AC_CHECK_FUNCS): Check for getdelim. | |||
1999-08-02 | Add a comment. | Jim Meyering | |
1999-07-20 | (AC_REPLACE_FUNCS): Add memmove. | Jim Meyering | |
1999-07-15 | (AC_CHECK_FUNCS): Check for getpagesize. | Jim Meyering | |
1999-05-22 | (AC_REPLACE_FUNCS): Add memchr. | Jim Meyering | |
1999-05-10 | Require 2.14.1, since we use newly-renamed AC_FUNC_MKTIME. | Jim Meyering | |
1999-05-01 | (AC_REPLACE_FUNCS): Add dup2. | Jim Meyering | |
1999-04-21 | (jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | Jim Meyering | |
1999-04-19 | Require jm_AC_PREREQ_XSTRTOUMAX. | Jim Meyering | |
1999-03-30 | (jm_CHECK_ALL_TYPES): New macro. | Jim Meyering | |
1999-03-29 | Define GNU_PACKAGE here. | Jim Meyering | |
Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is replaced e.g., in the *.sh files of the sh-utils. | |||
1999-03-20 | s/jm_WITH_REGEX/jm_INCLUDED_REGEX/ | Jim Meyering | |
1999-03-12 | Use AC_FUNC_SETVBUF_REVERSED. | Jim Meyering | |
1999-02-07 | Actually invoke jm_WITH_REGEX now that it requires an argument. | Jim Meyering | |
1999-01-29 | Use jm_AFS. | Jim Meyering | |
1999-01-16 | (ARGMATCH_DIE_DECL): Define. | Jim Meyering | |
1999-01-16 | *** empty log message *** | Jim Meyering | |
1999-01-16 | Define ARGMATCH_DIE. | Jim Meyering | |
1999-01-10 | bump serial# | Jim Meyering | |
1999-01-10 | Require autoconf-2.13 here. | Jim Meyering | |
1999-01-02 | Replace strcasecmp and strncasecmp. | Jim Meyering | |
1998-09-27 | (jm_MACROS): Require jm_FUNC_FNMATCH. | Jim Meyering | |
1998-08-16 | Use the new AC_CHECK_TYPE(ssize_t, int) instead of jm_TYPE_SSIZE_T. | Jim Meyering | |
1998-07-04 | Require jm_WITH_REGEX. | Jim Meyering | |
1998-06-28 | Require the new macro: jm_FUNC_GLIBC_UNLOCKED_IO. | Jim Meyering | |
1998-05-19 | Add jm_FUNC_LCHOWN. | Jim Meyering | |