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-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-17* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor
2011-08-18* dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor
2011-07-31* cygthread.cc (cygthread::async_create): Define new function.Christopher Faylor
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen
2011-06-17 * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init.Corinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-10* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen
2011-05-05 * dcrt0.cc (dll_crt0_1): Reset locale to "C" even when dynamicallyCorinna Vinschen
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen
2011-03-17 * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen
2011-02-18* dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging whichChristopher Faylor
2010-12-27cygwin:Christopher Faylor
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor
2010-10-02* dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor
2010-09-26* dcrt0.cc (__main): Force signal synchronization.Christopher Faylor
2010-09-20* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor
2010-09-02* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-08-31* dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initializationChristopher Faylor
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen
2010-06-21* dcrt0.cc (__api_fatal): Temporarily generate a stackdump.Christopher Faylor
2010-05-08* Makefile.in (DLL_OFILES): Add pseudo-reloc.o.Christopher Faylor
2010-03-28* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.Christopher Faylor
2010-03-16* shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-03-03 Add XDR support.Corinna Vinschen
2010-02-28Update some copyrights.Christopher Faylor
2010-02-27* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.Christopher Faylor
2010-02-10* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.Christopher Faylor
2010-02-02* dcrt0.cc (atexit_lock): Delete.Christopher Faylor
2010-01-14 * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen
2010-01-01* dcrt0.cc: Bump copyright.Christopher Faylor
2010-01-01* dcrt0.cc (dll_crt0_1): Move internal locale setting prior to potentialChristopher Faylor
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-02 * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen
2009-10-02* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here.Christopher Faylor
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen