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-16* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.Christopher Faylor
2012-08-09* DevNotes: Add entry cgf-000014.Christopher Faylor
2012-06-19 * cygheap.cc (init_cygheap::init_installation_root): Rearrange codeCorinna Vinschen
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-30* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.Christopher Faylor
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen
2011-02-11* cygwin.sc: Eliminate __cygheap_mid.Christopher Faylor
2011-02-11* cygheap.cc (_cygheap_mid): Drop unneeded section attribute.Christopher Faylor
2011-02-10* cygheap.cc: Add some __stdcall decoration where appropriate.Christopher Faylor
2010-05-31 * cygheap.cc (cygheap_user::set_name): Allow to change the user nameCorinna Vinschen
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen
2010-04-13 * cygheap.cc (cwcsdup): Fix allocation size to accommodate sizeof WCHAR.Corinna Vinschen
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen
2009-08-01* cygheap_malloc.h: New file.Christopher Faylor
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-06 * cygheap.cc (cygheap_init): Set umask to a sane default.Corinna Vinschen
2008-12-14* cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code.Christopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2007-12-11 * cygheap.cc (_csbrk): Don't request zero bytes from VirtualAlloc,Dave Korn
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-11-23* cygheap.cc (_crealloc): Avoid memcpy when _cmalloc returns NULL.Christopher Faylor
2007-07-18 * cygheap.h (shared_prefix): De-const.Corinna Vinschen
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen
2007-01-15 * cygheap.cc (cygheap_init): Add TODO comment.Corinna Vinschen
2007-01-12 * cygheap.cc (_csbrk): Fix off-by-one error.Corinna Vinschen
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole onChristopher Faylor
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor
2005-12-05Remove unneeded whitespace.Christopher Faylor
2005-11-29 * autoload.cc (NtCreateSection): Define.Corinna Vinschen
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-09-27 * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor