summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix gcc warning. Add knownBug constraint to zipfs list (only showed in ↵apnadkarni2023-09-252-2/+2
| | | | non-embedded config)
* Bug [02acab5aea] - zipfs file exists and stat fixesapnadkarni2023-09-253-57/+202
|\
| * Merge 8.7apnadkarni2023-09-254-91/+117
| |\
| * | Fix file exist for zipfsapnadkarni2023-09-253-22/+22
| | |
| * | Merge 8.7apnadkarni2023-09-256-80/+307
| |\ \
| * | | Minor refactor for globbing zipfsapnadkarni2023-09-221-12/+24
| | | |
| * | | Fix file stat,exists for zipfs intermediate pathsapnadkarni2023-09-211-59/+21
| | | |
| * | | Start on various bugs related to zipfs paths.apnadkarni2023-09-211-23/+194
| | | |
* | | | Re-build libtommath v1.2.1 for i686jan.nijtmans2023-09-251-0/+0
| |_|/ |/| |
* | | zipfs attribute testsapnadkarni2023-09-251-1/+20
| | |
* | | some more int -> Tcl_Sizejan.nijtmans2023-09-252-84/+89
| | |
* | | Move CHANNEL_*BUFFERED (internal) flags to higher bits: prevent any ↵jan.nijtmans2023-09-251-6/+8
| |/ |/| | | | | possibility for conflicts with public flags TCL_ENCODING_STOPONERROR|TCL_ENCODING_NO_TERMINATE|TCL_ENCODING_CHAR_LIMIT
* | More tests for zipfsapnadkarni2023-09-242-27/+210
| |
* | Bug [4645658689] - zipfs file truncation with open r+apnadkarni2023-09-232-53/+107
| |
* | Fix test contraint "bbe7c6ff9e"jan.nijtmans2023-09-221-4/+2
| |
* | Merge 8.6 - Bug [0aaeb9c380]apnadkarni2023-09-221-0/+1
|\ \
| * | Bug [0aaeb9c380]. Fix spurious tcltest output on hyphenated constraintsapnadkarni2023-09-221-0/+1
| | |
* | | Merge 8.6jan.nijtmans2023-09-211-1/+1
|\ \ \ | |/ /
| * | Fix [dd54ac5323]: fileSystem.test: Set moreThanOneDrive constraint correctlyjan.nijtmans2023-09-211-1/+1
| | |
* | | Merge 8.6jan.nijtmans2023-09-212-5/+5
|\ \ \ | |/ /
| * | Fix testcase for [00655c867e] (making it independent from timezone)jan.nijtmans2023-09-211-3/+3
| | |
| * | Fix [47902ec47a]: ThreadSafeLocalTime(): remove redundant localtime() calljan.nijtmans2023-09-211-1/+1
| | |
| * | Fix [e368ba6683]: ThreadSafeLocalTime(): check if localtime_r() encountered ↵jan.nijtmans2023-09-211-1/+1
| | | | | | | | | | | | error
* | | Disable zipfs password tests for macos. Unix, Windows pass. See [bbe7c6ff9e]apnadkarni2023-09-211-16/+7
| |/ |/|
* | Eliminate utf16 test-constraint. Add some testcases (backported/adapted from ↵jan.nijtmans2023-09-203-16/+48
| | | | | | | | 9.0)
* | Handle TCL_TRACE_OLD_STYLE being deprecatedjan.nijtmans2023-09-203-22/+38
| |
* | Constrain tests to account for difference between Unix, MingW and MacOs ↵apnadkarni2023-09-201-4/+4
| | | | | | | | build configuration for --disable-shared
* | Eliminate "tip389" constraint. Mark 3 test-cases knownBug [e262613233]jan.nijtmans2023-09-201-5/+4
| |
* | eliminate use of "utf32" constraint: no longer necessaryjan.nijtmans2023-09-201-8/+7
| |
* | Fix compilation with CFLAGS=-DTCL_NO_DEPRECATEDjan.nijtmans2023-09-201-1/+1
| |
* | Bug [a288e2003b] - file normalize broken for zipfs.apnadkarni2023-09-204-15/+115
| |
* | Bugs [14db54d81e], [6183f535c89]. Glob and find on zipfs rootapnadkarni2023-09-192-22/+53
| |
* | Fix gcc warningjan.nijtmans2023-09-191-1/+1
| |
* | Bug [4c686f1f0a] - zipfs mount on /apnadkarni2023-09-192-4/+6
| |
* | Bug [d056ee6d30] - zipfs list returns invalid pathsapnadkarni2023-09-182-4/+8
|\ \
| * | Directory depth calculation assumed zipfs root at /, not //zipfs:/apnadkarni2023-09-182-4/+8
| | |
| * | Create new branch named "bug-d056ee6d30"apnadkarni2023-09-180-0/+0
| | |
* | | Allow larger values for "binary encode base64 -maxlen". Add some more testcasesjan.nijtmans2023-09-183-2/+14
|/ /
* | silence compiler warning about uninitialized variabledgp2023-09-181-1/+1
| |
* | int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() staticjan.nijtmans2023-09-183-143/+165
| |
* | int -> Tcl_Size (where appropriate)jan.nijtmans2023-09-182-103/+103
| |
* | Fix [3d3124d01d]: failures with -ftrapv compiler optionjan.nijtmans2023-09-182-3/+3
|\ \
| * | 3 more places where -wtrapv errors are triggered running the test-suitejan.nijtmans2023-09-152-3/+3
| | |
* | | Backport [891a74b941]: format %#d not consistent with other radix prefixes ↵jan.nijtmans2023-09-181-6/+2
| | | | | | | | | | | | or TIP 472 description
* | | Remove test constraint bug-b3c7429255apnadkarni2023-09-171-2/+2
| | |
* | | Fix [3f9f494cc1] zipfs timezone tests.apnadkarni2023-09-171-2/+9
|\ \ \
| * | | Use local time in tests for zip timestampsapnadkarni2023-09-171-2/+9
|/ / /
* | | merge-markjan.nijtmans2023-09-160-0/+0
|\ \ \ | | |/ | |/|
| * | cleanup format.testjan.nijtmans2023-09-161-20/+11
| | |
* | | Bug [b6f7cee65c] - nmake not testing zip based tcl libraryapnadkarni2023-09-161-3/+5
| | |