Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Plug memory leak, part of [Bug #3362446]. | jan.nijtmans | 2012-06-19 | 1 | -2/+2 | |
|\ | | | | | Dde version should be 1.3.0, not 1.3 | |||||
* \ | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
|\ \ | |/ | ||||||
| * | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
| |\ | ||||||
| | * | more readable | jan.nijtmans | 2012-06-14 | 3 | -3/+3 | |
| | | | ||||||
* | | | fix subtle problem with safe [file] that caused Tk test failure | dkf | 2012-05-31 | 1 | -7/+11 | |
| | | | ||||||
* | | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interps | dkf | 2012-05-28 | 1 | -1/+15 | |
| | | | ||||||
* | | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | fix handling of closing '\0' for -binary data | jan.nijtmans | 2012-05-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | update dde version to 1.4.0 | |||||
* | | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -20/+30 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -17/+30 | |
| | | | | ||||||
* | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -44/+29 | |
| |/ / |/| | | | | | 'file' with that of unsafe interpreters. | |||||
* | | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Increase version to 1.2.5 | jan.nijtmans | 2012-05-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+ | |||||
* | | | Make 'auto_execok START' do the Right Thing | dkf | 2012-04-27 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Make 'auto_execok START' do the Right Thing | dkf | 2012-04-27 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Make 'auto_execok START' do the Right Thing | dkf | 2012-04-27 | 1 | -1/+1 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 2 | -4/+4 | |
|\ \ \ \ | | |/ / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 2 | -4/+4 | |
| | |\ \ | |/ / / | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 2 | -4/+4 | |
| | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| * | | Apply tzdata2012c | Kevin B Kenny | 2012-04-18 | 5 | -88/+270 | |
| | | | ||||||
* | | | Apply tzdata2012c | Kevin B Kenny | 2012-04-18 | 5 | -88/+270 | |
| | | | ||||||
* | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 2 | -4/+4 | |
|\ \ \ | |/ / | ||||||
* | | | Update to tzdata 2012b | venkat | 2012-03-19 | 27 | -382/+43 | |
|\ \ \ | |/ / | ||||||
| * | | Update to tzdata 2012b | venkat | 2012-03-19 | 27 | -382/+43 | |
| | | | ||||||
* | | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 2 | -4/+4 | |
|\ \ \ | |/ / | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4. | |||||
| * | | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 2 | -4/+4 | |
| |\ \ | | |/ | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9. | |||||
| | * | http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ↵ | andreask | 2012-03-07 | 2 | -4/+4 | |
| | | | | | | | | | | | | compliance with RFC 3986. Bumped version to 2.5.7. | |||||
* | | | 3480599 Make [source] and [load] order of multi-file package happen in ↵ | dgp | 2012-01-27 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | sorted order of the file names. | |||||
| * | | 3480599 Make [source] and [load] order of multi-file package happen in sorted | dgp | 2012-01-27 | 1 | -1/+1 | |
| | | | | | | | | | order of the file names. | |||||
| * | | Bump to version 2.7.8 | dgp | 2012-01-17 | 2 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Bump to 2.5.6 | dgp | 2012-01-17 | 2 | -2/+2 | |
| | | | ||||||
* | | | Ensure that error messages are always set, even in believed-unreachable code. | dkf | 2012-01-16 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Ensure that error messages are always set, even in believed-unreachable code. | dkf | 2012-01-16 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Ensure that error messages are always set, even in believed-unreachable code. | dkf | 2012-01-16 | 1 | -0/+1 | |
| | | | ||||||
* | | | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we | dkf | 2012-01-13 | 1 | -3/+2 | |
|\ \ \ | |/ / | | | | only try to read the socket error exactly once. | |||||
| * | | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we | dkf | 2012-01-13 | 1 | -3/+2 | |
| |\ \ | | |/ | | | | only try to read the socket error exactly once. | |||||
| | * | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we | dkf | 2012-01-13 | 1 | -3/+2 | |
| | | | | | | | | | only try to read the socket error exactly once. | |||||
* | | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -3/+5 | |
|\ \ \ | |/ / | | | | | | | another [Bug 3470928] | |||||
| * | | Fix loading of timezones where one abbreviation is a proper suffix of ↵ | Kevin B Kenny | 2012-01-08 | 1 | -3/+5 | |
| | | | | | | | | | | | | another [Bug 3470928] | |||||
* | | | Update to Olson's tzdata2011n | venkat | 2011-12-30 | 7 | -6/+891 | |
|\ \ \ | |/ / | ||||||
| * | | Actually check in the files, not just the Changelog. | venkat | 2011-12-30 | 7 | -6/+891 | |
| | | | ||||||
* | | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -4/+12 | |
|\ \ \ | |/ / | | | | | | | setargv() function on mingw. | |||||
| * | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 2 | -4/+12 | |
| |\ \ | | |/ | | | | | | | setargv() function on mingw. | |||||
| | * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | setargv() function on mingw (no need to incr the version, since 2.2.10 is never released) | |||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update changes toward 8.5.11 release. Bump to http 2.7.7. | dgp | 2011-10-20 | 2 | -2/+2 | |
| | | | ||||||
| * | | Don't cache the system timezone when it was derived from TCL_TZ or TZ. | max | 2011-10-18 | 1 | -11/+16 | |
| | | | ||||||
* | | | * library/history.tcl (history): Simplify the dance of variable | dkf | 2011-11-25 | 1 | -1/+1 | |
| | | | | | | | | | management used when chaining to the implementation command. | |||||
* | | | Update changes toward 8.6b3 release. Bump to http 2.8.3. | dgp | 2011-10-20 | 2 | -2/+2 | |
| | | |