newlib/winsup
Christopher Faylor b98ebf5470 Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Throughout, change 'OutputStopped' to 'output_stopped', for consistency.
* dtable.cc (stdio_init): Set controlling tty if not set by stdio opens.
* exceptions.cc (ctrl_c_handler): Avoid special pgid checking if no tty is
associated with the process.
(Suggested by Tim Baker <dbaker@direct.ca>)
* external.cc (fillout_pinfo): Return actual tty number for ctty.
* fhandler_console.cc (get_tty_stuff): Set ctty when shared memory is
allocated.  Accept flags input from open().
(set_console_ctty): New function.
(fhandler_console::open): Pass flags to get_tty_stuff and rely on this function
to set the ctty, if appropriate.
* fhandler_termios.cc (fhandler_termios::set_ctty): Move to tty_min class.
* fhandler_tty.cc (fhandler_tty_slave::open): Use tc field to access
set_ctty().
* tty.h (TTY_CONSOLE): Move to include/sys/cygwin.h.
(tty_min): Add set_ctty class here.
* include/sys/cygwin.h (TTY_CONSOLE): New home here.
* path.cc (symlink_info): Make contents an actual buffer.  Pass more flags to
case_check.
(path_conv::check): Reorganize to do parsing based on posix path rather than
native path.
(symlink_info::check): Expect posix path as input.  Translate to native path
here.  Accept path_conv flags.  Stop parsing if not a symlink regardless of
whether previous path was a symlink.
2001-04-28 23:48:28 +00:00
..
bz2lib * Makefile.in: Add -U_WIN32 to CFLAGS compile line to avoid inappropriate 2001-04-19 03:55:02 +00:00
cygwin Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. 2001-04-28 23:48:28 +00:00
doc
mingw
testsuite * winsup.api/mmaptest04.c: Take care for binmode explicitely. 2001-04-27 10:46:49 +00:00
utils * dumper.cc (dumper::init_core_dump): Set architecture field in dump 2001-04-19 14:22:30 +00:00
w32api * lib/Makefile.in: Install libraries in /usr/lib/w32api when building for 2001-04-25 03:51:06 +00:00
CYGWIN_LICENSE
ChangeLog * configure.in: Add bz2lib. 2001-04-18 22:45:27 +00:00
MAINTAINERS
Makefile.common
Makefile.in
configure * configure.in: Add bz2lib. 2001-04-18 22:45:27 +00:00
configure.in * configure.in: Add bz2lib. 2001-04-18 22:45:27 +00:00