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