]> code.delx.au - gnu-emacs/history - src/process.c
Merge from emacs-24; up to 2013-01-03T02:37:57Z!rgm@gnu.org
[gnu-emacs] / src / process.c
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-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...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-21 Andreas Schwab* process.c (create_process): Mark PROCESS volatile.
2013-06-21 Stephen BermanMerge from trunk.
2013-06-18 Jan Djärv* process.c: Include xgselect.h if HAVE_GLIB. Include...
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Paul EggertPorting fixes for merged specpdl and backtrace stacks.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-12 Xue FuqiaoMerge from mainline.
2013-06-11 Paul EggertTickle glib by waiting for Emacs itself, not for process 0.
2013-06-08 Jan DjärvFix compilation issues for GNUStep and GLIB conflicts.
2013-06-05 Paul EggertChain glib's SIGCHLD handler from Emacs's (Bug#14474).
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Jan DjärvAdd HAVE_GLIB check instead of checking individual...
2013-06-03 Paul EggertFix minor problems found by static checking.
2013-06-02 Jan DjärvUpdate the GNUStep port so it works OK. Redraw and...
2013-06-02 David EngsterMerge with CEDET upstream (rev. 8564).
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-06-01 Paul Eggert* process.c (handle_child_signal): Also use WCONTINUED.
2013-05-22 Kenichi Handamerge trunk
2013-05-16 Eli ZaretskiiMerge from trunk.
2013-05-15 Stefan Monnier* src/process.c: Export default filters and sentinels...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Eli ZaretskiiMerge from trunk.
2013-04-02 Paul EggertPrefer < to > in range checks such as 0 <= i && i < N.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
2013-03-24 Andreas SchwabReorder conditions that are written backwards
2013-03-24 Paul EggertStatic checking by GCC 4.8-20130319.
2013-03-16 Stefan MonnierMerge from emacs-24
2013-03-11 Glenn MorrisMerge from emacs-24; up to 2012-12-25T17:37:29Z!eliz...
next