Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
[bpt/emacs.git] / src / process.c
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]:
2013-07-12 Paul EggertClean up errno reporting and fix some errno-reporting...
2013-07-12 Paul EggertMinor EBADF fixes.
2013-07-12 Paul EggertFix races with threads and file descriptors.
2013-07-09 Paul EggertHandle errno and exit status a bit more carefully.
2013-07-07 Paul EggertPort to Ubuntu 10.
2013-07-07 Paul EggertMake file descriptors close-on-exec when possible.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-05 Paul EggertRemove duplicate #include directives.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-07-02 Jan Djärv* process.c (handle_child_signal): Call catch_child_sig...
2013-07-01 Paul EggertFix bug re noninteractive multithreaded memory allocation.
2013-06-29 Kenichi Handamerge trunk
2013-06-27 Paul EggertDo not tickle glib SIGCHLD handling if Cygwin.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-24 Paul EggertA more-conservative workaround for Cygwin SIGCHLD issues.
2013-06-23 Paul EggertTry to avoid malloc SEGVs on Cygwin.
2013-06-22 Paul EggertClean up SIGCHLD handling a bit.
2013-06-22 Paul Eggert* process.c (wait_reading_process_output): Avoid int...
2013-06-21 Paul Eggert* process.c (create_process): Handle a couple more...
next