summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-1029-297/+354
|\
| * merge markdkf2020-11-090-0/+0
| |\
| | * Copied build control files for Github Actions from 8.7dkf2020-11-093-1/+70
| * | Github Actions seem to be workingdkf2020-11-094-1/+85
| |\ \
| | * \ Merge 8.7dkf2020-11-086-6/+162
| | |\ \ | | |/ / | |/| |
| * | | TIP 582: Comments in Expressionsdkf2020-11-086-6/+162
| |\ \ \
| | * \ \ Merge 8.7dkf2020-11-0160-521/+538
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-10-24333-3461/+6322
| | |\ \ \ \
| | * | | | | Tricky case in function calls.dkf2020-08-242-3/+46
| | * | | | | Added two test casesdkf2020-08-241-0/+11
| | * | | | | Added documentationdkf2020-08-221-0/+8
| | * | | | | Implementation of TIP 582: comments in expressionsdkf2020-08-225-3/+97
| | | | | * | Added badges to READMEdkf2020-11-081-3/+9
| | | | | * | Added experimental Windows CI build instructionsdkf2020-11-082-0/+37
| | | | | * | Updated arrangementdkf2020-11-082-2/+42
| | | | | * | Updated READMEdkf2020-11-071-0/+1
| | | | | * | Updated workflow namedkf2020-11-071-1/+1
| | | | | * | Added basic github action starterdkf2020-11-071-0/+37
| | |_|_|/ / | |/| | | |
| * | | | | Merge 8.6jan.nijtmans2020-11-064-4/+13
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test whic...jan.nijtmans2020-11-062-2/+11
| | * | | | Merge jn-module-names. Sorry Don, but this is 100% compatible!jan.nijtmans2020-11-065-12/+9
| | |\ \ \ \
| * | \ \ \ \ Deprecate the (internal) functions TclGuessPackageName/TclGetLoadedPackages f...jan.nijtmans2020-11-0613-268/+71
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa...jan.nijtmans2020-11-063-8/+5
| | |/ / /
* | | | | Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-0696-231/+243
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Vary dltest package names for test purposesjan.nijtmans2020-11-044-17/+17
| * | | | Undo experimental unrelated changesjan.nijtmans2020-11-033-4/+4
| * | | | Correct casing in some error-messagesjan.nijtmans2020-11-032-5/+21
| * | | | Case-sensitive package namesjan.nijtmans2020-11-03102-314/+315
|/ / / /
* | | | Merge 8.6jan.nijtmans2020-10-303-18/+18
|\ \ \ \ | |/ / /
| * | | Simplify testcases using "incr"jan.nijtmans2020-10-303-57/+57
* | | | Merge 8.6jan.nijtmans2020-10-3044-288/+294
|\ \ \ \ | |/ / /
| * | | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-3047-597/+600
* | | | Merge 8.6jan.nijtmans2020-10-295-12/+16
|\ \ \ \ | |/ / /
| * | | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-296-12/+28
| |\ \ \
| | * | | 3 new testcasesjan.nijtmans2020-10-291-0/+12
| | * | | Update TZ info to tzdata2020d.jan.nijtmans2020-10-2913-239/+426
| | * | | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-294-7/+15
| | * | | Slight tweak to previous commit: Move definition of __USE_MINGW_ANSI_STDIO to...jan.nijtmans2020-10-292-5/+1
* | | | | [11229bad5f] Fix the bytecode compiler for [string insert].dgp2020-10-272-1/+8
|\ \ \ \ \
| * | | | | Use TCL_ERROR to signal inability to compile.dgp2020-10-271-1/+1
| * | | | | [11229bad5f] New test to demonstrate the bug.dgp2020-10-271-0/+7
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2020-10-262-5/+5
|\ \ \ \ \ | |/ / / /
| * | | | Revert changes in previous commit to clock.n and lassign.njan.nijtmans2020-10-262-5/+5
* | | | | Update TZ info to tzdata2020d (via merge).José Ignacio Marín2020-10-262-188/+188
|\ \ \ \ \ | |/ / / /
| * | | | Update TZ info to tzdata2020d.José Ignacio Marín2020-10-262-188/+188
* | | | | Merge 8.6jan.nijtmans2020-10-2611-37/+37
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-2612-35/+35
* | | | Merge 8.6jan.nijtmans2020-10-231-2/+2
|\ \ \ \ | |/ / /
| * | | Fix warning: /home/jboss/workspace/tcl8.7/generic/tclIO.c:9997:27: warning: w...jan.nijtmans2020-10-231-2/+2
* | | | TIP #587: One place more where TCL_CFGVAL_ENCODING should fall back to utf-8jan.nijtmans2020-10-221-5/+1