Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-10 | Update cycle-check from gnulib. | Paul Eggert | |
2006-08-10 | Accommodate new getaddrinfo implementation in gnulib. | Paul Eggert | |
(gl_PREREQ): Require gl_FUNC_SNPRINTF, gl_GETADDRINFO, gl_HEADER_ARPA_INET, gl_HEADER_NETINET_IN, gl_HEADER_SYS_SOCKET, gl_INET_NTOP, gl_TYPE_SOCKEN_T. | |||
2006-08-10 | Import from gnulib, to support new getaddrinfo implementation of gnulib. | Paul Eggert | |
2006-08-09 | Sync from gnulib. | Paul Eggert | |
2006-08-09 | Sync from gnulib. | Paul Eggert | |
2006-08-08 | Fix typo in latest changelog entry: restrict.m4 wasn't logged right. | Paul Eggert | |
2006-08-08 | Add shuf, better random number generation, and fix sort -R in | Paul Eggert | |
funny locales. | |||
2006-08-08 | Remove, since we no longer need gl_RESTRICT. | Paul Eggert | |
2006-08-08 | New file, introduced for shuf, sort -R, and/or shred. | Paul Eggert | |
2006-08-08 | (gl_TIME_R): Use AC_C_RESTRICT, not | Paul Eggert | |
gl_C_RESTRICT, since we assume recent Autoconf. | |||
2006-08-08 | (gl_PREREQ_REGEX): Use AC_C_RESTRICT, not gl_C_RESTRICT, since we | Paul Eggert | |
assume recent Autoconf. | |||
2006-08-08 | (gl_PREREQ): Require gl_MEMXFRM, gl_RANDINT, gl_RANDPERM, | Paul Eggert | |
gl_RANDREAD. | |||
2006-08-08 | (gl_PREREQ_GETADDRINFO): Use AC_C_RESTRICT, not | Paul Eggert | |
gl_C_RESTRICT, since we assume recent Autoconf. | |||
2006-07-22 | Split closeout into close-stream and closeout. | Paul Eggert | |
2006-07-22 | Initial revision. | Paul Eggert | |
2006-07-22 | (gl_PREREQ): Require gl_CLOSE_STREAM. | Paul Eggert | |
2006-07-17 | chmod, install, and mkdir now leave setgid and setuid bits | Paul Eggert | |
of directories alone unless you specify them explicitly. install and mkdir now implement X correctly. install now creates parent directories with mode 755, without changing their owner or group. | |||
2006-07-17 | (gl_PREREQ): Require gl_MKANCESDIRS. | Paul Eggert | |
2006-07-17 | (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h. | Paul Eggert | |
Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed. Require gl_FUNC_LCHOWN, since dirchownmod.c needs it. | |||
2006-07-17 | Remove; no longer needed. | Paul Eggert | |
2006-07-17 | (gl_MACROS): Remove gl_AFS. | Paul Eggert | |
2006-07-17 | Initial version. | Paul Eggert | |
2006-07-11 | Sync from gnulib. | Paul Eggert | |
2006-07-11 | (gl_STDINT_H): Like yesterday's change to | Paul Eggert | |
absolute-header.m4. Also, set ABSOLUTE_STDINT_H to a string "no/such/file/stdint.h" when there is no such file, so that the resulting C code can be parsed by dodgy compilers. Problems reported by Bob Proulx. | |||
2006-07-10 | (gl_ABSOLUTE_HEADER): Use "" rather than <> | Paul Eggert | |
around the absolute name, to work around a problem with the HP-UX 11.23 native C compiler, reported by Bob Proulx. | |||
2006-07-09 | Update from gnulib. | Paul Eggert | |
2006-07-08 | * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment. | Jim Meyering | |
2006-07-08 | * link-follow.m4: Remove one of two adjacent "whether"s in a comment. | Jim Meyering | |
2006-07-08 | Remove one of two adjacent "your"s in a comment. | Jim Meyering | |
2006-07-08 | Remove one of two adjacent "can"s in a comment. | Jim Meyering | |
2006-07-04 | Really add wcwidth.m4. | Jim Meyering | |
2006-07-04 | Sync from gnulib. | Paul Eggert | |
2006-07-04 | Sync from gnulib. Also: | Paul Eggert | |
(gt_FUNC_SETENV): Undo private change that added an AC_LIBSOURCES line here, since Bruno didn't buy it back. Instead, update ../lib/Makefile.am to mention the files explicitly. | |||
2006-07-04 | (gl_PREREQ): Require gl_FUNC_WCWIDTH, to accommodate | Paul Eggert | |
sync from gnulib. | |||
2006-07-03 | *** empty log message *** | Jim Meyering | |
2006-07-03 | (gl_FUNC_FTRUNCATE): Adjust diagnostic to recommend | Jim Meyering | |
./configure SKIP_FTRUNCATE_CHECK=yes, rather than env ... ./configure. Suggestion from Ralf Wildenhues. | |||
2006-07-02 | (gl_STDINT_H): Use more-mnemonic identifiers for | Paul Eggert | |
test cases, so that config.log is a bit easier to follow. | |||
2006-07-02 | *** empty log message *** | Jim Meyering | |
2006-07-02 | New file, from gnulib. Required by stdint.m4. | Jim Meyering | |
2006-07-02 | Sync stdint module from gnulib. | Paul Eggert | |
2006-07-01 | *** empty log message *** | Jim Meyering | |
2006-07-01 | seq defaults to a minimal fixed point format that does not lose | Paul Eggert | |
information if seq's operands are all fixed point decimal numbers. You no longer need the `-f%.f' in `seq -f%.f 1048575 1024 1050623', for example, since the default format now has the same effect. seq now lets you use %a, %A, %E, %F, and %G formats. seq now uses long double internally rather than double. | |||
2006-07-01 | (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES. | Paul Eggert | |
Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't want to require the building of c-strtod.o. | |||
2006-07-01 | (cu_LIB_CHECK): Remuve SEQ_LIBM, since seq no longer | Paul Eggert | |
needs -lm directly. | |||
2006-07-01 | (gl_PREREQ): Require gl_C_STRTOD and gl_XSTRTOLD. | Paul Eggert | |
2006-07-01 | (gl_XSTRTOLD): New macro. | Paul Eggert | |
2006-06-29 | From Derek R. Price: | Jim Meyering | |
* lib/strftime.c: Assume strftime exists. * m4/strftime.m4: Don't call AC_FUNC_STRFTIME. | |||
2006-06-28 | * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement. | Paul Eggert | |
2006-06-28 | Fix attribution again. | Paul Eggert | |
2006-06-28 | Fix attribution for last patch. | Paul Eggert | |