summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAge
* (print): Reset print_number_index if Vprint_number_table is nil.Kim F. Storm2007-02-23
* Add 2007 to copyright years.Glenn Morris2007-01-21
* Whitespace fixup.Andreas Schwab2006-09-14
* (print_string): When printcharfun is t,Richard M. Stallman2006-09-13
* (strout): Fix whitespace.Andreas Schwab2006-09-08
* (debug_output_compilation_hack): Fix return type.Andreas Schwab2006-08-16
* (debug_output_compilation_hack): New function.Richard M. Stallman2006-08-16
* Comment change.Richard M. Stallman2006-07-17
* (PRINTFINISH): Call signal_after_change.Lars Hansen2006-04-20
* (Fprin1_to_string): Mention in the `doc' that the behavior is modified byEli Zaretskii2006-04-13
* (print_output_debug_flag): New global variable.Eli Zaretskii2006-03-25
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* (print_preprocess): Don't loose print_depth levels while iterating.Károly Lőrentey2005-12-21
* 2005-12-17 Chong Yidong <cyd@stupidchicken.com>Chong Yidong2005-12-17
* Revert last change.Chong Yidong2005-12-17
* * print.c (print_preprocess): Just signal an error if print_depthChong Yidong2005-12-17
* * print.c (print_preprocess): Go to a deeper print_depth to avoidChong Yidong2005-12-14
* (safe_debug_print): New function to be called from gdbKim F. Storm2005-11-09
* (print_error_message): Fix last change.Kim F. Storm2005-09-12
* (print_error_message): Pass copy of caller name to message_dolog.Kim F. Storm2005-09-12
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* Update FSF's address.Lute Kamstra2005-07-04
* (PRINTPREPARE): Check if the marker PRINTCHARFUN is within theLute Kamstra2005-04-09
* (print_object): Fix format string.Kim F. Storm2004-11-09
* (print_object): Print Lisp_Misc_Save_Value objects.Kim F. Storm2004-11-05
* (print_preprocess): Test for print_depth at limitRichard M. Stallman2004-07-17
* (Fwith_output_to_temp_buffer): Doc fix.Eli Zaretskii2004-06-21
* (print_object): Always use %ld for printing EMACS_INT.Andreas Schwab2004-06-13
* (print): Reset print_depth before to call print_object.David Ponce2004-05-19
* (print_object): Increase buf size.Kim F. Storm2004-05-17
* (print_preprocess): Use being_printed, loop_count andRichard M. Stallman2004-05-10
* (temp_output_buffer_setup): Bind inhibit-read-only andKenichi Handa2004-05-10
* (print_object): Print non-ascii characters in bool vector representationAndreas Schwab2004-04-26
* (print_preprocess): Declare size as EMACS_INT to not lose bits.Andreas Schwab2004-01-26
* (print_preprocess) <case Lisp_Vectorlike>: Only maskAndreas Schwab2004-01-08
* (Ferror_message_string): Add hyperlink to the definition of `signal'Luc Teirlinck2003-12-31
* (Fredirect_debugging_output) [!GNU_LINUX]: Do notKim F. Storm2003-11-25
* (Fredirect_debugging_output): New defun.Kim F. Storm2003-11-23
* (Fprin1_to_string): Move the PRINTPREPARE later,Richard M. Stallman2003-09-19
* Add arch taglinesMiles Bader2003-09-01
* (print_string): Fix printing of multibyte string withAndreas Schwab2003-08-08
* (temp_output_buffer_setup): Typo.Stefan Monnier2003-07-22
* (temp_output_buffer_setup): Use delete_all_overlays.Stefan Monnier2003-07-22
* (temp_output_buffer_setup): Use new type for overlays_(before|after).Stefan Monnier2003-07-09
* (syms_of_print) <print-escape-nonascii>: Doc fix.Richard M. Stallman2003-05-28
* (Fprin1_to_string): Instead of gcpro, set abort_on_gc.Richard M. Stallman2003-05-09
* (Fprin1_to_string): Return unibyte string if possible.Stefan Monnier2003-03-11
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (print): When backquote form is the car of a list,Richard M. Stallman2002-10-14
* (print): Clear out the unused parts of Vprint_number_table.Richard M. Stallman2002-09-18