summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Tweaks to buildcore_zip_vfs_c_encoderhypnotoad2014-11-151-0/+4
* Added the C implementation of the zipvfs encoder that was originally bundled ...hypnotoad2014-11-152-4/+13
* For the feature branch we now enable Zip file functions for all shells in Uni...hypnotoad2014-11-152-47/+23
* Tweak to delete the tclzsh.vfs directory before the rm -rf tclvfs* statementhypnotoad2014-11-131-1/+1
* Merging in changes from trunkhypnotoad2014-11-135-4/+9
|\
| * Merged latest trunk work (especially changes to eof handling) into the RC.andreask2014-11-061-0/+5
| |\
| | * Add test-case for previous commit, which shows that when trying to open a fil...jan.nijtmans2014-11-031-0/+5
| | |\
| | | * Add test-case for previous commit, which shows that when trying to open a fil...jan.nijtmans2014-11-031-0/+5
| | | * Bump to 8.5.17dgp2014-10-103-3/+3
| | | * Better pic flag for OpenBSD.stwo2014-09-162-2/+16
| | | * Change one '#ifdef' to '#if defined()' for improved consistency within the file,stwo2014-09-081-1/+1
| * | | merge trunkdgp2014-10-181-6/+26
| |\ \ \ | | |/ /
| * | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.dgp2014-10-144-4/+4
* | | | Fixes to allow a standard tclsh build to do the zip file encoding, instead of hypnotoad2014-10-211-2/+2
* | | | Replaced calls to zip with calls to the new pure-tcl zipfile encoder embeddedhypnotoad2014-10-211-10/+5
* | | | Renamed "tclkit" to "tclzsh"hypnotoad2014-10-201-29/+29
* | | | Added a "_bare" stage to capture the kit executable before the VFS is wrapped...hypnotoad2014-10-191-6/+11
* | | | Update the zipvfs implementation with additional code from both Odie and hypnotoad2014-10-192-4/+10
* | | | Bringing in the latest fixes from trunkseandeelywoods2014-10-191-6/+26
|\ \ \ \ | | |/ / | |/| |
| * | | fconfigure -peername and -sockname return empty string while async connect ru...oehhar2014-10-171-6/+26
| |\ \ \ | | |/ / | |/| |
| | * | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-...oehhar2014-09-261-7/+27
| |/ /
* | | Merge with trunkhypnotoad2014-09-221-4/+7
|\ \ \ | |/ /
| * | Added a script-readable bytecode disassembler in tcl::unsupported.dkf2014-09-201-4/+7
| |\ \
| | * \ merge trunkdkf2014-09-143-13/+6
| | |\ \
| | * \ \ merge trunkdkf2014-08-305-5/+6
| | |\ \ \
| | * \ \ \ merge trunkKevin B Kenny2014-08-025-30/+27
| | |\ \ \ \
| | * \ \ \ \ merge trunkKevin B Kenny2014-06-2912-154/+461
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkdkf2014-02-081-10/+11
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge trunkdkf2014-02-033-7/+26
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge trunkdkf2014-01-098-179/+264
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge trunkdkf2013-09-208-11/+13
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunkdkf2013-08-226-110/+188
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-07-078-82/+40
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ merge trunkdkf2013-06-193-12/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Move the disassembler to its own file.dkf2013-06-111-4/+7
* | | | | | | | | | | | | | | Merge from trunkhypnotoad2014-09-192-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Better pic flag for OpenBSD.stwo2014-09-162-2/+16
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Walked back modifications to tclConfig.sh.intne2014-09-171-28/+0
* | | | | | | | | | | | | | Added a "make tclkit" to makefilehypnotoad2014-09-161-2/+4
* | | | | | | | | | | | | | Modified the makefile to produce a distinct name for a kit depending on whetherhypnotoad2014-09-151-5/+12
* | | | | | | | | | | | | | The unix build has been pared down to the minimum hooks required to build ahypnotoad2014-09-154-5055/+13676
* | | | | | | | | | | | | | Developed an improved bootloader built around TclSetPreInitScript. The new bo...hypnotoad2014-09-122-12/+52
* | | | | | | | | | | | | | Add Static library link instructions to tclConfig.shcore_zip_vfs_statichypnotoad2014-09-094-20/+101
* | | | | | | | | | | | | | Instead of statically compiling the Tclkit executable straight fromhypnotoad2014-09-094-13672/+4982
* | | | | | | | | | | | | | Added the tclkit binaries to installhypnotoad2014-09-091-1/+3
* | | | | | | | | | | | | | Preliminary checkin for Windows tclkit buildshypnotoad2014-09-061-11/+3
* | | | | | | | | | | | | | New build process for Tcl kits in Unix (Windows port to follow...)hypnotoad2014-09-062-11/+108
* | | | | | | | | | | | | | Updating to the latest trunkhypnotoad2014-09-051-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Remove unused macros.dgp2014-09-051-3/+0
* | | | | | | | | | | | | | Removed a typohypnotoad2014-09-041-1/+0