summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-193-71/+81
* * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-184-170/+241
* Added exampledkf2004-05-182-4/+12
* Added exampledkf2004-05-182-1/+15
* Whitespace fix.dkf2004-05-181-3/+1
* Minor whitespace fix.dkf2004-05-181-10/+1
* no messagedavygrvy2004-05-181-0/+5
* * win/makefile.vc: now generates a tclConfig.sh from Pat Thoytsdavygrvy2004-05-181-2/+78
* Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth!dkf2004-05-182-74/+96
* Ensure that single quotes don't come at the start of a line, even when quoted.dkf2004-05-181-3/+3
* More adaptations to understand .SS macros.dkf2004-05-184-16/+32
* Added support .SS macros.dkf2004-05-182-4/+14
* Added documentation for TIP#143 limits and a few interesting examples.dkf2004-05-182-23/+132
* Stop a compiler warning.dkf2004-05-181-1/+2
* Tests of limit-exceeded callbacks and make sure that those callbacks can removedkf2004-05-183-4/+63
* * generic/tclExecute.c (TclExecuteByteCode): added comments toMiguel Sofer2004-05-182-21/+61
* Added exampledkf2004-05-172-2/+22
* Added exampledkf2004-05-172-2/+15
* Changed test back to what it used to be in 7.* now that [set] counts as adkf2004-05-172-6/+6
* Improved TIP#143 tests and now track the number of bytecoded commands better.dkf2004-05-173-13/+24
* Example updates/additions.dkf2004-05-173-5/+32
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-173-5/+23
* Docbug. [Bug 953374]dkf2004-05-172-2/+7
* (FIXED PATCH)Miguel Sofer2004-05-172-12/+17
* oops ... reverting last (buggy) commitMiguel Sofer2004-05-172-14/+12
* * generic/tclExecute.c (TclExecuteByteCode): remove one level ofMiguel Sofer2004-05-172-12/+14
* * generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restoredMiguel Sofer2004-05-162-1/+9
* * generic/tclBasic.c (Tcl_DeleteInterp):Miguel Sofer2004-05-163-5/+20
* * generic/tclCompile.h:Miguel Sofer2004-05-164-198/+166
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-1411-168/+343
* * generic/tclExecute.h:Miguel Sofer2004-05-143-252/+84
* Expanding the tests avilable for TIP#143 features.dkf2004-05-141-1/+129
* Very minor updates to comments/whitespacedkf2004-05-133-4/+6
* Regendkf2004-05-132-2/+184
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-1313-204/+1445
* TIP#129 implementation. Probably also much more breakage in the test suite toodkf2004-05-134-216/+1127
* Optimisations for INST_START_CMD [Bug 926164].Miguel Sofer2004-05-123-38/+65
* Added examplesdkf2004-05-112-3/+17
* More and deeper examples.dkf2004-05-112-6/+52
* documentation for glob -types d with symbolic linksvincentdarley2004-05-112-1/+9
* Another example and a bit more clarity.dkf2004-05-112-3/+19