OSDN Git Service

* spawn.cc (spawn_guts): Don't set cwd for non-Cygwin child processes
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin / spawn.cc
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.
2006-05-21 cgf* debug.cc (add_handle): Print handle value when collis...
2006-04-13 cgf* spawn.cc (spawn_guts): Move ch.set() call back to...
2006-04-13 cgf* spawn.cc (spawn_guts): Revert patch which treated...
2006-04-12 cgf* Makefile.in (DLL_OFILES): Add winf.o.
2006-04-03 corinna * spawn.cc (linebuf::finish): Drop argument. Don...
2006-03-27 cgf* spawn.cc (spawn_guts): Close handles if we know that...
2006-03-22 cgf* child_info.h (child_status): Fix typo which made...
2006-03-21 cgf* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.
2006-03-20 cgf* child_info.h (child_status): New enum.
2006-03-18 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
2006-03-13 cgf* child_info.h (child_info_fork::handle_failure): Decla...
2006-02-20 cgffix typo
2006-02-20 cgf* spawn.cc (av::fixup): Check for .bat and friends...
2006-02-15 cgfminor comment restructuring
2006-02-03 corinna * path.cc (suffix_scan::lnk_match): Return true beginn...
2006-02-01 corinna * spawn.cc (dll_suffixes): Add .exe and "no suffix...
2006-01-31 corinna * dlfcn.cc (check_path_access): Call find_exec with...
2006-01-31 cgf* spawn.cc (av::fixup): Remove unused argument.
2006-01-31 corinna * spawn.cc (find_exec): Only return files with execute...
2006-01-27 cgf* spawn.cc (spawn_guts): Fix potential handle leak...
2006-01-27 cgf* exceptions.cc (inside_kernel): Fix to return true...
2006-01-12 corinna * Update copyrights.
2006-01-12 cgf* fhandler.h (set_console_state_for_spawn): Whackamole...
2006-01-10 cgf* spawn.cc (spawn_guts): Reorganize slightly so that...
2006-01-07 cgf* fhandler.h (set_console_state_for_spawn): Eliminate...
2006-01-05 cgf* cygtls.cc (_cygtls::remove): Don't output debugging...
2006-01-04 cgf* fhandler_process.cc (fhandler_process::readdir):...
2005-12-29 cgf*** cygwin DLL Changes:
2005-12-21 cgf* spawn.cc (spawn_guts): Hide the window whenever ctty...
2005-12-21 cgf* cygheap.cc (init_cygheap::manage_console_count):...
2005-12-19 cgf* fhandler.h (set_console_state_for_spawn): Add an...
2005-12-19 cgf* fhandler.h (fhandler_pipe::fixup_in_child): Declare...
2005-10-29 cgf* exceptions.cc (signal_exit): Eliminate setting of...
2005-10-24 corinna * spawn.cc (spawn_guts): Don't leave the function...
2005-10-19 cgf* sigproc.cc (child_info::sync): Move check for !wr_pro...
2005-10-18 cgf* sigproc.cc (child_info::sync): Use correct name when...
2005-10-17 cgfChange process_lock to lock_process throughout. Change...
2005-09-20 cgf* spawn.cc (av::fixup): Just blindly run any file if...
2005-09-16 cgf* environ.cc (build_env): Use "kilo"bytes not "mega...
2005-09-16 cgf* environ.cc (build_env): Clear envblock and return...
2005-09-16 cgf* sigproc.cc (no_signals_available): Return true if...
2005-09-15 cgf* spawn.cc (av::fixup): Avoid breaking out of the wrong...
2005-09-15 cgf* hookapi.cc (hook_or_detect_cygwin): Simplify very...
2005-09-14 cgf* spawn.cc (av::error): Eliminate.
2005-09-10 cgf* heap.cc (heap_init): Be slightly more aggressive...
2005-09-08 cgf* hookapi.cc (rvadelta): Change argument to DWORD to...
2005-09-07 cgf* dcrt0.cc (initial_env): Don't attempt stracing if...
2005-09-05 cgf* cygheap.cc (cygheap_init): Eliminate debugging #if.
2005-08-24 cgf* spawn.cc (perhaps_suffix): Record errno-type error...
2005-08-11 cgf* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.
2005-07-17 cgf* child_info.h (child_info::sync): Pass pid and HANDLE...
2005-07-16 cgffix whitespace
2005-07-06 cgfEliminate (void) cast on standalone function calls...
2005-07-05 cgf* cygtls.h (_cygtls): Perform minor reformatting.
2005-06-18 cgf* wincap.h (wincaps::detect_win16_exe): Declare.
2005-06-18 cgf* spawn.cc (spawn_guts): Detect when executing a 16...
2005-06-02 cgfRevert 2005-05-30 close_all_files changes.
2005-06-01 cgf* child_info.h (child_info::cygheap_h): Delete.
2005-05-22 cgf* spawn.cc (find_exec): Accept a PATH-like string in...
2005-05-13 cgfRemove PC_FULL from path_conv usage throughout.
2005-04-03 corinna * cygheap.cc (cygheap_init): Accomodate set_process_pr...
2005-04-03 corinna Unify usage of CYG_MAX_PATH throughout. Change buffer...
2005-03-02 cgf* spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUI...
2005-02-20 cgfcopyright
2005-02-11 cgf* cygthread.cc (cygthread::release): Reset ev here...
2005-01-25 corinna * cygwin.din: Export getpriority and setpriority.
2005-01-22 cgf* spawn.cc (spawn_guts): Perform same "cd" as in pinfo...
2005-01-16 cgf* init.cc (dll_entry): Remove unused extern.
2005-01-11 cgf* pinfo.h (_pinfo::set_exit_state): Declare new function.
2004-12-28 cgf* cygthread.cc (cygthread::stub): Add better debug...
2004-12-24 cgf* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
2004-12-23 cgf* cygthread.cc (cygthread::stub): Detect if thread...
2004-12-21 cgf* spawn.cc (spawn_guts): Force parent to forget about...
2004-12-06 cgf* fork.cc (fork_parent): Reinstate "childhProc" protect...
2004-12-05 cgf* sigproc.cc (mychild): Reimplement as list scan.
2004-12-03 cgf* child_info.h (child_info_fork::parent_wr_proc_pipe...
2004-11-26 cgf* child_info.h (child_info_spawn::hexec_proc): Eliminate.
2004-10-07 cgf* spawn.cc (pthread_cleanup::oldmask): Default to inval...
2004-09-12 cgf* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-09-03 cgfRegularize most strace_prints throughout so that %E...
2004-07-08 corinna * spawn.cc (spawn_guts): Check if script is executable.
2004-06-02 cgf* spawn.cc (find_exec): Use has_slash to determine...
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-03-14 cgf* cygtls.cc (_cygtls::remove): Call remove_wq to ensure...
2004-02-13 cgf* Makefile.in (clean): Remove sigfe.s.
2004-02-09 cgf* debug.h (console_printf): Define for non-debugging...
2004-02-06 corinna * uinfo.cc (cygheap_user::init): Use sec_user_nih...
2004-02-02 cgf* fhandler.h (*::fixup_after_exec): Eliminate unused...
2004-01-23 cgf* configure.in: Remove NEWVFORK default.
2003-12-08 cgf* spawn.cc (spawn_guts): Change type back to 'int'...
next