diff options
author | Christopher Faylor <me@cgf.cx> | 2009-07-12 21:15:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-07-12 21:15:47 +0000 |
commit | 4a42a25876662efc1fff97c6668a156ac2e39a8e (patch) | |
tree | 21037a1699317b3c43cbe9999c3a2cea66ecb51e /winsup/cygwin/ChangeLog | |
parent | 77dcafa5ade83ba087a42d7e55583560d125086f (diff) | |
download | cygnal-4a42a25876662efc1fff97c6668a156ac2e39a8e.tar.gz cygnal-4a42a25876662efc1fff97c6668a156ac2e39a8e.tar.bz2 cygnal-4a42a25876662efc1fff97c6668a156ac2e39a8e.zip |
* Makefile.in: Don't do anything special with any RCS directories.
* ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma.
* pinfo.cc (_pinfo::dup_proc_pipe): Remove unneeded assignment.
* sigproc.cc (sig_send): Don't send signal to myself if this is an exec stub.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 06f421bc1..d4527e15c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,14 @@ +2009-07-12 Christopher Faylor <me+cygwin@cgf.cx> + + * Makefile.in: Don't do anything special with any RCS directories. + + * ntdll.h (PROCESSINFOCLASS): Remove unneeded trailing comma. + + * pinfo.cc (_pinfo::dup_proc_pipe): Remove unneeded assignment. + + * sigproc.cc (sig_send): Don't send signal to myself if this is an exec + stub. + 2009-07-12 Corinna Vinschen <corinna@vinschen.de> * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Don't use |