summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* ...and one more line.dgp2012-06-201-1/+0
* Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-31/+10
* On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-062-5/+5
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-243-4/+20
* Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-225-509/+250
* When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-212-3/+3
* revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...jan.nijtmans2012-05-143-44/+43
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-072-12/+9
* don't try to run the cpuid test if cpuid is not availablejan.nijtmans2012-05-031-4/+6
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-038-248/+109
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-3/+1
* compiler warningjan.nijtmans2012-04-261-1/+1
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-244-51/+183
|\
| * oops, wrong signaturejan.nijtmans2012-04-241-1/+1
| * implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-243-52/+104
| * merge trunkjan.nijtmans2012-04-2423-85/+87
| |\ | |/ |/|
* | make some more internal tables constjan.nijtmans2012-04-2313-59/+61
* | make some more internal tables CONSTjan.nijtmans2012-04-1811-26/+26
| * merge core-8-4-branchjan.nijtmans2012-04-114-38/+8
| |\ | |/ |/|
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-13/+7