- 15 Feb, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 10 Feb, 2008 1 commit
-
-
Dan Nicolaescu authored
-
- 09 Feb, 2008 2 commits
-
-
Dan Nicolaescu authored
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.
-
Dan Nicolaescu authored
variable. * s/gnu-linux.h: Remove commented out code. * unexec.c: Remove references to obsolete variable COFF_ENCAPSULATE. * Makefile.in: Update what RMS says about using autoconf. (C_COMPILER): (COFF_ENCAPSULATE): (MAKE_PARALLEL): Remove obsolete variable. (C_SWITCH_MACHINE_1, C_SWITCH_SYSTEM_1, C_SWITCH_SITE_1): (C_SWITCH_X_SITE_1, C_SWITCH_X_MACHINE_1) (C_SWITCH_X_SYSTEM_1): Move invariant code outside conditional.
-
- 08 Feb, 2008 1 commit
-
-
Stefan Monnier authored
is specified. Only set tty if -t or -c is specified.
-
- 07 Feb, 2008 1 commit
-
-
Glenn Morris authored
-
- 04 Feb, 2008 5 commits
-
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1046
-
Jason Rumney authored
-
Chong Yidong authored
-
Chong Yidong authored
gperf output.
-
Chong Yidong authored
gperf output.
-
- 01 Feb, 2008 1 commit
-
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1038
-
- 26 Jan, 2008 1 commit
-
-
Stefan Monnier authored
Allow the -d option under w32 again, for those rare cases where it actually does make sense.
-
- 25 Jan, 2008 2 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
there's no need to haste.
-
- 22 Jan, 2008 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 18 Jan, 2008 1 commit
-
-
Dan Nicolaescu authored
* m/intel386.h: Remove references to XENIX.
-
- 13 Jan, 2008 1 commit
-
-
Dan Nicolaescu authored
* make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
-
- 12 Jan, 2008 1 commit
-
-
Eli Zaretskii authored
environment. Don't support -d. (print_help_and_exit) [WINDOWSNT]: Don't show the --display option. (longopts) [WINDOWSNT]: Remove --display.
-
- 10 Jan, 2008 2 commits
-
-
Chong Yidong authored
conversion. Mistakes spotted by Nico Golde.
-
Chong Yidong authored
conversion. Mistakes spotted by Nico Golde.
-
- 09 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 07 Jan, 2008 2 commits
-
-
Juanma Barranquero authored
-
Glenn Morris authored
-
- 04 Jan, 2008 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 06 Dec, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 28 Nov, 2007 1 commit
-
-
Jason Rumney authored
-
- 27 Nov, 2007 1 commit
-
-
Jan Djärv authored
-
- 22 Nov, 2007 1 commit
-
-
Francesco Potortì authored
-
- 20 Nov, 2007 1 commit
-
-
Francesco Potortì authored
-
- 19 Nov, 2007 1 commit
-
-
Jan Djärv authored
Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO.
-
- 18 Nov, 2007 1 commit
-
-
Jan Djärv authored
-
- 15 Nov, 2007 3 commits
-
-
Francesco Potortì authored
Make prototypes for extern definitions, and add all that are needed to quench warnings on 64-bit. (main): Use the same defaults for ctags as for etags: find typedefs, structure tags, macro constants, enum constants, struct members and global variables. (make_C_tag) [DEBUG]: Add debugging printout. (C_entries): In case '}' decrement bracelev before testing it.
-
Francesco Potortì authored
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
-
Francesco Potortì authored
unconditioned to (!ignoreindent && lp == newlb.buffer + 1).
-
- 01 Nov, 2007 1 commit
-
-
Dan Nicolaescu authored
* makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o. * Makefile.in: Remove references to sunfns.c and sunfns.o.
-
- 28 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
-
- 26 Oct, 2007 1 commit
-
-
Juanma Barranquero authored
Suggestion and algorithm by Eli Zaretskii. Code partially based on w32_get_resource and init_environment (w32.c). (egetenv): New wrapper for getenv. (get_current_dir_name, decode_options, get_server_config, set_local_socket, set_socket, main): Use egetenv, not getenv. (w32_get_resource, w32_getenv) [WINDOWSNT]: New functions.
-