diff options
author | Paul Smith <psmith@gnu.org> | 2005-02-16 05:03:42 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2005-02-16 05:03:42 +0000 |
commit | e8ca9b8eb1caaa43703f6ce505af78c6e7b9e60b (patch) | |
tree | 06c563611aef3116a6f2de2844082f4609982039 /ChangeLog | |
parent | c90f47e8320b41e3a5bfeb654543d9474f763e5d (diff) | |
download | gunmake-e8ca9b8eb1caaa43703f6ce505af78c6e7b9e60b.tar.gz |
Add a patch from Paul Eggert that's been lying around in my directory for
a long time, disabling stack size limits where possible.
Update version to beta2.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1334,6 +1334,15 @@ * i18n/ja.po: Installed an updated translation. +2001-09-06 Paul Eggert <eggert@twinsun.com> + + * configure.in (AC_CHECK_HEADERS): Add sys/resource.h. + (AC_CHECK_FUNCS): Add getrlimit, setrlimit. + + * main.c: Include <sys/resource.h> if it, getrlimit, and setrlimit + are available. + (main): Get rid of any avoidable limit on stack size. + 2001-09-04 Paul D. Smith <psmith@gnu.org> * i18n/da.po: Installed an updated translation. |