summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
|
* Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-071-0/+0
| | | | [2417695]
* Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵jan.nijtmans2012-08-202-21/+2
| | | | initialized winsock_2 library
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
|\ | | | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | | | | version numbers.
* | Only build the threaded builds by default. jan.nijtmans2012-08-153-115/+169
| | | | | | Backport some improvements from Tcl 8.6
* | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
|\ \ | |/
* | add coffbase for samplejan.nijtmans2012-07-311-1/+2
|\ \ | |/
| * add coffbase for samplejan.nijtmans2012-07-311-1/+2
| |
* | add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+9
|\ \ | |/
| * add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+17
| |
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-87/+58
|\ \ | |/
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-312-70/+267
| |
* | Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-282-8/+8
| |
* | merge 8.5dgp2012-07-243-17/+45
|\ \
| * \ Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, ↵jan.nijtmans2012-07-201-9/+37
| |\ \ | | |/ | | | | | | Darwin or Cygwin
| | * Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, ↵jan.nijtmans2012-07-201-8/+36
| | | | | | | | | | | | Darwin or Cygwin
| * | autoconf-2.59jan.nijtmans2012-07-191-4/+4
| | |
| * | better formatting of "configure --help"jan.nijtmans2012-07-181-4/+4
| | |
* | | merge 8.5dgp2012-07-171-4/+3
|\ \ \ | |/ /
| * | 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
| | |
* | | merge 8.5dgp2012-07-162-2/+2
|\ \ \ | |/ /
| * | [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 '%'
* | | Release candidate branch for Tcl 8.5.12.dgp2012-07-102-2/+2
|/ /
* | * 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.
* | 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 '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+3
| | | | | | to find end of written data bytes.
* | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-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]: 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-0/+2
|\ \ \ | | |/ | |/|
| * | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
| |/
* | [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 [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
* | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-133-15/+12
|\ \ | |/ | | | | applications (or Tcl with TIP #106) could generate that.
| * Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
| | | | | | | | applications (or Tcl with TIP #106) could generate that.
* | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-53/+69
|\ \ | |/
| * [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-825/+796
| |\
| | * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-150/+115
| | | | | | | | | | | | | | | 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+