aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(printchar): Adjusted for the change of CHAR_STRING.Kenichi Handa1-3/+3
1999-11-16(PRINTPREPARE): Don't call setup_echo_area_for_printingGerd Moellmann1-1/+1
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-15/+0
1999-11-01(strout): Consider `noninteractive' and use stdoutRichard M. Stallman1-1/+1
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-2/+14
1999-10-18(print_preprocess): In case print-circle is nil,Kenichi Handa1-31/+36
1999-10-09(print): When removing objects from Vprint_number_table,Richard M. Stallman1-2/+9
1999-09-15(PRINTFULLP): Removed because it is no longer used andGerd Moellmann1-10/+2
1999-09-14Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-9/+9
1999-09-13Support print-circle and related features.Richard M. Stallman1-101/+283
1999-09-03(print_string): Use the macro STRING_CHAR_AND_LENGTH.Kenichi Handa1-4/+4
1999-08-21Remove conditional compilation on `standalone'.Gerd Moellmann1-319/+152
1999-07-21(print): Add hash table handling.Gerd Moellmann1-0/+22
1999-02-21(print_error_message): Don't crash if (cdr data) is not a list.Richard M. Stallman1-1/+1
1999-01-11(Qtemp_buffer_setup_hook): New variable.Richard M. Stallman1-6/+21
1998-12-22(printchar): Fix previous change.Kenichi Handa1-20/+34
1998-12-15(printchar): Outputting multibyte charactersKenichi Handa1-3/+9
1998-12-15(printchar): Cancel previous change.Kenichi Handa1-20/+14
1998-12-15(printchar): When outputting a multibyte character toKenichi Handa1-14/+20
1998-11-04(print_string): Check validity of a character.Kenichi Handa1-2/+9
1998-09-10(Fwith_output_to_temp_buffer): Doc fix.Dave Love1-1/+4
1998-08-07(print_escape_multibyte, Qprint_escape_multibyte)Richard M. Stallman1-11/+32
1998-06-24(PRINTFINISH): Convert text to unibyte beforeRichard M. Stallman1-18/+31
1998-06-22(print_string): Properly compute number of charsKarl Heuer1-5/+18
1998-06-20(strout): Show multibyte message correctly.Karl Heuer1-1/+3
1998-05-25(sms_of_print): Doc fix in prev change.Richard M. Stallman1-1/+1
1998-05-25(print_escape_nonascii): New variable.Richard M. Stallman1-2/+14
1998-05-25(print) <Lisp_Cons>: Detect circular list.Richard M. Stallman1-3/+11
1998-05-22(print_string): Don't ignore garbage bytes following aKenichi Handa1-4/+10
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-1/+1
1998-04-13(strout): Convert old echo area to multibyte, like printchar.Karl Heuer1-5/+37
1998-04-12(temp_output_buffer_setup): Clear out overlays,Karl Heuer1-0/+6
1998-04-12(print) <Lisp_String>: Fix "\ " handling.Karl Heuer1-4/+7
1998-04-09* print.c (print): Avoid `min'/`max' as variable names.Karl Heuer1-3/+3
1998-04-05(print) <Lisp_String>: Follow a hex escape with `\ ' if nec.Richard M. Stallman1-0/+13
1998-03-21(PRINTPREPARE): Use make_string_from_bytes.Richard M. Stallman1-4/+5
1998-03-21Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1-5/+5
1998-03-12(print): Handle new data structureRichard M. Stallman1-5/+17
1998-02-12(printchar): When outputting to echo area,Richard M. Stallman1-0/+19
1998-02-08(print): Declare local variable C as `int' instead ofRichard M. Stallman1-1/+1
1998-02-02(float_to_string): Handle infinities and NaN specially.Richard M. Stallman1-0/+20
1998-01-21Update copyright year.Richard M. Stallman1-1/+1
1998-01-18(print) <Lisp_String>: When multibyte is enabled, printKarl Heuer1-2/+13
1998-01-05(print_string): Now static.Richard M. Stallman1-101/+156
1998-01-01(PRINTDECLARE): Declare old_point_byte and start_point_byte.Richard M. Stallman1-9/+29
1997-11-28(internal_with_output_to_temp_buffer):Andreas Schwab1-1/+1
1997-11-21(printchar): Declare `work' as unsigned char.Andreas Schwab1-3/+7
1997-10-29(DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.Paul Eggert1-1/+9
1997-10-23(_MAXLDBL, _NMAXLDBL):Paul Eggert1-3/+57
1997-10-02(syms_of_print): Fix doc string of print-gensym.Karl Heuer1-1/+1