summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* (printchar, strout): Don't check message_buf_printGerd Moellmann2000-06-141-6/+2
* (print_object): Use FETCH_STRING_CHAR_ADVANCEKenichi Handa2000-05-201-6/+1
* Use the term `invalid' instead of `illegal'.Gerd Moellmann2000-05-161-2/+2
* (print_object): Treat print-length < 0 as nil.Gerd Moellmann2000-04-271-12/+27
* (print_error_message): Print data of `end-of-file'Gerd Moellmann2000-04-271-10/+17
* make_number/XINT/XUINT conversions; EQ/== fixes; ==Qnil -> NILPKen Raeburn2000-04-051-3/+3
* Use new macro namesGerd Moellmann2000-03-271-2/+2
* (print_object): Use new macros for per-bufferGerd Moellmann2000-03-261-4/+4
* Remove `LISP_FLOAT_TYPE' and `standalone'.Gerd Moellmann2000-02-171-9/+1
* (printchar): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-3/+3
* (PRINTPREPARE): Don't call setup_echo_area_for_printingGerd Moellmann1999-11-161-1/+1
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-15/+0
* (strout): Consider `noninteractive' and use stdoutRichard M. Stallman1999-11-011-1/+1
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-2/+14
* (print_preprocess): In case print-circle is nil,Kenichi Handa1999-10-181-31/+36
* (print): When removing objects from Vprint_number_table,Richard M. Stallman1999-10-091-2/+9
* (PRINTFULLP): Removed because it is no longer used andGerd Moellmann1999-09-151-10/+2
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-141-9/+9
* Support print-circle and related features.Richard M. Stallman1999-09-131-101/+283
* (print_string): Use the macro STRING_CHAR_AND_LENGTH.Kenichi Handa1999-09-031-4/+4
* 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