| Commit message (Expand) | Author | Age | Files | Lines |
* | (print_error_message): New args CONTEXT and CALLER. Calls changed. | Richard M. Stallman | 2002-07-20 | 1 | -2/+16 |
* | (temp_output_buffer_setup): | Ken Raeburn | 2002-07-19 | 1 | -2/+2 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -28/+28 |
* | (print_error_message): Don't handle Vsignaling_function here. | Richard M. Stallman | 2002-07-12 | 1 | -10/+0 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -4/+4 |
* | (temp_output_buffer_setup): Kill all local variables. | Stefan Monnier | 2002-06-24 | 1 | -0/+1 |
* | * print.c (print_error_message, print_object): Use SYMBOL_NAME and | Ken Raeburn | 2002-05-20 | 1 | -6/+6 |
* | (print_object): Delete `\ ' from printed rep of frame. | Richard M. Stallman | 2002-03-16 | 1 | -1/+1 |
* | (print_object): Output multibyte chars 128...255 | Richard M. Stallman | 2002-03-03 | 1 | -3/+7 |
* | Fix typo. | Pavel Janík | 2002-01-02 | 1 | -1/+1 |
* | (print_object): Test print_escape_nonascii only for unibyte strings. | Richard M. Stallman | 2002-01-01 | 1 | -1/+4 |
* | (print_object): In multibyte string, use hex escapes. | Richard M. Stallman | 2001-12-30 | 1 | -6/+6 |
* | (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. | Richard M. Stallman | 2001-11-26 | 1 | -2/+1 |
* | Fix typos. | Pavel Janík | 2001-11-15 | 1 | -2/+2 |
* | (prin1, print): Doc fix. | Eli Zaretskii | 2001-11-14 | 1 | -2/+4 |
* | (Fprin1_to_string): Doc fix. | Richard M. Stallman | 2001-11-14 | 1 | -4/+4 |
* | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -3/+3 |
* | (print_object): Clarify indication of insertion type. | Richard M. Stallman | 2001-10-30 | 1 | -1/+1 |
* | (Fwith_output_to_temp_buffer): Add usage: string to doc string. | Miles Bader | 2001-10-21 | 1 | -2/+5 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -163/+164 |
* | (Fwith_output_to_temp_buffer): Align with | Stefan Monnier | 2001-10-12 | 1 | -6/+7 |
* | (print_preprocess, print_object): Test internedness of | Gerd Moellmann | 2001-10-05 | 1 | -5/+8 |
* | (strout): Treat the characters at *ptr as unsigned char. | Eli Zaretskii | 2001-08-01 | 1 | -1/+1 |
* | (syms_of_print) <print-length, print-level>: Doc fix. | Gerd Moellmann | 2001-05-09 | 1 | -2/+2 |
* | (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change. | Eli Zaretskii | 2001-03-30 | 1 | -4/+4 |
* | (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix. | Eli Zaretskii | 2001-03-26 | 1 | -4/+60 |
* | (syms_of_print): Doc fixes. | Gerd Moellmann | 2001-03-20 | 1 | -13/+17 |
* | (print_string): If we are going to print a unibyte | Kenichi Handa | 2001-02-07 | 1 | -2/+17 |
* | *** empty log message *** | Stefan Monnier | 2001-02-02 | 1 | -1/+1 |
* | (print_unwind): Return nil. | Gerd Moellmann | 2000-12-21 | 1 | -3/+8 |
* | Include keyboard.h before frame.h. | Andrew Innes | 2000-08-22 | 1 | -1/+1 |
* | (print_object): If vector printing is truncated, print "..." to | Kenichi Handa | 2000-07-26 | 1 | -0/+3 |
* | (temp_output_buffer_setup): Don't call1 Vrun_hooks | Gerd Moellmann | 2000-07-24 | 1 | -1/+2 |
* | (print_error_message): If Vsignaling_function is set, | Gerd Moellmann | 2000-07-05 | 1 | -0/+10 |
* | (printchar, strout): Don't check message_buf_print | Gerd Moellmann | 2000-06-14 | 1 | -6/+2 |
* | (print_object): Use FETCH_STRING_CHAR_ADVANCE | Kenichi Handa | 2000-05-20 | 1 | -6/+1 |
* | Use the term `invalid' instead of `illegal'. | Gerd Moellmann | 2000-05-16 | 1 | -2/+2 |
* | (print_object): Treat print-length < 0 as nil. | Gerd Moellmann | 2000-04-27 | 1 | -12/+27 |
* | (print_error_message): Print data of `end-of-file' | Gerd Moellmann | 2000-04-27 | 1 | -10/+17 |
* | make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILP | Ken Raeburn | 2000-04-05 | 1 | -3/+3 |
* | Use new macro names | Gerd Moellmann | 2000-03-27 | 1 | -2/+2 |
* | (print_object): Use new macros for per-buffer | Gerd Moellmann | 2000-03-26 | 1 | -4/+4 |
* | Remove `LISP_FLOAT_TYPE' and `standalone'. | Gerd Moellmann | 2000-02-17 | 1 | -9/+1 |
* | (printchar): Adjusted for the change of CHAR_STRING. | Kenichi Handa | 1999-12-15 | 1 | -3/+3 |
* | (PRINTPREPARE): Don't call setup_echo_area_for_printing | Gerd Moellmann | 1999-11-16 | 1 | -1/+1 |
* | Remove USE_TEXT_PROPERTIES. | Gerd Moellmann | 1999-11-11 | 1 | -15/+0 |
* | (strout): Consider `noninteractive' and use stdout | Richard M. Stallman | 1999-11-01 | 1 | -1/+1 |
* | Add support for large files, 64-bit Solaris, system locale codings. | Paul Eggert | 1999-10-19 | 1 | -2/+14 |
* | (print_preprocess): In case print-circle is nil, | Kenichi Handa | 1999-10-18 | 1 | -31/+36 |
* | (print): When removing objects from Vprint_number_table, | Richard M. Stallman | 1999-10-09 | 1 | -2/+9 |