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
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-11-26 * dtable.cc (dtable::stdio_init): Use GetCurrentProcess() rather thanCorinna Vinschen
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen
2009-10-31 * cygprops.h: New file.Corinna Vinschen
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake
2009-08-20 * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen
2009-08-18* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.Christopher Faylor
2009-08-10 * dtable.cc (DEV_SOCKET): New static WCHAR string. Name ofCorinna Vinschen
2009-08-09 * dtable.cc (dtable::init_std_file_from_handle): Fix comment toCorinna Vinschen
2009-08-05* cygheap.h (cygheap_debug::endh): Delete.Christopher Faylor
2009-07-21 * dtable.cc (dup2): Correct return value for no-op.Corinna Vinschen
2009-07-06* dtable.cc (handle_to_fn): Detect failing NtQueryObject.Christopher Faylor
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-05-09 * dtable.cc (dtable::init_std_file_from_handle): Add workaround forCorinna Vinschen
2009-02-27* dtable.cc (dtable::select_read): Add ability to override fh.Christopher Faylor
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2008-10-17 * dtable.cc (dtable::get_debugger_info): Call SetStdHandleCorinna Vinschen
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-05-13 * path.cc (path_conv::set_normalized_path): Drop strip_tail argument.Corinna Vinschen
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-23* dtable.cc (handle_to_fn): Modify to return true if handle represents a cygwinChristopher Faylor
2008-03-23* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen
2008-03-11 * dtable.cc (dtable::init_std_file_from_handle): Use tmp_pathbuf toCorinna Vinschen
2008-03-08 * dtable.cc (handle_to_fn): Null-terminate posix_fn in the caseBrian Dessent
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen
2007-12-17* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor
2007-12-14 * dtable.cc (dtable::set_file_pointers_for_exec): Reenable. FixCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-11-08revert premature checkinChristopher Faylor
2007-11-08* dllfixdbg: Eliminate extra objcopy step.Christopher Faylor
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor
2007-05-29 * dtable.cc (dtable::set_file_pointers_for_exec): Call SetFilePointerCorinna Vinschen
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-11-23 * devices.h: Add additional SCSI disk block device numbers perCorinna Vinschen
2006-11-06 * dtable.cc (build_fh_pc): Add missing DEV_SD1_MAJOR case (Thanks toCorinna Vinschen
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor
2006-05-21* debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor
2006-03-23* dcrt0.cc (child_info_spawn::handle_spawn): Don't initialize the consoleChristopher Faylor
2006-03-13 * autoload.cc (LoadDLLfuncNt): New define to wrap NT native functions.Corinna Vinschen
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor