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
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
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen
2005-03-02* spawn.cc (do_cleanup): Properly restore SIGINT/SIGQUIT even if they hadChristopher Faylor
2005-02-20copyrightChristopher Faylor
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2005-01-23* spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sureChristopher Faylor
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2004-12-28* cygthread.cc (cygthread::stub): Add better debug output.Christopher Faylor
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-21* spawn.cc (spawn_guts): Force parent to forget about P_DETACH'ed process.Christopher Faylor
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-10-07* spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.Christopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-07-08 * spawn.cc (spawn_guts): Check if script is executable.Corinna Vinschen
2004-06-03* spawn.cc (find_exec): Use has_slash to determine if path has a slash ratherChristopher Faylor
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-03-14* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-06 * uinfo.cc (cygheap_user::init): Use sec_user_nih to build aCorinna Vinschen
2004-02-03* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-26 * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen
2003-09-26* fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor
2003-09-26* spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor
2003-09-26* spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor
2003-09-25* spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-20* spawn.cc (pthread_cleanup): New struct.Christopher Faylor
2003-09-20fix accidental checkinChristopher Faylor
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor
2003-09-16 * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen