summaryrefslogtreecommitdiffstats
path: root/changes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | * changes: Update for 8.5.9 release.core_8_5_9dgp2010-09-081-2/+3
| | |
| * | * changes: Update for 8.5.9 release.dgp2010-09-011-2/+5
| | |
| * | * changes: Update for 8.5.9 release.dgp2010-08-241-4/+8
| | |
| * | * changes: Update for 8.5.9 release.uid375512010-08-051-1/+3
| | |
| * | * generic/tcl.h: Bump to 8.5.9 for release.dgp2010-08-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release.
| * | * changes: Update for 8.5.9 release.dgp2010-08-031-1/+61
| | |
| * | * changes: Update for 8.5.8 release.dgp2009-11-121-2/+10
| | |
| * | 2009-11-03 Andreas Kupries <andreask@activestate.com>dgp2009-11-041-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | * library/safe.tcl (::safe::InterpSetConfig): [Bug 2854929]. Added code to recursively find deeper paths which may contain modules. Required to handle modules with names like 'platform::shell', which translate into 'platform/shell-X.tm', i.e arbitrarily deep subdirectories.
| * | * changes: Update for 8.5.8 release.dgp2009-11-031-5/+25
| | |
| * | describe backported fixesferrieux2009-10-201-3/+3
| | |
| * | * changes: Update for 8.5.8 release.dgp2009-10-051-1/+48
| | |
| * | * changes: Update for 8.5.7 release.dgp2009-04-151-5/+5
| | |
| * | typosdgp2009-04-131-3/+3
| | |
| * | Darwin additionsdas2009-04-101-1/+5
| | |
| * | typosdgp2009-04-101-2/+2
| | |
| * | * changes: Update for 8.5.7 release.dgp2009-04-101-1/+42
| | |
| * | * changes: Update for 8.5.6 release.dgp2008-12-211-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/tclIndex: Removed reference to no-longer-extant procedure 'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net> Backport of 2008-11-26 commit from Kevin Kenny. * win/tclWinThrd.c (TclpThreadCreate): We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field while windows only fills it with a 32 bit value. The result is an inability to join the threads as the ids cannot be matched. Backport of 2008-10-13 commit from Pat Thoyts.
| * | * changes: Update for 8.5.5 release.dgp2008-10-101-1/+17
| | |
| * | * changes: Update for 8.5.4 release.dgp2008-08-121-1/+6
| | |
| * | typosdgp2008-08-081-3/+3
| | |
| * | Olson's tzdata2008eKevin B Kenny2008-08-081-1/+3
| | |
| * | * changes: Update for 8.5.4 release.dgp2008-08-081-1/+15
| | |
| * | Add test suite changes for 1999119 bug fix commit.dgp2008-06-251-1/+3
| | |
| * | * changes: Update for 8.5.3 release.dgp2008-06-251-2/+6
| | |
| * | another update for 8.5.3dgp2008-06-201-1/+3
| | |
| * | Solaris changes for 8.5.3das2008-06-201-1/+5
| | |
| * | * changes: Updates for 8.5.3 release.dgp2008-06-191-1/+23
| | |
* | | * changes: Updates for 8.6b2 release.andreas_kupries2010-11-101-1/+11
| | |
* | | * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries)dgp2010-11-041-4/+87
| | |
* | | tidy updgp2010-08-101-3/+2
| | |
* | | * changes: Updates for 8.6b2 release.dgp2010-08-091-1/+330
| | |
* | | * changes: Updates for 8.6b1 release.dgp2008-12-201-1/+71
| | |
* | | *** 8.6a3 TAGGED FOR RELEASE ***dgp2008-10-101-1/+82
| | | | | | | | | | | | * changes: Updates for 8.6a3 release.
* | | * changes: Updates for 8.6a2 release.core_8_6_a2dgp2008-08-221-2/+10
| | |
* | | * changes: Updates for 8.6a2 release.dgp2008-08-121-1/+6
| | |
* | | removed INCOMPAT flagdgp2008-08-081-3/+1
| | |
* | | * changes: Updates for 8.6a2 release.dgp2008-08-081-2/+44
| | |
* | | Advance 8.6a1 release tagdgp2008-06-251-1/+3
| | |
* | | * changes: Updates for 8.6a1 release.dgp2008-06-251-2/+6
| | | | | | | | | | | | * generic/tclOO.h: Bump to TclOO 0.5.
* | | * changes: Updates for 8.6a1 release.dgp2008-06-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInterp.c: Fixed completely boneheaded mistake that * tests/interp.test: [interp bgerror $slave] and [$slave bgerror] would always act like [interp bgerror {}]. [Bug 1999035]. * tests/chanio.test: Corrected flawed tests revealed by a -debug 1 * tests/cmdAH.test: -singleproc 1 test suite run. * tests/event.test: * tests/interp.test: * tests/io.test: * tests/ioTrans.test: * tests/namespace.test:
* | | Solaris, stubs changes for 8.6a1das2008-06-201-1/+9
| | |
* | | * changes: Updates for 8.6a1 release.dgp2008-06-191-1/+40
|/ /
* | * changes: Updated for 8.5.2 release.dgp2008-03-281-1/+5
| |
* | formattingdgp2008-03-261-5/+1
| |
* | * changes: Updated for 8.5.2 release.dgp2008-03-261-2/+20
| |
* | * changes: Updated for 8.5.2 release.dgp2008-03-131-2/+7
| |
* | * changes: Updated for 8.5.2 release.dgp2008-03-101-1/+39
| |
* | bump release datecore_8_5_1dgp2008-02-041-2/+2
| |
* | credit contributor an00naMiguel Sofer2008-01-301-1/+3
| |
* | * changes: Updated for 8.5.1 release.dgp2008-01-251-1/+21
| |