| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kenichi Handa | 2003-09-08 | 1 | -20/+31 |
| |\ |
|
| | * | Copyright up-date. | Dave Love | 2002-10-06 | 1 | -1/+1 |
| | * | (print_object): Use octal form for printing the | Kenichi Handa | 2002-07-22 | 1 | -1/+6 |
| | * | (print_string): Remove CHAR_VALID_P test. | Dave Love | 2002-07-16 | 1 | -5/+0 |
| | * | (print_object): Fix print format for 64-bit | Dave Love | 2002-05-17 | 1 | -1/+6 |
| | * | * print.c: Include "character.h" instead of "charset.h". | Kenichi Handa | 2002-03-01 | 1 | -11/+16 |
| * | | New directory | Kenichi Handa | 2003-09-08 | 1 | -4/+1 |
| * | | 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 |
| * | | (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 |
| * | | (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 |
| * | | (print): When backquote form is the car of a list, | Richard M. Stallman | 2002-10-14 | 1 | -0/+28 |
| * | | (print): Clear out the unused parts of Vprint_number_table. | Richard M. Stallman | 2002-09-18 | 1 | -9/+22 |
| * | | (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 |