summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-217-100/+23
|\
| * Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-217-100/+23
| |\
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-197-100/+51
| | |
* | | Prevent buffer read overflow. Thanks to "sebres" for the report and fixjan.nijtmans2012-01-212-1/+6
|\ \ \ | |/ /
| * | Prevent buffer read overflow. Thanks to "sebres" for the report and fix.jan.nijtmans2012-01-212-1/+6
| |\ \ | | |/
| | * 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix.dgp2012-01-192-2/+7
| | |
* | | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on ↵dkf2012-01-172-0/+24
|\ \ \ | |/ / | | | | | | when a dictionary key and the dictionary variable collide.
| * | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on ↵dkf2012-01-172-0/+24
| | | | | | | | | | | | when a dictionary key and the dictionary variable collide.
* | | merge markdgp2012-01-170-0/+0
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ / | | | only try to read the socket error exactly once.
| * | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-132-3/+7
| |\ \ | | |/ | | | only try to read the socket error exactly once.
| | * * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that wedkf2012-01-132-3/+7
| | | | | | | | | only try to read the socket error exactly once.
| * | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | | | | | sockets.
* | | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on ↵ferrieux2012-01-121-0/+3
| | | | | | | | | | | | sockets.
* | | [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 ↵Kevin B Kenny2012-01-085-3/+164
|\ \ \ | |/ / | | | | | | another [Bug 3470928]
| * | Fix loading of timezones where one abbreviation is a proper suffix of ↵Kevin B Kenny2012-01-083-3/+162
| | | | | | | | | | | | another [Bug 3470928]
* | | 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
| | | | | | | | | | | | as an AuxData type. For use by tbcload, tclcompiler.
* | | 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 ↵jan.nijtmans2011-11-306-10/+24
|\ \ \ | |/ / | | | | | | setargv() function on mingw.
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-307-11/+25
| |\ \ | | |/ | | | | | | setargv() function on mingw.
| | * [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-302-2/+16
| | | | | | | | | | | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released)
* | | [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
|\ \ \ | |/ / | | | don't install directories like 8.2 and 8.3
| * | Use the same shebang comment everywherejan.nijtmans2011-11-306-7/+13
| |\ \ | | |/ | | | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3
| | * Use the same shebang comment everywherejan.nijtmans2011-11-294-3/+9
| | |
* | | * library/history.tcl (history): Simplify the dance of variabledkf2011-11-252-1/+6
| | | | | | | | | management used when chaining to the implementation command.
* | | 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
|\ \ \ | |/ /