summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 3610026 Stop segfault when regexp overflows color limits.dgp2013-04-084-7/+17
* 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
|/
* 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
* 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
* Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-163-13/+12
* 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
* 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
* Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-242-2/+6
* When checking for std channels being closed, compare the channel state,dgp2012-10-031-20/+24
* Reference to correct Bug #numberjan.nijtmans2012-08-064-4/+4
* Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-272-2/+2
* Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
* backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
* protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
* fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
* Purge more dead fs path code.dgp2012-06-201-17/+7