| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-08-21 | Remove from CVS, since the bootstrap script generates them automatically. | Paul Eggert | 1 | -34/+0 | |
| 2006-06-29 | From Derek R. Price: | Jim Meyering | 1 | -4/+1 | |
| * lib/strftime.c: Assume strftime exists. * m4/strftime.m4: Don't call AC_FUNC_STRFTIME. | |||||
| 2006-06-28 | (gl_FUNC_GNU_STRFTIME): Don't require AC_C_CONST, since it's obsolete. | Paul Eggert | 1 | -3/+2 | |
| 2005-07-04 | (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER. | Paul Eggert | 1 | -2/+1 | |
| 2005-01-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim Meyering | 1 | -1/+4 | |
| so that automake automatically knows to distribute those files. Use AC_LIBOBJ to ensure that automake automatically knows the names of always-compiled source files. Automake already knows the names of conditionally compiled ones, e.g., due to preexisting uses of AC_LIBOBJ and AC_REPLACE_FUNCS. [This is a start. Many still remain to be fixed...] | |||||
| 2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | 1 | -15/+5 | |
| 2004-11-09 | Sync from gnulib. | Paul Eggert | 1 | -26/+33 | |
| 2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. Update all uses. | Jim Meyering | 1 | -6/+6 | |
| 2003-09-13 | (_jm_STRFTIME_PREREQS): Don't check for limits.h, memcpy, memset. | Jim Meyering | 1 | -5/+3 | |
| (jm_FUNC_GNU_STRFTIME): Don't require standard C headers. | |||||
| 2003-06-08 | (_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER. | Jim Meyering | 1 | -1/+2 | |
| 2003-06-07 | Update from gnulib. | Jim Meyering | 1 | -12/+9 | |
| 2001-08-12 | Quote the first argument in each use of AC_DEFUN. | Jim Meyering | 1 | -4/+4 | |
| 2001-05-22 | (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime), | Jim Meyering | 1 | -2/+0 | |
| now that we use the package-supplied version unconditionally. (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason. | |||||
| 2001-05-20 | (jm_FUNC_GNU_STRFTIME): | Jim Meyering | 1 | -118/+4 | |
| Don't bother to check library strftime, since we'll be using our own my_strftime function anyway. Define my_strftime instead of strftime. | |||||
| 2000-07-02 | fix typo in last change | Jim Meyering | 1 | -1/+1 | |
| 2000-07-02 | Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with ↵ | Jim Meyering | 1 | -3/+2 | |
| AC_LIBOBJ([function_name]). | |||||
| 2000-05-24 | Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. | Jim Meyering | 1 | -2/+2 | |
| 2000-04-05 | Back out the 2000-04-02 change. | Jim Meyering | 1 | -1/+6 | |
| Instead of that change, simply undefine putenv in the test program. | |||||
| 2000-04-05 | Back out the 2000-04-02 change. | Jim Meyering | 1 | -8/+6 | |
| 2000-04-03 | (_jm_STRFTIME_PREREQS): Check for strftime, | Jim Meyering | 1 | -3/+4 | |
| since strftime.c uses HAVE_STRFTIME to decide whether to use the underlying strftime. | |||||
| 2000-04-03 | (jm_FUNC_GNU_STRFTIME): Set TZ environment | Jim Meyering | 1 | -6/+8 | |
| variable in the shell rather than using putenv, which isn't portable. This avoids the configure-time inter-test dependency on the potentially-renamed putenv function. | |||||
| 2000-02-08 | (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary uses of changequote. | Jim Meyering | 1 | -6/+3 | |
| 1999-12-20 | Remove kludge, now that I'm using the fixed autoconf-2.14a-1999-12-20. | Jim Meyering | 1 | -7/+2 | |
| 1999-12-10 | (_jm_STRFTIME_PREREQS): Use 3-arg form of AC_DEFINE for HAVE_TM_GMTOFF. | Jim Meyering | 1 | -1/+2 | |
| 1999-12-09 | Add checks for most of the cpp macros tested in GNU's strftime.c. | Jim Meyering | 1 | -4/+19 | |
| Prompted by a patch from Paul Eggert. | |||||
| 1999-04-06 | Remove test for %f. | Jim Meyering | 1 | -1/+0 | |
| 1999-02-07 | Use AC_SUBST(LIBOBJS) since we set LIBOBJS. | Jim Meyering | 1 | -0/+1 | |
| 1999-02-07 | Use .$ac_objext, not .o | Jim Meyering | 1 | -1/+1 | |
| 1999-01-29 | Use the 3-argument forms of AC_DEFINE* macros. | Jim Meyering | 1 | -7/+3 | |
| 1997-11-15 | Check for %F format. | Jim Meyering | 1 | -5/+12 | |
| Add comments. | |||||
| 1997-11-13 | Check for POSIX.2's %f format spec. | Jim Meyering | 1 | -0/+1 | |
| 1997-11-10 | (jm_STRFTIME_PREREQS): Check for localtime_r. | Jim Meyering | 1 | -1/+18 | |
| (jm_FUNC_GNU_STRFTIME): Use new macro. (jm_FUNC_STRFTIME): New macro. Likewise. | |||||
| 1997-01-23 | increment serial number | Jim Meyering | 1 | -1/+1 | |
| 1997-01-22 | (main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is specified by Posix.1. | Jim Meyering | 1 | -1/+1 | |
| 1996-12-21 | broken out of ../acinclude.m4 | Jim Meyering | 1 | -0/+125 | |
