aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.Stefan Monnier2007-10-021-1/+1
* (safe_debug_print): Use XHASH.Stefan Monnier2007-09-291-5/+1
* (print_object): Handle terminals.Stefan Monnier2007-09-201-0/+14
* Merge from emacs--devo--0Miles Bader2007-08-131-6/+14
|\
| * (new_backquote_output): Rename from old_backquote_output.Stefan Monnier2007-08-101-6/+14
* | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-161-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-151-1/+1
|\ \
| * | (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-141-1/+1
| |/
* | Merged from [email protected]Karoly Lorentey2007-04-221-1/+1
|\|
| * (Fprin1_to_string): Use macro SPECPDL_INDEX.Juanma Barranquero2007-04-021-1/+1
* | Merged from [email protected]Karoly Lorentey2007-04-221-1/+6
|\|
| * Include blockinput.h.YAMAMOTO Mitsuharu2007-03-201-1/+6
* | Merged from [email protected]Karoly Lorentey2007-02-241-1/+2
|\|
| * (print): Reset print_number_index if Vprint_number_table is nil.Kim F. Storm2007-02-231-1/+2
* | Merged from [email protected]Karoly Lorentey2007-01-291-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merged from [email protected]Karoly Lorentey2006-10-141-16/+38
|\|
| * Whitespace fixup.Andreas Schwab2006-09-141-10/+10
| * (print_string): When printcharfun is t,Richard M. Stallman2006-09-131-5/+27
| * (strout): Fix whitespace.Andreas Schwab2006-09-081-1/+1
* | Merged from [email protected]Karoly Lorentey2006-10-141-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
* | Merged from [email protected]Karoly Lorentey2006-07-291-1/+3
|\|
| * Comment change.Richard M. Stallman2006-07-171-1/+3
* | Merged from [email protected]Karoly Lorentey2006-04-281-0/+1
|\|
| * (PRINTFINISH): Call signal_after_change.Lars Hansen2006-04-201-0/+1
* | Merged from [email protected]Karoly Lorentey2006-04-191-1/+2
|\|
| * (Fprin1_to_string): Mention in the `doc' that the behavior is modified byEli Zaretskii2006-04-131-1/+2
* | Merged from [email protected]Karoly Lorentey2006-04-011-4/+8
|\|
| * (print_output_debug_flag): New global variable.Eli Zaretskii2006-03-251-4/+8
* | Merged from [email protected]Karoly Lorentey2006-02-121-1/+1
|\|
| * 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
* | Pull a bugfix from CVS to prevent problems with the Debian semantic package.Karoly Lorentey2005-12-231-0/+1
* | Reimplement and extend support for terminal-local environment variables.Karoly Lorentey2005-12-221-1/+1
|/
* 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