aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* (Fprin1_to_string): Instead of gcpro, set abort_on_gc.Richard M. Stallman2003-05-091-7/+12
* (Fprin1_to_string): Return unibyte string if possible.Stefan Monnier2003-03-111-0/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-18/+18
* (print): When backquote form is the car of a list,Richard M. Stallman2002-10-141-0/+28
* (print): Clear out the unused parts of Vprint_number_table.Richard M. Stallman2002-09-181-9/+22
* (print_error_message): New args CONTEXT and CALLER. Calls changed.Richard M. Stallman2002-07-201-2/+16
* (temp_output_buffer_setup):Ken Raeburn2002-07-191-2/+2
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-28/+28
* (print_error_message): Don't handle Vsignaling_function here.Richard M. Stallman2002-07-121-10/+0
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-4/+4
* (temp_output_buffer_setup): Kill all local variables.Stefan Monnier2002-06-241-0/+1
* * print.c (print_error_message, print_object): Use SYMBOL_NAME andKen Raeburn2002-05-201-6/+6
* (print_object): Delete `\ ' from printed rep of frame.Richard M. Stallman2002-03-161-1/+1
* (print_object): Output multibyte chars 128...255Richard M. Stallman2002-03-031-3/+7
* Fix typo.Pavel Janík2002-01-021-1/+1
* (print_object): Test print_escape_nonascii only for unibyte strings.Richard M. Stallman2002-01-011-1/+4
* (print_object): In multibyte string, use hex escapes.Richard M. Stallman2001-12-301-6/+6
* (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.Richard M. Stallman2001-11-261-2/+1
* Fix typos.Pavel Janík2001-11-151-2/+2
* (prin1, print): Doc fix.Eli Zaretskii2001-11-141-2/+4
* (Fprin1_to_string): Doc fix.Richard M. Stallman2001-11-141-4/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-3/+3
* (print_object): Clarify indication of insertion type.Richard M. Stallman2001-10-301-1/+1
* (Fwith_output_to_temp_buffer): Add usage: string to doc string.Miles Bader2001-10-211-2/+5
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-10-211-163/+164
* (Fwith_output_to_temp_buffer): Align withStefan Monnier2001-10-121-6/+7
* (print_preprocess, print_object): Test internedness ofGerd Moellmann2001-10-051-5/+8
* (strout): Treat the characters at *ptr as unsigned char.Eli Zaretskii2001-08-011-1/+1
* (syms_of_print) <print-length, print-level>: Doc fix.Gerd Moellmann2001-05-091-2/+2
* (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.Eli Zaretskii2001-03-301-4/+4
* (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.Eli Zaretskii2001-03-261-4/+60
* (syms_of_print): Doc fixes.Gerd Moellmann2001-03-201-13/+17
* (print_string): If we are going to print a unibyteKenichi Handa2001-02-071-2/+17
* *** empty log message ***Stefan Monnier2001-02-021-1/+1
* (print_unwind): Return nil.Gerd Moellmann2000-12-211-3/+8
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-1/+1
* (print_object): If vector printing is truncated, print "..." toKenichi Handa2000-07-261-0/+3
* (temp_output_buffer_setup): Don't call1 Vrun_hooksGerd Moellmann2000-07-241-1/+2
* (print_error_message): If Vsignaling_function is set,Gerd Moellmann2000-07-051-0/+10
* (printchar, strout): Don't check message_buf_printGerd Moellmann2000-06-141-6/+2
* (print_object): Use FETCH_STRING_CHAR_ADVANCEKenichi Handa2000-05-201-6/+1
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-2/+2
* (print_object): Treat print-length < 0 as nil.Gerd Moellmann2000-04-271-12/+27
* (print_error_message): Print data of `end-of-file'Gerd Moellmann2000-04-271-10/+17
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-3/+3
* Use new macro namesGerd Moellmann2000-03-271-2/+2
* (print_object): Use new macros for per-bufferGerd Moellmann2000-03-261-4/+4
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-9/+1
* (printchar): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-3/+3
* (PRINTPREPARE): Don't call setup_echo_area_for_printingGerd Moellmann1999-11-161-1/+1