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-11-15This commit was manufactured by cvs2svn to create branch 'gdb_6_6-branch'.insight_6_6-20070208-releasegdb_6_6-2006-12-18-releasegdb_6_6-2006-11-15-branchpointgdb_6_6-branchcvs2svn
2006-01-02add copyrightChristopher Faylor
2006-01-02* cygtls.cc (_cygtls::remove): Remove left over debugging cruft which causedChristopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor
2005-09-27* strace.cc (strace::vsprntf): Avoid printing a zero pid.Christopher Faylor
2005-09-22* strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself.Christopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2005-01-11revert previous erroneous checkin.Christopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-25* devices.cc: New file.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor
2002-10-19* fork.cc (fork_child): Move mmap initialization.Christopher Faylor
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor
2002-07-14* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has beenChristopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-07* autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor
2002-06-06* strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-04-15remove obsolete comment.Christopher Faylor
2002-02-15* hires.h (hires::usecs): Rename from utime. Accept an argument.Christopher Faylor
2002-02-15* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor
2002-01-29* external.cc (cygwin_internal): Initialize various internal settings ifChristopher Faylor
2001-10-13* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.Christopher Faylor
2001-03-07Update copyright.Christopher Faylor
2001-02-26 * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen
2000-10-24* exceptions.cc (signal_exit): Kill any executing child process if we're dying.Christopher Faylor
2000-10-17* sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-13* child_info: Bump child_info "version".Christopher Faylor
2000-10-07* fhandler.h (fhandler_base): Remove obsolete _rpos and _rsize elements.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-08-02* strace.h: Add kludgy workarounds to avoid using deprecated methods forChristopher Faylor