summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updating hypnotoad branchhypnotoadtne2014-09-0311-3402/+3183
|\
| * More tweaks to makefileshypnotoad2014-09-032-6/+8
| |
| * Merging in changes from Tclhypnotoad2014-09-0310-95/+106
| |\ | | | | | | | | | | | | | | | | | | Reduced the code necessary to bootstrap a shell to a single C call. Reduced the number of new stub entries to 1 Fixed a Makefile goof that was preventing kits from running properly.
| * | Backported dkf's documentation effort to the main core_zip_vfs branchhypnotoad2014-09-032-0/+123
| | |
* | | Clean up of docs, import basic text from comments in code, format.dkf2014-09-031-39/+114
| | |
* | | Merging in the "official" windows hang patchhypnotoad2014-09-024-1/+91
|\ \ \ | | |/ | |/|
| * | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is ↵ferrieux2014-09-021-11/+13
| | | | | | | | | | | | useless (just memory freeing). Superficially fixes [Bug 132fad6f]; that bug is still exerciseable thanks to recent additions to the test suite that exercise full finalization.
| * | Add test cases in very first position for hang-on-exit, both in (normal) ↵ferrieux2014-09-021-0/+41
| | | | | | | | | | | | quick-exit and TCL_FINALIZE_ON_EXIT=1 modes.
* | | Merging with fix_windows_ziphypnotoad2014-09-022-14/+51
|\ \ \
| * | | Fix for the cases where a dynamic build is usedfix_windows_zlibhypnotoad2014-09-022-14/+51
| | | |
* | | | Revised patch (per ferrieux)hypnotoad2014-09-021-1/+1
| | | |
* | | | Merging in changes from core_zip_vfshypnotoad2014-09-021-274/+86
|\ \ \ \ | | |_|/ | |/| |
| * | | Pared down tclZipVfs to eliminate #ifdef branches that we don't have to worryhypnotoad2014-09-021-274/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | about with a modern Tcl. Replaced dummy calls to VFS with NULL Where practical, replaced string-based Tcl IO calls with their new obj-based successors. (Tcl_FSOpenChannel, Tcl_FSStat, etc) Eliminated compiler warnings under Windows
* | | | Added a hac^H^H^Hpatch from ferrieux to mask around the exit hang on windows ↵hypnotoad2014-09-021-12/+13
| | | | | | | | | | | | | | | | | | | | until the issues are fixed at the core level.
* | | | Start of the "hypnotoad" branch, combining the various patches I'm testing hypnotoad2014-09-022-3136/+3288
|\ \ \ \ | |/ / / |/| / / | |/ / against.
| * | Patch to make the default behavior for Tcl under Windows to embed the Zlib hypnotoad2014-09-022-3136/+3288
| |/ | | | | sources rather than add a dependency to a dynamic zlib.dll
* | Rather than make a special executable, tclkits are now a copy of tclsh with ↵hypnotoad2014-09-022-9/+6
| | | | | | | | an attached zip file
* | Tweaking the Makefile instructions for Tclkits under unixhypnotoad2014-09-011-1/+1
| |
* | Squelch most warnings.dkf2014-09-011-278/+277
| |
* | Bring the source more into line with Tcl style.dkf2014-09-011-2034/+2321
| |
* | Merging in changes from core.hypnotoad2014-09-012-10/+6
|\ \ | |/
| * Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-012-10/+6
| |\ | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk
| | * Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵jan.nijtmans2014-09-012-8/+4
| | | | | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk.
* | | Tweaks to the Windows makefile.hypnotoad2014-09-011-4/+6
| | |
* | | Tweak the Windows implementation of Tcl_AppInit() to match Unixhypnotoad2014-09-011-1/+3
| | |
* | | Adding the ability for the Tcl core to build self-contained Zip-based ↵hypnotoad2014-09-0114-4/+2684
|/ / | | | | | | | | | | executables * Integrated a pure-C implementation of ZipVfs * Modified Tcl_AppInit() to look for a zipvfs mounted on the executable
* | Use TclpSys* macros, not direct system calls.dgp2014-08-291-8/+8
| |
* | [b9e1a3032e] Implement the documented method search order for TclOO.dkf2014-08-282-26/+158
| | | | | | This corrects the relative positions of object-defined methods and class mixins.
* | merge releasedgp2014-08-2715-17/+165
|\ \
| * \ merge trunk; update changesrc3core_8_6_2core_8_6_2_rcdgp2014-08-257-7/+211
| |\ \ | |/ / |/| |
* | | TIP 429 implementation. New command [string cat].dgp2014-08-256-7/+209
|\ \ \
| * \ \ merge trunktip_429ferrieux2014-08-1981-2811/+3072
| |\ \ \
| * | | | Fix comment inaccuracy.ferrieux2014-08-051-1/+1
| | | | |
| * | | | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking.ferrieux2014-08-051-20/+27
| | | | |
| * | | | Better organize [string cat] by chunks of 255 args.ferrieux2014-08-051-7/+9
| | | | |
| * | | | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a ↵ferrieux2014-08-051-16/+46
| | | | | | | | | | | | | | | | | | | | single push.
| * | | | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donalferrieux2014-08-051-31/+14
| | | | |
| * | | | Hum. Really merge trunk.ferrieux2014-08-041-0/+1
| |\ \ \ \
| * \ \ \ \ merge trunkferrieux2014-08-041-0/+2
| |\ \ \ \ \
| * | | | | | Tidy up the docsdkf2014-08-031-7/+12
| | | | | | |
| * | | | | | Don't use [pid] in tests, stick to constant literals.ferrieux2014-08-023-6/+8
| | | | | | |
| * | | | | | TIP 429 Implementation: [string cat]ferrieux2014-08-026-7/+180
| | | | | | |
* | | | | | | merge-markdgp2014-08-250-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | merge releasedgp2014-08-2511-18/+121
| |\ \ \ \ \ \
| | * | | | | | `make dist` allowed README-* fossil droppings to leak into the distribution.core_8_5_16core_8_5_16_rcdgp2014-08-251-1/+1
| | | | | | | |
| | * | | | | | merge 8.5; stamp release datedgp2014-08-224-22/+31
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Improved creditdgp2014-08-181-1/+1
| | | | | | | |
| | * | | | | | Reconcile changes file with 8.6.1.dgp2014-08-141-1/+1
| | | | | | | |
| | * | | | | | merge 8.5dgp2014-08-1413-0/+65
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge 8.5, update changesdgp2014-08-1392-2876/+3046
| | |\ \ \ \ \ \ \