summaryrefslogtreecommitdiffstats
path: root/generic/tclPanic.c
Commit message (Expand)AuthorAgeFilesLines
* Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-1/+1
* Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further ...panic_noreturnjan.nijtmans2015-09-221-4/+4
* add comment to flag Tcl_Panic as no-return for Coverity Scan static analyzerMiguel Sofer2015-07-301-1/+8
* typos. jan.nijtmans2013-06-261-0/+4
|\
* | Restored the possibility to define a panicproc asjan.nijtmans2012-06-221-8/+7
* | cygwin should not use ExitProcessjan.nijtmans2012-04-021-0/+2
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-021-3/+7
|\ \ | |/
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Undo latest commit. Controversy arose, and we're about to release.dgp2006-03-091-2/+2
| | * * generic/tclPanic.c (Tcl_PanicVA): added an unconditional abortMiguel Sofer2006-03-091-2/+2
* | | fall back to assembler for VC++ 32-bitnijtmans2011-01-121-2/+4
* | | VS 2005 64-bit does not have intrin.h, and does not need it.nijtmans2011-01-121-7/+4
* | | Explicitely test for intrinsics support in compiler, before assuming only MSV...nijtmans2010-12-201-5/+7
* | | [Patch 3124554]: Move WishPanic from Tk to Tclnijtmans2010-12-161-1/+24
* | | Restore abort() in Tcl_Panic() as it was before.nijtmans2010-12-151-12/+1
* | | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic.nijtmans2010-12-131-4/+10
* | | Allow Tcl_Panic() to enter the debugger on win32nijtmans2010-12-011-1/+6
* | | Feature Request 2814786: remove TclpPanicnijtmans2009-07-221-11/+1
* | | * generic/tclInt.h: add assert macros for clang staticdas2009-06-301-1/+2
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-15/+14
|/ /
* | Undo latest commit due to controversy about whether some use casedgp2006-03-091-2/+2
* | * generic/tclPanic.c (Tcl_PanicVA): added an unconditional abortMiguel Sofer2006-03-091-2/+2
* | ANSIfydkf2005-11-071-7/+9
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-131-5/+4
* | Getting more systematic about styledkf2005-07-191-17/+23
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
|/
* * generic/tclInt.decls:dgp2001-06-171-1/+13
* * generic/tcl.h:dgp2001-06-081-10/+11
* * generic/tcl.decls: Added Mac specific declarations.stanton1999-03-041-3/+3
* * unix/Makefile.in:stanton1999-03-031-0/+123