index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
exceptions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add copyright stuff
Christopher Faylor
2002-01-13
1
-1
/
+1
*
* exceptions.cc (sig_handle): Accept a second argument indicating whether the
Christopher Faylor
2002-01-11
1
-3
/
+3
*
* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.
Christopher Faylor
2002-01-10
1
-9
/
+21
*
exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.
Corinna Vinschen
2002-01-05
1
-1
/
+2
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-6
/
+6
*
* exceptions.cc: Add stdlib.h include for alloca declaration.
Christopher Faylor
2001-11-15
1
-0
/
+1
*
* environ.cc: Set reset_com to false to mimic linux behavior more closely.
Christopher Faylor
2001-10-31
1
-0
/
+1
*
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Christopher Faylor
2001-10-13
1
-2
/
+2
*
* cygheap.cc (cfree): Remove malloc debugging probe.
Christopher Faylor
2001-10-03
1
-1
/
+4
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-5
/
+1
*
* exceptions.cc (call_signal_handler_now): Add additional guard against
Christopher Faylor
2001-09-12
1
-0
/
+6
*
* sigproc.h (sigframe::unregister): Return true/false whether this frame is
Christopher Faylor
2001-09-12
1
-2
/
+2
*
* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as a
Christopher Faylor
2001-09-06
1
-1
/
+3
*
* exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controlling
Christopher Faylor
2001-09-05
1
-5
/
+3
*
* syscalls.cc (setsid): Detach process from its console if the current
Christopher Faylor
2001-07-26
1
-4
/
+10
*
Change check_null_empty_path* to check_null_empty_str* throughout.
Christopher Faylor
2001-06-28
1
-1
/
+1
*
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
Christopher Faylor
2001-06-24
1
-69
/
+61
*
* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
Christopher Faylor
2001-06-16
1
-1
/
+4
*
* exceptions.cc (sigdelayed): Ensure that signal is cleared as the last
Christopher Faylor
2001-06-10
1
-1
/
+1
*
* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
Christopher Faylor
2001-05-24
1
-1
/
+1
*
* exceptions.cc (handle_exceptions): Don't print message when executing from a
Christopher Faylor
2001-05-11
1
-2
/
+2
*
* cygheap.cc (_cfree): Add regparm attribute.
Christopher Faylor
2001-05-08
1
-2
/
+3
*
* exceptions.cc (handle_exceptions): Vastly increase test for exception loop
Christopher Faylor
2001-05-05
1
-2
/
+5
*
* exceptions.cc (stack_info): Add some controls.
Christopher Faylor
2001-05-05
1
-19
/
+28
*
Revert much of previous erroneous checkin. Add ChangeLog entry.
Christopher Faylor
2001-05-04
1
-3
/
+3
*
* exceptions.cc (ctrl_c_handler): Always send signal to process if it has no
Christopher Faylor
2001-05-04
1
-5
/
+5
*
* exceptions.cc (handle_exceptions): Break out of "loop" if the debugger
Christopher Faylor
2001-05-03
1
-1
/
+1
*
* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.
Christopher Faylor
2001-04-30
1
-93
/
+77
*
Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Christopher Faylor
2001-04-28
1
-2
/
+2
*
* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent
Christopher Faylor
2001-04-27
1
-1
/
+1
*
* sigproc.h [sigthread]: Add exception field.
Christopher Faylor
2001-04-25
1
-1
/
+1
*
* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs
Christopher Faylor
2001-04-09
1
-0
/
+4
*
* exceptions.cc (sigframe::call_signal_handler): Return value of
Christopher Faylor
2001-04-02
1
-12
/
+10
*
* exceptions.cc (sigframe::call_signal_handler): Move out side of "C" block or
Christopher Faylor
2001-04-01
1
-7
/
+11
*
* exceptions.cc (call_signal_handler_now): Rename from call_signal_handler to
Christopher Faylor
2001-04-01
1
-10
/
+10
*
* sigproc.h (class sigframe): Implement 'unregister()' method.
Christopher Faylor
2001-04-01
1
-2
/
+9
*
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
Christopher Faylor
2001-03-20
1
-1
/
+0
*
* exceptions.cc (interruptible): Update debugging output.
Christopher Faylor
2001-03-19
1
-4
/
+4
*
* autoload.cc (noload): Use proper method for multiline strings or newer gcc's
Christopher Faylor
2001-03-11
1
-63
/
+63
*
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
Christopher Faylor
2001-03-10
1
-2
/
+2
*
* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.
Christopher Faylor
2001-03-07
1
-0
/
+25
*
* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process if
Christopher Faylor
2001-03-02
1
-0
/
+4
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-2
/
+2
*
Fix typos. Add some comments.
Christopher Faylor
2001-01-27
1
-4
/
+6
*
* exceptions.cc (sigreturn): Call any pending signals prior to resetting the
Christopher Faylor
2001-01-27
1
-9
/
+20
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-24
/
+30
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-0
/
+14
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-2
/
+2
*
* cygwin.din: Add symbols for `getrlimit' and `setrlimit'.
Corinna Vinschen
2000-12-27
1
-0
/
+5
*
* autoload.h: Make DLL initializers global to avoid inlining.
Christopher Faylor
2000-12-26
1
-10
/
+17
[next]