Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu
[bpt/emacs.git] / src / process.c
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-01T23:37:59Z!eggert...
2014-06-05 Dmitry Antipov* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDO...
2014-06-03 Paul EggertIf ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSE...
2014-06-03 Paul Eggert* process.c (wait_reading_process_output): Omit incorre...
2014-06-02 Glenn MorrisMerge from emacs-24; up to 2014-05-29T17:16:00Z!dmantip...
2014-05-27 Paul EggertDon't kill already-reaped process.
2014-05-26 Glenn MorrisMerge from emacs-24; up to 2014-05-26T10:21:18Z!rgm...
2014-05-14 Glenn MorrisMerge from emacs-24; up to 2014-05-15T16:55:18Z!jan...
2014-05-12 Glenn MorrisMerge from emacs-24; up to 2014-05-12T06:15:47Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T06:58:46Z!rgm...
2014-05-08 Glenn MorrisMerge from emacs-24; up to 2014-05-08T03:34:20Z!rgm...
2014-05-04 Paul EggertMerge from emacs-24; up to 2014-05-04T21:18:30Z!eggert...
2014-05-03 Paul EggertHandle systems without WCONTINUED consistently.
2014-04-30 Juanma BarranqueroMerge from emacs-24; up to 2014-05-01T10:21:17Z!rgm...
2014-04-29 Glenn Morris* src/process.c (handle_child_signal): Handle systems...
2014-04-25 Juanma BarranqueroMerge from emacs-24; up to 2014-04-25T10:35:01Z!michael...
2014-04-22 Paul EggertMerge from emacs-24; up to 2014-04-22T20:19:17Z!eggert...
2014-04-19 Daniel ColascioneMerge from emacs-24; up to 2014-04-17T02:05:48Z!eggert...
2014-04-18 Juanma BarranqueroMerge from emacs-24; up to 2014-04-16T15:28:06Z!eggert...
2014-04-16 Paul EggertMerge from emacs-24; up to 2014-04-16T15:28:26Z!monnier...
2014-04-16 Eli ZaretskiiFix the MSDOS build.
2014-04-12 Glenn MorrisMerge from emacs-24; up to 2014-04-07T20:54:16Z!dancol...
2014-04-11 Glenn MorrisMerge from emacs-24; up to 2014-04-04T23:31:02Z!joaotav...
2014-04-09 Glenn MorrisMerge from emacs-24; up to 2014-04-02T16:17:08Z!dmantip...
2014-04-08 Daniel ColascioneMore GC assertions
2014-04-08 Daniel ColascioneRearrange pointer logging
2014-04-07 Daniel ColascioneMerge from emacs-24; up to 2014-04-01T20:18:12Z!eggert...
2014-04-05 Paul EggertPrefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
2014-04-02 Juanma BarranqueroMerge from emacs-24; up to 2014-03-28T01:39:30Z!rgm...
2014-03-27 Juanma BarranqueroMerge from emacs-24; up to 2014-03-24T03:06:35Z!dancol...
2014-03-26 Juanma BarranqueroMerge from emacs-24; up to 2014-03-23T23:14:52Z!yamaoka...
2014-03-25 Paul EggertHandle sigmask better with nested signal handlers.
2014-03-23 Daniel ColascioneBackport memory fix (2014-03-22T03:04:53Z!dancol@dancol...
2014-03-23 Daniel ColascioneBackport memory fix (2014-03-23T05:15:48Z!dancol@dancol...
2014-03-23 Daniel ColascioneMerge from emacs-24; up to 2014-03-21T23:16:26Z!rms...
2014-03-23 Daniel ColascioneDon't underflow datagram_address array
2014-03-22 Glenn MorrisMerge from emacs-24; up to 2014-03-21T21:27:25Z!dancol...
2014-03-22 Daniel ColascioneDo not read uninitialized memory in conv_sockaddr_to_lisp
2014-03-22 Daniel ColascioneDo not read unitialized memory in conv_sockaddr_to_lisp
2014-02-24 Daniel ColascioneFix event race
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-02-22 Glenn MorrisBit more doc for process filter and sentinel changes
2014-02-21 Glenn MorrisSome doc updates for default process sentinels and...
2014-01-30 Andreas SchwabDon't ignore SIGPROF in subprocesses
2014-01-20 Glenn MorrisFix spelling of "GNUstep"
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-12-18 Paul EggertMinor fixes for recent openp changes.
2013-12-18 Glenn MorrisAdd load-prefer-newer option, to load .el if newer...
2013-12-15 Eli ZaretskiiFix bug #16152 with crashes in process-send-eof on...
2013-12-07 Eli ZaretskiiMerge from trunk.
2013-11-23 Glenn Morris* src/process.c (get_process): Explicit error for dead...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-11-18 Andreas SchwabFixes: debbugs:15923
2013-11-18 Eli ZaretskiiMerge from mainline.
2013-11-06 Stefan Monnier* src/xdisp.c (syms_of_xdisp): New vars redisplay-...
2013-11-05 Paul EggertFix recent gnutls changes.
2013-11-05 Ted ZlatanovSeveral GnuTLS fixes for log level and initialization.
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-16 Eli ZaretskiiImplement network-interface-* functions for MS-Windows...
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-24 Daniel ColascioneFix build break due to vector changes
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-22 Jan DjärvFix compiler warnings from XCode 5.0 on OSX.
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-29 Dmitry Antipov* intervals.c (set_point_from_marker): New function.
2013-08-27 Paul EggertSimplify SELECT_TYPE-related code.
2013-08-27 Paul EggertSimplify EMACS_TIME-related code.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-24 Paul EggertSystem-dependent integer overflow fixes.
2013-08-23 Paul EggertDon't let very long directory names overrun the stack.
2013-08-22 Paul Eggert* process.c (flush_pending_output): Remove stub.
2013-08-21 Paul Eggert* process.c (allocate_pty) [PTY_OPEN]: Set fd's FD_CLOE...
2013-08-19 Paul Eggert* process.c (handle_child_signal): Fix crash; deleted...
2013-08-16 Paul EggertSpelling fixes.
2013-08-15 Dmitry Antipov* lisp.h (FOR_EACH_ALIST_VALUE): New macro
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Paul Eggert* process.c (deactivate_process): Reset fds to -1.
2013-08-12 Paul EggertFix some fd issues when running subprocesses.
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul EggertOmit some unnecessary casts.
2013-08-06 Paul Eggert* process.c: Fix minor off-by-one issues in descriptor...
2013-07-30 Xue FuqiaoMerge from mainline.
2013-07-26 Eli ZaretskiiFix documentation of list-processes and process-list.
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-21 Paul EggertAvoid vfork-related deadlock more cleanly.
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-20 Paul EggertFix array bounds violation when pty allocation fails.
2013-07-20 Kenichi Handamerge trunk
2013-07-19 Paul EggertFix some minor file descriptor leaks and related glitches.
2013-07-17 Paul EggertA few more minor file errno-reporting bugs.
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Paul EggertBe simpler and more consistent about reporting I/O...
2013-07-16 Paul Eggert* fileio.c (report_file_errno): Fix errno reporting...
2013-07-16 Paul EggertFix porting bug to older POSIXish platforms.
2013-07-16 Paul EggertPrefer list1 (X) to Fcons (X, Qnil) when building lists.
2013-07-14 Paul Eggert* callproc.c (child_setup, relocate_fd) [!DOS_NT]:
next