| Commit message (Expand) | Author | Age | Files | Lines |
| * | don't ignore chdir failure | Paul Eggert | 2011-02-05 | 1 | -0/+2 |
| * | src/emacs.c now gets version number from configure.in | Paul Eggert | 2011-01-31 | 1 | -3/+1 |
| * | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -4/+4 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Check return values of some library calls. | Paul Eggert | 2011-01-22 | 1 | -2/+1 |
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -2/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -75/+20 |
| * | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
| * | Fix bug#7750. | Glenn Morris | 2011-01-07 | 1 | -0/+4 |
| * | Add --no-site-lisp option, make -Q use it. (Bug#5707) | Glenn Morris | 2011-01-06 | 1 | -1/+29 |
| * | * src/emacs.c (emacs_copyright): Update short copyright year to 2011. | Glenn Morris | 2011-01-03 | 1 | -2/+2 |
| * | Mark debugger related variables and functions as EXTERNALLY_VISIBLE | Dan Nicolaescu | 2010-11-23 | 1 | -11/+11 |
| * | Remove emacs-priority. | Dan Nicolaescu | 2010-11-20 | 1 | -14/+0 |
| * | Clean up src/systty.h macros. | Dan Nicolaescu | 2010-11-14 | 1 | -4/+2 |
| * | * src/emacs.c (syms_of_emacs) <system-type>: Doc fix. | Glenn Morris | 2010-11-09 | 1 | -7/+7 |
| * | Fix 2010-10-29T06:51:36Z!rgm@gnu.org for non-CLASH_DETECTION platforms. | Eli Zaretskii | 2010-10-29 | 1 | -2/+0 |
| * | * emacs.c (argmatch): Don't treat "--" as "--chdir". | Jim Meyering | 2010-10-24 | 1 | -7/+8 |
| * | Rename `image-library-alist' to `dynamic-library-alist'. | Juanma Barranquero | 2010-10-13 | 1 | -0/+21 |
| * | Remove unused arguments for unexec. | Dan Nicolaescu | 2010-10-03 | 1 | -4/+7 |
| * | Invoke kill-emacs on SIGINT on Windows as well. | Eli Zaretskii | 2010-10-02 | 1 | -4/+2 |
| * | Run kill-emacs-hook in batch mode, and on SIGINT in batch mode. | Glenn Morris | 2010-10-01 | 1 | -3/+15 |
| * | Set up GnuTLS support. | Ted Zlatanov | 2010-09-26 | 1 | -0/+8 |
| * | * src/emacs.c: Do not include sys/ioctl.h, not needed. | Dan Nicolaescu | 2010-09-21 | 1 | -4/+0 |
| * | Add support for the libxml2 library. | Lars Magne Ingebrigtsen | 2010-09-10 | 1 | -0/+4 |
| * | Make obsolete --unibyte argument do nothing (Bug#6886). | Chong Yidong | 2010-08-22 | 1 | -66/+0 |
| * | Simplify termio code. | Dan Nicolaescu | 2010-08-22 | 1 | -1/+1 |
| * | Fix version string in top-level MSDOS Makefile. | Eli Zaretskii | 2010-08-20 | 1 | -0/+2 |
| * | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+2 |
| * | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -1/+1 |
| * | emacs.c cleanups. | Dan Nicolaescu | 2010-08-06 | 1 | -30/+2 |
| * | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings. | Jan D | 2010-08-06 | 1 | -0/+4 |
| * | * src/emacs.c (Fkill_emacs): Remove return statement. | Dan Nicolaescu | 2010-07-27 | 1 | -2/+0 |
| * | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+0 |
| * | Use __executable_start to find start of text segment for profiling | Andreas Schwab | 2010-07-25 | 1 | -0/+10 |
| * | Remove more "#ifdef subprocesses". | Eli Zaretskii | 2010-07-13 | 1 | -2/+0 |
| * | Convert old-style definitions | Andreas Schwab | 2010-07-12 | 1 | -8/+6 |
| * | Convert function definitions to standard C and some cleanups. | Dan Nicolaescu | 2010-07-12 | 1 | -17/+10 |
| * | Use strchr, strrchr instead of index, rindex | Andreas Schwab | 2010-07-11 | 1 | -7/+3 |
| * | Constify functions taking char * | Andreas Schwab | 2010-07-11 | 1 | -12/+9 |
| * | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -8/+6 |
| * | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+3 |
| * | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -27/+11 |
| * | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -5/+5 |
| * | Turn `directory-sep-char' into a noop. | Juanma Barranquero | 2010-06-04 | 1 | -5/+2 |
| * | * emacs.c (main): Initialize initial-environment and process-environment | Ken Raeburn | 2010-05-15 | 1 | -1/+5 |
| * | Handle --version reasonably in CANNOT_DUMP configuration. | Ken Raeburn | 2010-05-15 | 1 | -23/+46 |
| * | * emacs.c (main): Remove NO_DIR_LIBRARY conditional, unused. | Dan Nicolaescu | 2010-05-06 | 1 | -2/+0 |
| * | Remove BSD_PGRPS. | Dan Nicolaescu | 2010-05-04 | 1 | -14/+1 |
| * | Run kill-emacs when exiting for display closed or SIGTERM/HUP. | Jan Djärv | 2010-05-02 | 1 | -0/+14 |
| * | Remove extern errno declarations. | Dan Nicolaescu | 2010-04-01 | 1 | -3/+0 |