| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Make src headers idempotent and standalone | Paul Eggert | 2015-10-16 | 1 | -0/+5 |
* | * src/process.c (status_notify): Avoid global redisplay (bug#11822) | Stefan Monnier | 2015-09-08 | 1 | -10/+10 |
* | Add facility to collect stderr of async subprocess | Daiki Ueno | 2015-04-11 | 1 | -0/+3 |
* | remove_slash_colon need not be inline | Paul Eggert | 2015-01-14 | 1 | -12/+1 |
* | Consolidate common path transformation code. | Dmitry Antipov | 2015-01-14 | 1 | -0/+13 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -9/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Add functions to gnutls.c for exporting certificate details | Lars Magne Ingebrigtsen | 2014-11-23 | 1 | -0/+3 |
* | If a C name must be extern on some platforms, make it extern on all. | Paul Eggert | 2014-06-08 | 1 | -4/+0 |
* | Port signal-handling to DragonFly BSD. | Paul Eggert | 2014-06-01 | 1 | -2/+0 |
* | Handle sigmask better with nested signal handlers. | Paul Eggert | 2014-03-25 | 1 | -2/+2 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -9/+9 |
* | Make some functions static in non-Microsoft builds. | Paul Eggert | 2013-10-16 | 1 | -1/+4 |
* | * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func. | Paul Eggert | 2013-10-16 | 1 | -0/+2 |
* | Implement network-interface-* functions for MS-Windows (bug #15610). | Eli Zaretskii | 2013-10-16 | 1 | -0/+4 |
* | A simpler, centralized INLINE. | Paul Eggert | 2013-09-20 | 1 | -5/+2 |
* | Don't let very long directory names overrun the stack. | Paul Eggert | 2013-08-23 | 1 | -0/+1 |
* | Fix some fd issues when running subprocesses. | Paul Eggert | 2013-08-12 | 1 | -2/+13 |
* | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -0/+8 |
* | Do not tickle glib SIGCHLD handling if Cygwin. | Paul Eggert | 2013-06-27 | 1 | -0/+2 |
* | Try to avoid malloc SEGVs on Cygwin. | Paul Eggert | 2013-06-23 | 1 | -0/+2 |
* | Clean up SIGCHLD handling a bit. | Paul Eggert | 2013-06-22 | 1 | -2/+0 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -0/+2 |
* | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -0/+1 |
* | print.c, process.c: Use bool for booleans. | Paul Eggert | 2013-03-07 | 1 | -4/+4 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | Revert recent change for Bug#8855. | Paul Eggert | 2012-11-24 | 1 | -3/+0 |
| * | Fix a race condition with glib (Bug#8855). | Paul Eggert | 2012-11-23 | 1 | -0/+3 |
* | | Fix a recently-introduced delete-process race condition. | Paul Eggert | 2012-12-05 | 1 | -0/+6 |
* | | Don't let call-process be a zombie factory. | Paul Eggert | 2012-12-03 | 1 | -17/+0 |
* | | Fix a race condition that causes Emacs to mess up glib. | Paul Eggert | 2012-11-03 | 1 | -0/+3 |
|/ |
|
* | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -1/+1 |
* | * bytecode.c, callint.c, callproc.c: Use bool for boolean. | Paul Eggert | 2012-08-24 | 1 | -1/+1 |
* | * process.h (PSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -4/+23 |
* | Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process. | Dmitry Antipov | 2012-08-07 | 1 | -26/+21 |
* | Separate read and write access to Lisp_Object slots of Lisp_Process. | Dmitry Antipov | 2012-08-06 | 1 | -4/+9 |
* | Use INTERNAL_FIELD for processes. | Dmitry Antipov | 2012-08-01 | 1 | -21/+40 |
* | * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src. | Glenn Morris | 2012-07-31 | 1 | -6/+0 |
* | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -2/+2 |
* | Ensure correct ordering of process writes. | Troels Nielsen | 2012-06-17 | 1 | -0/+2 |
* | * process.h (struct Lisp_Process): Members tick and update_tick | Paul Eggert | 2012-04-21 | 1 | -2/+2 |
* | Limit number of GnuTLS handshakes per connection. | Ted Zlatanov | 2012-04-09 | 1 | -0/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ | Stefan Monnier | 2011-07-17 | 1 | -1/+1 |
* | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | * process.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -6/+0 |