1
I Use This!
Inactive

Commits : Listings

Analyzed 1 minute ago. based on code collected 9 minutes ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
support changed error msgs between 8.3 and 8.4 More... over 21 years ago
* configure: * tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp More... about 22 years ago
removed leftover installdirs dependency More... about 22 years ago
see ChangeLog More... about 22 years ago
whitespace changes More... about 22 years ago
* Makefile.in: correct install targets * configure: * configure.in: * tclconfig/tcl.m4: update to latest TEA base files More... about 22 years ago
prevent redefinition complaints More... about 22 years ago
use the generic select command definition More... about 22 years ago
(TclXNotAvailableError): use Tcl_AppendResult More... about 22 years ago
convert to use tcltest test command More... about 22 years ago
* generic/tclXselect.c: allow to compile on Windows as well (although select isn't supported). More... about 22 years ago
* generic/tclXgeneral.c (TclX_EchoObjCmd): use encoding aware functions in 8.1+. [Bug #514053] More... about 22 years ago
* generic/tclExtdInt.h: removed TclX_WriteStr, TclX_Eval and TclX_VarEval as they simply shadowed Tcl commands. Removed TclX_ShellExit (no longer needed). Updated files with Tcl equivs. * generic/tclExtend.h: * generic/tclXcmdloop.c: * generic/tclXdebug.c: * generic/tclXgeneral.c: * generic/tclXinit.c: * generic/tclXlib.c: * generic/tclXtest.c: * generic/tclXutil.c: More... about 22 years ago
* generic/tclXinitDSA.c (removed): * generic/tclXinitSA.c (removed): old Tcl plus patch files More... about 22 years ago
updated to note lack of shell stuff in 8.4 More... about 22 years ago
* tests/cmdtrace.test: * tests/dup.test: * tests/flock.test: * tests/help.test: * tests/process.test: * tests/signal.test: * tests/testlib.tcl: updated tests to use $::tcltest::tcltest instead of relying on TCL_PROGRAM. More... about 22 years ago
* configure: regened * configure.in: call SC_TCL_LINK_LIBS and add MATH_LIBS on unix. * tclconfig/tcl.m4: updated with TEA sample More... about 22 years ago
remove tclXinitLib.c More... about 22 years ago
updated to new TEA architecture More... about 22 years ago
* generic/tclExtend.h: removed all TkX references * generic/tclXcmdInit.c (removed): streamlined into tclXinit.c * generic/tclXinit.c: cleaned up TclX initialization * generic/tclXlibInit.c (removed): streamlined info tclXinit.c * generic/tclXshell.c (removed): shell functionality removed from 8.4+. More... about 22 years ago
minor cleanup More... about 22 years ago
* library/tclx.tcl: changed to force loading of most tclx runtime library files directly More... about 22 years ago
updated notes More... about 22 years ago
old cruft removed More... about 22 years ago
* unix/Common.mk.in (removed): * unix/Makefile.in (removed): * unix/Makefile.in.sub (removed): * unix/aclocal.m4 (removed): * unix/configure (removed): * unix/configure.in (removed): * unix/pkgIndex.tcl.in (removed): * unix/tcl.m4 (removed): * win/Makefile.in (removed): * win/aclocal.m4 (removed): * win/configure.in (removed): old cygwin make files removed More... about 22 years ago
no longer used More... about 22 years ago
* tests/shell.test (removed): the shell functionality of TclX is being removed in 8.4+ * tests/ucbtests.tcl (removed): old file * tests/*: revamp of test files to use tcltest 'test' command. More... about 22 years ago
restructure warnings More... over 22 years ago
first run at restructure for 8.4 More... over 22 years ago
* tcl/generic/tclXlib.c (MakeAbsFile): Replaced a call to the internal 'TclpGetCwd' with an access to the public API 'Tcl_GetCwd'. [457266]. Reported by Vincent Darley. More... over 22 years ago