log src/doprnt.c @ 73529:59b2832e02ef

age author description
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2003-09-01 Miles Bader Add arch taglines
2003-01-25 Richard M. Stallman Comment change.
2002-01-20 Pavel Janík (doprnt1): Fix typos in error call.
2001-01-19 Kenichi Handa (doprnt1): Get byte length of Lisp string correctly.
2001-01-02 Eli Zaretskii (doprnt1): Remove unused variable `size'.
2000-06-20 Dave Love Don't declare xmalloc, xrealloc.
1999-12-15 Kenichi Handa (doprnt1): Adjusted for the change of CHAR_STRING.
1999-08-18 Dave Love Use stdlib.h, unistd.h.
1998-06-01 Karl Heuer (doprnt1): Fix char signedness mismatches.
1998-05-08 Richard M. Stallman (doprnt1): Cast arg to CHAR_STRING.
1998-04-14 Andreas Schwab Fix -Wimplicit warnings.
1997-12-31 Richard M. Stallman (doprnt1): Call to CHAR_HEAD_P fixed.
1997-11-21 Andreas Schwab (doprnt1): Declare `charbuf' as unsigned char.
1997-07-08 Richard M. Stallman Use #ifdef to test STDC_HEADERS.
1997-07-05 Richard M. Stallman Include float.h before lisp.h.
1997-02-20 Karl Heuer Include charset.h.
1997-01-27 Paul Eggert Include <float.h> if STDC_HEADERS.
1996-09-03 Richard M. Stallman (doprnt1): If lispstrings, accept a string
1996-02-26 Richard M. Stallman (doprnt1): Move cast to unsigned inside a shift.
1996-01-15 Erik Naggum Update FSF's address in the preamble.
1995-11-15 Richard M. Stallman (doprnt1): Add a cast.
1995-11-10 Richard M. Stallman Include lisp.h.
1995-10-31 Karl Heuer (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1995-08-27 Richard M. Stallman (doprnt): Fix typo in error message.
1995-08-11 Richard M. Stallman (doprnt): Error if %-width is too big.
1995-08-07 Richard M. Stallman (doprnt): Don't let size_bound be gigantic. Fix error message.
1995-06-15 Karl Heuer Update GPL to version 2.
1995-05-05 Richard M. Stallman (doprnt): Handle long EMACS_INT in sprintf.
1995-04-09 Richard M. Stallman (xmalloc, xrealloc): Declare them here.
1994-07-05 Richard M. Stallman (doprnt): Handle padding on %c.
1994-04-07 Karl Heuer (doprnt): Reword confusing error message.
1994-03-07 Karl Heuer (doprnt): Do the right thing for negative size spec.
1993-11-16 Richard M. Stallman (doprnt): Cast the value alloca returns.
1993-11-16 Richard M. Stallman Include config.h.
1993-09-22 Brian Fox (doprnt): Use a fixed buffer to store the format
1993-03-31 Jim Blandy Put interrupt input blocking in a separate file from xterm.h.
1992-01-13 Jim Blandy entered into RCS
1990-12-26 Richard M. Stallman *** empty log message ***
1990-11-12 Jim Blandy *** empty log message ***
1990-02-12 Joseph Arceneaux Initial revision