Timeline
Not logged in

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

289 check-ins using file tests/trace.test version 2c7ce4bab2

2006-11-02
16:57
* generic/tclCmdAH.c: Further revisions to produce the routines * generic/tclInt.h... check-in: e66b307b7d user: dgp tags: trunk
16:39
Silence compiler grumbles. check-in: 0c12676c6c user: dkf tags: trunk
16:33
Fixed non-robustness error when opening subshell pipes when the current directory has a space in the... check-in: 2a36bb8f7f user: dkf tags: trunk
16:14
Fix some comments, make selected if/while bodies clearer by inserting comments. check-in: 3f411d68f0 user: dkf tags: trunk
15:58
* generic/tclBasic.c: Further revised TclAppendPrintToObj() and * generic/tclCkall... check-in: 6ed730551a user: dgp tags: trunk
15:43
Reverted tclEncoding.c commits that caused crashes and failures all over the place. check-in: 7e8a141043 user: dgp tags: trunk
15:07
Make better use of the core's internal macros. check-in: 6139d12b45 user: dkf tags: trunk
14:37
Removed unnecessary casts and reworked some loops for more clarity. check-in: c3e9524dfd user: dkf tags: trunk
14:04
Clean up uses of cast NULLs. check-in: bbb9c8f94c user: dkf tags: trunk
13:54
Added explanations, cleaned up whitespace. check-in: 02b16d976b user: dkf tags: trunk
13:44
Indentation policing check-in: 845de10adc user: dkf tags: trunk
13:24
More trivial formatting stuff check-in: 286fd53f73 user: dkf tags: trunk
11:32
Remove confusing line break check-in: b1739b2daa user: dkf tags: trunk
10:03
Whitespace policing check-in: 5ac1f9f57e user: dkf tags: trunk
09:42
Rewrote comments in TEOVI for clarity and usefulness. Switched to using TclStackAlloc for unknown ha... check-in: f263791b37 user: dkf tags: trunk
2006-10-31
22:41
fix warning check-in: c5ad92a82e user: das tags: trunk
22:24
* unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so that tclPort.h can once again ... check-in: 4502d2d7c1 user: das tags: trunk
21:47
Updated version of http package check-in: da57bfcb34 user: patthoyts tags: trunk
20:19
* generic/tclBasic.c: Refactored and renamed the routines * generic/tclCkalloc.c: ... check-in: 65113c21ec user: dgp tags: trunk
15:23
* generic/tclBasic.c: * generic/tcl.h: * generic/tclInterp.c: * generic/tclNamesp.c: removing th... check-in: 44d5b56a80 user: msofer tags: trunk
14:19
Fix for bug #1582769 - options conflict with VC2003. check-in: 44a0816d89 user: patthoyts tags: trunk
13:46
Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp structure. check-in: 8d951d1cee user: dkf tags: trunk
01:05
* tools/tcltk-man2html.tcl (option-toc): handle any kind of options defined toc section (needed fo... check-in: 34237547c9 user: hobbs tags: trunk
00:15
boo - last commit did not compile :( check-in: 5036f372e4 user: msofer tags: trunk
00:09
* generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v fields are restored after trace... check-in: a816f6daa2 user: msofer tags: trunk
2006-10-30
16:30
* generic/tclExecute.c (INST_MOD): Corrected improper testing of * tests/expr.t... check-in: bd19f966cc user: dgp tags: trunk
14:27
D'oh! Updated the wrong thing. check-in: f9e29c98f4 user: dkf tags: trunk
13:08
Add missing initialization. check-in: ea5e172b20 user: dkf tags: trunk
11:57
Formatting police check-in: 84bef81402 user: dkf tags: trunk
2006-10-29
21:40
* generic/tclNamesp.c (EnsembleImplementationCmd): * tests/namespace.test (47.7-8): reverted a wro... check-in: 30a04c0a8f user: msofer tags: trunk
2006-10-28
23:36
Minor style consistency cleanup check-in: 071aa37c84 user: dkf tags: trunk
23:26
Added some explanatory comments. check-in: 2948b6c0de user: dkf tags: trunk
23:07
Added note about test update check-in: 4b2b1f0e12 user: dkf tags: trunk
22:49
Regen check-in: ed4dcb69e3 user: dkf tags: trunk
22:48
Insert of calling point in middle of procedure code. Also cleaned up how [apply] terms generate stac... check-in: 16094d0b1d user: dkf tags: trunk
21:56
Improved Changelog entry for commit dated 2006-10-23 check-in: 3da239dbd1 user: msofer tags: trunk
18:09
Make a comment look nicer. :-) check-in: 33dc298496 user: dkf tags: trunk
2006-10-27
13:31
Added missing type to declaration check-in: 0aa0ca437b user: dkf tags: trunk
13:20
Cleaning up of various bits in tclVar.c to make code clearer to understand. check-in: e3186f0cc5 user: dkf tags: trunk
12:54
Regen check-in: 23870a11e5 user: dkf tags: trunk
12:53
Allow extensions that use the internal stubs to set a namespace path. check-in: ee02667591 user: dkf tags: trunk
12:44
Add field to CallFrame for holding object call frame data. check-in: 53a5967e57 user: dkf tags: trunk
12:33
Regen check-in: 71c319fc13 user: dkf tags: trunk
12:33
Fixed a spot where CONSTness had been forgotten. check-in: 2ce47a75ce user: dkf tags: trunk
00:39
* generic/tclProc.c (SetLambdaFromAny): minor change, eliminate redundant call to Tcl_GetString (t... check-in: ed42169a4f user: msofer tags: trunk
2006-10-26
17:23
doh, missing ChangeLog entry check-in: 1024ab0580 user: msofer tags: trunk
17:22
* generic/tclInterp.c (ApplyObjCmd):a * generic/tclNamesp.c (EnsembleImplementationCmd): replaced ... check-in: 27d546bdcc user: msofer tags: trunk
2006-10-24
23:13
* tests/info.test (info-9.11-12): tests for [Bug 1577492] * tests/apply.test (apply-4.3-5): tests ... check-in: 686eb8ab47 user: msofer tags: trunk
22:31
* generic/tclProc.c (ObjInterpProcEx): disable itcl hacks for calls from ApplyObjCmd (islambda==1)... check-in: df82353029 user: msofer tags: trunk
00:29
* generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by using the ensemble rewrite engine, ... check-in: 830a25bde6 user: msofer tags: trunk
2006-10-23
23:04
* generic/tclBasic.c (TclEvalObjvInternal): removed redundant check for ensembles [Bug 1577628]. check-in: faa5560c40 user: msofer tags: trunk
22:49
* library/clock.tcl (format, scan): corrected wrong # args * tests/clock.test (3.1, 34.1): mes... check-in: db2a3f31b3 user: msofer tags: trunk
21:41
added warning to ChangeLog: ***POTENTIAL INCOMPATIBILITY*** Any user that includes tclInt.h and n... check-in: 5b0f20200a user: msofer tags: trunk
21:36
* generic/tcl.h: Modified the Tcl call stack so * generic/tclBasic.c: there is alwa... check-in: 7ce1f60ab1 user: msofer tags: trunk
20:26
* README: Bump version number to 8.5a6 * generic/tcl.h: * libr... check-in: 0838b58d9c user: dgp tags: trunk
19:42
* README: Bump version number to 8.5a6 * generic/tcl.h: * tool... check-in: bed5192ec7 user: dgp tags: trunk
13:17
back to development check-in: 07511ea3f8 user: dgp tags: trunk
13:16
Version of ChangeLog for 8.5a5 release check-in: eabc4b8aad user: dgp tags: trunk
2006-10-22
00:13
* generic/tcl.h: * generic/tclHash.c: Tcl_FindHashEntry() now calls Tcl_CreateHashEntry() with a ... check-in: 82dae2c070 user: msofer tags: trunk
2006-10-20
16:49
add tclOO* files Closed-Leaf check-in: ea79ea1f89 user: das tags: tip-257-merge1-branch-20061020T1300
16:48
fix warning check-in: 73a70c337a user: das tags: tip-257-merge1-branch-20061020T1300
16:47
fix configurations of 'tests' target check-in: 635dff9ad6 user: das tags: trunk
15:16
Undo mistaken commit to wrong branch caused by CVS fumble... :-} check-in: c97ddfca3f user: dkf tags: trunk
15:10
Branch for building TIP#257 for proper testing check-in: 80af129ceb user: dkf tags: tip-257-merge1-branch-20061020T1300
14:04
Consolidated TIP#257 patch applied to HEAD to allow for experimentation by other developers check-in: a99bded51f user: dkf tags: trunk
03:58
Created branch core-8-5-a5-synthetic Closed-Leaf check-in: ea7afed5b5 user: cvs2fossil tags: core-8-5-a5, core-8-5-a5-synthetic
03:58
* tools/tcltk-man2html.tcl: add support for alpha & beta versions to useversion glob pattern. [Bug... check-in: ac2d26080f user: das tags: trunk
2006-10-19
22:36
* unix/configure.in: Added autodetection for OS-supplied timezone * unix/Makefile.in: files and con... check-in: 0830e64aef user: rmax tags: trunk
2006-10-18
19:03
* changes: 8.5a5 release date set check-in: d5b1d8449c user: dgp tags: trunk
18:46
* doc/Encoding.3: Missing doc updates (mostly Table of * doc/Ensemble.3: ... check-in: 6daee4f0e4 user: dgp tags: trunk
17:42
advance tag for 8.5a5 check-in: 5b3a773019 user: dgp tags: trunk
2006-10-17
15:39
* generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12 commit: interp released too ear... check-in: 6e06002b40 user: msofer tags: trunk
2006-10-16
20:36
* tclProc.c (SetLambdaFromAny): * tests/apply.test (9.1-9.2): plugged intrep leak [Bug 1578454], ... check-in: c87a0bf2fd user: msofer tags: trunk
18:41
* unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main thread, where pthread_get_stac... check-in: 8ff3943783 user: das tags: trunk
17:43
* generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also changed Tcl_Alloc... check-in: ac929e49a1 user: dgp tags: trunk
16:52
* generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc. check-in: 4c13ce2a5a user: andreas_kupries tags: trunk
15:33
* changes: updates for 8.5a5 release. check-in: 83f8628543 user: das tags: trunk
15:22
* library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. * library/tcltest/pkgI... check-in: 22f4bf1645 user: dgp tags: trunk
2006-10-13
12:57
win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 check-in: 1a01ea2dde user: coldstore tags: trunk
05:11
win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: d01fa87110 user: coldstore tags: trunk
04:54
* unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use * unix/tcl.m4: pthread_get_stacksize... check-in: 49aee9c202 user: das tags: trunk
04:53
win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: 22fefe9114 user: coldstore tags: trunk
2006-10-12
16:24
* generic/tclInterp.c (ApplyObjCmd): * tests/interp.test (interp-14.5-10): made [interp alias] use... check-in: 1a54c20534 user: msofer tags: trunk
07:21
no message check-in: 8329586285 user: davygrvy tags: trunk
07:18
nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was not in my shwlapi header ... check-in: 0951243ff5 user: davygrvy tags: trunk
2006-10-11
20:41
* generic/tclPkg.c (Tcl_PackageRequireEx): Corrected crash when argument versio... check-in: 8da4fb126f user: dgp tags: trunk
03:47
* changes: Updates for 8.5a5 release. check-in: d67439e00b user: dgp tags: trunk
2006-10-10
20:25
* tests/namespace-old.test (5.4 6.12,14,15): * tests/namespace.test (14.3,12 17.7,10 34.7): adapt... Closed-Leaf check-in: adc5e09acd user: msofer tags: tip-278-branch
18:23
* tests/namespace.test (namespace-51.16): Added test. check-in: e08ee720fe user: dgp tags: trunk
18:07
* generic/tclNamesp.c (Tcl_FindNamespaceVar): second change needed, new test failure in namespace-... check-in: 5909d8e4ea user: msofer tags: tip-278-branch
16:45
* generic/tclNamespace.c (TclTeardownNamespace): After the commandPathSourceList of... check-in: c78121bce9 user: dgp tags: trunk
16:15
Silence GCC (cast is always safe; value is known to fit with wiggle room) check-in: ae8ab7ca23 user: dkf tags: trunk
2006-10-09
23:41
Changelog edit. check-in: 22e8b25f11 user: msofer tags: trunk
23:38
* doc/UpVar.3: brough the docs in accordance to the code. Ever since 8.0, Tcl_UpVar(2)? accepts TC... check-in: 1eebdd2adf user: msofer tags: trunk
22:33
* tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what was being tested). Mis... check-in: 147bfeab16 user: msofer tags: tip-278-branch
19:41
* tests/parse.test: fixing some incomplete references to global variables - missed in the big *.te... check-in: 1d7545f168 user: msofer tags: tip-278-branch
19:35
* generic/tclVar.c: minimal change, provides behaviour of TIP 278 but without any optimisation yet... check-in: 860ed519fa user: msofer tags: tip-278-branch
19:31
== == updated to tag tip-278-20061009 == 2006-10-09 Miguel Sofer <msofer@users.sf.net> * ... check-in: 873ef4830e user: msofer tags: tip-278-branch
19:15
* tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::error... check-in: a8fcd798f4 user: msofer tags: trunk, tip-278-20061009
2006-10-06
14:14
bug #1571954: avoid /RTCc flag with MSVC8 check-in: 921a289f09 user: patthoyts tags: trunk, tip-278-branch-root
13:37
TIP #275: Support unsigned values in binary command check-in: 42dcb6f5f3 user: patthoyts tags: trunk
05:57
* library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::... check-in: 83351aed02 user: hobbs tags: trunk
04:55
(UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 2296aeb300 user: hobbs tags: trunk
00:22
* library/tm.tcl: Fixed bug in TIP #189 implementation, now allowing '_' in module names. check-in: c9c25ea2ac user: andreas_kupries tags: trunk
2006-10-05
21:24
* generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod... check-in: fd98919337 user: hobbs tags: trunk
11:38
* generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15... check-in: d33a29a762 user: msofer tags: trunk
05:13
nroff typo check-in: df648327d1 user: hobbs tags: trunk
2006-10-04
21:03
Olson's tzdata2006m check-in: cc62308f7f user: kennykb tags: trunk
18:05
dup test name check-in: 632c9bda77 user: dgp tags: trunk
2006-10-01
21:30
Handle possible missing define check-in: 9d3633c801 user: patthoyts tags: trunk
20:59
Bug 1567956 check-in: cbf66e067c user: kennykb tags: trunk
13:33
* doc/Eval.3 (TclEvalObjv): added note on refCount management for the elements of objv, [Bug #7302... check-in: a155caa74d user: msofer tags: trunk
13:03
bug #1420432 - file mtime fails for directories on windows check-in: 66720c51df user: patthoyts tags: trunk
09:51
bug 1567956: handle Msys environment a little differently in getuser function check-in: a81126a719 user: patthoyts tags: trunk
2006-09-30
19:15
* generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] by dgp. check-in: 83165e6b81 user: msofer tags: trunk
19:00
* generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclObj.c: * gene... check-in: 4097c3e214 user: msofer tags: trunk
17:56
* generic/tclCompile.c: * generic/tclHistory.c: * generic/tclInt.h: * generic/tclProc.c: made Tc... check-in: 639783a61c user: msofer tags: trunk
2006-09-28
20:54
* generic/tclPkg.c (CompareVersions): Bugfix. Check string lengths * tests/pkg.test: before compa... check-in: 84ce5a0a35 user: andreas_kupries tags: trunk
20:06
* generic/tclExecute.c: Corrected error in INST_LSHIFT in the * tests/expr.test: ... check-in: 1b8e91a167 user: dgp tags: trunk
19:24
* generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for possible NULL derefs, [Bug 1566... check-in: 22f85bac32 user: msofer tags: trunk
15:10
* generic/tclPkg.c (CompareVersion): Flatten strcmp() results to {-1, 0, 1} to ma... check-in: 7f4a2f2310 user: dgp tags: trunk
2006-09-27
23:35
* generic/regc_color.c (uncolorchain): * generic/regc_nfa.c (freearc): changed tests and asserts t... check-in: 43314a2e1d user: msofer tags: trunk
22:39
changed last commit - ifdef'ing out unused mcce (multi char collation elements) code. check-in: aa894cbc17 user: msofer tags: trunk
20:37
* generic/regc_cvec.c (addmcce): * generic/regcomp.c (compile): the static function addmcce does ... check-in: fa0a132f0e user: msofer tags: trunk
20:22
* tests/pkg.test: Added test for version comparison at the 32bit boundary. [SF Tcl Bug 1563836]... check-in: d0cad63004 user: andreas_kupries tags: trunk
13:49
* generic/tclFileName.c (TclGlob): added a panic for a call with TCL_GLOBMODE_TAILS and pathPrefix... check-in: 668bd0bb04 user: msofer tags: trunk
2006-09-26
23:01
TIP 27 changes for Tcl_CreateEncoding check-in: 36d41f9c70 user: kennykb tags: trunk
20:47
Additional compiler flags and amd64 support. check-in: 3c9c0b85ca user: patthoyts tags: trunk
14:08
* generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#d... check-in: 4a83de2e5b user: dgp tags: trunk
00:11
Fixing msvc8 and stat modifications check-in: 4fda92ef0d user: patthoyts tags: trunk
00:05
More fixing which struct stat to refer to. Some casts from time_t to int required. Tcl_Time structur... check-in: 514c0c6683 user: patthoyts tags: trunk
2006-09-25
21:55
* generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended lo... check-in: a406cad4cf user: andreas_kupries tags: trunk
17:30
another nit check-in: 6a6c3b0fa4 user: dgp tags: trunk
15:58
* doc/package.n: Fixed nits reported by Daniel Steffen in the TIP#268 changes. check-in: d28fa7fe7a user: andreas_kupries tags: trunk
15:02
Minor change: Improved code style check-in: bf0b0d3463 user: dkf tags: trunk
14:59
yet another stab at 1564777 check-in: c093f50364 user: kennykb tags: trunk
14:58
yet another stab at 1564777 check-in: d781364709 user: kennykb tags: trunk
13:35
fix line endings check-in: 58f7ee791d user: dgp tags: trunk
00:09
Fix [Bug 1564677] check-in: a44b4eb923 user: dkf tags: trunk
2006-09-24
20:46
* generic/tclStringObj.c (STRING_SIZE): fix allocation for 0-length strings. This is coverity's bu... check-in: e31741c85d user: msofer tags: trunk
19:13
* generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This ... check-in: 11e24ed21c user: msofer tags: trunk
2006-09-22
22:32
* generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for bett... check-in: 7c38f09206 user: andreas_kupries tags: trunk
18:13
TIP#268 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubIn... check-in: 055195c6bc user: andreas_kupries tags: trunk
14:45
Fix [Bug 1562528] check-in: 9a6f412e81 user: dkf tags: trunk
2006-09-21
21:11
* generic/tclUtil.c: Dropped ParseInteger() routine. TclParseNumber covers the ta... check-in: b4a525c481 user: dgp tags: trunk
14:56
correct registry version number check-in: 917fa982f8 user: vincentdarley tags: trunk
2006-09-20
13:37
fix line endings check-in: 0498863461 user: dgp tags: trunk
2006-09-19
22:07
Fix nasty bug with limits, vwait's (C) traces, and interpreter restart... check-in: 751b0d8690 user: dkf tags: trunk
16:31
* generic/tclExecute.c (INST_EXPON): Native type overflow detection * tests/expr.... check-in: adcaa18a0d user: dgp tags: trunk
2006-09-16
01:22
* tests/http.test (http-5.1): bump http to 2.5.3 * unix/Makefile.in: * win/M... check-in: a65faed6b6 user: dgp tags: trunk
00:19
* library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: ... check-in: ebf8d82ec5 user: hobbs tags: trunk
2006-09-12
22:51
* unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as hav... check-in: 33c4ca5ff1 user: andreas_kupries tags: trunk
21:59
* unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align t... check-in: ee4af82066 user: andreas_kupries tags: trunk
2006-09-11
22:34
Added tommath_(super)class headers to include install check-in: 3fb30f937b user: patthoyts tags: trunk
22:10
Fixed error launching win98 test check-in: 615a313ba6 user: patthoyts tags: trunk
21:24
Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). check-in: 2ccd7b051a user: patthoyts tags: trunk
19:23
* unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. check-in: c7941aa39e user: andreas_kupries tags: trunk
16:07
* unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; ... check-in: a9e57afcba user: das tags: trunk
15:57
* tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: check-in: f3fded6fa4 user: andreas_kupries tags: trunk
14:50
bump msgcat version to 1.4.2 check-in: ee79686dba user: kennykb tags: trunk
14:38
* library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s. check-in: e4a3ba7ad1 user: dgp tags: trunk
04:54
* generic/tclExecute.c: Corrected INST_EXPON flaw that treated * tests/expr.... check-in: 953271d93a user: dgp tags: trunk
03:54
* doc/tcltest.n: Bump to version tcltest 2.3.0 to account * library/t... check-in: 0bd317c5fb user: dgp tags: trunk
2006-09-10
19:00
* library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account * library/ms... check-in: dde7149a15 user: dgp tags: trunk
17:04
* library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: ... check-in: dc96f873b9 user: das tags: trunk
2006-09-08
20:57
Added special handling for Darwin where gethostbyname/addr are actually MT-safe per-se. check-in: f5a5e872b5 user: vasiljevic tags: trunk
19:24
* unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed ... check-in: 7b52f8e051 user: andreas_kupries tags: trunk
2006-09-07
18:53
unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed... check-in: a9af958fdc user: vasiljevic tags: trunk
09:17
Rewritten MT-safe wrappers to return ptrs to TSD storage. check-in: 660533ed64 user: vasiljevic tags: trunk
2006-09-06
16:12
Use MODULE_SCOPE declaration where appropriate check-in: da92de1da7 user: vasiljevic tags: trunk
13:25
Added for fixing Tcl Bug 999544 check-in: 93d85c302a user: vasiljevic tags: trunk
13:23
Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). check-in: cb01fe41cb user: vasiljevic tags: trunk
2006-09-05
16:11
typo check-in: 93865cc615 user: dgp tags: trunk
02:44
* generic/tclCompExpr.c: Removed much complexity that is no longer needed. check-in: d0b8c00ca5 user: dgp tags: trunk
2006-09-04
21:34
* tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to... check-in: 3a84db5632 user: dgp tags: trunk
19:36
correct package example check-in: 2a0477562e user: hobbs tags: trunk
2006-08-31
20:41
* generic/tclCompExpr.c: Corrected flawed logic for disabling the INST_TRY_CV... check-in: 03486d986a user: dgp tags: trunk
20:09
* tests/expr-old.test: The remaining failing tests reported in * tests/expr.test: ... check-in: 28c78c11e8 user: dgp tags: trunk
2006-08-30
20:46
* generic/tclParseExpr.c: Dropped the old expr parser. check-in: 877cacc543 user: dgp tags: trunk
19:33
* generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId check-in: b772b79e17 user: hobbs tags: trunk
19:30
* win/tclWinChan.c [Bug 819667] Improve logic for identifying COM ports. check-in: 5058a5afa8 user: hobbs tags: trunk
17:59
see changes check-in: bd2355b263 user: hobbs tags: trunk
17:59
* generic/tclIOGT.c (ExecuteCallback): * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEv... check-in: adcd7cfba2 user: hobbs tags: trunk
17:58
* unix/Makefile.in (valgrindshell): add valgrindshell target and update default VALGRINDARGS. Use... check-in: 546e375b54 user: hobbs tags: trunk
17:56
* generic/tclFileName.c (DoGlob): match incrs with decrs. check-in: 8c6496902e user: hobbs tags: trunk
2006-08-29
19:11
silence compiler warn check-in: ec051dd43e user: dgp tags: trunk
19:09
undo mistaken commit check-in: 977c1e50e8 user: dgp tags: trunk
19:04
* generic/tclParseExpr.c: Use the "parent" field of orphan ExprNodes to store ... check-in: 36db802e78 user: dgp tags: trunk
06:28
add casts to make gcc2 happy with previous commit [Bug 1548330] check-in: 6e49a4e1e7 user: das tags: trunk
05:33
Fix for stack.test failures on FreeBSD check-in: cad4b8fc35 user: mistachkin tags: trunk
00:36
fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv check-in: 349a10088f user: coldstore tags: trunk
2006-08-28
18:22
ftp://elsie.nci.nih.gov/pub/tzdata2006k check-in: 22134e5558 user: kennykb tags: trunk
16:05
* generic/tclStringObj.c: Revised ObjPrintfVA to take care * generic/tclParseE... check-in: 915a693050 user: dgp tags: trunk
14:13
* generic/tclStringObj.c: Corrected TclFormatObj's failure to count up the num... check-in: 366bf07353 user: dgp tags: trunk
13:13
undo last commit. check-in: 30c4386336 user: dgp tags: trunk
08:48
simplification of previous commit, whitespace cleanup check-in: b205841d65 user: das tags: trunk
08:47
fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defined check-in: d990dffed8 user: das tags: trunk
04:13
Fixes for [Bug 1547662] and [Bug 1547681] check-in: f0365ca347 user: mistachkin tags: trunk
2006-08-26
13:00
bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] check-in: 69ffdd8acb user: msofer tags: trunk
2006-08-24
21:47
* library/tzdata: Regenerated, including several new files, from Olson's tzdata2006j. * library/c... check-in: d3ace100bf user: kennykb tags: trunk
07:12
removed now no longer needed '-constraints newExprParser' arg to tcltest check-in: 925a757acb user: das tags: trunk
2006-08-23
21:31
* generic/tclParseExpr.c: Minimal collection of new tests * tests/parseExpr.te... check-in: 5cda08a159 user: dgp tags: trunk
2006-08-22
18:10
More test flexibility check-in: f839e7b1dc user: dgp tags: trunk
04:03
* tests/compExpr-old.test: Update existing tests to not fail * tests/compExpr.t... check-in: 27c27c8d91 user: dgp tags: trunk
2006-08-21
17:15
* generic/tclParseExpr.c: Revised mistaken call to TclCheckBadOctal(), so both... check-in: 153b8a7ae0 user: dgp tags: trunk
14:56
* generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPath... check-in: 9272fb766d user: dgp tags: trunk
09:02
Fix the 'gdb' target. check-in: 40c875a767 user: dkf tags: trunk
06:09
typo: s/Xcode 2.3/Xcode 2.4/ check-in: d76fe61104 user: das tags: trunk
05:37
* unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availabi... check-in: d0aba3dd78 user: das tags: trunk
03:50
add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLOYMENT_TARGET unset. [Bu... check-in: d5ab9428b4 user: das tags: trunk
02:36
sync with relevant core-8-4-branch additions check-in: b619007e54 user: das tags: trunk
01:08
* generic/tclClock.c (ClockClicksObjCmd): add support for Darwin * generic/tclCmdMZ.c (Tcl_TimeObj... check-in: 26f9667ec2 user: das tags: trunk
01:08
* macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is already running (e.g. if Tcl_Wai... check-in: 7221913ebc user: das tags: trunk
2006-08-18
11:23
* unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() returns early (e.g. due t... check-in: a837931e2d user: das tags: trunk
07:45
* unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x... check-in: 8e0081af99 user: das tags: trunk
2006-08-17
17:43
* generic/tclCompile.c: Revised the new set of expression * generic/tclParse... check-in: a8c91610e6 user: dgp tags: trunk
2006-08-16
17:56
* generic/tclParseExpr.c: Replace PrecedenceOf() function with prec[] static a... check-in: 14f358e107 user: dgp tags: trunk
2006-08-14
10:01
Added missing braces to validation code check-in: 8e8dd6e652 user: dkf tags: trunk
2006-08-11
15:16
It seems that the original submitter of the patch didn't test it. Add a critical buffer reset so th... check-in: 5506a882f7 user: dkf tags: trunk
13:50
Applied [Patch 1352382] check-in: 58c8f54cd0 user: dkf tags: trunk
2006-08-10
13:07
D'oh! Fix silly mistakes. check-in: b5307d6e55 user: dkf tags: trunk
12:15
Various minor object file size efficiency fixes. [Bug 1530474] check-in: a09967381c user: dkf tags: trunk
2006-08-09
18:12
* generic/tclEncoding.c: Replace buffer copy in for loop with call to memcpy(... check-in: 6ff5bab321 user: dgp tags: trunk
14:16
Error message consistency improvements. [Bug 1534628] check-in: 086978a2d5 user: dkf tags: trunk
13:51
Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] check-in: cd03ff96a0 user: dkf tags: trunk
10:06
Make [expr] use in examples more idiomatic [Bug 1526581] check-in: 04c72ee62f user: dkf tags: trunk
2006-08-03
22:46
fix indenting with spaces i.s.o tabs check-in: b59c3a1ce7 user: nijtmans tags: trunk
22:41
two minor doc fixes check-in: f658dc1c80 user: nijtmans tags: trunk
2006-08-02
20:04
* unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initia... check-in: 262c4d08c2 user: das tags: trunk
20:03
* tests/compExpr-old.test: add 'oldExprParser' constraint to all tests * tests/compExpr.test... check-in: 1c2d45d58d user: das tags: trunk
20:01
typo check-in: f15716a5a0 user: das tags: trunk
2006-07-31
15:44
Bug 1531530 check-in: a07567fdd5 user: kennykb tags: trunk
03:27
Bug 1426279 check-in: 5fce0df2f9 user: kennykb tags: trunk
2006-07-30
19:15
Fixed Bug 1494664 check-in: 8fbc85f8ff user: kennykb tags: trunk
18:58
Fixed Bug 1505383 check-in: b700efc33b user: kennykb tags: trunk
16:18
Fix typo [Bug 1496886] check-in: 0bc42fa7c8 user: jenglish tags: trunk
2006-07-28
10:38
fix errors from 'make html' check-in: 6381bece46 user: das tags: trunk
2006-07-26
21:56
* generic/tclExecute.c: Corrected flawed overflow detection in * tests/expr.test: ... check-in: dc337b42a1 user: dgp tags: trunk
2006-07-24
13:43
* win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks to afredd. [Bug ... check-in: 7a410e481f user: dgp tags: trunk
2006-07-21
14:56
undo mistaken commit check-in: 4e1c9e6425 user: dgp tags: trunk
10:47
* generic/tclExecute.c: * tests/execute.test (execute-9.1): dgp's fix for [Bug 1522803]. check-in: 76e3738cf2 user: msofer tags: trunk
06:02
typos check-in: eace2ae02f user: das tags: trunk
2006-07-20
07:39
cleanup quoting and whitespace check-in: af1d21a5e1 user: das tags: trunk
06:18
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create notifier thread lazily upo... check-in: 95ec292536 user: das tags: trunk
06:17
* generic/regc_locale.c (cclass): * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOCmd... check-in: 25ff7e8b0a user: das tags: trunk
2006-07-14
16:28
* unix/tclUnixPort.h: Added the inclusion of <AvailabilityMacros.h>. The missing header caused ... check-in: e172aac034 user: andreas_kupries tags: trunk
2006-07-11
14:29
Made Tcl_AsyncDelete() more tolerant when called after all thread TSD has been garbage-collected. check-in: d4201e4c4e user: vasiljevic tags: trunk
2006-07-05
20:42
Improvements to error context messages check-in: 3e3cf8d323 user: dgp tags: trunk
05:34
* generic/tclParseExpr.c: Completely new expression parser that builds a parse... check-in: 27c7cf27cb user: dgp tags: trunk
2006-06-21
20:44
fix warnings check-in: 8ee445667e user: das tags: trunk
03:10
* generic/tclIOUtil.c: Changed default configuration to * generic/tclInt.decls: #un... check-in: 0bde9c44bb user: dgp tags: trunk
2006-06-20
15:00
One stray CONST that escaped the CONST->const conversion. check-in: a10709e1ae user: dgp tags: trunk
13:22
* generic/tclCmdAH.c: Removed dead code that was old implementation of [format]. check-in: d896ffc8bd user: dgp tags: trunk
2006-06-16
18:35
typo check-in: c30a92e536 user: dgp tags: trunk
2006-06-14
21:11
* unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED define from AvailabilityMa... check-in: a4aa374b9b user: das tags: trunk
14:59
Added examples after prompting on the Tcler's chat. check-in: f24478aad6 user: dkf tags: trunk
2006-06-13
22:10
Workaround for silly compiler bug. [Bug 1503729] check-in: a946650648 user: dkf tags: trunk
2006-06-06
20:06
* doc/GetStdChan.3: Added recommendation that each call to Tcl_SetStdChannel() b... check-in: 97f256fe07 user: dgp tags: trunk
2006-06-05
10:04
Documentation improvements (including Tcl_Realloc(NULL,x) behaviour) check-in: 580ec2c125 user: dkf tags: trunk
08:34
Minor formatting fixes check-in: a69480e0f4 user: dkf tags: trunk
2006-05-30
00:30
* generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow placement in unbraced outer if/... check-in: ce66481412 user: hobbs tags: trunk
2006-05-27
05:22
* macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that * unix/tcl.m4 (Darwin): ... check-in: b5827f9228 user: das tags: trunk
2006-05-26
19:13
autoconf-2.59 check-in: be5f67af4f user: das tags: trunk
19:12
updates for Xcode 2.3 check-in: 5a0445f00f user: das tags: trunk
2006-05-24
10:37
Fix [Bug 1494160] check-in: e940c8059d user: dkf tags: trunk
10:31
Typo. [Bug 1494160] check-in: 355a97f133 user: dkf tags: trunk
2006-05-23
15:35
Minor doc improvements check-in: 2a2c224706 user: dkf tags: trunk
2006-05-15
16:07
Silence compiler warning. check-in: 62f90c522c user: dgp tags: trunk
2006-05-13
17:14
* generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the ... check-in: befd37911b user: dgp tags: trunk
2006-05-12
18:12
* generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86] check-in: 39f2094997 user: das tags: trunk
2006-05-05
18:09
* generic/tclMain.c (Tcl_Main): Corrected flaw that required * tests/main.te... check-in: aedf5e48e9 user: dgp tags: trunk
2006-05-04
14:01
* README: Bump version number to 8.5a5 * generic/tcl.h: * tool... check-in: 19f3665cc0 user: dgp tags: trunk
12:55
* generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/big * doc/mathfunc.... check-in: b208d2c3b2 user: dgp tags: trunk
2006-04-26
13:50
* changes: Updates for another RC. check-in: 335990c346 user: dgp tags: trunk, core-8-5-a4
13:42
* generic/tclBinary.c: Revised the handling of the Q and q format * generic/tclInt.... check-in: faef39639a user: dgp tags: trunk
04:41
* doc/DoubleObj.3: More doc updates for TIP 237. * doc/expr.n: * doc/fo... check-in: 981b2d519d user: dgp tags: trunk
2006-04-25
18:30
* doc/DoubleObj.3: More doc updates for TIP 237. * doc/format.n: * doc/... check-in: 3adabf22b8 user: dgp tags: trunk
17:15
* doc/DoubleObj.3: More doc updates for TIP 237. * doc/scan.n: * gener... check-in: d0317c20ba user: dgp tags: trunk
2006-04-24
15:37
correct ChangeLog to reflect 2006-04-19 commit of generic/tclStrToD.c check-in: e43ce2437e user: kennykb tags: trunk
2006-04-19
16:43
fix for Martin Lemburg's DST conversion bug. http://groups.google.com/group/comp.lang.tcl/browse_thr... check-in: 48bbbafac1 user: kennykb tags: trunk
2006-04-18
18:06
more fine-tuning of the revised docs check-in: 42933eedc8 user: dgp tags: trunk
18:05
formatting fixes and note change that ::tcl_precision is now per-thread instead of per-process. check-in: e80c168dc6 user: dgp tags: trunk
15:13
Minor fixes post-review. check-in: f5738df36e user: dkf tags: trunk
2006-04-17
21:00
* doc/IntObj.3: Documentation changes to account for TIP 237 changes. * doc/Object.3... check-in: b6ce175d73 user: dgp tags: trunk
2006-04-13
21:17
typo check-in: 281f8c5904 user: dgp tags: trunk
2006-04-12
14:13
Fix [1376892] check-in: fac5a1c711 user: dkf tags: trunk
02:35
fix make html errors check-in: 216b26a54d user: das tags: trunk
00:58
cosmetic fix to 'install' targets check-in: e8ce97c351 user: das tags: trunk
2006-04-11
14:37
* generic/tclTrace.c: Stop some interference between enter traces * tests/trace.te... check-in: d0cbd4c696 user: dgp tags: trunk