aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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:57Z!rgm@gnu.orgGlenn 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
* | Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-26/+26
* | Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-32/+32
* | System-dependent integer overflow fixes.Paul Eggert2013-08-231-5/+8
* | Don't let very long directory names overrun the stack.Paul Eggert2013-08-231-25/+7
* | * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-221-14/+4
* | * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.Paul Eggert2013-08-201-0/+9
* | * process.c (handle_child_signal): Fix crash; deleted pid.Paul Eggert2013-08-181-1/+4
* | Spelling fixes.Paul Eggert2013-08-151-1/+1
* | * lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov2013-08-151-26/+21
* | * process.c (deactivate_process): Reset fds to -1.Paul Eggert2013-08-121-0/+2
* | Fix some fd issues when running subprocesses.Paul Eggert2013-08-121-98/+127
* | Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* | * process.c: Fix minor off-by-one issues in descriptor counts.Paul Eggert2013-08-061-27/+27
* | Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-261-1/+1
* | Avoid vfork-related deadlock more cleanly.Paul Eggert2013-07-201-33/+6
* | Fix array bounds violation when pty allocation fails.Paul Eggert2013-07-201-49/+38
* | Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-191-6/+16
* | A few more minor file errno-reporting bugs.Paul Eggert2013-07-161-1/+6
* | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-23/+10
* | Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-161-9/+9
* | * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-4/+4
* | Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-161-3/+3
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-18/+14
* | * callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert2013-07-131-1/+0
* | Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-121-14/+12
* | Minor EBADF fixes.Paul Eggert2013-07-121-20/+1
* | Fix races with threads and file descriptors.Paul Eggert2013-07-111-3/+3
* | Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-6/+4
* | Port to Ubuntu 10.Paul Eggert2013-07-071-0/+3
* | Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-53/+38
* | Remove duplicate #include directives.Paul Eggert2013-07-051-1/+0
* | * process.c (handle_child_signal): Call catch_child_signal if NS_IMPL_GNUSTEP.Jan Djärv2013-07-021-0/+5
* | Fix bug re noninteractive multithreaded memory allocation.Paul Eggert2013-07-011-7/+3
* | Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-271-35/+28
* | A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert2013-06-231-22/+34
* | Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-231-0/+2