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
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2014-08-21 * miscfuncs.cc (__import_address): Cover the first dereference to impCorinna Vinschen
2014-08-18 * miscfuncs.cc (strlwr): Rename from cygwin_strlwr. Drop __stdcallCorinna Vinschen
2014-04-23 * miscfuncs.cc (check_iovec): Allow 0 as valid iovcnt value.Corinna Vinschen
2014-02-11 * ldap.cc (rediscover_thread): Give argument a useful name.Corinna Vinschen
2014-02-09 * miscfuncs.h (class NT_readline): New class to implement line-wiseCorinna Vinschen
2013-11-25 Throughout, keep function definitions and declarations in sync withCorinna Vinschen
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-06-08* miscfuncs.cc (yield): Revert (after researching) to calling SleepEx with 0.Christopher Faylor
2013-06-08revert accidentally checked in filesChristopher Faylor
2013-06-08* cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor
2013-06-06 * exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting forCorinna Vinschen
2013-05-21 * globals.cc (__isthreaded): New global variable. Explain what it'sCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-23* miscfuncs.cc (__import_address): On second thought, the chance that thisChristopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Avoid NULL explicitly.Christopher Faylor
2013-01-23* miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2013-01-21* malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor
2012-12-22Revert the reversion and go with implementation described in cgf-000017, withChristopher Faylor
2012-12-21* DevNotes: Add entry cgf-000018.Christopher Faylor
2012-12-21* DevNotes: Add entry cgf-000017.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-06-27 * miscfuncs.cc (WritePipeOverlapped): Define second parameter LPCVOID,Corinna Vinschen
2012-02-16 * miscfuncs.cc: Revert change from 2012-02-13 which used theCorinna Vinschen
2012-02-13 * miscfuncs.cc (struct thread_wrapper_arg): Convert char * to PBYTE.Corinna Vinschen
2012-02-13 * Makefile.in (clean): Remove non-existant regexp dir.Corinna Vinschen
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Remove.Corinna Vinschen
2012-02-11 * miscfuncs.cc (DEFAULT_STACKSIZE): Set to 1 Megs. Drop comment aboutCorinna Vinschen
2012-01-09 * miscfuncs.cc (thread_wrapper): Make sure stack is 16 byte alignedCorinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen
2011-08-12* miscfuncs.cc (create_pipe): Delete obsolete function.Christopher Faylor
2011-07-07 * miscfuncs.cc (yield): Drop thread priority only once.Corinna Vinschen
2011-07-06* exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect differentChristopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-20 * miscfuncs.cc (CygwinCreateThread): Fix condition for adding theCorinna Vinschen
2011-05-20 * miscfuncs.cc (CygwinCreateThread): Add accidentally missing comment.Corinna Vinschen
2011-05-20 * miscfuncs.cc (thread_wrapper): Remove statements added for debuggingCorinna Vinschen
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2011-05-17 * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen
2011-05-16 * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen
2011-05-15 * miscfuncs.cc (thread_wrapper): Add comments to assembler code.Corinna Vinschen
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-04-04 Drop NT4 support.Corinna Vinschen
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2009-12-21 Throughout, revert ill-conceived replacement of hMainThread withCorinna Vinschen