aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* * emacs.c (close_output_streams): Don't clear and restore errno.Paul Eggert2014-04-171-7/+0
* Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+7
* 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
* Revert last change to gmalloc.c; update some comments.Ken Brown2013-08-151-1/+2
* Add zlib support via the `decompress-gzipped-region' functionLars Magne Ingebrigtsen2013-08-111-0/+4
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-2/+1
* Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-161-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-4/+3
* Fix races with threads and file descriptors.Paul Eggert2013-07-111-5/+5
* Port to C89.Paul Eggert2013-07-101-15/+33
* * emacs.c (main): Fix syntax error.Jan Djärv2013-07-101-1/+1
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-13/+10
* MS-Windows followup for 2013-07-07T18:00:[email protected].Eli Zaretskii2013-07-071-0/+1
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-5/+2
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-1/+1
* Try again to fix FreeBSD bug re multithreaded memory alloc.Paul Eggert2013-07-031-8/+8
* Try to fix FreeBSD bug re multithreaded memory allocation.Paul Eggert2013-07-031-0/+7
* Fix bug re noninteractive multithreaded memory allocation.Paul Eggert2013-07-011-7/+4
* src/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before unlinking it.Juanma Barranquero2013-07-011-1/+5
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-0/+7
* * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.Michael Albinus2013-06-051-0/+4
* * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-031-0/+8