summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
...
| | * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-6/+1
| | * * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-4/+1
| * | * generic/tcl.h: Bump to 8.5.9 for release.dgp2010-08-041-3/+3
| * | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6nijtmans2010-07-171-9/+10
| * | Use correct TCL_LL_MODIFIER for CYGWIN.nijtmans2010-01-291-64/+65
| * | * generic/tcl.h: Bump to 8.5.8 for release.dgp2009-11-031-3/+3
| * | * generic/tcl.h: Changed the typedef for the mp_digit typedgp2009-10-291-6/+2
| * | Revert last commit which fails to build with msvc2005 and msvc6patthoyts2009-04-291-4/+4
| * | Fix [Bug 2651823].dkf2009-04-291-4/+4
| * | * generic/tcl.h: Bump to 8.5.7 for release.dgp2009-04-101-3/+3
| * | * generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6dgp2008-12-211-2/+2
| * | * generic/tcl.h: Bump version number to 8.5.6b1 to distinguishdgp2008-10-231-3/+3
| * | * generic/tcl.h: Bump to 8.5.5 for release.dgp2008-10-101-2/+2
| * | * generic/tcl.h: Bump version number to 8.5.5b1 to distinguishdgp2008-08-281-3/+3
| * | * generic/tcl.h: Bump to 8.5.4 for release.dgp2008-08-081-3/+3
| * | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0.nijtmans2008-07-221-16/+17
| * | * generic/tcl.h: Bump to 8.5.3 for release.core_8_5_3dgp2008-06-301-2/+2
| * | * generic/tcl.h: Bump version number to 8.5.3b1 to distinguishdgp2008-04-111-3/+3
* | | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier.nijtmans2011-01-191-1/+6
* | | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3nijtmans2010-12-141-2/+2
* | | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2)nijtmans2010-12-131-2/+2
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-2/+2
* | | [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntrynijtmans2010-08-141-4/+4
* | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-12/+6
* | | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-04-301-2/+2
* | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-221-13/+1
* | | Added commentnijtmans2010-04-151-1/+7
* | | Move inclusion of <tchar.h> from tclPlatDecls.hnijtmans2010-04-151-1/+7
* | | Small fixes, namely:dkf2010-02-161-125/+158
* | | Follow-up to [2010-01-29] commit:nijtmans2010-02-051-16/+16
* | | Reverted Tcl_ThreadDataKey type change,nijtmans2010-01-291-12/+11
* | | - genStubs.tcl: No longer generate a space after "*" andnijtmans2010-01-291-5/+3
* | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-8/+2
* | | Revert [2009-12-21] change in tcl.h, in steadnijtmans2010-01-221-8/+8
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-2/+2
* | | Fix up a few stray spaces.dkf2009-12-231-32/+31
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-1/+7
* | | tcl.h Don't use EXPORT for Tcl_InitStubsnijtmans2009-11-301-3/+3
* | | * generic/tcl.h: Changed the typedef for the mp_digit typedgp2009-10-291-6/+2
* | | Revert last commit which fails to build with msvc2005 and msvc6patthoyts2009-04-291-4/+4
* | | Fix [Bug 2651823].dkf2009-04-291-4/+4
* | | * generic/tcl.h:Miguel Sofer2009-03-191-1/+2
* | | * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguishdgp2009-01-161-2/+2
* | | [Bug 2512659] patch for typo appliedpatthoyts2009-01-161-2/+3
* | | Comment formatting improvements.dkf2009-01-061-45/+46
* | | * README: Bump version number to 8.6b1dgp2008-12-191-4/+4
* | | Removed unused flag.dkf2008-12-171-3/+2
* | | * generic/tcl.h: Add TIP 338 routines to stub table.dgp2008-12-161-4/+1
* | | TIP #338 IMPLEMENTATIONdgp2008-12-151-1/+4
* | | First hack at TIP#234dkf2008-12-111-1/+45