summaryrefslogtreecommitdiffstats
path: root/tests/config.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-02-101-1/+1
|\
| * Fix pkgconfig-1.1 testcase for static buildsjan.nijtmans2021-02-101-2/+2
| |
| * Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-081-1/+1
| | | | | | | | other external packages)
* | Merge 8.7jan.nijtmans2020-12-131-3/+3
|\ \ | |/
| * Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-3/+3
| | | | | | | | whenever reasonable.
* | Fix testcasejan.nijtmans2020-09-291-2/+2
|/
* Merge 8.6jan.nijtmans2020-09-041-1/+1
|\
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+2
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
| |
* | Update the config.test with new keys needed for zipfshypnotoad2017-12-161-1/+1
|/
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ | | | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| | | | | | more harm than good. Purged them.
* | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-3/+3
|/
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-5/+5
| | | | | | relevant to users. [Patch 1056864] Also patches to core to take advantage of this Also other general cleaning up of Tcl_WrongNumArgs usage
* Standardize whitespace handlingdkf2004-05-191-20/+1
|
* * generic/tcl.decls: Ported the changes from theandreas_kupries2003-06-091-0/+81
* generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test: