Timeline
Not logged in

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

62 check-ins using file win/Makefile.in version eab3946461

2012-05-21
16:48
When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, care must be taken ... check-in: 28e43f3b9c user: dgp tags: core-8-5-branch
2012-05-17
16:40
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected resulting indexes from -indexvar... check-in: 384267c223 user: dkf tags: core-8-5-branch, potential incompatibility
14:14
[Bug 2964715]: fixes to globbing in safe interpreters check-in: f94f9185d7 user: dkf tags: core-8-5-branch
2012-05-16
23:19
[Bug 3525462]: Document what relational operators really do with string args. check-in: 1fcb9d63fa user: dkf tags: core-8-5-branch
2012-05-15
04:54
Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleReso... check-in: 4fa183b80c user: jan.nijtmans tags: core-8-5-branch
2012-05-13
14:50
Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: d18e27ccd9 user: jan.nijtmans tags: core-8-5-branch
2012-05-10
20:44
[Bug 473946]: special characters not correctly sent check-in: 8a869dadb3 user: jan.nijtmans tags: core-8-5-branch
2012-05-07
08:21
move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pla... check-in: d87557d5c3 user: jan.nijtmans tags: core-8-5-branch
2012-05-03
21:01
don't try to run the cpuid test when cpuid is not available check-in: 9bbb7cfbc5 user: jan.nijtmans tags: core-8-5-branch
12:31
Move cpuid testcase from win-specific to generic tests check-in: 05e03611b4 user: jan.nijtmans tags: core-8-5-branch
09:05
move some more CYGWIN stuff to unix/tclUnixPort.h check-in: 521cc77858 user: jan.nijtmans tags: core-8-5-branch
2012-05-02
21:48
Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit a... check-in: 1e03bb547b user: jan.nijtmans tags: core-8-5-branch
14:12
switch off 32-bit specific assembler check-in: c08b6fe926 user: jan.nijtmans tags: core-8-5-branch
06:48
TclWinCPUID now respects -fPIC compilation on 32-bit Linux check-in: 64a0a9db46 user: jan.nijtmans tags: core-8-5-branch
2012-04-27
14:30
Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs check-in: 533c11d007 user: jan.nijtmans tags: core-8-5-branch
08:49
Make 'auto_execok START' do the Right Thing check-in: cdcff6d669 user: dkf tags: core-8-5-branch
2012-04-26
19:42
get rid of _ANSI_ARGS_ check-in: a3f95a3b3d user: jan.nijtmans tags: core-8-5-branch
14:59
compiler warning check-in: 4a7bc2d107 user: jan.nijtmans tags: core-8-5-branch
12:59
fix Linux build ;-( check-in: 3dba4b4916 user: jan.nijtmans tags: core-8-5-branch
10:43
fix crash on Mac OSX check-in: ed94d13f68 user: jan.nijtmans tags: core-8-5-branch
2012-04-25
11:11
merge-mark check-in: fd5204d93c user: jan.nijtmans tags: core-8-5-branch
2012-04-24
21:25
gcc warnings check-in: d2d01508c4 user: jan.nijtmans tags: core-8-5-branch
21:02
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetSockOpt, TclWinGetServByName and Tc... check-in: fcc5957e59 user: jan.nijtmans tags: core-8-5-branch
2012-04-23
13:17
make some more internal tables const check-in: 7ac468debe user: jan.nijtmans tags: core-8-5-branch
2012-04-19
08:05
[Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp. check-in: 7634024387 user: sebres tags: bug-3519357
07:59
Create new branch named "bug-3519357" check-in: 8195fcc0d9 user: sebres tags: bug-3519357
2012-04-18
22:05
make some more internal tables const a few CONST -> const changes check-in: 24c0f42d9a user: jan.nijtmans tags: core-8-5-branch
12:44
Apply tzdata2012c check-in: 7fbd5f91d3 user: kbk tags: core-8-5-branch
2012-04-16
06:07
* doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys... check-in: e5a6d7528c user: dkf tags: core-8-5-branch
2012-04-13
22:24
sync win/rules.vc with Tk version check-in: 72d2828eba user: jan.nijtmans tags: core-8-5-branch
2012-04-11
19:50
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: beba7a8c8c user: jan.nijtmans tags: core-8-5-branch
2012-04-05
07:07
cygwin should use SetEnvironmentVariable for windows env check-in: d39be5f098 user: jan.nijtmans tags: core-8-5-branch
2012-04-04
20:17
some formatting (*.decls) move up #undef, for macro which is conflicting with later stuff. remove so... check-in: 904f4fe3fe user: jan.nijtmans tags: core-8-5-branch
14:48
Quick workaround for busted branch tip. check-in: 9fc4ed3a6d user: dgp tags: core-8-5-branch
09:05
[Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: 2725f75513 user: jan.nijtmans tags: core-8-5-branch
2012-04-03
14:27
cleanup tcl.decls (unnecessary "generic" argument) check-in: 1fb2809854 user: jan.nijtmans tags: core-8-5-branch
13:09
Remove the TclpGetTZName implementation for Cygwin (from previous commit) check-in: 3c8544ca3e user: jan.nijtmans tags: core-8-5-branch
2012-04-01
18:35
re-generate configure check-in: 7cc6d227fc user: jan.nijtmans tags: core-8-5-branch
2012-03-30
14:57
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: 27ca86ce9b user: jan.nijtmans tags: core-8-5-branch
09:49
[Bug 3511806] Compiler checks too early (autoconf still to be run!) check-in: b684c66031 user: jan.nijtmans tags: core-8-5-branch
2012-03-27
11:39
[Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: f9900bca57 user: jan.nijtmans tags: core-8-5-branch
2012-03-26
08:06
3 missing stub macros for cygwin fix merge problem from Tcl 8.4 (old mac stub table got accidently b... check-in: 990925c563 user: jan.nijtmans tags: core-8-5-branch
2012-03-25
21:22
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: 7d739c330e user: jan.nijtmans tags: core-8-5-branch
2012-03-23
15:54
wrong date in ChangeLog check-in: 6c9f9d1bca user: jan.nijtmans tags: core-8-5-branch
15:26
Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) They were an attempt to ... check-in: 0756e97333 user: jan.nijtmans tags: core-8-5-branch
2012-03-22
09:57
[bug 3508771] fix OSX build check-in: 47b5a84a31 user: jan.nijtmans tags: core-8-5-branch
2012-03-20
10:16
merge-mark check-in: 304c3cdf05 user: jan.nijtmans tags: core-8-5-branch
09:58
[Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 5caa06383d user: jan.nijtmans tags: core-8-5-branch
2012-03-19
17:09
Update to tzdata 2012b check-in: 1077be73d7 user: venkat tags: core-8-5-branch
2012-03-15
21:03
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin check-in: 33b1706cef user: jan.nijtmans tags: core-8-5-branch
09:22
[bug-3288345] Wrong Tcl_StatBuf used on Cygwin Closed-Leaf check-in: d4f3024ba5 user: jan.nijtmans tags: bug-3288345
08:42
x Closed-Leaf check-in: 06584f0569 user: jan.nijtmans tags: private
08:33
x check-in: 50a7f8cea5 user: jan.nijtmans tags: private
2012-03-12
12:38
[Bug 3388350] mingw64 compiler warnings check-in: ba7352dfe4 user: jan.nijtmans tags: core-8-5-branch
2012-03-08
09:43
Added source test with utf-8 (without -encoding param), remove too many same single byte tests Closed-Leaf check-in: 0d794e7275 user: sebres tags: bug-3466099
2012-03-07
22:09
put -checkbom encoding only when encoding is not set check-in: 4de05bbbf2 user: jan.nijtmans tags: bug-3466099
21:59
start of a new attempt, building functionality in "channel" check-in: a0ed010170 user: jan.nijtmans tags: bug-3466099
21:21
Style guide and tidying up. check-in: 5b854537f0 user: dgp tags: bug-3485833
21:03
merge 8.5 to bugfix check-in: 7362610a94 user: dgp tags: bug-3485833
20:21
merge trunk Closed-Leaf check-in: ed9f08c48e user: jan.nijtmans tags: dgp-scan-element
20:15
DWORD_PTR typedef after <windows.h> check-in: bcbec8c1b2 user: jan.nijtmans tags: core-8-5-branch
18:54
Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ... check-in: 157183e09d user: andreask tags: core-8-5-branch