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-12-18This commit was manufactured by cvs2svn to create branch 'newlib-2_2_0'.newlib-2_2_0cvs2svn
2013-12-18* autoload.cc (timeBeginPeriod): Autoload.Christopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-03-29* pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc.Christopher Faylor
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2012-03-17* fork.cc (lock_signals): Move to sigproc.h.Christopher Faylor
2012-03-07* pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information forChristopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-24 * pinfo.h (struct _pinfo): Reduce size of progname array slightly.Corinna Vinschen
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen
2011-05-04* pinfo.cc (pinfo::pinfo): Set procinfo to NULL to avoid potential cleanup ofChristopher Faylor
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen
2010-09-02* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2009-10-07Add cygwin wrapper for ExitProcess and TerminateProcess.Charles Wilson
2008-12-20* pinfo.h (pinfo::thisproc): Declare. Rename from set_myself.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor
2007-02-22 * cygheap.h (struct cwdstuff): Remove sync member and keep_in_syncCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2006-11-30 * dir.cc (mkdir): Check last path component for "..".Corinna Vinschen
2006-03-21* dcrt0.cc (dll_crt0_0): Call SetErrorMode earlier.Christopher Faylor
2006-03-18* pinfo.h (EXITCODE_OK): Define new constant.Christopher Faylor
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2005-12-22* pinfo.cc (pinfo::init): Clarify comment slightly.Christopher Faylor
2005-12-12* pinfo.cc (size_copied): New convenience macro.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor
2005-09-29Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-16* pinfo.h (EXITCODE_SET): Move out of range of Windows error.Christopher Faylor
2005-05-19* external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor
2005-03-10* pinfo.h (pinfo::pinfo): Clear more elements in the constructor.Christopher Faylor
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor