Timeline
Not logged in

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

145 check-ins using file generic/tclCompExpr.c version 79e21b623f

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
2012-04-06
23:33
tclpGetPid signature change (stub entry only, not for macro), for win64 compatibility with future cy... check-in: 7fd5826902 user: jan.nijtmans tags: bug-3508771
2012-04-04
18:52
tclStubInit.c: move up #undef, so it is clear that this macro is conflicting with another definition... check-in: 206b9b100a user: jan.nijtmans tags: core-8-4-branch
15:08
merge core-8-4-branch check-in: 62b7ba34b2 user: jan.nijtmans tags: bug-3508771
14:50
implement TclpGetPid for Cygwin check-in: dcc7f6a5b4 user: jan.nijtmans tags: bug-3508771
14:44
Quick workaround for busted branch tip. check-in: 2372607d3e user: dgp tags: core-8-4-branch
08:36
[Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: cbf7dc0a31 user: jan.nijtmans tags: core-8-4-branch
2012-04-03
14:05
clean-up tcl.decls the same way as tclInt.decls check-in: 90efd4b49a user: jan.nijtmans tags: core-8-4-branch
12:22
make genstubs check-in: edf539c57d user: dgp tags: core-8-4-branch
12:18
remove unused ThreadSpecificData check-in: 538f98e47a user: jan.nijtmans tags: core-8-4-branch
11:55
cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, so a diff can show us the real signature ... check-in: 3695c2dd85 user: jan.nijtmans tags: core-8-4-branch
2012-03-30
14:44
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: cef38b1e7b user: jan.nijtmans tags: core-8-4-branch
2012-03-29
22:36
Only check for cygwin with $GCC check-in: e6a4468f48 user: jan.nijtmans tags: core-8-4-branch
20:48
[Bug 3511806] Compiler checks too early This change allows to build the cygwin and mingw32 ports of ... check-in: 8b0d9cc5fc user: jan.nijtmans tags: core-8-4-branch
12:13
better solution for bug-510001 it fills a correctly working stub entry for Win64 Closed-Leaf check-in: 02368db2ae user: jan.nijtmans tags: bug-510001
10:21
proposed solution for bug-510001 Closed-Leaf check-in: 2786a736bc user: jan.nijtmans tags: bug-510001
07:26
now ready for further field tests Closed-Leaf check-in: 5064618d7f user: jan.nijtmans tags: bug-3511806
2012-03-28
20:03
some better checks check-in: ec6152937c user: jan.nijtmans tags: bug-3511806
12:01
extra checks whether we are really dealing with cygwin or not check-in: de5aa06fb6 user: jan.nijtmans tags: bug-3511806
2012-03-27
15:08
bug-3511806 implementation check-in: 86da646fff user: jan.nijtmans tags: bug-3511806
11:20
[Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: 90c31690eb user: jan.nijtmans tags: core-8-4-branch
2012-03-26
21:01
enable cygwin build in /win directory (using mingw-w64 compiler) check-in: b5a4dfa5f1 user: jan.nijtmans tags: core-8-4-branch
14:29
fix gcc warning signed<->unsigned warning for cygwin check-in: eff5ac7172 user: jan.nijtmans tags: core-8-4-branch
07:20
forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefile and TclpOpenFile check-in: c5df3bc724 user: jan.nijtmans tags: core-8-4-branch
2012-03-24
06:43
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: c503d14bcf user: jan.nijtmans tags: core-8-4-branch
06:23
oops, fix cygwin check in configure Closed-Leaf check-in: 43aae6f2a2 user: jan.nijtmans tags: bug-3508771
2012-03-23
23:04
use mingw-w64 as compiler in cygwin /win mode (cygwin itself cannot do that, as the -no-cygwin flag ... check-in: 1189a98121 user: jan.nijtmans tags: bug-3508771
14:15
add TclGetAndDetachPids and TclpCloseFile to cygwin port check-in: c709629e84 user: jan.nijtmans tags: bug-3508771
2012-03-22
21:34
add TclWinConvertError and TclWinConvertWSAError for cygwin check-in: b2826e0c0a user: jan.nijtmans tags: bug-3508771
16:02
many more cygwin functions present check-in: 246f517e0a user: jan.nijtmans tags: bug-3508771
09:49
[bug 3508771] fix OSX build check-in: 52f3baabd8 user: jan.nijtmans tags: core-8-4-branch
2012-03-20
10:15
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin (backported from Tcl 8.5) check-in: 77f914d372 user: jan.nijtmans tags: core-8-4-branch
08:33
[Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 9922ac54e8 user: jan.nijtmans tags: core-8-4-branch
2012-03-19
22:27
implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin Closed-Leaf check-in: 91fa99ab78 user: jan.nijtmans tags: bug-3508771
16:12
bug 3508771: load tclreg.dll in cygwin tclsh (works on cygwin, on other UNIX not yet complete) check-in: ec56206e45 user: jan.nijtmans tags: bug-3508771
2012-03-12
12:38
[Bug 3388350] mingw64 compiler warnings check-in: 275470c91e user: jan.nijtmans tags: core-8-4-branch
2012-03-07
20:09
DWORD_PTR typedef after <windows.h> check-in: ddc76a9f73 user: jan.nijtmans tags: core-8-4-branch
18:50
http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. ... check-in: 070bbf9790 user: andreask tags: core-8-4-branch
2012-03-06
20:51
now with changelog entry check-in: 5f13e4eeda user: jan.nijtmans tags: core-8-4-branch
20:50
Compatibility with older Visual Studio versions check-in: 81ada21a92 user: jan.nijtmans tags: core-8-4-branch
2012-03-04
19:36
Backport to 8.4/unix the healthy FD_SET reform started by das. Allows Tcl8.4 to have sane fileevents... check-in: 7ed1f6f749 user: guest tags: core-8-4-branch
16:36
Patch from the cygwin folks check-in: 8cbc14c4dd user: jan.nijtmans tags: core-8-4-branch
2012-02-29
22:35
oops, that's no utf-8 BOM ;-( check-in: ced33be881 user: jan.nijtmans tags: core-8-4-branch
21:17
[Bug 3466099] BOM in Unicode check-in: e17fc0e07b user: jan.nijtmans tags: core-8-4-branch
2012-02-20
11:55
Make test clearer to future maintainers. Closed-Leaf check-in: a1ab7b1a0c user: dkf tags: bug-3466099
2012-02-19
15:21
[Bug 3466099] BOM in Unicode check-in: f019af39bd user: jan.nijtmans tags: bug-3466099
2012-02-09
14:57
3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also corrected test for w... check-in: f57b5ba48d user: dgp tags: core-8-4-branch
2012-02-07
20:28
3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also converted some memc... Closed-Leaf check-in: ba9a1d9ddb user: dgp tags: bug-3484402
2012-02-06
17:21
3484621 Invalidate bytecode when exec traces are added/removed from compiled cmd. check-in: 4b0a6f7864 user: dgp tags: core-8-4-branch
2012-02-03
22:56
mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: 0a780ecc03 user: jan.nijtmans tags: core-8-4-branch
2012-02-02
21:12
[Frq 3464401] Support Unicode 6.1 check-in: 756c93768d user: jan.nijtmans tags: core-8-4-branch
16:44
2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries... check-in: 63315eaf46 user: dgp tags: core-8-4-branch
2012-01-26
19:59
merge to feature branch Closed-Leaf check-in: 269088cd64 user: jan.nijtmans tags: rfe-3464401
2012-01-23
17:43
Backport patch 2834a01435 to prevent test failures from timing matters. check-in: 4d9599f7e5 user: dgp tags: core-8-4-branch
2012-01-22
21:41
[Frq 3473670]: Various Unicode-related speedups/robustness check-in: c9118566f9 user: jan.nijtmans tags: core-8-4-branch
15:30
merge trunk expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if ... Closed-Leaf check-in: 544e5419f0 user: jan.nijtmans tags: rfe-3473670
2012-01-19
21:22
[Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h check-in: 096d7e242c user: jan.nijtmans tags: core-8-4-branch
20:46
3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. check-in: 1a5c0e4ad0 user: dgp tags: core-8-4-branch
2012-01-17
14:31
Bump to 2.5.6 check-in: 84fceacbac user: dgp tags: core-8-4-branch
2012-01-16
13:29
Ensure that error messages are always set, even in believed-unreachable code. check-in: 97f6b99aed user: dkf tags: core-8-4-branch
2012-01-14
09:30
rfe-3473670: Various Unicode-related speedups/robustness check-in: 92168a99c1 user: jan.nijtmans tags: rfe-3473670
2012-01-13
11:45
* library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we only try to read the socket... check-in: 07438ee67a user: dkf tags: core-8-4-branch
2012-01-09
19:59
[Bug 3464428] string is graph \u0120 is wrong check-in: a0c0feafe9 user: jan.nijtmans tags: core-8-4-branch
2011-12-26
08:58
[Frq 3464401] Support Unicode 6.1 (not to be merged until Unicode 6.1 is final!!!) check-in: 73d59ae47c user: jan.nijtmans tags: rfe-3464401
2011-12-23
23:31
[Bug 3464428] string is graph \u0120 is wrong check-in: 13071df962 user: jan.nijtmans tags: core-8-4-branch
2011-12-07
06:13
[Bug 3444754] string tolower \u01c5 is wrong check-in: b2fd948d0c user: jan.nijtmans tags: core-8-4-branch
2011-11-30
20:45
[Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw... check-in: e695c3505c user: jan.nijtmans tags: core-8-4-branch
2011-11-29
20:09
Use the same shebang comment everywhere check-in: 1ee716a733 user: jan.nijtmans tags: core-8-4-branch
2011-11-22
07:59
[Bug 2935503]: Windows: file mtime sets wrong time check-in: 18d103467f user: jan.nijtmans tags: core-8-4-branch
2011-10-31
19:41
re-generate configure (autoconf 2.13) check-in: b71c29a263 user: jan.nijtmans tags: bug-1224888
2011-10-13
21:04
Ugh; Tcl_DStringInit in wrong place... check-in: a6843c662e user: dkf tags: bug-1224888
12:34
Getting better; now possibly with autoconf magic! Comments too. check-in: fbc6fd24c0 user: dkf tags: bug-1224888
12:16
A little more resilience. check-in: 9856078e30 user: dkf tags: bug-1224888
12:10
Lash-up to try to deal with [Bug 1224888]. check-in: 47248c347c user: dkf tags: bug-1224888
07:56
revert test-case change from [Bug 2935503] check-in: 80c27dee1f user: jan.nijtmans tags: core-8-4-branch
2011-10-11
13:19
[Bug 2935503] Incorrect mode field returned by file stat command check-in: 77f44a0961 user: jan.nijtmans tags: core-8-4-branch
2011-10-07
20:54
Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) check-in: 951880c457 user: jan.nijtmans tags: core-8-4-branch
11:58
Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) check-in: 72e8ccc7aa user: jan.nijtmans tags: core-8-4-branch
2011-09-26
11:55
Support Visual Studio 11 check-in: 091540cba9 user: jan.nijtmans tags: core-8-4-branch
2011-09-16
13:01
Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) check-in: c796c8b14f user: jan.nijtmans tags: core-8-4-branch
2011-09-13
20:02
3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. check-in: 678d621890 user: dgp tags: core-8-4-branch
18:22
3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. check-in: 431ab7aa29 user: dgp tags: core-8-4-branch
2011-09-12
10:08
Make compilable in Visual Studio again check-in: 2f5f8b82ee user: jan.nijtmans tags: core-8-4-branch
09:45
[Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG check-in: 6d44ccf234 user: jan.nijtmans tags: core-8-4-branch
2011-09-06
14:34
Add --disable-rpath option to configure script check-in: d7696c4bdb user: jan.nijtmans tags: core-8-4-branch
14:14
Tcl_HashStats does not return a CONST check-in: 8d692e1f77 user: jan.nijtmans tags: core-8-4-branch
2011-08-30
07:32
Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform necessary basis. Add Haiku sup... check-in: 7585009c0c user: jan.nijtmans tags: core-8-4-branch
2011-08-22
16:28
Fixed use of C99 features breaking the build with MSVC6. The problem was introduced with checkin [e9... check-in: 84b4842396 user: andreask tags: core-8-4-branch
2011-08-18
12:23
remove some debugging stuff check-in: 135a5e9af6 user: jan.nijtmans tags: core-8-4-branch
11:24
[Bug 3393714] overflow in toupper delta check-in: dabf52a843 user: jan.nijtmans tags: core-8-4-branch
06:47
A few more compiler warnings check-in: b7e85cb558 user: jan.nijtmans tags: core-8-4-branch
2011-08-16
11:23
[Bug 3388350] mingw64 compiler warnings check-in: 5fa631a777 user: jan.nijtmans tags: core-8-4-branch
07:36
[Bug 3388350] mingw64 compiler warnings n mingw, sys/stat.h must be included before winsock2.h, so m... check-in: 008181d7a6 user: jan.nijtmans tags: core-8-4-branch
2011-08-15
15:23
3390272 Leak of [info script] value. check-in: 21812694b1 user: dgp tags: core-8-4-branch
14:11
[Bug 3388350] mingw64 compiler warnings check-in: b687b06a5e user: jan.nijtmans tags: core-8-4-branch
13:46
[Bug 3388350] mingw64 compiler warnings. Reverse the detection of struct _stat32i64, otherwise when... check-in: 9a0b72fc4a user: jan.nijtmans tags: core-8-4-branch
11:07
[Bug 3388350] mingw64 compiler warnings check-in: e9a08358f4 user: jan.nijtmans tags: core-8-4-branch
08:22
[Bug 3388350] mingw64 compiler warnings check-in: cef0f2ddb5 user: jan.nijtmans tags: core-8-4-branch
2011-07-21
16:27
oops, leftover end comment check-in: f2bb3c8455 user: jan.nijtmans tags: core-8-4-branch
16:19
[Bug 3372130] Fix hypot math function with MSVC10 check-in: 29cb474297 user: jan.nijtmans tags: core-8-4-branch
2011-07-15
17:50
Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. check-in: 5313bef77f user: dgp tags: core-8-4-branch
2011-07-13
17:53
3366265 Buffer allocated one byte too small caused overrun. check-in: 9d68baec02 user: dgp tags: core-8-4-branch
2011-07-12
15:08
platform portable type matching in debug prints. check-in: 27b5f75270 user: dgp tags: core-8-4-branch
14:54
wip Closed-Leaf check-in: 9d53a9efed user: dgp tags: unproven
14:42
wip check-in: cab5f89bf7 user: dgp tags: unproven
2011-07-11
18:47
Type mismatches in *printf calls. check-in: 7af66811dc user: dgp tags: unproven
2011-07-03
10:05
Corrected statements about ctime field of 'struct stat'; that was always the time of the last metada... check-in: c7d5e304f1 user: dkf tags: core-8-4-branch
2011-06-22
16:10
Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH location change for libc check-in: 962a82d150 user: andreask tags: core-8-4-branch
2011-05-11
15:23
If your compiler already defines _WIN64, assume --enable-64bit check-in: 9a4410040d user: jan.nijtmans tags: core-8-4-branch
2011-05-07
19:22
fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: b255be58d9 user: mig tags: core-8-4-branch
2011-05-06
07:53
comment fix check-in: ec6283e0a7 user: jan.nijtmans tags: core-8-4-branch
2011-04-28
13:28
minor comment fix check-in: f8646598bd user: jan.nijtmans tags: core-8-4-branch
2011-04-27
07:48
fix for [Bug 3288345]: use _stat32i64 for CYGWIN too check-in: 0e0e31226a user: jan.nijtmans tags: core-8-4-branch
2011-04-26
19:15
struct _stat64 -> struct __stat64 for AMD64 check-in: 39fdf9dcd5 user: jan tags: core-8-4-branch
2011-04-21
21:09
[Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality check-in: 147a7ce2f1 user: jan tags: core-8-4-branch
12:58
Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 2adc132d52 user: dgp tags: core-8-4-branch
12:05
fix warnings in tclTest.c check-in: f1087fce88 user: jan.nijtmans tags: core-8-4-branch
08:08
fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. Make sure that all _WIN32 compilers use exact... check-in: 85f64af9fd user: jan.nijtmans tags: core-8-4-branch
2011-04-20
17:48
Fixed the shift in line numbers used for testing 'info frame' introduced by checkin [79367df0f0] (Ma... check-in: 9b14fab809 user: andreask tags: core-8-4-branch
12:54
Silence unused variable warning check-in: 50829dbdf4 user: dgp tags: core-8-4-branch
00:05
wrong date check-in: ef86bd2068 user: jan tags: core-8-4-branch
00:02
(no comment) check-in: d253bb6603 user: jan tags: core-8-4-branch
00:01
fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it right for cygwin and WIN64... check-in: efdfc4c7d2 user: jan tags: core-8-4-branch
2011-04-18
07:10
fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. check-in: 0a989dc405 user: jan.nijtmans tags: core-8-4-branch
2011-04-13
13:09
fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: b7862cf944 user: mig tags: core-8-4-branch
2011-04-04
16:19
Updated README files, repairing broken URLs and other rot. check-in: 00402f2aea user: dgp tags: core-8-4-branch
2011-03-28
07:54
gcc warning: unused variable "key" check-in: 3c97b9d272 user: jan.nijtmans tags: core-8-4-branch
2011-03-26
06:25
The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 77b28a0470 user: jan tags: core-8-4-branch
2011-03-25
21:16
[Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: d92ec3651b user: jan tags: core-8-4-branch
13:13
Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some void -> VOID transitio... check-in: 288986ffb1 user: jan.nijtmans tags: core-8-4-branch
2011-03-24
09:40
Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: e7289d1266 user: dkf tags: core-8-4-branch
2011-03-22
10:37
The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 5b793153df user: jan.nijtmans tags: core-8-4-branch
2011-03-16
15:51
[Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: b9ab93d4aa user: jan.nijtmans tags: core-8-4-branch
15:30
SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PA... check-in: a25388e5c7 user: jan.nijtmans tags: core-8-4-branch
2011-03-14
15:07
whitespace tidy check-in: 5c7543cbae user: dgp tags: core-8-4-branch
2011-03-11
23:08
ifdef protections to permit builds with mingw on amd64 systems. Thanks to "mescalinum" for reporting... check-in: c2cb4f795d user: jan.nijtmans tags: core-8-4-branch
12:33
* win/tcl.m4: handle --enable-64bit=ia64 for gcc. * win/configure: (autoconf-2.13) * wi... check-in: 05a17ef7c7 user: jan.nijtmans tags: core-8-4-branch
2011-03-08
21:40
Fix gcc warnings: variable set but not used check-in: 2da8478b61 user: jan.nijtmans tags: core-8-4-branch
2011-03-07
21:23
Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: 0097d4249a user: jan.nijtmans tags: core-8-4-branch
2011-03-06
21:40
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 267149f889 user: dgp tags: core-8-4-branch