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
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-04* dcrt0.cc (build_argv): Guard against NULL pointer dereference found by Clang.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-05-15* DevNotes: Add entry cgf-000007.Christopher Faylor
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor
2012-03-21* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is closed.Christopher Faylor
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2012-03-05 * init.cc (dll_entry): Move wincap.init call back from here...Corinna Vinschen
2012-01-27 * dcrt0.cc (is_dos_path): New macro to recognize drive letter and UNCCorinna Vinschen
2011-12-21 * dcrt0.cc (_dll_crt0): Rephrase comments. Set $ebp to NULL, as inCorinna Vinschen
2011-12-19 * dcrt0.cc (dll_crt0_0): Check for wincap.wow64_has_secondary_stackCorinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-17 * dcrt0.cc (_dll_crt0): Fix formatting.Corinna Vinschen
2011-12-16 * dcrt0.cc (child_info_fork::alloc_stack): Correctly check if theCorinna Vinschen
2011-12-16 * Makefile.in (DLL_OFILES): Add wow64.o.Corinna Vinschen
2011-12-14* dcrt0.cc (init_windows_system_directory): Record system_wow64_directoryChristopher Faylor
2011-12-12 * dcrt0.cc (wow64_respawn): New static variable.Corinna Vinschen
2011-12-10Add ChangeLog entry for previous change and revert erroneously checked inChristopher Faylor
2011-12-10Clarify entryChristopher Faylor
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