- 24 Sep, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 09 Aug, 2008 1 commit
-
-
Eli Zaretskii authored
-
- 31 Jul, 2008 1 commit
-
-
Dan Nicolaescu authored
* xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
-
- 28 Jul, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 23 Jul, 2008 2 commits
-
-
Jason Rumney authored
* gmake.defs: Set cflags and ldflags for profiling when specified.
-
Dan Nicolaescu authored
* s/ms-w32.h (subprocesses): Define unconditionally. * s/template.h (subprocesses): Update comment. * s/vms.h (subprocesses): * s/usg5-4.h (subprocesses): * s/hpux10-20.h (subprocesses): * s/gnu-linux.h (subprocesses): * s/cygwin.h (subprocesses): * s/bsd-common.h (subprocesses): * s/aix4-2.h (subprocesses): * s/darwin.h (subprocesses): Do not define, defined by default now. * Makefile.in (C_SWITCH_SITE, LD_SWITCH_SITE): Remove, unused. Remove all references. (temacs): Add GNUStep specific ld flags. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. * Makefile.in (ALL_CFLAGS): Remove reference to C_SWITCH_SITE. * configure.in (LD_SWITCH_SITE): Remove, set the values directly in src/Makefile.in. (static): Remove, autoconf would always comment it out anyway. (subprocesses): Define unconditionally.
-
- 18 Jul, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 13 Jul, 2008 1 commit
-
-
Dan Nicolaescu authored
* s/vms.h: Use __GNUC__ instead of _GNUC_. * m/macppc.h: * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. * m/ibms390x.h (XINT, XUINT): Don't define, same as the default (SPECIAL_EMACS_INT): * m/ia64.h (SPECIAL_EMACS_INT): * m/amdx86-64.h (SPECIAL_EMACS_INT): * s/gnu.h (NLIST_STRUCT): * aix4-2.h (X11R5_INHIBIT_I18N): * s/gnu-linux.h (LINUX): * s/msdos.h (HAVE_FACES): * s/ms-w32.h (HAVE_FACES): Don't define, unused. * systty.h: * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used anymore.
-
- 26 Jun, 2008 2 commits
-
-
Juanma Barranquero authored
* nt/nmake.defs: * nt/gmake.defs (FONT_CFLAGS): Remove. (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS. (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH) and _CRTAPI1. (ARCH_FLAGS): Don't include _X86_. * nt/config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define. * src/makefile.w32-in (LOCAL_FLAGS): Don't include WINDOWSNT, DOS_NT and _UCHAR_T. * src/sysdep.c (_spawnlp, _getpid): Declare with explicit _cdecl instead of _CRTAPI1. * src/editfns.c (Fget_internal_run_time): Check for WINDOWSNT with #ifdef, not #if.
-
Dan Nicolaescu authored
* 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.
-
- 25 Jun, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 23 Jun, 2008 1 commit
-
-
Juanma Barranquero authored
Don't hardcode -gstabs+, use DEBUG_INFO. * configure.bat (gccdebug): Check for DWARF-2 support in GCC. Default to stabs if the compiler does not support DWARF-2. (genmakefiles): Write new variable DEBUG_INFO to config.settings.
-
- 10 Jun, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 14 May, 2008 1 commit
-
-
Jason Rumney authored
-
- 09 May, 2008 3 commits
-
-
Eli Zaretskii authored
Make st_size 64-bit wide. Add new members st_uname and st_gname.
-
Eli Zaretskii authored
-
Glenn Morris authored
-
- 21 Apr, 2008 1 commit
-
-
Jason Rumney authored
is what MingW uses.
-
- 11 Apr, 2008 2 commits
-
-
Eli Zaretskii authored
Add copyright notice.
-
Eli Zaretskii authored
(all): ...to here. $(ALL) is a prerequisite of .PHONY, so having a real file there is not a good idea.
-
- 10 Apr, 2008 4 commits
-
-
Jason Rumney authored
(all): Depend on it. ($(TRES)): Use $(TRES) in rule.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
- 09 Apr, 2008 1 commit
-
-
Jason Rumney authored
(clean-other-dirs-gmake): Likewise. Clean doc dirs. (top-distclean, distclean, distclean-other-dirs-nmake) (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
-
- 05 Apr, 2008 2 commits
-
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
- 04 Apr, 2008 1 commit
-
-
Jason Rumney authored
-
- 03 Apr, 2008 1 commit
-
-
Jason Rumney authored
-
- 27 Mar, 2008 1 commit
-
-
Kenichi Handa authored
registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
-
- 26 Mar, 2008 1 commit
-
-
Chong Yidong authored
-
- 20 Mar, 2008 1 commit
-
-
Jason Rumney authored
-
- 13 Mar, 2008 1 commit
-
-
Glenn Morris authored
-
- 04 Mar, 2008 1 commit
-
-
Jason Rumney authored
(EMACS_EXTRA_C_FLAGS): Include it.
-
- 03 Mar, 2008 2 commits
-
-
Jason Rumney authored
-
Glenn Morris authored
-
- 02 Mar, 2008 2 commits
-
-
Jason Rumney authored
-
Dan Nicolaescu authored
-
- 25 Feb, 2008 1 commit
-
-
Juanma Barranquero authored
(add_registry): Cast return value of alloca.
-
- 24 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
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.
-