| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | Fix some fd issues when running subprocesses. | Paul Eggert | 2013-08-12 | 1 | -98/+127 | |
| * | | | | | | | | | | | | | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | * process.c: Fix minor off-by-one issues in descriptor counts. | Paul Eggert | 2013-08-06 | 1 | -27/+27 | |
| | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix documentation of list-processes and process-list. | Eli Zaretskii | 2013-07-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Avoid vfork-related deadlock more cleanly. | Paul Eggert | 2013-07-20 | 1 | -33/+6 | |
| * | | | | | | | | | | | | Fix array bounds violation when pty allocation fails. | Paul Eggert | 2013-07-20 | 1 | -49/+38 | |
| * | | | | | | | | | | | | Fix some minor file descriptor leaks and related glitches. | Paul Eggert | 2013-07-19 | 1 | -6/+16 | |
| * | | | | | | | | | | | | A few more minor file errno-reporting bugs. | Paul Eggert | 2013-07-16 | 1 | -1/+6 | |
| * | | | | | | | | | | | | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -23/+10 | |
| * | | | | | | | | | | | | Be simpler and more consistent about reporting I/O errors. | Paul Eggert | 2013-07-16 | 1 | -9/+9 | |
| * | | | | | | | | | | | | * fileio.c (report_file_errno): Fix errno reporting bug. | Paul Eggert | 2013-07-16 | 1 | -4/+4 | |
| * | | | | | | | | | | | | Fix porting bug to older POSIXish platforms. | Paul Eggert | 2013-07-16 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -18/+14 | |
| * | | | | | | | | | | | | * callproc.c (child_setup, relocate_fd) [!DOS_NT]: | Paul Eggert | 2013-07-13 | 1 | -1/+0 | |
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Clean up errno reporting and fix some errno-reporting bugs. | Paul Eggert | 2013-07-12 | 1 | -14/+12 | |
| * | | | | | | | | | | | Minor EBADF fixes. | Paul Eggert | 2013-07-12 | 1 | -20/+1 | |
| * | | | | | | | | | | | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 1 | -3/+3 | |
| * | | | | | | | | | | | Handle errno and exit status a bit more carefully. | Paul Eggert | 2013-07-09 | 1 | -6/+4 | |
| * | | | | | | | | | | | Port to Ubuntu 10. | Paul Eggert | 2013-07-07 | 1 | -0/+3 | |
| * | | | | | | | | | | | Make file descriptors close-on-exec when possible. | Paul Eggert | 2013-07-07 | 1 | -53/+38 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Remove duplicate #include directives. | Paul Eggert | 2013-07-05 | 1 | -1/+0 | |
| * | | | | | | | | | | * process.c (handle_child_signal): Call catch_child_signal if NS_IMPL_GNUSTEP. | Jan Djärv | 2013-07-02 | 1 | -0/+5 | |
| * | | | | | | | | | | Fix bug re noninteractive multithreaded memory allocation. | Paul Eggert | 2013-07-01 | 1 | -7/+3 | |
| * | | | | | | | | | | Do not tickle glib SIGCHLD handling if Cygwin. | Paul Eggert | 2013-06-27 | 1 | -35/+28 | |
| * | | | | | | | | | | A more-conservative workaround for Cygwin SIGCHLD issues. | Paul Eggert | 2013-06-23 | 1 | -22/+34 | |
| * | | | | | | | | | | Try to avoid malloc SEGVs on Cygwin. | Paul Eggert | 2013-06-23 | 1 | -0/+2 | |
| * | | | | | | | | | | Clean up SIGCHLD handling a bit. | Paul Eggert | 2013-06-22 | 1 | -16/+19 | |
| * | | | | | | | | | | * process.c (wait_reading_process_output): Avoid int overflow | Paul Eggert | 2013-06-22 | 1 | -7/+4 | |
| * | | | | | | | | | | * process.c (create_process): Handle a couple more cases, | Paul Eggert | 2013-06-21 | 1 | -8/+30 | |
| * | | | | | | | | | | * process.c (create_process): Mark PROCESS volatile. | Andreas Schwab | 2013-06-21 | 1 | -1/+2 | |
| * | | | | | | | | | | * process.c: Include xgselect.h if HAVE_GLIB. Include glib.h | Jan Djärv | 2013-06-18 | 1 | -1/+4 | |
| * | | | | | | | | | | Porting fixes for merged specpdl and backtrace stacks. | Paul Eggert | 2013-06-18 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | | Tickle glib by waiting for Emacs itself, not for process 0. | Paul Eggert | 2013-06-11 | 1 | -2/+3 | |
| * | | | | | | | | | Fix compilation issues for GNUStep and GLIB conflicts. | Jan Djärv | 2013-06-08 | 1 | -4/+4 | |
| * | | | | | | | | | Chain glib's SIGCHLD handler from Emacs's (Bug#14474). | Paul Eggert | 2013-06-05 | 1 | -2/+19 | |
| * | | | | | | | | | Add HAVE_GLIB check instead of checking individual libraries that use GLib. | Jan Djärv | 2013-06-03 | 1 | -1/+1 | |
| * | | | | | | | | | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -2/+3 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | Update the GNUStep port so it works OK. Redraw and sizing bugs remain. | Jan Djärv | 2013-06-02 | 1 | -3/+11 | |
| * | | | | | | | | * process.c (handle_child_signal): Also use WCONTINUED. | Paul Eggert | 2013-05-31 | 1 | -1/+2 | |
| * | | | | | | | | * src/process.c: Export default filters and sentinels to Elisp. | Stefan Monnier | 2013-05-15 | 1 | -221/+233 | |
| * | | | | | | | | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -1/+1 | |
| * | | | | | | | | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -14/+14 | |
| * | | | | | | | | Static checking by GCC 4.8-20130319. | Paul Eggert | 2013-03-23 | 1 | -2/+3 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | | print.c, process.c: Use bool for booleans. | Paul Eggert | 2013-03-07 | 1 | -40/+42 | |
| * | | | | | | | Prefer `message1' over `message'. | Stefan Monnier | 2013-02-17 | 1 | -1/+1 | |
| * | | | | | | | * process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl. | Paul Eggert | 2013-02-15 | 1 | -5/+1 | |
| | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 | |
| | * | | | | | Revert recent change for Bug#8855. | Paul Eggert | 2012-11-24 | 1 | -88/+103 | |
| | * | | | | | Fix a race condition with glib (Bug#8855). | Paul Eggert | 2012-11-23 | 1 | -103/+88 | |