| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Fprin1_to_string): Use macro SPECPDL_INDEX. | Juanma Barranquero | 2007-04-02 | 1 | -1/+1 |
| | | |||||
| * | Include blockinput.h. | YAMAMOTO Mitsuharu | 2007-03-20 | 1 | -1/+6 |
| | | | | | (Fredirect_debugging_output): Add BLOCK_INPUT around fclose. | ||||
| * | (print): Reset print_number_index if Vprint_number_table is nil. | Kim F. Storm | 2007-02-23 | 1 | -1/+2 |
| | | |||||
| * | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | Whitespace fixup. | Andreas Schwab | 2006-09-14 | 1 | -10/+10 |
| | | |||||
| * | (print_string): When printcharfun is t, | Richard M. Stallman | 2006-09-13 | 1 | -5/+27 |
| | | | | | copy string contents and call strout on the copy. | ||||
| * | (strout): Fix whitespace. | Andreas Schwab | 2006-09-08 | 1 | -1/+1 |
| | | |||||
| * | (debug_output_compilation_hack): Fix return type. | Andreas Schwab | 2006-08-16 | 1 | -1/+1 |
| | | |||||
| * | (debug_output_compilation_hack): New function. | Richard M. Stallman | 2006-08-16 | 1 | -0/+9 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2006-07-17 | 1 | -1/+3 |
| | | |||||
| * | (PRINTFINISH): Call signal_after_change. | Lars Hansen | 2006-04-20 | 1 | -0/+1 |
| | | |||||
| * | (Fprin1_to_string): Mention in the `doc' that the behavior is modified by | Eli Zaretskii | 2006-04-13 | 1 | -1/+2 |
| | | | | | `print-level' and `print-length'. | ||||
| * | (print_output_debug_flag): New global variable. | Eli Zaretskii | 2006-03-25 | 1 | -4/+8 |
| | | | | | | (Fexternal_debugging_output) [WINDOWSNT]: Don't call OutputDebugString if print_output_debug_flag is zero. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | (print_preprocess): Don't loose print_depth levels while iterating. | Károly Lőrentey | 2005-12-21 | 1 | -1/+2 |
| | | |||||
| * | 2005-12-17 Chong Yidong <cyd@stupidchicken.com> | Chong Yidong | 2005-12-17 | 1 | -8/+2 |
| | | | | | | * print.c (print_preprocess): Just signal an error if print_depth is exceeded. | ||||
| * | Revert last change. | Chong Yidong | 2005-12-17 | 1 | -2/+8 |
| | | |||||
| * | * print.c (print_preprocess): Just signal an error if print_depth | Chong Yidong | 2005-12-17 | 1 | -8/+2 |
| | | | | | is exceeded. | ||||
| * | * print.c (print_preprocess): Go to a deeper print_depth to avoid | Chong Yidong | 2005-12-14 | 1 | -1/+7 |
| | | | | | print_object loop. | ||||
| * | (safe_debug_print): New function to be called from gdb | Kim F. Storm | 2005-11-09 | 1 | -0/+20 |
| | | | | | | to print Lisp objects; use valid_lisp_object_p to avoid crashing if user tries to print something which is not a Lisp object. | ||||
| * | (print_error_message): Fix last change. | Kim F. Storm | 2005-09-12 | 1 | -1/+1 |
| | | |||||
| * | (print_error_message): Pass copy of caller name to message_dolog. | Kim F. Storm | 2005-09-12 | 1 | -1/+3 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+3 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (PRINTPREPARE): Check if the marker PRINTCHARFUN is within the | Lute Kamstra | 2005-04-09 | 1 | -6/+10 |
| | | | | | accessible part of the buffer. | ||||
| * | (print_object): Fix format string. | Kim F. Storm | 2004-11-09 | 1 | -1/+1 |
| | | |||||
| * | (print_object): Print Lisp_Misc_Save_Value objects. | Kim F. Storm | 2004-11-05 | 1 | -0/+9 |
| | | |||||
| * | (print_preprocess): Test for print_depth at limit | Richard M. Stallman | 2004-07-17 | 1 | -5/+5 |
| | | | | | before entering in being_printed. | ||||
| * | (Fwith_output_to_temp_buffer): Doc fix. | Eli Zaretskii | 2004-06-21 | 1 | -1/+1 |
| | | |||||
| * | (print_object): Always use %ld for printing EMACS_INT. | Andreas Schwab | 2004-06-13 | 1 | -5/+5 |
| | | |||||
| * | (print): Reset print_depth before to call print_object. | David Ponce | 2004-05-19 | 1 | -1/+2 |
| | | |||||
| * | (print_object): Increase buf size. | Kim F. Storm | 2004-05-17 | 1 | -3/+3 |
| | | |||||
| * | (print_preprocess): Use being_printed, loop_count and | Richard M. Stallman | 2004-05-10 | 1 | -0/+29 |
| | | | | | halftail to detect overdeep nesting and cyclic cdr chains. | ||||
| * | (temp_output_buffer_setup): Bind inhibit-read-only and | Kenichi Handa | 2004-05-10 | 1 | -0/+2 |
| | | | | | | inhibit-modification-hooks to t temporarily before calling Ferase_buffer. | ||||
| * | (print_object): Print non-ascii characters in bool vector representation | Andreas Schwab | 2004-04-26 | 1 | -2/+11 |
| | | | | | as octal escapes. Use BOOL_VECTOR_BITS_PER_CHAR instead of BITS_PER_CHAR. | ||||
| * | (print_preprocess): Declare size as EMACS_INT to not lose bits. | Andreas Schwab | 2004-01-26 | 1 | -2/+3 |
| | | | | | (print_object): Likewise. | ||||
| * | (print_preprocess) <case Lisp_Vectorlike>: Only mask | Andreas Schwab | 2004-01-08 | 1 | -1/+3 |
| | | | | | size if PSEUDOVECTOR_FLAG is set. | ||||
| * | (Ferror_message_string): Add hyperlink to the definition of `signal' | Luc Teirlinck | 2003-12-31 | 1 | -1/+3 |
| | | | | | in the Elisp manual. | ||||
| * | (Fredirect_debugging_output) [!GNU_LINUX]: Do not | Kim F. Storm | 2003-11-25 | 1 | -0/+12 |
| | | | | | define this defun on systems that cannot use stderr as lvalue. | ||||
| * | (Fredirect_debugging_output): New defun. | Kim F. Storm | 2003-11-23 | 1 | -0/+34 |
| | | | | | (syms_of_print): Defsubr it. | ||||
| * | (Fprin1_to_string): Move the PRINTPREPARE later, | Richard M. Stallman | 2003-09-19 | 1 | -13/+22 |
| | | | | | so that PRINTFINISH won't unbind Qinhibit_modification_hooks. | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | (print_string): Fix printing of multibyte string with | Andreas Schwab | 2003-08-08 | 1 | -1/+1 |
| | | | | | nontrivial printcharfun. | ||||
| * | (temp_output_buffer_setup): Typo. | Stefan Monnier | 2003-07-22 | 1 | -2/+2 |
| | | |||||
| * | (temp_output_buffer_setup): Use delete_all_overlays. | Stefan Monnier | 2003-07-22 | 1 | -2/+3 |
| | | |||||
| * | (temp_output_buffer_setup): Use new type for overlays_(before|after). | Stefan Monnier | 2003-07-09 | 1 | -3/+3 |
| | | |||||
| * | (syms_of_print) <print-escape-nonascii>: Doc fix. | Richard M. Stallman | 2003-05-28 | 1 | -1/+3 |
| | | |||||
| * | (Fprin1_to_string): Instead of gcpro, set abort_on_gc. | Richard M. Stallman | 2003-05-09 | 1 | -7/+12 |
| | | | | | | Bind Qinhibit_modification_hooks to t so there will be no GC. Rename local `tem' to `save_deactivate_mark'. | ||||
| * | (Fprin1_to_string): Return unibyte string if possible. | Stefan Monnier | 2003-03-11 | 1 | -0/+2 |
| | | |||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -18/+18 |
| | | |||||