Unnamed Fossil Project

Timeline
Login

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

50 most recent check-ins

2018-08-13
09:38
Refresh configure.ac, Makefile.in, and tclconfig/tlc.m4. Leaf check-in: 9b4ec97929 user: yorick tags: master, trunk
2014-08-02
02:02
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: 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). check-in: 39d085b9ad user: kot tags: master, trunk
2012-11-07
18:39
TclX 8.4.1 Release check-in: f17de47338 user: andreas_kupries tags: master, 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: 7d8545da09 user: kot tags: master, 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: b3f7978b50 user: andreas_kupries tags: master, trunk
2008-06-29
23:53
Updated the msvc build files. Added windows version resource and dropped unused build files. check-in: 2de2931c1d user: patthoyts tags: master, trunk
23:51
fixed line endings check-in: 7936bc0785 user: patthoyts tags: master, trunk
2007-02-28
00:14
* unix/tclXunixPort.h: h_errno is a macro on AIX check-in: 2bd0a21939 user: hobbs tags: master, trunk
2006-01-26
00:30
update to TEA 3.5 check-in: 25d5779346 user: hobbs tags: master, 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: 3c1ee64a92 user: hobbs tags: master, trunk
2005-11-25
18:18
* library/pushd.tcl (pushd): correct dirs arg [Bug 1156134] and clean up some other code. check-in: 3b0ea0c06a user: hobbs tags: master, trunk
2005-11-21
18:54
correct () around cast check-in: 4aa2cdf9a9 user: hobbs tags: master, trunk
18:46
see changes check-in: 4064d56901 user: hobbs tags: master, trunk
18:39
* generic/tclXmath.c (TclX_MathInit): restrict to only add min/max expr funcs in <= 8.4 check-in: c0ab8bfcc7 user: hobbs tags: master, trunk
18:39
64-bit cast fix check-in: 4ff0f7095f user: hobbs tags: master, trunk
18:38
(TclX_CrangeObjCmd): 64-bit cast fix check-in: 6e1f1a4909 user: hobbs tags: master, trunk
18:37
protect scope of variables in init check-in: c756f1b8ef user: hobbs tags: master, trunk
2005-11-20
21:29
use bzip2 instead of gzip for default dist archive check-in: 7ddb66576b user: hobbs tags: master, trunk
20:09
note TclX 8.4.0 release date check-in: ffa7b02f85 user: hobbs tags: master, 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: ba25c3fe1a user: hobbs tags: master, trunk
19:58
correct dist target check-in: 4689db33d2 user: hobbs tags: master, trunk
2005-11-18
00:05
see changes check-in: a40e426041 user: hobbs tags: master, trunk
00:05
sample pure tcl readdir - not used check-in: 1fe177d38f user: hobbs tags: master, 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: 976daa2dd5 user: hobbs tags: master, trunk
00:01
* tests/cmdtrace.test (cmdtrace-3.2): remove errorInfo, as that varies between Tcl versions, but main error is correct. check-in: 8f2597cad6 user: hobbs tags: master, trunk
2005-11-17
23:56
* generic/tclXlist.c (TclX_LemptyObjCmd): simplify to force list conversion, but ignore errors on bad lists. check-in: 14fb60840b user: hobbs tags: master, trunk
23:55
(fmath-1.21): adjust for bignum math in 8.5 check-in: 181ed4c1f3 user: hobbs tags: master, 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: 883bceb2b3 user: hobbs tags: master, trunk
23:30
* unix/tclXunixPort.h: Correct INADDR_NONE define. [Bug 1242825] check-in: 1a9f1f57bc user: hobbs tags: master, 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: 2494855f0a user: hobbs tags: master, trunk
2005-07-12
19:03
* 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: 15a9305bb4 user: hobbs tags: master, 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: a6dd1e1ef5 user: hobbs tags: master, 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: 8f3d2e3a01 user: hobbs tags: master, trunk
22:33
tack extra srcdir on the front to fool stupid autoconf translation check-in: afb35e158d user: hobbs tags: master, 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: 2846a3aee1 user: hobbs tags: master, trunk
2005-03-28
23:38
* configure, configure.in: * Makefile.in (PKG_OBJECTS): add @LIBOBJS@ to needed objects. check-in: f28e8dbff4 user: hobbs tags: master, 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: 6de2ccc2c9 user: hobbs tags: master, trunk
19:34
* license.terms (new): minimal license terms file check-in: 882a7381e4 user: hobbs tags: master, trunk
19:32
* library/buildhelp.tcl (buildhelp): redir 2>/dev/null for exec col check. (das) check-in: 8a139945da user: hobbs tags: master, trunk
19:31
* unix/tclXunixPort.h: undef panic for __APPLE__ (das) check-in: 03dcee74a9 user: hobbs tags: master, trunk
00:52
changelog notes for last commit check-in: 34f87d8d2d user: hobbs tags: master, 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: 09daade4d0 user: hobbs tags: master, 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: 749d198343 user: hobbs tags: master, trunk
05:06
* generic/tclXkeylist.c (DeleteKeyedListEntry): fix hash consistency checks when missing cached entry. check-in: a0a1eb61e6 user: hobbs tags: master, trunk
05:04
* generic/tclXlib.c: remove trailing , in enum typdef check-in: 2034fbc402 user: hobbs tags: master, trunk
2005-03-19
01:16
use @AR@ for ar check-in: 2768158ec2 user: hobbs tags: master, 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: 8409c5abac user: hobbs tags: master, trunk
2005-02-07
17:05
* generic/tclXkeylist.c (FindKeyedListEntry): Moved a C99 specific variable declaration to the top of its block, making it C89 compatible. check-in: 488e0cc549 user: andreas_kupries tags: master, trunk
2005-02-04
01:41
* tests/keylist.test, generic/tclXkeylist.c: improve efficiency of keyed lists by layering a hash table over the existing linear list. This has significant performance improvements for larger lists. To avoid use of the hash table, add -DNO_KEYLIST_HASH_TABLE to your CFLAGS. check-in: 7b17354722 user: hobbs tags: master, trunk
01:36
update to pass 8.4 bcc changes check-in: 4efd2bbffb user: hobbs tags: master, trunk