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
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor
2002-08-11* assert.cc (__assert): Call debugger on assertion failure if debugging.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-01-13Add copyright stuffChristopher Faylor
2002-01-11* exceptions.cc (sig_handle): Accept a second argument indicating whether theChristopher Faylor
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor
2001-10-31* sigproc.cc (sigproc_terminate): Don't signal main thread when exiting.Christopher Faylor
2001-09-15* dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can beChristopher Faylor
2001-09-12* sigproc.h (sigframe::unregister): Return true/false whether this frame isChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-06-25* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor
2001-04-27* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reentChristopher Faylor
2001-04-25* sigproc.h [sigthread]: Add exception field.Christopher Faylor
2001-04-09* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needsChristopher Faylor
2001-04-02* exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor
2001-03-11* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.Christopher Faylor
2001-03-07* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor
2001-01-08* pinfo.cc (codepage_init): Move function.Christopher Faylor
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor
2000-11-12* path.h: Add __attribute__ ((regparm(x))) to commonly used functions.Christopher Faylor
2000-11-07* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.Christopher Faylor
2000-11-04* pinfo.cc (EnumProcessesNT): Avoid 0 pids.Christopher Faylor
2000-10-28Whitespace cleanup.Christopher Faylor
2000-10-19* dcrt0.cc (sigthread::init): Correct overzealous ifdef.Christopher Faylor
2000-10-19* sigproc.h (sigthread): Eliminate locking for now since per thread signallingChristopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-10-05* exceptions.cc (interruptible): Add extra debugging.Christopher Faylor
2000-09-16* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signalChristopher Faylor
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-02* sigproc.cc (proc_info): Rename proc_exists which takes a pid to "pid_exists".Christopher Faylor
2000-08-29* signal.cc (_raise): New function.Christopher 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-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-05-26* sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor
2000-05-19* Makefile.in: Remove external.h dependency.Christopher Faylor
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-04-08* exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor
2000-03-10* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor
2000-02-24Fix final round of gcc warnings relating to unused parameters.Christopher Faylor
2000-02-24* exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor