summaryrefslogtreecommitdiff
path: root/lib-src/fakemail.c
Commit message (Expand)AuthorAgeFilesLines
* (read_header): Give fatal error if input has no header.Richard M. Stallman2006-04-291-0/+2
* * lib-src/b2m.c (main): Don't include <limits.h>.Paul Eggert2006-04-041-11/+8
* * b2m.c: Include <limits.h>.Paul Eggert2006-03-271-1/+20
* 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
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Include <config.h>.Pavel Janík2002-01-011-1/+1
* Conditionally include config.h.Pavel Janík2001-12-191-7/+9
* Include "config.h", not <../src/config.h>.Dave Love2001-12-181-5/+2
* (readline): Cast buffer to "long *" to pacifyEli Zaretskii2001-01-021-1/+1
* (get_keyword): Make sure that isspace andGerd Moellmann2000-12-151-4/+4
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-191-12/+1
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+4
* (_XOPEN_SOURCE): Define for declaration of cuserid.Andreas Schwab1998-04-061-0/+4
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-171-3/+8
* Replaced all BSD with BSD_SYSTEM.Karl Heuer1996-09-171-1/+1
* Whitespace fix.Richard M. Stallman1996-09-041-2/+2
* Declare main as int, not void.Karl Heuer1996-07-151-3/+5
* [WINDOWSNT]: Include ntlib.h.Richard M. Stallman1996-04-281-0/+4
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (xrealloc): Change cast to match return type.Karl Heuer1995-08-121-1/+1
* (xmalloc, xrealloc): Use return-type long *.Richard M. Stallman1995-08-111-6/+6
* (xmalloc, xrealloc): Add casts.Richard M. Stallman1994-12-261-25/+96
* Don't declare malloc, since we include config.h.David J. MacKenzie1994-10-201-1/+0
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-0/+2
* Update copyright.Karl Heuer1994-05-041-1/+1
* (readline): Fix updating of p when buffer grows.Richard M. Stallman1994-04-201-1/+1
* (readline): When extending the buffer,Richard M. Stallman1994-04-191-1/+1
* Update GPL.David J. MacKenzie1994-02-271-1/+1
* (put_line): Don't break the line if it all fits.Richard M. Stallman1994-02-161-9/+14
* (main) [MSDOS]: Dummy stub just to make the file compile.Richard M. Stallman1994-01-061-0/+6
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (put_line): Don't output \n\t unless more text follows.Richard M. Stallman1993-05-281-1/+2
* entered into RCSJim Blandy1989-10-311-13/+12
* *** empty log message ***Richard M. Stallman1989-01-251-3/+37
* Initial revisionRichard M. Stallman1988-12-091-0/+627