aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/fakemail.c
Commit message (Collapse)AuthorAgeFilesLines
* Comment (add an author based on ack.texi).Glenn Morris2009-01-101-0/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* * unexnext.c:Dan Nicolaescu2008-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * m/ews4800.h: * m/hp9000s300.h: * m/ibm370aix.h: * m/mips-siemens.h: * m/ncr386.h: * m/next.h: * m/pmax.h: * m/powerpcle.h: * m/tandem-s2.h: * s/386bsd.h: * s/bsd386.h: * s/bsd4-1.h: * s/bsd4-2.h: * s/bsdos2-1.h: * s/bsdos2.h: * s/bsdos3.h: * s/bsdos4.h: * s/nextstep.h: * s/ultrix4-3.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-4-3.h: * s/ux4800.h: * s/uxpds.h: * s/uxpv.h: Remove support for obsolete systems. * s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h: Remove, insert contents in s/hpux-10.20.h * s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h: Remove, insert contents in s/aix-4.2.h * s/usg5-3.h: Remove, insert contents in s/usg5-4.h. * s/bsd4-3.h: Rename to .. * s/bsd-common.h: ... this. * src/data.c: * src/doc.c: * src/ecrt0.c: * src/emacs.c: * src/fileio.c: * src/floatfns.c: * src/keyboard.c: * src/mem-limits.h: * src/print.c: * src/process.c: * src/sysdep.c: * src/syssignal.h: * src/systty.h: * src/syswait.h: * src/term.c: * src/unexec.c: * src/unexelf.c: * src/unexhp9k800.c: * src/m/hp800.h: * src/m/ibmrs6000.h: * src/m/mips.h: * src/m/vax.h: * src/s/darwin.h: * src/s/freebsd.h: * src/s/gnu.h: * src/s/ms-w32.h: * src/s/msdos.h: * src/s/netbsd.h: * src/s/template.h: Remove references to obsolete variables. * Makefile.in: Add dependencies for all unexec files. (admindir): Remove unused variable. (UNEXEC_SRC): Remove references. * config.nt: Remove reference to UNEXEC_SRC. * lwlib.c: Remove references to obsolete variables. * fakemail.c: Remove references to obsolete variables. * os.texi: Remove references to obsolete systems. * configure.in: * configure: Remove references to obsolete systems.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+5
|
* * configure.in: Remove references to obsolete variables andDan Nicolaescu2008-02-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate.
* Undo previous change.Dan Nicolaescu2008-02-101-1/+5
|
* * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu2008-02-091-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dealing with obsolete variables. * fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional. (main): Replace MAIL_PROGRAM_NAME with its value. * src/Makefile.in: * src/emacs.c: * src/gmalloc.c: * src/keyboard.c: * src/lisp.h: * src/m/ibm370aix.h: * src/process.c: * src/regex.c: * src/s/hpux.h: * src/sysdep.c: * src/sysselect.h: * src/systty.h: * src/unexec.c: * src/w32term.c: * src/xsmfns.c: * src/xterm.c: Remove code that deals with obsolete variables. * s/msdos.h (DONT_NEED_ENVIRON): Don't define. * ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test, nothing else needs it anymore.
* 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).
* (fatal): Drop second parameter and treat firstAndreas Schwab2006-07-201-5/+5
| | | | parameter as a plain string. Callers changed.
* (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
| | | | | | | | | | | | | | | | (TM_YEAR_BASE): New macro. (TM_YEAR_IN_ASCTIME_RANGE): Don't define if already defined, so that s/ files can override this. Use the more-conservative range 1000-9999. (main): Check for asctime returning NULL. * lib-src/fakemail.c: Likewise. * src/editfns.c (TM_YEAR_IN_ASCTIME_RANGE): New macro, identical to ../lib-src/b2m.c and ../lib-src/editfns.c. (Fcurrent_time_string): Use it. Document that the year might not consume 4 columns if it's outside the range 1000-9999. Check for asctime failure. Don't assume that the output string length is always exactly 24.
* * b2m.c: Include <limits.h>.Paul Eggert2006-03-271-1/+20
| | | | | | (TM_YEAR_IN_ASCTIME_RANGE): New macro. (main): Check for out-of-range time stamps. * fakemail.c: Likewise.
* 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
|
* Include <config.h>.Pavel Janík2002-01-011-1/+1
|
* Conditionally include config.h.Pavel Janík2001-12-191-7/+9
| | | | Clean-up whitespaces.
* Include "config.h", not <../src/config.h>.Dave Love2001-12-181-5/+2
| | | | (_XOPEN_SOURCE): Define as 500.
* (readline): Cast buffer to "long *" to pacifyEli Zaretskii2001-01-021-1/+1
| | | | over-zealous compilers.
* (get_keyword): Make sure that isspace andGerd Moellmann2000-12-151-4/+4
| | | | similar aren't called with a negative argument.
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-191-12/+1
| | | | | | | | | | | | | | | | | | * 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.
* Include <stdlib.h> if available.Andreas Schwab1999-08-301-0/+4
|
* (_XOPEN_SOURCE): Define for declaration of cuserid.Andreas Schwab1998-04-061-0/+4
| | | | (parse_header): Explicitly declare return type.
* [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
| | | | | | (add_field): Handle <...> and "..." syntax. (setup_files, get_keyword): Clean up parens and line breaks. (args_size): Likewise.
* 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
| | | | calculate end afresh using the new size.
* 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