| Age | Commit message (Expand) | Author |
| 2015-10-16 | Make src headers idempotent and standalone | Paul Eggert |
| 2015-09-08 | * src/process.c (status_notify): Avoid global redisplay (bug#11822) | Stefan Monnier |
| 2015-04-11 | Add facility to collect stderr of async subprocess | Daiki Ueno |
| 2015-01-14 | remove_slash_colon need not be inline | Paul Eggert |
| 2015-01-14 | Consolidate common path transformation code. | Dmitry Antipov |
| 2015-01-05 | Compute C decls for DEFSYMs automatically | Paul Eggert |
| 2015-01-01 | Update copyright year to 2015 | Paul Eggert |
| 2014-11-23 | Add functions to gnutls.c for exporting certificate details | Lars Magne Ingebrigtsen |
| 2014-06-08 | If a C name must be extern on some platforms, make it extern on all. | Paul Eggert |
| 2014-06-01 | Port signal-handling to DragonFly BSD. | Paul Eggert |
| 2014-03-25 | Handle sigmask better with nested signal handlers. | Paul Eggert |
| 2014-01-01 | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert |
| 2013-12-14 | Use bool for boolean, focusing on headers. | Paul Eggert |
| 2013-10-16 | Make some functions static in non-Microsoft builds. | Paul Eggert |
| 2013-10-16 | * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func. | Paul Eggert |
| 2013-10-16 | Implement network-interface-* functions for MS-Windows (bug #15610). | Eli Zaretskii |
| 2013-09-20 | A simpler, centralized INLINE. | Paul Eggert |
| 2013-08-25 | merge from trunk | Tom Tromey |
| 2013-08-23 | Don't let very long directory names overrun the stack. | Paul Eggert |
| 2013-08-19 | merge from trunk | Tom Tromey |
| 2013-08-12 | Fix some fd issues when running subprocesses. | Paul Eggert |
| 2013-07-12 | Merge from trunk | Tom Tromey |
| 2013-07-09 | Handle errno and exit status a bit more carefully. | Paul Eggert |
| 2013-07-06 | merge from trunk | Tom Tromey |
| 2013-06-27 | Do not tickle glib SIGCHLD handling if Cygwin. | Paul Eggert |
| 2013-06-23 | Try to avoid malloc SEGVs on Cygwin. | Paul Eggert |
| 2013-06-22 | Clean up SIGCHLD handling a bit. | Paul Eggert |
| 2013-06-13 | merge from trunk | Tom Tromey |
| 2013-06-03 | Fix minor problems found by static checking. | Paul Eggert |
| 2013-06-03 | merge from trunk; clean up some issues | Tom Tromey |
| 2013-06-02 | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv |
| 2013-03-08 | merge from trunk | Tom Tromey |
| 2013-03-07 | print.c, process.c: Use bool for booleans. | Paul Eggert |
| 2013-01-05 | merge from trunk | Tom Tromey |
| 2013-01-02 | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert |
| 2013-01-01 | Update copyright notices for 2013. | Paul Eggert |
| 2012-12-17 | merge from trunk | Tom Tromey |
| 2012-12-05 | Fix a recently-introduced delete-process race condition. | Paul Eggert |
| 2012-12-03 | Don't let call-process be a zombie factory. | Paul Eggert |
| 2012-11-24 | Revert recent change for Bug#8855. | Paul Eggert |
| 2012-11-23 | Fix a race condition with glib (Bug#8855). | Paul Eggert |
| 2012-11-03 | Fix a race condition that causes Emacs to mess up glib. | Paul Eggert |
| 2012-09-04 | merge from trunk | Tom Tromey |
| 2012-08-27 | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert |
| 2012-08-24 | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert |
| 2012-08-20 | Merge from trunk | Tom Tromey |
| 2012-08-17 | * process.h (PSET): Remove. | Paul Eggert |
| 2012-08-15 | process changes | Tom Tromey |
| 2012-08-07 | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. | Dmitry Antipov |
| 2012-08-06 | Separate read and write access to Lisp_Object slots of Lisp_Process. | Dmitry Antipov |