index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process.c
Age
Commit message (
Expand
)
Author
2013-07-16
* fileio.c (report_file_errno): Fix errno reporting bug.
Paul Eggert
2013-07-16
Fix porting bug to older POSIXish platforms.
Paul Eggert
2013-07-15
Prefer 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-12
Merge from trunk
Tom Tromey
2013-07-12
Clean up errno reporting and fix some errno-reporting bugs.
Paul Eggert
2013-07-12
Minor EBADF fixes.
Paul Eggert
2013-07-11
Fix races with threads and file descriptors.
Paul Eggert
2013-07-09
Handle errno and exit status a bit more carefully.
Paul Eggert
2013-07-07
Port to Ubuntu 10.
Paul Eggert
2013-07-07
Make file descriptors close-on-exec when possible.
Paul Eggert
2013-07-06
merge from trunk
Tom Tromey
2013-07-05
Remove 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-01
Fix bug re noninteractive multithreaded memory allocation.
Paul Eggert
2013-06-27
Do not tickle glib SIGCHLD handling if Cygwin.
Paul Eggert
2013-06-23
A more-conservative workaround for Cygwin SIGCHLD issues.
Paul Eggert
2013-06-23
Try to avoid malloc SEGVs on Cygwin.
Paul Eggert
2013-06-22
Clean up SIGCHLD handling a bit.
Paul Eggert
2013-06-22
* process.c (wait_reading_process_output): Avoid int overflow
Paul 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.h
Jan Djärv
2013-06-18
Porting fixes for merged specpdl and backtrace stacks.
Paul Eggert
2013-06-13
merge from trunk
Tom Tromey
2013-06-11
Tickle glib by waiting for Emacs itself, not for process 0.
Paul Eggert
2013-06-08
Fix compilation issues for GNUStep and GLIB conflicts.
Jan Djärv
2013-06-05
Chain glib's SIGCHLD handler from Emacs's (Bug#14474).
Paul Eggert
2013-06-03
Add HAVE_GLIB check instead of checking individual libraries that use GLib.
Jan Djärv
2013-06-03
Fix minor problems found by static checking.
Paul Eggert
2013-06-03
merge from trunk; clean up some issues
Tom Tromey
2013-06-02
Update 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-01
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-03-24
Reorder conditions that are written backwards
Andreas Schwab
2013-03-23
Static checking by GCC 4.8-20130319.
Paul Eggert
2013-03-17
fix process bugs
Tom Tromey
2013-03-08
merge from trunk
Tom Tromey
2013-03-07
print.c, process.c: Use bool for booleans.
Paul Eggert
2013-02-17
Prefer `message1' over `message'.
Stefan Monnier
2013-02-15
* process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.
Paul Eggert
2013-01-05
merge from trunk
Tom Tromey
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-20
Avoid calls to CHAR_TO_BYTE if byte position is known.
Dmitry Antipov
2012-12-17
Don't reraise SIGCHLD, as that can now lose.
Paul Eggert
2012-12-17
Remove bit accidentally left over from the merge
Tom Tromey
2012-12-17
merge from trunk
Tom Tromey
2012-12-07
Assume POSIX 1003.1-1988 or later for signal.h.
Paul Eggert
[prev]
[next]