summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* resolution of ticket [75291b89b3]Torsten2024-08-061-3/+3
|
* resolution of ticket [7db9574a06]Torsten2024-08-062-8/+15
|
* also change zipfs.3 to match the resolution of ticket [b9f3ff8fe6]Torsten2024-08-051-8/+12
|
* resolution of ticket [b9f3ff8fe6]Torsten2024-08-052-15/+19
|
* zipfs mount_data -> mountdataapnadkarni2024-08-055-28/+28
|
* Make zipfs inaccessible to safe interps. See bug [a47b587499]apnadkarni2024-08-055-16/+22
|\
| * document zipfs as hidden command in interp.nTorsten2024-08-051-1/+1
| |
| * Bug [a47b587499]. zipfs in safe interpsapnadkarni2024-08-044-12/+21
| |
* | correct wrong comment about safe subcommands, don't make zipfs a package ↵Torsten2024-08-032-4/+1
| | | | | | | | anymore (ticket [b9f3ff8fe6])
* | branch for tickets related to the zipfs commandTorsten2024-08-030-0/+0
|/
* merge releasedgp2024-07-314-11/+18
|\
| * merge trunkdgp2024-07-312-3/+4
| |\ | |/ |/|
* | Fix gcc -Wclobbered warnings. Thanks, Gustafapnadkarni2024-07-311-2/+2
| |
* | Minor changelog edits - missing new commands, getdefault->getwithdefaultapnadkarni2024-07-311-1/+2
| |
| * Plug memory leak in format-19.4.1dgp2024-07-301-0/+6
| |
| * test hygienedgp2024-07-301-1/+2
| |
| * merge trunk and dup test namesdgp2024-07-303-12/+15
| |\ | |/ |/|
* | merge 8.7dgp2024-07-301-1/+1
|\ \
| * \ merge 8.6dgp2024-07-301-1/+1
| |\ \
| | * | continuity of test namesdgp2024-07-301-2/+2
| | | |
* | | | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflateoehhar2024-07-301-1/+4
|\ \ \ \ | |/ / /
| * | | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflateoehhar2024-07-301-1/+4
| |\ \ \ | | |/ /
| | * | [3adf9e3a] Document argument bufferSize of Tcl_ZlibInflateoehhar2024-07-301-1/+4
| | | |
| | | * merge trunkdgp2024-07-308-24/+47
| | | |\ | |_|_|/ |/| | |
* | | | Minor fix - Add TCL_ZIP_FILE definition to nmake makefile to be consistent ↵apnadkarni2024-07-301-1/+3
| | | | | | | | | | | | | | | | with autoconf build
* | | | Add foreachLine, readFile, writeFile to NAMES so they show up in html indexapnadkarni2024-07-291-1/+1
| | | |
* | | | merge 8.7sebres2024-07-291-2/+2
|\ \ \ \ | |/ / /
| * | | doc/clock.n: cherry-pick from apn-clock-now, [cd257619] Change -now to now ↵sebres2024-07-291-2/+2
| | | | | | | | | | | | | | | | in clock ensemble
* | | | Merge 8.7 - Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfilesapnadkarni2024-07-292-1/+18
|\ \ \ \ | |/ / /
| * | | Fix [7d5f1c1308] - zipfs mkzip error on Windows dotfilesapnadkarni2024-07-292-1/+18
| | | |
* | | | merge 8.7sebres2024-07-284-21/+25
|\ \ \ \ | |/ / /
| * | | closes [cd25761979]: `clock format` and `clock add` will accept `now` as ↵sebres2024-07-283-20/+24
| | | | | | | | | | | | | | | | clock value (value `-now` retained to compat reasons to earlier versions and tclclockmod, undocumented at the moment)
| * | | merge 8.6sebres2024-07-281-1/+1
| |\ \ \ | | |/ /
| | * | tests/cmdAH.test: amend to [fd91b0ca09cb171f] - fixed typossebres2024-07-281-1/+1
| | | |
* | | | Correct syntax error in doc/clock.noehhar2024-07-261-1/+1
| | | |
| | | * typo in documentation escape sequencedgp2024-07-251-1/+1
| | | |
| | | * Create release branchdgp2024-07-240-0/+0
| |_|/ |/| |
* | | Add missing documentation for -validate option to clock scanapnadkarni2024-07-231-2/+13
| | |
* | | Improve in-code doc of some fields of structs in tcl.h and tclInt.hdkf2024-07-232-39/+71
| | |
* | | Missing guard against NULL interp.dgp2024-07-221-2/+6
| | |
* | | Minor doc correction to mcloadedlocales syntaxapnadkarni2024-07-221-2/+2
| | |
* | | Merge 8.7dkf2024-07-183-1/+17
|\ \ \ | |/ /
| * | Merge 8.6 branchdkf2024-07-183-1/+17
| |\ \ | | |/
| | * 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
| | |
* | | [91b3a5bb14] msgcat method: catch oo resolution to at least not to failoehhar2024-07-182-18/+43
|\ \ \ | |/ /
| * | [91b3a5bb14] msgcat method: catch oo resolution to at least not to failoehhar2024-07-182-18/+43
| |\ \
| | * | [91b3a5bb14] msgcat method: same changes as in branch ↵oehhar2024-07-182-18/+43
| | | | | | | | | | | | | | | | "ticket-91b3a5bb14-msgcat-oo-method", but based on core-8-branch
* | | | merge 8.7sebres2024-07-164-19/+42
|\ \ \ \ | |/ / /
| * | | clock: better fix for validation check for scanned day of week in input ↵sebres2024-07-164-19/+42
| | | | | | | | | | | | | | | | | | | | (normalized input value after scan, Sun is always 7 now); more tests for valid days of weeks covering also format scan with different weekday formats (%a, %u, %w)