summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Bump to version 2.7.8dgp2012-01-175-6/+13
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
| | * | | | Bump to 2.5.6dgp2012-01-173-2/+7
* | | | | | Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Ensure that error messages are always set, even in believed-unreachable code.dkf2012-01-161-0/+1
| | |/ / /
* | | | | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-132-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-132-3/+7
| |\ \ \ \ | | |/ / /
| | * | | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-132-3/+7
| * | | | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on so...ferrieux2012-01-121-0/+3
| | |/ / | |/| |
* | | | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on so...ferrieux2012-01-121-0/+3
* | | | [Bug 3466506]: Document more environment variables.dkf2012-01-122-13/+28
* | | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-095-68/+130
|\ \ \ \ | |/ / /
| * | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-095-68/+130
| |\ \ \ | | |/ /
| | * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-098-275/+203
| | |/
* | | Revert mistaken commit.dgp2012-01-091-1/+0
* | | Fix loading of timezones where one abbreviation is a proper suffix of another...Kevin B Kenny2012-01-085-3/+164
|\ \ \ | |/ /
| * | Fix loading of timezones where one abbreviation is a proper suffix of another...Kevin B Kenny2012-01-083-3/+162
* | | Update to Olson's tzdata2011nvenkat2011-12-308-6/+901
|\ \ \ | |/ /
| * | Actually check in the files, not just the Changelog.venkat2011-12-307-6/+891
| * | Update to Olson's tzdata2011nvenkat2011-12-301-0/+10
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-246-164/+119
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-246-167/+125
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-236-241/+129
* | | (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure ...andreask2011-12-132-0/+7
* | | Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-113-87/+14
|\ \ \ | |/ /
| * | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-113-87/+14
* | | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-074-25/+40
|\ \ \ | |/ /
| * | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-074-25/+40
| |\ \ | | |/
| | * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-074-25/+40
* | | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.dkf2011-12-012-0/+5
|\ \ \ | |/ /
| * | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070.dkf2011-12-012-0/+5
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-306-10/+24
|\ \ \ | |/ /
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-307-11/+25
| |\ \ | | |/
| | * [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-302-2/+16
* | | [Bug 2991415]: tclport.h #include'd before limits.hjan.nijtmans2011-11-303-1/+3
* | | don't install tommath_(super)?class.hjan.nijtmans2011-11-303-4/+7
|\ \ \ | |/ /
| * | Use the same shebang comment everywherejan.nijtmans2011-11-306-7/+13
| |\ \ | | |/
| | * Use the same shebang comment everywherejan.nijtmans2011-11-294-3/+9
* | | * library/history.tcl (history): Simplify the dance of variabledkf2011-11-252-1/+6
* | | Make some of the logic in TclCompileObj less heavily nested, to improve clarity.dkf2011-11-222-100/+104
* | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-224-5/+13
|\ \ \ | |/ /
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-224-5/+13
| |\ \ | | |/
| | * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-224-0/+16
* | | Fix a bug where global precompiled code (A) called from a precompiled andreask2011-11-211-7/+9
* | | Fixed typo in a comment.andreask2011-11-211-1/+1
* | | Revise results of the thread-7.28 through thread-7.31 tests to account for th...Joe Mistachkin2011-11-212-237/+330
* | | Remove unnecessary [after] calls from the thread tests. Make error message m...Joe Mistachkin2011-11-212-8/+21
* | | Remove all use of thread::release from the thread 7.x tests, replacing it wit...Joe Mistachkin2011-11-182-50/+75
* | | Refactor all the remaining thread-7.x tests that were using [testthread]. No...Joe Mistachkin2011-11-182-88/+76
* | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script...Joe Mistachkin2011-11-182-1/+7