diff options
| author | Paul Smith <psmith@gnu.org> | 2006-03-20 02:36:36 +0000 |
|---|---|---|
| committer | Paul Smith <psmith@gnu.org> | 2006-03-20 02:36:36 +0000 |
| commit | 24aac7f8f6c72d60ce7c9f80868cbf21fb458072 (patch) | |
| tree | 7172e5223fe888647c6a77fc0b892dfd8f081a45 /ChangeLog | |
| parent | 29e539bad01c06a7e9655b5c33a88f05455124ad (diff) | |
| download | gunmake-24aac7f8f6c72d60ce7c9f80868cbf21fb458072.tar.gz | |
Add some alloca(0) calls for systems without "normal" alloca support.
Fix a file descriptor leak with make re-exec while using the jobserver.
Update some release information.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-03-19 Paul D. Smith <psmith@gnu.org> + + * remake.c (update_file): Add alloca(0) to clean up alloca'd + memory on hosts that don't support it directly. + + * README.cvs: Add information on steps for making a release (to + make sure I don't forget any). + + * main.c (clean_jobserver): Move jobserver cleanup code into a new + function. + (die): Cleanup code was removed from here; call the new function. + (main): If we are re-execing, clean up the jobserver first so we + don't leak file descriptors. + Fix bug reported by Craig Fithian <craig.fithian@citigroup.com>. + 2006-03-17 Paul D. Smith <psmith@gnu.org> * maintMakefile (do-po-update): Rewrite this rule to clean up and |
