2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2005-07-04 |
Lute Kamstra |
Update FSF's address.
|
2005-04-09 |
Lute Kamstra |
(PRINTPREPARE): Check if the marker PRINTCHARFUN is within the
|
2004-11-09 |
Kim F. Storm |
(print_object): Fix format string.
|
2004-11-05 |
Kim F. Storm |
(print_object): Print Lisp_Misc_Save_Value objects.
|
2004-07-17 |
Richard M. Stallman |
(print_preprocess): Test for print_depth at limit
|
2004-06-21 |
Eli Zaretskii |
(Fwith_output_to_temp_buffer): Doc fix.
|
2004-06-13 |
Andreas Schwab |
(print_object): Always use %ld for printing EMACS_INT.
|
2004-05-19 |
David Ponce |
(print): Reset print_depth before to call print_object.
|
2004-05-17 |
Kim F. Storm |
(print_object): Increase buf size.
|
2004-05-10 |
Richard M. Stallman |
(print_preprocess): Use being_printed, loop_count and
|
2004-05-10 |
Kenichi Handa |
(temp_output_buffer_setup): Bind inhibit-read-only and
|
2004-04-26 |
Andreas Schwab |
(print_object): Print non-ascii characters in bool vector representation
|
2004-01-26 |
Andreas Schwab |
(print_preprocess): Declare size as EMACS_INT to not lose bits.
|
2004-01-08 |
Andreas Schwab |
(print_preprocess) <case Lisp_Vectorlike>: Only mask
|
2003-12-31 |
Luc Teirlinck |
(Ferror_message_string): Add hyperlink to the definition of `signal'
|
2003-12-25 |
Karoly Lorentey |
Implemented multiple tty support.
|
2003-11-25 |
Kim F. Storm |
(Fredirect_debugging_output) [!GNU_LINUX]: Do not
|
2003-11-23 |
Kim F. Storm |
(Fredirect_debugging_output): New defun.
|
2003-09-19 |
Richard M. Stallman |
(Fprin1_to_string): Move the PRINTPREPARE later,
|
2003-09-01 |
Miles Bader |
Add arch taglines
|
2003-08-08 |
Andreas Schwab |
(print_string): Fix printing of multibyte string with
|
2003-07-22 |
Stefan Monnier |
(temp_output_buffer_setup): Typo.
|
2003-07-22 |
Stefan Monnier |
(temp_output_buffer_setup): Use delete_all_overlays.
|
2003-07-09 |
Stefan Monnier |
(temp_output_buffer_setup): Use new type for overlays_(before|after).
|
2003-05-28 |
Richard M. Stallman |
(syms_of_print) <print-escape-nonascii>: Doc fix.
|
2003-05-09 |
Richard M. Stallman |
(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
|
2003-03-11 |
Stefan Monnier |
(Fprin1_to_string): Return unibyte string if possible.
|
2003-02-04 |
Juanma Barranquero |
Trailing whitespace deleted.
|
2002-10-14 |
Richard M. Stallman |
(print): When backquote form is the car of a list,
|
2002-09-18 |
Richard M. Stallman |
(print): Clear out the unused parts of Vprint_number_table.
|
2002-07-20 |
Richard M. Stallman |
(print_error_message): New args CONTEXT and CALLER. Calls changed.
|
2002-07-19 |
Ken Raeburn |
(temp_output_buffer_setup):
|
2002-07-15 |
Ken Raeburn |
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
|
2002-07-12 |
Richard M. Stallman |
(print_error_message): Don't handle Vsignaling_function here.
|
2002-07-11 |
Juanma Barranquero |
Use macro SPECPDL_INDEX.
|
2002-06-24 |
Stefan Monnier |
(temp_output_buffer_setup): Kill all local variables.
|
2002-05-20 |
Ken Raeburn |
* print.c (print_error_message, print_object): Use SYMBOL_NAME and
|
2002-03-16 |
Richard M. Stallman |
(print_object): Delete `\ ' from printed rep of frame.
|
2002-03-03 |
Richard M. Stallman |
(print_object): Output multibyte chars 128...255
|
2002-01-02 |
Pavel Janík |
Fix typo.
|
2002-01-01 |
Richard M. Stallman |
(print_object): Test print_escape_nonascii only for unibyte strings.
|
2001-12-30 |
Richard M. Stallman |
(print_object): In multibyte string, use hex escapes.
|
2001-11-26 |
Richard M. Stallman |
(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
|
2001-11-15 |
Pavel Janík |
Fix typos.
|
2001-11-14 |
Eli Zaretskii |
(prin1, print): Doc fix.
|
2001-11-14 |
Richard M. Stallman |
(Fprin1_to_string): Doc fix.
|
2001-11-02 |
Pavel Janík |
Update usage of CHECK_ macros (remove unused second argument).
|
2001-10-30 |
Richard M. Stallman |
(print_object): Clarify indication of insertion type.
|
2001-10-21 |
Miles Bader |
(Fwith_output_to_temp_buffer): Add usage: string to doc string.
|
2001-10-21 |
Pavel Janík |
Change doc-string comments to `new style' [w/`doc:' keyword].
|
2001-10-12 |
Stefan Monnier |
(Fwith_output_to_temp_buffer): Align with
|
2001-10-05 |
Gerd Moellmann |
(print_preprocess, print_object): Test internedness of
|
2001-08-01 |
Eli Zaretskii |
(strout): Treat the characters at *ptr as unsigned char.
|
2001-05-21 |
Gerd Moellmann |
(print_preprocess, print_object): Test internedness of
|
2001-05-09 |
Gerd Moellmann |
(syms_of_print) <print-length, print-level>: Doc fix.
|
2001-03-30 |
Eli Zaretskii |
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
|
2001-03-26 |
Eli Zaretskii |
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
|
2001-03-20 |
Gerd Moellmann |
(syms_of_print): Doc fixes.
|
2001-02-07 |
Kenichi Handa |
(print_string): If we are going to print a unibyte
|