Timeline
Not logged in

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

168 check-ins using file library/tzdata/America/Havana version e3308fe618

2006-11-29
15:01
* generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Added Tcl_DecrRefCount() on the ob... check-in: f1fffd4955 user: dgp tags: trunk
13:59
Correct typos that produced duplicate test names check-in: 04638e42fa user: dgp tags: trunk
2006-11-28
22:20
* generic/tclBasic.c: TIP #280 implementation. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * ge... check-in: d95fba8a1f user: andreas_kupries tags: trunk
14:50
Add missing cast that makes the fix effective. check-in: 7a043e7b4e user: dgp tags: trunk
2006-11-27
20:16
* unix/tclUnixChan.c (TclUnixWaitForFile): * tests/event.test (event-14.*): Corrected a bug where Tc... check-in: d3c62c08bd user: kennykb tags: trunk
15:10
* generic/tclExecute.c (TclIncrObj): Correct failure to detect floating-point inc... check-in: d75036f8bb user: dgp tags: trunk
2006-11-26
12:52
More bits and pieces of the TIP#174 implementation check-in: 834da63c8d user: dkf tags: trunk
06:05
* tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] * configure: autoconf-2.5... check-in: 5a29c4e837 user: das tags: trunk
05:32
add tclMathOp.c check-in: 96dbeb13c1 user: das tags: trunk
2006-11-25
17:18
Finished coding part of TIP#174. Still have tests and docs to do. check-in: b33c94ebdb user: dkf tags: trunk
2006-11-24
15:34
Added some more implementations check-in: c57bc81393 user: dkf tags: trunk
15:06
Supply missing #ifdef check-in: 2d2ab42d25 user: dgp tags: trunk
2006-11-23
23:48
Added Mod implementation check-in: 40b930c0ae user: dkf tags: trunk
22:38
Added implementations of the interpreted comparison operators check-in: 53524817d1 user: dkf tags: trunk
16:34
Added some interpreted operator implementations check-in: f8c892dd2a user: dkf tags: trunk
15:35
Silence complaints caused by [namespace import] returning current imports check-in: 83d6e7f7a2 user: dkf tags: trunk
15:24
*Partial* implementation of TIP#174. Still needs non-compiled versions of most operators, plus docs ... check-in: 32748eda99 user: dkf tags: trunk
13:13
Date fix check-in: 33919c1707 user: dkf tags: trunk
03:18
removed tools/genWinImage.tcl and win/README.binary check-in: c8c386946c user: das tags: trunk
03:18
whitespace check-in: c0069a5547 user: das tags: trunk
2006-11-22
23:25
[string is list] tests: fixed mixed up test name, added test of unicode handling check-in: 5d00b286c5 user: dkf tags: trunk
23:22
TIP#269 implementation check-in: 2cfaf6e022 user: dkf tags: trunk
20:30
* generic/tcl.h: Remove mention of win/README.binary in comment. check-in: ef00cf120e user: dgp tags: trunk
20:29
* tools/genWinImage.tcl (removed): Removed two files used in * win/README.binar... check-in: f09825fcbb user: dgp tags: trunk
19:43
* generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to * generic/tclInt... check-in: 8f4a0955bd user: dgp tags: trunk
2006-11-20
14:28
Make the guts of [chan] more robust. check-in: 8e3712c9bb user: dkf tags: trunk
10:14
Added a missing bold highlight check-in: a01da63432 user: dkf tags: trunk
2006-11-17
21:22
* generic/tclExecute.c (INST_EXPON): Corrected crash on [expr 2**(1<<63)]. Was o... check-in: 40237e4871 user: dgp tags: trunk
2006-11-16
09:34
Added more examples check-in: ff5f76b35f user: dkf tags: trunk
2006-11-15
20:08
TIP#270 IMPLEMENTATION * generic/tcl.decls: New public routines Tcl_ObjP... check-in: c06db721dd user: dgp tags: trunk
14:58
* tools/genStubs.tcl: Updated script to no longer produce the _ANSI_ARGS_ wrapper ... check-in: 40a5f13181 user: dgp tags: trunk
09:23
Convert \fP to \fR for easier manual page scraping check-in: 6ac86620d0 user: dkf tags: trunk
2006-11-14
16:30
TIP#261 IMPLEMENTATION * generic/tclNamesp.c: [namespace import] with 0 arguments ... check-in: 6f739ec61d user: dgp tags: trunk
2006-11-13
22:39
Silence a compiler warining about presenting a volatile pointer to 'memset' check-in: 5c38f9e884 user: kennykb tags: trunk
17:51
* generic/tclIO.c: When [gets] on a binary channel needs to use the "iso8859-1"... check-in: 412bdf69f2 user: dgp tags: trunk
08:23
* generic/tclCompExpr.c: fix gcc warnings about 'cast to/from * generic/tclEncoding.c: pointer fro... check-in: 8562d10e43 user: das tags: trunk
2006-11-12
23:23
Regen check-in: 7f3127eac2 user: dkf tags: trunk
23:15
Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table. check-in: ebaa4e90fc user: dkf tags: trunk
2006-11-10
04:10
suppress linker arch warnings when building universal check-in: d33ba03a52 user: das tags: trunk
01:55
* tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains symlinks. * macosx/Tcl.x... check-in: 22b6ae1be7 user: das tags: trunk
2006-11-09
16:52
* generic/tclParseExpr.c (removed): Moved all the code of * generic/tclCompExpr.... check-in: 503e4857a2 user: dgp tags: trunk
16:11
Optimize for the unshared case. check-in: 81b71d3d1d user: dkf tags: trunk
15:37
Implemented [string reverse]. Finalizes basic TIP#272 implementation. check-in: 82bd93862e user: dkf tags: trunk
15:19
Implemented [lreverse] from TIP#272 check-in: adc8734872 user: dkf tags: trunk
2006-11-08
14:20
Fix spot where bug number formating was inconsistent check-in: 80c60162f3 user: dkf tags: trunk
13:47
Minor simplification of memcpy usage check-in: daa47e737a user: dkf tags: trunk
11:41
Rewrite for style and clarity (esp. tclPkg.c) check-in: 36e6a4022c user: dkf tags: trunk
2006-11-07
17:29
* unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code to fall back to a hardwired d... check-in: 621b8961cc user: andreas_kupries tags: trunk
14:26
Minor updates (whitespace police, etc.) check-in: e4a8fe7285 user: dkf tags: trunk
14:10
Minor changes (whitespace police, etc.) check-in: 34d587382d user: dkf tags: trunk
2006-11-05
04:16
* generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to an invalid forma... check-in: a83e3b5958 user: dgp tags: trunk
03:33
TIP#274 IMPLEMENTATION * generic/tclParseExpr.c: Exponentiation operator is n... check-in: a792c55b9b user: dgp tags: trunk
2006-11-04
00:09
* generic/tclBasic.c (TEOVI): fix por possible leak of a Command in the presence of execution trac... check-in: 52b6cda372 user: msofer tags: trunk
2006-11-03
23:24
* generic/tclBasic.c (TEOVI): * tests/trace.test (trace-21.11): fix for [Bug 1590232], execution ... check-in: fcb738aaf0 user: msofer tags: trunk
15:31
Rename constraint to look more conventional check-in: 72eac4f15c user: dkf tags: trunk
11:45
Keep most tests from making sockets that are reachable off the machine. check-in: b80578eec2 user: dkf tags: trunk
11:36
Minor syntactic changes check-in: ddebbb5fdd user: dkf tags: trunk
03:04
* macosx/Tcl.xcodeproj/project.pbxproj: check autoconf/autoheader exit status and stop build if th... check-in: 01fee8451b user: das tags: trunk
00:34
* doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: * doc/fconfigure.n, doc/interp.n, doc/unknown... check-in: 5a5306b6b8 user: hobbs tags: trunk
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
21:01
merge updates from HEAD check-in: 1f911d4cbb user: dgp tags: dgp-refactor
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