Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

131 check-ins using file win/configure version 079e7daaea

2013-02-11
18:51
3604074 Revise unempty() so that it does not copy arcs that will become EMPTY vacuous loops. Such c... Closed-Leaf check-in: c6cce5e952 user: dgp tags: bug-3604074
2013-02-05
16:54
[Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to be normalized, even when n... check-in: fa19dfa605 user: dgp tags: core-8-4-branch
16:47
Fix for Bug 3603434. Closed-Leaf check-in: 8f2e66a8be user: dgp tags: bug-3603434
2013-01-30
19:04
(::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting the version to avoid issues w... check-in: 2798119d9f user: andreask tags: core-8-4-branch
2013-01-26
16:50
[Bug 3601804]: platformCPUID segmentation fault on Darwin check-in: 794facf36b user: jan.nijtmans tags: core-8-4-branch
2013-01-24
22:00
new version of cpuid, which doesn't use the edi register any more. Hopefully that works better on so... check-in: 2153733cd7 user: jan.nijtmans tags: core-8-4-branch
21:28
revert [273bbe926d]: it doesn't work on i386 check-in: 47af426282 user: jan.nijtmans tags: core-8-4-branch
18:47
Silence some compiler warnings. check-in: f169839228 user: dgp tags: core-8-4-branch
2013-01-23
13:57
Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or -1. Undocumented, because ... check-in: d72e9c88d9 user: jan.nijtmans tags: core-8-4-branch
2013-01-22
21:56
Bug [3601804]: platformCPUID segmentation fault on Darwin check-in: 273bbe926d user: jan.nijtmans tags: core-8-4-branch
2013-01-16
10:48
Merge core-8-4-branch. Add Tcl_GetStartupScript/Tcl_SetStartupScript stub entries as well. check-in: 420dca2977 user: jan.nijtmans tags: bug-3562640
08:55
and changelog check-in: de775cfc91 user: jan.nijtmans tags: core-8-4-branch
08:52
Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default. Define Tcl_EvalO... check-in: cd2c57a4b6 user: jan.nijtmans tags: core-8-4-branch
2013-01-13
18:08
Fix TclBackgroundException implementation check-in: b82ed99827 user: jan.nijtmans tags: bug-3562640
17:49
ensure that TIP #139 entries cannot be stub-accessed through tcl.h check-in: c1b07548b1 user: jan.nijtmans tags: bug-3562640
17:40
Add TIP #139 API check-in: 44bd5b08b7 user: jan.nijtmans tags: bug-3562640
2013-01-11
13:44
merge trunk Add Tcl_Canceled, Tcl_BackgroundException to the list as well. check-in: 1dc6c89845 user: jan.nijtmans tags: bug-3562640
2013-01-09
15:43
Backported [Bug 2882342]: correct struct _REPARSE_DATA_BUFFER in tcl 8.4 check-in: baeaa4f375 user: jan.nijtmans tags: core-8-4-branch
2013-01-08
12:02
merge core-8-4-branch check-in: 43ed2c114b user: jan.nijtmans tags: bug-3562640
10:13
[Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find i... check-in: 53a797afe6 user: jan.nijtmans tags: core-8-4-branch
2013-01-07
11:06
Extend the public and private stub tables with dummy NULL entries, up to the size of the Tcl 8.6 stu... check-in: c59364b9c7 user: jan.nijtmans tags: core-8-4-branch
09:59
Don't call "ulimit" on cygwin: On Cygwin the stack size cannot be modified, and the reported stacksi... check-in: e1819f1b43 user: jan.nijtmans tags: core-8-4-branch
2013-01-05
00:28
adjust stub library version number check-in: 8130a7f17b user: jan.nijtmans tags: core-8-4-branch
2013-01-03
09:22
test case for bug-3598580: Tcl_ListObjReplace may release deleted elements too early check-in: ee102eb82b user: jan.nijtmans tags: core-8-4-branch
2013-01-02
14:18
Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. check-in: 6bcdf3eabe user: jan.nijtmans tags: core-8-4-branch
14:16
Marked some string subcommands as obsolete, following discussion on tcl-core. check-in: 39b5edfa15 user: jan.nijtmans tags: core-8-4-branch
14:12
test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well check-in: dc8d23490a user: jan.nijtmans tags: core-8-4-branch
2012-12-27
14:41
[Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early Tests!? Where are the t... check-in: a87c1542ff user: jan.nijtmans tags: core-8-4-branch
2012-12-21
08:16
Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: f3a3b2cd2a user: jan.nijtmans tags: core-8-4-branch
2012-12-13
16:11
Restore clarity to macro test. check-in: a598212e22 user: dgp tags: core-8-4-branch
12:03
Changelog entry, and change macro variable to not conflict with possible outside variable names check-in: b9e27d790e user: jan.nijtmans tags: core-8-4-branch
10:48
Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. check-in: 2175f23023 user: jan.nijtmans tags: core-8-4-branch
2012-12-10
14:08
Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 3e2c1f789a user: dgp tags: core-8-4-branch
08:48
Add TclGetErrorLine/TclSetErrorLine to the stub table, for improved upwards binary compatibility wit... check-in: 87bc12d01b user: jan.nijtmans tags: bug-3562640
2012-12-07
21:28
only set tclStubsPtr if all version checks pass. Backported from tcl 8.5. check-in: 05c4320587 user: jan.nijtmans tags: core-8-4-branch
2012-12-03
19:14
Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: 32bc4bc388 user: dgp tags: core-8-4-branch
2012-11-29
14:47
3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 9cdc082a63 user: dgp tags: core-8-4-branch
2012-11-22
08:45
Fix bug reported by Brian Griffin: <p>[http://code.activestate.com/lists/tcl-core/12524/] check-in: b8a089f6e4 user: jan.nijtmans tags: core-8-4-branch
2012-11-18
16:54
<i>On-hold at Don Porter's request.</i> change stub library to detect - and generate a nice error-m... Closed-Leaf check-in: 062ca741cb user: jan.nijtmans tags: on-hold-84
2012-11-16
10:16
Fix msgcat.test (in case a higher msgcat version is encountered, which is not included with Tcl 8.4)... check-in: feb6e6bc81 user: jan.nijtmans tags: core-8-4-branch
2012-11-15
17:55
More complete purge of things only present for supporting long-dead Mac 9 systems. check-in: 7506775d52 user: dgp tags: core-8-4-branch
15:00
Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no secti... check-in: 3c4decb155 user: jan.nijtmans tags: core-8-4-branch
14:33
add missing macosx sections check-in: 72b6dd4575 user: jan.nijtmans tags: core-8-4-branch
10:33
Fix 2 failing tests on Windows 7. Fix backported from Tcl 8.6 check-in: 73ea2aa11c user: jan.nijtmans tags: core-8-4-branch
08:23
Remove all the long dead mac entries in tcl*.decls files <p>backport genStubs::forAllStubs function,... check-in: 1c47c5d187 user: jan.nijtmans tags: core-8-4-branch
04:16
Remove all the long dead mac/* files (for Mac OS9 !?!). check-in: f9f98900f6 user: dgp tags: core-8-4-branch
2012-11-14
22:05
3587242 Missing Tcl_MutexUnlock() call made [testasync create] block. check-in: df22be24ef user: dgp tags: core-8-4-branch
16:30
Fix botched patch check-in: 61699305b8 user: dkf tags: core-8-4-branch
14:29
Backport from Tcl 8.6. * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of t... check-in: dbb6880cd2 user: dkf tags: core-8-4-branch
09:07
Workaround for mingw versions which don't provide _fpcontrol in float.h check-in: 4a2030278d user: jan.nijtmans tags: core-8-4-branch
2012-11-13
21:16
360894 Threads inherit floating point config from their creator thread check-in: 2a5f53e797 user: dgp tags: core-8-4-branch
21:03
merge 8.4 Closed-Leaf check-in: fbae294921 user: dgp tags: bug-3567063
2012-11-07
17:24
3574493 Avoid hanging on exit due to use of synchronization calls in routines called by DllMain(). check-in: 42933eb98a user: dgp tags: core-8-4-branch
15:28
needed for complation with mingw-w64 (autoconf still to be run) check-in: e00aa2ec0b user: jan.nijtmans tags: core-8-4-branch
2012-10-24
11:14
Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for upwards compatibility... check-in: bf7740a5d3 user: jan.nijtmans tags: core-8-4-branch
2012-10-03
15:23
merge 8.4 check-in: 6c5323d5b6 user: dgp tags: bug-3567063
15:22
When checking for std channels being closed, compare the channel state, not the channel itself so th... check-in: 1b7584406b user: dgp tags: core-8-4-branch
15:18
When checking for std channels being closed, compare the channel state, not the channel itself so th... check-in: 2c93b6c7f8 user: dgp tags: bug-3567063
2012-09-13
20:03
Make compilation of the fp control changes possible with MinGW. check-in: 0bc6042f01 user: mistachkin tags: bug-3567063
18:37
Free the WinThread structure before running the original thread procedure. check-in: 52c42b36eb user: mistachkin tags: bug-3567063
18:30
Initial work on SF FRQ #3567063. check-in: e5555c6455 user: mistachkin tags: bug-3567063
2012-08-17
07:16
nmakehlp: Add "-V<num>" option, in order to be able to detect partial version numbers. check-in: 3f8069f0b4 user: jan.nijtmans tags: core-8-4-branch
07:15
nmakehlp: Add "-V<num>" option, in order to be able to detect partial version numbers. check-in: e20eafd171 user: jan.nijtmans tags: core-8-4-branch
2012-08-06
06:54
Reference to correct Bug #number check-in: 2516170e7c user: jan.nijtmans tags: core-8-4-branch
2012-07-31
23:24
add coffbase for sample check-in: f7a45c3b39 user: jan.nijtmans tags: core-8-4-branch
14:41
add thread to coffbase.txt, so the thread extensions can use it check-in: 4282ffac7e user: jan.nijtmans tags: core-8-4-branch
10:29
Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension check-in: 80fb1bc43c user: jan.nijtmans tags: core-8-4-branch
2012-07-27
21:45
Support Unicode 6.2 (Add Turkish lira sign) check-in: a2a0d1ae92 user: jan.nijtmans tags: core-8-4-branch
2012-07-25
14:39
3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. check-in: a504c293c3 user: dgp tags: core-8-4-branch
2012-07-24
20:18
Preserve the chanPtr so that script evaluation cannot invalidate it when we plan to use it again. check-in: ea138c4fb3 user: dgp tags: core-8-4-branch
2012-07-20
08:41
backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmd check-in: 861e1fd6e9 user: jan.nijtmans tags: core-8-4-branch
08:23
Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwin or Cygwin check-in: f736e68322 user: jan.nijtmans tags: core-8-4-branch
2012-07-17
13:07
should be uppercase check-in: 1c268820c1 user: jan.nijtmans tags: core-8-4-branch
12:47
[Bug 3544932]: Visual studio compiler check fails check-in: 0b36bbd298 user: jan.nijtmans tags: core-8-4-branch
2012-07-05
13:50
1189293 Make "<<" binary safe. check-in: 8c25ee1bb3 user: dgp tags: core-8-4-branch
07:45
protect Tcl_GetIndexFromObjStruct from empty strings in table check-in: f645ace4cc user: jan.nijtmans tags: core-8-4-branch
2012-07-02
16:22
1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent) to find end of written ... Closed-Leaf check-in: 6fe0dc591c user: dgp tags: bug-1189293
2012-06-29
11:34
Add tn, ro_MO and ru_MO to msgcat. Make it work on cygwin (backported) Bump msgcat to 1.3.5 check-in: 43a8de67fb user: jan.nijtmans tags: core-8-4-branch
08:43
Reinforced the description of the requirement for the tables of names for Tcl_GetIndexFromObj to ind... check-in: dfd2b68795 user: dkf tags: core-8-4-branch
2012-06-28
21:22
only expect tcldde.dll when --enable-shared check-in: 306e9b334e user: jan.nijtmans tags: core-8-4-branch
2012-06-27
12:49
fix bug in cygwin's [info nameofexecutable] install dde and registry dll for cygwin check-in: 1fe8106c70 user: jan.nijtmans tags: core-8-4-branch
2012-06-26
18:55
fix some gcc 64-bit warnings quoting improvements check-in: f27e35a288 user: jan.nijtmans tags: core-8-4-branch
14:09
use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path check-in: bf8c3e8ec6 user: jan.nijtmans tags: core-8-4-branch
2012-06-23
06:59
[Bug 3508771]: Cygwin notifier for handling win32 events check-in: 0741b45cd7 user: jan.nijtmans tags: core-8-4-branch
2012-06-22
08:29
first working version of Cygwin notifier Closed-Leaf check-in: e93625f4c5 user: jan.nijtmans tags: bug-3508771
2012-06-21
10:59
[Bug 3362446]: possible allocation error when using UNICODE check-in: ad62499767 user: jan.nijtmans tags: core-8-4-branch
2012-06-20
19:36
Purge more dead fs path code. check-in: 7b2432f00f user: dgp tags: core-8-4-branch
18:22
...and one more line. check-in: 2d65ec28fb user: dgp tags: core-8-4-branch
17:41
Remove dead code that complicates fs path values but adds no value. check-in: 1fba1e2d31 user: dgp tags: core-8-4-branch
13:26
remove some unused code Closed-Leaf check-in: b69d567218 user: jan.nijtmans tags: bug-3362446
07:38
add test case for very long value names and values check-in: 9a408c0f8d user: jan.nijtmans tags: bug-3362446
2012-06-19
14:55
Plug memory leak, part of [Bug #3362446] check-in: e095cf0d42 user: jan.nijtmans tags: core-8-4-branch
13:22
[bug 3362446]: registry keys command fails with 8.5/8.6 check-in: 2f681687d8 user: jan.nijtmans tags: bug-3362446
2012-06-14
07:27
more readable check-in: a3e8c87e61 user: jan.nijtmans tags: core-8-4-branch
2012-06-13
14:48
first attempt at Cygwin notifier adaptation check-in: 52cd1f0ff2 user: jan.nijtmans tags: bug-3508771
2012-06-08
13:04
Update autogoo for gettimeofday(). Thanks Joe English. check-in: f6e87a9442 user: dgp tags: core-8-4-branch
2012-06-06
12:43
On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables check-in: 399d1126ef user: jan.nijtmans tags: core-8-4-branch
2012-05-25
07:24
[Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as well as XTYP_REQUEST. ... check-in: 7ebfab5576 user: jan.nijtmans tags: core-8-4-branch
06:33
fix genStubs.tcl check-in: f39e0258d4 user: jan.nijtmans tags: core-8-4-branch
2012-05-24
19:18
Take cygwin handling of X11 into account Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix check-in: 17576c7c06 user: jan.nijtmans tags: core-8-4-branch
2012-05-22
07:30
Revert most of [ae92de6078], since when we let cygwin share the win32 stub table this is no longer n... check-in: 455f8b5d30 user: jan.nijtmans tags: core-8-4-branch
2012-05-21
16:17
When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, care must be taken ... check-in: 4aab8681b0 user: dgp tags: core-8-4-branch
2012-05-16
23:16
[Bug 3525462]: Document what relational operators really do with string args. check-in: 0fa648d69e user: dkf tags: core-8-4-branch
2012-05-14
22:26
revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleR... check-in: c107c4a344 user: jan.nijtmans tags: core-8-4-branch
2012-05-13
14:46
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: a939eb0d1c user: jan.nijtmans tags: core-8-4-branch
2012-05-10
20:38
[Bug 473946]: special characters not correctly sen check-in: 98d6eb2b34 user: jan.nijtmans tags: core-8-4-branch
2012-05-09
19:18
Increase version to 1.2.5 Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl... Closed-Leaf check-in: 7bb9d6699f user: jan.nijtmans tags: bug-473946
08:47
[Bug 473946]: special characters not correctly sent check-in: 18027385fd user: jan.nijtmans tags: bug-473946
2012-05-07
07:50
proposal from jmphilippe check-in: 6036f72024 user: jan.nijtmans tags: bug-473946
06:33
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pl... check-in: 1a117d1880 user: jan.nijtmans tags: core-8-4-branch
2012-05-03
20:55
don't try to run the cpuid test if cpuid is not available check-in: aa572ec793 user: jan.nijtmans tags: core-8-4-branch
11:42
Move cpuid testcase from win-specific to generic tests Simplify stub tables for functions which work... check-in: d10b6a8431 user: jan.nijtmans tags: core-8-4-branch
09:01
move some more CYGWIN stuff to unix/tclUnixPort.h check-in: 45f55b9d26 user: jan.nijtmans tags: core-8-4-branch
2012-05-02
21:39
Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit a... check-in: 847aacf381 user: jan.nijtmans tags: core-8-4-branch
14:12
switch off - temporary - 32-bit specific assembler check-in: b831167e4e user: jan.nijtmans tags: core-8-4-branch
06:43
TclWinCPUID now respects -fPIC compilation on 32-bit Linux check-in: 39444fd759 user: jan.nijtmans tags: core-8-4-branch
2012-04-27
08:46
Make 'auto_execok START' do the Right Thing check-in: 4f8e0283c6 user: dkf tags: core-8-4-branch
2012-04-26
15:03
compiler warning check-in: 64764a7fb3 user: jan.nijtmans tags: core-8-4-branch
2012-04-25
11:08
truncation in SetWindowLongPtr data check-in: c69140f170 user: jan.nijtmans tags: core-8-4-branch
2012-04-24
20:42
syntax error check-in: 19382d2dcc user: jan.nijtmans tags: core-8-4-branch
20:21
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetSockOpt, TclWinGetServByName and Tc... check-in: ae92de6078 user: jan.nijtmans tags: core-8-4-branch
13:10
oops, wrong signature Closed-Leaf check-in: af92e19f2c user: jan.nijtmans tags: bug-3508771
12:55
implement TclWinGetSockOpt and TclWinGetServByName for cygwi (should work, but not yet tested on UNI... check-in: 6d0fea34a0 user: jan.nijtmans tags: bug-3508771
08:34
merge trunk check-in: 38c53e8aac user: jan.nijtmans tags: bug-3508771
2012-04-23
12:30
make some more internal tables const On cygwin, install dll's in /usr/bin, not in /usr/lib check-in: 6de689d796 user: jan.nijtmans tags: core-8-4-branch
2012-04-18
21:38
make some more internal tables CONST fix compilation with -DNO_CONST check-in: 8e001f8402 user: jan.nijtmans tags: core-8-4-branch
2012-04-16
06:05
* doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys... check-in: d074aef7f9 user: dkf tags: core-8-4-branch
2012-04-13
22:21
sync win/rules.vc with Tk version check-in: 7e2c326c55 user: jan.nijtmans tags: core-8-4-branch
22:18
sync win/rules.vc with Tk version check-in: 697d419c6f user: jan.nijtmans tags: bug-3508771
2012-04-11
21:03
merge core-8-4-branch check-in: f12b1e1a8a user: jan.nijtmans tags: bug-3508771
19:19
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: 03c30e0b9e user: jan.nijtmans tags: core-8-4-branch