aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* (PRINTFINISH): Call signal_after_change.Lars Hansen2006-04-201-0/+1
* (Fprin1_to_string): Mention in the `doc' that the behavior is modified byEli Zaretskii2006-04-131-1/+2
* (print_output_debug_flag): New global variable.Eli Zaretskii2006-03-251-4/+8
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* (print_preprocess): Don't loose print_depth levels while iterating.Károly Lőrentey2005-12-211-1/+2
* 2005-12-17 Chong Yidong <[email protected]>Chong Yidong2005-12-171-8/+2
* Revert last change.Chong Yidong2005-12-171-2/+8
* * print.c (print_preprocess): Just signal an error if print_depthChong Yidong2005-12-171-8/+2
* * print.c (print_preprocess): Go to a deeper print_depth to avoidChong Yidong2005-12-141-1/+7
* (safe_debug_print): New function to be called from gdbKim F. Storm2005-11-091-0/+20
* (print_error_message): Fix last change.Kim F. Storm2005-09-121-1/+1
* (print_error_message): Pass copy of caller name to message_dolog.Kim F. Storm2005-09-121-1/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (PRINTPREPARE): Check if the marker PRINTCHARFUN is within theLute Kamstra2005-04-091-6/+10
* (print_object): Fix format string.Kim F. Storm2004-11-091-1/+1
* (print_object): Print Lisp_Misc_Save_Value objects.Kim F. Storm2004-11-051-0/+9
* (print_preprocess): Test for print_depth at limitRichard M. Stallman2004-07-171-5/+5
* (Fwith_output_to_temp_buffer): Doc fix.Eli Zaretskii2004-06-211-1/+1
* (print_object): Always use %ld for printing EMACS_INT.Andreas Schwab2004-06-131-5/+5
* (print): Reset print_depth before to call print_object.David Ponce2004-05-191-1/+2
* (print_object): Increase buf size.Kim F. Storm2004-05-171-3/+3
* (print_preprocess): Use being_printed, loop_count andRichard M. Stallman2004-05-101-0/+29
* (temp_output_buffer_setup): Bind inhibit-read-only andKenichi Handa2004-05-101-0/+2
* (print_object): Print non-ascii characters in bool vector representationAndreas Schwab2004-04-261-2/+11
* (print_preprocess): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-261-2/+3
* (print_preprocess) <case Lisp_Vectorlike>: Only maskAndreas Schwab2004-01-081-1/+3
* (Ferror_message_string): Add hyperlink to the definition of `signal'Luc Teirlinck2003-12-311-1/+3
* (Fredirect_debugging_output) [!GNU_LINUX]: Do notKim F. Storm2003-11-251-0/+12
* (Fredirect_debugging_output): New defun.Kim F. Storm2003-11-231-0/+34
* (Fprin1_to_string): Move the PRINTPREPARE later,Richard M. Stallman2003-09-191-13/+22
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (print_string): Fix printing of multibyte string withAndreas Schwab2003-08-081-1/+1
* (temp_output_buffer_setup): Typo.Stefan Monnier2003-07-221-2/+2
* (temp_output_buffer_setup): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
* (temp_output_buffer_setup): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-3/+3
* (syms_of_print) <print-escape-nonascii>: Doc fix.Richard M. Stallman2003-05-281-1/+3
* (Fprin1_to_string): Instead of gcpro, set abort_on_gc.Richard M. Stallman2003-05-091-7/+12
* (Fprin1_to_string): Return unibyte string if possible.Stefan Monnier2003-03-111-0/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-18/+18
* (print): When backquote form is the car of a list,Richard M. Stallman2002-10-141-0/+28
* (print): Clear out the unused parts of Vprint_number_table.Richard M. Stallman2002-09-181-9/+22
* (print_error_message): New args CONTEXT and CALLER. Calls changed.Richard M. Stallman2002-07-201-2/+16
* (temp_output_buffer_setup):Ken Raeburn2002-07-191-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-28/+28
* (print_error_message): Don't handle Vsignaling_function here.Richard M. Stallman2002-07-121-10/+0
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-4/+4
* (temp_output_buffer_setup): Kill all local variables.Stefan Monnier2002-06-241-0/+1
* * print.c (print_error_message, print_object): Use SYMBOL_NAME andKen Raeburn2002-05-201-6/+6
* (print_object): Delete `\ ' from printed rep of frame.Richard M. Stallman2002-03-161-1/+1