aboutsummaryrefslogtreecommitdiffstats
path: root/src/m (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (LIB_STANDARD): Add -lmach.Richard M. Stallman1996-02-071-4/+1
| | | | | (LD_DATA_START): Definition deleted. (LD_SWITCH_SYSTEM): Definition and #undef deleted.
* Initial revisionRichard M. Stallman1996-02-071-0/+13
|
* (UNEXEC): unexsgi.o renamed from unexelfsgi.o.Karl Heuer1996-01-231-1/+1
|
* [USG5_4] (UNEXEC): unexsgi.o renamed from unexelfsgi.o.Karl Heuer1996-01-231-1/+1
|
* (UNEXEC): unexsni.o renamed from unexelfsni.o.Karl Heuer1996-01-231-1/+1
|
* Update FSF's address in the preamble.Erik Naggum1996-01-1574-74/+148
|
* Conditionalize many macro definitions on __hpux.Karl Heuer1996-01-091-30/+37
| | | | (NEED_BSDTTY): Delete duplicate definition.
* Comment fixes.Karl Heuer1996-01-053-3/+3
|
* (C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE.Karl Heuer1995-12-211-0/+2
|
* (LD_SWITCH_MACHINE): Don't define if using GCC.Richard M. Stallman1995-12-151-0/+2
|
* (PTY_OPEN): Block SIGCHLD during openpty.Karl Heuer1995-12-131-0/+3
|
* [LINUX] (LINUX_SBRK_BUG): Defined.Richard M. Stallman1995-11-211-0/+4
|
* Declare calloc like malloc.Richard M. Stallman1995-11-131-3/+3
|
* Don't test THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-2/+0
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.Karl Heuer1995-10-3162-555/+0
|
* Initial revisionKarl Heuer1995-10-311-0/+137
|
* Initial revisionRichard M. Stallman1995-10-311-0/+88
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.hKarl Heuer1995-10-318-100/+20
| | | | Used new names for those macros in all references.
* Add early support for Solaris 2.5 on PowerPCs.Richard M. Stallman1995-10-011-1/+24
| | | | | | | | | [USG5_4] (CANNOT_DUMP): Define this if USG5_4. (UNEXEC): Don't define if already defined. [USG5_4] (DATA_SEG_BITS, LIBS_MACHINE): Alternate definitions. (C_SWITCH_MACHINE, LD_SWITCH_MACHINE, NLIST_STRUCT, WORDS_BIG_ENDIAN) (TEXT_START, DATA_START, TEXT_END, DATA_END): Don't define, if USG5_4.
* (LOCALTIME_CACHE): Remove; now configured automatically.Richard M. Stallman1995-09-101-5/+0
|
* (HAVE_UNISTD_H): Add #undef.Richard M. Stallman1995-09-081-0/+3
|
* (TEXT_END, DATA_END): Fix the definitions.Richard M. Stallman1995-08-111-2/+2
|
* Test OSF1, not __osf1__.Richard M. Stallman1995-08-111-3/+5
| | | | | (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, PTY_OPEN): Define only if OSF1.
* (ORDINARY_LINK): Define only if __osf1__.Richard M. Stallman1995-08-111-2/+1
|
* [linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.Richard M. Stallman1995-08-111-0/+8
|
* [linux] (COFF, NO_TERMIO): Defined.Richard M. Stallman1995-08-111-0/+10
| | | | [linux] (TEXT_END, DATA_END): New definitions.
* (LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.Richard M. Stallman1995-08-111-0/+4
|
* (LIBS_MACHINE): Delete -lsun.Richard M. Stallman1995-07-251-1/+1
|
* (LD_SWITCH_MACHINE) [AIX4]: New alternate definition.Richard M. Stallman1995-07-211-0/+4
|
* [linux]: Include values.h and #undefKarl Heuer1995-07-171-1/+5
| | | | certain macros, to avoid conflict later.
* (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)Richard M. Stallman1995-06-301-0/+13
| | | | (PTY_TTY_NAME_SPRINTF): New definitions.
* [SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.Richard M. Stallman1995-06-301-3/+6
|
* [MACH]: Use built-in alloca, set START_FILES.Richard M. Stallman1995-06-291-2/+9
|
* (malloc, realloc): If not _MALLOC_INTERNAL, always use void *.Richard M. Stallman1995-06-181-1/+6
| | | | (SYSTEM_MALLOC): Definition deleted.
* Update GPL version.Karl Heuer1995-06-151-1/+1
|
* Initial revisionKarl Heuer1995-06-152-0/+245
|
* (LD_SWITCH_MACHINE): Don't define it.Richard M. Stallman1995-06-151-0/+8
| | | | (malloc, realloc): If non-ANSI C, declare value as char *.
* [!__GNUC__] (C_SWITCH_MACHINE): Disable this; it seems to confuse cpp.Karl Heuer1995-06-141-0/+2
|
* If NOT_C_CODE, don't include alloca.h.Karl Heuer1995-06-141-0/+2
|
* (LIBS_MACHINE): Use -lpthreads, not -lpthread.Karl Heuer1995-06-131-3/+3
|
* Add comment.Karl Heuer1995-06-111-0/+2
|
* (LIBS_MACHINE): Use -lpthread if it exists.Karl Heuer1995-06-091-0/+4
|
* (LIBS_MACHINE): Define to -ldnet or -ldnet_stub.Karl Heuer1995-06-091-2/+9
|
* (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.Karl Heuer1995-05-291-3/+28
| | | | | (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC, !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
* * delta.h (C_SWITCH_MACHINE): Let configure decide if this is aFrancesco Potortì1995-05-081-23/+12
| | | | 68040 or 68030. Don't condition on __STDC__.
* (bcopy, bzero, bcmp): Don't let string.h prototype these.Richard M. Stallman1995-05-051-0/+13
|
* (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP)Richard M. Stallman1995-05-031-20/+25
| | | | | | | | | | (NO_X_DESTROY_DATABASE): Macros deleted. (BSTRING): #undef deleted. (SYSTEM_TYPES): Redefinition deleted. (UNEXEC): New definition. (LD_SWITCH_SYSTEM): Define as empty. (C_SWITCH_MACHINE, LD_SWITCH_MACHINE): New definitions. (OLDXMENU_OPTIONS): New definition.
* Comment change.Richard M. Stallman1995-04-131-2/+4
|
* (NO_ARG_ARRAY) [WINDOWSNT]: Defined.Karl Heuer1995-04-121-0/+1
|
* #define SPECIAL_EMACS_INTRichard M. Stallman1995-04-101-0/+14
| | | | | Include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved from s/osf1.h.