Fix -Wimplicit warnings.
[bpt/emacs.git] / src / doprnt.c
1998-04-14 Andreas SchwabFix -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. StallmanUse #ifdef to test STDC_HEADERS.
1997-07-05 Richard M. StallmanInclude float.h before lisp.h.
1997-02-20 Karl HeuerInclude charset.h.
1997-01-27 Paul EggertInclude <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 NaggumUpdate FSF's address in the preamble.
1995-11-15 Richard M. Stallman(doprnt1): Add a cast.
1995-11-10 Richard M. StallmanInclude 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...
1995-06-15 Karl HeuerUpdate 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. StallmanInclude config.h.
1993-09-22 Brian Fox(doprnt): Use a fixed buffer to store the format
1993-03-31 Jim BlandyPut interrupt input blocking in a separate file from...
1992-01-13 Jim Blandyentered into RCS
1990-12-26 Richard M. Stallman*** empty log message ***
1990-11-12 Jim Blandy*** empty log message ***
1990-02-12 Joseph ArceneauxInitial revision