summaryrefslogtreecommitdiff
path: root/src/doprnt.c
Commit message (Expand)AuthorAge
* Add 2009 to copyright years.Glenn Morris2009-01-08
* (doprnt1): Fix size of charbuf.Andreas Schwab2008-12-02
* Make "xfree (NULL)" a no-op; remove useless if-before-xfree.Jim Meyering2008-06-02
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-14
* Merge from emacs--devo--0Miles Bader2008-01-09
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-08
* | Merge from emacs--devo--0Miles Bader2007-07-27
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-25
* | Merge from emacs--devo--0Miles Bader2007-02-26
|\|
| * (doprnt1): Add support for '+' flag. Fix overflow checking.Andreas Schwab2007-02-16
* | Merge from emacs--devo--0Miles Bader2007-01-26
|\|
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-14
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-08
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-26
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-07
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-07
|\|
| * Update FSF's address.Lute Kamstra2005-07-04
* | Sync to HEADKenichi Handa2004-04-16
* | *** empty log message ***Kenichi Handa2003-09-08
|\ \
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-01
* | | New directoryKenichi Handa2003-09-08
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-01
* | Comment change.Richard M. Stallman2003-01-25
|/
* (doprnt1): Fix typos in error call.Pavel Janík2002-01-20
* (doprnt1): Get byte length of Lisp string correctly.Kenichi Handa2001-01-19
* (doprnt1): Remove unused variable `size'.Eli Zaretskii2001-01-02
* Don't declare xmalloc, xrealloc.Dave Love2000-06-20
* (doprnt1): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-15
* Use stdlib.h, unistd.h.Dave Love1999-08-18
* (doprnt1): Fix char signedness mismatches.Karl Heuer1998-06-01
* (doprnt1): Cast arg to CHAR_STRING.Richard M. Stallman1998-05-08
* Fix -Wimplicit warnings.Andreas Schwab1998-04-14
* (doprnt1): Call to CHAR_HEAD_P fixed.Richard M. Stallman1997-12-31
* (doprnt1): Declare `charbuf' as unsigned char.Andreas Schwab1997-11-21
* Use #ifdef to test STDC_HEADERS.Richard M. Stallman1997-07-08
* Include float.h before lisp.h.Richard M. Stallman1997-07-05
* Include charset.h.Karl Heuer1997-02-20
* Include <float.h> if STDC_HEADERS.Paul Eggert1997-01-27
* (doprnt1): If lispstrings, accept a stringRichard M. Stallman1996-09-03
* (doprnt1): Move cast to unsigned inside a shift.Richard M. Stallman1996-02-26
* Update FSF's address in the preamble.Erik Naggum1996-01-15
* (doprnt1): Add a cast.Richard M. Stallman1995-11-15
* Include lisp.h.Richard M. Stallman1995-11-10
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-31
* (doprnt): Fix typo in error message.Richard M. Stallman1995-08-27
* (doprnt): Error if %-width is too big.Richard M. Stallman1995-08-11
* (doprnt): Don't let size_bound be gigantic. Fix error message.Richard M. Stallman1995-08-07
* Update GPL to version 2.Karl Heuer1995-06-15
* (doprnt): Handle long EMACS_INT in sprintf.Richard M. Stallman1995-05-05