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
2013-01-30This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20130201cvs2svn
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-11-30* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitiveChristopher Faylor
2012-09-14* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.Christopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-08-03* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna'sChristopher Faylor
2012-05-15* DevNotes: Add entry cgf-000007.Christopher Faylor
2012-05-08* DevNotes: Add entry cgf-000004.Christopher Faylor
2012-05-07* DevNotes: Add entry cgf-000003.Christopher Faylor
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor
2012-03-21* child_info.h: Reset magic number.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-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen
2012-02-07 * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen
2012-01-12* spawn.cc (child_info_spawn::worker): Delete debugging.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor
2011-12-22 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-07 * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOBCorinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-24* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.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-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-07* fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor
2011-07-04 Throughout, open console handles with sharing for reading and writing.Corinna Vinschen
2011-06-10* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-30* dll_init.cc (dll_list::find_by_modname): New function to search the dll listChristopher Faylor
2011-02-15 * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.Corinna Vinschen
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen
2011-01-20 * exec.cc: Include pinfo.h.Corinna Vinschen
2011-01-19 * spawn.cc (av::fixup): Reenable #! handling for all exec functions.Corinna Vinschen
2011-01-19 * exec.cc: Rearrange functions in alphabetical order.Corinna Vinschen
2011-01-19 * errno.cc (errmap): Add error codes for invalid binaries.Corinna Vinschen
2010-09-21* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor
2010-08-13 * cygheap.h (class cwdstuff): Make drive_length private.Corinna Vinschen
2010-06-29 * spawn.cc (spawn_guts): Reinstantiate a FIXME comment.Corinna Vinschen
2010-06-29 * exceptions.cc (dump_exception): Use %W instead of %s for printingCorinna Vinschen
2010-05-18* environ.cc (regopt): Change the first argument to wide char string.Christopher Faylor
2010-04-28* spawn.cc (find_exec): Use the first detected errno when lookup fails.Christopher Faylor