Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge trunk | jan.nijtmans | 2014-02-11 | 1 | -27/+9 | |
|\ | ||||||
| * | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. ↵ | jan.nijtmans | 2014-02-10 | 1 | -19/+16 | |
| | | | | | | | | | | Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | |||||
* | | merge trunk | jan.nijtmans | 2014-02-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | check for existance of __BORLANDC__ before using its value | jan.nijtmans | 2014-02-06 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Check for existance of __BORLANDC__ before using its value | jan.nijtmans | 2014-02-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Introducing a new union member in Tcl_Obj is not a good idea in a patch ↵ | jan.nijtmans | 2013-12-06 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | release, especially using "long". Better allow iterNum and iterMax to grow to ssize_t (or size_t) in Tcl 9 (or 8.x, why not?). Usage of "long" in public API causes interoperability problems between Cygwin64 and Win64 (probably no-one cares except me). | |||||
| * | | New compiler and bytecodes for foreach and lmap: 70% faster | mig | 2013-12-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * speed as measured by http://wiki.tcl.tk/39021: runs in <1/3 the time * still need to adapt array-set to use this * assemble.test-16.5 or 16.6 bombs in a purify/symbols build (?) * removing the old opcodes would force recompilation of old .tbc files or adaptation of tbcload | |||||
| * | | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included ↵ | jan.nijtmans | 2013-11-22 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | together with <tcl.h> | |||||
| | * | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included ↵ | jan.nijtmans | 2013-11-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | together with <tcl.h> | |||||
| | * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge trunk (order of man.macros inclusion). | jan.nijtmans | 2013-11-08 | 1 | -2/+4 | |
|\ \ \ | |/ / | | | | Simplify TCLAPI definition: Since there are extern "C" guards around all TCLAPI usage, the definition itself doesn't need special C++ handling any more. | |||||
* | | | merge trunk | jan.nijtmans | 2013-10-27 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | [53a917d6c9]: Correction to macro for determining how to deprecate things. | dkf | 2013-10-27 | 1 | -1/+1 | |
| | | | | | | | | | Thanks to Raphael Kubo da Costa <rakuco@FreeBSD.org> for the patch. | |||||
| * | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix definition of TCLAPI macro, when Tcl header files are used from within C++. | jan.nijtmans | 2013-10-13 | 1 | -2/+4 | |
| | | | ||||||
* | | | merge trunk. | jan.nijtmans | 2013-06-27 | 1 | -1/+2 | |
|\ \ \ | |/ / | | | | Remove Tcl_SetPanicProc from stub table; it is meant to be called by embedders, before the stub table is even initialized. | |||||
| * | | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. | jan.nijtmans | 2013-06-27 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| * | | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate ↵ | jan.nijtmans | 2013-05-19 | 1 | -4/+6 | |
| |\ \ | | |/ | | | | | | | possibly conflicting LOCAL/OFFSET | |||||
| | * | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate ↵ | jan.nijtmans | 2013-05-19 | 1 | -4/+6 | |
| | |\ | | | | | | | | | | | | | possibly conflicting LOCAL/OFFSET | |||||
| | | * | Don't #define VOID on VxWorks, as it is already typdef'd to void | jan.nijtmans | 2013-05-19 | 1 | -4/+6 | |
| | | | | | | | | | | | | Eliminate possibly conflicting LOCAL #define | |||||
| | * | | Release branch for Tcl 8.5.14. | dgp | 2013-03-21 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> ↵ | jan.nijtmans | 2013-02-27 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | Tcl_VarTraceInfo2 conversions. | |||||
* | | | | Merge trunk. | jan.nijtmans | 2013-02-19 | 1 | -6/+3 | |
|\ \ \ \ | |/ / / | | | | | Tranform Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult to macros, and remove them from the stub table | |||||
| * | | | Eliminate last use of Tcl_SetResult (except the use in the Test suite) | jan.nijtmans | 2013-02-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Fix depreciation message in tcl.h | |||||
* | | | | Merge trunk. | jan.nijtmans | 2013-02-08 | 1 | -3/+0 | |
|\ \ \ \ | |/ / / | | | | | | | | | Eliminate all usage of internal macros: TclNewIntObj, TclNewBooleanObj, TclSetIntObj, TclSetBooleanObj. Change various function to macros: Tcl_NewIntObj, Tcl_SetIntObj, Tcl_NewBooleanObj, Tcl_DbNewBooleanObj, Tcl_SetBooleanObj, Tcl_AddErrorInfo, Tcl_AddObjErrorInfo. | |||||
* | | | | Merge trunk | jan.nijtmans | 2013-01-25 | 1 | -7/+5 | |
|\ \ \ \ | |/ / / | | | | | Rename TclInitStubs back to Tcl_InitStubs, for easier compatibility with Tcl 8. | |||||
* | | | | merge trunk | jan.nijtmans | 2013-01-19 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | fix Bug 3598300 on MacOSX too | jan.nijtmans | 2013-01-19 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Proposed solution for Bug 3598300 on MacOSXbug_3598300 | jan.nijtmans | 2013-01-18 | 1 | -2/+1 | |
| | |/ / | ||||||
* | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -8/+0 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | merge trunk | dgp | 2013-01-17 | 1 | -4/+0 | |
|\ \ \ \ \ | | |/ / / | ||||||
| | * | | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -7/+0 | |
| | |\ \ \ | |/ / / / | | | _ / | | | / | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too. | |||||
| | * | | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -11/+0 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | |||||
| | | * | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵ | jan.nijtmans | 2013-01-16 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too (this is not what TCL_NO_DEPRECATED is supposed to do). | |||||
| * | | | merge trunk, update changes and re-tagcore_8_6_0core_8_6_0_rc | dgp | 2012-12-14 | 1 | -5/+7 | |
| |\ \ \ | ||||||
| * \ \ \ | merge trunk: | dgp | 2012-11-15 | 1 | -0/+8 | |
| |\ \ \ \ | ||||||
| * | | | | | Create Tcl 8.6.0 release branch | dgp | 2012-11-08 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. | jan.nijtmans | 2013-01-10 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Make sure that extensions which are compiled using Tcl version 9.0 alpha/beta headers only run with the exact same Tcl version (9.0a0), so they cannot accidently be used in production. Idea 'stolen' from iTcl 4.0, which did that during alpha/beta Dde/Registry: eliminate usage of some older API, which might be removed/deprecated in the future. | |||||
* | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵ | jan.nijtmans | 2012-12-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | for the compiler. | |||||
| * | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵ | jan.nijtmans | 2012-08-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | for te compiler. | |||||
* | | | | | | | Merge trunk. | jan.nijtmans | 2012-12-14 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | Add more clarity why refCount should be decremented AFTER checking for <2. Protect 8.x extensions for being loadable in "novem", by changing Tcl_PkgProvide into a macro. | |||||
| * | | | | | | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | | * | | | | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | merge trunk | jan.nijtmans | 2012-12-13 | 1 | -5/+7 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | outside variable names | |||||
| | * | | | | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -3/+3 | |
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | outside variable names | |||||
| | | * | | | | Changelog entry, and change macro variable to not conflict with possible ↵ | jan.nijtmans | 2012-12-13 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | outside variable names | |||||
| * | | | | | | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -5/+7 | |
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | |