TclX

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2017-03-13
17:42
Modifications to include functions provided by odielib Leaf check-in: 67e610f64d user: tne tags: toadkit
2017-03-09
18:06
Merging changes that were made on github with the version that was checked out of CVS on sourceforge. Comment from github: 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: http://core.tcl.tk/tcl/tktview/cd82cec7ce46a55af099b32b798398a78a505ef4 It thus became possible to use profile with 8.6 and all test-cases succeeded except for two (4.2 and 4.4), which were failing because ::error is an internal, that's not subject to profiling in 8.6. So the test is now changed too to not expect ::error, when the $tcl_version is 8.6 (or higher). Mikhail Teterin committed on Aug 1, 2014 Leaf check-in: 607e80008b user: tne tags: trunk
2015-10-15
22:32
Updated the shed spec check-in: cfe6664b4b user: hypnotoad tags: trunk
2015-09-26
02:53
Updated the SHED check-in: 3f3bed554d user: hypnotoad tags: trunk
02:41
Added a SHED definition check-in: f3906aa3c6 user: hypnotoad tags: trunk
2012-11-07
18:39
TclX 8.4.1 Release check-in: c161ae4b75 user: andreas_kupries tags: trunk
2009-10-13
19:28
Fix a crash in profile.test, when built against Tcl-8.5.x See bug 1925400 at: https://sourceforge.net/tracker/index.php?func=detail&aid=1925400&group_id=13247&atid=113247 check-in: 53cd13a725 user: kot tags: trunk
2008-12-15
20:00
* generic/tclExtdInt.h: Handle TIP#336 addition of API to access * generic/tclXgeneral.c: interp->errorLine. * generic/tclXlib.c: check-in: 0f1e32f495 user: andreas_kupries tags: trunk
2008-06-29
23:53
Updated the msvc build files. Added windows version resource and dropped unused build files. check-in: 7506afd9d5 user: patthoyts tags: trunk
23:51
fixed line endings check-in: 9af9051d37 user: patthoyts tags: trunk
2007-02-28
00:14
* unix/tclXunixPort.h: h_errno is a macro on AIX check-in: edfe87c10a user: hobbs tags: trunk
2006-01-26
00:30
update to TEA 3.5 check-in: 73ef6af3d2 user: hobbs tags: trunk
2005-12-02
21:07
* tclconfig/tcl.m4, configure: update to TEA 3.4 * configure.in: remove 'rename' check (no longer used) check-in: 7a6b596d69 user: hobbs tags: trunk
2005-11-25
18:18
* library/pushd.tcl (pushd): correct dirs arg [Bug 1156134] and clean up some other code. check-in: 52deace235 user: hobbs tags: trunk
2005-11-21
18:54
correct () around cast check-in: 348d9ea622 user: hobbs tags: trunk, TCLX_8_4_0
18:46
see changes check-in: e1b32cceac user: hobbs tags: trunk
18:39
* generic/tclXmath.c (TclX_MathInit): restrict to only add min/max expr funcs in <= 8.4 check-in: 4cc62c8051 user: hobbs tags: trunk
18:39
64-bit cast fix check-in: 012907bc71 user: hobbs tags: trunk
18:38
(TclX_CrangeObjCmd): 64-bit cast fix check-in: d00f4be5f3 user: hobbs tags: trunk
18:37
protect scope of variables in init check-in: 5413cc3a0a user: hobbs tags: trunk
2005-11-20
21:29
use bzip2 instead of gzip for default dist archive check-in: 3b1827e22a user: hobbs tags: trunk
20:09
note TclX 8.4.0 release date check-in: f352add168 user: hobbs tags: trunk
19:58
* 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): check-in: 1704f63ed2 user: hobbs tags: trunk
19:58
correct dist target check-in: b5b75d33b9 user: hobbs tags: trunk
2005-11-18
00:05
see changes check-in: 5061f66500 user: hobbs tags: trunk
00:05
sample pure tcl readdir - not used check-in: 5d3ace3db6 user: hobbs tags: trunk
00:01
* tests/keylist.test: * generic/tclXkeylist.c (DeleteKeyedListEntry): keep hash entries in sync even if the deleted item was not in the hash. check-in: f25ad3ee26 user: hobbs tags: trunk
00:01
* tests/cmdtrace.test (cmdtrace-3.2): remove errorInfo, as that varies between Tcl versions, but main error is correct. check-in: 224720991f user: hobbs tags: trunk
2005-11-17
23:56
* generic/tclXlist.c (TclX_LemptyObjCmd): simplify to force list conversion, but ignore errors on bad lists. check-in: 18dbab8ac9 user: hobbs tags: trunk
23:55
(fmath-1.21): adjust for bignum math in 8.5 check-in: e4b2fb1005 user: hobbs tags: trunk
2005-10-07
23:30
* configure, configure.in, tclconfig/tcl.m4: updated to 3.3, support for Solaris 5.10 and amd64 64-bit builds. check-in: 469e063bd4 user: hobbs tags: trunk
23:30
* unix/tclXunixPort.h: Correct INADDR_NONE define. [Bug 1242825] check-in: 39eb310eab user: hobbs tags: trunk
2005-07-27
22:31
* 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. check-in: ad380fb512 user: hobbs tags: trunk
2005-07-12
19:02
* 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. check-in: 6542195b8f user: hobbs tags: trunk
2005-07-08
00:44
* unix/tclXunixOS.c (TclXOSWalkDir): undef readdir as Tcl 8.4 did ifdef'ery that was unnecessary and screwed up threaded builds. check-in: 248759c627 user: hobbs tags: trunk
2005-07-07
22:33
* unix/tclXunixOS.c (TclXOSWalkDir): use TclOSreaddir if possible, as regular readdir isn't thread/64-bit-aware. check-in: 5696f80267 user: hobbs tags: trunk
22:33
tack extra srcdir on the front to fool stupid autoconf translation check-in: 17d341c7ad user: hobbs tags: trunk
2005-04-26
20:01
* generic/tclXbsearch.c (ReadAndCompare): Fix Tcl_Tell return casts * generic/tclXdup.c (DupFileChannel): as it take Tcl_WideInt, * generic/tclXfilescan.c (ScanFile): but off_t is long on Win. * generic/tclXselect.c (ParseSelectFileList): * generic/tclExtdInt.h (TclXOSGetSelectFnum): take unsigned int * unix/tclXunixOS.c (TclXOSGetSelectFnum): for fd * win/tclXwinOS.c (TclXOSGetSelectFnum): (TclXOSftruncate): fix cast from Tcl_Tell check-in: c4ac1906e7 user: hobbs tags: trunk
2005-03-28
23:38
* configure, configure.in: * Makefile.in (PKG_OBJECTS): add @LIBOBJS@ to needed objects. check-in: 277379ffaa user: hobbs tags: trunk
2005-03-25
19:59
* configure, configure.in: AC_PROG_LN_S no longer needed * tests/help.test: correct help tests to use correct help dir * Makefile.in: doc target cleanup (das) Add helpclean target and make help not rebuild always. Add TCLX_HELP_DIR to TCLSH_ENV. check-in: c07db5a411 user: hobbs tags: trunk
19:34
* license.terms (new): minimal license terms file check-in: b7e0048b6e user: hobbs tags: trunk
19:32
* library/buildhelp.tcl (buildhelp): redir 2>/dev/null for exec col check. (das) check-in: 4c0538592e user: hobbs tags: trunk
19:31
* unix/tclXunixPort.h: undef panic for __APPLE__ (das) check-in: 59001bf1e9 user: hobbs tags: trunk
00:52
changelog notes for last commit check-in: 4d066505eb user: hobbs tags: trunk
00:50
* Makefile.in, tclconfig/tcl.m4: Get AIX wide int type right. * configure, configure.in: Use 'tclx' PACKAGE_NAME, but load 'Tclx'. check-in: b4617aef41 user: hobbs tags: trunk
2005-03-24
05:11
* Makefile.in, tclconfig/tcl.m4: Update to TEA 3.2, refactoring * configure, configure.in: some #defines. Still needs to have header usage on AIX checked, where 'kill' in tclXsignal is crashing the test suite. * pkgIndex.tcl.in, tclconfig/ChangeLog (removed): * generic/tclXinit.c: use TEA3 define names (PACKAGE_*) * generic/tclXselect.c: remove NO_SYS_SELECT_H, rely on HAVE_SYS_SELECT_H from tcl's tclUnixPort.h * win/tclXwinPort.h: remove NO_SYS_SELECT_H define * unix/tclXunixPort.h: remove NO_FLOOR_PROTO_ check check-in: 3ab9209d95 user: hobbs tags: trunk
05:06
* generic/tclXkeylist.c (DeleteKeyedListEntry): fix hash consistency checks when missing cached entry. check-in: 6330c02cd8 user: hobbs tags: trunk
05:04
* generic/tclXlib.c: remove trailing , in enum typdef check-in: 66c0616211 user: hobbs tags: trunk
2005-03-19
01:16
use @AR@ for ar check-in: b298cfb9d2 user: hobbs tags: trunk
2005-03-16
23:48
* generic/tclXmath.c: add ability to handle wide values in min/max math functions and commands. Merged TclX_MinFunc and TclX_MaxFunc into TclX_MinMaxFunc. check-in: 53ee202ea9 user: hobbs tags: trunk