log src/doprnt.c @ 112317:7df2e30d72ec

age author description
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.