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
2009-06-08* cygheap.h (mini_cygheap): New struct.Christopher Faylor
2009-01-26 * shared.cc (shared_name): New function for WCHAR names.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-11-26Remove unneeded whitespace.Christopher Faylor
2008-07-28* dcrt0.cc (dll_crt0_0): Remove calling malloc_init andChristopher Faylor
2008-07-27* shared_info.h (shared_destroy): Declare.Christopher Faylor
2008-07-25 * dcrt0.cc (dll_crt0_0): Call malloc_init and user_shared_initialize_1Corinna Vinschen
2008-07-24 * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-07-15 * fhandler_tape.cc (mtinfo::initialize): Remove synchronization stuff.Corinna Vinschen
2008-05-23 * shared.cc (open_shared): Fix comments. Fix a condition which hasCorinna Vinschen
2008-04-21 * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen
2008-04-19 * fhandler.h (-struct wsa_event): Move to wsa_event.h. IncludeCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-27 * fhandler_socket.cc: Create shared objects session local throughout.Corinna Vinschen
2007-12-05 * fhandler_registry.cc: Use NAME_MAX + 1 instead of CYG_MAX_PATHCorinna Vinschen
2007-08-13 * Makefile.in (DLL_OFILES): Remove delqueue.o.Corinna Vinschen
2007-06-27 * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.Corinna Vinschen
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2006-12-11* child_info.h (child_info_spawn::__stdin): New element.Christopher Faylor
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen
2006-10-27 * shared.cc (open_shared): Drop useless attempt from 2006-08-11.Corinna Vinschen
2006-08-11 * shared.cc (open_shared): Desperately try to get shared memory, onlyCorinna Vinschen
2006-07-27 * shared.cc (offsets): Define as offsets relative to cygwin_hmoduleCorinna Vinschen
2006-07-26 * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen
2005-09-27 * cygheap.cc (cygheap_init): Add GLOBAL_PRIV to hProcToken explicitelyCorinna Vinschen
2005-09-24* shared.cc (open_shared): Add crucial bit of debugging info.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-05-04* shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor
2005-04-30* environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor
2005-04-29* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor
2005-04-23* shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor
2005-04-22* shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor
2005-02-20copyrightChristopher Faylor
2005-01-26* pinfo.h (pinfo::init): Make third parameter non-optional and propagate changeChristopher Faylor
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2005-01-06* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not alwaysChristopher Faylor
2005-01-03Update copyrights.Christopher Faylor
2005-01-02* shared.cc (open_shared): Don't attempt VirtualAlloc magic if first attempt toChristopher Faylor
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-11-202004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-03-27 * errno.cc (errmap): Map ERROR_SHARING_VIOLATION to EBUSY,Corinna Vinschen
2003-12-01 * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen
2003-12-01 * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins