| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (Fexternal_debugging_output): On Windows output to debugger. | Richard M. Stallman | 1997-09-12 | 1 | -1/+9 |
| * | (strout, printchar): Handle minibuffer_auto_raise. | Richard M. Stallman | 1997-07-26 | 1 | -0/+24 |
| * | (Vprint_gensym_alist): Renamed from printed_gensyms. | Richard M. Stallman | 1997-07-25 | 1 | -16/+32 |
| * | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -1/+1 |
| * | (Ferror_message_string): Optimize (error STRING) case. | Richard M. Stallman | 1997-06-20 | 1 | -0/+9 |
| * | (print): Symbols like e2 and 2e are not confusing. | Richard M. Stallman | 1997-04-18 | 1 | -1/+11 |
| * | (read1): Adjusted for the new structure of Lisp_Char_Table. | Kenichi Handa | 1997-04-07 | 1 | -0/+2 |
| * | (print): Generate a backslash in \2e10. | Richard M. Stallman | 1997-03-22 | 1 | -1/+3 |
| * | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -24/+47 |
| * | (print): Round size of bool-vector properly. | Richard M. Stallman | 1997-01-20 | 1 | -1/+1 |
| * | (PRINTFINISH): Use xfree, not free. | Richard M. Stallman | 1996-11-05 | 1 | -1/+1 |
| * | (PRINTPREPARE): Really do set free_print_buffer. | Richard M. Stallman | 1996-11-04 | 1 | -1/+1 |
| * | (PRINTDECLARE): Declare specpdl_count and free_print_buffer. | Richard M. Stallman | 1996-11-04 | 1 | -11/+31 |
| * | (printchar, strout): Do QUIT for echo area output. | Richard M. Stallman | 1996-11-02 | 1 | -8/+28 |
| * | Add #n=object, #n#, and #:symbol constructs to printer. | Erik Naggum | 1996-09-08 | 1 | -45/+72 |
| * | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -2/+0 |
| * | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -4/+4 |
| * | (print-quoted): New variable. | Erik Naggum | 1996-08-24 | 1 | -6/+46 |
| * | When printing into a buffer, generate all the text | Richard M. Stallman | 1996-07-30 | 1 | -14/+40 |
| * | (print): Fix args in strout calls. | Karl Heuer | 1996-07-16 | 1 | -3/+3 |
| * | (print): Obey Vprint_length for vectors, bitvectors. | Richard M. Stallman | 1996-06-29 | 1 | -0/+12 |
| * | (Fprin1_to_string): Preserve Vdeactivate_mark. | Karl Heuer | 1996-05-21 | 1 | -2/+10 |
| * | 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 |