summaryrefslogtreecommitdiff
path: root/src/doprnt.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up EMACS_INT/int usage in doc.c and doprnt.c.Lars Magne Ingebrigtsen2010-09-231-2/+2
* * src/doprnt.c: Do not include stdlib.h, config.h does it.Dan Nicolaescu2010-09-211-8/+4
* Constify functions taking char *Andreas Schwab2010-07-111-2/+3
* Make doprnt and related functions ANSI C compliant, with prototypes.Ken Raeburn2010-07-111-24/+20
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+2
* Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-2/+0
* Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-7/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (doprnt): Fix overflow check.Andreas Schwab2009-10-211-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * doprnt.c (doprnt_lisp): Unused function deleted.Ken Raeburn2009-08-101-39/+2
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (doprnt1): Fix size of charbuf.Andreas Schwab2008-12-021-1/+1
* 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