]> git.ipfire.org Git - thirdparty/make.git/commit
Fix bug#1379: don't use alloca() where it could overrun the stack size.
authorPaul Smith <psmith@gnu.org>
Sun, 13 Oct 2002 18:50:10 +0000 (18:50 +0000)
committerPaul Smith <psmith@gnu.org>
Sun, 13 Oct 2002 18:50:10 +0000 (18:50 +0000)
commit8bbdbb02b30ffd39c2fac9259b3a91cb62e1711d
tree19aedce81b831b1ad57c3b0fef27589070dc879c
parent47cd8d4624b60d3462991c436c961e0721cd278b
Fix bug#1379: don't use alloca() where it could overrun the stack size.

Implemented enhancement #1391: allow "export" in target-specific
variable definitions.

Change the Info name of the "Automatic" node to "Automatic Variables".
Add text clarifying the scope of automatic variables to that section.
ChangeLog
commands.c
doc/make.texi
read.c
tests/ChangeLog
tests/scripts/features/targetvars