summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2013-07-16* fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert
2013-07-16Fix porting bug to older POSIXish platforms.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-13* callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert
2013-07-12Merge from trunkTom Tromey
2013-07-12Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert
2013-07-12Minor EBADF fixes.Paul Eggert
2013-07-11Fix races with threads and file descriptors.Paul Eggert
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert
2013-07-07Port to Ubuntu 10.Paul Eggert
2013-07-07Make file descriptors close-on-exec when possible.Paul Eggert
2013-07-06merge from trunkTom Tromey
2013-07-05Remove duplicate #include directives.Paul Eggert
2013-07-02* process.c (handle_child_signal): Call catch_child_signal if NS_IMPL_GNUSTEP.Jan Djärv
2013-07-01Fix bug re noninteractive multithreaded memory allocation.Paul Eggert
2013-06-27Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert
2013-06-23A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert
2013-06-23Try to avoid malloc SEGVs on Cygwin.Paul Eggert
2013-06-22Clean up SIGCHLD handling a bit.Paul Eggert
2013-06-22* process.c (wait_reading_process_output): Avoid int overflowPaul Eggert
2013-06-21* process.c (create_process): Handle a couple more cases,Paul Eggert
2013-06-21* process.c (create_process): Mark PROCESS volatile.Andreas Schwab
2013-06-18* process.c: Include xgselect.h if HAVE_GLIB. Include glib.hJan Djärv
2013-06-18Porting fixes for merged specpdl and backtrace stacks.Paul Eggert
2013-06-13merge from trunkTom Tromey
2013-06-11Tickle glib by waiting for Emacs itself, not for process 0.Paul Eggert
2013-06-08Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv
2013-06-05Chain glib's SIGCHLD handler from Emacs's (Bug#14474).Paul Eggert
2013-06-03Add HAVE_GLIB check instead of checking individual libraries that use GLib.Jan Djärv
2013-06-03Fix minor problems found by static checking.Paul Eggert
2013-06-03merge from trunk; clean up some issuesTom Tromey
2013-06-02Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv
2013-05-31* process.c (handle_child_signal): Also use WCONTINUED.Paul Eggert
2013-05-15* src/process.c: Export default filters and sentinels to Elisp.Stefan Monnier
2013-04-01Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-03-23Static checking by GCC 4.8-20130319.Paul Eggert
2013-03-17fix process bugsTom Tromey
2013-03-08merge from trunkTom Tromey
2013-03-07print.c, process.c: Use bool for booleans.Paul Eggert
2013-02-17Prefer `message1' over `message'.Stefan Monnier
2013-02-15* process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.Paul Eggert
2013-01-05merge from trunkTom Tromey
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-20Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov
2012-12-17Don't reraise SIGCHLD, as that can now lose.Paul Eggert
2012-12-17Remove bit accidentally left over from the mergeTom Tromey
2012-12-17merge from trunkTom Tromey
2012-12-07Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert