summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clarify a little more the previous correction for the Tcl_HashKeyTypegeorgeps2007-10-081-2/+2
| | | | flags member.
* Correct the usage of flags.georgeps2007-10-082-2/+7
|
* * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29hobbs2007-10-022-3/+9
| | | | to make macro more warning-robust in unbraced if code.
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-028-12/+23
| | | | | | | | | | * library/init.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. Thisandreas_kupries2007-10-022-0/+6
| | | | fixes [SF Bug 1806422] reported by Don Porter.
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-257-193/+440
|
* fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1das2007-09-201-1/+4
|
* fix order, typo, contributor namesdas2007-09-201-9/+11
|
* * changes: updates for 8.5b1 release.dgp2007-09-202-6/+92
|
* document --enable-dtrace configure optiondas2007-09-201-1/+5
|
* revised exampledgp2007-09-201-2/+2
|
* * README: Bump version number to 8.5b1dgp2007-09-1910-17/+29
| | | | | | | | | * generic/tcl.h: Merge from core-stabilizer-branch. * library/init.tcl: Stabilizing toward 8.5b1 release now done * tools/tcl.wse.in: on the HEAD. core-stabilizer-branch is * unix/configure.in: now suspended. * unix/tcl.spec: * win/configure.in:
* formattingdgp2007-09-191-9/+5
|
* Replace isdigit call with an internal implementation to avoid libc linkage ↵patthoyts2007-09-192-2/+15
| | | | on windows
* Darwin changes for 8.5b1das2007-09-181-1/+20
|
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-183-4/+16
| | | | | * win/makefile.vc: so that we don't need the C library linked in to libtclStub.
* autoconf-2.59das2007-09-181-153/+297
|
* fix quoting of new FreeBSD SHLIB_LDdas2007-09-181-1/+1
|
* Add crt flags for tclStubLib now it makes use of C-library functionspatthoyts2007-09-172-2/+7
|
* Use '${CC} -shared' instead of 'ld -Bshareable' to build shared librariesjenglish2007-09-173-320/+170
| | | | on current NetBSDs [#1749251].
* * unix/Makefile.in: Update `make dist` so that tclDTrace.d isdgp2007-09-172-2/+5
| | | | included in the source code distribution.
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-174-5/+77
| | | | | | * generic/tclPkg.c: source compatibility with callers of * generic/tclStubLib.c: Tcl_InitStubs(interp, TCL_VERSION, 1). [Bug 1578344].
* (CopyData): avoid leaking msg and errObj (if interp == NULL)das2007-09-171-15/+27
|
* coverity id 102das2007-09-171-13/+4
|
* coverity id 100das2007-09-171-4/+4
|
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-175-53/+62
|
* Minor cleanup of NULL usagedkf2007-09-171-13/+16
|
* Cleaned up formatting so that lines don't wrap on standard width terminalsdkf2007-09-171-731/+742
|
* Do not error on warnings for amd64 symbols build.patthoyts2007-09-171-4/+4
|
* Default for 8.5 is threaded buildpatthoyts2007-09-171-6/+6
|
* * unix/tcl.m4: replace all direct references to compiler by ${CC} todas2007-09-153-71/+87
| | | | | | | | | enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59
* Only invalidate the namespace path once on command creation. [1519940]dkf2007-09-142-2/+6
|
* typodas2007-09-141-1/+1
|
* typodas2007-09-131-1/+1
|
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-1315-35/+883
| | | | | | | | | | | | | | | | | | * generic/tclCompile.h: tracing of proc and command entry & * generic/tclBasic.c: return, bytecode execution, object * generic/tclExecute.c: allocation and more; with essentially * generic/tclInt.h: zero cost when tracing is inactive; * generic/tclObj.c: enable with --enable-dtrace configure * generic/tclProc.c: arg (disabled by default, will only * unix/Makefile.in: enable if DTrace is present). * unix/configure.in: [Patch 1793984] * macosx/GNUmakefile: enable DTrace support. * macosx/Tcl-Common.xcconfig: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internaldas2007-09-131-14/+41
| | | | TclInfoFrame() for use by DTrace probes.
* * unix/Makefile.in: Perform missing updates of the tcltest Tcldgp2007-09-123-6/+12
| | | | | * win/Makefile.in: Module installed filename that should have been part of the bump to tcltest 2.3b1. Thanks Larry Virden.
* Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling).patthoyts2007-09-124-76/+223
|
* * library/tcltest/tcltest.tcl: Accept underscores and colons indgp2007-09-114-11/+15
| | | | | | | * library/tcltest/pkgIndex.tcl: constraint names. Properly handle constraint expressions that return non-numeric boolean results like "false". Bump to tcltest 2.3b1. [Bug 1772989; RFE 1071322] * tests/info.test: Disable fragile tests.
* * doc/package.n: Restored the functioning ofdgp2007-09-114-213/+87
| | | | | * generic/tclPkg.c: [package require -exact] to be compatible * tests/pkg.test: with Tcl 8.4. [Bug 1578344].
* Changelog incompat warning for precompiled scriptsMiguel Sofer2007-09-111-0/+4
|
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-114-21/+44
| | | | | | * generic/tclCompile.c (tclInstructionTable): * generic/tclExecute.c (INST_DICT_UPDATE_END): fix stack management in [dict update] [Bug 1786481].
* * generic/tclExecute.c: Corrected an off-by-one error in theKevin B Kenny2007-09-112-3/+31
| | | | | setting of MaxBaseWide for certain powers. [Bug 1767293 - problem reported in comments when bug was reopened].
* * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-102-2/+14
| | | | unlinked. [Bug 1740631] (maros)
* * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-103-10/+11
| | | | | | | dictUpdateEnd * generic/tclExecute.c: remove unneeded setting of 'cleanup' variable before jumping to checkForCatch.
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-104-65/+51
| | | | | * generic/tclPkg.c: [package present] and [package require] * tests/pkg.test: commands. [Bug 1723675]
* Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish.dkf2007-09-103-344/+332
|
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-0911-295/+175
| | | | | | | | | | | | | | | | | | | * generic/tclNamesp.c: registered set. Revised the management of * generic/tclObj.c: the intrep of that Tcl_ObjType. Revised the * tests/obj.test: TclGetNamespaceFromObj() routine to return TCL_ERROR and write a consistent error message when a namespace is not found. [Bug 1588842. Patch 1686862] ***POTENTIAL INCOMPATIBILITY*** For callers of Tcl_GetObjType() on the name "nsName". * generic/tclExecute.c: Update TclGetNamespaceFromObj() callers. * generic/tclProc.c: * tests/apply.test: Updated tests to expect new consistent * tests/namespace-old.test: error message when a namespace is not * tests/namespace.test: found. * tests/upvar.test:
* Correct stack effect value in table.dgp2007-09-091-2/+2
|
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-096-66/+86
| | | | | | | | | * tests/mathop.test: to correct the compiled versions of math operator commands. [Bug 1724437]. * generic/tclCompile.c: New bytecode instruction INST_REVERSE to * generic/tclCompile.h: reverse the order of N items at the top of * generic/tclExecute.c: stack.