| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | Revert recent change for Bug#8855. | Paul Eggert | 2012-11-24 | 1 | -88/+103 |
| | * | Fix a race condition with glib (Bug#8855). | Paul Eggert | 2012-11-23 | 1 | -103/+88 |
| * | | Avoid calls to CHAR_TO_BYTE if byte position is known. | Dmitry Antipov | 2012-12-20 | 1 | -8/+8 |
| * | | Don't reraise SIGCHLD, as that can now lose. | Paul Eggert | 2012-12-17 | 1 | -7/+1 |
| * | | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 1 | -120/+36 |
| * | | Fix a recently-introduced delete-process race condition. | Paul Eggert | 2012-12-05 | 1 | -22/+14 |
| * | | Don't let call-process be a zombie factory. | Paul Eggert | 2012-12-03 | 1 | -83/+53 |
| * | | Use execve to avoid need to munge environ. | Paul Eggert | 2012-12-02 | 1 | -14/+1 |
| * | | Assume POSIX 1003.1-1988 or later for errno.h. | Paul Eggert | 2012-11-26 | 1 | -11/+2 |
| * | | Assume POSIX 1003.1-1988 or later for fcntl.h. | Paul Eggert | 2012-11-17 | 1 | -67/+7 |
| * | | Update comment to match recent change. | Paul Eggert | 2012-11-17 | 1 | -2/+2 |
| * | | Fix bug #12829 with aborts on MS-Windows when several child processes die. | Eli Zaretskii | 2012-11-17 | 1 | -20/+0 |
| * | | Remove no-longer-used pty_max_bytes variable. | Paul Eggert | 2012-11-16 | 1 | -16/+0 |
| * | | Use faccessat, not access, when checking file permissions. | Paul Eggert | 2012-11-13 | 1 | -18/+18 |
| * | | * process.c (wait_reading_process_output): Revert previous change. | Chong Yidong | 2012-11-05 | 1 | -7/+9 |
| * | | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert | 2012-11-04 | 1 | -16/+2 |
| * | | Fix a race condition that causes Emacs to mess up glib. | Paul Eggert | 2012-11-03 | 1 | -95/+100 |
| * | | * process.c (wait_reading_process_output): Clean up last change. | Chong Yidong | 2012-11-04 | 1 | -11/+6 |
| * | | Fix a race condition in wait_reading_process_output (tiny change). | Chong Yidong | 2012-11-03 | 1 | -1/+4 |
| |/ |
|
| * | Fix crash when using Emacs as commit editor for git. | Paul Eggert | 2012-10-31 | 1 | -8/+2 |
| * | Fix warnings when compiling on MS-Windows with -std=gnu99. | Eli Zaretskii | 2012-10-17 | 1 | -0/+5 |
| * | Fix some stat-related races. | Paul Eggert | 2012-10-12 | 1 | -17/+0 |
| * | keyboard.c, keymap.c: Use bool for booleans. | Paul Eggert | 2012-10-10 | 1 | -7/+7 |
| * | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -332/+276 |
| |\ |
|
| | * | Fix a malloc race condition involving strsignal. | Paul Eggert | 2012-10-01 | 1 | -1/+1 |
| | * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -16/+16 |
| | * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -315/+259 |
| * | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -217/+182 |
| |\ \
| |/ |
|
| | * | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | Paul Eggert | 2012-09-16 | 1 | -31/+8 |
| | * | Remove configure's --without-sync-input option. | Paul Eggert | 2012-09-16 | 1 | -2/+0 |
| | * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -6/+3 |
| | * | Simplify SIGIO usage. | Paul Eggert | 2012-09-12 | 1 | -14/+15 |
| | * | Prefer assignment to memcpy when either will do. | Paul Eggert | 2012-09-11 | 1 | -3/+2 |
| | * | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -2/+2 |
| | * | Signal-handler cleanup. | Paul Eggert | 2012-09-06 | 1 | -16/+17 |
| | * | Fix bug #12327 with SIGCHLD handling on Windows and some other systems. | Eli Zaretskii | 2012-09-06 | 1 | -2/+2 |
| | * | Fix race conditions with signal handlers and errno. | Paul Eggert | 2012-09-05 | 1 | -127/+129 |
| | * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -7/+7 |
| | * | Be more systematic about _setjmp vs setjmp. | Paul Eggert | 2012-09-03 | 1 | -2/+2 |
| | * | * emacs.c, eval.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -3/+3 |
| | * | Clean up some extern decls. | Paul Eggert | 2012-09-02 | 1 | -10/+0 |
| * | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -0/+1 |
| |/ |
|
| * | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -3/+4 |
| * | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -2/+2 |
| * | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -9/+7 |
| * | Rely on <unistd.h> to declare 'environ', | Paul Eggert | 2012-08-19 | 1 | -3/+0 |
| * | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+4 |
| * | * process.h (PSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -100/+184 |