log src/doprnt.c @ 18915:ea2fb7cfc3f1

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