summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge 8.7; Updated the package manifest by hand; was broken until then.dgp2018-03-151-2/+1
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Removing the standalone pkgIndex.tcl. There is enough stuff that needs to be hypnotoad2017-12-291-4/+21
* | | | | | Pulling changes from core-8-branchhypnotoad2017-12-291-6/+2
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Pulling changes from the last core-8-branch that doesn't cause a segfault in ...hypnotoad2017-11-281-37/+0
|\ \ \ \ \ \
* \ \ \ \ \ \ Pulling changes from core-8-branchhypnotoad2017-11-211-2/+2
|\ \ \ \ \ \ \
* | | | | | | | Added a package manifest to init to allow core distributed packages tohypnotoad2017-11-171-0/+4
| | | | | | | * merge core-8-branch. Also change some internal refCount's from int to size_t.jan.nijtmans2017-12-191-6/+2
| | | | | | | |\ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | No need any more to check for "Windows NT" here, since the minimum is XP now.jan.nijtmans2017-12-181-4/+1
| | | * | | | | merge core-8-6-branchjan.nijtmans2017-12-181-2/+1
| | | |\ \ \ \ \ | | |/ / / / / / | | | | | _ / / | | | | | / /
| | | * | | | (cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on ...jan.nijtmans2017-12-181-2/+2
| | | |/ / /
| | | | | * merge core-8-branchpspjuth2017-11-211-37/+0
| | | | | |\ | | | |_|_|/ | | |/| | |
| | * | | | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't r...jan.nijtmans2017-11-201-4/+23
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Changed math functions min and max to C implementations.pspjuth2017-11-191-37/+0
| | |/ / /
| | | | * merge core-8-branchjan.nijtmans2017-11-201-2/+2
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Fix error-message for min/math functions: "to" -> "for", for consistancy with...jan.nijtmans2017-11-201-2/+2
|/ / / /
| | | * Bump to 9.0a0dgp2017-11-031-1/+1
| |_|/ |/| |
* | | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
|\ \ \ | |/ /
| * | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in ...jan.nijtmans2017-09-141-1/+1
| * | merge 8.6dgp2017-06-261-22/+28
| |\ \
| * \ \ merge 8.6dgp2017-03-171-8/+3
| |\ \ \
| * | | | Start RC branch for Tcl 8.6.7dgp2017-03-101-1/+1
* | | | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-081-1/+1
* | | | | Release candidate branch for Tcl 8.7a1.dgp2017-08-101-1/+1
* | | | | Merge 8.6; Bump to TclOO 1.2.0.dgp2017-06-261-22/+28
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Try to make good stack trace. Fallback to making not-so-good stack trace.dgp2017-06-261-22/+28
| | |/ / | |/| |
* | | | Merge core-8-6-branch. This removes the work currently being done in "sebres-...jan.nijtmans2017-06-021-60/+36
|\ \ \ \ | |/ / /
* | | | merge core-8-6-branch (except: the "timerate" command and the clock performan...jan.nijtmans2017-05-311-3/+3
|\ \ \ \
| * | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-3/+3
* | | | | merge sebres-8-6-clock-speedupsebres2017-05-151-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | restored "-encoding utf-8" by source clock.tcl (lost by merging)sebres2017-05-121-1/+3
| | | | |
| \ \ \ \
*-. \ \ \ \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk cloc...sebres2017-05-111-32/+48
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Make 'clock' and 'encoding' into compilable ensembles that play with safe int...Kevin B Kenny2017-03-141-8/+3
| | |\ \ \ \ | | | |/ / /
| * | | | | auto-loading of ensemble and stubs on demand only (+ test covered now, see cl...sebres2017-05-111-29/+44
| * | | | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co...sebres2017-05-101-4/+11
| * | | | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-101-10/+10
| |\ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
* | | | | merge trunksebres2017-03-061-3/+23
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink....jan.nijtmans2017-02-141-2/+2
| * | | | TIP #459 remaining part of implementation. Makes "package require Tk" give th...jan.nijtmans2017-02-031-1/+20
| |\ \ \ \
| | * \ \ \ Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undoc...jan.nijtmans2017-01-051-6/+2
| | |\ \ \ \
| | * | | | | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function.jan.nijtmans2017-01-041-2/+22
| | * | | | | Fix safe.tcl test-cases: "source -nopkg" is not necessary here: "source" is a...jan.nijtmans2017-01-041-1/+1
| | * | | | | Merge trunk. First steps in eliminating "source -nopkg". Some test-cases stil...jan.nijtmans2017-01-041-0/+3
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Complete implementation, tests and documentationjan.nijtmans2016-11-281-1/+1
| | |/ / / /
| * | | | | Added assoc, ftype and move as auto_execok shell built-ins on Windows.ashok2017-01-281-2/+3
| |/ / / /
* | | | | "clock add" rewritten in C, using common functionality of "clock scan" (and f...sebres2017-01-101-1/+1
* | | | | clock.tcl: clean unused resp. obsolete commandssebres2017-01-101-1/+1
* | | | | [temp-commit]: format almost ready (missing some tokens)sebres2017-01-101-1/+1
* | | | | improve LocalizeFormat, internal caching of localized formats inside msgcat f...sebres2017-01-101-1/+1
* | | | | [temp-commit]: ClockFreeScan ready, test case passed (2 failure because of wr...sebres2017-01-101-1/+1
* | | | | [temp-commit]: ClockFreeScan almost ready, test-performance cases mergedsebres2017-01-101-1/+1