| Commit message (Expand) | Author | Age | Files | Lines |
* | - eliminate compiler warning when compiling with Visual Studio. | jan.nijtmans | 2013-05-17 | 1 | -0/+1 |
|
|
* | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
|
|
* | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 2 | -0/+133 |
|
|
* | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 3 | -0/+33 |
|
|
* | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 2 | -4/+17 |
|
|
* | Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when... | jan.nijtmans | 2013-04-09 | 2 | -8/+8 |
|
|
* | 3610026 Stop segfault when regexp overflows color limits. | dgp | 2013-04-08 | 4 | -7/+17 |
|
|
* | 3597000 Consistent [file copy] result. | dgp | 2013-03-19 | 1 | -8/+7 |
|
|
* | Cleaner error handling in fixempties(). | dgp | 2013-03-06 | 1 | -2/+4 |
|
|
* | merge 8.4bug_3606683_84 | dgp | 2013-03-06 | 1 | -1/+0 |
|\ |
|
| * | Remove TclInitCompilation() declaration that's never had a definition | dgp | 2013-03-05 | 1 | -1/+0 |
|
|
* | | Rework into Tcl 8.4 coding style (closer to original Spencer). | dgp | 2013-03-06 | 1 | -174/+177 |
|
|
* | | Indent reduction in fixempties(). | dgp | 2013-03-06 | 1 | -19/+19 |
|
|
* | | Use flag argument to combine copy(nonempty)* routines into copy* routines. | dgp | 2013-03-06 | 2 | -59/+23 |
|
|
* | | New routine hasnonemptyout() for minor improvement to new fixempties(). | dgp | 2013-03-06 | 2 | -1/+18 |
|
|
* | | Contributed patch from Tom Lane <tgl@users.sf.net>. Merge conflicts due to | dgp | 2013-03-05 | 2 | -92/+264 |
|/ |
|
* | New scheme for keeping the per-process tcl_precision value in sync without | dgp | 2013-03-04 | 1 | -23/+296 |
|
|
* | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ... | jan.nijtmans | 2013-02-27 | 1 | -0/+2 |
|
|
* | structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. | dgp | 2013-02-26 | 2 | -83/+82 |
|
|
* | struct NextChannelHandler used only locally. Remove from tclIO.h. | dgp | 2013-02-26 | 2 | -25/+24 |
|
|
* | Repair linked list management in Tcl_DeleteCloseHandler().
| dgp | 2013-02-25 | 2 | -12/+18 |
|
|
* | Use iPtr field instead of source field to mark a CompileEnv as uninitialized. | dgp | 2013-02-22 | 1 | -4/+4 |
|
|
* | Protect against multiple uses of a CompileEnv with only one initialization. | dgp | 2013-02-21 | 2 | -49/+44 |
|
|
* | The flag TCL_LEAVE_ERR_MSG has no effect on the routine | dgp | 2013-02-21 | 1 | -8/+4 |
|
|
* | refinement | dgp | 2013-02-20 | 1 | -2/+1 |
|
|
* | 36054447 Convert [namespace export -clear] interface to something less stupid. | dgp | 2013-02-20 | 1 | -32/+18 |
|
|
* | New branch bug-3604074 with improved patch to correct fixempties() failurebug_3604074 | dgp | 2013-02-14 | 1 | -30/+50 |
|
|
* | Silence some compiler warnings. | dgp | 2013-01-24 | 3 | -0/+11 |
|
|
* | Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1.... | jan.nijtmans | 2013-01-23 | 1 | -1/+5 |
|
|
* | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de... | jan.nijtmans | 2013-01-16 | 3 | -13/+12 |
|
|
* | Extend the public and private stub tables with dummy NULL entries, up to the ... | jan.nijtmans | 2013-01-07 | 5 | -22/+457 |
|
|
* | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to... | jan.nijtmans | 2013-01-03 | 1 | -0/+11 |
|
|
* | Don't free ctrl.script if thread creation fails: it is a constant string "tes... | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
|
|
* | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early
| jan.nijtmans | 2012-12-27 | 1 | -2/+4 |
|
|
* | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l... | jan.nijtmans | 2012-12-21 | 1 | -24/+9 |
|
|
* | Restore clarity to macro test. | dgp | 2012-12-13 | 1 | -1/+1 |
|
|
* | Changelog entry, and change macro variable to not conflict with possible outs... | jan.nijtmans | 2012-12-13 | 1 | -3/+3 |
|
|
* | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. | jan.nijtmans | 2012-12-13 | 1 | -4/+7 |
|
|
* | Restore the initialization of tclStubsPtr from the "Tcl" package clientData | dgp | 2012-12-10 | 1 | -2/+3 |
|
|
* | only set tclStubsPtr if all version checks pass. Backported from tcl 8.5. | jan.nijtmans | 2012-12-07 | 1 | -43/+62 |
|
|
* | 3588687 When detecting incompatibility during stubs initialization, the error | dgp | 2012-11-29 | 1 | -1/+1 |
|
|
* | Fix bug reported by Brian Griffin: | jan.nijtmans | 2012-11-22 | 1 | -4/+0 |
|
|
* | More complete purge of things only present for supporting long-dead Mac 9 sys... | dgp | 2012-11-15 | 20 | -784/+27 |
|
|
* | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe... | jan.nijtmans | 2012-11-15 | 1 | -1/+1 |
|
|
* | add missing macosx sections | jan.nijtmans | 2012-11-15 | 3 | -1/+198 |
|
|
* | Remove all the long dead mac entries in tcl*.decls files | jan.nijtmans | 2012-11-15 | 6 | -523/+67 |
|
|
* | 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block. | dgp | 2012-11-14 | 1 | -0/+1 |
|
|
* | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo... | jan.nijtmans | 2012-10-24 | 2 | -2/+6 |
|
|
* | When checking for std channels being closed, compare the channel state, | dgp | 2012-10-03 | 1 | -20/+24 |
|
|
* | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 4 | -4/+4 |
|
|