| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (PRINTFULLP): Removed because it is no longer used and | Gerd Moellmann | 1999-09-15 | 1 | -10/+2 |
* | Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access. | Ken Raeburn | 1999-09-14 | 1 | -9/+9 |
* | Support print-circle and related features. | Richard M. Stallman | 1999-09-13 | 1 | -101/+283 |
* | (print_string): Use the macro STRING_CHAR_AND_LENGTH. | Kenichi Handa | 1999-09-03 | 1 | -4/+4 |
* | Remove conditional compilation on `standalone'. | Gerd Moellmann | 1999-08-21 | 1 | -319/+152 |
* | (print): Add hash table handling. | Gerd Moellmann | 1999-07-21 | 1 | -0/+22 |
* | (print_error_message): Don't crash if (cdr data) is not a list. | Richard M. Stallman | 1999-02-21 | 1 | -1/+1 |
* | (Qtemp_buffer_setup_hook): New variable. | Richard M. Stallman | 1999-01-11 | 1 | -6/+21 |
* | (printchar): Fix previous change. | Kenichi Handa | 1998-12-22 | 1 | -20/+34 |
* | (printchar): Outputting multibyte characters | Kenichi Handa | 1998-12-15 | 1 | -3/+9 |
* | (printchar): Cancel previous change. | Kenichi Handa | 1998-12-15 | 1 | -20/+14 |
* | (printchar): When outputting a multibyte character to | Kenichi Handa | 1998-12-15 | 1 | -14/+20 |
* | (print_string): Check validity of a character. | Kenichi Handa | 1998-11-04 | 1 | -2/+9 |
* | (Fwith_output_to_temp_buffer): Doc fix. | Dave Love | 1998-09-10 | 1 | -1/+4 |
* | (print_escape_multibyte, Qprint_escape_multibyte) | Richard M. Stallman | 1998-08-07 | 1 | -11/+32 |
* | (PRINTFINISH): Convert text to unibyte before | Richard M. Stallman | 1998-06-24 | 1 | -18/+31 |
* | (print_string): Properly compute number of chars | Karl Heuer | 1998-06-22 | 1 | -5/+18 |
* | (strout): Show multibyte message correctly. | Karl Heuer | 1998-06-20 | 1 | -1/+3 |
* | (sms_of_print): Doc fix in prev change. | Richard M. Stallman | 1998-05-25 | 1 | -1/+1 |
* | (print_escape_nonascii): New variable. | Richard M. Stallman | 1998-05-25 | 1 | -2/+14 |
* | (print) <Lisp_Cons>: Detect circular list. | Richard M. Stallman | 1998-05-25 | 1 | -3/+11 |