summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-4-branchbug_3562640jan.nijtmans2013-03-277-116/+265
|\
| * 3597000 Consistent [file copy] result.dgp2013-03-191-8/+7
| * Cleaner error handling in fixempties().dgp2013-03-061-2/+4
| * merge 8.4bug_3606683_84dgp2013-03-061-1/+0
| |\
| | * Remove TclInitCompilation() declaration that's never had a definitiondgp2013-03-051-1/+0
| * | Rework into Tcl 8.4 coding style (closer to original Spencer).dgp2013-03-061-174/+177
| * | Indent reduction in fixempties().dgp2013-03-061-19/+19
| * | Use flag argument to combine copy(nonempty)* routines into copy* routines.dgp2013-03-062-59/+23
| * | New routine hasnonemptyout() for minor improvement to new fixempties().dgp2013-03-062-1/+18
| * | Contributed patch from Tom Lane <tgl@users.sf.net>. Merge conflicts due todgp2013-03-052-92/+264
| |/
* | merge core-8-4-branchjan.nijtmans2013-03-048-260/+535
|\ \ | |/
| * New scheme for keeping the per-process tcl_precision value in sync withoutdgp2013-03-041-23/+296
| * [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ...jan.nijtmans2013-02-271-0/+2
| * structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally.dgp2013-02-262-83/+82
| * struct NextChannelHandler used only locally. Remove from tclIO.h.dgp2013-02-262-25/+24
| * Repair linked list management in Tcl_DeleteCloseHandler(). dgp2013-02-252-12/+18
| * Use iPtr field instead of source field to mark a CompileEnv as uninitialized.dgp2013-02-221-4/+4
| * Protect against multiple uses of a CompileEnv with only one initialization.dgp2013-02-212-49/+44
| * The flag TCL_LEAVE_ERR_MSG has no effect on the routinedgp2013-02-211-8/+4
| * refinementdgp2013-02-201-2/+1
| * 36054447 Convert [namespace export -clear] interface to something less stupid.dgp2013-02-201-32/+18
| * New branch bug-3604074 with improved patch to correct fixempties() failurebug_3604074dgp2013-02-141-30/+50
* | merge core-8-4-branchjan.nijtmans2013-01-257-13/+35
|\ \ | |/
| * Silence some compiler warnings.dgp2013-01-243-0/+11
| * Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1....jan.nijtmans2013-01-231-1/+5
* | Merge core-8-4-branch. jan.nijtmans2013-01-167-29/+78
|\ \ | |/
| * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-163-13/+12
* | Fix TclBackgroundException implementationjan.nijtmans2013-01-131-1/+3
* | ensure that TIP #139 entries cannot be stub-accessed through tcl.hjan.nijtmans2013-01-131-0/+13
* | Add TIP #139 APIjan.nijtmans2013-01-133-50/+165
* | merge trunkjan.nijtmans2013-01-115-19/+63
|\ \ | |/
* | merge core-8-4-branchjan.nijtmans2013-01-0810-55/+358
|\ \ | |/
| * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-01-075-22/+457
| * test case for bug-3598580: Tcl_ListObjReplace may release deleted elements to...jan.nijtmans2013-01-031-0/+11
| * Don't free ctrl.script if thread creation fails: it is a constant string "tes...jan.nijtmans2013-01-021-1/+0
| * [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early jan.nijtmans2012-12-271-2/+4
| * Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l...jan.nijtmans2012-12-211-24/+9
| * Restore clarity to macro test.dgp2012-12-131-1/+1
| * Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-3/+3
| * Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice.jan.nijtmans2012-12-131-4/+7
| * Restore the initialization of tclStubsPtr from the "Tcl" package clientDatadgp2012-12-101-2/+3
* | Add TclGetErrorLine/TclSetErrorLine to the stub table, for improvedjan.nijtmans2012-12-103-0/+161
|/
* only set tclStubsPtr if all version checks pass. Backported from tcl 8.5.jan.nijtmans2012-12-071-43/+62
* 3588687 When detecting incompatibility during stubs initialization, the errordgp2012-11-291-1/+1
* Fix bug reported by Brian Griffin:jan.nijtmans2012-11-221-4/+0
* More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-1520-784/+27
* Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-spe...jan.nijtmans2012-11-151-1/+1
* add missing macosx sectionsjan.nijtmans2012-11-153-1/+198
* Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-156-523/+67
* 3587242 Missing Tcl_MutexUnlock() call made [testasync create] block.dgp2012-11-141-0/+1