summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Make it possible to build with GCC-4.6+ -O2 -flto.Dan Nicolaescu2011-06-011-1/+1
* | Make it possible to run ./temacs.Dan Nicolaescu2011-05-301-2/+5
* | * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".Paul Eggert2011-05-281-5/+4
* | Move clipboard-manager functionality out of hooks.Chong Yidong2011-05-281-0/+10
* | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-1/+2
* | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,Paul Eggert2011-04-161-6/+8
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* | * emacs.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-9/+13
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-2/+2
* | Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-2/+3
* | * emacs.c (Fdaemon_initialized): Do not ignore I/O errors.Paul Eggert2011-03-201-6/+11
* | Merge from mainline.Paul Eggert2011-03-171-6/+6
|\ \
| * | src/emacs.c (USAGE3): Doc fixes.Juanma Barranquero2011-03-161-6/+6
* | | New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-161-3/+1
* | | * emacs.c (main): Add casts to avoid warningsPaul Eggert2011-03-131-3/+3
* | | * emacs.c (DEFINE_DUMMY_FUNCTION): New macro.Paul Eggert2011-03-131-8/+9
* | | * emacs.c (init_cmdargs): Rename local to avoid shadowing.Paul Eggert2011-03-131-5/+5
* | | Rewrite to avoid "/*" in comment.Paul Eggert2011-03-131-1/+1
|/ /
* | don't ignore chdir failurePaul Eggert2011-02-051-0/+2
* | src/emacs.c now gets version number from configure.inPaul Eggert2011-01-311-3/+1
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-4/+4
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Check return values of some library calls.Paul Eggert2011-01-221-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-75/+20
* | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
* | Fix bug#7750.Glenn Morris2011-01-071-0/+4
* | Add --no-site-lisp option, make -Q use it. (Bug#5707)Glenn Morris2011-01-061-1/+29
* | * src/emacs.c (emacs_copyright): Update short copyright year to 2011.Glenn Morris2011-01-031-2/+2
* | 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