aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Remove conditional compilation on `standalone'.Gerd Moellmann1999-08-211-319/+152
* (print): Add hash table handling.Gerd Moellmann1999-07-211-0/+22
* (print_error_message): Don't crash if (cdr data) is not a list.Richard M. Stallman1999-02-211-1/+1
* (Qtemp_buffer_setup_hook): New variable.Richard M. Stallman1999-01-111-6/+21
* (printchar): Fix previous change.Kenichi Handa1998-12-221-20/+34
* (printchar): Outputting multibyte charactersKenichi Handa1998-12-151-3/+9
* (printchar): Cancel previous change.Kenichi Handa1998-12-151-20/+14
* (printchar): When outputting a multibyte character toKenichi Handa1998-12-151-14/+20
* (print_string): Check validity of a character.Kenichi Handa1998-11-041-2/+9
* (Fwith_output_to_temp_buffer): Doc fix.Dave Love1998-09-101-1/+4
* (print_escape_multibyte, Qprint_escape_multibyte)Richard M. Stallman1998-08-071-11/+32
* (PRINTFINISH): Convert text to unibyte beforeRichard M. Stallman1998-06-241-18/+31
* (print_string): Properly compute number of charsKarl Heuer1998-06-221-5/+18
* (strout): Show multibyte message correctly.Karl Heuer1998-06-201-1/+3
* (sms_of_print): Doc fix in prev change.Richard M. Stallman1998-05-251-1/+1
* (print_escape_nonascii): New variable.Richard M. Stallman1998-05-251-2/+14
* (print) <Lisp_Cons>: Detect circular list.Richard M. Stallman1998-05-251-3/+11
* (print_string): Don't ignore garbage bytes following aKenichi Handa1998-05-221-4/+10
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-1/+1
* (strout): Convert old echo area to multibyte, like printchar.Karl Heuer1998-04-131-5/+37
* (temp_output_buffer_setup): Clear out overlays,Karl Heuer1998-04-121-0/+6
* (print) <Lisp_String>: Fix "\ " handling.Karl Heuer1998-04-121-4/+7
* * print.c (print): Avoid `min'/`max' as variable names.Karl Heuer1998-04-091-3/+3
* (print) <Lisp_String>: Follow a hex escape with `\ ' if nec.Richard M. Stallman1998-04-051-0/+13
* (PRINTPREPARE): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+5
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-5/+5
* (print): Handle new data structureRichard M. Stallman1998-03-121-5/+17
* (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