summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* Mark debugger related variables and functions as EXTERNALLY_VISIBLEDan Nicolaescu2010-11-231-11/+11
* Remove emacs-priority.Dan Nicolaescu2010-11-201-14/+0
* Clean up src/systty.h macros.Dan Nicolaescu2010-11-141-4/+2
* * src/emacs.c (syms_of_emacs) <system-type>: Doc fix.Glenn Morris2010-11-091-7/+7
* Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms.Eli Zaretskii2010-10-291-2/+0
* * emacs.c (argmatch): Don't treat "--" as "--chdir".Jim Meyering2010-10-241-7/+8
* Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-131-0/+21
* Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-4/+7
* Invoke kill-emacs on SIGINT on Windows as well.Eli Zaretskii2010-10-021-4/+2
* Run kill-emacs-hook in batch mode, and on SIGINT in batch mode.Glenn Morris2010-10-011-3/+15
* Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+8
* * src/emacs.c: Do not include sys/ioctl.h, not needed.Dan Nicolaescu2010-09-211-4/+0
* Add support for the libxml2 library.Lars Magne Ingebrigtsen2010-09-101-0/+4
* Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong2010-08-221-66/+0
* Simplify termio code.Dan Nicolaescu2010-08-221-1/+1
* Fix version string in top-level MSDOS Makefile.Eli Zaretskii2010-08-201-0/+2
* Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+2
* Use const char* instead of char*.Dan Nicolaescu2010-08-081-1/+1
* emacs.c cleanups.Dan Nicolaescu2010-08-061-30/+2
* Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-0/+4
* * src/emacs.c (Fkill_emacs): Remove return statement.Dan Nicolaescu2010-07-271-2/+0
* Use const, move declarations to header files.Dan Nicolaescu2010-07-261-1/+0
* Use __executable_start to find start of text segment for profilingAndreas Schwab2010-07-251-0/+10
* Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-131-2/+0
* Convert old-style definitionsAndreas Schwab2010-07-121-8/+6
* Convert function definitions to standard C and some cleanups.Dan Nicolaescu2010-07-121-17/+10
* Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-7/+3
* Constify functions taking char *Andreas Schwab2010-07-111-12/+9
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+6
* Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-2/+3
* Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-27/+11
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-5/+5
* Turn `directory-sep-char' into a noop.Juanma Barranquero2010-06-041-5/+2
* * emacs.c (main): Initialize initial-environment and process-environmentKen Raeburn2010-05-151-1/+5
* Handle --version reasonably in CANNOT_DUMP configuration.Ken Raeburn2010-05-151-23/+46
* * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused.Dan Nicolaescu2010-05-061-2/+0
* Remove BSD_PGRPS.Dan Nicolaescu2010-05-041-14/+1
* Run kill-emacs when exiting for display closed or SIGTERM/HUP.Jan Djärv2010-05-021-0/+14
* Remove extern errno declarations.Dan Nicolaescu2010-04-011-3/+0
* Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-6/+0
* Clean up BSD_SYSTEM use.Dan Nicolaescu2010-03-311-1/+1
* Remove support for old GNU/Linux using libc version 5.Dan Nicolaescu2010-03-201-5/+0
* Remove obsolete uses of HAVE_SHM.Dan Nicolaescu2010-03-191-42/+0
* Remove obsolete code in emacs.c that chooses a bug reporting address.Glenn Morris2010-03-171-37/+2
* Command line arg processing fix (Bug#5392)Chong Yidong2010-01-161-3/+4
* Fix typos in comments and ChangeLogs.Juanma Barranquero2010-01-131-1/+1
* Replace emacs-pretest-bug with bug-gnu-emacs mailing list.Glenn Morris2010-01-111-3/+3
* * configure.in: Allow compiling Emacs with GTK on Cygwin.Chong Yidong2009-12-091-0/+5
* Handle system default font and changing font parameters.Jan Djärv2009-11-171-1/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-7/+7