aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert1-21/+24
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov1-4/+0
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert1-0/+4
2014-09-23* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert1-2/+2
2014-09-23Use known length of a Lisp string to copy it faster.Dmitry Antipov1-2/+2
2014-09-18More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov1-1/+1
2014-09-17Avoid clang-specific warnings.Dmitry Antipov1-2/+2
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov1-41/+30
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-12/+15
2014-08-09src/process.c: fix a comment typoReuben Thomas1-1/+1
2014-07-28Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov1-0/+2
2014-07-28On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov1-0/+18
2014-07-26Revert previous change.Paul Eggert1-3/+3
2014-07-26Reorder conditions that are written backwardsAndreas Schwab1-3/+3
2014-07-08* process.c (read_and_dispose_of_process_output): Fix typoPaul Eggert1-1/+1
2014-07-07* process.c: Add sanity checks for file descriptors.Paul Eggert1-5/+10
2014-06-24Be more consistent about the 'Qfoo' naming convention.Paul Eggert1-5/+5
2014-06-13Avoid hangs in accept-process-output.Paul Eggert1-58/+64
2014-06-09Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert1-13/+12
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert1-6/+0
2014-06-05* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov1-6/+0
2014-06-03If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.Paul Eggert1-6/+0
2014-06-02* process.c (wait_reading_process_output): Omit incorrect testPaul Eggert1-1/+4
2014-05-26Don't kill already-reaped process.Paul Eggert1-20/+15
2014-05-03Handle systems without WCONTINUED consistently.Paul Eggert1-5/+1
2014-04-29* src/process.c (handle_child_signal): Handle systems without WCONTINUEDGlenn Morris1-1/+5
2014-04-16Fix the MSDOS build.Eli Zaretskii1-23/+27
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert1-3/+3
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert1-5/+7
2014-03-22Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunkDaniel Colascione1-4/+16
2014-03-22Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunkDaniel Colascione1-1/+4
2014-03-22Don't underflow datagram_address arrayDaniel Colascione1-1/+4
2014-03-21Do not read unitialized memory in conv_sockaddr_to_lispDaniel Colascione1-4/+16
2014-02-22Bit more doc for process filter and sentinel changesGlenn Morris1-2/+3
2014-02-21Some doc updates for default process sentinels and filters not being nilGlenn Morris1-15/+17
2014-01-30Don't ignore SIGPROF in subprocessesAndreas Schwab1-0/+3
2014-01-20Fix spelling of "GNUstep"Glenn Morris1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-2/+2
2013-12-18Minor fixes for recent openp changes.Paul Eggert1-1/+2
2013-12-17Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris1-1/+1
2013-12-15Fix bug #16152 with crashes in process-send-eof on MS-Windows.Eli Zaretskii1-13/+23
2013-11-22* src/process.c (get_process): Explicit error for dead buffersGlenn Morris1-5/+7
2013-11-19Fixes: debbugs:15923Andreas Schwab1-3/+2
2013-11-06* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier1-2/+2
2013-11-04Fix recent gnutls changes.Paul Eggert1-1/+1
2013-11-04Several GnuTLS fixes for log level and initialization.Ted Zlatanov1-3/+4
2013-11-03Port to stricter C99 platforms.Paul Eggert1-15/+17
2013-10-16Make some functions static in non-Microsoft builds.Paul Eggert1-36/+45
2013-10-16Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii1-19/+37
2013-09-24Fix build break due to vector changesDaniel Colascione1-1/+1