| Commit message (Expand) | Author | Age | Files | Lines |
* | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -3/+7 |
* | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -3/+3 |
* | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -2/+0 |
* | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -1/+3 |
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack. | Dmitry Antipov | 2014-09-16 | 1 | -3/+3 |
* | Clean up extern decls a bit. | Paul Eggert | 2014-08-31 | 1 | -8/+2 |
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc before | Ken Brown | 2014-08-28 | 1 | -9/+10 |
* | * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro. | Ken Brown | 2014-08-25 | 1 | -6/+0 |
* | Use binary-io module, O_BINARY, and "b" flag. | Paul Eggert | 2014-07-14 | 1 | -13/+7 |
* | * emacs.c: Include "sysselect.h", to define its inline functions. | Paul Eggert | 2014-06-03 | 1 | -0/+1 |
* | Fix bug #17622 with crashes in mmap routines. | Eli Zaretskii | 2014-05-29 | 1 | -1/+2 |
* | Use mmap(2) emulation for buffer text on MS-Windows. | Fabrice Popineau | 2014-05-27 | 1 | -6/+1 |
* | Assume C99 or later. | Paul Eggert | 2014-05-17 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.edu | Juanma Barranquero | 2014-04-19 | 1 | -7/+0 |
|\ |
|
| * | * emacs.c (close_output_streams): Don't clear and restore errno. | Paul Eggert | 2014-04-17 | 1 | -7/+0 |
* | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca | Paul Eggert | 2014-04-16 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Fix the MSDOS build. | Eli Zaretskii | 2014-04-16 | 1 | -0/+7 |
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -2/+2 |
* | | Rename EARRAYSIZE to ARRAYELTS | Daniel Colascione | 2014-04-03 | 1 | -2/+2 |
* | | Clean up array size calculations | Daniel Colascione | 2014-04-03 | 1 | -3/+2 |
* | | Improve usage of AC_INIT | Glenn Morris | 2014-03-28 | 1 | -2/+7 |
* | | Add system-configuration-features, summarising some configure results | Glenn Morris | 2014-03-28 | 1 | -0/+6 |
* | | Remove the build-time option CLASH_DETECTION | Glenn Morris | 2014-03-25 | 1 | -4/+2 |
* | | Move might_dump assignment earlier in initialization | Daniel Colascione | 2014-03-21 | 1 | -4/+4 |
* | | Do not allow a dumped Emacs to be dumped | Daniel Colascione | 2014-03-21 | 1 | -0/+10 |
|/ |
|
* | temacs --daemon fix | Paul Eggert | 2014-02-17 | 1 | -3/+3 |
* | Fix spelling of "GNUstep" | Glenn Morris | 2014-01-20 | 1 | -1/+1 |
* | Fix file name handling on MS-Windows 9X. | Eli Zaretskii | 2014-01-18 | 1 | -0/+6 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -2/+2 |
* | * src/emacs.c (main): [DAEMON_MUST_EXEC]: Restore close-on-exec after exec. | Paul Eggert | 2013-12-28 | 1 | -0/+1 |
* | Fix pipe bug with OS X emacs --daemon (Bug#16262). | Paul Eggert | 2013-12-28 | 1 | -0/+2 |
* | Minor fixes for recent openp changes. | Paul Eggert | 2013-12-18 | 1 | -1/+1 |
* | Add load-prefer-newer option, to load .el if newer than .elc | Glenn Morris | 2013-12-17 | 1 | -1/+1 |
* | * src/emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend. | Glenn Morris | 2013-12-17 | 1 | -1/+0 |
* | Minor fix in Windows-specific code in decode_env_path. | Eli Zaretskii | 2013-12-15 | 1 | -2/+3 |
* | Merge from trunk. | Eli Zaretskii | 2013-12-09 | 1 | -0/+5 |
|\ |
|
| * | * emacs.c (main): Call fixup_locale a second time for GNUStep. | Jan Djärv | 2013-12-08 | 1 | -0/+5 |
* | | Merge from trunk. | Eli Zaretskii | 2013-12-07 | 1 | -27/+38 |
|\ \
| |/ |
|
| * | Fix bug #15933 with crashes in file-notify-tests on MS-Windows. | Eli Zaretskii | 2013-11-28 | 1 | -0/+4 |
| * | Empty elements in EMACSLOADPATH now stand for the default | Glenn Morris | 2013-11-22 | 1 | -27/+34 |
* | | Fixed initialization code and default-printer-name. | Eli Zaretskii | 2013-12-07 | 1 | -1/+31 |
* | | Tested subprogram invocation, fixed decode_env_path. | Eli Zaretskii | 2013-12-07 | 1 | -2/+31 |
* | | Merge from mainline. | Eli Zaretskii | 2013-11-18 | 1 | -16/+36 |
|\ \
| |/ |
|
| * | Fix bug #15260 with building and installing Emacs in non-ASCII directories. | Eli Zaretskii | 2013-11-04 | 1 | -4/+6 |
| * | * src/emacs.c (usage_message): Mention that `-L :...' appends. | Glenn Morris | 2013-11-03 | 1 | -1/+1 |
| * | * emacs.c (original_pwd): Remove global var by making it local. | Paul Eggert | 2013-11-01 | 1 | -6/+8 |
| * | * emacs.c (main): Skip -psn args on OSX even if ! isatty (0). | Jan Djärv | 2013-10-31 | 1 | -1/+1 |
| * | Fix setting of invocation-directory with --chdir and relative argv[0] | Glenn Morris | 2013-10-31 | 1 | -7/+16 |
| * | Fix part of bug #15260 with from directory with a non-ASCII name. | Eli Zaretskii | 2013-10-26 | 1 | -1/+5 |
| * | * emacs.c (main): On Cocoa, if GUI session and 0 is not a tty, | Jan Djärv | 2013-10-20 | 1 | -3/+6 |