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
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
2002-09-222002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-08* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/outputChristopher Faylor
2002-08-31* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't needChristopher Faylor
2002-08-31(inspired by a patch from Egor Duda)Christopher Faylor
2002-08-06* cygthread.cc (cygthread::stub): Accept flag to pass info structure to threadChristopher Faylor
2002-08-02* cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor
2002-07-14* debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-19* path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor
2001-10-24Ensure that all fhandler_*::read definitions are __stdcall throughout.Christopher Faylor
2001-10-22Remove 'cb' parameter and modify fhandler_* constructors throughout.Christopher Faylor
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor
2001-10-06* fhandler.cc (fhandler_base::fork_fixup): Protect dup'ed handle and record itChristopher Faylor
2001-10-04* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-25* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor
2001-09-21* fhandler.cc (fhandler_base::set_inheritance): Just use DUPLICATE_CLOSE_SOURCEChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor
2001-06-19* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor
2001-05-13* fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping aChristopher Faylor
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor
2001-04-27* tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking.Egor Duda
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda
2001-03-17fix spelling error.Christopher Faylor
2001-03-13* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda