50 most recent check-ins that include changes to files matching 'kitdll/*'
2011-05-28
| ||
23:59 | Merged trunk changes into branch check-in: ddf9f18c93 user: rkeene tags: pluggable | |
2011-05-26
| ||
16:28 | Merged in branch "merge-kitdll-kitsh-common" to trunk check-in: ad3a66af0b user: rkeene tags: trunk | |
2011-05-23
| ||
10:53 | Integrated KitDLL into KitSH check-in: a1a14e0aba user: rkeene tags: merge-kitdll-kitsh-common | |
2011-05-20
| ||
05:50 | First set of merges from KitDLL to KitSH check-in: 55cb9f600a user: rkeene tags: merge-kitdll-kitsh-common | |
2011-05-19
| ||
23:00 |
Updated to try harder to look for a working Tcl interpreter for building KitDLL
Updated to return in failure if installvfs fails check-in: 3f354ca762 user: rkeene tags: trunk | |
18:04 | Merged trunk check-in: b7c6c8232c user: rkeene tags: merge-kitdll-kitsh-common | |
2011-03-07
| ||
07:02 | Updated to weaken symbols from non-Tcl/Tk related libraries in KitDLL check-in: af522d011f user: rkeene tags: trunk | |
2010-10-06
| ||
07:06 | Updated to support building Mk4tcl dynamically when building KitDLL, but falling back to building statically. check-in: 76ec61a413 user: rkeene tags: trunk | |
02:52 | Updated to include Zlib headers if we found Zlib library for KitDLL check-in: 5518df71a4 user: rkeene tags: trunk | |
2010-10-05
| ||
17:49 | Added zlib support to KitDLL (fixing test 13-zip for KitDLL) check-in: 966a87d8d1 user: rkeene tags: trunk | |
16:58 | Began adding zlib to KitDLL check-in: db7ab5ff29 user: rkeene tags: trunk | |
2010-10-04
| ||
18:25 | Fixed order of whole-archive checking since GNU ld will succeed and ignore options check-in: 2eebe5c20b user: rkeene tags: trunk | |
18:20 | Updated to support Solaris method of specifying the whole archive check-in: d68d005c05 user: rkeene tags: trunk | |
2010-10-03
| ||
21:03 | Updated KitDLL to support loading Mk4tcl check-in: e65eeb202c user: rkeene tags: trunk | |
19:09 | Updated KitDLL to load the vfslib, to make vfs::zip work check-in: 64818401f4 user: rkeene tags: trunk | |
2010-10-02
| ||
09:30 | Updated to statically link to libz if possible check-in: 13e2385169 user: rkeene tags: trunk | |
08:58 |
Updated to set runtime linker path on drivers to "." rather than pwd
Updated setting runtime linker path to use more compatible option check-in: c77d16728b user: rkeene tags: trunk | |
06:58 | Fixed determination of encoding from system in KitDLL check-in: 015d254dbe user: rkeene tags: trunk | |
05:46 | Updated KitDLL to sometimes link against Tcl and Tk stubs, if needed check-in: 3cc0a3a464 user: rkeene tags: trunk | |
04:02 | Updated to rename Win32 libraries to more windows-specific names check-in: 491345c1fd user: rkeene tags: trunk | |
03:02 | Updated to support a limit on how much seeking is done looking for a zip header check-in: acdc36a7e0 user: rkeene tags: trunk | |
2010-10-01
| ||
23:46 | Renamed library built by KitDLL to include version number by default check-in: fe17341989 user: rkeene tags: trunk | |
20:20 |
Updated to mount vfs::zip VFS from DLL into /.KITDLL_USER
Updated to mount vfs::zip VFS from application into /.KITDLL_APP Minor cleanup and added comments check-in: e98c176999 user: rkeene tags: trunk | |
04:41 | Updated to link DLL and wish/tclsh against tkbase.res.o from Wish if building Tk check-in: 83003c57a9 user: rkeene tags: trunk | |
2010-09-30
| ||
17:35 | Fixed issue with reading binary files from KitDLL VFS check-in: 69535ebd14 user: rkeene tags: trunk | |
16:20 | Updated to cleanup wish if built check-in: dc8f5f22bf user: rkeene tags: trunk | |
16:19 | Fixed issue with globbing a single file or directory check-in: b358be54cd user: rkeene tags: trunk | |
09:25 |
Added Tk support
Added wish test driver Fixed issue with stripping KitDLL Minor cleanup check-in: 2dbaa7246a user: rkeene tags: trunk | |
08:26 | Renamed KitDLL library from libtcl to libtclkit check-in: bec59f252e user: rkeene tags: trunk | |
08:20 |
Updated to support Registry and DDE packages on Win32, and to support the
Thread package
Added support for exporting all symbols to the DLL on Win32 check-in: d903137347 user: rkeene tags: trunk | |
06:39 |
Updated KitDLL to search for libraries to link to from other projects
Added KitDLL prepartion and checking to pre-release initialization script check-in: 4f4058fd40 user: rkeene tags: trunk | |
06:24 |
Fixed KitDLL Build script to correctly create VFS directory before calling
make
Added KitDLL cleaning to main kitcreator top-level build script Updated to allow KitDLL to ship check-in: f547179798 user: rkeene tags: trunk | |
05:54 | Added kitdll top-level build script check-in: f05f6abdf1 user: rkeene tags: trunk | |
05:43 | Added missing file from previous commit check-in: 381f0a779a user: rkeene tags: trunk | |
05:43 | Reorganized Makefile so object files are not specified in multiple places check-in: c321bdebc8 user: rkeene tags: trunk | |
05:38 | Renamed test driver "tclsh" check-in: 742f8f4178 user: rkeene tags: trunk | |
05:35 |
Fixed test driver to call initialization routine -- changed to tclsh.
Updated to support determing encoding from environment Removed debugging printfs/puts check-in: 8fde0c7fbf user: rkeene tags: trunk | |
2010-09-29
| ||
23:19 | Updated clean target check-in: 50190b3c1d user: rkeene tags: trunk | |
23:16 | Updated clean target check-in: 660a5d0fd1 user: rkeene tags: trunk | |
23:15 |
Created GNU autoconf script for KitDLL
Made KitDLL build a shared object Added test driver check-in: b11b735302 user: rkeene tags: trunk | |
2010-09-26
| ||
19:39 | Removed stringify code check-in: 6e66345ea7 user: rkeene tags: trunk | |
04:51 | Removed extraneous code in VFS code (kitdll) check-in: 57bb916b04 user: rkeene tags: trunk | |
04:51 | Updated to create loadable filesystem by including C-Tcl interface when creating C version of directory tree (dir2c) check-in: e4de9a2934 user: rkeene tags: trunk | |
04:51 | Removed Tcl implementation of getData check-in: 2e1961564b user: rkeene tags: trunk | |
04:51 |
Implemented vfs::kitdll::data::getData
Fixed references to Tcl_SetResult() to use TCL_STATIC as freeProc check-in: a85a20ac7a user: rkeene tags: trunk | |
04:51 |
Got KitDLL storage into workable state
Renamed some files for consistency Added basic Makefile check-in: 424322801f user: rkeene tags: trunk | |
04:51 |
Fixed typo in matchindir
Added missing seek check-in: f44cf7fbe1 user: rkeene tags: trunk | |
04:50 | Initial dir2c.tcl check-in: 1471135306 user: rkeene tags: trunk | |
04:50 |
Removed partial symlink implementation from KitDLL
Reorganized KitDLL code check-in: a9fb6a2bd7 user: rkeene tags: trunk | |
04:50 | Fixed issue with glob of top dir check-in: cc20ec9009 user: rkeene tags: trunk | |