| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | * 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 |
* | | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -6/+0 |
* | | Clean up BSD_SYSTEM use. | Dan Nicolaescu | 2010-03-31 | 1 | -1/+1 |
* | | Remove support for old GNU/Linux using libc version 5. | Dan Nicolaescu | 2010-03-20 | 1 | -5/+0 |
* | | Remove obsolete uses of HAVE_SHM. | Dan Nicolaescu | 2010-03-19 | 1 | -42/+0 |
* | | Remove obsolete code in emacs.c that chooses a bug reporting address. | Glenn Morris | 2010-03-17 | 1 | -37/+2 |
|/ |
|
* | Command line arg processing fix (Bug#5392) | Chong Yidong | 2010-01-16 | 1 | -3/+4 |
* | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 2010-01-13 | 1 | -1/+1 |
* | Replace emacs-pretest-bug with bug-gnu-emacs mailing list. | Glenn Morris | 2010-01-11 | 1 | -3/+3 |
* | * configure.in: Allow compiling Emacs with GTK on Cygwin. | Chong Yidong | 2009-12-09 | 1 | -0/+5 |
* | Handle system default font and changing font parameters. | Jan Djärv | 2009-11-17 | 1 | -1/+2 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -7/+7 |
* | * process.c (socket_options): Make it const. | Dan Nicolaescu | 2009-11-06 | 1 | -3/+3 |
* | * fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char. | Stefan Monnier | 2009-10-23 | 1 | -1/+0 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | * emacs.c (main) [HAVE_NS]: fix error printf in daemon case. | Adrian Robert | 2009-09-18 | 1 | -1/+1 |
* | (inhibit_x_resources): Update doc string for NS. (main) [HAVE_NS]: Don't pro... | Adrian Robert | 2009-09-18 | 1 | -22/+2 |
* | The --quick command line option now ignores X resources and Registry settings. | Juanma Barranquero | 2009-09-17 | 1 | -5/+7 |
* | * NEWS: Declare unibyte sessions obsolete. | Stefan Monnier | 2009-08-29 | 1 | -4/+3 |
* | * lisp.h: Replace #if 0 code for checking with text pointing to | Dan Nicolaescu | 2009-08-26 | 1 | -3/+1 |
* | (system-type): Doc fix. | Glenn Morris | 2009-08-20 | 1 | -8/+10 |
* | (main): Don't call syms_of_data twice. | Ken Raeburn | 2009-08-17 | 1 | -4/+2 |
* | * emacs.c (USAGE3, standard_args): Add -mm and --maximized. | Jan Djärv | 2009-07-01 | 1 | -0/+2 |
* | (main): Call init_font (). | Kenichi Handa | 2009-06-23 | 1 | -0/+1 |
* | (gdb_data_seg_bits) [USE_LSB_TAG]: Make it 0. | Richard M. Stallman | 2009-03-01 | 1 | -1/+1 |
* | fix comments in last change | Adrian Robert | 2009-01-23 | 1 | -8/+9 |
* | * emacs.c (ns_no_defaults): New declaration. (main): Use it. * nsterm.h (ns... | Adrian Robert | 2009-01-23 | 1 | -0/+14 |
* | * emacs.c (main): Do fork+exec under --daemon in Cocoa. | Adrian Robert | 2009-01-23 | 1 | -0/+51 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * emacs.c (main): Print and error and exit when no data is read | Dan Nicolaescu | 2008-12-18 | 1 | -0/+5 |
* | (main): Close daemon_pipe on exec. | Dan Nicolaescu | 2008-12-08 | 1 | -0/+4 |
* | Ulrich Mueller <ulm at kph.uni-mainz.de> | Glenn Morris | 2008-11-02 | 1 | -2/+2 |