summaryrefslogtreecommitdiff
path: root/src/emacs.c
Commit message (Expand)AuthorAgeFilesLines
* 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:14Z!eggert@cs.ucla.edu.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
* * print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov2013-03-191-3/+4
* * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI buildsDaniel Colascione2013-03-131-2/+2
* Simplify data_start configuration.Paul Eggert2013-02-241-26/+0
* * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so thatDaniel Colascione2013-02-031-1/+1
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-1/+1
* * emacs.c (Qkill_emacs_hook): Now static.Paul Eggert2013-01-211-1/+2
* * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid aborting on Fsig...Chong Yidong2013-01-191-5/+6
* Work around bug in CIFS and vboxsf file systems.Paul Eggert2013-01-181-0/+1
* Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-19/+0
|\
| * Fix SIGDANGER handlers, for AIX.Paul Eggert2013-01-101-19/+0
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
| * Move fix for bug#12993 to trunkDaniel Colascione2012-12-101-8/+0
* | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie...Daniel Colascione2012-12-101-0/+8
|\ \ | |/
| * Compile Windows resources into cygw32 EmacsDaniel Colascione2012-12-091-0/+8
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-10/+9
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld2012-12-101-0/+4
| * | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-5/+4
| * | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-201-1/+1
| |\ \ | | |/
| | * Fix non-GTK builds on CygwinKen Brown2012-11-201-1/+1
| * | Assume POSIX 1003.1-1988 or later for fcntl.h.Paul Eggert2012-11-171-4/+0
* | | Merge from trunk.Eli Zaretskii2012-11-131-7/+22
|\ \ \ | |/ /
| * | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-2/+2
| * | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-3/+1
| * | Fix data-loss with --version.Paul Eggert2012-11-041-3/+3
| * | Fix data-loss with --batch.Paul Eggert2012-11-031-2/+19
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-021-11/+6
|\ \ | |/