log src/doprnt.c @ 112437:f3d875901372

age author description
Mon, 17 Jan 2011 11:01:01 -0800 Paul Eggert Merge from mainline.
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Thu, 23 Sep 2010 21:53:46 +0200 Lars Magne Ingebrigtsen Clean up EMACS_INT/int usage in doc.c and doprnt.c.
Tue, 21 Sep 2010 14:03:34 +0300 Dan Nicolaescu * src/doprnt.c: Do not include stdlib.h, config.h does it.
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Sun, 11 Jul 2010 02:59:55 -0400 Ken Raeburn Make doprnt and related functions ANSI C compliant, with prototypes.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 21:52:39 -0700 Dan Nicolaescu Convert declarations or definitions to standard C.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.
Wed, 13 Jan 2010 00:35:10 -0800 Glenn Morris Add 2010 to copyright years.
Wed, 21 Oct 2009 21:28:59 +0000 Andreas Schwab (doprnt): Fix overflow check.
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Mon, 10 Aug 2009 00:54:02 +0000 Ken Raeburn * doprnt.c (doprnt_lisp): Unused function deleted.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Tue, 02 Dec 2008 22:34:12 +0000 Andreas Schwab (doprnt1): Fix size of charbuf.
Mon, 02 Jun 2008 06:09:17 +0000 Jim Meyering Make "xfree (NULL)" a no-op; remove useless if-before-xfree.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 09 Jan 2008 01:21:15 +0000 Miles Bader Merge from emacs--devo--0
Fri, 27 Jul 2007 10:52:18 +0000 Miles Bader Merge from emacs--devo--0
Mon, 26 Feb 2007 23:03:45 +0000 Miles Bader Merge from emacs--devo--0
Fri, 26 Jan 2007 06:16:11 +0000 Miles Bader Merge from emacs--devo--0
Wed, 08 Feb 2006 04:26:44 +0000 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
Fri, 26 Aug 2005 09:51:52 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
Thu, 07 Jul 2005 12:43:14 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 08 Sep 2003 12:53:41 +0000 Kenichi Handa *** empty log message ***
Fri, 01 Mar 2002 01:06:01 +0000 Kenichi Handa Include "character.h" instead of "charset.h".
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Tue, 08 Jan 2008 04:30:25 +0000 Glenn Morris Add 2008 to copyright years.
Wed, 25 Jul 2007 05:16:09 +0000 Glenn Morris Switch license to GPLv3 or later.
Fri, 16 Feb 2007 13:20:39 +0000 Andreas Schwab (doprnt1): Add support for '+' flag. Fix overflow checking.
Sun, 14 Jan 2007 03:38:22 +0000 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Sat, 25 Jan 2003 19:47:02 +0000 Richard M. Stallman Comment change.
Sun, 20 Jan 2002 18:04:32 +0000 Pavel Jank (doprnt1): Fix typos in error call.
Fri, 19 Jan 2001 05:22:51 +0000 Kenichi Handa (doprnt1): Get byte length of Lisp string correctly.
Tue, 02 Jan 2001 14:00:20 +0000 Eli Zaretskii (doprnt1): Remove unused variable `size'.
Tue, 20 Jun 2000 14:02:05 +0000 Dave Love Don't declare xmalloc, xrealloc.
Wed, 15 Dec 1999 00:09:57 +0000 Kenichi Handa (doprnt1): Adjusted for the change of CHAR_STRING.
Wed, 18 Aug 1999 13:14:37 +0000 Dave Love Use stdlib.h, unistd.h.
Mon, 01 Jun 1998 03:32:00 +0000 Karl Heuer (doprnt1): Fix char signedness mismatches.
Fri, 08 May 1998 02:20:38 +0000 Richard M. Stallman (doprnt1): Cast arg to CHAR_STRING.
Tue, 14 Apr 1998 12:25:56 +0000 Andreas Schwab Fix -Wimplicit warnings.
Wed, 31 Dec 1997 21:48:28 +0000 Richard M. Stallman (doprnt1): Call to CHAR_HEAD_P fixed.
Fri, 21 Nov 1997 14:48:34 +0000 Andreas Schwab (doprnt1): Declare `charbuf' as unsigned char.
Tue, 08 Jul 1997 23:57:43 +0000 Richard M. Stallman Use #ifdef to test STDC_HEADERS.
Sat, 05 Jul 1997 03:27:25 +0000 Richard M. Stallman Include float.h before lisp.h.
Thu, 20 Feb 1997 06:48:14 +0000 Karl Heuer Include charset.h.
Mon, 27 Jan 1997 20:12:52 +0000 Paul Eggert Include <float.h> if STDC_HEADERS.
Tue, 03 Sep 1996 23:23:40 +0000 Richard M. Stallman (doprnt1): If lispstrings, accept a string
Mon, 26 Feb 1996 20:24:16 +0000 Richard M. Stallman (doprnt1): Move cast to unsigned inside a shift.
Mon, 15 Jan 1996 09:18:04 +0000 Erik Naggum Update FSF's address in the preamble.