summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-02-261-1/+2
|\
| * (print): Reset print_number_index if Vprint_number_table is nil.Kim F. Storm2007-02-231-1/+2
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2006-09-201-10/+10
|\ \ | |/
| * Whitespace fixup.Andreas Schwab2006-09-141-10/+10
* | Merge from emacs--devo--0Miles Bader2006-09-141-6/+28
|\ \ | |/
| * (print_string): When printcharfun is t,Richard M. Stallman2006-09-131-5/+27
| * (strout): Fix whitespace.Andreas Schwab2006-09-081-1/+1
* | Merge from emacs--devo--0Miles Bader2006-08-161-0/+9
|\ \ | |/
| * (debug_output_compilation_hack): Fix return type.Andreas Schwab2006-08-161-1/+1
| * (debug_output_compilation_hack): New function.Richard M. Stallman2006-08-161-0/+9
* | Merge from emacs--devo--0Miles Bader2006-07-191-1/+3
|\ \ | |/
| * Comment change.Richard M. Stallman2006-07-171-1/+3
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57Miles Bader2006-04-211-0/+1
|\ \ | |/
| * (PRINTFINISH): Call signal_after_change.Lars Hansen2006-04-201-0/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-1/+2
|\ \ | |/
| * (Fprin1_to_string): Mention in the `doc' that the behavior is modified byEli Zaretskii2006-04-131-1/+2
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-4/+8
|\ \ | |/
| * (print_output_debug_flag): New global variable.Eli Zaretskii2006-03-251-4/+8
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+23
|\ \ | |/
| * (print_preprocess): Don't loose print_depth levels while iterating.Károly Lőrentey2005-12-211-1/+2
| * 2005-12-17 Chong Yidong <cyd@stupidchicken.com>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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82Miles Bader2005-09-191-2/+4
|\ \ | |/
| * (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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+3
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-37Miles Bader2005-04-141-6/+10
|\ \ | |/
| * (PRINTPREPARE): Check if the marker PRINTCHARFUN is within theLute Kamstra2005-04-091-6/+10
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70Miles Bader2004-11-121-0/+9
|\ \ | |/
| * (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_object): Include sub char-table in cicularitiesKenichi Handa2004-10-041-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25Miles Bader2004-07-231-5/+5
|\ \ | |/
| * (print_preprocess): Test for print_depth at limitRichard M. Stallman2004-07-171-5/+5
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17Miles Bader2004-06-291-1/+1
|\ \ | |/
| * (Fwith_output_to_temp_buffer): Doc fix.Eli Zaretskii2004-06-211-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-16/+52
|\ \ | |/
| * (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