summaryrefslogtreecommitdiffstats
path: root/tests/safe.test
Commit message (Collapse)AuthorAgeFilesLines
* Start bringing Tk_Init up to date with facilities Tcl provides.dgp2016-06-211-1/+1
| | | FossilOrigin-Name: 54ec3725a93f7623f8dc722d93ea541db05071eb
* fix some minor failures due to Tcl's changed list of safe aliasesdkf2012-05-311-12/+13
| | | FossilOrigin-Name: 99951bde7d6fca5bb9d526cbc77e8e4d98e2712a
* tests/safe.test: [Bug 1847925]: Update list of hidden commands.dkf2011-11-291-49/+55
| | | FossilOrigin-Name: dcd76b16d128eda1d308714a2f7f347f83590c5b
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\ | | | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ | | | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * backport auto_path trimdown to speed up safe.testdgp2005-06-061-1/+5
| | | | | | | | | FossilOrigin-Name: 6e98258c2fe30799723c323bbd01464d73b76bd4
| | * * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-10-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations. FossilOrigin-Name: fa2305f85c0453bebb3e335ccad72723d0c1e72e
* | | Update to tcltest2aniap2008-08-161-64/+89
|/ / | | | | FossilOrigin-Name: 98ddf864fb77fc2e204dec46b2777d18bab607fa
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| | | | | | FossilOrigin-Name: e7868b44c1e7bffc63a053b87a96a4499757f80d
* | Update for 'unload' as a safe command (tcl 8.5b3+)patthoyts2007-12-101-3/+3
| | | | | | FossilOrigin-Name: d21cfa93af5bbd3b8b1c839aa40b385a9592efd1
* | generic/tkText.c: Applied suggested patch from #1536735patthoyts2006-10-171-3/+3
| | | | | | | | | | | | | | | | | | | | tests/text.test: Update test for above patch. tests/textWind.test: Corrected test to catch all messages tests/safe.test: Silence spurious win32 failure awaiting TIP150 tests/winDialog.test: Updated test for file name length check. test/winWm.test: Corrected test expectation for menu wrapping. FossilOrigin-Name: e3897e461508323d7a182a812442f57e0ab97c6b
* | * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-061-1/+5
| | | | | | FossilOrigin-Name: d81228b9c1f9b7a3985ce9fddb2b35f9017bc447
* | * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-08-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | full set of existing aliases in an interp, so the it only tests whether the tested ones are present. * unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from `make shell` target to other similar targets so that just built libraries are tested, rather than previous installations. FossilOrigin-Name: 951fc863480b8092dd6dd8aca47c23a1da08ea8e
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-4/+2
| | | | | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* | Accomodate TIP #150 in the test results.patthoyts2003-09-301-2/+2
| | | | | | FossilOrigin-Name: d76b2c6574f4c4bd6ec1715c701b67e1e9fb8417
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* * generic/tkCmds.c:hobbs2002-09-021-4/+26
| | | | | | | | | * generic/tkWindow.c: made 'tk' available in safe interpreters, but only the caret and windowingsystem subcommands may be called. * tests/safe.test (safe-1.2): noted that tk is now available in safe interps, but not the appname/scaling subcommands. FossilOrigin-Name: bb0ef89dd63bf132f0d68fdedf719b34dce04363
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-7/+6
| | | FossilOrigin-Name: d5cee69da5b97ba8cb9ce46fc2770f0605d39e2a
* * Converted several files in the test suite for testing bydgp2002-07-131-4/+4
| | | | | | tcltest 2.1. FossilOrigin-Name: 2813f9722e7446138a51d73786f6caf5b2ecb816
* * tests/safe.test: added note about correcting failures inhobbs2001-03-311-14/+21
| | | | | | | | safe.test. * library/tk.tcl: moved package require msgcat inside if case to not be used in safe interps. FossilOrigin-Name: db467392ac831602b3e585e2a51c17a173fa02eb
* * tests/bind.test:hobbs1999-12-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/canvImg.test: * tests/canvPsArc.tcl: * tests/canvPsImg.tcl: (new file) * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test: * tests/defs.tcl: * tests/entry.test: * tests/event.test: * tests/font.test: * tests/frame.test: * tests/imgPhoto.test: * tests/safe.test: * tests/scale.test: * tests/scrollbar.test: * tests/select.test: * tests/text.test: * tests/textDisp.test: * tests/textTag.test: * tests/unixFont.test: * tests/unixWm.test: * tests/visual_bb.test: * tests/winClipboard.test: tests for the dash patch changes FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
* * Merged 8.1 branch into the main trunkstanton1999-04-161-22/+37
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* * Merged changes from 8.0.5:stanton1999-04-161-3/+10
| | | | | | - Updated for Mac release FossilOrigin-Name: a1b05427d64102bc136e7ae1428b5b95cd3460d6
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* plugin updateswelch1998-06-271-0/+47
| | | FossilOrigin-Name: a31d73e5fbaa868008186067e2535e2f9c3140a0
* Initial revisionrjohnson1998-04-011-0/+122
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4