Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-25* select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor
2000-08-04* select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-30* fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie
2000-06-20* select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closingChristopher Faylor
2000-05-18* select.cc (thread_pipe): Add paranoid check to ensure thread termination.Christopher Faylor
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor
2000-04-12Add a debugging line.Christopher Faylor
2000-04-03* fhandler.h (select_stuff): Eliminate use of 'total'.Christopher Faylor
2000-03-30* fhandler.h (select_record): Explicitly zero elements of this class.Christopher Faylor
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor