| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
test hygiene -- avoid fragility in makeFile / removeFile
|
| | |\
| | |
| | | |
test hygiene -- avoid fragility in makeFile / removeFile
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |\ \
| | |/
| | |
| | | |
loading init.tcl in current directory, if some of the scripts in init resulting to empty tcl_library (must return "." if pwd is expected)
|
| | | |\
| | | |
| | | |
| | | | |
init.tcl in current directory, if some of the scripts in init resulting to empty tcl_library (must return "." if pwd is expected)
|
| | | | |
| | | |
| | | |
| | | | |
init.tcl in current directory, if some of the scripts in init resulting to empty tcl_library (must return "." if pwd is expected)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
vulnerability loading init.tcl in current directory, if some of the scripts in init resulting to empty tcl_library (must return "." if pwd is expected)
|
| |/ / / |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
(UTF-8) character.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
whenever reasonable.
|
| |\ \ \
| |/ / |
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/
| | | |
Mark testcases io-50.* nonPortable: they fail too often in travis builds.
|
| | | |
| | |
| | |
| | | |
Rename (internal, undocumented) tcltest::loadIntoSlaveInterpreter into tcltest::loadIntoChildInterpreter
tcltest 2.5.1 -> 2.5.3
|
| |\ \ \
| |/ / |
|
| | |\ \
| | |/ |
|
| | | |
| | |
| | |
| | | |
interpreter) - no tcl_pkgPath variable on windows
|
| |\ \ \
| |/ / |
|
| | | |
| | |
| | | |
Stop failing altogether. Test in test suite, not program fragility.
|
| | | | |
|
| |/ / |
|
| |\ \
| |/
| |
| | |
setargv() function on mingw.
|
| | |\
| | |
| | |
| | | |
setargv() function on mingw.
|
| | | \ | |
| | \ \ | |
| |\ \ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
* Use package ifneeded so slave gets exactly same tcltest version as master
* Use configure command instead of legacy ::argv magic to pass tcltest
configuration options to slave interp.
Test files using the new loadIntoSlaveInterpreter command updated to declare
their need for tcltest 2.3.3 as minimum acceptable release.
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* Use [package ifneeded] so slave gets exactly same tcltest version as master
* Use [configure] command instead of legacy ::argv magic to pass tcltest
configuration options to slave interp.
Test files using the new [loadIntoSlaveInterpreter] command updated to
declare their need for tcltest 2.3.3 as minimum acceptable release.
|
| | | | |
|
| | | |
| | |
| | | |
Bumped tcltest version to 2.3.3
|
| | | | |
|
| |\ \ \
| |/ /
| | | |
cause more harm than good. Purged them (except in zlib files).
|
| | |\ \
| | |/
| | | |
more harm than good. Purged them.
|
| | | |
| | |
| | | |
more harm than good. Purged them.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* tests/timer.test (timer-10.1): Backport test for Bug 1016167.
* tests/tcltest.test (tcltest-12.3,4): Backport setup corrections.
* tests/error.test (error-6.3,4,7,9): Backport of some tests.
* tests/basic.test (basic-49.*):
* tests/namespace.test (namespace-8.7):
* tests/init.test (init-2.8): Updated to not rely on http package.
* generic/tclThreadTest.c (ThreadEventProc): Corrected subtle
bug where the returned (char *) from Tcl_GetStringResult(interp)
continued to be used without copying or refcounting, while
activity on the interp continued.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tclCompile.c: truncation of UTF-8 strings that might
* generic/tclProc.c: break apart a multi-byte character.
* library/init.tcl: [Bug 760872]
* tests/init.test:
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
manifestations in the future. Add tcltest support for finalization.
|
| |/ /
| |
| |
| | |
::tcl::HistAdd changed
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
hash table used in dictionaries to additionally keep all entries in
the hash table in a linked list, which is only ever added to at the
end. This makes iteration over all entries in the dictionary in
key insertion order a trivial operation, and so cleans up a great deal
of complexity relating to dictionary representation and stability of
iteration order.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
* tests/init.test: non-TCL_ERROR code doesn't cause existing
-errorinfo, -errorcode, and -errorline entries to be omitted.
* generic/tclEvent.c: With -errorInfo no longer lost, generate more
complete ::errorInfo when calling [bgerror] after a non-TCL_ERROR
background exception.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* doc/fconfigure.n, doc/interp.n, doc/unknown.n:
* library/auto.tcl, library/init.tcl, library/package.tcl:
* library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl:
* tests/all.tcl, tests/basic.test, tests/cmdInfo.test:
* tests/compile.test, tests/encoding.test, tests/execute.test:
* tests/fCmd.test, tests/http.test, tests/init.test:
* tests/interp.test, tests/io.test, tests/ioUtil.test:
* tests/iogt.test, tests/namespace-old.test, tests/namespace.test:
* tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test:
* tests/proc.test, tests/reg.test, tests/trace.test:
* tests/upvar.test, tests/winConsole.test, tests/winFCmd.test:
* tools/tclZIC.tcl:
* generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*}
officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep
{expand} syntax for transition users. [Bug 1589629]
|
| | |
| |
| |
| |
| | |
* tests/init.test: options from an auto-loaded command are
seen correctly by the caller.
|
| | |
| |
| |
| |
| |
| |
| | |
* tests/compile.test:
* tests/fileSystem.test:
* tests/init.test (init-2.8): Updated to not rely on http package.
|