Timeline
Not logged in

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

44 check-ins using file win/README version 9f15eee52e

2011-04-04
14:26
Merge to feature branch Closed-Leaf check-in: c29f1b7a0d user: dkf tags: rfe-3216010
2011-04-02
21:55
Replaced another couple of 'double' declarations with 'volatile double' to work around misrounding ... check-in: 6624676119 user: kbk tags: core-8-5-branch
2011-03-30
22:29
Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and trunk are ok, so a merge... check-in: 4946996d08 user: andreask tags: core-8-5-branch
2011-03-28
07:56
merge-mark check-in: b0e1a49673 user: jan.nijtmans tags: core-8-5-branch
2011-03-26
06:30
The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 772bb5c56a user: jan tags: core-8-5-branch
2011-03-25
21:18
merge-mark check-in: 74a01fb913 user: jan tags: core-8-5-branch
13:46
fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" Remove Tclp(Local|Gm)... check-in: 491f6fe449 user: jan.nijtmans tags: core-8-5-branch
2011-03-24
09:45
Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: 3971651ab7 user: dkf tags: core-8-5-branch
2011-03-22
10:41
The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 83ebc9c1fa user: jan.nijtmans tags: core-8-5-branch
10:10
[Bug #3216070] Loading extension libraries from embedded Tcl applications. check-in: e18262f10e user: jan.nijtmans tags: core-8-5-branch, potential incompatibility
2011-03-17
21:18
Support the requested [lsort -entier] functionality. check-in: cf82eb92c8 user: dgp tags: rfe-3216010
2011-03-16
21:36
bug-3216070 Closed-Leaf check-in: 28d283ab37 user: jan.nijtmans tags: bug-3216070
15:53
[Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: 8f397fe9f2 user: jan.nijtmans tags: core-8-5-branch
15:33
merge-mark check-in: 553dd4e351 user: jan.nijtmans tags: core-8-5-branch
14:21
whitespace tidy check-in: 2b189b09a6 user: dgp tags: core-8-5-branch
14:13
Rewrites to eliminate isspace() calls. check-in: 44266eb780 user: dgp tags: core-8-5-branch
09:14
Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necessary basis. Backported f... check-in: f659b577f5 user: jan.nijtmans tags: core-8-5-branch
2011-03-14
21:32
Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. * tools/tclZIC.tcl... check-in: 86f581a60d user: kbk tags: core-8-5-branch
17:16
Standardize on autoconf-2.59 to generate configure files. check-in: 1337989f69 user: dgp tags: core-8-5-branch
15:08
merge 8.4 check-in: 3e9d0beb61 user: dgp tags: core-8-5-branch
14:23
Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 902c7eef54 user: dkf tags: core-8-5-branch, libtommath-merge-0-42-0
13:17
Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: db21821bb9 user: jan.nijtmans tags: mistake-20110314a
09:47
re-import ltm-0.39, with original RCS-ID's check-in: 18317dde13 user: jan.nijtmans tags: mistake-20110314a
2011-03-11
23:09
merge-mark check-in: 5dc038c5af user: jan.nijtmans tags: core-8-5-branch
12:36
merge-mark check-in: 38c06ed49f user: jan.nijtmans tags: core-8-5-branch
11:25
merge-mark correct version of libtommath check-in: c2b3daa4f7 user: jan.nijtmans tags: core-8-5-branch
2011-03-10
21:32
[Bug 3205320]: stack space detection defeated by inlining check-in: 93c78ea3d6 user: jan.nijtmans tags: core-8-5-branch
2011-03-09
15:55
* generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name... check-in: 88cba3ed97 user: dgp tags: core-8-5-branch
15:49
* doc/tclvars.n: Formatting fix. Thanks to Pat Thotys. check-in: a0de7bf8eb user: patthoyts tags: core-8-5-branch
14:56
* generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/nam... Closed-Leaf check-in: ac4c249ecf user: dgp tags: bug-3202171
2011-03-08
22:14
Fix gcc warnings: variable set but not used check-in: 8302182f6c user: jan.nijtmans tags: core-8-5-branch
19:24
* generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU... check-in: 43662324d4 user: dgp tags: core-8-5-branch
15:14
* generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th... check-in: 643749dcb4 user: dgp tags: core-8-5-branch
2011-03-07
22:23
Fix [Bug 3166410]: "out of stack space" on AIX check-in: bde224c265 user: jan.nijtmans tags: core-8-5-branch
21:28
Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: f53bd9ec91 user: jan.nijtmans tags: core-8-5-branch
14:55
merge trunk + partial improvements to comments check-in: f716a66d07 user: dgp tags: bug-3173086
2011-03-06
22:19
* generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 7d1cc3f816 user: dgp tags: core-8-5-branch
19:58
* generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: c042cffb59 user: dgp tags: core-8-5-branch
05:19
merge check-in: 17ff82f99a user: dgp tags: bug-3173086
04:49
* generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: c65512452c user: dgp tags: core-8-5-branch
2011-03-03
21:13
Correct flaw in the rewrite handling [list \\\\\}]. check-in: c3168e2541 user: dgp tags: bug-3173086
21:07
Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions to the callers. Needs... check-in: a142b240b3 user: dgp tags: bug-3173086
21:02
Simplified the logic of the Scan/Convert pair of routines for generating string reps of lists to st... check-in: 2f5897ef59 user: dgp tags: bug-3173086
2011-03-02
16:06
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: 79367df0f0 user: dgp tags: core-8-5-branch