aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-16Make some functions static in non-Microsoft builds.Paul Eggert1-1/+4
2013-10-16* process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func.Paul Eggert1-0/+2
2013-10-16Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii1-0/+4
2013-09-20A simpler, centralized INLINE.Paul Eggert1-5/+2
2013-08-23Don't let very long directory names overrun the stack.Paul Eggert1-0/+1
2013-08-12Fix some fd issues when running subprocesses.Paul Eggert1-2/+13
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert1-0/+8
2013-06-27Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert1-0/+2
2013-06-23Try to avoid malloc SEGVs on Cygwin.Paul Eggert1-0/+2
2013-06-22Clean up SIGCHLD handling a bit.Paul Eggert1-2/+0
2013-06-03Fix minor problems found by static checking.Paul Eggert1-0/+2
2013-06-02Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv1-0/+1
2013-03-07print.c, process.c: Use bool for booleans.Paul Eggert1-4/+4
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-12-05Fix a recently-introduced delete-process race condition.Paul Eggert1-0/+6
2012-12-03Don't let call-process be a zombie factory.Paul Eggert1-17/+0
2012-11-24Revert recent change for Bug#8855.Paul Eggert1-3/+0
2012-11-23Fix a race condition with glib (Bug#8855).Paul Eggert1-0/+3
2012-11-03Fix a race condition that causes Emacs to mess up glib.Paul Eggert1-0/+3
2012-08-27* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert1-1/+1
2012-08-24* bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert1-1/+1
2012-08-17* process.h (PSET): Remove.Paul Eggert1-4/+23
2012-08-15process changesTom Tromey1-0/+5
2012-08-07Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov1-26/+21
2012-08-06Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov1-4/+9
2012-08-01Use INTERNAL_FIELD for processes.Dmitry Antipov1-21/+40
2012-07-31* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris1-6/+0
2012-06-22Support higher-resolution time stamps.Paul Eggert1-2/+2
2012-06-17Ensure correct ordering of process writes.Troels Nielsen1-0/+2
2012-04-21* process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert1-2/+2
2012-04-09Limit number of GnuTLS handshakes per connection.Ted Zlatanov1-0/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-07-17* src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier1-1/+1
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-3/+3
2011-04-25* lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert1-1/+1
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-3/+3
2011-04-13* process.c: Make symbols static if they're not exported.Paul Eggert1-6/+0
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-2/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-2/+1
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-11-01Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv1-0/+4
2010-09-29Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen1-0/+1
2010-09-27Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen1-2/+3
2010-09-26Add fd handling with callbacks to select, dbus needs it for async operation.Jan D1-0/+7
2010-09-26Set up GnuTLS support.Ted Zlatanov1-0/+15
2010-08-11Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D1-1/+1
2010-08-06Move declarations to header files.Dan Nicolaescu1-0/+3