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
2011-10-07* fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen
2011-06-10* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor
2011-02-15 * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.Corinna Vinschen
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen
2011-01-19 * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen
2011-01-19 * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen
2011-01-19 * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen
2010-09-21* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen
2010-06-29 * spawn.cc (spawn_guts): Reinstantiate a FIXME comment.Corinna Vinschen
2010-06-29 * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2010-04-28* spawn.cc (find_exec): Use the first detected errno when lookup fails.Christopher Faylor
2010-03-29 * spawn.cc (find_exec): Enable finding paths in backslash notation,Corinna Vinschen
2010-01-25 * spawn.cc (spawn_guts): Only try to remove long path prefix fromCorinna Vinschen
2009-12-21 * exec.cc (execvp): Call find_exec with FE_NNF flag to enforceCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-11-17 Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen
2009-11-05 * spawn.cc (dll_suffixes): Disable. Explain why.Corinna Vinschen
2009-10-19 * spawn.cc (av::fixup): Treat non-readable, but executable files asCorinna Vinschen
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake
2009-08-10 * spawn.cc (av::fixup): Check shell scripts for executability only onCorinna Vinschen
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor
2009-08-01* path.h (path_conv::set_path): Change return value.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Fix one more path where retval was not set.Christopher Faylor
2009-08-01* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixedChristopher Faylor
2009-07-30 * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen
2009-07-05* autoload.cc (SetParent): Add new import.Christopher Faylor
2009-06-22 * spawn.cc (spawn_guts): Don't run additional check for Win32Corinna Vinschen
2009-04-05* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor
2009-02-24Add DESTDIR functionality to Makefile.in's.Christopher Faylor
2009-01-09* include/sys/cygwin.h (CW_SETERRNO): Define.Christopher Faylor
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-07-31 * spawn.cc (spawn_guts): Check constructed short pathname for beingCorinna Vinschen
2008-07-23 * spawn.cc (spawn_guts): Fix previous patch for UNC paths.Corinna Vinschen
2008-07-22 * spawn.cc (spawn_guts): Remove long path prefix from win32 pathCorinna Vinschen
2008-07-15 Throughout drop allow_ntsec and allow_smbntsec handling.Corinna Vinschen
2008-06-17* spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisibleChristopher Faylor
2008-06-12 * fhandler.h (set_console_state_for_spawn): Drop declaration.Corinna Vinschen
2008-04-30 * dtable.cc (dtable::release): Drop fixup_before handling.Corinna Vinschen
2008-04-26 * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX error mode, too,Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor