Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5598:bccc91a65536
Fix .gdbinit and .dbxrc when using the new garbage collector.
ChangeLog:
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* configure.ac: Fix creation of etc/dbxrc and src/.dbxrc; only try
to create Makefile when Makefile.in is there.
* configure: Regenerate.
src/ChangeLog:
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* .gdbinit.in.in: There is no lrecord_type_lcrecord_list when
using the new garbage collector; print $lrecord_type when Lisp
Object type is unknown to pobj.
etc/ChangeLog:
2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
* dbxrc.in: There is no lrecord_type_lcrecord_list when using the
new garbage collector; print $lrecord_type when Lisp Object type
is unknown to pobj.
author | Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
---|---|
date | Mon, 21 Nov 2011 10:28:31 +0100 |
parents | 3b1d4fa716a4 |
children | 3e5d5e8e4bb7 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 15 20:19:20 2011 -0500 +++ b/src/ChangeLog Mon Nov 21 10:28:31 2011 +0100 @@ -1,3 +1,9 @@ +2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de> + + * .gdbinit.in.in: There is no lrecord_type_lcrecord_list when + using the new garbage collector; print $lrecord_type when Lisp + Object type is unknown to pobj. + 2011-11-13 Aidan Kehoe <kehoea@parhasard.net> * doc.c (Fbuilt_in_symbol_file):