summaryrefslogtreecommitdiff
path: root/src/process.h
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | | | Refactor make_network_processLars Ingebrigtsen2016-01-28
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | / Update copyright year to 2016Paul Eggert2016-01-01
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Make src headers idempotent and standalonePaul Eggert2015-10-16
* | | | | | | | | | | | | * src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier2015-09-08
* | | | | | | | | | | | | Add facility to collect stderr of async subprocessDaiki Ueno2015-04-11
* | | | | | | | | | | | | remove_slash_colon need not be inlinePaul Eggert2015-01-14
* | | | | | | | | | | | | Consolidate common path transformation code.Dmitry Antipov2015-01-14
* | | | | | | | | | | | | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* | | | | | | | | | | | | Update copyright year to 2015Paul Eggert2015-01-01
* | | | | | | | | | | | | Add functions to gnutls.c for exporting certificate detailsLars Magne Ingebrigtsen2014-11-23
* | | | | | | | | | | | | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-08
* | | | | | | | | | | | | Port signal-handling to DragonFly BSD.Paul Eggert2014-06-01
* | | | | | | | | | | | | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-25
* | | | | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* | | | | | | | | | | | | Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* | | | | | | | | | | | | Make some functions static in non-Microsoft builds.Paul Eggert2013-10-16
* | | | | | | | | | | | | * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func.Paul Eggert2013-10-16
* | | | | | | | | | | | | Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-16
* | | | | | | | | | | | | A simpler, centralized INLINE.Paul Eggert2013-09-20
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Don't let very long directory names overrun the stack.Paul Eggert2013-08-23
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix some fd issues when running subprocesses.Paul Eggert2013-08-12
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Handle errno and exit status a bit more carefully.Paul Eggert2013-07-09
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-27
* | | | | | | | | Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-23
* | | | | | | | | Clean up SIGCHLD handling a bit.Paul Eggert2013-06-22
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix minor problems found by static checking.Paul Eggert2013-06-03
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-02
| |_|_|_|_|/ |/| | | | |
* | | | | | print.c, process.c: Use bool for booleans.Paul Eggert2013-03-07
| |_|_|_|/ |/| | | |
* | | | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Update copyright notices for 2013.Paul Eggert2013-01-01
| * | | | Revert recent change for Bug#8855.Paul Eggert2012-11-24
| * | | | Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-23
| | |_|/ | |/| |
* | | | Fix a recently-introduced delete-process race condition.Paul Eggert2012-12-05
* | | | Don't let call-process be a zombie factory.Paul Eggert2012-12-03
* | | | Fix a race condition that causes Emacs to mess up glib.Paul Eggert2012-11-03
|/ / /
* | | * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-27
* | | * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-24
| |/ |/|
* | * process.h (PSET): Remove.Paul Eggert2012-08-17
|/
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-07
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-06
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-01
* * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris2012-07-31
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* Ensure correct ordering of process writes.Troels Nielsen2012-06-17
* * process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert2012-04-21
* Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-09
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-17
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-25
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25