| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SunOS 4 is no longer supported | jan.nijtmans | 2024-10-16 | 1 | -5/+0 |
| |\ | |||||
| | * | SunOS 4 is no longer supported | jan.nijtmans | 2024-10-16 | 1 | -5/+0 |
| | | | |||||
| * | | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 1 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 1 | -3/+3 |
| | | | |||||
| | * | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, ↵ | jan.nijtmans | 2024-01-12 | 1 | -4/+4 |
| | |\ | | | | | | | | | | because it's part of the UTF16 compatibility layer | ||||
| * | \ | Merge 8.7 | jan.nijtmans | 2022-10-27 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | merge 8.6 | dgp | 2022-10-27 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Revised fix to the -singleproc 1 issue in load.test | dgp | 2022-10-27 | 1 | -3/+3 |
| | | | | |||||
| | | * | In a -singleproc 1 test run, [info loaded] can report libraries brought in | dgp | 2022-10-27 | 1 | -2/+2 |
| | | | | | | | | | | by other test files. Protect the tests that care about that. | ||||
| | | * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend ↵ | jan.nijtmans | 2021-05-20 | 1 | -16/+16 |
| | | | | | | | | | | | | | lowercase package names. Let's provide good examples then. | ||||
| * | | | Merge 8.7. Remove "string bytelength" completely. Also fix some TIP #595 ↵ | jan.nijtmans | 2021-04-30 | 1 | -25/+25 |
| |\ \ \ | |/ / | | | | | | | leftover testcases, which were skipped | ||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-04-07 | 1 | -8/+8 |
| |\ \ \ | |/ / | |||||
| | * | | A few more Package -> Library renamings (testcases only) | jan.nijtmans | 2021-04-07 | 1 | -8/+8 |
| | | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-04-07 | 1 | -31/+31 |
| |\ \ \ | |/ / | |||||
| | * | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to ↵ | jan.nijtmans | 2021-04-07 | 1 | -31/+31 |
| | | | | | | | | | | | | | Tcl_StaticLibrary, Tcl_PackageInitProc to Tcl_LibraryInitProc and Tcl_PackageUnloadProc to Tcl_LibraryUnloadProc. Adapt documentation, mentioning that the old names are now deprecated. | ||||
| * | | | Merge 8.7 | jan.nijtmans | 2021-03-22 | 1 | -9/+9 |
| |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 1 | -10/+10 |
| |\ \ | |/ | |||||
| | * | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve ↵ | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
| | | | | | | | | | documentation, describing better what this argument does. | ||||
| * | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -14/+14 |
| |\ \ | |||||
| | * \ | Lesser TIP #590 implementation: Only package renaming, no code changes | jan.nijtmans | 2020-11-06 | 1 | -14/+14 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Vary dltest package names for test purposes | jan.nijtmans | 2020-11-04 | 1 | -9/+9 |
| | | | | |||||
| | | * | Correct casing in some error-messages | jan.nijtmans | 2020-11-03 | 1 | -2/+2 |
| | | | | |||||
| | | * | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -34/+34 |
| | |/ | |||||
| * | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
| | | | |||||
| * | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵ | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
| |/ | | | | whenever reasonable. | ||||
| * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -59/+61 |
| | | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
| | | |||||
| * | expand test constraints of the load-8.x test cases (wrap setup ↵ | sebres | 2017-03-07 | 1 | -9/+16 |
| | | | | | prerequirements as new constraint "teststaticpkg_8.x") | ||||
| * | [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe. | dkf | 2016-07-16 | 1 | -19/+35 |
| | | |||||
| * | Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new ↵ | jan.nijtmans | 2013-10-10 | 1 | -0/+6 |
| | | | | | test-case which makes the problem visible on UNIX as well. | ||||
| * | fix failing test | jan.nijtmans | 2012-12-07 | 1 | -1/+1 |
| | | |||||
| * | Finish the TIP #416 implementation as specified (#define's were still ↵ | jan.nijtmans | 2012-11-07 | 1 | -0/+3 |
| | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename. | ||||
| * | syntax improvement: expect options before the filename | jan.nijtmans | 2012-10-24 | 1 | -9/+9 |
| | | | | <p>start at documentation | ||||
| * | experimental implementation of FRQ-3579001 | jan.nijtmans | 2012-10-24 | 1 | -7/+10 |
| | | |||||
| * | fix load-9.1 test case, when testing using tcltest86.dll | jan.nijtmans | 2012-07-30 | 1 | -1/+1 |
| | | |||||
| * | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | |\ | | | | | | | more harm than good. Purged them. | ||||
| | | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | | more harm than good. Purged them. | ||||
| | | * | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | issues with loading from memory on intel and 64bit; add debug messages. * tests/load.test: add test load-10.1 for loading from vfs. | ||||
| | | * | * tests/load.test (load-2.3): adopted fix for failure on darwin | das | 2004-09-14 | 1 | -3/+4 |
| | | | | | | | | | | | | | from HEAD. | ||||
| * | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: | ||||
| * | | | Fix tests with known dependencies on hash iteration order. | dkf | 2010-02-07 | 1 | -4/+8 |
| |/ / | |||||
| * | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -1/+11 |
| | | | | | | | | | | | | | issues with loading from memory on intel and 64bit; add debug messages. * tests/load.test: add test load-10.1 for loading from vfs. | ||||
| * | | * tests/macOSXLoad.test (new file): add testing of .bundle loading and | das | 2006-12-17 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | * tests/load.test: unloading on Darwin (in addition to * tests/unload.test: existing tests of .dylib loading). * macosx/Tcl.xcodeproj/project.pbxproj: add building of dltest binaries so that testsuite run from Xcode can use them; fix testsuite run script. * unix/configure.in: add support for building dltest binaries as * unix/dltest/Makefile.in: .bundle (in addition to .dylib) on Darwin. * unix/Makefile.in: add stub lib dependency to dltest target. * unix/configure: autoconf-2.59 | ||||
| * | | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the global namespace, that feature is tested specifically in namespace and variable tests. The modified testfiles are: apply.test, basic.test, case.test, cmdIL.test, cmdMZ.test, compExpr-old.test, error.test, eval.test, event.test, expr.test, fileSystem.test, for.test, http.test, if.test, incr-old.test, incr.test, interp.test, io.test, ioCmd.test, load.test, misc.test, namespace.test, parse.test, parseOld.test, pkg.test, proc-old.test, set.test, switch.test, tcltest.test, thread.test, var.test, while-old.test, while.test. | ||||
| * | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -6/+4 |
| | | | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file | ||||
| * | | * tests/compExpr-old.test: Still more conversion of "nonPortable" | dgp | 2005-07-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/error.test: tests into tests with constraints that * tests/expr-old.test: describe the limits of their * tests/expr.test: portability. Also more consolidation * tests/fileName.test: of constraint synonyms. * tests/format.test: wideis64bit, 64bitInts => wideIs64bit * tests/get.test: wideIntegerUnparsed => wideIs32bit * tests/load.test: wideIntExpressions => wideBiggerThanInt * tests/obj.test: * tests/parseExpr.test: Dropped "roundOffBug" constraint that * tests/string.test: protected from buggy sprintf. | ||||
