summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* no messagedavygrvy2007-10-121-0/+6
|
* * win/makefile.vc: Fixed my bad spelling mistakes from years back.davygrvy2007-10-121-6/+5
| | | | Dedependency, duh! Rather funny.
* autoheader-2.59das2007-10-121-6/+0
|
* comment typodas2007-10-121-2/+2
|
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-1114-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.hMiguel Sofer2007-10-112-2/+5
|
* Tidying up, adding names to log entries, etc.dkf2007-10-117-10493/+10040
|
* Fix my silly blunder with an undeclared variable.dkf2007-10-091-2/+3
|
* 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].