summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Use constraints instead of conditional testsdkf2004-05-192-58/+21
* Fix whitespacedkf2004-05-191-37/+2
* Removed trailing whitespacedkf2004-05-192-26/+2
* Converted from conditional tests into constrained testsdkf2004-05-191-108/+129
* Remove trailing whitespacedkf2004-05-193-39/+3
* Standardize whitespace handlingdkf2004-05-191-20/+1
* Convert conditional tests into constrained testsdkf2004-05-192-63/+29
* Standardize various minor aspects of test styledkf2004-05-191-23/+12
* Convert conditional testing into constraintsdkf2004-05-191-54/+37
* Remove trailing whitespacedkf2004-05-191-13/+1
* Use constraints, not conditional testsdkf2004-05-191-25/+8
* Remove trailing whitespacedkf2004-05-195-64/+4
* Use contraints, not conditional tests.dkf2004-05-191-74/+62
* Use constraints, not conditional invokation of test.dkf2004-05-191-30/+15
* Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly.dkf2004-05-191-70/+40
* * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-148/+149
* Tests of limit-exceeded callbacks and make sure that those callbacks can removedkf2004-05-181-1/+52
* Changed test back to what it used to be in 7.* now that [set] counts as adkf2004-05-171-6/+2
* Improved TIP#143 tests and now track the number of bytecoded commands better.dkf2004-05-171-11/+17
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-1/+10
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-1/+22
* Expanding the tests avilable for TIP#143 features.dkf2004-05-141-1/+129
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-148/+151
* TIP#129 implementation. Probably also much more breakage in the test suite toodkf2004-05-131-68/+648
* * generic/tclEncoding.c:rmax2004-05-071-1/+16
* vfs glob root volume fixvincentdarley2004-05-071-0/+51
* * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX.dgp2004-05-051-2/+7
* * tests/fileSystem.test (filesystem-1.39): replace 'file volumes'hobbs2004-05-042-5/+7
* * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOMEhobbs2004-05-041-1/+10
* * tests/tcltest.test: Test corrections for Mac OSX. Thanksdgp2004-05-041-10/+19
* * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-1/+31
* cleaning up after new test in last commitMiguel Sofer2004-05-021-1/+2
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-1/+6
* * tests/execute.test (execute-8.2): Avoid crashes when theredgp2004-04-291-4/+9
* * doc/global.n:Miguel Sofer2004-04-282-2/+12
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-232-1/+862
* Fix minor fault in [clock clicks] error message.dkf2004-04-151-1/+4
* * tests/unixInit.test (unixInit-3.1): Default encoding on Darwindgp2004-04-061-2/+4
* root interacts badly with access(...,X_OK) [Bug 929892]dkf2004-04-061-2/+2
* * tests/tcltest.test: Corrected constraint typos: "nonRoot" ->dgp2004-04-021-4/+4
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-303-5/+16
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-302-3/+28
* fix to Tcl bug 918320vincentdarley2004-03-301-1/+15
* overlooked update to tests.dgp2004-03-291-3/+2
* fixed another volume-relative file normalization problemvincentdarley2004-03-261-0/+14
* fix to windows volume-relative path normalizationvincentdarley2004-03-261-0/+28
* Silly bug found originally by Damon Courtney. [922752]dkf2004-03-241-1/+8
* Reverted changes to tcltest so that it can still support Mac whendgp2004-03-171-1/+4
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-1718-1743/+84
* Implementation of [dict merge] subcommand, based on [FRQ 745851]dkf2004-03-121-2/+33