| Age | Commit message (Expand) | Author |
| 2012-11-04 | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid. | Paul Eggert |
| 2012-10-31 | Fix crash when using Emacs as commit editor for git. | Paul Eggert |
| 2012-09-23 | Move pid_t related decls out of lisp.h. | Paul Eggert |
| 2012-09-23 | Simplify and avoid signal-handling races. | Paul Eggert |
| 2012-09-16 | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | Paul Eggert |
| 2012-09-15 | Port better to POSIX hosts lacking _setjmp. | Paul Eggert |
| 2012-09-06 | Signal-handler cleanup. | Paul Eggert |
| 2012-08-24 | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert |
| 2012-08-19 | Rely on <unistd.h> to declare 'environ', | Paul Eggert |
| 2012-08-04 | Fix bug #11959 with startup warnings on MS-Windows about ../site-lisp. | Eli Zaretskii |
| 2012-08-03 | Remove unnecessary casts involving pointers. | Paul Eggert |
| 2012-07-09 | Stop ns builds setting the EMACSPATH environment variable | Glenn Morris |
| 2012-07-09 | Stop ns builds polluting the environment with EMACSDATA, EMACSDOC | Glenn Morris |
| 2012-07-05 | More xmalloc and related cleanup. | Paul Eggert |
| 2012-07-05 | Cleanup xmalloc. | Dmitry Antipov |
| 2012-07-03 | Auto-generate EXFUN using make-docfile | Tom Tromey |
| 2012-06-16 | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab |
| 2012-05-30 | Improve call-process-region error message. | Jim Meyering |
| 2012-05-26 | Merge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu@gmail.com | Glenn Morris |
| 2012-05-24 | * src/callproc.c (Fcall_process): Restore a line that was accidentally commen... | Ken Brown |
| 2012-04-09 | Merge from trunk. | Paul Eggert |
| 2012-04-09 | Remove * characters from the front of variable docstrings. | Chong Yidong |
| 2012-02-10 | Merge from trunk. | Paul Eggert |
| 2012-02-01 | Tiny doc tweaks for call-process's :file spec. | Glenn Morris |
| 2012-01-09 | Merge from trunk. | Paul Eggert |
| 2012-01-05 | Add 2012 to FSF copyright years for Emacs files | Glenn Morris |
| 2011-11-18 | Merge from trunk. | Paul Eggert |
| 2011-11-11 | callproc.c (Fcall_process): Set the member dst_multibyte of process_coding. | Kenichi Handa |
| 2011-11-07 | Set members of the struct coding_system before accessing them (bug#9910,9911,... | Kenichi Handa |
| 2011-09-21 | (Fcall_process): Fix typo in volatile load/restore. | Paul Eggert |
| 2011-09-21 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert |
| 2011-09-09 | Whitespace changes. | Juanma Barranquero |
| 2011-08-04 | Merge from trunk. | Paul Eggert |
| 2011-08-04 | Adjust in response to jan.h.d's comments. | Paul Eggert |
| 2011-08-03 | * callproc.c (Fcall_process): Avoid vfork clobbering | Paul Eggert |
| 2011-07-28 | Merge from trunk. | Paul Eggert |
| 2011-07-28 | * callproc.c (child_setup): Don't assume strlen fits in int. | Paul Eggert |
| 2011-07-27 | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert |
| 2011-07-06 | Use pthread_sigmask, not sigprocmask. | Paul Eggert |
| 2011-06-20 | * callproc.c (egetenv): Adjust to getenv_internal API change. | Paul Eggert |
| 2011-06-19 | * callproc.c (child_setup): Rewrite to avoid two strlen calls. | Paul Eggert |
| 2011-06-19 | * callproc.c: Don't assume string length fits in 'int.' | Paul Eggert |
| 2011-06-14 | Variadic C functions now count arguments with ptrdiff_t. | Paul Eggert |
| 2011-05-30 | Make it possible to run ./temacs. | Dan Nicolaescu |
| 2011-05-20 | Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05... | Eli Zaretskii |
| 2011-05-07 | Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS. | Eli Zaretskii |
| 2011-05-06 | Do not assume EMACS_INT is the same width as a pointer. | Paul Eggert |
| 2011-05-04 | Merge from mainline. | Paul Eggert |
| 2011-05-04 | Implement dynamic loading of GnuTLS on Windows. | Juanma Barranquero |
| 2011-05-02 | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert |