OSDN Git Service

Use datarootdir for locales.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / spawn.cc
2014-04-26 Masaki MuranakaMerge branch 'binutils' into tmp
2012-01-11 cgf* spawn.cc (child_info_spawn::worker): Delete debugging.
2012-01-11 cgfUpdate copyright on all files checked in so far this...
2012-01-09 corinna * include/cygwin/process.h: Move here from newlib.
2012-01-08 cgf* dtable.cc (dtable::stdio_init): Always initialize...
2011-12-22 corinna * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-07 corinna * spawn.cc (child_info_spawn::worker): Add CREATE_BREA...
2011-12-03 cgfThroughout, remove extra space after function name...
2011-11-24 cgf* cygthread.h (cygthread::name): Default name to "main...
2011-11-24 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previ...
2011-11-23 cgf* pipe.cc (fhandler_pipe::create): Avoid derefencing...
2011-11-16 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2011-11-14 cgfRemove erroneously checked-in debugging statements.
2011-11-14 cgfThroughout use "have_execed" macro rather than "hExeced...
2011-10-26 cgf* child_info.h (cchildren): New struct.
2011-10-25 corinna * hookapi.cc (hook_or_detect_cygwin): Take additional...
2011-10-20 cgfThroughout change TTY_* to PTY_*, tty_* to pty_*, and...
2011-10-07 cgf* fhandler.h (fhandler_console::tc_getpgid): New function.
2011-07-04 corinna Throughout, open console handles with sharing for...
2011-06-09 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
2011-06-06 cgfwhitespace elimination
2011-05-30 cgf* dll_init.cc (dll_list::find_by_modname): New function...
2011-02-15 corinna * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in...
2011-02-15 corinna * devices.in: Throughout use slashes instead of backsl...
2011-01-20 corinna * exec.cc: Include pinfo.h.
2011-01-19 corinna * spawn.cc (av::fixup): Reenable #! handling for all...
2011-01-19 corinna * exec.cc: Rearrange functions in alphabetical order.
2011-01-19 corinna * errno.cc (errmap): Add error codes for invalid binaries.
2010-09-20 cgf* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.
2010-08-13 corinna * cygheap.h (class cwdstuff): Make drive_length private.
2010-06-29 corinna * spawn.cc (spawn_guts): Reinstantiate a FIXME comment.
2010-06-29 corinna * exceptions.cc (dump_exception): Use %W instead of...
2010-05-18 cgf* environ.cc (regopt): Change the first argument to...
2010-04-27 cgf* spawn.cc (find_exec): Use the first detected errno...
2010-03-29 corinna * spawn.cc (find_exec): Enable finding paths in backsl...
2010-01-25 corinna * spawn.cc (spawn_guts): Only try to remove long path...
2010-01-06 Masaki MuranakaUpdate to git@github.com:monaka/binutils.git
2009-12-22 corinna * exec.cc (execvp): Call find_exec with FE_NNF flag...
2009-12-21 corinna * exec.cc (execvp): Call find_exec with FE_NNF flag...
2009-12-19 corinna Throughout, replace hMainProc with GetCurrentProcess...
2009-12-18 corinna Throughout, replace hMainProc with GetCurrentProcess...
2009-11-17 corinna Reintegrate socket duplication via WSADuplicateSocket...
2009-11-17 corinna Reintegrate socket duplication via WSADuplicateSocket...
2009-11-05 corinna * spawn.cc (dll_suffixes): Disable. Explain why.
2009-11-05 corinna * spawn.cc (dll_suffixes): Disable. Explain why.
2009-10-19 corinna * spawn.cc (av::fixup): Treat non-readable, but execut...
2009-10-13 corinna * include/sys/cygwin.h: Add new cygwin_getinfo_type
2009-09-25 ericbFix faccessat(,0) and access() semantics.
2009-08-10 corinna * spawn.cc (av::fixup): Check shell scripts for execut...
2009-08-01 cgf* cygheap_malloc.h: New file.
2009-08-01 cgf* path.h (path_conv::set_path): Change return value.
2009-08-01 cgf* spawn.cc (find_exec): Fix one more path where retval...
2009-08-01 cgf* spawn.cc (find_exec): Stop relying on the ability...
2009-07-30 corinna * path.h (class path_conv): Convert path from char...
2009-07-04 cgf* autoload.cc (SetParent): Add new import.
2009-06-22 corinna * spawn.cc (spawn_guts): Don't run additional check...
2009-04-05 cgf* net.cc: Undefine NOERROR and DELETE to avoid compiler...
2009-02-24 cgfAdd DESTDIR functionality to Makefile.in's.
2009-01-09 cgf* include/sys/cygwin.h (CW_SETERRNO): Define.
2009-01-03 cgfRemove unneeded header files from source files througho...
2008-11-26 cgfRemove unneeded whitespace.
2008-09-11 cgf* cygheap.cc (creturn): Reorganize to avoid a new compi...
2008-08-05 Jim MeyeringRemove all files from the following directories:
2008-07-31 corinna * spawn.cc (spawn_guts): Check constructed short pathn...
2008-07-31 Corinna Vinschen * spawn.cc (spawn_guts): Check constructed short pathn...
2008-07-23 corinna * spawn.cc (spawn_guts): Fix previous patch for UNC...
2008-07-22 corinna * spawn.cc (spawn_guts): Remove long path prefix from...
2008-07-14 corinna Throughout drop allow_ntsec and allow_smbntsec handling.
2008-06-17 cgf* spawn.cc (spawn_guts): Reinstate call to fhandler_con...
2008-06-12 corinna * fhandler.h (set_console_state_for_spawn): Drop decla...
2008-04-30 corinna * dtable.cc (dtable::release): Drop fixup_before handling.
2008-04-26 corinna * dcrt0.cc (dll_crt0_0): Set SEM_NOGPFAULTERRORBOX...
2008-04-07 cgfRemove unneeded header files from source files throughout.
2008-03-27 cgf* hookapi.cc (find_first_notloaded_dll): New function.
2008-03-12 corinna * winsup.h (NT_MAX_PATH): Revert ill-advised change...
2008-03-11 corinna * spawn.cc (find_exec): Use tmp_pathbuf to allocate...
2008-03-11 corinna * path.cc (cwdstuff::set): Make sure drive_length...
2008-03-07 corinna * Makefile.in (DLL_OFILES): Add tls_pbuf.o.
2008-03-05 corinna * child_info.h (~child_info_spawn): Check moreinfo...
2008-02-01 corinna * string.h: Re-enable inline strcasematch and strncase...
2007-12-14 corinna * dtable.cc (dtable::set_file_pointers_for_exec):...
2007-11-26 cgfChange many cygheap allocation routines to their *_abor...
2007-08-17 corinna * spawn.cc (spawn_guts): Fix typo in comment.
2007-08-17 corinna * autoload.cc (CloseDesktop): Define.
2007-08-16 corinna * path.h (path_conv::operator char *): Delete.
2007-07-19 corinna * autoload.cc (SetUserObjectSecurity): Drop.
2007-03-28 cgf* spawn.cc (spawn_guts): Start pure-windows processes...
2007-02-23 corinna * fhandler_console.cc (fhandler_console::need_invisibl...
2007-02-23 corinna * exceptions.cc (dummy_ctrl_c_handler): Remove.
2007-02-22 corinna * Makefile.in (DLL_IMPORTS): Add libntdll.a.
2007-01-18 corinna * spawn.cc (spawn_guts): Don't set cwd for non-Cygwin...
2007-01-03 corinna * ChangeLog: Happy New Year.
2007-01-01 cgf* spawn.cc (spawn_guts): Don't expect synchronization...
2006-12-11 cgf* child_info.h (child_info_spawn::__stdin): New element.
2006-12-05 corinna * dcrt0.cc (get_cygwin_startup_info): Change zeros...
2006-11-30 corinna * dir.cc (mkdir): Check last path component for "..".
2006-08-09 cgf* autoload.cc (GetHandleInformation): Declare new function.
2006-07-17 cgfGCC 4.1 fixes.
2006-05-28 cgfwhite space
2006-05-22 cgf* child_info.h (_CI_SAW_CTRL_C): New enum.
next