summaryrefslogtreecommitdiff
path: root/lib-src/fakemail.c
AgeCommit message (Collapse)Author
2004-05-08Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'.Thien-Thi Nguyen
Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value.
2003-09-01Add arch taglinesMiles Bader
2002-01-01Include <config.h>.Pavel Janík
2001-12-19Conditionally include config.h.Pavel Janík
Clean-up whitespaces.
2001-12-18Include "config.h", not <../src/config.h>.Dave Love
(_XOPEN_SOURCE): Define as 500.
2001-01-02(readline): Cast buffer to "long *" to pacifyEli Zaretskii
over-zealous compilers.
2000-12-15(get_keyword): Make sure that isspace andGerd Moellmann
similar aren't called with a negative argument.
1999-10-19Add support for large files. Merge glibc 2.1.2.Paul Eggert
* b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, movemail.c, pop.c: Do not include <stdlib.h>, as <config.h> does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include <config.h> before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: (const): Do not define if HAVE_CONFIG_H; that's config.h's job. * getopt.h: Adopt glibc 2.1.2.
1999-08-30Include <stdlib.h> if available.Andreas Schwab
1998-04-06(_XOPEN_SOURCE): Define for declaration of cuserid.Andreas Schwab
(parse_header): Explicitly declare return type.
1997-07-17[HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman
1996-09-17Replaced all BSD with BSD_SYSTEM.Karl Heuer
1996-09-04Whitespace fix.Richard M. Stallman
1996-07-15Declare main as int, not void.Karl Heuer
1996-04-28[WINDOWSNT]: Include ntlib.h.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-08-12(xrealloc): Change cast to match return type.Karl Heuer
1995-08-11(xmalloc, xrealloc): Use return-type long *.Richard M. Stallman
1994-12-26(xmalloc, xrealloc): Add casts.Richard M. Stallman
(add_field): Handle <...> and "..." syntax. (setup_files, get_keyword): Clean up parens and line breaks. (args_size): Likewise.
1994-10-20Don't declare malloc, since we include config.h.David J. MacKenzie
1994-10-12Eliminate some -Wall warnings.David J. MacKenzie
1994-05-04Update copyright.Karl Heuer
1994-04-20(readline): Fix updating of p when buffer grows.Richard M. Stallman
1994-04-19(readline): When extending the buffer,Richard M. Stallman
calculate end afresh using the new size.
1994-02-27Update GPL.David J. MacKenzie
1994-02-16(put_line): Don't break the line if it all fits.Richard M. Stallman
1994-01-06(main) [MSDOS]: Dummy stub just to make the file compile.Richard M. Stallman
1993-09-10Include <config.h> instead of "config.h".Roland McGrath
1993-05-28(put_line): Don't output \n\t unless more text follows.Richard M. Stallman
1989-10-31entered into RCSJim Blandy
1989-01-25*** empty log message ***Richard M. Stallman
1988-12-09Initial revisionRichard M. Stallman