2007-04-02 |
Juanma Barranquero |
(Fprin1_to_string): Use macro SPECPDL_INDEX.
|
2007-03-20 |
YAMAMOTO Mitsuharu |
Include blockinput.h.
|
2007-02-23 |
Kim F. Storm |
(print): Reset print_number_index if Vprint_number_table is nil.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-09-14 |
Andreas Schwab |
Whitespace fixup.
|
2006-09-13 |
Richard M. Stallman |
(print_string): When printcharfun is t,
|
2006-09-08 |
Andreas Schwab |
(strout): Fix whitespace.
|
2006-08-16 |
Andreas Schwab |
(debug_output_compilation_hack): Fix return type.
|
2006-08-16 |
Richard M. Stallman |
(debug_output_compilation_hack): New function.
|
2006-07-17 |
Richard M. Stallman |
Comment change.
|
2006-04-20 |
Lars Hansen |
(PRINTFINISH): Call signal_after_change.
|
2006-04-13 |
Eli Zaretskii |
(Fprin1_to_string): Mention in the `doc' that the behavior is modified by
|
2006-03-25 |
Eli Zaretskii |
(print_output_debug_flag): New global variable.
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-12-21 |
Károly Lőrentey |
(print_preprocess): Don't loose print_depth levels while iterating.
|
2005-12-17 |
Chong Yidong |
2005-12-17 Chong Yidong <cyd@stupidchicken.com>
|
2005-12-17 |
Chong Yidong |
Revert last change.
|
2005-12-17 |
Chong Yidong |
* print.c (print_preprocess): Just signal an error if print_depth
|
2005-12-14 |
Chong Yidong |
* print.c (print_preprocess): Go to a deeper print_depth to avoid
|
2005-11-09 |
Kim F. Storm |
(safe_debug_print): New function to be called from gdb
|
2005-09-12 |
Kim F. Storm |
(print_error_message): Fix last change.
|
2005-09-12 |
Kim F. Storm |
(print_error_message): Pass copy of caller name to message_dolog.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-04-09 |
Lute Kamstra |
(PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
|
2004-11-09 |
Kim F. Storm |
(print_object): Fix format string.
|
2004-11-05 |
Kim F. Storm |
(print_object): Print Lisp_Misc_Save_Value objects.
|
2004-07-17 |
Richard M. Stallman |
(print_preprocess): Test for print_depth at limit
|
2004-06-21 |
Eli Zaretskii |
(Fwith_output_to_temp_buffer): Doc fix.
|
2004-06-13 |
Andreas Schwab |
(print_object): Always use %ld for printing EMACS_INT.
|
2004-05-19 |
David Ponce |
(print): Reset print_depth before to call print_object.
|
2004-05-17 |
Kim F. Storm |
(print_object): Increase buf size.
|
2004-05-10 |
Richard M. Stallman |
(print_preprocess): Use being_printed, loop_count and
|
2004-05-10 |
Kenichi Handa |
(temp_output_buffer_setup): Bind inhibit-read-only and
|
2004-04-26 |
Andreas Schwab |
(print_object): Print non-ascii characters in bool vector representation
|
2004-01-26 |
Andreas Schwab |
(print_preprocess): Declare size as EMACS_INT to not lose bits.
|
2004-01-08 |
Andreas Schwab |
(print_preprocess) <case Lisp_Vectorlike>: Only mask
|
2003-12-31 |
Luc Teirlinck |
(Ferror_message_string): Add hyperlink to the definition of `signal'
|
2003-12-25 |
Karoly Lorentey |
Implemented multiple tty support.
|
2003-11-25 |
Kim F. Storm |
(Fredirect_debugging_output) [!GNU_LINUX]: Do not
|
2003-11-23 |
Kim F. Storm |
(Fredirect_debugging_output): New defun.
|
2003-09-19 |
Richard M. Stallman |
(Fprin1_to_string): Move the PRINTPREPARE later,
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-08-08 |
Andreas Schwab |
(print_string): Fix printing of multibyte string with
|
2003-07-22 |
Stefan Monnier |
(temp_output_buffer_setup): Typo.
|
2003-07-22 |
Stefan Monnier |
(temp_output_buffer_setup): Use delete_all_overlays.
|
2003-07-09 |
Stefan Monnier |
(temp_output_buffer_setup): Use new type for overlays_(before|after).
|
2003-05-28 |
Richard M. Stallman |
(syms_of_print) <print-escape-nonascii>: Doc fix.
|
2003-05-09 |
Richard M. Stallman |
(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
|
2003-03-11 |
Stefan Monnier |
(Fprin1_to_string): Return unibyte string if possible.
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-10-14 |
Richard M. Stallman |
(print): When backquote form is the car of a list,
|
2002-09-18 |
Richard M. Stallman |
(print): Clear out the unused parts of Vprint_number_table.
|
2002-07-20 |
Richard M. Stallman |
(print_error_message): New args CONTEXT and CALLER. Calls changed.
|
2002-07-19 |
Ken Raeburn |
(temp_output_buffer_setup):
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-12 |
Richard M. Stallman |
(print_error_message): Don't handle Vsignaling_function here.
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-06-24 |
Stefan Monnier |
(temp_output_buffer_setup): Kill all local variables.
|
2002-05-20 |
Ken Raeburn |
* print.c (print_error_message, print_object): Use SYMBOL_NAME and
|