summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2014-03-22Don't underflow datagram_address arrayDaniel Colascione
2014-03-21Do not read unitialized memory in conv_sockaddr_to_lispDaniel Colascione
2014-02-22Bit more doc for process filter and sentinel changesGlenn Morris
2014-02-21Some doc updates for default process sentinels and filters not being nilGlenn Morris
2014-01-30Don't ignore SIGPROF in subprocessesAndreas Schwab
2014-01-20Fix spelling of "GNUstep"Glenn Morris
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-18Minor fixes for recent openp changes.Paul Eggert
2013-12-17Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris
2013-12-15Fix bug #16152 with crashes in process-send-eof on MS-Windows.Eli Zaretskii
2013-11-22* src/process.c (get_process): Explicit error for dead buffersGlenn Morris
2013-11-22Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.orgGlenn Morris
2013-11-19Fixes: debbugs:15923Andreas Schwab
2013-11-06* src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier
2013-11-04Fix recent gnutls changes.Paul Eggert
2013-11-04Several GnuTLS fixes for log level and initialization.Ted Zlatanov
2013-11-03Port to stricter C99 platforms.Paul Eggert
2013-10-16Make some functions static in non-Microsoft builds.Paul Eggert
2013-10-16Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii
2013-09-24Fix build break due to vector changesDaniel Colascione
2013-09-24Use union for the payload of struct Lisp_Vector.Dmitry Antipov
2013-09-22Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-31Improve MS-Windows implementation of threads.Eli Zaretskii
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-08-27Simplify SELECT_TYPE-related code.Paul Eggert
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-08-26Fix MS-Windows build.Eli Zaretskii
2013-08-25merge from trunkTom Tromey
2013-08-23System-dependent integer overflow fixes.Paul Eggert
2013-08-23Don't let very long directory names overrun the stack.Paul Eggert
2013-08-22* process.c (flush_pending_output): Remove stub.Paul Eggert
2013-08-20* process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.Paul Eggert
2013-08-19fix up some merge errors in process.cTom Tromey
2013-08-19merge from trunkTom Tromey
2013-08-18* process.c (handle_child_signal): Fix crash; deleted pid.Paul Eggert
2013-08-15Spelling fixes.Paul Eggert
2013-08-15* lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov
2013-08-12* process.c (deactivate_process): Reset fds to -1.Paul Eggert
2013-08-12Fix some fd issues when running subprocesses.Paul Eggert
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-08-06* process.c: Fix minor off-by-one issues in descriptor counts.Paul Eggert
2013-07-26merge from trunkTom Tromey
2013-07-26Fix documentation of list-processes and process-list.Eli Zaretskii
2013-07-20Avoid vfork-related deadlock more cleanly.Paul Eggert
2013-07-20Fix array bounds violation when pty allocation fails.Paul Eggert
2013-07-19Fix some minor file descriptor leaks and related glitches.Paul Eggert
2013-07-16A few more minor file errno-reporting bugs.Paul Eggert
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-16Be simpler and more consistent about reporting I/O errors.Paul Eggert