summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6max2012-07-191-4/+7
| | | | 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.nijtmans2012-07-181-6/+6
|\
| * better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| |
* | should be uppercasejan.nijtmans2012-07-171-1/+1
|\ \ | |/
| * should be uppercasejan.nijtmans2012-07-171-1/+1
| |\
| | * should be uppercasejan.nijtmans2012-07-171-1/+1
| | |
* | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
|\ \ \ | |/ /
| * | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| |\ \ | | |/
| | * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-4/+3
| | |
* | | [Bug 3544943]: Version mismatch in rules.vcjan.nijtmans2012-07-171-2/+2
| | |
* | | dde version: 1.4.0b1jan.nijtmans2012-07-121-1/+1
| | |
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵jan.nijtmans2012-07-111-1/+1
|\ \ \ | |/ / | | | | | | 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.nijtmans2012-07-112-2/+2
| | | | | | | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%'
* | | merge 8.5dgp2012-07-101-7/+3
|\ \ \ | |/ /
| * | * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-101-10/+6
| | | | | | | | | | | | | | | 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.
* | | MSVC 6.0 does not have the %I modifierjan.nijtmans2012-07-082-4/+10
|\ \ \ | |/ /
| * | and don't forget the %jan.nijtmans2012-07-084-7/+7
| | |
| * | add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-086-8/+14
| | |
* | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
|\ \ \ | |/ /
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
| |\ \ | | |/
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+3
| | | | | | | | | to find end of written data bytes.
* | | only use public API in loaded packages; oops\!dkf2012-07-041-6/+5
| | |
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-036-26/+24
| | |
* | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ \ | |/ / | | | Bump msgcat version to 1.4.5
| * | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| | |
* | | Rework the error message generation of [socket], so that the errormax2012-06-221-2/+7
| | | | | | | | | code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM.
* | | Restored the possibility to define a panicproc asjan.nijtmans2012-06-222-0/+16
| | | | | | | | | low memory handler See: [#1446864]
* | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-2/+2
|\ \ \ | |/ /
| * | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-3/+3
| |\ \ | | |/
| | * [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+4
| | |
* | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+3
| | |
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-69/+28
|\ \ \ | |/ /
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-77/+30
| |\ \ | | | | | | | | update registry version to 1.2.2
| | * | remove some unused codebug_3362446jan.nijtmans2012-06-201-12/+8
| | | |
| | * | [bug 3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-191-64/+30
| | | |
* | | | Plug memory leak, part of [Bug #3362446]. jan.nijtmans2012-06-191-3/+22
|\ \ \ \ | |/ / / | | | | Dde version should be 1.3.0, not 1.3
| * | | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
| | |/
* | | make tclWinReg.c compile/run without UNICODE (suggested in bug #3362446)jan.nijtmans2012-06-191-3/+10
| | |
* | | Revise the "null data" check: null strings are possible, but empty binary ↵jan.nijtmans2012-06-081-1/+1
| | | | | | | | | | | | arrays are not
* | | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-291-32/+61
|\ \ \
| * | | explicitely specify encoding in DdeCreateStringHandlebug_3525762jan.nijtmans2012-05-281-3/+3
| | | |
| * | | fix for bug bug-3525762jan.nijtmans2012-05-281-27/+50
|/ / /
* | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-252-34/+47
|\ \ \ | |/ / | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-252-34/+56
| |\ \ | | |/ | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-252-6/+6
| | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-15/+36
| | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-241-3/+20
|\ \ \ | |/ / | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-222-13/+29
| |\ \ | | |/ | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-222-13/+30
| | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32