summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-3/+3
* Clean up extern decls a bit.Paul Eggert2014-08-311-8/+2
* Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-9/+10
* * configure.ac (G_SLICE_ALWAYS_MALLOC): Remove obsolete macro.Ken Brown2014-08-251-6/+0
* Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-13/+7
* * emacs.c: Include "sysselect.h", to define its inline functions.Paul Eggert2014-06-031-0/+1
* Fix bug #17622 with crashes in mmap routines.Eli Zaretskii2014-05-291-1/+2
* Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-6/+1
* Assume C99 or later.Paul Eggert2014-05-171-1/+1
* Merge from emacs-24; up to 2014-04-16T15:28:06Z!eggert@cs.ucla.eduJuanma Barranquero2014-04-191-7/+0
|\
| * * emacs.c (close_output_streams): Don't clear and restore errno.Paul Eggert2014-04-171-7/+0
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-0/+7
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+7
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-2/+2
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-2/+2
* | Clean up array size calculationsDaniel Colascione2014-04-031-3/+2
* | Improve usage of AC_INITGlenn Morris2014-03-281-2/+7
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-281-0/+6
* | Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-4/+2
* | Move might_dump assignment earlier in initializationDaniel Colascione2014-03-211-4/+4
* | Do not allow a dumped Emacs to be dumpedDaniel Colascione2014-03-211-0/+10
|/
* temacs --daemon fixPaul Eggert2014-02-171-3/+3
* Fix spelling of "GNUstep"Glenn Morris2014-01-201-1/+1
* Fix file name handling on MS-Windows 9X.Eli Zaretskii2014-01-181-0/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* * src/emacs.c (main): [DAEMON_MUST_EXEC]: Restore close-on-exec after exec.Paul Eggert2013-12-281-0/+1
* Fix pipe bug with OS X emacs --daemon (Bug#16262).Paul Eggert2013-12-281-0/+2
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+1
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-1/+1
* * src/emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend.Glenn Morris2013-12-171-1/+0
* Minor fix in Windows-specific code in decode_env_path.Eli Zaretskii2013-12-151-2/+3
* Merge from trunk.Eli Zaretskii2013-12-091-0/+5
|\
| * * emacs.c (main): Call fixup_locale a second time for GNUStep.Jan Djärv2013-12-081-0/+5
* | Merge from trunk.Eli Zaretskii2013-12-071-27/+38
|\ \ | |/
| * Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-281-0/+4
| * Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-221-27/+34
* | Fixed initialization code and default-printer-name.Eli Zaretskii2013-12-071-1/+31
* | Tested subprogram invocation, fixed decode_env_path.Eli Zaretskii2013-12-071-2/+31
* | Merge from mainline.Eli Zaretskii2013-11-181-16/+36
|\ \ | |/
| * Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-041-4/+6
| * * src/emacs.c (usage_message): Mention that `-L :...' appends.Glenn Morris2013-11-031-1/+1
| * * emacs.c (original_pwd): Remove global var by making it local.Paul Eggert2013-11-011-6/+8
| * * emacs.c (main): Skip -psn args on OSX even if ! isatty (0).Jan Djärv2013-10-311-1/+1
| * Fix setting of invocation-directory with --chdir and relative argv[0]Glenn Morris2013-10-311-7/+16
| * Fix part of bug #15260 with from directory with a non-ASCII name.Eli Zaretskii2013-10-261-1/+5
| * * emacs.c (main): On Cocoa, if GUI session and 0 is not a tty,Jan Djärv2013-10-201-3/+6
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-3/+16
|/
* Make VALMASK visible to GDB even if clang is used.Paul Eggert2013-10-161-0/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-1/+8
* * src/emacs.c (usage_message): Possessive apostrophe tweak.Glenn Morris2013-09-111-3/+3