newlib/winsup
Christopher Faylor 6201d15e3c * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if
referring to something like c:\.
* dcrt0.cc (dll_crt0_1): Move uinfo initialization prior to sig_send
initialization to give signal thread a chance to finish.
* debug.cc (WFSO): Move to sigproc.cc
(WFMO): Ditto.
* exceptions.cc (interruptible): Allocate slightly more space for directory
just for paranoia's sake.
(call_handler): Eliminate nonmain argument.  Determine if main thread has set a
frame pointer and use it if so.
(sig_handle): Eliminate nonmain argument.
* net.cc: Record frame information in appropriate routines throughout.
* select.cc (select): Ditto.
* sigproc.cc: Use sigthread structure to record mainthread id throughout.
(sig_send): Record frame information for signal handler.
(wait_sig): Reflect argument change in sig_handle.
(WFSO): Move here and record frame information for signal handler.
(WFMO): Ditto.
* sigproc.h: Implement new "sigthread" class.  Implement "sigframe" class for
manipulating signal frame info.
* thread.cc (__pthread_kill): Use standard _kill() function rather than calling
sig_send directly.
* winsup.h: Eliminate ebp element from signal_dispatch class.
2000-05-17 05:49:51 +00:00
..
cygwin * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
doc manually updated some sites (txt version badly formatted, dont know why) 2000-05-16 15:38:47 +00:00
mingw * configure.in: Change HEADER_SUBDIR to mingw32. 2000-04-19 17:11:59 +00:00
testsuite
utils * mount.cc (main): Add "-X" option to specify a "Cygwin executable". 2000-04-27 03:44:23 +00:00
w32api Add another INTERNET_OPTION. 2000-04-26 15:04:53 +00:00
ChangeLog add reference to Makefile.common (srcdir) 2000-04-30 12:59:50 +00:00
configure Updated to build cinstall with mingw. See Changelog for numerous setup.c changes. 2000-04-07 22:12:41 +00:00
configure.in Updated to build cinstall with mingw. See Changelog for numerous setup.c changes. 2000-04-07 22:12:41 +00:00
CYGWIN_LICENSE
MAINTAINERS remove doc/readme exclusion for starksb@ebi.ac.uk 2000-05-16 14:30:27 +00:00
Makefile.common * remove dependence on where pwd is 2000-04-18 00:37:04 +00:00
Makefile.in * Makefile.in: Work around MAKEOVERRIDES problem with older versions of make. 2000-04-09 06:15:43 +00:00