comparison 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 86d6adeb1cf4
children d88edf8f3b88
comparison
equal deleted inserted replaced
5597:79a1a759ec3d 5598:bccc91a65536
1 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 * configure.ac: Fix creation of etc/dbxrc and src/.dbxrc; only try
4 to create Makefile when Makefile.in is there.
5 * configure: Regenerate.
6
1 2011-10-14 Stephen J. Turnbull <stephen@xemacs.org> 7 2011-10-14 Stephen J. Turnbull <stephen@xemacs.org>
2 8
3 * configure.ac (with_athena): Refactor check for Xaw3d. 9 * configure.ac (with_athena): Refactor check for Xaw3d.
4 10
5 2011-09-05 Aidan Kehoe <kehoea@parhasard.net> 11 2011-09-05 Aidan Kehoe <kehoea@parhasard.net>