summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sync with tk fixing tk install faultpatthoyts2007-10-121-1/+2
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-125-109/+188
* no messagedavygrvy2007-10-121-0/+6
* * win/makefile.vc: Fixed my bad spelling mistakes from years back.davygrvy2007-10-121-6/+5
* 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
* * 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
* 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
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-028-12/+23
* * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. Thisandreas_kupries2007-10-022-0/+6
* 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
* formattingdgp2007-09-191-9/+5
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts2007-09-192-2/+15
* Darwin changes for 8.5b1das2007-09-181-1/+20
* * 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