summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Expand)AuthorAgeFilesLines
* [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe.donal.k.fellows@manchester.ac.uk2016-07-161-14/+6
* Add docs and tests.Joe Mistachkin2016-01-151-1/+1
* Add several tests to check consistency of stack traces.dgp@users.sourceforge.net2013-08-141-0/+80
* add test that triggered reporting of [Bug 3530230]donal.k.fellows@manchester.ac.uk2012-06-121-0/+14
|\
| * add test that triggered reporting of [Bug 3530230]donal.k.fellows@manchester.ac.uk2012-06-121-0/+14
* | [Bug 3531089] Added test to stop this from happening againdonal.k.fellows@manchester.ac.uk2012-05-311-0/+5
* | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdonal.k.fellows@manchester.ac.uk2012-05-281-22/+22
* | Track the remnants of [Bug 2913625] as knownBug tests. :-(donal.k.fellows@manchester.ac.uk2012-05-261-0/+46
|\ \ | |/
| * Track the remnants of [Bug 2913625] as knownBug tests. :-(donal.k.fellows@manchester.ac.uk2012-05-261-0/+46
* | [Bug 2964715]: fixes to globbing in safe interpretersdonal.k.fellows@manchester.ac.uk2012-05-171-5/+146
|\ \ | |/
| * [Bug 2964715]: fixes to globbing in safe interpretersdonal.k.fellows@manchester.ac.uk2012-05-171-1/+177
* | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdonal.k.fellows@manchester.ac.uk2012-05-161-2/+2
* | missing constraint and too brittle resultdgp@users.sourceforge.net2011-11-081-1/+1
* | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758]donal.k.fellows@manchester.ac.uk2011-09-261-0/+16
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...akupries@shaw.ca2006-11-281-1/+5
| | * * generic/tcl.decls: Implemented TIP #268, conditionally.akupries@shaw.ca2006-09-221-1/+5
| | * * tests/safe.test: Backport performance improvement fromdgp@users.sourceforge.net2005-06-221-1/+5
| * | Improved handling of non-standard module path lists, empty path lists in part...stwo@users.sourceforge.net2010-11-021-2/+2
| * | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the filedonal.k.fellows@manchester.ac.uk2009-12-301-1/+12
| * | [Bug 2895741]: Make min() and max() supported in safe interpreters.donal.k.fellows@manchester.ac.uk2009-12-291-3/+3
| * | Correct failing testdonal.k.fellows@manchester.ac.uk2009-12-281-2/+2
| * | Upgrade to Safe Base's handling of [glob] to be more permissive with thedonal.k.fellows@manchester.ac.uk2009-12-161-1/+36
| * | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n indonal.k.fellows@manchester.ac.uk2009-12-161-1/+8
| * | * library/safe.tcl: Backport of the streamlined safe base fromakupries@shaw.ca2009-12-091-19/+3
| * | Add test suite changes for 1999119 bug fix commit.dgp@users.sourceforge.net2008-06-251-10/+10
* | | * tests/fCmd.test, tests/safe.test, tests/uplevel.test,donal.k.fellows@manchester.ac.uk2010-12-071-24/+16
* | | Improved handling of non-standard module path lists, empty path lists in part...stwo@users.sourceforge.net2010-11-021-2/+2
* | | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] todonal.k.fellows@manchester.ac.uk2010-08-181-1/+8
* | | optParse.tcl: Don't generate spaces at the end of a line.nijtmans2010-05-271-12/+12
* | | [Bug 2923613]: Make the safer [source] handle a [return] at the end of thedonal.k.fellows@manchester.ac.uk2009-12-301-1/+12
* | | [Bug 2895741]: Make min() and max() supported in safe interpreters.donal.k.fellows@manchester.ac.uk2009-12-291-3/+3
* | | Correct failing testdonal.k.fellows@manchester.ac.uk2009-12-281-2/+2
* | | Upgrade to Safe Base's handling of [glob] to be more permissive with thedonal.k.fellows@manchester.ac.uk2009-12-161-1/+36
* | | Fix [Bug 2906841] and a few other smaller issues.donal.k.fellows@manchester.ac.uk2009-12-031-262/+301
* | | Test-case for fixed [Bug 2849797]nijtmans2009-11-191-7/+8
* | | * library/safe.tcl: A series of patches which bring the SafeBaseakupries@shaw.ca2009-11-051-18/+1
* | | Make safe-7.2 more robust to different environmentsdgp@users.sourceforge.net2008-10-141-2/+2
* | | * tests/platform.test: Update tests to expect revised resultsdgp@users.sourceforge.net2008-09-251-2/+2
* | | * library/tm.tcl: Modified the handling of Tcl Modules and of theakupries@shaw.ca2008-06-251-9/+9
|/ /
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element forakupries@shaw.ca2006-12-051-2/+2
* | typodgp@users.sourceforge.net2006-03-211-2/+2
* | Use test constraints properly instead of looking in tcl_platformdonal.k.fellows@manchester.ac.uk2006-03-211-15/+14
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * tests/safe.test: Trim auto_path to improve performance [1080039]dgp@users.sourceforge.net2004-12-061-1/+5
* | TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-4/+4
* | Standardized constraint namedonal.k.fellows@manchester.ac.uk2004-08-041-2/+2
* | * tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612]dgp@users.sourceforge.net2004-07-301-3/+4