| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (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 |