log src/doprnt.c @ 23481:4e3bead33d34

age author description
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.
Wed, 15 Nov 1995 17:44:17 +0000 Richard M. Stallman (doprnt1): Add a cast.
Fri, 10 Nov 1995 06:40:06 +0000 Richard M. Stallman Include lisp.h.
Tue, 31 Oct 1995 02:34:16 +0000 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):