comparison src/ChangeLog @ 5796:acf1c26e3019

Bind print-circle when printing backtraces. See <CAHCOHQkhpgXZFH5pWAEzdkzVsbAeQqCpNAKsFte1pX8Fv5FjNA@mail.gmail.com> in xemacs-patches.
author Jerry James <james@xemacs.org>
date Thu, 15 May 2014 12:25:25 -0600
parents d2c0ff38ad5c
children a1808d52a34a
comparison
equal deleted inserted replaced
5795:d2c0ff38ad5c 5796:acf1c26e3019
1 2014-05-08 Jerry James <james@xemacs.org>
2
3 * print.c (struct debug_bindings): Add print_circle field.
4 (debug_print_exit): Restore print_circle.
5 (debug_print_enter): Save print_circle binding and set it.
6
1 2014-05-06 Jerry James <james@xemacs.org> 7 2014-05-06 Jerry James <james@xemacs.org>
2 8
3 * file-coding.c (encode_decode_coding_region): Signal an error if 9 * file-coding.c (encode_decode_coding_region): Signal an error if
4 Lstream_read encounters an error (returns -1). 10 Lstream_read encounters an error (returns -1).
5 (detect_coding_type): Ditto. Add an argument for the stream error. 11 (detect_coding_type): Ditto. Add an argument for the stream error.