summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Add missing test files. A partial fix for bug [31c54e6a591ea].griffin2023-11-161-0/+8
* | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-11-157-2/+332
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | TIP #670: Simple Extra Procedures for File Accessdkf2023-11-146-1/+331
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | swap foreachLine argument order in testsdkf2023-05-311-19/+26
| | * | | | | | | | | | | | Swapped foreachLine arg order, improved docsdkf2023-05-314-7/+11
| | * | | | | | | | | | | | Get return stack correct when doing [return -code error] in the bodydkf2023-05-301-0/+3
| | * | | | | | | | | | | | fix whitespacedkf2023-05-301-1/+1
| | * | | | | | | | | | | | start of test casesdkf2023-05-301-1/+196
| | * | | | | | | | | | | | Added docsdkf2023-05-301-0/+37
| | * | | | | | | | | | | | Basic implementation of TIP 670dkf2023-05-294-0/+84
* | | | | | | | | | | | | | Missing/broken test constraintsdgp2023-11-143-54/+59
* | | | | | | | | | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No add...oehhar2023-11-132-5/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. Now, t...oehhar2023-11-132-5/+98
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence i...oehhar2023-11-132-8/+54
| | * | | | | | | | | | | | | bug [c4eb46a1]: fix was effective for test sequence "A\xC3B", but not for "A\...oehhar2023-11-121-2/+21
| | * | | | | | | | | | | | | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding ...oehhar2023-11-122-5/+33
* | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-11-132-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a compiler-er...jan.nijtmans2023-11-131-4/+10
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF...jan.nijtmans2023-11-136-76/+15
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | TIP #657: Make "-profile strict" the default in Tcl 9.0jan.nijtmans2023-11-1324-234/+406
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Rebase to latest 9.0jan.nijtmans2023-11-1024-234/+406
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge mainoehhar2023-11-02117-2534/+2928
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Undo changes in tclVar.c: no longer necessaryjan.nijtmans2023-09-291-13/+1
| | * | | | | | | | | | | | | | Merge 9.0. Make stderr channel -profile replacejan.nijtmans2023-09-297-75/+233
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Improve error-message, in case of encoding error in stderr channeljan.nijtmans2023-09-281-8/+25
| | * | | | | | | | | | | | | | | Rebase to 9.0. Error-message improvementjan.nijtmans2023-09-2825-231/+409
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-09-2825-232/+397
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | 3 places where TCLFSENCODING is not appropricate (use system-encoding, not ut...jan.nijtmans2023-09-152-3/+3
| | | | * | | | | | | | | | | | | | | Rebase to 9.0jan.nijtmans2023-09-1223-230/+385
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-08-3023-230/+385
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-07-2823-230/+385
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0. Add more filname encoding checksjan.nijtmans2023-07-2725-241/+397
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-07-217-35/+200
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | | | | | | More Tcl_UtfToExternalDStringEx usage, for encoding-error checkingjan.nijtmans2023-07-201-1/+14
| | | | | | | | * | | | | | | | | | | | | | | | Make "cd" encoding-error-awarejan.nijtmans2023-07-202-3/+8
| | | | | | | | * | | | | | | | | | | | | | | | Rebase to 9.0jan.nijtmans2023-07-1924-233/+301
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | | | | | | Somewhat better error-reportingjan.nijtmans2023-07-191-5/+13
| | | | | | | | | * | | | | | | | | | | | | | | | Merge 9.0jan.nijtmans2023-07-1921-109/+190
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | * | | | | | | | | | | | | | | | | Use "strict" in almost all commands. Only "glob" and environment variables ar...core-tip-657-candidatejan.nijtmans2023-07-149-75/+211
| | | | | | | | | * | | | | | | | | | | | | | | | | Rebase to 9.0jan.nijtmans2023-07-1411-127/+34
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-07-0411-128/+35
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to 9.0jan.nijtmans2023-06-1311-130/+34
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-06-12102-44934/+5050
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge-markjan.nijtmans2023-05-090-0/+0
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-05-0924-372/+435
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Remove more ... to be split off in separate TIP'sjan.nijtmans2023-05-056-104/+66
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Tcl_InputEncodingError() -> TclInputEncodingError. It will be split off in a ...jan.nijtmans2023-05-047-23/+10
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | Merge 9.0jan.nijtmans2023-05-045-7/+38
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Some int -> Tcl_Size. Remove unnecessary knownBug constraintjan.nijtmans2023-05-043-4/+4
| | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | | | Rebase to latest 9.0jan.nijtmans2023-05-0422-227/+155
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \