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-05-17* dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically loaded sinceChristopher Faylor
2005-05-12* dcrt0.cc (do_global_dtors): Don't call dll_global_dtors here.Christopher Faylor
2005-05-10* dcrt0.cc (dll_crt0_1): Call cygwin_exit to ensure that destructors areChristopher Faylor
2005-05-09* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen
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-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor
2005-03-10* autoload.cc (LoadDllprime): Scrap use of .linkonce and just use an ifdefChristopher Faylor
2005-03-08* dcrt0.cc (dll_crt0_0): Eliminate muto::init call.Christopher Faylor
2005-03-06* sync.h (sync::init_lock): Declare new static member.Christopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2005-01-06update copyrightChristopher Faylor
2005-01-06* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-10-07 * dcrt0.cc (dll_crt0_0): Drop duplicated line.Corinna Vinschen
2004-09-16* cygwin.din (_impure_ptr): Export.Christopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-07-24* dcrt0.cc (dll_crt0_0): Use proper boolean arguments.Christopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor
2004-02-25* dcrt0.cc (_dll_crt0): Don't check sync_startup if threadfunc_ix is set.Christopher Faylor
2004-02-24* dcrt0.cc (_dll_crt0): Add some stern internal errors.Christopher Faylor
2004-02-19* fork.cc (fork_child): Invert sense of test which defeated correct handling inChristopher Faylor
2004-02-16* cygheap.cc (_csbrk): Report failing condition to stderr rather than strace.Christopher Faylor
2004-02-14* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.Christopher Faylor
2004-02-12* dcrt0.cc (alloc_stack_hard_way): Eliminate second argument.Christopher Faylor
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-05 * security.h (SID): New macro.Corinna Vinschen
2004-02-03* fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor
2004-01-26* cygtls.cc (_threadinfo::init_thread): Add more local reent stdioChristopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2004-01-22* dcrt0.cc (reent_data): Make global.Christopher Faylor
2004-01-20* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing sinceChristopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2004-01-032004 stuffChristopher Faylor
2004-01-03* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor
2003-12-26* dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor
2003-12-12* dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.Christopher Faylor
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor