summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* (printchar): When outputting to echo area,Richard M. Stallman1998-02-121-0/+19
* (print): Declare local variable C as `int' instead ofRichard M. Stallman1998-02-081-1/+1
* (float_to_string): Handle infinities and NaN specially.Richard M. Stallman1998-02-021-0/+20
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (print) <Lisp_String>: When multibyte is enabled, printKarl Heuer1998-01-181-2/+13
* (print_string): Now static.Richard M. Stallman1998-01-051-101/+156
* (PRINTDECLARE): Declare old_point_byte and start_point_byte.Richard M. Stallman1998-01-011-9/+29
* (internal_with_output_to_temp_buffer):Andreas Schwab1997-11-281-1/+1
* (printchar): Declare `work' as unsigned char.Andreas Schwab1997-11-211-3/+7
* (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.Paul Eggert1997-10-291-1/+9
* (_MAXLDBL, _NMAXLDBL):Paul Eggert1997-10-231-3/+57
* (syms_of_print): Fix doc string of print-gensym.Karl Heuer1997-10-021-1/+1
* (Fexternal_debugging_output): On Windows output to debugger.Richard M. Stallman1997-09-121-1/+9
* (strout, printchar): Handle minibuffer_auto_raise.Richard M. Stallman1997-07-261-0/+24
* (Vprint_gensym_alist): Renamed from printed_gensyms.Richard M. Stallman1997-07-251-16/+32
* Fix bugs with inappropriate mixing of Lisp_Object with int.Richard M. Stallman1997-07-041-1/+1
* (Ferror_message_string): Optimize (error STRING) case.Richard M. Stallman1997-06-201-0/+9
* (print): Symbols like e2 and 2e are not confusing.Richard M. Stallman1997-04-181-1/+11
* (read1): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-0/+2
* (print): Generate a backslash in \2e10.Richard M. Stallman1997-03-221-1/+3
* Include charset.h.Karl Heuer1997-02-201-24/+47
* (print): Round size of bool-vector properly.Richard M. Stallman1997-01-201-1/+1
* (PRINTFINISH): Use xfree, not free.Richard M. Stallman1996-11-051-1/+1
* (PRINTPREPARE): Really do set free_print_buffer.Richard M. Stallman1996-11-041-1/+1
* (PRINTDECLARE): Declare specpdl_count and free_print_buffer.Richard M. Stallman1996-11-041-11/+31
* (printchar, strout): Do QUIT for echo area output.Richard M. Stallman1996-11-021-8/+28
* Add #n=object, #n#, and #:symbol constructs to printer.Erik Naggum1996-09-081-45/+72
* Removed support for !MULTI_FRAME.Karl Heuer1996-09-011-2/+0
* Change all references from point to PT.Karl Heuer1996-09-011-4/+4
* (print-quoted): New variable.Erik Naggum1996-08-241-6/+46
* When printing into a buffer, generate all the textRichard M. Stallman1996-07-301-14/+40
* (print): Fix args in strout calls.Karl Heuer1996-07-161-3/+3
* (print): Obey Vprint_length for vectors, bitvectors.Richard M. Stallman1996-06-291-0/+12
* (Fprin1_to_string): Preserve Vdeactivate_mark.Karl Heuer1996-05-211-2/+10
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): HarmonizeErik Naggum1996-01-091-25/+25
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (NULL): #undef deleted.Richard M. Stallman1995-12-261-1/+0
* (Ferror_message_string): New function.Karl Heuer1995-12-211-1/+77
* (debug_print): Explicitly print a CR.Richard M. Stallman1995-11-101-1/+1
* (debug_print): Print newline to stderr, too.Erik Naggum1995-11-061-1/+1
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-2/+1
* (debug_print): Print a newline here.Richard M. Stallman1995-10-311-0/+1
* (print): Handle chartables and boolvectors.Richard M. Stallman1995-10-071-1/+52
* (print_string): Use insert_from_string for output to buffer.Richard M. Stallman1995-08-051-2/+10
* (float_to_string): Fix type mismatch and simplify.Karl Heuer1995-05-121-9/+11
* (print): Make the printing understand EMACS_INTsRichard M. Stallman1995-05-051-1/+6
* Include keyboard.h.Richard M. Stallman1995-04-101-0/+1
* (print): Use XMISCTYPE.Richard M. Stallman1995-04-071-2/+2
* Update copyright.Karl Heuer1995-04-071-1/+1