Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -2/+6 |
| | | | | | * generic/tclIORTrans.c: in InvokeTclMethod and callers. * tests/ioTrans.test: | ||||
* | * tests/var.test (var-19.1): [Bug 3037525]: Added test | andreas_kupries | 2010-08-03 | 1 | -0/+5 |
| | | | | demonstrating the local hashtable deletion crash and fix. | ||||
* | * tests/info.test (info-39.1): Added forward copy of test in 8.5 | andreas_kupries | 2010-08-03 | 1 | -0/+6 |
| | | | | | branch about [Bug 2933089]. Should not fail, and doesn't, after updating the line numbers to the changed position. | ||||
* | * library/tzdata/America/Bahia_Banderas: | Kevin B Kenny | 2010-08-02 | 1 | -0/+11 |
| | | | | | | | | | | * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Pohnpei: * library/tzdata/Africa/Cairo: * library/tzdata/Europe/Helsinki: * library/tzdata/Pacific/Ponape: * library/tzdata/Pacific/Truk: * library/tzdata/Pacific/Yap: Olson's tzdata2010k. | ||||
* | * generic/tclVar.c: correcting bad port of [Bug 3037525] fix | Miguel Sofer | 2010-08-02 | 1 | -0/+4 |
| | |||||
* | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle | Miguel Sofer | 2010-07-31 | 1 | -0/+5 |
| | | | | optimisation in TclDeleteVars (used for runtime-created locals) | ||||
* | Official build of zlib1.dll 1.2.5 is finally available, so put it in | nijtmans | 2010-07-29 | 1 | -0/+6 |
| | |||||
* | * doc/http.n: Corrected description of location of one of the entries | dkf | 2010-07-25 | 1 | -4/+10 |
| | | | | in the state array. | ||||
* | From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the ↵ | nijtmans | 2010-07-24 | 1 | -0/+2 |
| | | | | relation between Tcl_CallFrame and CallFrame. | ||||
* | [Bug 3029891] Functions that don't belong in the stub table. | nijtmans | 2010-07-24 | 1 | -0/+5 |
| | |||||
* | * generic/tclBasic.c: Added more errorCode setting. | dkf | 2010-07-16 | 1 | -0/+4 |
| | |||||
* | * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get] | dkf | 2010-07-15 | 1 | -19/+25 |
| | | | | | * generic/tclDictObj.c (DictGetCmd): always generates an errorCode on a failure to look up an entry. | ||||
* | Use SC_PROG_TCLSH to set a native tclsh in the Makefile. | patthoyts | 2010-07-11 | 1 | -0/+8 |
| | | | | | | | | When installing the libraries a native tcl interpreter is used to process some files. The makefile uses NATIVE_TCLSH for this. This patch causes us to prefer an installed tclsh over the build product which solves build issues when cross-compiling (provided a native tcl is installed). If there is no native version, just try using the build product. | ||||
* | * generic/tclInt.decs: Reverted to the original TIP 337 implementation | dgp | 2010-07-02 | 1 | -0/+8 |
| | | | | | | | on what to do with the obsolete internal stub for TclBackgroundException() (eliminate it!) * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: | ||||
* | [Bug #803489] Tcl_FindNamespace problem in the Stubs table | nijtmans | 2010-07-02 | 1 | -11/+17 |
| | |||||
* | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made | dkf | 2010-07-02 | 1 | -0/+7 |
| | | | | | | sure that errors caused by an argument to an operator being outside the domain of the operator all result in ::errorCode being ARITH DOMAIN and not NONE. | ||||
* | tidy up | dkf | 2010-07-02 | 1 | -11/+11 |
| | |||||
* | [Bug #3020677] wish can't link reg1.2 | nijtmans | 2010-07-01 | 1 | -0/+14 |
| | | | | formatting, spacing, cleanup unused variables | ||||
* | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper | dkf | 2010-06-30 | 1 | -10/+15 |
| | | | | rendering of the exclusive-or operator. | ||||
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-28 | 1 | -0/+7 |
| | |||||
* | prevent a race condition when shutting down the remote test server | rmax | 2010-06-25 | 1 | -1/+7 |
| | |||||
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-24 | 1 | -0/+5 |
| | |||||
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-24 | 1 | -0/+5 |
| | |||||
* | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong | dkf | 2010-06-22 | 1 | -9/+14 |
| | | | | args message. | ||||
* | Remove hack needed for zlib 1.2.3 on win32 | nijtmans | 2010-06-21 | 1 | -0/+1 |
| | |||||
* | Eliminate various unnecessary type casts, use function typedefs whenever ↵ | nijtmans | 2010-06-21 | 1 | -0/+11 |
| | | | | possible | ||||
* | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the | dkf | 2010-06-18 | 1 | -22/+28 |
| | | | | default list of extensions that we can execute interactively. | ||||
* | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -0/+10 |
| | | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters. | ||||
* | [Bug 3016135] traceback using clock format with locale of he_IL | nijtmans | 2010-06-16 | 1 | -0/+5 |
| | |||||
* | Spacing and style fixes | nijtmans | 2010-06-14 | 1 | -0/+6 |
| | |||||
* | Fix compilation of xttest with 8.6 changes | nijtmans | 2010-06-14 | 1 | -0/+7 |
| | | | | tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) | ||||
* | * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the | dkf | 2010-06-13 | 1 | -6/+5 |
| | | | | | | | | | title of a manual page be stored relative to its resulting directory name as well as its source filename. This was caused by both Tcl and a contributed package ([incr Tcl]) defining an Object.3. Also corrected the joining of strings in titles to avoid extra braces. Note: This removes the previous hack and fixes things correctly. | ||||
* | * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C | dkf | 2010-06-13 | 1 | -18/+26 |
| | | | | | | | | docs from interfering with Tcl docs during HTML generation. This is a band-aid since it just prevents the generation of the HTML version of the Itcl C docs (since they're not installed during 'make install') rather than improving the code to not have problems with the clash between two Object.3 files. | ||||
* | * library/platform/platform.tcl: Added OSX Intel 64bit | andreas_kupries | 2010-06-09 | 1 | -0/+7 |
| | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9. * unix/Makefile.in: * win/Makefile.in: | ||||
* | tsdPerf.c: Fix export of symbol Tsdperf_Init, when | nijtmans | 2010-06-09 | 1 | -0/+9 |
| | | | | | | using -fvisibility=hidden. Make two functions static, eliminate some unnecessary type casts. configure(.in)?: Update to Tcl 8.6 | ||||
* | Ensure proper reset of [info errorstack] even when compiling constant expr's ↵ | ferrieux | 2010-06-07 | 1 | -0/+5 |
| | | | | with errors. | ||||
* | * generic/tclBasic.c: Fix for #3008307: make callerPtr chains | Miguel Sofer | 2010-06-05 | 1 | -0/+10 |
| | | | | | | | | | * generic/tclExecute.c: be traversable accross coro boundaries. Add the special coroutine CallFrame (partially reverting commit of 2009-12-10), as it is needed for coroutines that do not push a CF - eg, those with [eval] as command. Thanks to Colin McCormack (coldstore) and Alexandre Ferrieux for the hard work on this. | ||||
* | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel ↵ | ferrieux | 2010-06-02 | 1 | -0/+6 |
| | | | | offsets no longer overestimated. | ||||
* | remove some "BUILD_tcloo" leftovers | nijtmans | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | remove some "BUILD_tcloo" leftovers | nijtmans | 2010-06-02 | 1 | -1/+7 |
| | |||||
* | ChangeLog typo | ferrieux | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | Fix computation of [uplevel] offsets in TIP 341. | ferrieux | 2010-05-31 | 1 | -0/+6 |
| | | | | | Only depend on callerPtr chaining now. Needed for upcoming coro patch. | ||||
* | Fix filesystem-5.1 test failure on CYGWIN | nijtmans | 2010-05-31 | 1 | -0/+1 |
| | |||||
* | Eliminate some casts to (Tcl_HashTable *) | nijtmans | 2010-05-31 | 1 | -0/+5 |
| | |||||
* | [tcl-Patches-3008541] order of TIP #348 fields in Interp structure | nijtmans | 2010-05-28 | 1 | -0/+5 |
| | |||||
* | * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: | dkf | 2010-05-28 | 1 | -0/+4 |
| | | | | | Corrected error in handling of catch contexts to prevent crash with chained handlers. | ||||
* | * generic/tclExecute.c (TclExecuteByteCode): Restore correct operation | dkf | 2010-05-28 | 1 | -14/+19 |
| | | | | of instruction-level execution tracing (had been broken by NRE). | ||||
* | optParse.tcl: eliminate ';' at line end, bump to v0.4.6 | nijtmans | 2010-05-27 | 1 | -1/+2 |
| | |||||
* | uniParse.tcl: Don't generate spaces at the end of a line. | nijtmans | 2010-05-27 | 1 | -0/+2 |
| | |||||
* | optParse.tcl: Don't generate spaces at the end of a line. | nijtmans | 2010-05-27 | 1 | -2/+8 |
| |