| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (print_string): Don't ignore garbage bytes following a | Kenichi Handa | 1998-05-22 | 1 | -4/+10 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -1/+1 |
* | (strout): Convert old echo area to multibyte, like printchar. | Karl Heuer | 1998-04-13 | 1 | -5/+37 |
* | (temp_output_buffer_setup): Clear out overlays, | Karl Heuer | 1998-04-12 | 1 | -0/+6 |
* | (print) <Lisp_String>: Fix "\ " handling. | Karl Heuer | 1998-04-12 | 1 | -4/+7 |
* | * print.c (print): Avoid `min'/`max' as variable names. | Karl Heuer | 1998-04-09 | 1 | -3/+3 |
* | (print) <Lisp_String>: Follow a hex escape with `\ ' if nec. | Richard M. Stallman | 1998-04-05 | 1 | -0/+13 |
* | (PRINTPREPARE): Use make_string_from_bytes. | Richard M. Stallman | 1998-03-21 | 1 | -4/+5 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -5/+5 |
* | (print): Handle new data structure | Richard M. Stallman | 1998-03-12 | 1 | -5/+17 |
* | (printchar): When outputting to echo area, | Richard M. Stallman | 1998-02-12 | 1 | -0/+19 |
* | (print): Declare local variable C as `int' instead of | Richard M. Stallman | 1998-02-08 | 1 | -1/+1 |
* | (float_to_string): Handle infinities and NaN specially. | Richard M. Stallman | 1998-02-02 | 1 | -0/+20 |
* | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
* | (print) <Lisp_String>: When multibyte is enabled, print | Karl Heuer | 1998-01-18 | 1 | -2/+13 |
* | (print_string): Now static. | Richard M. Stallman | 1998-01-05 | 1 | -101/+156 |
* | (PRINTDECLARE): Declare old_point_byte and start_point_byte. | Richard M. Stallman | 1998-01-01 | 1 | -9/+29 |
* | (internal_with_output_to_temp_buffer): | Andreas Schwab | 1997-11-28 | 1 | -1/+1 |
* | (printchar): Declare `work' as unsigned char. | Andreas Schwab | 1997-11-21 | 1 | -3/+7 |
* | (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined. | Paul Eggert | 1997-10-29 | 1 | -1/+9 |
* | (_MAXLDBL, _NMAXLDBL): | Paul Eggert | 1997-10-23 | 1 | -3/+57 |
* | (syms_of_print): Fix doc string of print-gensym. | Karl Heuer | 1997-10-02 | 1 | -1/+1 |