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
2006-10-27 * dcrt0.cc (__api_fatal): Drop spare argument to __small_sprintf.Corinna Vinschen
2006-10-17 * winsup.h (WINVER): Define instead of _WIN32_WINNT. Set to 0x0502.Corinna Vinschen
2006-10-13* winsup.h: Turn off DEBUGGING.Christopher Faylor
2006-08-10* winsup.h: Turn on DEBUGGING by default for now.Christopher Faylor
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen
2006-06-02* cygheap.cc (cygheap_fixup_in_child): Don't close parent handle here. Let theChristopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor
2006-02-07 * dtable.cc (handle_to_fn): Accomodate new argument order in call toCorinna Vinschen
2006-02-05 * environ.cc (struct parse_thing): Add transparent_exe option.Corinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor
2005-12-20 * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen
2005-12-20 * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor
2005-12-07 * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen
2005-11-29 * autoload.cc (NtCreateSection): Define.Corinna Vinschen
2005-10-18 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor
2005-10-01* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor
2005-09-23* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor
2005-09-20* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor
2005-08-19* winsup.h (create_pipe): Declare new function.Christopher Faylor
2005-08-11* dcrt0.cc: Remove ld_preload declaration.Christopher Faylor
2005-07-17* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor
2005-03-17* fhandler_tape.cc (get_ll): This is a generally useful function so move itChristopher Faylor
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-01-26 * cygwin.din: Export getpriority and setpriority.Corinna Vinschen
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor
2004-05-16* cygthread.cc (cygthread::is): Eliminate.Christopher Faylor
2004-05-15revert previous not-ready-for-primetime checkin.Christopher Faylor