use dynwind_begin and dynwind_end
[bpt/emacs.git] / src / process.c
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonsimplify cpp usage in wait_reading_process_output
2015-04-18 BT Templetonremove redundant assignments
2015-04-18 BT Templetonrecord_unwind_protect error handling
2015-04-18 BT Templetonuse guile-snarf for subr definition
2014-06-28 Glenn MorrisMerge from emacs-24; up to 2014-06-12T14:55:48Z!monnier...
2014-06-28 Kenichi Handamerge trunk
2014-06-26 Glenn MorrisMerge from emacs-24; up to 2014-06-11T19:33:14Z!rgm...
2014-06-24 Paul EggertBe more consistent about the 'Qfoo' naming convention.
2014-06-24 Glenn MorrisMerge from emacs-24; up to 2014-06-08T18:27:22Z!eggert...
2014-06-21 Glenn MorrisMerge from emacs-24; up to 2014-06-06T02:22:40Z!monnier...
2014-06-15 Glenn MorrisMerge from emacs-24; up to 2014-06-03T06:51:18Z!eliz...
2014-06-13 Paul EggertAvoid hangs in accept-process-output.
2014-06-11 Glenn MorrisMerge from emacs-24; up to 2014-06-02T14:17:07Z!michael...
2014-06-09 Paul EggertSay (accept-process-output P)'s result pertains to...
2014-06-08 Glenn MorrisMerge from emacs-24; up to 2014-06-02T11:35:40Z!michael...
2014-06-08 Paul EggertIf a C name must be extern on some platforms, make...
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.
next