| Commit message (Expand) | Author | Age | Files | Lines |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): Harmonize | Erik Naggum | 1996-01-09 | 1 | -25/+25 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | (NULL): #undef deleted. | Richard M. Stallman | 1995-12-26 | 1 | -1/+0 |
* | (Ferror_message_string): New function. | Karl Heuer | 1995-12-21 | 1 | -1/+77 |
* | (debug_print): Explicitly print a CR. | Richard M. Stallman | 1995-11-10 | 1 | -1/+1 |
* | (debug_print): Print newline to stderr, too. | Erik Naggum | 1995-11-06 | 1 | -1/+1 |
* | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -2/+1 |
* | (debug_print): Print a newline here. | Richard M. Stallman | 1995-10-31 | 1 | -0/+1 |
* | (print): Handle chartables and boolvectors. | Richard M. Stallman | 1995-10-07 | 1 | -1/+52 |
* | (print_string): Use insert_from_string for output to buffer. | Richard M. Stallman | 1995-08-05 | 1 | -2/+10 |
* | (float_to_string): Fix type mismatch and simplify. | Karl Heuer | 1995-05-12 | 1 | -9/+11 |
* | (print): Make the printing understand EMACS_INTs | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
* | Include keyboard.h. | Richard M. Stallman | 1995-04-10 | 1 | -0/+1 |
* | (print): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (temp_output_buffer_setup): (Re)set the default | Richard M. Stallman | 1995-03-24 | 1 | -0/+1 |
* | (print): Rename perdisplay to kboard. | Karl Heuer | 1995-03-15 | 1 | -4/+4 |
* | (print): current_perdisplay now is never null. | Karl Heuer | 1995-03-13 | 1 | -6/+3 |
* | (print): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -3/+6 |
* | (print): Handle internal display-local object. | Karl Heuer | 1995-01-28 | 1 | -2/+10 |
* | (printchar, strout): Use message_log_maybe_newline. | Karl Heuer | 1995-01-27 | 1 | -13/+2 |
* | (print): Print internal types too, for debugging. | Karl Heuer | 1995-01-19 | 1 | -6/+68 |
* | (printchar, strout): Call message_dolog. | Karl Heuer | 1995-01-13 | 1 | -1/+17 |
* | (print): Don't drop thru to error for markers and overlays. | Richard M. Stallman | 1995-01-02 | 1 | -13/+16 |
* | (print): Get size of compiled function as pseudovector. | Richard M. Stallman | 1994-12-30 | 1 | -142/+161 |
* | (print): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -160/+137 |
* | (print): Use new overlay substructure. | Karl Heuer | 1994-11-15 | 1 | -16/+16 |
* | (print): Check the substructure. | Karl Heuer | 1994-10-11 | 1 | -10/+18 |
* | (printchar): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -1/+1 |
* | (temp_output_buffer_setup): Use new accessor macros instead of calling XSET | Karl Heuer | 1994-10-04 | 1 | -1/+1 |
* | (PRINTPREPARE, PRINTFINISH, float_to_string, print): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -8/+7 |
* | (print): sprintf arg for frame depends on VALBITS. | Richard M. Stallman | 1994-09-17 | 1 | -1/+4 |
* | (print): Use EMACS_UINT. | Richard M. Stallman | 1994-09-17 | 1 | -1/+1 |
* | (internal_with_output_to_temp_buffer): gcpro things. | Richard M. Stallman | 1994-07-24 | 1 | -0/+5 |
* | Doc fixes. | Karl Heuer | 1994-04-29 | 1 | -7/+7 |
* | (printchar, strout): Use FRAME_PTR, not struct frame *. | Karl Heuer | 1994-04-11 | 1 | -2/+2 |
* | (syms_of_print): Doc fix. | Richard M. Stallman | 1994-04-11 | 1 | -1/+1 |
* | (debug_print): New function. | Richard M. Stallman | 1994-03-25 | 1 | -0/+9 |
* | (print): If print_escapes_newlines, print '\f' as "\\f". | Roland McGrath | 1994-02-08 | 1 | -2/+8 |
* | (strout, printchar): Use proper frame for minibuffer. | Richard M. Stallman | 1994-01-07 | 1 | -12/+18 |
* | (printchar, strout): Set echo_area_glyphs_length. | Richard M. Stallman | 1993-12-23 | 1 | -0/+4 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (float_to_string): Don't use uninitialized pointer `cp'. | Richard M. Stallman | 1993-07-22 | 1 | -6/+10 |
* | * print.c (float_to_string): Distinguish between a precision of | Jim Blandy | 1993-07-18 | 1 | -26/+33 |
* | * print.c: Get rid of extra space at the end of print syntax for | Jim Blandy | 1993-07-06 | 1 | -2/+1 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
* | (float_to_string): Skip `-' like digits when ensuring | Richard M. Stallman | 1993-06-01 | 1 | -1/+1 |
* | (Fwith_output_to_temp_buffer): Doc fix. | Richard M. Stallman | 1993-05-31 | 1 | -1/+1 |
* | * lisp.h (Lisp_Overlay): New tag. | Jim Blandy | 1993-05-14 | 1 | -0/+17 |