*** empty log message ***

This commit is contained in:
Andreas Schwab 2005-11-01 21:34:43 +00:00
parent 825dad898e
commit b4235a80c8
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-11-01 Andreas Schwab <schwab@suse.de>
* Makefile.in (bootstrap): Fix dependencies for parallel build.
(bootfast): Likewise.
2005-11-01 Romain Francoise <romain@orebokech.com>
* configure.in: Check for gzip.

View file

@ -1,3 +1,7 @@
2005-11-01 Andreas Schwab <schwab@suse.de>
* unexelf.c (unexec): Handle .plt section in BSS segment.
2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
* lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).