comparison src/ChangeLog @ 4162:8f6a825eb3d3

[xemacs-hg @ 2007-09-04 21:20:18 by aidan] Eliminate a crash when profiling; only pass the backtrace record to profile_record_about_to_call, profile_record_just_called when it's non-nil.
author aidan
date Tue, 04 Sep 2007 21:20:26 +0000
parents 76737c305982
children 05dd0ed58262
comparison
equal deleted inserted replaced
4161:08efedad2696 4162:8f6a825eb3d3
1 2006-11-26 Aidan Kehoe <kehoea@parhasard.net>
2
3 * eval.c (Fcommand_execute):
4 * eval.c (Feval):
5 * eval.c (Ffuncall):
6 Use the PROFILE_DECLARE macro instead of declaring `struct
7 backtrace backtrace' by hand.
8 * profile.h:
9 * profile.h (PROFILE_EXIT_FUNCTION):
10 * profile.h (PROFILE_ENTER_FUNCTION):
11 Check do_backtrace before passing the backtrace structure to
12 profile_record_about_to_call, profile_record_just_called.
13
1 2007-08-28 Aidan Kehoe <kehoea@parhasard.net> 14 2007-08-28 Aidan Kehoe <kehoea@parhasard.net>
2 15
3 * mule-ccl.c (ccl_driver): 16 * mule-ccl.c (ccl_driver):
4 Revert the last change to mule-ccl.c, on objection from SL 17 Revert the last change to mule-ccl.c, on objection from SL
5 Baur. The change to lisp.h in the same commit sufficed. 18 Baur. The change to lisp.h in the same commit sufficed.