log src/print.c @ 22544:f2d3eeec754e

age author description
Mon, 22 Jun 1998 17:39:25 +0000 Karl Heuer (print_string): Properly compute number of chars
Sat, 20 Jun 1998 21:49:01 +0000 Karl Heuer (strout): Show multibyte message correctly.
Mon, 25 May 1998 20:35:28 +0000 Richard M. Stallman (sms_of_print): Doc fix in prev change.
Mon, 25 May 1998 20:29:54 +0000 Richard M. Stallman (print_escape_nonascii): New variable.
Mon, 25 May 1998 16:28:02 +0000 Richard M. Stallman (print) <Lisp_Cons>: Detect circular list.
Fri, 22 May 1998 09:44:27 +0000 Kenichi Handa (print_string): Don't ignore garbage bytes following a
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Mon, 13 Apr 1998 18:58:10 +0000 Karl Heuer (strout): Convert old echo area to multibyte, like printchar.
Sun, 12 Apr 1998 18:08:02 +0000 Karl Heuer (temp_output_buffer_setup): Clear out overlays,
Sun, 12 Apr 1998 06:49:26 +0000 Karl Heuer (print) <Lisp_String>: Fix "\ " handling.
Thu, 09 Apr 1998 17:58:28 +0000 Karl Heuer * print.c (print): Avoid `min'/`max' as variable names.
Sun, 05 Apr 1998 19:18:32 +0000 Richard M. Stallman (print) <Lisp_String>: Follow a hex escape with `\ ' if nec.
Sat, 21 Mar 1998 17:51:30 +0000 Richard M. Stallman (PRINTPREPARE): Use make_string_from_bytes.
Sat, 21 Mar 1998 07:06:14 +0000 Richard M. Stallman Use STRING_BYTES and SET_STRING_BYTES.
Thu, 12 Mar 1998 05:48:33 +0000 Richard M. Stallman (print): Handle new data structure
Thu, 12 Feb 1998 05:18:59 +0000 Richard M. Stallman (printchar): When outputting to echo area,
Sun, 08 Feb 1998 08:27:19 +0000 Richard M. Stallman (print): Declare local variable C as `int' instead of
Mon, 02 Feb 1998 01:09:35 +0000 Richard M. Stallman (float_to_string): Handle infinities and NaN specially.
Wed, 21 Jan 1998 22:22:17 +0000 Richard M. Stallman Update copyright year.
Sun, 18 Jan 1998 04:51:16 +0000 Karl Heuer (print) <Lisp_String>: When multibyte is enabled, print
Mon, 05 Jan 1998 17:29:16 +0000 Richard M. Stallman (print_string): Now static.
Thu, 01 Jan 1998 06:40:47 +0000 Richard M. Stallman (PRINTDECLARE): Declare old_point_byte and start_point_byte.
Fri, 28 Nov 1997 14:37:15 +0000 Andreas Schwab (internal_with_output_to_temp_buffer):
Fri, 21 Nov 1997 14:05:58 +0000 Andreas Schwab (printchar): Declare `work' as unsigned char.
Wed, 29 Oct 1997 07:47:37 +0000 Paul Eggert (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.
Thu, 23 Oct 1997 04:29:36 +0000 Paul Eggert (_MAXLDBL, _NMAXLDBL):
Thu, 02 Oct 1997 03:10:50 +0000 Karl Heuer (syms_of_print): Fix doc string of print-gensym.
Fri, 12 Sep 1997 04:06:46 +0000 Richard M. Stallman (Fexternal_debugging_output): On Windows output to debugger.
Sat, 26 Jul 1997 22:20:51 +0000 Richard M. Stallman (strout, printchar): Handle minibuffer_auto_raise.
Fri, 25 Jul 1997 03:04:19 +0000 Richard M. Stallman (Vprint_gensym_alist): Renamed from printed_gensyms.