log src/print.c @ 110645:7d7a02c19d8c

age author description
Wed, 29 Sep 2010 05:06:53 -0400 Eli Zaretskii Fix int/EMACS_INT use in xdisp.c and print.c.
Sat, 25 Sep 2010 07:55:30 -0400 Eli Zaretskii Fix int/EMACS_INT use in lread.c, marker.c, minibuf.c, print.c
Fri, 24 Sep 2010 17:01:03 +0200 Lars Magne Ingebrigtsen Fix all EMACS_INT/int conversion errors in print.c (and related files).
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 16:40:41 +0200 Juanma Barranquero * print.c (strout): Use const char* for arg PTR.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Mon, 19 Apr 2010 21:50:52 -0400 Stefan Monnier Make variable forwarding explicit rather the using special values.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Mon, 30 Nov 2009 21:08:25 +0000 Stefan Monnier (print_preprocess): Preprocess the key_and_value table of
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Sat, 21 Nov 2009 02:33:45 +0000 Dan Nicolaescu * xterm.c (x_new_font):
Fri, 06 Nov 2009 18:47:48 +0000 Stefan Monnier Let integers use up 2 tags to give them one extra bit and double their range.
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Thu, 15 Oct 2009 07:22:11 +0000 Kenichi Handa (print_object): Escape a symbol like "2E10" too.
Fri, 28 Aug 2009 10:16:03 +0000 Teodor Zlatanov (print_object): Set escapeflag to 1 when printing
Fri, 07 Aug 2009 05:46:34 +0000 Dan Nicolaescu (syms_of_print): Undo previous change.
Wed, 05 Aug 2009 09:19:21 +0000 Teodor Zlatanov * lread.c (read1, syms_of_lread): Read hashtables back from the
Fri, 03 Apr 2009 06:23:49 +0000 Kenichi Handa (print_object): Make each lowest sub_char_table start a new line.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Thu, 27 Nov 2008 08:02:15 +0000 Kenichi Handa (print_object): For bool-vector, delete unnecessary
Thu, 31 Jul 2008 05:33:56 +0000 Dan Nicolaescu * bitmaps/README:
Sat, 26 Jul 2008 06:49:19 +0000 Andreas Schwab (print_object): Fix off-by-one in last change.
Mon, 21 Jul 2008 05:03:39 +0000 Chong Yidong (print_object): Check print_depth before searching for circularities.
Thu, 26 Jun 2008 04:24:54 +0000 Dan Nicolaescu * unexnext.c: