/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4704 by nickrob, Wed Nov 9 20:33:46 2005 UTC revision 1.4705 by kfstorm, Wed Nov 9 23:12:56 2005 UTC
# Line 1  Line 1 
1    2005-11-10  Kim F. Storm  <storm@cua.dk>
2    
3            * alloc.c (valid_lisp_object_p): New function to validate that
4            an object is really a valid Lisp_Object.
5    
6            * lisp.h (valid_lisp_object_p): Add prototype.
7    
8            * print.c (safe_debug_print): New function to be called from gdb
9            to print Lisp objects; use valid_lisp_object_p to avoid crashing
10            if user tries to print something which is not a Lisp object.
11    
12            * .gdbinit (pp, pp1): Use safe_debug_print.
13            (pv, pv1): New commands to print value of a lisp variable.
14    
15  2005-11-10  Nick Roberts  <nickrob@snap.net.nz>  2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
16    
17          * .gdbinit (pp1): New user-defined function.          * .gdbinit (pp1): New user-defined function.

Legend:
Removed from v.1.4704  
changed lines
  Added in v.1.4705

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26