summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-183-4/+16
* 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
* * unix/Makefile.in: Update `make dist` so that tclDTrace.d isdgp2007-09-172-2/+5
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-174-5/+77
* (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
* 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/tclCmdIL.c: factor our core of InfoFrameCmd() into internaldas2007-09-131-14/+41
* * unix/Makefile.in: Perform missing updates of the tcltest Tcldgp2007-09-123-6/+12
* 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
* * doc/package.n: Restored the functioning ofdgp2007-09-114-213/+87
* Changelog incompat warning for precompiled scriptsMiguel Sofer2007-09-111-0/+4
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-114-21/+44
* * generic/tclExecute.c: Corrected an off-by-one error in theKevin B Kenny2007-09-112-3/+31
* * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-102-2/+14
* * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-103-10/+11
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-104-65/+51
* 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
* Correct stack effect value in table.dgp2007-09-091-2/+2
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-096-66/+86
* * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separatedgp2007-09-092-7/+21
* * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-082-7/+9
* Fix [Bug 1786481]dkf2007-09-084-22/+90
* * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-073-14/+74
* * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-072-2/+10
* * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-074-35/+37
* header cleanupdgp2007-09-072-4/+3
* * generic/tclInterp.c (Tcl_Init): Removed constraint on abilitydgp2007-09-062-3/+7
* * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-069-41/+135
* typodas2007-09-061-2/+2
* * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained supportdas2007-09-067-127/+77
* discontinue support for Xcode 1.5 (project was no longer being maintained); m...das2007-09-062-7845/+2561
* replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXT...das2007-09-062-7/+7
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-054-43/+18
* correct autoconf/autoheader dependenciesdas2007-09-051-9/+8