aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* remove sigio blockingBT Templeton2015-04-191-2/+0
* remove polling suppressionBT Templeton2015-04-191-2/+1
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-19/+27
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-6/+11
* simplify cpp usage in wait_reading_process_outputBT Templeton2015-04-181-3/+5
* remove redundant assignmentsBT Templeton2015-04-181-2/+2
* record_unwind_protect error handlingBT Templeton2015-04-181-10/+7
* use guile-snarf for subr definitionBT Templeton2015-04-181-62/+2
* 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:[email protected]Paul 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:[email protected]Juanma 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:[email protected]Paul Eggert2014-04-161-23/+27
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-23/+27
| * Backport memory fix (2014-03-22T03:04:[email protected]) from trunkDaniel Colascione2014-03-221-4/+16
| * Backport memory fix (2014-03-23T05:15:[email protected]) 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
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+2
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-1/+1
* Fix bug #16152 with crashes in process-send-eof on MS-Windows.Eli Zaretskii2013-12-151-13/+23
* * src/process.c (get_process): Explicit error for dead buffersGlenn Morris2013-11-221-5/+7
* Merge from emacs-24; up to 2013-01-03T02:37:[email protected]Glenn Morris2013-11-221-3/+2
|\
| * Fixes: debbugs:15923Andreas Schwab2013-11-191-3/+2
* | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-2/+2
* | Fix recent gnutls changes.Paul Eggert2013-11-041-1/+1
* | Several GnuTLS fixes for log level and initialization.Ted Zlatanov2013-11-041-3/+4
* | Port to stricter C99 platforms.Paul Eggert2013-11-031-15/+17
* | Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-36/+45
* | Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-161-19/+37
* | Fix build break due to vector changesDaniel Colascione2013-09-241-1/+1
* | Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-14/+14
* | Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-221-1/+1
* | A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* | * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-8/+3