Tcl Source Code

Timeline
Login

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

85 check-ins going from core-8-5-14 to core-8-5-15

2013-09-13
16:02
Added note to ChangeLog pointing to the fossil timeline for better logging. Closed-Leaf check-in: ae00707ece user: dgp tags: rc1, core-8-5-15, core-8-5-15-rc
14:14
merge 8.5; update changes check-in: 9f7491d11b user: dgp tags: core-8-5-15-rc
2013-09-08
03:26
merge 8.5. update changes. check-in: 6a7083949d user: dgp tags: core-8-5-15-rc
2013-09-03
16:45
Favor timeline over ChangeLog check-in: ee609a2663 user: dgp tags: core-8-5-15-rc
16:04
some missed changes check-in: cb84ed25cc user: dgp tags: core-8-5-15-rc
2013-08-30
14:31
fix date check-in: d85e816231 user: dgp tags: rc0, core-8-5-15-rc
14:16
changes check-in: 7fa0fe032b user: dgp tags: core-8-5-15-rc
2013-08-29
20:08
Bump to 8.5.15 for release. check-in: c46e5e4d16 user: dgp tags: core-8-5-15-rc
2013-08-15
19:55
Make sure the errors raised by execution traces become errors raised by the traced command, as docum... check-in: f3fac8ede1 user: dgp tags: core-8-5-branch
2013-08-14
17:02
[a16752c252] Correct failure to call cmd deletion callbacks. check-in: 746ec0f768 user: dgp tags: core-8-5-branch
2013-08-11
14:41
Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann check-in: f04e2881d3 user: jan.nijtmans tags: core-8-5-branch
2013-08-05
21:58
Mark unixforkevent-1.1 nonPortable, until proven on more platforms. check-in: 0107005970 user: jan.nijtmans tags: core-8-5-branch
2013-08-01
12:38
Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were forked, to solve Rivet b... check-in: 02909e227f user: jan.nijtmans tags: core-8-5-branch
2013-07-29
09:29
Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this ... check-in: 334ab96e5e user: jan.nijtmans tags: core-8-5-branch
2013-07-26
13:21
[6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for passing on the discove... check-in: 2425a69341 user: dgp tags: core-8-5-branch
2013-07-25
14:24
Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: f7fe2446ce user: jan.nijtmans tags: core-8-5-branch
2013-07-24
16:51
Demonstrate and fix memory leak in Tcl_ParseVar(). check-in: 5cc898d566 user: dgp tags: core-8-5-branch
2013-07-23
09:07
Add "testfork" test command. Not used in any test-case yet check-in: b425245964 user: jan.nijtmans tags: core-8-5-branch
2013-07-08
18:55
Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: 728fb2f25b user: jan.nijtmans tags: core-8-5-branch
06:49
Build stub objects with -DSTATIC_BUILD on all platforms. Only important on win32 (already done) and ... check-in: dda8563eba user: jan.nijtmans tags: core-8-5-branch
2013-07-07
02:19
OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 62f5521264 user: stwo tags: core-8-5-branch
2013-07-06
22:22
http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: b7f2bd8640 user: kbk tags: core-8-5-branch
2013-07-05
14:52
Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic.h. Suggested by Pietro... check-in: 1a48f9c2e1 user: jan.nijtmans tags: core-8-5-branch
2013-07-03
10:39
Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change check-in: c21496f5a4 user: jan.nijtmans tags: core-8-5-branch
2013-07-02
07:16
Don't forget ChangeLog for previous commit check-in: e8e4a564d6 user: jan.nijtmans tags: core-8-5-branch
07:14
Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin. check-in: f8d461fd57 user: jan.nijtmans tags: core-8-5-branch
2013-06-27
12:34
Fix [34538ba43f] check-in: 01ae5c884c user: jan.nijtmans tags: core-8-5-branch
08:28
Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. check-in: 341f682e08 user: jan.nijtmans tags: core-8-5-branch
2013-06-26
14:20
formatting, typo check-in: e359b91742 user: jan.nijtmans tags: core-8-5-branch
2013-06-25
12:02
Don't use deprecated Tcl_DStringTrunc any more. check-in: 21bffe717c user: jan.nijtmans tags: core-8-5-branch
2013-06-20
14:17
TclCompileScript() should not overwrite envPtr->numSrcBytes. The envPtr already has the right value ... check-in: 349fd09957 user: dgp tags: core-8-5-branch
2013-06-18
10:33
Fix [3611974]: InitSubsystems multiple thread issue check-in: d155ff70cf user: jan.nijtmans tags: core-8-5-branch
07:43
Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. check-in: f604a21bb0 user: jan.nijtmans tags: core-8-5-branch
2013-06-17
17:03
Updates to redirect bug reports to the new tracker location. check-in: cc0db5a0ac user: dgp tags: core-8-5-branch
13:23
Use more portable TclIsSpaceProc() in stead of isspace(). Make sure that "string is space \u180e" c... check-in: 5712054958 user: jan.nijtmans tags: core-8-5-branch
04:52
Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \u001f check-in: cc1a71b4e5 user: jan.nijtmans tags: core-8-5-branch
2013-06-14
10:11
Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. check-in: 0231bc500c user: jan.nijtmans tags: core-8-5-branch
2013-06-13
07:13
Fix some gcc warnings which become visible with -Wextra check-in: 3ef0025839 user: jan.nijtmans tags: core-8-5-branch
2013-06-12
19:36
Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64 check-in: 51e52ec852 user: jan.nijtmans tags: core-8-5-branch
10:24
Silence various warnings when doing a 64-bit build with MSVC: Those warnings can only _really_ be fi... check-in: e2b60a9a55 user: jan.nijtmans tags: core-8-5-branch
2013-06-11
07:58
Improve compatibility detection for <time.h> and <sys/stat.h>: - Move <time.h> before other include... check-in: 85e9c3bd83 user: jan.nijtmans tags: core-8-5-branch
2013-06-03
20:31
merge 8.4 check-in: e9555b15b3 user: dgp tags: core-8-5-branch
16:10
fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tc... check-in: 2df9da6902 user: mig tags: core-8-5-branch
2013-05-29
16:24
Fix C99 comment-ism breaking the native AIX compiler. HPUX likely as well. check-in: dd32313fb4 user: andreask tags: core-8-5-branch
2013-05-28
07:18
3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. Bumped msgcat to ve... check-in: 82b537d31b user: jan.nijtmans tags: core-8-5-branch
2013-05-23
11:39
merge-mark check-in: e85cd0b5a8 user: jan.nijtmans tags: core-8-5-branch
2013-05-22
13:14
silence compiler warning check-in: dcd61515be user: dgp tags: core-8-5-branch
12:59
[3613609]: Replace strcasecmp() with UTF-8-aware version. check-in: 8cc7cdfbd6 user: dkf tags: core-8-5-branch
2013-05-19
20:26
Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate possibly conflicting LOC... check-in: 157acf6411 user: jan.nijtmans tags: core-8-5-branch
19:03
Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Pietro Cerutti check-in: 970c40e701 user: jan.nijtmans tags: core-8-5-branch
2013-05-17
07:21
Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-... check-in: 55a95054aa user: jan.nijtmans tags: core-8-5-branch
2013-05-16
17:39
Sigh. Fix version number of package "platform" in the Makefile.n files. Future: Write a small tcl sc... check-in: 87bdd6cc6c user: andreask tags: core-8-5-branch
12:28
_USE_32BIT_TIME_T is already defined in tclWinPort.h check-in: 63647dceb1 user: jan.nijtmans tags: core-8-5-branch
12:22
Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-... check-in: 9cc84b876e user: jan.nijtmans tags: core-8-5-branch
2013-05-15
16:49
Fix platform version mismatch between code and index. check-in: a94115b025 user: andreask tags: core-8-5-branch
10:37
merge-mark check-in: 1521440b6d user: jan.nijtmans tags: core-8-5-branch
2013-05-06
07:22
Add support for Cygwin64, which has a 64-bit "long" type. Binary compatibility with win64 requires ... check-in: 95f65c60b8 user: jan.nijtmans tags: core-8-5-branch
2013-05-01
21:13
Backport 8.6's fix [checkin 5af0d249de] to [Bug 2901998]: Inconsistent buffered I/O. Tcl's I/O now f... check-in: e7d7fe409a user: ferrieux tags: core-8-5-branch
2013-04-30
18:46
(::platform::LibcVersion): Followup to the 2013-01-30 change. The RE become too restrictive again. S... check-in: d220e04846 user: andreask tags: core-8-5-branch
2013-04-25
07:32
merge-mark check-in: 9f90cb648d user: jan.nijtmans tags: core-8-5-branch
2013-04-23
13:30
Split ChangeLog in 3 parts, just as already done on trunk check-in: 8b1287fd4b user: jan.nijtmans tags: core-8-5-branch
10:39
Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj... check-in: fee45978cb user: jan.nijtmans tags: core-8-5-branch
2013-04-19
08:41
Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-saving) macros around re... check-in: d230417e3f user: jan.nijtmans tags: core-8-5-branch
2013-04-16
20:18
3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out the variable so we don't mista... check-in: 6c9f37059e user: dgp tags: core-8-5-branch
2013-04-12
11:22
Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) f... check-in: 7314d4f7dc user: jan.nijtmans tags: core-8-5-branch
2013-04-09
11:06
merge-mark check-in: 44252ce501 user: jan.nijtmans tags: core-8-5-branch
2013-04-08
19:59
3610026 Stop crash when the number of "colors" in a regular expression overflows a short int. Thank... check-in: a0f071f00b user: dgp tags: core-8-5-branch
2013-04-04
17:08
Allow URLs that don't have a path, but a query, e.g. http://example.com?foo=bar and bump http to 2.... check-in: e47216d06d user: max tags: core-8-5-branch
07:03
Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. check-in: 40cc6d8f3b user: jan.nijtmans tags: core-8-5-branch
2013-04-03
20:48
some more "ignore-glob" patterns check-in: ce6095ab91 user: jan.nijtmans tags: core-8-5-branch
13:26
[Bug 3205320]: stack space detection defeated by inlining. Now fixed in the cross-compile case as we... check-in: dea7c55032 user: jan.nijtmans tags: core-8-5-branch
13:12
merge release to 8.5 check-in: 477fb34842 user: dgp tags: core-8-5-branch
2013-03-29
15:08
Redate. Retag RC1. Closed-Leaf check-in: fdc2caede9 user: dgp tags: core-8-5-14, core-8-5-14rc
2013-03-28
18:31
Merge 8.5. Tag RC1. check-in: 7acb1cbc6d user: dgp tags: core-8-5-14rc
14:48
Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no longer necessary. check-in: 12f98a9528 user: jan.nijtmans tags: core-8-5-branch
2013-03-27
14:06
Add dummy (undocumented) TclCanceled function in stub table (not exported as symbol or macro), which... check-in: 6a9ee3273c user: jan.nijtmans tags: core-8-5-branch
10:48
remove unneccessary duplication check-in: 1d94413d32 user: jan.nijtmans tags: core-8-5-branch
2013-03-23
20:25
Update tzdata and release tags check-in: 6d6f2fb7da user: dgp tags: core-8-5-14rc
2013-03-22
23:05
Update to tzdata2013b check-in: 15d1b83223 user: venkat tags: core-8-5-branch
16:11
Tag for release check-in: dbc6cc3964 user: dgp tags: core-8-5-14rc
12:47
Completed changes. check-in: ca9b2c2617 user: dgp tags: core-8-5-14rc
09:30
Minor: version number correction. check-in: 9078175c91 user: dkf tags: core-8-5-14rc
04:18
changes WIP check-in: 3016bdbab3 user: dgp tags: core-8-5-14rc
2013-03-21
19:09
Release branch for Tcl 8.5.14. check-in: bc1ba19e60 user: dgp tags: core-8-5-14rc
14:56
Tcl 8.5 doesn't have [try] check-in: 1ea74eff23 user: jan.nijtmans tags: core-8-5-branch