summaryrefslogtreecommitdiff
path: root/src/m
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-218-8/+8
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1476-151/+151
| | | | 2001).
* Add arch taglineMiles Bader2006-12-231-0/+2
|
* New file.Eli Zaretskii2006-12-221-0/+107
|
* Add support for NetBSD.Eli Zaretskii2006-12-222-1/+13
|
* Add support for Solaris 10 on x86-64.Chong Yidong2006-12-081-1/+6
|
* Look for standard libs in /usr/lib64 only if that directory exists.Chong Yidong2006-11-261-0/+8
|
* Space/tab mixup.Juanma Barranquero2006-11-242-4/+4
|
* * m/amdx86-64.h: Add defines for OpenBSD x86-64.Chong Yidong2006-10-291-1/+8
|
* (START_FILES, LIB_STANDARD): Override toAndreas Schwab2006-09-071-0/+6
| | | | use lib64 instead of lib.
* (BROKEN_NOCOMBRELOC) [__NetBSD__]: Define.Eli Zaretskii2006-03-181-8/+6
| | | | | | (LIB_STANDARD, START_FILES) [__NetBSD__]: Don't define. (START_FILES, RUN_TIME_REMAP, UNEXEC) [__NetBSD__, __OpenBSD__]: Don't redefine.
* Don't use unexmips on NetBSD.Eli Zaretskii2006-03-181-10/+11
| | | | | | (LIBS_MACHINE): Move definition lower, so it doesn't use LD_SWITCH_MACHINE, START_FILES, LIB_STANDARD, LIBS_TERMCAP, C_SWITCH_MACHINE, and C_DEBUG_SWITCH.
* Add arch taglineMiles Bader2006-02-141-0/+3
|
* New file.Richard M. Stallman2006-02-141-0/+160
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0682-84/+122
|
* FreeBSD and m/amdx86-64.hKarl Berry2005-12-251-0/+27
|
* Add previous years to copyright notice.Romain Francoise2005-10-311-1/+1
|
* * macfns.c: Update copyright year.Romain Francoise2005-10-311-1/+1
| | | | * m/gould.h: Likewise.
* * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): DefineDan Nicolaescu2005-09-231-1/+1
| | | | | | | | | BROKEN_GET_CURRENT_DIR_NAME. * sysdep.c (get_current_dir_name): Also define if BROKEN_GET_CURRENT_DIR_NAME. * m/ibmrs6000.h: Test for USG5, not USG5_4.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0781-81/+123
|
* Update FSF's address.Lute Kamstra2005-07-051-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-0481-162/+162
|
* (LD_SWITCH_MACHINE) [LINUX]: Don't define.Andreas Schwab2005-04-231-1/+12
| | | | | | (START_FILES, LIB_STANDARD) [LINUX && _ARCH_PPC64]: Override to use lib64 instead of lib. (_LP64) [_ARCH_PPC64]: Define if not defined.
* (DATA_SEG_BITS): Don't define.Andreas Schwab2004-10-141-2/+0
|
* (XPNTR): Don't redefine.Stefan Monnier2003-11-181-2/+1
|
* (VALBITS, XINT, XUINT): Remove.Stefan Monnier2003-11-052-17/+0
|
* (XMARKBIT, XUNMARK): Remove.Stefan Monnier2003-09-126-32/+3
|
* Add arch taglinesMiles Bader2003-09-01100-0/+292
|
* Use _MIPS_SZLONG, not _LP64.Dave Love2003-08-211-1/+4
|
* (MARKBIT): Remove definition since lisp.h does not compareStefan Monnier2003-07-062-13/+3
| | | | MARKBIT and ARRAY_MARK_FLAG any more.
* (XSETMARKBIT): Remove unused macro.Stefan Monnier2003-07-062-4/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0481-122/+122
|
* obsoletedFrancesco Potortì2003-01-131-184/+0
|
* *** empty log message ***Dave Love2002-11-281-1/+0
|
* (WORDS_BIG_ENDIAN): Define conditionally.Dave Love2002-11-271-2/+4
|
* Restore `#ifndef NOT_C_CODE' deleted by last change.Andreas Schwab2002-11-251-0/+2
|
* Don't defineDave Love2002-11-181-5/+0
| | | | alloca.
* (bcopy, bzero, bcmp): Don't define.Dave Love2002-11-184-39/+0
|
* Don't define alloca.Dave Love2002-11-183-11/+1
|
* Don't include alloca.h.Dave Love2002-11-182-12/+0
|
* Remove comments.Dave Love2002-11-181-10/+0
|
* (HAVE_ALLOCA): Don't define.Dave Love2002-11-181-2/+0
|
* Don't include alloca.h or define alloca.Dave Love2002-11-181-10/+0
|
* Don't include alloca.h, stdlib.h. Don't declareDave Love2002-11-181-24/+0
| | | | malloc, realloc, calloc.
* (bcopy, bzero, bcmp, alloca): Don't define.Dave Love2002-11-181-6/+0
|
* Don't define LIB_STANDARD.Dave Love2002-11-181-4/+0
|
* Move OSF1 stuff from here to s/osf1.h.Dave Love2002-11-181-53/+0
|
* *** empty log message ***Dave Love2002-11-011-55/+0
|
* [LINUX]: Don't define DATA_START.Andreas Schwab2002-09-171-0/+2
|
* (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,Ken Raeburn2002-07-241-35/+1
| | | | | | EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS, PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR): Macros deleted.