Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim Meyering | |
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 | |
2004-10-05 | Rename xclone to xmemdup. Remove obsolete xalloc macros. | Paul Eggert | |
Remove xstrdup.c and move xstrdup implementation to xmalloc.c. | |||
2004-08-05 | Sync from gnulib. | Paul Eggert | |
2004-05-29 | (gl_PREREQ_XMALLOC): Require AC_FUNC_CALLOC. | Jim Meyering | |
2004-03-31 | Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC. | Jim Meyering | |
Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC. | |||
2004-01-16 | content-free sync-from-gnulib | Jim Meyering | |
2003-10-31 | from gnulib -- merely increment serial number | Jim Meyering | |
2003-10-13 | Import latest version from gnulib. | Jim Meyering | |
2003-09-13 | (gl_PREREQ_XMALLOC): Likewise. | Jim Meyering | |
2003-08-17 | New file, from gnulib. | Jim Meyering | |