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-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-07-22 | Split closeout into close-stream and closeout. | 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-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 | * 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 | Sync from gnulib. | Paul Eggert | |
2006-07-03 | *** empty log message *** | Jim Meyering | |
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 | 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-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 | |
2006-06-28 | Don't require AC_C_CONST, since it's obsolete. | Paul Eggert | |
Require Autoconf 2.60. | |||
2006-06-20 | (gl_IGNORE_UNUSED_LIBRARIES): | Paul Eggert | |
Use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11 cc merely issues a bunch of annoying warnings for --as-needed (this problem was reported by Bob Proulx). Also, try linking with -lm to detect a bug in binutils 2.16 (this problem was reported by Ralf Wildenhues). | |||
2006-06-19 | (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's | Paul Eggert | |
--as-needed option if available. | |||
2006-06-18 | Test for a bug that causes glibc's getcwd to suffer a failed assertion. | Jim Meyering | |
* getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro. * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null, also check for glibc-2.4's abort-inducing bug. | |||
2006-06-18 | * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo. | Jim Meyering | |
Low-probability clean-up should be to use rmdir to get rid of the just-created directory, not unlink. | |||
2006-06-18 | * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make | Jim Meyering | |
configure fail, and request a bug report to inform us about it. Add a comment that, barring reports to the contrary, in 2007 we'll assume ftruncate is universally available. | |||
2006-06-10 | Apply this change from gnulib: | Jim Meyering | |
2006-05-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Bruno Haible <bruno@clisp.org> * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a check for the declaration of strnlen and a run test that exposes the AIX 5.1 strnlen bug. In the failure case, #define strndup to rpl_strndup. | |||
2006-05-28 | (gl_C99_STRTOLD): Use a link test rather than a | Paul Eggert | |
compile test, for Tru64 4.0D. | |||
2006-05-24 | *** empty log message *** | Jim Meyering | |
2006-05-19 | Sync nanosleep from gnulib. | Paul Eggert | |
2006-05-15 | (AC_HEADER_STDBOOL): Fix overly-picky | Paul Eggert | |
test for C99 conformance; (bool) 0.5 is an integer constant expression, but (bool) -0.5 is not. Problem reported by Fedor Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>. | |||
2006-05-06 | *** empty log message *** | Jim Meyering | |
2006-04-24 | Remove typo in previous checkin. | Paul Eggert | |
2006-04-24 | * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype | Paul Eggert | |
to define main with arguments, for C++. Reported by Eric Blake. * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Prefer 'int main ()' to 'int main (void)', for C++. * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise. * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type for 'main', for C99 and C++. | |||
2006-04-24 | Don't assume that 'exit' is declared for us. | Paul Eggert | |
Don't assume that you can exit with status -1. (import from gnulib) | |||
2006-04-17 | Document filemode changes. | Paul Eggert | |
2006-04-12 | Port to Interix. | Paul Eggert | |
2006-04-12 | (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h. | Paul Eggert | |
2006-04-10 | Import latest regex module from gnulib. | Paul Eggert | |
2006-03-26 | *** empty log message *** | Jim Meyering | |
2006-03-25 | (gl_REGEX): Fix a longstanding typo in the | Paul Eggert | |
implementation of Spencer ERE test #75 from grep 2.3. Problem reported by Emanuele Giaquinta. Also, change sense of cached variable, so that the message makes sense. | |||
2006-03-25 | (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP, | Paul Eggert | |
REG_SYNTAX_EMACS, and REG_IGNORE_CASE. Settle for the traditional glibc names. | |||
2006-03-17 | *** empty log message *** | Jim Meyering | |
2006-03-17 | regex fixes for future POSIX and --without-included-regex. | Paul Eggert | |
2006-03-12 | *** empty log message *** | Jim Meyering | |