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