aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-31/+1
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* * src/keyboard.c (swallow_events): Don't redisplay if there's input pending.Stefan Monnier2014-12-171-3/+3
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-4/+4
* Various minor details accumulated over timeStefan Monnier2014-12-081-50/+50
* Fix incorrect assertionAndreas Schwab2014-11-021-1/+2
* Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris2014-10-121-0/+3
|\
| * Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-101-0/+3
* | Spelling fixes.Paul Eggert2014-10-121-3/+3
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-29/+37
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-21/+24
* | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-4/+0
* | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+4
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-2/+2
* | Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-2/+2
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-1/+1
* | Avoid clang-specific warnings.Dmitry Antipov2014-09-171-2/+2
* | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-41/+30
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-12/+15
* | src/process.c: fix a comment typoReuben Thomas2014-08-091-1/+1
* | Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov2014-07-281-0/+2
* | On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov2014-07-281-0/+18
* | Revert previous change.Paul Eggert2014-07-261-3/+3
* | Reorder conditions that are written backwardsAndreas Schwab2014-07-261-3/+3
* | * process.c (read_and_dispose_of_process_output): Fix typoPaul Eggert2014-07-081-1/+1
* | * process.c: Add sanity checks for file descriptors.Paul Eggert2014-07-071-5/+10
* | Be more consistent about the 'Qfoo' naming convention.Paul Eggert2014-06-241-5/+5
* | Avoid hangs in accept-process-output.Paul Eggert2014-06-131-58/+64
* | Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert2014-06-091-13/+12
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-6/+0
* | * configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov2014-06-051-6/+0
* | If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.Paul Eggert2014-06-031-6/+0
* | * process.c (wait_reading_process_output): Omit incorrect testPaul Eggert2014-06-021-1/+4
* | Don't kill already-reaped process.Paul Eggert2014-05-261-20/+15
* | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-5/+1
|\ \ | |/
| * Handle systems without WCONTINUED consistently.Paul Eggert2014-05-031-5/+1
* | Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero2014-04-301-1/+5
|\ \ | |/
| * * src/process.c (handle_child_signal): Handle systems without WCONTINUEDGlenn Morris2014-04-291-1/+5
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-23/+27
|\ \ | |/
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-23/+27
| * Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunkDaniel Colascione2014-03-221-4/+16
| * Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunkDaniel Colascione2014-03-221-1/+4
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-3/+3
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-5/+7
* | Don't underflow datagram_address arrayDaniel Colascione2014-03-221-1/+4
* | Do not read unitialized memory in conv_sockaddr_to_lispDaniel Colascione2014-03-211-4/+16
|/
* Bit more doc for process filter and sentinel changesGlenn Morris2014-02-221-2/+3
* Some doc updates for default process sentinels and filters not being nilGlenn Morris2014-02-211-15/+17
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-301-0/+3
* Fix spelling of "GNUstep"Glenn Morris2014-01-201-1/+1