summaryrefslogtreecommitdiffstats
path: root/generic/tclPanic.c
Commit message (Expand)AuthorAgeFilesLines
* 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