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
2008-02-20This commit was manufactured by cvs2svn to create branch 'gdb_6_8-branch'.insight_6_8-branchpointgdb_6_8-2008-03-27-releasegdb_6_8-2008-02-26-branchpointgdb_6_8-branchcvs2svn
2008-02-01 * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen
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-08-18 * spawn.cc (spawn_guts): Fix typo in comment.Corinna Vinschen
2007-08-17 * autoload.cc (CloseDesktop): Define.Corinna Vinschen
2007-08-16 * path.h (path_conv::operator char *): Delete.Corinna Vinschen
2007-07-19 * autoload.cc (SetUserObjectSecurity): Drop.Corinna Vinschen
2007-03-28* spawn.cc (spawn_guts): Start pure-windows processes in a suspended state toChristopher Faylor
2007-02-23 * fhandler_console.cc (fhandler_console::need_invisible): DropCorinna Vinschen
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-01-19 * spawn.cc (spawn_guts): Don't set cwd for non-Cygwin child processesCorinna Vinschen
2007-01-03 * ChangeLog: Happy New Year.Corinna Vinschen
2007-01-01* spawn.cc (spawn_guts): Don't expect synchronization from a non-cygwinChristopher Faylor
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-12-05 * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array.Corinna Vinschen
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen
2006-08-09* autoload.cc (GetHandleInformation): Declare new function.Christopher Faylor
2006-07-17GCC 4.1 fixes.Christopher Faylor
2006-05-28white spaceChristopher Faylor
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor
2006-05-21* debug.cc (add_handle): Print handle value when collision detected.Christopher Faylor
2006-04-13* spawn.cc (spawn_guts): Move ch.set() call back to where it was supposed toChristopher Faylor
2006-04-13* spawn.cc (spawn_guts): Revert patch which treated derived cygwin programsChristopher Faylor
2006-04-12* Makefile.in (DLL_OFILES): Add winf.o.Christopher Faylor
2006-04-03 * spawn.cc (linebuf::finish): Drop argument. Don't check command lineCorinna Vinschen
2006-03-27* spawn.cc (spawn_guts): Close handles if we know that we will not be seeing aChristopher Faylor
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor
2006-03-21* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor
2006-03-20* child_info.h (child_status): New enum.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-02-20fix typoChristopher Faylor
2006-02-20* spawn.cc (av::fixup): Check for .bat and friends specifically now since theseChristopher Faylor
2006-02-16minor comment restructuringChristopher Faylor
2006-02-04 * path.cc (suffix_scan::lnk_match): Return true beginning withCorinna Vinschen
2006-02-01 * spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.Corinna Vinschen
2006-02-01 * dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.Corinna Vinschen
2006-02-01* spawn.cc (av::fixup): Remove unused argument.Christopher Faylor
2006-02-01 * spawn.cc (find_exec): Only return files with execute permission setCorinna Vinschen
2006-01-27* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.Christopher Faylor
2006-01-27* exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor
2006-01-12 * Update copyrights.Corinna Vinschen
2006-01-12* fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor
2006-01-10* spawn.cc (spawn_guts): Reorganize slightly so that 16 bit check is done priorChristopher Faylor
2006-01-07* fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor
2006-01-05* cygtls.cc (_cygtls::remove): Don't output debugging info if this isn't aChristopher Faylor
2006-01-04* fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor