summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_deleted_functions.cpp
stat options
Period:
Authors:

Commits per author per week (path 'Tests/CompileFeatures/cxx_deleted_functions.cpp')

AuthorW43 2024W44 2024W45 2024W46 2024Total
Total00000
3044'>bug_1493a43044 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authormdejong <mdejong>2005-07-25 01:17:02 (GMT)
committermdejong <mdejong>2005-07-25 01:17:02 (GMT)
commiteb02536e79e9a0ada6a15791221f37b803ab6bb9 (patch)
tree4722e407cd750d0845b376973ac0958ebea7ef2d /win
parent7f920790d8f824c489075223c18017f9656bb717 (diff)
downloadtcl-eb02536e79e9a0ada6a15791221f37b803ab6bb9.zip
tcl-eb02536e79e9a0ada6a15791221f37b803ab6bb9.tar.gz
tcl-eb02536e79e9a0ada6a15791221f37b803ab6bb9.tar.bz2
* unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):
* win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): Split confused search for tclsh on PATH and build and install locations into two macros. SC_PROG_TCLSH searches just the PATH. SC_BUILD_TCLSH determines the name of the tclsh executable in the Tcl build directory. [Tcl bug 1160114] [Tcl patch 1244153]