summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-10
* Handle systems without WCONTINUED consistently.Paul Eggert2014-05-03
* * src/process.c (handle_child_signal): Handle systems without WCONTINUEDGlenn Morris2014-04-29
* Fix the MSDOS build.Eli Zaretskii2014-04-16
* Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunkDaniel Colascione2014-03-22
* Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunkDaniel Colascione2014-03-22
* Bit more doc for process filter and sentinel changesGlenn Morris2014-02-22
* Some doc updates for default process sentinels and filters not being nilGlenn Morris2014-02-21
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-30
* Fix spelling of "GNUstep"Glenn Morris2014-01-20
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Minor fixes for recent openp changes.Paul Eggert2013-12-18
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* Fix bug #16152 with crashes in process-send-eof on MS-Windows.Eli Zaretskii2013-12-15
* * src/process.c (get_process): Explicit error for dead buffersGlenn Morris2013-11-22
* Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.orgGlenn Morris2013-11-22
|\
| * Fixes: debbugs:15923Andreas Schwab2013-11-19
* | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-06
* | Fix recent gnutls changes.Paul Eggert2013-11-04
* | Several GnuTLS fixes for log level and initialization.Ted Zlatanov2013-11-04
* | Port to stricter C99 platforms.Paul Eggert2013-11-03
* | Make some functions static in non-Microsoft builds.Paul Eggert2013-10-16
* | Implement network-interface-* functions for MS-Windows (bug #15610).Eli Zaretskii2013-10-16
* | Fix build break due to vector changesDaniel Colascione2013-09-24
* | Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* | Fix compiler warnings from XCode 5.0 on OSX.Jan Djärv2013-09-22
* | A simpler, centralized INLINE.Paul Eggert2013-09-20
* | * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-29
* | Simplify SELECT_TYPE-related code.Paul Eggert2013-08-27
* | Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* | System-dependent integer overflow fixes.Paul Eggert2013-08-23
* | Don't let very long directory names overrun the stack.Paul Eggert2013-08-23
* | * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-22
* | * process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOEXEC flag.Paul Eggert2013-08-20
* | * process.c (handle_child_signal): Fix crash; deleted pid.Paul Eggert2013-08-18
* | Spelling fixes.Paul Eggert2013-08-15
* | * lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov2013-08-15
* | * process.c (deactivate_process): Reset fds to -1.Paul Eggert2013-08-12
* | Fix some fd issues when running subprocesses.Paul Eggert2013-08-12
* | Omit some unnecessary casts.Paul Eggert2013-08-10
* | * process.c: Fix minor off-by-one issues in descriptor counts.Paul Eggert2013-08-06
* | Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-26
* | Avoid vfork-related deadlock more cleanly.Paul Eggert2013-07-20
* | Fix array bounds violation when pty allocation fails.Paul Eggert2013-07-20
* | Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-19
* | A few more minor file errno-reporting bugs.Paul Eggert2013-07-16
* | New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* | Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-16
* | * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-16