diff options
author | Christopher Faylor <me@cgf.cx> | 2001-05-14 02:49:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-05-14 02:49:56 +0000 |
commit | fb1a9f35e1ff1a3b7936d6757bf623a934f91fd9 (patch) | |
tree | 829d5378fedc12e6f0f7ad5ef446c21b764a8273 | |
parent | 49a8c92ca3bf9643bcbd030c93ac699a58a56a5e (diff) | |
download | cygnal-fb1a9f35e1ff1a3b7936d6757bf623a934f91fd9.tar.gz cygnal-fb1a9f35e1ff1a3b7936d6757bf623a934f91fd9.tar.bz2 cygnal-fb1a9f35e1ff1a3b7936d6757bf623a934f91fd9.zip |
Fix formatting.
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8258c38f5..5175ad274 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -338,9 +338,9 @@ Fri Apr 27 14:02:24 2001 Christopher Faylor <cgf@cygnus.com> Wed Apr 25 15:07:37 2001 Christopher Faylor <cgf@cygnus.com> - * sigproc.h [sigthread]: Add exception field. [sigframe::~sigframe]: - Clear exception field. [sigframe::set]: Set exception field from - caller. + * sigproc.h [sigthread]: Add exception field. + [sigframe::~sigframe]: Clear exception field. + [sigframe::set]: Set exception field from caller. * sigproc.cc (sig_send): Set exception field when frame pointer is passed in. * exceptions.cc (interrupt_on_return): Always treat exception as @@ -1417,7 +1417,7 @@ Mon Mar 5 01:25:03 2001 Christopher Faylor <cgf@cygnus.com> * dcrt0.cc (dll_crt0_1): Set _check_for_executable for older binaries. Pass user_data to premain functions. * fhandler.cc (fhandler_disk_file::open): Only check for executable if - the linked program is intereested in the executable bit. + the linked program is interested in the executable bit. (fhandler_disk_file::check_execable_p): Delete. * fhandler.h (executable_states): New enumeration of various states of executable bit caring. |