Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6 | max | 2012-07-19 | 2 | -4/+14 | |
| | | | | connections. Fix conversion of host and port for passing to the accept proc to be independent of the IP version. | |||||
* | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -6/+6 | |
|\ | ||||||
| * | better formatting of "configure --help" | jan.nijtmans | 2012-07-18 | 1 | -4/+4 | |
| | | ||||||
* | | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 | |
| |\ | ||||||
| | * | should be uppercase | jan.nijtmans | 2012-07-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 3 | -7/+10 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 3544932]: Visual studio compiler check fails | jan.nijtmans | 2012-07-17 | 2 | -4/+7 | |
| | | | ||||||
| * | | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of the | dkf | 2012-07-16 | 2 | -54/+225 | |
| | | | | | | | | | passwd/group access functions. | |||||
| * | | merge-mark | jan.nijtmans | 2012-07-16 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * | | Make registry 1.3 package (and possibly others) dynamically loadable in Tcl 8.4 | jan.nijtmans | 2012-07-16 | 3 | -22/+50 | |
| | |/ | | | | | | | | | | | | | | | | | | | Reverted. No good reason to partially hack 8.5 features into (only one patch release of) 8.4. If you need to support Tcl 8.4, just don't use [tcl::pkgconfig]. If you're set on moving to [tcl::pkgconfig], then that's an 8.5 features and you're choosing to drop 8.4 support. | |||||
* | | | [Bug 3544943]: Version mismatch in rules.vc | jan.nijtmans | 2012-07-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fix mostly-harmless minor buffer overrun. | dkf | 2012-07-16 | 2 | -2/+8 | |
| | | | ||||||
* | | | Make registry 1.3 package dynamically loadable when ::tcl::pkgconfig is ↵ | jan.nijtmans | 2012-07-16 | 2 | -2/+7 | |
| | | | | | | | | | | | | available | |||||
* | | | dde version: 1.4.0b1 | jan.nijtmans | 2012-07-12 | 2 | -3/+3 | |
| | | | ||||||
* | | | versions of dde and registry packages in "changes" file not correct | jan.nijtmans | 2012-07-11 | 1 | -2/+2 | |
| | | | ||||||
* | | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵ | jan.nijtmans | 2012-07-11 | 2 | -1/+7 | |
|\ \ \ | |/ / | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. | |||||
| * | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵ | jan.nijtmans | 2012-07-11 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%' | |||||
* | | | Update changes for 8.6b3. | dgp | 2012-07-11 | 1 | -10/+52 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*---. \ \ | merge 8.5 | dgp | 2012-07-10 | 4 | -12/+90 | |
|\ \ \ \ \ | | | |/ / | ||||||
| | | * | | [Bug 3541646] Don't panic on triggerPipe overrun | jan.nijtmans | 2012-07-10 | 2 | -5/+9 | |
| | |/ / | ||||||
| | * | | Update changes, repair ChangeLog | dgp | 2012-07-10 | 2 | -52/+127 | |
| |/ / | ||||||
| * | | * win/tclWinSock.c (InitializeHostName): Corrected logic that | dkf | 2012-07-10 | 2 | -10/+13 | |
| | | | | | | | | | | | | | | | extracted the name of the computer from the gethostname call so that it would use the name on success, not failure. Also ensured that the buffer size is exactly that recommended by Microsoft. | |||||
* | | | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209] | max | 2012-07-08 | 3 | -2/+17 | |
| | | | ||||||
* | | | MSVC 6.0 does not have the %I modifier | jan.nijtmans | 2012-07-08 | 2 | -4/+10 | |
|\ \ \ | |/ / | ||||||
| * | | and don't forget the % | jan.nijtmans | 2012-07-08 | 4 | -7/+7 | |
| | | | ||||||
| * | | add TCL_I_MODIFIER and use it in the correct places | jan.nijtmans | 2012-07-08 | 6 | -8/+14 | |
| | | | ||||||
* | | | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 3 | -2/+9 | |
|\ \ \ | |/ / | ||||||
| * | | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 3 | -5/+12 | |
| |\ \ | | |/ | ||||||
| | * | 1189293 Make "<<" binary safe. | dgp | 2012-07-05 | 3 | -5/+12 | |
| | |\ | ||||||
| | | * | 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293 | dgp | 2012-07-02 | 2 | -2/+4 | |
| | | | | | | | | | | | | to find end of written data bytes. | |||||
* | | | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -7/+16 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 | |
| |\ \ \ | | |/ / | ||||||
| | * | | protect Tcl_GetIndexFromObjStruct from empty strings in table | jan.nijtmans | 2012-07-05 | 1 | -6/+15 | |
| | |/ | ||||||
* | | | only use public API in loaded packages; oops\! | dkf | 2012-07-04 | 1 | -6/+5 | |
| | | | ||||||
* | | | missed a spot | dkf | 2012-07-04 | 1 | -2/+1 | |
| | | | ||||||
* | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 37 | -162/+210 | |
| | | | ||||||
* | | | NRInterpCoroutine -> TclNRInterpCoroutine | jan.nijtmans | 2012-07-02 | 4 | -12/+13 | |
| | | | | | | | | | | | | make NRCommand static make TalInstructionTable static const | |||||
* | | | merge-mark | jan.nijtmans | 2012-07-02 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 3536888] update: Translate script parameters for msgcat | jan.nijtmans | 2012-07-02 | 2 | -14/+21 | |
| |\ \ | ||||||
* | \ \ | [Bug 3536888] update: Translate script parameters for msgcat | jan.nijtmans | 2012-07-02 | 2 | -14/+21 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | translate script parameters for msgcatbug_3536888 | jan.nijtmans | 2012-06-29 | 2 | -14/+21 | |
| | | | | | | | | | | | | update msgcat doc | |||||
* | | | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 3 | -4/+14 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 3 | -4/+19 | |
| |/ / | ||||||
* | | | Add tn, ro_MO and ru_MO to msgcat | jan.nijtmans | 2012-06-29 | 2 | -2/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Add tn, ro_MO and ru_MO to msgcat | jan.nijtmans | 2012-06-29 | 2 | -2/+7 | |
| |\ \ | | |/ | ||||||
| | * | Add tn, ro_MO and ru_MO to msgcat. | jan.nijtmans | 2012-06-29 | 5 | -34/+42 | |
| | | | | | | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5 | |||||
* | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-29 | 6 | -18/+50 | |
|\ \ \ | |/ / | | | | Bump msgcat version to 1.4.5 | |||||
| * | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-29 | 6 | -18/+50 | |
| |\ \ | | | | | | | | | Bump msgcat version to 1.4.5 |