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
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
2005-12-21* spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just when weChristopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor
2005-12-19* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor
2005-10-30* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor
2005-10-24 * spawn.cc (spawn_guts): Don't leave the function with return insideCorinna Vinschen
2005-10-20* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor
2005-10-18* sigproc.cc (child_info::sync): Use correct name when closing to preventChristopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-09-20* spawn.cc (av::fixup): Just blindly run any file if it has a .bat or .cmdChristopher Faylor
2005-09-17* environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return immediatelyChristopher Faylor
2005-09-16* environ.cc (build_env): Clear envblock and return NULL on attempt to use envChristopher Faylor
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor
2005-09-15* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".Christopher Faylor
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor
2005-09-15* spawn.cc (av::error): Eliminate.Christopher Faylor
2005-09-10* heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor
2005-09-08* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor
2005-08-24* spawn.cc (perhaps_suffix): Record errno-type error value in third argument.Christopher Faylor
2005-08-11* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor
2005-07-17fix whitespaceChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor
2005-06-18* wincap.h (wincaps::detect_win16_exe): Declare.Christopher Faylor
2005-06-18* spawn.cc (spawn_guts): Detect when executing a 16-bit application and avoidChristopher Faylor
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor
2005-05-22* spawn.cc (find_exec): Accept a PATH-like string in place of an environmentChristopher Faylor
2005-05-13Remove PC_FULL from path_conv usage throughout.Christopher Faylor
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen