Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2022-12-14 | 1 | -2/+2 |
|\ | |||||
| * | Allow "tk scaling" in safe interpreters, but not when they try to set the ↵ | jan.nijtmans | 2022-12-14 | 1 | -3/+3 |
| | | | | | | | | scaling factor | ||||
| * | More select-* testcases which sometimes fail on Travis' Ubuntu environment | jan.nijtmans | 2020-10-09 | 1 | -1/+1 |
| | | |||||
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge trunk | jan.nijtmans | 2020-10-05 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -1/+1 |
|/ | |||||
* | Fix safe-1.2 testcase when running Tcl version < 8.6.7 (That's when ↵ | jan.nijtmans | 2020-09-30 | 1 | -1/+4 |
| | | | | tcl:encoding:dirs became hidden) | ||||
* | TIP #581: More progress | jan.nijtmans | 2020-09-09 | 1 | -1/+1 |
| | |||||
* | Fix safe.test when running in a Tcl 8.7 environment (backported from Tk 8.7) | jan.nijtmans | 2020-09-02 | 1 | -11/+23 |
| | |||||
* | Change expectation of safe-5.1 (error-message changed in Tcl) | jan.nijtmans | 2020-08-31 | 1 | -1/+1 |
| | | | Don't use Tcl_GetMaster() any more, use Tcl_GetParent() in stead. With fallback for Tcl < 8.6.11. | ||||
* | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 1 | -1/+1 |
| | | | | not affecting the API | ||||
* | Fix test-case safe-1.2. Failure introduced by commit ↵ | jan.nijtmans | 2017-03-22 | 1 | -4/+4 |
| | | | | [https://core.tcl.tk/tcl/info/b82ff15ca653495e|b82ff15ca6] in Tcl | ||||
* | Start bringing Tk_Init up to date with facilities Tcl provides. | dgp | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | fix some minor failures due to Tcl's changed list of safe aliases | dkf | 2012-05-31 | 1 | -12/+13 |
| | |||||
* | tests/safe.test: [Bug 1847925]: Update list of hidden commands. | dkf | 2011-11-29 | 1 | -49/+55 |
| | |||||
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | backport auto_path trimdown to speed up safe.test | dgp | 2005-06-06 | 1 | -1/+5 |
| | | | |||||
| | * | * tests/safe.test (safe-1.3): Made test less sensitve to the | dgp | 2004-10-26 | 1 | -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. | ||||
* | | | Update to tcltest2 | aniap | 2008-08-16 | 1 | -64/+89 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | Update for 'unload' as a safe command (tcl 8.5b3+) | patthoyts | 2007-12-10 | 1 | -3/+3 |
| | | |||||
* | | generic/tkText.c: Applied suggested patch from #1536735 | patthoyts | 2006-10-17 | 1 | -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. | ||||
* | | * tests/safe.test: Trim auto_path to improve performance [1080039] | dgp | 2004-12-06 | 1 | -1/+5 |
| | | |||||
* | | * tests/safe.test (safe-1.3): Made test less sensitve to the | dgp | 2004-08-19 | 1 | -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. | ||||
* | | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -4/+2 |
| | | |||||
* | | Accomodate TIP #150 in the test results. | patthoyts | 2003-09-30 | 1 | -2/+2 |
| | | |||||
* | | * tests/all.tcl: Made better use of a common | dgp | 2003-04-01 | 1 | -6/+3 |
|/ | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. | ||||
* | * generic/tkCmds.c: | hobbs | 2002-09-02 | 1 | -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. | ||||
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -7/+6 |
| | |||||
* | * Converted several files in the test suite for testing by | dgp | 2002-07-13 | 1 | -4/+4 |
| | | | | tcltest 2.1. | ||||
* | * tests/safe.test: added note about correcting failures in | hobbs | 2001-03-31 | 1 | -14/+21 |
| | | | | | | safe.test. * library/tk.tcl: moved package require msgcat inside if case to not be used in safe interps. | ||||
* | * tests/bind.test: | hobbs | 1999-12-14 | 1 | -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 | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -22/+37 |
| | |||||
* | * Merged changes from 8.0.5: | stanton | 1999-04-16 | 1 | -3/+10 |
| | | | | - Updated for Mac release | ||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 1 | -0/+47 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+122 |