OSDN Git Service

* exceptions.cc (interruptible): Remove obsolete tests.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / exceptions.cc
2000-11-02 cgf* exceptions.cc (interruptible): Remove obsolete tests.
2000-10-25 cgf* exceptions.cc (sig_handle): Just make sure that wait_...
2000-10-24 cgf* exceptions.cc (signal_exit): Kill any executing child...
2000-10-19 cgf* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
2000-10-18 cgf* exceptions.cc (call_handler): Make signal pending...
2000-10-16 cgf* Makefile.in: Remove some obsolete stuff.
2000-10-15 cgf* exceptions.cc (set_console_handler): Don't allocate
2000-10-14 cgf* cygheap.cc (cygheap_fixup_in_child): Don't page round...
2000-10-12 cgf* child_info: Bump child_info "version".
2000-10-09 cgf* dtable.cc (set_std_handle): Use std_consts array...
2000-10-05 cgf* exceptions.cc (interruptible): Add extra debugging.
2000-09-18 cgf* exceptions.cc (interruptible): Return 0 if given...
2000-09-16 cgf* exceptions.cc (handle_exceptions): Just "core dump...
2000-09-11 cgf* cygheap.cc (init_cheap): Just use any old address...
2000-09-08 cgfBreak out more header info into separate files. Use...
2000-09-07 cgfSplit out tty and shared_info stuff into their own...
2000-09-07 cgf* exceptions.cc (signal_exit): Reset all mutos owned...
2000-08-29 cgf* signal.cc (_raise): New function.
2000-08-22 cgf* winsup.h: Eliminate inclusion of most of the cygwin...
2000-08-22 cgf* cygerrno.h: New file. Use this throughout whenever...
2000-08-12 cgf* winsup.h: Split out dtable definitions into separate...
2000-08-02 cgf* strace.cc (strace::prntf): Make second argument the...
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-26 cgfGive signal_exit noreturn attribute.
2000-07-26 cgf* exceptions.cc (signal_exit): Renamed from "really...
2000-07-04 cgf* exceptions.cc (try_to_debug): Prevent recursive spawn...
2000-07-03 cgf* exceptions.cc (stack_info::walk): Use method to find...
2000-06-01 cgf* exceptions.cc: Remove unneeded include.
2000-05-30 cgf* Makefile.in: Remove libadvapi32.a.
2000-05-20 cgf* exceptions.cc (interruptible): Add an argument to...
2000-05-17 cgf* path.cc (mount_info::cygdrive_posix_path): Don't...
2000-05-07 cgf* dcrt0.cc (insert_file): Eliminate unused parameter.
2000-04-26 cgf* exceptions.cc (interruptible): Allocate slightly...
2000-04-20 cgf* exceptions.cc (handle_exceptions): Search further...
2000-04-08 cgf* exceptions.cc (sigsave): Copy on fork so that we...
2000-03-15 cgfPipe changes throughout suggested by Eric Fifer <EFifer...
2000-03-09 cgf* environ.cc: Eliminate oldstack CYGWIN option.
2000-03-05 cgf* exceptions.cc (call_handler): Streamline to use only...
2000-02-28 cgf* dcrt0.cc (set_os_type): Record OS name string.
2000-02-26 cgf* exceptions.cc (interruptible): Make a little more...
2000-02-24 cgf* exceptions.cc (call_handler): Use new muto linked...
2000-02-24 cgfFix final round of gcc warnings relating to unused...
2000-02-24 cgf* exceptions.cc (interruptible): Change method for...
2000-02-23 cgfRespond to more g++ warnings relating to initializing...
2000-02-21 cgfRespond to a multitude of g++ warnings.
2000-02-17 cgfInitial revision