summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* merge updates from 8.5 branch core_stabilizer_branchdgp2008-06-301-2/+2
|
* * generic/tcl.h: Bump to 8.5.3 for release.dgp2008-06-253-5/+5
| | | | | | | | | | | | | | | | | | * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.3 release. * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base to interact nicely with each other, * library/init.tcl: enabling requiring Tcl Modules in safe * tests/safe.test: interpreters. Fixes [Bug 1999119].
* merge updates from 8.5 branchdgp2008-06-257-52/+374
|
* merge updates from HEADdgp2008-03-272-2/+2
|
* merge updates from HEADdgp2008-03-261-3/+3
|
* merge updates from HEADdgp2008-03-133-29/+29
|
* merge updates from HEADdgp2008-03-137-168/+174
|
* merge updates from HEADdgp2008-03-101-2/+2
|
* merge updates from HEADdgp2008-03-0711-469/+250
|
* merge udpates from HEADdgp2008-02-042-5/+5
|
* Bump stabilizer branch to 8.5.1.dgp2008-01-233-5/+5
|
* merge updates from HEADdgp2008-01-235-23/+23
|
* merge updates from HEADdgp2007-12-101-6/+13
|
* merge updates from HEADdgp2007-12-042-4/+8
|
* merge updates from HEADdgp2007-11-262-15/+52
|
* Merge updates from 8.5b3 releasedgp2007-11-216-34/+35
|
* merge updates from HEADdgp2007-11-167-558/+1068
|
* merge updates from HEADdgp2007-11-126-90/+221
|
* merge updates from HEADdgp2007-10-273-5/+2
|
* merge updates from HEADdgp2007-10-193-8/+4
|
* merge updates from HEADdgp2007-10-161-5/+18
|
* merge updates from HEADdgp2007-10-155-26/+5
|
* Merge updates from HEAD, thendgp2007-10-024-6/+10
| | | | | | | | | | | | | | | [core-stabilizer-branch] * README: Bump version number to 8.5.0 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* merge updates from HEADdgp2007-09-192-24/+12
|
* merge updates from HEADdgp2007-09-171-2/+2
|
* merge updates from HEADdgp2007-09-174-88/+85
|
* merge updates from HEADdgp2007-09-144-10/+293
|
* merge updates from HEADdgp2007-09-071-2/+1
|
* merge updates from HEADdgp2007-09-062-27/+19
|
* merge updates from HEADdgp2007-09-041-2/+2
|
* merge updates from HEADdgp2007-09-041-2/+2
|
* merge updates from HEADdgp2007-09-041-3/+5
|
* merge updates from HEADdgp2007-09-0418-837/+1159
|
* merge updates from HEADdgp2007-07-031-75/+1
|
* merge updates from HEADdgp2007-07-011-6/+2
|
* merge updates from HEADdgp2007-06-211-3/+3
|
* merge updates from HEADdgp2007-06-124-26/+44
|
* merge updates from HEADdgp2007-06-041-1/+2
|
* merge updates from HEADdgp2007-05-308-1061/+1065
|
* [core-stabilizer-branch] dgp2007-05-223-5/+5
| | | | | | | | | | | | | * unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README: Bump version number to 8.5b1 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in:
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-183-5/+5
| | | | | | | | | | | | | | | | | * win/configure: * README: Bump version number to 8.5a7 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections * tests/info.test: that continued to support the deprecated * tests/mathop.test: {expand} syntax. Updated the few remaining users of that syntax in the test suite.
* Convert to using ANSI function definitions.dkf2007-05-027-1066/+1058
|
* * unix/Makefile.in: add 'tclsh' dependency to install targets that relydas2007-04-301-6/+6
| | | | on tclsh, fixes parallel 'make install' from empty build dir.
* * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix ↵das2007-04-251-17/+19
| | | | autoheader bits.
* * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist.das2007-04-251-2/+3
|
* * unix/Makefile.in (dist): add platform library package to src disthobbs2007-04-241-9/+7
|
* * unix/configure.in: install license.terms into Tcl.framework.das2007-04-232-1/+3
| | | | * unix/configure: autoconf-2.59
* * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic.das2007-04-231-4/+4
|
* * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open()das2007-04-232-18/+35
| | | | * unix/tclUnixInit.c: without FTS_NOSTAT on 64bit Darwin 8 or earlier.
* Replaced commas in varargs with string concatenation where possible [Patch ↵Kevin B Kenny2007-04-202-6/+6
| | | | 1515234]