Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comment typo | das | 2007-10-12 | 1 | -2/+2 |
| | |||||
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 14 | -482/+78 |
| | | | | | | | | | | | | | | | | | | * tests/string.test: to report correct failindex values for non-decimal integer strings. [Bug 1805887]. * compat/strtoll.c (removed): The routines strtoll() and strtoull() * compat/strtoull.c (removed): are no longer called by the Tcl source * generic/tcl.h: code. (Their functionality has been replaced * unix/Makefile.in: by TclParseNumber().) Remove outdated comments * unix/configure.in: and mountains of configury autogoo that * unix/tclUnixPort.h: allegedly support the mythical systems where * win/Makefile.in: these routines might not have been available. * win/makefile.bc: * win/makefile.vc: * win/tclWinPort.h: * unix/configure: autoconf-2.59 | ||||
* | * generic/tclObj.c: remove superfluous #include of tclCompile.h | Miguel Sofer | 2007-10-11 | 2 | -2/+5 |
| | |||||
* | Tidying up, adding names to log entries, etc. | dkf | 2007-10-11 | 7 | -10493/+10040 |
| | |||||
* | Fix my silly blunder with an undeclared variable. | dkf | 2007-10-09 | 1 | -2/+3 |
| | |||||
* | Clarify a little more the previous correction for the Tcl_HashKeyType | georgeps | 2007-10-08 | 1 | -2/+2 |
| | | | | flags member. | ||||
* | Correct the usage of flags. | georgeps | 2007-10-08 | 2 | -2/+7 |
| | |||||
* | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 | hobbs | 2007-10-02 | 2 | -3/+9 |
| | | | | to make macro more warning-robust in unbraced if code. | ||||
* | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish | dgp | 2007-10-02 | 8 | -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. This | andreas_kupries | 2007-10-02 | 2 | -0/+6 |
| | | | | fixes [SF Bug 1806422] reported by Don Porter. | ||||
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 7 | -193/+440 |
| | |||||
* | fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1 | das | 2007-09-20 | 1 | -1/+4 |
| | |||||
* | fix order, typo, contributor names | das | 2007-09-20 | 1 | -9/+11 |
| | |||||
* | * changes: updates for 8.5b1 release. | dgp | 2007-09-20 | 2 | -6/+92 |
| | |||||
* | document --enable-dtrace configure option | das | 2007-09-20 | 1 | -1/+5 |
| | |||||
* | revised example | dgp | 2007-09-20 | 1 | -2/+2 |
| | |||||
* | * README: Bump version number to 8.5b1 | dgp | 2007-09-19 | 10 | -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: | ||||
* | formatting | dgp | 2007-09-19 | 1 | -9/+5 |
| | |||||
* | Replace isdigit call with an internal implementation to avoid libc linkage ↵ | patthoyts | 2007-09-19 | 2 | -2/+15 |
| | | | | on windows | ||||
* | Darwin changes for 8.5b1 | das | 2007-09-18 | 1 | -1/+20 |
| | |||||
* | * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() | dgp | 2007-09-18 | 3 | -4/+16 |
| | | | | | * win/makefile.vc: so that we don't need the C library linked in to libtclStub. | ||||
* | autoconf-2.59 | das | 2007-09-18 | 1 | -153/+297 |
| | |||||
* | fix quoting of new FreeBSD SHLIB_LD | das | 2007-09-18 | 1 | -1/+1 |
| | |||||
* | Add crt flags for tclStubLib now it makes use of C-library functions | patthoyts | 2007-09-17 | 2 | -2/+7 |
| | |||||
* | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries | jenglish | 2007-09-17 | 3 | -320/+170 |
| | | | | on current NetBSDs [#1749251]. | ||||
* | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is | dgp | 2007-09-17 | 2 | -2/+5 |
| | | | | included in the source code distribution. | ||||
* | * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 | dgp | 2007-09-17 | 4 | -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) | das | 2007-09-17 | 1 | -15/+27 |
| | |||||
* | coverity id 102 | das | 2007-09-17 | 1 | -13/+4 |
| | |||||
* | coverity id 100 | das | 2007-09-17 | 1 | -4/+4 |
| | |||||
* | Generate literal values more efficiently using TclNewLiteralStringObj macro. | dkf | 2007-09-17 | 5 | -53/+62 |
| | |||||
* | Minor cleanup of NULL usage | dkf | 2007-09-17 | 1 | -13/+16 |
| | |||||
* | Cleaned up formatting so that lines don't wrap on standard width terminals | dkf | 2007-09-17 | 1 | -731/+742 |
| | |||||
* | Do not error on warnings for amd64 symbols build. | patthoyts | 2007-09-17 | 1 | -4/+4 |
| | |||||
* | Default for 8.5 is threaded build | patthoyts | 2007-09-17 | 1 | -6/+6 |
| | |||||
* | * unix/tcl.m4: replace all direct references to compiler by ${CC} to | das | 2007-09-15 | 3 | -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] | dkf | 2007-09-14 | 2 | -2/+6 |
| | |||||
* | typo | das | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | typo | das | 2007-09-13 | 1 | -1/+1 |
| | |||||
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 15 | -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 internal | das | 2007-09-13 | 1 | -14/+41 |
| | | | | TclInfoFrame() for use by DTrace probes. | ||||
* | * unix/Makefile.in: Perform missing updates of the tcltest Tcl | dgp | 2007-09-12 | 3 | -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). | patthoyts | 2007-09-12 | 4 | -76/+223 |
| | |||||
* | * library/tcltest/tcltest.tcl: Accept underscores and colons in | dgp | 2007-09-11 | 4 | -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 of | dgp | 2007-09-11 | 4 | -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 scripts | Miguel Sofer | 2007-09-11 | 1 | -0/+4 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileDictCmd-update): | Miguel Sofer | 2007-09-11 | 4 | -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 the | Kevin B Kenny | 2007-09-11 | 2 | -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 being | hobbs | 2007-09-10 | 2 | -2/+14 |
| | | | | unlinked. [Bug 1740631] (maros) | ||||
* | * generic/tclCompile.c: fix tclInstructionTable entry for | Miguel Sofer | 2007-09-10 | 3 | -10/+11 |
| | | | | | | | dictUpdateEnd * generic/tclExecute.c: remove unneeded setting of 'cleanup' variable before jumping to checkForCatch. |