summaryrefslogtreecommitdiff
path: root/src/process.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-9/+9
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-1/+4
* * process.h (conv_sockaddr_to_lisp): New decl, for newly-extern func.Paul Eggert2013-10-161-0/+2
* Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-161-0/+4
* A simpler, centralized INLINE.Paul Eggert2013-09-201-5/+2
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-231-0/+1
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-121-2/+13
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-0/+8
* Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-271-0/+2
* Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-231-0/+2
* Clean up SIGCHLD handling a bit.Paul Eggert2013-06-221-2/+0
* Fix minor problems found by static checking.Paul Eggert2013-06-031-0/+2
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-0/+1
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-071-4/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * Revert recent change for Bug#8855.Paul Eggert2012-11-241-3/+0
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-231-0/+3
* | Fix a recently-introduced delete-process race condition.Paul Eggert2012-12-051-0/+6
* | Don't let call-process be a zombie factory.Paul Eggert2012-12-031-17/+0
* | Fix a race condition that causes Emacs to mess up glib.Paul Eggert2012-11-031-0/+3
|/
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-1/+1
* * bytecode.c, callint.c, callproc.c: Use bool for boolean.Paul Eggert2012-08-241-1/+1
* * process.h (PSET): Remove.Paul Eggert2012-08-171-4/+23
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-26/+21
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-4/+9
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-21/+40
* * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris2012-07-311-6/+0
* Support higher-resolution time stamps.Paul Eggert2012-06-221-2/+2
* Ensure correct ordering of process writes.Troels Nielsen2012-06-171-0/+2
* * process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert2012-04-211-2/+2
* Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-091-0/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-171-1/+1
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-3/+3
* * process.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-6/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| | * Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv2010-11-011-0/+4
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+1
|/ /
* | Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-0/+1
* | Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-271-2/+3
* | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-261-0/+7