1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change the implementation of profile-command to use the official Tcl-core API-calls instead of trampling internal data-structures directly. Such trampling simply does not work with 8.6 and annoys Tcl-developers to no end:
kot
More... over 9 years ago
TclX 8.4.1 Release More... over 11 years ago
Fix a crash in profile.test, when built against Tcl-8.5.x
kot
More... over 14 years ago
* generic/tclExtdInt.h: Handle TIP#336 addition of API to access * generic/tclXgeneral.c: interp->errorLine. * generic/tclXlib.c: More... over 15 years ago
Updated the msvc build files. Added windows version resource and dropped unused build files.
Pat Thoyts
as patthoyts
More... almost 16 years ago
fixed line endings
Pat Thoyts
as patthoyts
More... almost 16 years ago
* unix/tclXunixPort.h: h_errno is a macro on AIX More... about 17 years ago
update to TEA 3.5 More... about 18 years ago
* tclconfig/tcl.m4, configure: update to TEA 3.4 * configure.in: remove 'rename' check (no longer used) More... over 18 years ago
* library/pushd.tcl (pushd): correct dirs arg [Bug 1156134] and clean up some other code. More... over 18 years ago
correct () around cast More... over 18 years ago
see changes More... over 18 years ago
* generic/tclXmath.c (TclX_MathInit): restrict to only add min/max expr funcs in <= 8.4 More... over 18 years ago
64-bit cast fix More... over 18 years ago
(TclX_CrangeObjCmd): 64-bit cast fix More... over 18 years ago
protect scope of variables in init More... over 18 years ago
use bzip2 instead of gzip for default dist archive More... over 18 years ago
note TclX 8.4.0 release date More... over 18 years ago
* README: updated readme and install notes to TclX 8.4 std. * unix/INSTALL: Windows nmake makefile still needs fixing, but * unix/INSTALL.generic (removed): TEA-based system works across * win/INSTALL.txt, win/makefile.vc: the board. * win/common.bc, win/makefile.bc, win/makefile.vc.sub (removed): More... over 18 years ago
correct dist target More... over 18 years ago
see changes More... over 18 years ago
sample pure tcl readdir - not used More... over 18 years ago
* tests/keylist.test: * generic/tclXkeylist.c (DeleteKeyedListEntry): keep hash entries in sync even if the deleted item was not in the hash. More... over 18 years ago
* tests/cmdtrace.test (cmdtrace-3.2): remove errorInfo, as that varies between Tcl versions, but main error is correct. More... over 18 years ago
* generic/tclXlist.c (TclX_LemptyObjCmd): simplify to force list conversion, but ignore errors on bad lists. More... over 18 years ago
(fmath-1.21): adjust for bignum math in 8.5 More... over 18 years ago
* configure, configure.in, tclconfig/tcl.m4: updated to 3.3, support for Solaris 5.10 and amd64 64-bit builds. More... over 18 years ago
* unix/tclXunixPort.h: Correct INADDR_NONE define. [Bug 1242825] More... over 18 years ago
* generic/tclXselect.c: use unsigned int on Windows for fd type, as that is what Windows expects. Not strictly correct, but select usage on Windows is iffy anyways. More... over 18 years ago
* generic/tclExtdInt.h (TclXOSGetSelectFnum): use int for fd * unix/tclXunixOS.c (TclXOSGetSelectFnum): (reverses change from * win/tclXwinOS.c (TclXOSGetSelectFnum): 2005-04-26) as TclX * generic/tclXselect.c: uses -1 in handles to indicate unused fd for select. More... almost 19 years ago