aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/cvtmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Comments (minor fixes of some header conventions).Glenn Morris2009-01-101-17/+20
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+5
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen2004-05-081-3/+5
| | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Cast result of malloc and realloc.Richard M. Stallman2003-02-151-6/+2
| | | | | Don't include stdlib.h, becuase config.h does. (malloc, realloc): Declarations deleted.
* Include <config.h>.Pavel Janík2001-12-291-3/+6
|
* Include config.h, stdlib.h.Dave Love2001-12-181-6/+10
| | | | (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
* (xrealloc): Always pass two args to `fatal'.Richard M. Stallman2001-11-031-1/+1
|
* Undo previous change.Karl Heuer1996-07-161-4/+0
|
* [__GNU_LIBRARY__]: Use <string.h>.Karl Heuer1996-07-151-0/+4
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+3
|
* (main, skip_to_lf): Improve error handling.Karl Heuer1995-04-131-9/+29
| | | | (sysfail): New function.
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-19/+26
|
* * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc.David J. MacKenzie1994-02-271-13/+16
| | | | | (xmalloc, xrealloc): Return char *, not int. (error): Write to stderr, not stdout.
* entered into RCSJim Blandy1989-10-311-0/+147