Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 921a289f099db247.

2006-10-12
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
21:32
* generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash when argument version==NULL passed in. B... check-in: 52ce4a8c3a user: andreas_kupries tags: core-8-4-branch
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
02:01
fix line endings check-in: e1a830772b user: dgp tags: tip-257-implementation-branch
01:59
tclOOCall.c build targets check-in: 2441cc887d user: dgp tags: tip-257-implementation-branch
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
19:10
* changes: changes updated for 8.4.14 release.
check-in: 9fe31cf933 user: dgp tags: core-8-4-branch
18:23
* tests/namespace.test (namespace-51.16): Added test.
check-in: e08ee720fe user: dgp tags: trunk
18:16
dup test name check-in: df804607e6 user: dgp tags: core-8-4-branch
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 <[email protected]>

* ...
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-08
17:14
Makefile updates for new file check-in: 2cb6b556f8 user: dkf tags: tip-257-implementation-branch
17:13
Following experiments, now have (possibly imperfect implementation of) class mixins. Factor out the ... check-in: 853ef8835f user: dkf tags: tip-257-implementation-branch
15:39
Following experiments, now have (possibly imperfect implementation of) class mixins. Factor out the ... check-in: 6c491a698c user: dkf tags: tip-257-implementation-branch
2006-10-06
19:00
update tests to handle strictness change check-in: 3acaec4997 user: hobbs tags: core-8-4-branch
14:14
bug #1571954: avoid /RTCc flag with MSVC8 check-in: 921a289f09 user: patthoyts tags: trunk, tip-278-branch-root
14:04
Remove RTCc flag check-in: 0c53056fcd user: patthoyts tags: core-8-4-branch
13:37
TIP #275: Support unsigned values in binary command check-in: 42dcb6f5f3 user: patthoyts tags: trunk
05:57
note default "false" for http::strict for 8.4 check-in: 85b022a953 user: hobbs tags: core-8-4-branch
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
05:56
* library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::...
check-in: 133b7d6e9c user: hobbs tags: core-8-4-branch
04:55
(UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 2296aeb300 user: hobbs tags: trunk
04:55
(UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 1114fb6791 user: hobbs tags: core-8-4-branch
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: b800442074 user: hobbs tags: core-8-4-branch
21:24
* generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod...
check-in: fd98919337 user: hobbs tags: trunk
11:44
* generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15...
check-in: 6631da8060 user: msofer tags: core-8-4-branch
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
22:17
Many improvements to introspection; all features should now be introspectable. check-in: 9ee3a8c373 user: dkf tags: tip-257-implementation-branch
21:03
Olson's tzdata2006m check-in: cc62308f7f user: kennykb tags: trunk
18:05
dup test name check-in: 632c9bda77 user: dgp tags: trunk
17:59
Bug 1400572 will remain knownBug for 8.4.14 check-in: e0307b95c5 user: dgp tags: core-8-4-branch
14:12
Add some memory tests check-in: 5bf32d9fda user: dkf tags: tip-257-implementation-branch
14:05
Tidy up long lines check-in: b91db59a19 user: dkf tags: tip-257-implementation-branch
2006-10-03
23:32
Fixed jenglish's nasty filter recursion case. Filters can't be recursively entered *unless* they're ... check-in: cdb4d99073 user: dkf tags: tip-257-implementation-branch
18:20
Attempt to correct regression filename-16.6 due to 2006-05-13 commit. check-in: 9f44abdef2 user: dgp tags: core-8-4-branch
00:21
fix line endings check-in: 424bd35527 user: dgp tags: tip-257-implementation-branch
2006-10-02
22:52
Following discussion on c.l.t, remove oo::definer and oo::struct completely. check-in: bd7abb6f29 user: dkf tags: tip-257-implementation-branch
22:28
Remove oo::definer and oo::struct from the global state; they're not important enough. check-in: 6bed76212b user: dkf tags: tip-257-implementation-branch
18:30
* generic/tclFileName.c (TclGlob): Prevent doubling of directory separators by ...
check-in: dfeb6ada5a user: dgp tags: core-8-4-branch