Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file changes version bcd82433dd

2013-06-03
14:19
last-moment fix for FreeBSD from Pietro Cerutti check-in: 873b92326c user: jan.nijtmans tags: core-8-4-branch
14:01
Improve reliability of test httpold-4.12. Thanks AF! check-in: 15fee931dd user: dgp tags: core-8-4-branch
2013-05-23
11:28
When compiling Tcl with mingw32/wsl-4.0, make sure that no 64-bit time functions are used, which don... check-in: 6f3fbd689c user: jan.nijtmans tags: core-8-4-branch
2013-05-19
14:04
Don't #define VOID on VxWorks, as it is already typdef'd to void Eliminate possibly conflicting LOCA... check-in: 4bed29cc48 user: jan.nijtmans tags: core-8-4-branch
13:36
Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Pietro Cerutti. check-in: 3711f9d94a user: jan.nijtmans tags: core-8-4-branch
2013-05-17
15:12
<sys/stat.h> inclusion is only needed when compiling for Win32, don't bother for other platforms. check-in: a2c3b92118 user: jan.nijtmans tags: core-8-4-branch
15:08
- eliminate compiler warning when compiling with Visual Studio. - Make sure that _ftime() from msvcr... check-in: 62fbe65d17 user: jan.nijtmans tags: core-8-4-branch
07:14
Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-... check-in: 9480d59af8 user: jan.nijtmans tags: core-8-4-branch
2013-05-16
08:20
Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-... check-in: 50585cc0c1 user: jan.nijtmans tags: core-8-4-branch
2013-05-15
16:46
Fix platform version mismatch between code and index. check-in: 3a034fd20e user: andreask tags: core-8-4-branch
10:27
Add missing "platform" package to the distribution as well. Reported by Pietro Cerutti. check-in: 56d288d533 user: jan.nijtmans tags: core-8-4-branch
2013-05-06
06:52
Add support for Cygwin64, which has a 64-bit "long" type. Binary compatibility with win64 requires ... check-in: 4b69e7850b user: jan.nijtmans tags: core-8-4-branch
2013-04-30
18:43
(::platform::LibcVersion): Followup to the 2013-01-30 change. The RE become too restrictive again. S... check-in: 34fb1a703f user: andreask tags: core-8-4-branch
2013-04-25
07:28
Update dde to version 1.3.3. Update registry to version 1.2.2. (the same as distributed with Tcl 8... check-in: 2e764ac0b1 user: jan.nijtmans tags: core-8-4-branch
2013-04-19
08:19
Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-saving) macros around re... check-in: 7b32308075 user: jan.nijtmans tags: core-8-4-branch
2013-04-12
11:08
Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) f... check-in: 71773cb9e6 user: jan.nijtmans tags: core-8-4-branch
2013-04-09
11:04
Allow URLs that don't have a path, but a query, e.g. http://example.com?foo=bar and bump http to 2.5... check-in: 0df32cd91c user: jan.nijtmans tags: core-8-4-branch
10:10
Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when using stubs. check-in: 58c923ed9e user: jan.nijtmans tags: core-8-4-branch
2013-04-08
19:45
3610026 Stop crash when the number of "colors" in a regular expression overflows a short int. Thank... check-in: a5e7d0c908 user: dgp tags: core-8-4-branch
19:30
Demand the error message indicating the purpose of the test. Closed-Leaf check-in: 2c6fed253d user: dgp tags: bug-3610026
15:15
3610026 Stop segfault when regexp overflows color limits. check-in: 1d848fecaa user: dgp tags: bug-3610026
2013-04-03
20:46
some more "ignore-glob" patterns check-in: 9f64830f2e user: jan.nijtmans tags: core-8-4-branch
2013-03-27
10:13
merge core-8-4-branch Closed-Leaf check-in: 3f874d4d15 user: jan.nijtmans tags: bug-3562640
2013-03-22
16:33
merge 8.4 check-in: 293f957f1f user: dgp tags: core-8-4-20-rc
2013-03-20
11:18
Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: aad700de84 user: jan.nijtmans tags: core-8-4-branch
2013-03-19
14:55
Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: ee85786241 user: jan.nijtmans tags: core-8-4-branch
14:26
3597000 Consistent [file copy] result. check-in: ef8bec8154 user: dgp tags: core-8-4-branch
13:37
make sure that [file stat] returns the right data, even for locked files. check-in: f92d60cd3d user: jan.nijtmans tags: core-8-4-branch
12:43
[Bug 2893771]: file stat fails on locked files on win32. check-in: bfeff04939 user: jan.nijtmans tags: core-8-4-branch
2013-03-18
14:22
[Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: d1b80647cd user: dkf tags: core-8-4-branch
2013-03-12
12:00
Regenerate configure with autoconf-2.13. Mostly repairs line numbers. check-in: 1d32f4f268 user: dgp tags: core-8-4-branch
08:32
re-generate configure check-in: 68f4e24433 user: jan.nijtmans tags: core-8-4-branch
08:26
Patch by Andrew Shadura, providing better support for three architectures they have in Debian. (rege... check-in: 4826897f80 user: jan.nijtmans tags: core-8-4-branch
2013-03-08
21:12
Some more ignore-glob settings for msvc, mac, hp .... check-in: 46c1b89e22 user: jan.nijtmans tags: core-8-4-branch
2013-03-06
21:51
Cleaner error handling in fixempties(). check-in: ee7549bebd user: dgp tags: core-8-4-branch
19:25
3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 8293cc6b1f user: dgp tags: core-8-4-branch
19:12
merge 8.4 Closed-Leaf check-in: ea4fdbc376 user: dgp tags: bug-3606683-84
19:11
Rework into Tcl 8.4 coding style (closer to original Spencer). check-in: 991d6f0796 user: dgp tags: bug-3606683-84
18:00
Indent reduction in fixempties(). check-in: 3b0c8c5763 user: dgp tags: bug-3606683-84
16:57
Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: 1b9ad2f445 user: dgp tags: bug-3606683-84
16:07
New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 9fe9aa7be3 user: dgp tags: bug-3606683-84
12:08
Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: 74e78f02d8 user: jan.nijtmans tags: core-8-4-branch
2013-03-05
19:39
Remove TclInitCompilation() declaration that's never had a definition (14 years!). check-in: 543d9b10bd user: dgp tags: core-8-4-branch
14:38
Contributed patch from Tom Lane <[email protected]>. Merge conflicts due to different coding style a... check-in: 59666f739d user: dgp tags: bug-3606683-84
2013-03-04
16:08
merge core-8-4-branch check-in: 004c19de41 user: jan.nijtmans tags: bug-3562640
15:38
New scheme for keeping the per-process tcl_precision value in sync without the need for mutex locks ... check-in: 02ef6b18c8 user: dgp tags: core-8-4-branch
2013-02-27
15:15
A bit more tidiness expressing the new test expression. check-in: 099cf26224 user: dgp tags: core-8-4-branch
15:03
rejoin the branch check-in: 54451cd3a5 user: dgp tags: core-8-4-branch
14:59
Convert test expression into less imposing form. check-in: 05c7d59075 user: dgp tags: core-8-4-branch
13:09
Wrap test-case over multiple lines. Closed-Leaf check-in: bed72ba8e6 user: jan.nijtmans tags: off-8.4-branch
08:02
[Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: bb1ca6484d user: jan.nijtmans tags: core-8-4-branch
2013-02-26
17:15
structs ChannelHandler ChannelHandlerEvent GetsState CopyState used locally. Remove from tclIO.h. check-in: b8a10548fd user: dgp tags: core-8-4-branch
16:38
struct NextChannelHandler used only locally. Remove from tclIO.h. check-in: f04cd919ee user: dgp tags: core-8-4-branch
2013-02-25
18:05
Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct is used only locall... check-in: 5a27ca7124 user: dgp tags: core-8-4-branch
2013-02-22
18:24
Use iPtr field instead of source field to mark a CompileEnv as uninitialized. envPtr->source == NULL... check-in: 5c01d3bd75 user: dgp tags: core-8-4-branch
17:38
Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 4b47ba25b7 user: dgp tags: core-8-4-branch
2013-02-21
21:14
Protect against multiple uses of a CompileEnv with only one initialization. Make TclFreeCompileEnv s... Closed-Leaf check-in: a9d0d6fd73 user: dgp tags: aku-review
03:04
3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: 5c65fe2f73 user: dgp tags: core-8-4-branch
02:54
added test Closed-Leaf check-in: f2686601aa user: dgp tags: bug-3605447
02:15
The flag TCL_LEAVE_ERR_MSG has no effect on the routine TclGetNamespaceForQualName() so for goodness... check-in: fb2bb186d4 user: dgp tags: bug-3605447
2013-02-20
20:16
refinement check-in: bc6d15d10d user: dgp tags: bug-3605447
19:18
36054447 Convert [namespace export -clear] interface to something less stupid. Test suite does not d... check-in: 8004675d9c user: dgp tags: bug-3605447
2013-02-19
09:50
Add test-case for Bug #2438181 (which passes in Tcl 8.4 but fails in 8.5/8.6). Provided by Poor Yori... check-in: 379ab728ba user: jan.nijtmans tags: core-8-4-branch
2013-02-15
15:15
revise test numbering for forward merging check-in: a6cdf3f176 user: dgp tags: core-8-4-branch
14:30
3604074 Fix regexp optimization to stop hanging on the expression ((((((((a)*)*)*)*)*)*)*)* . Thank... check-in: d5b77dd8bb user: dgp tags: core-8-4-branch
2013-02-14
21:04
New branch bug-3604074 with improved patch to correct fixempties() failure to converge. Closed-Leaf check-in: a7c9ab2122 user: dgp tags: bug-3604074
06:23
Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin shell. check-in: dc4021475e user: jan.nijtmans tags: core-8-4-branch
2013-02-12
23:13
Backport various improvements from Tcl 8.5 check-in: 35e9430673 user: jan.nijtmans tags: core-8-4-branch
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
16:11
Merge core-8-4-branch check-in: f12bf3792c user: jan.nijtmans tags: bug-3562640
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-25
14:20
merge core-8-4-branch check-in: d8176de2a1 user: jan.nijtmans tags: bug-3562640
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:

http://code.activestate.com/lists/tcl-core/12524/

check-in: b8a089f6e4 user: jan.nijtmans tags: core-8-4-branch
2012-11-18
16:54
On-hold at Don Porter's request. 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
12:33
merge 8.4 check-in: 7489704bfe user: dgp tags: core-8-4-20-rc
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
12:44
merge 8.4 check-in: 9f46c3980e user: dgp tags: core-8-4-20-rc
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

backport genStubs::forAllStubs function,...

check-in: 1c47c5d187 user: jan.nijtmans tags: core-8-4-branch
04:17
merge 8.4 check-in: b4345db6e2 user: dgp tags: core-8-4-20-rc
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:07
merge 8.4 check-in: d0b1020ee4 user: dgp tags: core-8-4-20-rc
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
00:28
Release branch for Tcl 8.4.20. check-in: 32948f74ee user: dgp tags: core-8-4-20-rc
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