Tcl Source Code

Timeline
Login

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

107 check-ins using file changes version 21659646f2

2016-02-02
08:49
(just an experiment, don't look ....) Backout the contributed patch memaccounting from Postgres sinc... Closed-Leaf check-in: 667e5f2255 user: jan.nijtmans tags: backout-memaccounting
2016-02-01
21:39
Backout the contributed patch memaccounting from Postgres since it changes the protections incompati... check-in: 365e3582cc user: dgp tags: core-8-5-branch
2016-01-31
08:41
Fix crash in win32/win64 regexp.test. Done by backporting the 8.6 regex engine, but followed by "fos... Closed-Leaf check-in: 133a2ed842 user: jan.nijtmans tags: core-8-5-branch
00:20
Minor clean-ups (e.g. turn back const -> CONST, as common in 8.5 branch) Closed-Leaf check-in: 6425d8cf43 user: jan.nijtmans tags: 8.5-with-8.6-regexp
2016-01-29
22:49
Backout TIP #413 as well check-in: e5c5d65e94 user: jan.nijtmans tags: 8.5-with-8.6-regexp
22:32
Backout TIP #388 implementation, this part doesn't belong in 8.5 check-in: 8660791a56 user: jan.nijtmans tags: 8.5-with-8.6-regexp
15:27
8.5-with-8.6-regexp check-in: 455080bc33 user: jan.nijtmans tags: 8.5-with-8.6-regexp
13:38
Implement TIP #440: Add engine to tcl_platform Array check-in: b7ae93cf2f user: jan.nijtmans tags: core-8-5-branch
2016-01-22
10:27
Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thanks to Gustaf Neumann. No... check-in: 01f95b9116 user: jan.nijtmans tags: core-8-5-branch
2016-01-21
13:11
Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf Neumann. All harmless, ... check-in: 49a45d782e user: jan.nijtmans tags: core-8-5-branch
06:11
Backport of TIP #440. Closed-Leaf check-in: 7a29e252ee user: mistachkin tags: tip-440-backport
2015-12-11
10:13
Fix [c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 0201d51279 user: jan.nijtmans tags: core-8-5-branch
2015-12-02
11:02
Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 99d1b1e43c user: jan.nijtmans tags: core-8-5-branch
2015-11-26
11:46
On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. On win32, don't create empty {pre... check-in: e6f04b2957 user: jan.nijtmans tags: core-8-5-branch
2015-11-24
15:05
Fix comments at the top of the *.decls files, which are not correct any more for a long long time. check-in: 6806cf0510 user: jan.nijtmans tags: core-8-5-branch
2015-11-20
16:58
[3293874] Simplified fix (not backport). Also detect >LIST_MAX early. check-in: a2c1ec0241 user: dgp tags: core-8-5-branch
15:47
[40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: 0ff70f4013 user: dgp tags: core-8-5-branch
2015-11-17
17:07
Spanish translation of example corrected check-in: 8baf95e6fa user: oehhar tags: core-8-5-branch
2015-11-16
10:32
Fix --enable-symbols build on Cygwin. Reported by François Vogel check-in: 2de2bdc2f3 user: jan.nijtmans tags: core-8-5-branch
2015-11-13
08:40
Fix 34eb6911af, taken over from SQLite: Fix uses ... check-in: 642858bfbe user: jan.nijtmans tags: core-8-5-branch
2015-11-10
16:31
[261a8a79f0] Integer overflow leads to segfault. check-in: 8303249388 user: dgp tags: core-8-5-branch
2015-10-27
23:16
Update to tzdata2015g from ietf check-in: c2b3385e7d user: venkat tags: core-8-5-branch
2015-10-25
22:45
re-generate "configure", both for unix and win check-in: 24c5950e85 user: jan.nijtmans tags: core-8-5-branch
19:39
Remove use of HAVE_USLEEP. It isn't use anywhere any more. check-in: 4ef9cb7383 user: jan.nijtmans tags: core-8-5-branch
2015-10-24
16:01
A more lenient test; different platforms are more diverse in their correct output. check-in: a876e488c6 user: dkf tags: core-8-5-branch
07:40
Bring back regexp to wat it was in latest release. This is the correct fix for kbk's attempt. check-in: e83c1de850 user: jan.nijtmans tags: core-8-5-branch
2015-10-23
22:39
combine divergence check-in: cc08c8fca0 user: dkf tags: core-8-5-branch
22:30
Ensure that at lease the format of the output of the platform package's commands is consistently par... check-in: dea61307d2 user: dkf tags: core-8-5-branch
22:29
Correct bad regexp in platform::identify that causes it to return incorrect results everywhere. check-in: 023464df7e user: kbk tags: core-8-5-branch
14:57
Backout of failed attempt to fix [32ae34e63a] got checked into wrong branch. check-in: ffa88687f8 user: dgp tags: core-8-5-branch
2015-10-21
13:50
[1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane o... check-in: 01bd72a637 user: dgp tags: core-8-5-branch
13:35
Adapted new tests contributed from Tom Lane @postgres. Closed-Leaf check-in: c5a456b3e5 user: dgp tags: tgl-pg-re
2015-10-20
20:21
Adaptation of most of the re-mopup.patch from Tom Lane @ postgress. Still should add the new tests. check-in: 8dd308bfed user: dgp tags: tgl-pg-re
19:53
Adaptation of re-memaccounting.patch from Tom Lane @postgres. check-in: 770f0e7907 user: dgp tags: tgl-pg-re
19:21
Adaptation of re-better-pushpull.patch from Tom Lane @postgres check-in: e874618c2c user: dgp tags: tgl-pg-re
18:32
Adaptation of re-better-fixempties.patch from Tom Lane @ postgres. check-in: 0e00472f54 user: dgp tags: tgl-pg-re
2015-10-19
19:32
Adaptation of re-oNsquared.patch from Tom Lane @ postgres. check-in: c0175b254e user: dgp tags: tgl-pg-re
17:42
Adaptation of the patch re-fixconstraintloops.patch from http://www.postgresql.org/message-id/19394.... check-in: 1723e1aed1 user: dgp tags: tgl-pg-re
2015-10-18
10:31
Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details, see [ba44e415a0]: Use... check-in: 6c765efe9d user: jan.nijtmans tags: core-8-5-branch
2015-10-12
09:57
Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 35d4987be5 user: jan.nijtmans tags: core-8-5-branch
2015-10-10
12:37
Fix minor msvc compiler warning in tclWinFile.c check-in: 36edaf9df1 user: jan.nijtmans tags: core-8-5-branch
2015-10-09
14:40
Make autoconf > 2.59 work warning-free check-in: 2a07a0242f user: jan.nijtmans tags: core-8-5-branch
13:30
Tcl/OpenBSD/Sparc needs -fPIC. check-in: 927e42e20c user: stwo tags: core-8-5-branch
2015-10-07
13:32
Fix [8587cb648c445f7]: clock default format incorrect check-in: 5032bcf218 user: jan.nijtmans tags: core-8-5-branch
2015-10-06
14:25
Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: d0d427004f user: jan.nijtmans tags: core-8-5-branch
09:19
Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 6416871fda user: jan.nijtmans tags: core-8-5-branch
08:18
Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 07a551aef2 user: jan.nijtmans tags: core-8-5-branch
2015-10-05
09:23
Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 608d492f3b user: jan.nijtmans tags: core-8-5-branch
2015-10-04
10:58
[05489ce335] Constrain broken tests. check-in: 74d7c078c4 user: dkf tags: core-8-5-branch
10:10
Eliminate unnessessary end-of-line spacing. No functional change. check-in: c8dd06d2fa user: jan.nijtmans tags: core-8-5-branch
2015-10-01
11:04
Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested with the brand-new gcc 5.2... check-in: acd5ab176d user: jan.nijtmans tags: core-8-5-branch
2015-09-30
13:44
Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: aee5640971 user: jan.nijtmans tags: core-8-5-branch
12:57
Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove some unnecessary end-of-li... check-in: 3943bc43df user: jan.nijtmans tags: core-8-5-branch
11:11
Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 21698dfbaa user: jan.nijtmans tags: core-8-5-branch
08:25
Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version num... check-in: 71632274f3 user: jan.nijtmans tags: core-8-5-branch
2015-09-29
07:46
Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: 8270a202f9 user: jan.nijtmans tags: core-8-5-branch
2015-09-28
11:11
align comment, no functional change check-in: 47e6a4a635 user: jan.nijtmans tags: core-8-5-branch
2015-09-25
16:32
Backout failed attempt to fix [32ae34e63a]. Closed-Leaf check-in: 0ce0901f7f user: dgp tags: bug-05489ce335
10:39
proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform Closed-Leaf check-in: 616b458e31 user: jan.nijtmans tags: bug-219866c1e9
2015-09-24
19:05
Remove the backport that causes stack balance panics. check-in: aeb89a1f10 user: dgp tags: bug-05489ce335
10:54
Fix [5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: f30afc36b5 user: jan.nijtmans tags: core-8-5-branch
09:55
Clean-up tclUnixNotfy.c, restructure it the same as "trunk" version. No functional changes. This wil... check-in: a6517a4eb6 user: jan.nijtmans tags: core-8-5-branch
2015-09-23
17:07
[e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: f2cd284bdc user: dgp tags: core-8-5-branch
16:37
merge 8.5 Closed-Leaf check-in: 19bcc9ef79 user: dgp tags: bug-e0a7b3e5f8
16:29
[32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. check-in: 36198cfb7c user: dgp tags: core-8-5-branch
16:08
Update tests to account for changed ReflectWatch behavior. Closed-Leaf check-in: 67c4864f22 user: dgp tags: bug-32ae34e63a
16:00
Protect CopyState buffer from conflicting uses when CopyData() is called recursively. Also, have Ref... check-in: 84f5187671 user: dgp tags: bug-32ae34e63a
13:18
CopyData() now tolerates recursion enough so that io-53.18 does not segfault. check-in: b932f3d39b user: dgp tags: bug-32ae34e63a
09:40
WIP check-in: 6b6709c021 user: dgp tags: bug-32ae34e63a
2015-09-22
19:12
Reboot the bug fix. check-in: 7537710eb2 user: dgp tags: bug-32ae34e63a
18:24
merge 8.5 check-in: dc507d0c01 user: dgp tags: bug-32ae34e63a
2015-09-21
18:22
[d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. check-in: 135d445620 user: dgp tags: core-8-5-branch
17:29
[a3c3508599] Fix typo that reversed test sense in prior fix for [3610026]. Closed-Leaf check-in: 3a17aa1449 user: dgp tags: tgl-pg-re
17:14
[d7ea9f9853] Contributed patch from tgl with Postgres. check-in: 4dd1df766f user: dgp tags: tgl-pg-re
2015-09-02
11:06
merge 8.5 check-in: 01e860430d user: dgp tags: bug-32ae34e63a
2015-08-30
20:20
[7703ff1082] Improved wording. check-in: 06d0c376c9 user: dkf tags: core-8-5-branch
2015-08-28
10:23
Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure... check-in: 850bbb13e1 user: jan.nijtmans tags: core-8-5-branch
2015-08-27
14:49
Fix [7703ff1082]: extra argument ?pattern? of parray is not documented check-in: 7f240e96e3 user: jan.nijtmans tags: core-8-5-branch
11:48
merge 8.5 check-in: 4e2b27a319 user: dgp tags: bug-32ae34e63a
2015-08-25
11:29
Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable... check-in: 35abd326e1 user: jan.nijtmans tags: core-8-5-branch
09:39
Removed "ucrt" as configureable option: If building with VC2014, it's the recommended way to build T... check-in: d403323619 user: jan.nijtmans tags: core-8-5-branch
2015-08-21
10:40
Eliminate some (harmless) compiler warnings. No functional change. check-in: 35a2b18897 user: jan.nijtmans tags: core-8-5-branch
2015-08-19
15:23
Fix [00189c4afc]: Allow semi-static UCRT build on Windows w... check-in: e8ee0c13b9 user: jan.nijtmans tags: core-8-5-branch
2015-08-17
18:22
[818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane) for handling low memo... check-in: c5a6ed1cd5 user: dkf tags: core-8-5-branch
2015-08-13
19:28
New test attempting to demo Bug [e0a7b3e5f8]. Doesn't work yet. check-in: 10e3ec0c71 user: dgp tags: bug-32ae34e63a
17:02
Disable the filtering of ReflectWatch so that every UpdateInterest() call flows through to become a ... check-in: 0e3d4332c0 user: dgp tags: bug-32ae34e63a
16:45
A bit of code safety, and then a test demonstrating next issue. check-in: 2f662fbeb9 user: dgp tags: bug-32ae34e63a
2015-08-12
17:49
Adjustments to failing tests to account for changed [chan postevent]. check-in: 834c89c2e6 user: dgp tags: bug-32ae34e63a
16:37
New test io-53.18 adapted from demo script in [32ae34e63a]. This test segfaults without changes to ... check-in: fa8fb6f35f user: dgp tags: bug-32ae34e63a
05:06
Upgrade to tzdata2015f from IETF. check-in: 6cb0868771 user: venkat tags: core-8-5-branch
2015-08-10
19:44
Add the critical missing UpdateInterest() call at the exit of DoRead(). (Compare with same approach ... check-in: 3993dcc988 user: dgp tags: bug-e0a7b3e5f8
2015-08-06
04:24
Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix check-in: c4aba48855 user: jan.nijtmans tags: core-8-5-branch
2015-08-03
07:17
Backport the fixes to handling of continue in for-step clauses. check-in: 0710a46828 user: dkf tags: core-8-5-branch
2015-07-31
10:47
generic: reduced diffs to trunk, win: clean code after bug [f00009f7ce] was fixed in trunk Leaf check-in: 86b6e7b98a user: sebres tags: sebres_clean_core_8_5
2015-07-29
14:54
[3e7eca8c8c] Prevent overflow in size values passed to allocators. check-in: ee467fed92 user: dgp tags: core-8-5-branch
03:06
[3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). check-in: 675e880454 user: dgp tags: core-8-5-branch
2015-07-23
16:53
Fix bug [57945b574a]: lock in forking process under heavy m... check-in: 6abeca2800 user: jan.nijtmans tags: core-8-5-branch
2015-07-17
21:15
Test for original meaning of [unset -nocomplain --]. check-in: 6cad4ee0b3 user: dgp tags: core-8-5-branch
2015-07-15
17:57
[9bad630c31] Prevent read outside of buffer bounds. check-in: 641938a377 user: dgp tags: core-8-5-branch
17:17
[b1534b438b] Prevent read outside buffer boundaries. check-in: 03885f127a user: dgp tags: core-8-5-branch
2015-07-08
09:45
clock - FreeScan (resp. Oldscan): repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59... Leaf check-in: 5f72c863f1 user: sebres tags: sebres_clock_tz_fix
09:41
tclDate.c regenerated with yacc 2.4.2; skip one clock test-case for windows; check-in: 55849fb6e8 user: sebres tags: sebres_clock_tz_fix
08:39
Create new branch named "sebres_clock_tz_fix" check-in: c0026845c4 user: sebres tags: sebres_clock_tz_fix
2015-07-07
14:16
Documentation: source ignores BOM for unicode files check-in: d931fdf82d user: oehhar tags: core-8-5-branch
2015-06-30
14:36
Correct handling of dictionaries in the background error processing code. check-in: db9c88c5eb user: dkf tags: core-8-5-branch
2015-06-28
01:54
Summary: Update to tzdata2015e from ietf.org check-in: 51e17e0790 user: venkat tags: core-8-5-branch
2015-06-25
07:52
Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 0ff7f3392c user: jan.nijtmans tags: core-8-5-branch