summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cherrypicked typos, errors and clarifications from the ↵Torsten2024-09-025-8/+6
| | | | documentation-cleanup-for-transition branch (those marked as 'Fix:')
* Fix failure under -singleproc 1 testingdgp2024-08-211-0/+1
|
* Fix ↵jan.nijtmans2024-08-213-6/+6
| | | | [https://core.tcl-lang.org/tclconfig/info/14f0d2c9558caf67|14f0d2c9558caf67] (same mistake in Tcl as well)
* Fix [0af9450e56]: test incr-1.31 failsjan.nijtmans2024-08-203-14/+12
|
* Fix [6a8c5833c9]: NTFS alternate data streams (ADS) no longer readable writablejan.nijtmans2024-08-181-1/+1
|
* Adding a version was a bad ideajan.nijtmans2024-08-142-2/+2
|\
| * It looks like "Resources/Scripts" is needed as welljan.nijtmans2024-08-132-2/+2
|/
* Mark incr-1.31 testcase as "knownBug" in 8.6. Is not fixed yet on 64-bit ↵jan.nijtmans2024-08-131-1/+1
| | | | platforms.
* Fix indenting. Prevent Tcl 8.6 to load Tk 8.7 (when it goes final). Fix ↵jan.nijtmans2024-08-1310-7371/+15032
| | | | AC_PREREQ. See: [https://core.tcl-lang.org/tk/tktview/1562e10c58|1562e10c58]
* Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ↵culler2024-08-122-14835/+7178
|\ | | | | | | there are multiple versions. Rebuild unix/configure with autoconf 2.72
| * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ↵culler2024-08-122-14521/+6440
| | | | | | | | there are multiple versions. Update configure with autoconf 2.71.
* | amend to [e2f55d6060] (fix for [7179c6724cd38271]): wideint-type dependencysebres2024-08-121-0/+2
| |
* | merge fix for [7179c6724cd38271]: compilation of incr command on wide ↵sebres2024-08-122-2/+65
|\ \ | |/ |/| | | constant offset (no overflow) + test coverage
| * fixes [7179c6724cd38271]: compilation of incr command on wide constant ↵sebres2024-08-121-2/+11
| | | | | | | | offset (no overflow)
| * incr.test: added coverage for bug [7179c6724cd38271] (broken compile of incr ↵sebres2024-08-121-1/+57
| | | | | | | | by wide2int overflow of immutable constant)
* | Update Unicode tables to version 16 (in BETA, Unicode release will be Sept 10)jan.nijtmans2024-08-112-1123/+1168
| |
* | (cherry-pick): Make realclean/hose target consistent with clean with respect ↵jan.nijtmans2024-08-091-5/+37
| | | | | | | | to pkgs cleanup
* | An imperfect fix for [2da1cb0c80] given that can't do the right thingdkf2024-08-072-8/+46
| |
* | Force named namespaces to be made by TclOO. [154f0982f2]dkf2024-08-063-6/+34
|\ \
| * \ merge 8.6dkf2024-08-06116-1980/+2337
| |\ \ | |/ / |/| |
* | | add/document the zlib command to the set of commands in a safe interpreterjan.nijtmans2024-08-051-0/+1
| | |
* | | continuity of test namesdgp2024-07-301-2/+2
| | |
* | | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflateoehhar2024-07-301-1/+4
| | |
* | | tests/cmdAH.test: amend to [fd91b0ca09cb171f] - fixed typossebres2024-07-281-1/+1
| | |
* | | clock.test: more regression tests: clock-46.[56] cherry-picked from 8.7, ↵sebres2024-07-161-0/+19
| | | | | | | | | | | | clock-46.7 to illustrate regression [3ee8f1c2a785f4d8] (8.6 is not affected)
* | | Make [self] work inside [$obj eval]. [91b3a5bb14e6e8ae]dkf2024-07-153-1/+17
| | |
* | | Stop variable from disappearing by accident when referred to by name. ↵dkf2024-07-142-0/+19
| | | | | | | | | | | | [74b6110204]
* | | [info vars] test coverage for global vars resolvesebres2024-07-141-0/+22
| | |
* | | Tcl_RegisterObjType() in alphabetical order. Backport some formatting and ↵jan.nijtmans2024-07-031-93/+97
| | | | | | | | | | | | type-casts from 8.7/9.0
* | | info frame: restored return {type precompiled} in case of no frame ↵sebres2024-07-022-10/+14
| | | | | | | | | | | | information; see [0de6c1d79cfba2ea] for description
* | | fix crash [0de6c1d79c] more consistently (an error "bad level" for info ↵sebres2024-07-022-28/+11
| | | | | | | | | | | | instead of artifical dummy info)
* | | Fix for [0de6c1d79c] crash (cherry-picked from trunk)sebres2024-07-022-1/+33
| | |
* | | further attempt to fix [fd91b0ca09cb171f] (check whether some disk/driver ↵sebres2024-07-011-2/+18
| | | | | | | | | | | | may have 2038 problem)
* | | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-012-33/+36
| | |
* | | macos-11 is no longer available on GITHUB, so switch to macos-12jan.nijtmans2024-06-301-2/+2
| | |
* | | Fix docs for tcl::tm::roots - takes a single argument.apnadkarni2024-06-291-3/+3
| | |
* | | cmdAH.test: strengthening time64bit constraint (try to fix test failures ↵sebres2024-06-271-2/+2
| | | | | | | | | | | | [fd91b0ca09cb171f]), always prefer size of st_mtime if testsize available
* | | Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-214-22/+21
| | | | | | | | | | | | don't use it any more where misleading
* | | Fix wrong example: Should be "-translation binary" here, not "-encoding binary"jan.nijtmans2024-06-211-1/+1
| | |
* | | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in ↵sebres2024-06-192-3/+20
|\ \ \ | | | | | | | | | | | | safe interp too
| * | | typo in commentsebres2024-06-131-1/+1
| | | |
| * | | small amend cleaning var in testsebres2024-06-131-1/+1
| | | |
| * | | fixes [1095bf7f756f9aed]: safe ensemble commands will be compiled now in ↵sebres2024-06-131-3/+4
| | | | | | | | | | | | | | | | safe interp too
| * | | test illustrating [1095bf7f756f9aed]: safe ensemble commands must be ↵sebres2024-06-131-0/+16
| | | | | | | | | | | | | | | | compiled in safe interp
* | | | Backport some code cleanup from 8.7/9.0. Fix indentingjan.nijtmans2024-06-1812-410/+404
|/ / /
* | | Fix [1d26e580cf]: safe interp can't source files with BOMjan.nijtmans2024-06-131-0/+4
|\ \ \
| * | | Move BOM handling a few lines laterjan.nijtmans2024-06-121-4/+4
| | | |
| * | | Fix [1d26e580cf]: safe interp can't source files with BOM.jan.nijtmans2024-06-122-1/+5
| | | | | | | | | | | | (init.tcl has a BOM now, for testing purposes. Don't merge this to core-8-6-branch!)
* | | | Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-1313-66/+65
|/ / /
* | | Add METHOD headers to documentation. Other doc cleanup, backported from 8.7/9.0jan.nijtmans2024-06-123-49/+79
| | |