| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs. | Eli Zaretskii | 2013-11-02 | 1 | -3/+16 |
* | Make VALMASK visible to GDB even if clang is used. | Paul Eggert | 2013-10-16 | 1 | -0/+1 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -1/+8 |
* | * src/emacs.c (usage_message): Possessive apostrophe tweak. | Glenn Morris | 2013-09-11 | 1 | -3/+3 |
* | Revert last change to gmalloc.c; update some comments. | Ken Brown | 2013-08-15 | 1 | -1/+2 |
* | Add zlib support via the `decompress-gzipped-region' function | Lars Magne Ingebrigtsen | 2013-08-11 | 1 | -0/+4 |
* | Use xstrdup and build_unibyte_string where applicable. | Dmitry Antipov | 2013-08-09 | 1 | -2/+1 |
* | Fix porting bug to older POSIXish platforms. | Paul Eggert | 2013-07-16 | 1 | -1/+1 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -4/+3 |
* | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 1 | -5/+5 |
* | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -15/+33 |
* | * emacs.c (main): Fix syntax error. | Jan Djärv | 2013-07-10 | 1 | -1/+1 |
* | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -13/+10 |
* | MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2013-07-07 | 1 | -0/+1 |
* | Make file descriptors close-on-exec when possible. | Paul Eggert | 2013-07-07 | 1 | -5/+2 |
* | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -1/+1 |
* | Try again to fix FreeBSD bug re multithreaded memory alloc. | Paul Eggert | 2013-07-03 | 1 | -8/+8 |
* | Try to fix FreeBSD bug re multithreaded memory allocation. | Paul Eggert | 2013-07-03 | 1 | -0/+7 |
* | Fix bug re noninteractive multithreaded memory allocation. | Paul Eggert | 2013-07-01 | 1 | -7/+4 |
* | src/emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before unlinking it. | Juanma Barranquero | 2013-07-01 | 1 | -1/+5 |
* | Use functions, not macros, for XINT etc. | Paul Eggert | 2013-06-16 | 1 | -0/+7 |
* | * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify. | Michael Albinus | 2013-06-05 | 1 | -0/+4 |
* | * configure.ac (file-notification): New option, replaces inotify option. | Michael Albinus | 2013-06-03 | 1 | -0/+8 |
* | * print.c (syms_of_print): Initialize debugging output not here... | Dmitry Antipov | 2013-03-19 | 1 | -3/+4 |
* | * emacs.c (main): Call syms_of_cygw32 on CYGWIN non-NTGUI builds | Daniel Colascione | 2013-03-13 | 1 | -2/+2 |
* | Simplify data_start configuration. | Paul Eggert | 2013-02-24 | 1 | -26/+0 |
* | * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC, so that | Daniel Colascione | 2013-02-03 | 1 | -1/+1 |
* | Avoid encoding file names run through dostounix_filename on MS-Windows. | Eli Zaretskii | 2013-02-02 | 1 | -1/+1 |
* | * emacs.c (Qkill_emacs_hook): Now static. | Paul Eggert | 2013-01-21 | 1 | -1/+2 |
* | * emacs.c (Fkill_emacs): Set waiting_for_input to 0 to avoid aborting on Fsig... | Chong Yidong | 2013-01-19 | 1 | -5/+6 |
* | Work around bug in CIFS and vboxsf file systems. | Paul Eggert | 2013-01-18 | 1 | -0/+1 |
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.edu | Glenn Morris | 2013-01-13 | 1 | -19/+0 |
|\ |
|
| * | Fix SIGDANGER handlers, for AIX. | Paul Eggert | 2013-01-10 | 1 | -19/+0 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
| * | Move fix for bug#12993 to trunk | Daniel Colascione | 2012-12-10 | 1 | -8/+0 |
* | | Move fix for cygw32 icon issue from emacs-24 branch to trunk as Stefan Monnie... | Daniel Colascione | 2012-12-10 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Compile Windows resources into cygw32 Emacs | Daniel Colascione | 2012-12-09 | 1 | -0/+8 |
* | | Merge from trunk + rename the event. Not tested yet. | Eli Zaretskii | 2012-12-10 | 1 | -10/+9 |
|\ \ |
|
| * | | Support filesystem notification through inotify on GNU/Linux. | Rüdiger Sonderfeld | 2012-12-10 | 1 | -0/+4 |
| * | | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert | 2012-12-08 | 1 | -5/+4 |
| * | | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu | Glenn Morris | 2012-11-20 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix non-GTK builds on Cygwin | Ken Brown | 2012-11-20 | 1 | -1/+1 |
| * | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -4/+0 |
* | | | Merge from trunk. | Eli Zaretskii | 2012-11-13 | 1 | -7/+22 |
|\ \ \
| |/ / |
|
| * | | Use ad-hoc comparison function for the profiler's hash-tables. | Stefan Monnier | 2012-11-08 | 1 | -2/+2 |
| * | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -3/+1 |
| * | | Fix data-loss with --version. | Paul Eggert | 2012-11-04 | 1 | -3/+3 |
| * | | Fix data-loss with --batch. | Paul Eggert | 2012-11-03 | 1 | -2/+19 |
| |/ |
|
* | | Merge from trunk after 24.3 was moved to emacs-24 branch. | Eli Zaretskii | 2012-11-02 | 1 | -11/+6 |
|\ \
| |/ |
|