comparison 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
comparison
equal deleted inserted replaced
5597:79a1a759ec3d 5598:bccc91a65536
1 2011-11-21 Marcus Crestani <crestani@informatik.uni-tuebingen.de>
2
3 * .gdbinit.in.in: There is no lrecord_type_lcrecord_list when
4 using the new garbage collector; print $lrecord_type when Lisp
5 Object type is unknown to pobj.
6
1 2011-11-13 Aidan Kehoe <kehoea@parhasard.net> 7 2011-11-13 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * doc.c (Fbuilt_in_symbol_file): 9 * doc.c (Fbuilt_in_symbol_file):
4 Don't attempt to take file information from lazy docstring 10 Don't attempt to take file information from lazy docstring
5 information in compiled functions; those functions are not 11 information in compiled functions; those functions are not