Tcl Source Code

Timeline
Login

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

361 check-ins using file generic/tclIOUtil.c version 26a06b015b

2016-06-16
14:48
Merge up to the 8.6.0 release. check-in: a255cc8f0b user: dgp tags: bug-16828b3744
2014-04-28
18:56
Merge to fix accidental fork in branch bug-3600058-td Leaf check-in: cdb671dd50 user: twylite tags: bug-3600058-td
18:41
Reintroduce tabular format for alphabetical index of commands, but use CSS columns. Put a categoriz... check-in: dae988402a user: twylite tags: bug-3600058-td
2014-03-13
17:10
Bug 3600058 work-in-progress: restored table format for contents page (easy for eyes to scan, each t... check-in: ce23a97e6f user: twylite tags: bug-3600058-td
2013-05-13
16:51
Fixed bug in parent revision [832a1994c7] unpredictably breaking the execution of precompiled byteco... Closed-Leaf check-in: 461dc8b0cc user: andreask tags: bugfix-832a1994c7-for-precompiled-bc
2013-02-11
13:48
fix no-thread build check-in: db817d8d11 user: mig tags: mig-alloc-reform
2013-01-22
19:24
Contribution by Patrick Fradin <[email protected]> Quoting his mail:
================...
check-in: d801822907 user: andreask tags: contrib-patrick-fradin-code-cleanup
2013-01-18
16:18
Rework copyright parsing logic to handle a wider variety of name and date formats check-in: 77d5743f56 user: twylite tags: bug-3600058-td
16:16
Fix handling of text lines starting with a period (they could be confused with directives). Fix hand... check-in: a5f6a91d6e user: twylite tags: bug-3600058-td
14:19
Send status messages to ::STATUSOUT (default stdout) and warnings/errors to stderr. Fix LF in messag... check-in: 5ae21c0da6 user: twylite tags: bug-3600058-td
13:54
Merge frq-3599786 into bug-3600058-td to handle interrelated changes check-in: 0be80a1464 user: twylite tags: bug-3600058-td
2013-01-17
09:12
As minimal a fix for the issues with [3598300] as I can make. Closed-Leaf check-in: 80f892227c user: dkf tags: minimal-fix-for-3598300-problems
2013-01-16
14:16
merge trunk check-in: b0cc155cb9 user: dkf tags: bug-3600328
11:01
[Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that is an encoding we gua... check-in: 6fbfcdadfe user: dkf tags: trunk
09:58
Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default. Define Tcl_EvalO... check-in: e227db0bcb user: jan.nijtmans tags: trunk
2013-01-15
21:06
[Bug 3598300]: unix: tcl.h does not include sys/stat.h check-in: 71141a7657 user: jan.nijtmans tags: trunk
19:37
peephole INST_START_CMD before entering the big switch in tebc check-in: 832a1994c7 user: mig tags: trunk
19:35
merge trunk Closed-Leaf check-in: 9842555cd9 user: mig tags: ISC-peephole
19:26
remove [4522b11989], it breaks the build on linux check-in: f00093f08c user: mig tags: trunk
2013-01-14
15:23
forgot two #undef's check-in: e643c0a9c3 user: jan.nijtmans tags: trunk
15:19
Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using this, compiled against ... check-in: 159d19e85b user: jan.nijtmans tags: trunk
15:01
merge trunk check-in: 92db875654 user: mig tags: mig-alloc-reform
2013-01-13
23:26
Various bits of cleanup, efficiencies, and comment documentation in tclVar.c (from mig-review) check-in: 34c7f786b2 user: mig tags: trunk
18:12
Clarify readable fileevent "false positives" in the case of multibyte encodings/transforms [Bug 3436... check-in: 1b05bdee42 user: ferrieux tags: trunk
09:13
If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are taken from the public stu... check-in: 7a46d6fb7a user: jan.nijtmans tags: trunk
2013-01-12
21:57
Put back TclBackgroundException in internal stub table, so extensions using this, compiled against 8... check-in: 10413f8ec8 user: jan.nijtmans tags: trunk
10:53
discouraging the compiler from re-reading *pc in the peephole loop, part2 (any diff?) check-in: 6a87d68046 user: mig tags: ISC-peephole
10:49
discouraging the compiler from re-reading *pc in the peephole loop check-in: aca39f9669 user: mig tags: ISC-peephole
10:14
even better ... or so I hope: also inlining INST_PUSH1 in the peephole, checking for ISC after LOAD1... check-in: e8fdf6d26b user: mig tags: ISC-peephole
2013-01-11
23:29
merge trunk check-in: 8fc1e382f6 user: mig tags: ISC-peephole
21:16
better comments check-in: 7299843751 user: mig tags: ISC-peephole
18:05
fix for consecutive ISC (produced by [while 1 {...}) check-in: eae6510cde user: mig tags: ISC-peephole
17:27
Test for Bug 1884496 (not buggy on trunk). check-in: ebc33b0d1d user: dgp tags: trunk
15:37
testing a cheaper(?) INST_START_COMMAND check-in: c718302fca user: mig tags: ISC-peephole
14:15
merge trunk check-in: d8848dae5b user: dkf tags: bug-3600328
14:04
First attempt at fixing problems caused by [array set] inside [namespace eval], which caused partial... check-in: aa3b9c941a user: dkf tags: bug-3600328
12:43
merge trunk check-in: 82f56635d2 user: mig tags: mig-alloc-reform
12:42
Name functions according to 'what' instead of 'how' in the [tailcall] machinery, in view of making p... check-in: 436a4cdd32 user: mig tags: trunk
2013-01-10
21:18
tailcall now running in a simpler model, with no eval-flags and no nre-stack rewriting; yieldto also... check-in: 7bbaefb54f user: mig tags: trunk
19:04
merge trunk check-in: c8969e4cd8 user: mig tags: mig-alloc-reform
18:17
fix off-by-one error introduced in bd7d7a2061 check-in: 6547cc9e7b user: mig tags: trunk
09:23
Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODE check-in: 80facf4d91 user: jan.nijtmans tags: initsubsystems
2013-01-09
17:32
more NRE abstraction check-in: e3caace30c user: mig tags: mig-nre-mods
16:43
Experimental: categories added to man pages; enhance tcltk-man2html to use categories to render ToC Leaf check-in: 82bff07330 user: twylite tags: frq-3599786
14:07
[Bug 3599395]: http assumes status line is a proper tcl list. check-in: f4f88c291e user: jan.nijtmans tags: trunk
10:30
New function Tcl_InitSubsystems, still to be TIP'ed check-in: 5a777a1b8a user: jan.nijtmans tags: initsubsystems
09:27
Proposed fixes for bug #3600058: support escaped single quote; rewrite font handling to handle font ... check-in: 8b229b6c5b user: twylite tags: bug-3600058-td
08:17
Join paths with 'file join' not as strings to avoid platform-specific separator problems check-in: b4888e8144 user: twylite tags: frq-3599786
2013-01-08
22:46
backing out the TCL_EVAL_REDIRECT changes, orthogonal check-in: 54461f939f user: mig tags: mig-nre-mods
22:34
added macros for speed, reduced stack size to 100 check-in: 02104c4da4 user: mig tags: mig-nre-mods
21:40
NRE now running on a stack! Version 0: more things to test and details to polish. check-in: c2471a3eb4 user: mig tags: mig-nre-mods
21:38
merge trunk check-in: 2be3881eef user: mig tags: mig-nre-mods
20:31
merge trunk check-in: 44958db7fd user: dkf tags: dkf-http-cookies
16:57
fixed debug version check-in: 924cef56ee user: mig tags: mig-nre-mods
16:09
move to auto-init check-in: c60ec2c4d1 user: mig tags: mig-nre-mods
13:03
$builddir is a local variable check-in: d433d96843 user: jan.nijtmans tags: trunk
10:27
[Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find i... check-in: 8a291bcb44 user: jan.nijtmans tags: trunk
08:08
mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core list check-in: 0d1bc53480 user: jan.nijtmans tags: trunk
03:42
one smallbug gone, the big one still eludes me check-in: 9976c8459d user: mig tags: mig-nre-mods
03:32
merge trunk check-in: 9904da079b user: mig tags: mig-alloc-reform
01:06
CRASH. Have to look for who is calling TclNRAddCallback and trying to access its data[] afterwards (... check-in: a7149815b9 user: mig tags: mig-nre-mods
2013-01-07
18:38
backout, and merge trunk check-in: 31794a3cc2 user: mig tags: mig-nre-mods
18:34
still no good Closed-Leaf check-in: 9becc4f643 user: mig tags: mig-err
14:40
Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and Tcl_AppendResult, not an... check-in: 8ceea4a885 user: jan.nijtmans tags: trunk
13:24
merge trunk check-in: e520340e06 user: mig tags: mig-err
13:16
FRQ-3599786: add command line option --pkgdir to tcltk-man2html.tcl to specify the directory under w... check-in: aa69efcca9 user: twylite tags: frq-3599786
13:00
merge-mark. Hoping trunk is OK now, again ;-( check-in: 212c2767fe user: jan.nijtmans tags: trunk
10:07
Merging vexpr branch back to trunk check-in: a7631372a7 user: seandeelywoods tags: hypnotoad-vexpr
07:28
CRASH - possibly full of mental typos check-in: e419af1fe1 user: mig tags: mig-err
04:21
move TCL_EVAL_REDIRECT from iPtr->evalFlags (tclInt.h) to flags passed to the eval functions (tcl.h) check-in: dbbf3397a0 user: mig tags: mig-nre-mods
03:51
more abstraction check-in: e26efb6f53 user: mig tags: mig-nre-mods
02:54
reenable compiled tailcall check-in: a05cac94c9 user: mig tags: mig-nre-mods
01:55
... tmp check-in: f992470028 user: mig tags: mig-nre-mods
00:45
partial work towards a new tailcall mechanism check-in: f588f27dc9 user: mig tags: mig-nre-mods
2013-01-06
21:52
towards an nre stack (instead of linked list) check-in: 0415caab7d user: mig tags: mig-nre-mods
20:40
Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrelated places . Bump http... check-in: f38c7f79f0 user: jan.nijtmans tags: trunk
2013-01-05
18:16
merge trunk check-in: 6c03a15d80 user: dkf tags: dkf-bytecode-8.6-main
16:58
merge trunk check-in: 6f7f4d94f9 user: mig tags: mig-nre-mods
05:08
merge trunk, fix stack computation tocompensate for current BC errors check-in: e8a597b33c user: mig tags: mig-alloc-reform
03:43
improved stack checking under TCL_COMPILE_DEBUG check-in: 33d3915a80 user: mig tags: trunk
00:39
merge fork check-in: b18953345f user: jan.nijtmans tags: trunk
00:36
fix the new assertion, it should not trigger when an expansion is in progress check-in: 56be4365e0 user: mig tags: trunk
00:36
adjust stub library version number check-in: 5f32d735d7 user: jan.nijtmans tags: trunk
00:15
Add an assertion that checks the stack depth under TCL_COMPILE_DEBUG *before* stack cleanup. It curr... check-in: cc975c8c54 user: mig tags: trunk
2013-01-04
15:09
merge trunk check-in: 7fae92b2e1 user: mig tags: mig-alloc-reform
15:01
Fix memory leak in [format] compiler. check-in: 113b75cd58 user: dkf tags: trunk
14:38
Fix bad memory access problems found by Miguel Sofer when valgrinding. check-in: 963a7f31e2 user: dkf tags: trunk
14:34
merge trunk check-in: d4b0410564 user: mig tags: mig-alloc-reform
14:32
missing file check-in: 7bbee83e6e user: mig tags: mig-alloc-reform
11:14
merge trunk check-in: c79e7ecc00 user: dkf tags: dkf-bytecode-8.6-main
11:14
Improve code generation for many simple core ensemble subcommands. check-in: 5a0e18f766 user: dkf tags: trunk
11:06
Add super-simple compiler to many ensemble subcommands to allow better code generation where we can ... check-in: 40fef44a65 user: dkf tags: dkf-bytecode-8.6-main
05:35
empty merge with trunc: sync, last patch does not apply to this branch. Temp work committed, not deb... check-in: 467a159cd0 user: mig tags: mig-alloc-reform
05:26
Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects. check-in: bd7d7a2061 user: mig tags: trunk
02:09
small change, clearer logic replacing sizeof with offsetof check-in: 00ba59bb7d user: mig tags: mig-alloc-reform
02:05
merge trunk check-in: effc9f8ca4 user: mig tags: mig-alloc-reform
2013-01-03
14:35
"Mine eyes deceive, but others catch me when I fall." -- Someone or other check-in: 606dc91401 user: dkf tags: trunk
14:24
Channel buffer min size is 1. Issue found by Schelte Bron. check-in: 8c118480fd user: dkf tags: trunk
14:08
merge main dev branch check-in: ca5122117a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
14:07
merge main dev branch check-in: b7fcd3c212 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
14:02
speling ficks check-in: ea646daa60 user: dgp tags: trunk
11:47
remove unused var check-in: 57c67c7ee6 user: mig tags: mig-alloc-reform, mig-alloc-reform-Z2
11:45
merge trunk check-in: c711be5b6a user: mig tags: mig-alloc-reform
11:24
now working, configuration still to do check-in: aac0c044ee user: mig tags: mig-alloc-reform
10:25
merge trunk check-in: 9734fe87d2 user: dkf tags: dkf-bytecode-8.6-main
10:23
Added mechanism for pre-parsing built-in ensembles even when they are not going to generate specific... check-in: 0a095f089c user: dkf tags: trunk
09:46
test case for bug-3598580: Tcl_ListObjReplace may release deleted elements too early check-in: 6a52542dcc user: jan.nijtmans tags: trunk
04:28
a little less broken than before check-in: 27d899c597 user: mig tags: mig-alloc-reform
04:14
*BROKEN* First steps towards choosing allocators at load time check-in: 86a7932955 user: mig tags: mig-alloc-reform
00:37
Got the test suite passing cleanly. Excellent. check-in: 181c28a90f user: dkf tags: dkf-bytecode-8.6-main
2013-01-02
19:28
no changes, sync with core-8-5-branch to signal the backported fix check-in: b3100f7283 user: mig tags: trunk
19:20
remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to ... check-in: 9691e2e37d user: mig tags: trunk
18:35
merge trunk check-in: b007e860d2 user: dkf tags: dkf-bytecode-8.6-main
18:33
All tests pass except one; not sure what's wrong there. check-in: f3fd481cd7 user: dkf tags: dkf-bytecode-8.6-main
15:10
Passing more tests. check-in: f3f4dfddde user: dkf tags: dkf-bytecode-8.6-main
14:49
remove the refcounts and NEW_PRESERVE from zippy: it only works for Tcl_Alloc'ed blocks, and is inco... check-in: 1cb98eb1b9 user: mig tags: mig-alloc-reform
14:37
test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. Don't free ctrl.script... check-in: 179ae0efd8 user: jan.nijtmans tags: trunk
02:24
restore TCL_MEM_DEBUG to working order check-in: 8e3f5b5619 user: mig tags: mig-alloc-reform
2013-01-01
17:51
merge trunk check-in: 4242bd371d user: mig tags: mig-alloc-reform
2012-12-31
20:39
Bug fix for 3598385

dict exists now throws an error if an invalid dict is encountered, according to... check-in: e04297dbf7 user: hypnotoad tags: bug-3598385, hypnotoad-bug-3598385

12:32
Marked some string subcommands as obsolete, following discussion on tcl-core. check-in: 1a460ac0d3 user: dkf tags: trunk
02:39
Working towards more efficient treatment of non-bytecoded ensemble subcommands. check-in: 8e445bdbe1 user: dkf tags: dkf-bytecode-8.6-main
2012-12-29
09:23
restore refcounts as they were before the Tcl_ListObjReplace call, in the error situation. In Tcl9,... check-in: f83c3f4bad user: jan.nijtmans tags: trunk
2012-12-27
15:04
[Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early check-in: 4865e19aac user: jan.nijtmans tags: trunk
2012-12-26
09:59
eliminate dependancy of compat/*.h on tcl.h check-in: 1a74bb2740 user: jan.nijtmans tags: trunk
2012-12-23
08:18
merge trunk check-in: c5680da39e user: dkf tags: dkf-bytecode-8.6-main
08:17
Change back to using an isDigit function. We simply don't need to make any (formally non-portable) ... check-in: 31e633f6ad user: dkf tags: trunk
2012-12-22
19:05
Stop leaking allocated space when objifying a zero-length DString. [Bug 3598150] spotted by afredd. check-in: c384751ee6 user: ferrieux tags: trunk
15:21
merge release check-in: 13b5907663 user: dkf tags: dkf-bytecode-8.6-main
2012-12-21
09:13
Inline compat Tcl_GetDefaultEncodingDir. Eliminate unnecessary static HasStubSupport() and isDigit(... check-in: fd98f3556d user: jan.nijtmans tags: trunk
06:16
merge release check-in: bace4350dd user: dgp tags: trunk
2012-12-20
10:04
Merging in changes from trunk check-in: 040936a1c7 user: seandeelywoods tags: hypnotoad-vexpr
09:56
Merging with trunk check-in: bd253c91c6 user: seandeelywoods tags: hypnotoad-prefer-native-8.6
2012-12-19
11:43
merge main dev branch check-in: a6aefff3f5 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
11:42
merge main dev branch check-in: ec9d7394f3 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2012-12-18
14:02
Improved the sequence of instructions issued for [subst] when dealing with simple variable reference... check-in: 879b78fc5c user: dkf tags: trunk
10:21
Better version that can handle simple composite array keys as well. As long as they are free of comm... check-in: bc557e607b user: dkf tags: dkf-bytecode-8.6-main
09:37
Generate better code for the common case of subst-ed variables where the variable is a simple scalar... check-in: 2a40713424 user: dkf tags: dkf-bytecode-8.6-main
09:02
merge trunk check-in: 7e88f46d94 user: dkf tags: dkf-bytecode-8.6-main
2012-12-17
14:40
Simpler code to do installation of [info class] and [info object].

We know this is a safe thing to ... check-in: e3336029df user: dkf tags: trunk

14:27
Slim down the code a bit more; we can make more safe assumptions. Closed-Leaf check-in: db490510ed user: dkf tags: dkf-review
2012-12-14
19:25
merge trunk, update changes and re-tag Closed-Leaf check-in: cbbe01fc1a user: dgp tags: core-8-6-0-rc, core-8-6-0
2012-12-13
20:20
TIP 400 suffered from the same segfaulting flaw as 3595576. Segfaulting test and fix committed. check-in: 8ca83061d7 user: dgp tags: trunk
19:43
Simplify the [info object] and [info class] additions. check-in: 3184e01afd user: dgp tags: dkf-review
16:17
Restore clarity to macro test. check-in: 64542aaa92 user: dgp tags: trunk
16:08
Merge 3595576 tests from 8.5. check-in: 48775c28b4 user: dgp tags: trunk
13:37
Fix for [Bug 3595576], found by andrewsh check-in: 5e873e324a user: mig tags: trunk
12:14
Changelog entry, and change macro variable to not conflict with possible outside variable names check-in: 25064e0f65 user: jan.nijtmans tags: trunk
11:02
Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. check-in: fb66668b16 user: jan.nijtmans tags: trunk
2012-12-12
20:16
Prefer to extract package data from the *contents* not the directory name. check-in: da0cd63997 user: dgp tags: core-8-6-0-rc
2012-12-11
21:31
Tag 8.6.0 for release check-in: a8713b3963 user: dgp tags: core-8-6-0-rc
21:19
update changes check-in: 764d85a7ee user: dgp tags: trunk
2012-12-10
23:23
Improve the generation of HTML documentation in 8.6, allowing for contributed packages whose non-ver... check-in: 2246e9d5a0 user: dkf tags: trunk
15:58
merge trunk check-in: a827c84f1b user: dgp tags: core-8-6-0-rc
14:17
Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 08341ded36 user: dgp tags: trunk
2012-12-09
19:44
[Bug 3594188] Clarifications about commas. check-in: d9fda76c9b user: ferrieux tags: trunk
12:08
merge trunk: get fix for test error under -DPURIFY check-in: 9912334f76 user: mig tags: mig-nre-mods
11:52
Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" at end of chan.test und... check-in: c6db0a87d1 user: ferrieux tags: trunk
2012-12-08
17:20
merge trunk: get fix for test error under -DPURIFY check-in: 17400850c5 user: mig tags: mig-nre-mods
17:13
Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed nonblocking channels. Th... check-in: 3a000c424c user: ferrieux tags: trunk
2012-12-07
22:14
just lost one MODULE_SCOPE in the merge check-in: 5df2ea1b62 user: jan.nijtmans tags: trunk
21:36
only set tclStubsPtr if all version checks pass check-in: 54e473087a user: jan.nijtmans tags: trunk
19:26
merge trunk check-in: 1362ee01f0 user: dgp tags: core-8-6-0-rc
18:08
3593703 Don't crash on bad input to Tcl_PkgRequire*(). check-in: ee35495951 user: dgp tags: trunk
17:06
merge trunk Leaf check-in: 6bc654cdb3 user: dgp tags: bug-3588687
17:03
Source compat, rather than stubs compat demo. check-in: 782e6b36ec user: dgp tags: trunk
16:27
merge trunk check-in: a2d65bb563 user: dgp tags: bug-3588687
15:56
small correction in doc/NRE.3 check-in: 911bf76b1e user: mig tags: trunk
15:53
fix failing test check-in: 0443331428 user: jan.nijtmans tags: trunk
15:51
add proper runtime-detection to pkgb.so check-in: a88be5763c user: jan.nijtmans tags: trunk
14:54
merge trunk check-in: 23cb3fc491 user: dgp tags: bug-3588687
14:53
Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. check-in: 65b793e46a user: dgp tags: trunk
13:02
merge trunk check-in: db526d195f user: dgp tags: bug-3588687
09:56
Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: eacefd5015 user: jan.nijtmans tags: trunk
2012-12-06
21:10
Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. check-in: 5930a12b49 user: dgp tags: trunk
19:31
Move toward version-free stubs library. Continued WIP. check-in: 5cddc0f2ed user: dgp tags: bug-3588687
15:33
New branch for exploring mods to nre's guts check-in: c132033ec9 user: mig tags: mig-nre-mods
02:17
Fix [tailcall] and [yieldto] to not panic in dying namespaces: [Bug 3592747] Leaf check-in: 76780156de user: mig tags: bug-3592747
01:57
Create new branch named "bug-3592747" check-in: f7c415b6fa user: mig tags: bug-3592747
2012-12-05
22:38
do some Tcl_EvalEx, for test-purposes, demonstrating a crash Closed-Leaf check-in: 67ca035922 user: jan.nijtmans tags: novem-support
14:42
use Tcl_PkgProvideEx everywhere (again, for testing purposes) check-in: e63bcbdcec user: jan.nijtmans tags: novem-support
14:21
merge trunk Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do ... check-in: 50e935089a user: jan.nijtmans tags: novem-support
13:31
Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTemporaryFile. Move the f... check-in: ebd606c56f user: jan.nijtmans tags: trunk
09:42
Move the TCL_MAJOR_VERSION check to the HasStubSupport function. Change the signature of TclInitStu... check-in: afba69728c user: jan.nijtmans tags: bug-3588687
2012-12-04
20:53
merge trunk check-in: 0a9254547c user: dgp tags: bug-3588687
20:40
merge trunk check-in: 3b2d7fa654 user: dgp tags: core-8-6-0-rc
13:39
MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (code) check-in: 31daf6f1a3 user: jan.nijtmans tags: trunk
2012-12-03
21:04
merge trunk Leaf check-in: 4418113cd7 user: dgp tags: unknown-rewrite
19:50
Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: 1cba517bf0 user: dgp tags: trunk
14:35
Tcl headers already protect from EXTERN defines check-in: 6b7f7f3849 user: dgp tags: trunk
11:47
deprecate Tcl_Backslash, Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 2a1937a64a user: jan.nijtmans tags: better-deprecation
2012-12-02
14:35
Allow http, msgcat and tcltest to be loaded by Tcl 9 as well. I think that this should be included ... check-in: 499080ff58 user: jan.nijtmans tags: novem-support
2012-11-30
21:39
Rewrite [::unknown] making use of [tailcall]. Big reduction in complexity, with minor cosmetic dama... check-in: 7ce47f1fbc user: dgp tags: unknown-rewrite
09:16
Inform the HTML builder about the TDBC drivers. check-in: 4a4695ca27 user: dkf tags: trunk
2012-11-29
15:24
Revise TclInitStubs() so that it checks for consistent values of both TCL_MAJOR_VERSION and TCL_STUB... check-in: b170487915 user: dgp tags: bug-3588687
14:54
3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 115032dc74 user: dgp tags: trunk
13:15
silence compiler warning check-in: b447c19b77 user: dgp tags: trunk
2012-11-28
08:52
Silence some (unimportant) warnings from the MIPSpro compiler. check-in: 3b738c70ee user: dkf tags: trunk
00:04
[3590483]: Some compilers cannot initialize with complex non-constants. check-in: 7d73c405e1 user: dkf tags: trunk
2012-11-27
21:09
3588687 Added cross checks so that [load]ed extension, [load]ing interp, and linked stubs library al... check-in: eb3b3c4f75 user: dgp tags: bug-3588687
2012-11-26
22:23
Stop segfaults in test suite. check-in: c39b6ff155 user: dgp tags: novem-remove-string-result
21:49
merge (some of) novem check-in: cc8d784bea user: dgp tags: novem-remove-string-result
21:43
Merge use of [load] to find and nicely report error when incompatible stubs mechanisms between [load... check-in: 1d36aeb2bf user: dgp tags: novem-remove-string-result
21:30
...and here's the lines left behind in the editor. check-in: 20202399bf user: dgp tags: novem-remove-string-result
21:25
Comments and renamings around the legacy fields for string results. check-in: 70b9582b31 user: dgp tags: novem-remove-string-result
17:40
Factor out creation of the -sockname and -peername lists from TcpGetOptionProc() to TcpHostPortList(... check-in: d2d9d14de4 user: max tags: trunk
15:33
merge trunk check-in: f3fa5b57c9 user: mig tags: mig-alloc-reform
15:31
merge trunk check-in: cdc837ae05 user: mig tags: mig-alloc-reform
15:28
merge trunk check-in: 75ea3a482f user: dgp tags: core-8-6-0-rc
15:27
doc formatting goofs check-in: c6b4acb1a5 user: dgp tags: trunk
2012-11-22
17:27
merge trunk check-in: 35b8d54516 user: dgp tags: core-8-6-0-rc
15:14
Modification to Autoconf to prefer tcl8.6+ or tcl9 over tcl8.5 (or older)

This allows build scripts... check-in: 9166f0084e user: seandeelywoods tags: hypnotoad-prefer-native-8.6

09:18
merge trunk check-in: e122d03c34 user: jan.nijtmans tags: novem
08:49
Fix bug reported by Brian Griffin:

http://code.activestate.com/lists/tcl-core/12524/

check-in: 181caa1a57 user: jan.nijtmans tags: trunk
04:07
Adding: * generic/tclVexpr.tcl - Script to build tclVexpr.c and vexpr.n * generic/tclVexpr.c - F... check-in: 7fcc65a8ad user: hypnotoad tags: hypnotoad-vexpr
2012-11-20
12:14
merge dkf-compile-misc-info check-in: 7ddc1cf12f user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
12:13
merge dkf-compile-misc-info check-in: e4156ccf6b user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
12:11
[Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes check-in: 15e6f87e78 user: dkf tags: trunk
12:04
very minor style tweaks Closed-Leaf check-in: d83ade012e user: dkf tags: bug-3033307
10:03
merge novem check-in: e445ac19a3 user: jan.nijtmans tags: novem-unversioned-stub
10:01
merge trunk check-in: 4403712fe4 user: jan.nijtmans tags: novem
09:12
merge trunk check-in: b80796f566 user: jan.nijtmans tags: better-deprecation
09:01
It might be that iPtr->result points to an empty string but that iPtr->objResult contains the real e... check-in: c7d7ddfbe3 user: jan.nijtmans tags: novem
08:42
... make it more portable check-in: b72b900ae6 user: jan.nijtmans tags: novem
08:40
Add checks for the assumtions made in tclStubLib.c, making sure that those assumtions are maintained... check-in: 16299cb2af user: jan.nijtmans tags: novem
2012-11-19
22:35
Remove version number from stub library check-in: bd9e1fa311 user: jan.nijtmans tags: novem-unversioned-stub
22:34
make windde and winreg load again check-in: ae8377e32a user: jan.nijtmans tags: novem
22:23
merge trunk check-in: 9bbf5fce52 user: dkf tags: bug-3033307
22:10
merge trunk check-in: 6300f76d27 user: dkf tags: dkf-bytecode-8.6-main
22:08
[Bug 3588366]: Corrected implementation of bounds restriction for end-indexed compiled [string range... check-in: 2af48a01bb user: dkf tags: trunk
21:46
Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values check-in: ce3ac22537 user: jan.nijtmans tags: novem
21:45
eliminate unused variable check-in: 945c5ca4de user: jan.nijtmans tags: novem
17:30
merge trunk check-in: 9e3b81d1d8 user: dgp tags: core-8-6-0-rc
15:37
make Tcl_SeekOld, Tcl_TellOld, TclCopyChannelOld and TclSockMinimumBuffersOld deprecated as well: <p... check-in: cc058c2125 user: jan.nijtmans tags: better-deprecation
11:17
Remove some undocumented - obsolete - function from the API with 'Old' in the name. check-in: 4648cb9db2 user: jan.nijtmans tags: novem
08:30
Better solution for handling errors from Tcl 8.x compiled extensions. Works for existing ones. check-in: 34daa2003f user: jan.nijtmans tags: novem
2012-11-18
22:18
If TCL_NO_DEPRECATED is defined, switch off obsolete "puts" syntax check-in: a25a575bed user: jan.nijtmans tags: better-deprecation
22:11
Better deprecation: If TCL_NO_DEPRECATED is defined, disable Tcl_CreateMathFunc, Tcl_GetMathFuncInfo... check-in: f283c4dc45 user: jan.nijtmans tags: better-deprecation
19:38
no need for head-scratching any more, already corrected on novem branch Closed-Leaf check-in: e649759f5c user: jan.nijtmans tags: novem-remove-string-result
17:24
change stub library to detect - and generate a nice error-message - when a shared library compiled ... check-in: cd530ee72f user: jan.nijtmans tags: novem
17:12
on-hold at Don Porter's request change stub library to detect - and generate a nice error-me... Closed-Leaf check-in: 7b721861e8 user: jan.nijtmans tags: on-hold-trunk
2012-11-17
00:25
WIP removing the maintenance of a string result in the Interp.

Still some head-scratching on what t... check-in: f46d17d968 user: dgp tags: novem-remove-string-result

2012-11-16
22:56
revert mistaken commit Closed-Leaf check-in: d4edc59509 user: dgp tags: dgp-remove-string-result
22:51
merge trunk check-in: 8f081ad005 user: dgp tags: dgp-remove-string-result
21:17
Burn the bridge back to obsolete [puts] syntax. (Tcl 6?!) check-in: 536c0df045 user: dgp tags: novem
19:17
Burn the octal bridges. We're not goin' back. check-in: f1954e7f4d user: dgp tags: novem
17:57
Tcl_Value is now a synonym for Tcl_Obj ! check-in: d6204416c3 user: dgp tags: novem
17:52
Remove pre-8.5 interface for custom expr functions. check-in: d0406260f8 user: dgp tags: novem
16:37
merge trunk check-in: 748e6739a3 user: dgp tags: novem
16:19
3587651 Fix [info functions] and Tcl_ListMathFuncs(). check-in: 182c1d99c3 user: dgp tags: trunk
15:40
conversion of many files check-in: 30983e25c6 user: dkf tags: novem-64bit-sizes
12:52
merge trunk check-in: 0cf5bc8ded user: dgp tags: core-8-6-0-rc
12:38
merge "novem"

Everything compiles now, but it doesn't run yet.

check-in: 005a09e2be user: jan.nijtmans tags: novem-64bit-sizes
12:02
eliminate CONST/CONST84/CONST86 check-in: b9edee7fc7 user: jan.nijtmans tags: novem
11:41
A few unneeded internal CONST/CONST86's check-in: b86be72558 user: jan.nijtmans tags: trunk
11:27
merge "novem" Review function changes int <-> size_t. Changed some more and reverted some others. Ru... check-in: 8edd8131a2 user: jan.nijtmans tags: novem-64bit-sizes
10:22
Doc fix in TCL_MEM_DEBUG.3 check-in: 17676b7c5f user: jan.nijtmans tags: novem
10:22
Doc fix in TCL_MEM_DEBUG.3 check-in: 6dbd91a6d0 user: jan.nijtmans tags: trunk
10:12
Merge trunk

Fix Windows build

Now usable with Thread's "novem" branch (3.0a1)

Remove some...

check-in: 603622b6d3 user: jan.nijtmans tags: novem
09:38
Let all test-cases which require Thread, at least require Thread 2.7 check-in: 12f5a13e60 user: jan.nijtmans tags: trunk
08:35
Don't use deprecated function check-in: c063c9d28f user: jan.nijtmans tags: trunk
2012-11-15
22:17
Abandon support for pre-8.5 bytecode. check-in: 334b80b0c1 user: dgp tags: novem
21:46
merge from novem check-in: 9d18b10109 user: dkf tags: novem-64bit-sizes
21:04
Goodbye to [case]. check-in: ece21b6163 user: dgp tags: novem
20:56
first few files converted check-in: 072b223051 user: dkf tags: novem-64bit-sizes
20:25
Contributed patch from Andy Goth. check-in: 9fb81c1f45 user: dgp tags: bug-3033307
15:59
Working towards 64-bit memory object sizes; WIP... check-in: c8100e8bb4 user: dkf tags: novem-64bit-sizes
15:04
Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no secti... check-in: 534312e090 user: jan.nijtmans tags: trunk
11:48
Simplification: don't declare struct types that are never used. check-in: 1e2c21fd06 user: jan.nijtmans tags: trunk
05:12
Octal death documentation impacts. check-in: d0016535c0 user: dgp tags: novem
04:09
Kill Octal; bump to 9.0a0; make test suite work again. check-in: 9ea4c8ee49 user: dgp tags: novem
01:54
merge trunk: check-in: 6dd0c8d37c user: dgp tags: core-8-6-0-rc
01:44
unbreak trunk; fix some warnings check-in: 3bb8276262 user: dkf tags: trunk
00:20
IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy check-in: ee5b8dcfad user: jan.nijtmans tags: trunk
2012-11-14
16:57
merge trunk check-in: 872a233e89 user: dgp tags: core-8-6-0-rc
15:50
oops Closed-Leaf check-in: 19cd443ed2 user: jan.nijtmans tags: forgiving-pkgconfig
15:44
Experiment: make ::tcl::pkgconfig more forgiving when the requested encoding cannot be found. check-in: 4cc7e2a948 user: jan.nijtmans tags: forgiving-pkgconfig
14:35
merge mark check-in: dc72be0dbc user: dkf tags: trunk
13:01
* unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor out all the code to do temp...
check-in: 2f3da59db1 user: dkf tags: trunk
09:58
merge trunk Closed-Leaf check-in: 7e567b9e05 user: jan.nijtmans tags: frq-3579001
09:12
Workaround for mingw versions which don't provide _fpcontrol in float.h check-in: 73042d17c8 user: jan.nijtmans tags: trunk
2012-11-13
21:31
merge trunk check-in: 21954dc8a9 user: dgp tags: core-8-6-0-rc
21:23
360894 Threads inherit floating point config from their creator thread check-in: 3574448bf4 user: dgp tags: trunk
20:03
also search for the library directory (init.tcl, encodings, etc) relative to the build directory ass... check-in: e54043c366 user: mistachkin tags: trunk
18:02
merge trunk check-in: 9d434752ed user: dkf tags: dkf-http-cookies
2012-11-12
23:33
merge mark check-in: addeb1588f user: dgp tags: trunk
10:25
Check for USE_TCL_STUBS as well Closed-Leaf check-in: 5339e19ee5 user: jan.nijtmans tags: bug-3562640
10:03
merge trunk check-in: af3e5de5a0 user: jan.nijtmans tags: bug-3562640
08:01
merge trunk.

doc fix

check-in: 50ce5a659d user: jan.nijtmans tags: frq-3579001
07:53
style fix check-in: 5fbbfc2a80 user: jan.nijtmans tags: trunk
07:44
merge trunk check-in: b3da51d3fb user: jan.nijtmans tags: frq-3579001
2012-11-10
19:24
added forgotten Changelog entry check-in: d5f32ab609 user: mig tags: trunk
17:08
re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBUG mode check-in: 4ea681879b user: mig tags: trunk
2012-11-09
20:11
merge trunk check-in: 0808bcc7b6 user: jan.nijtmans tags: frq-3579001
12:11
Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the only way to access TclO... check-in: 06345d5b54 user: jan.nijtmans tags: trunk
2012-11-08
16:22
dup test name check-in: dd63631c29 user: dgp tags: trunk
15:44
merge trunk check-in: 80ae3ec193 user: dgp tags: core-8-6-0-rc
15:43
Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 check-in: 1f7c7e8b4e user: dgp tags: core-8-6-0-rc
15:25
Create Tcl 8.6.0 release branch check-in: 1cb8443cf3 user: dgp tags: core-8-6-0-rc
15:21
Updated the language of the documentation so that "object" refers to an OO concept throughout, and a... check-in: d664748a86 user: dkf tags: trunk
13:50
Missing bits of the msgcat 1.4 -> 1.5 bump. check-in: fc792635e1 user: dgp tags: trunk
13:06
Remove another reference to tcl.wse.in check-in: 5c25c5c93b user: jan.nijtmans tags: trunk
10:16
merge updates to make HTML generation better check-in: 069f682541 user: dkf tags: trunk
10:14
Added tooltip generation to contents and keywords pages. Closed-Leaf check-in: 833d91a67d user: dkf tags: off-trunk
08:22
Make HTML generator more resilient against problems when generating docs for older versions of Tcl/T... check-in: d61b5fb209 user: dkf tags: off-trunk
2012-11-07
20:53
Import tzdata2012i check-in: 4d62db0c92 user: kbk tags: trunk
20:41
Remove files and references for long outdated Wise Installer. check-in: bbb8a76120 user: dgp tags: trunk
17:30
merge mark check-in: bbfde6b0fc user: dgp tags: trunk
14:41
Added package descriptor file to allow for easier configuration of integration of contributed packag... check-in: 38cdd285ca user: dkf tags: trunk
14:27
merge trunk check-in: f1c98e24ba user: jan.nijtmans tags: frq-3579001
13:18
Minor change: another formatting improvement check-in: 9fdefb44c5 user: dkf tags: trunk
13:14
Minor change: Formatting fix check-in: ea0214e0bd user: dkf tags: trunk
10:36
just fix some characters that fossil cannot handle well check-in: 9c4864e9d1 user: jan.nijtmans tags: trunk
08:03
Finish the TIP #416 implementation as specified (#define's were still missing). Added warning to "lo... check-in: 6c3f682fbf user: jan.nijtmans tags: frq-3579001
2012-11-06
21:16
merge trunk check-in: 892cbafd88 user: dkf tags: frq-3579001
16:27
Complete bump to http 2.8.5 check-in: ccb1ff90b3 user: dgp tags: trunk
13:16
[Bug 3581754]: Ensure that http -command callbacks are done at most once. check-in: c25583796f user: dkf tags: trunk
2012-11-05
21:56
merge main dev branch check-in: cccfdb8685 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
21:55
merge main dev branch check-in: 4c63be2ac8 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
21:47
merge trunk: INST_TAILCALL has bug check-in: 90ced9e9c8 user: dkf tags: dkf-bytecode-8.6-main
20:27
merge changes check-in: 67e02930a9 user: dgp tags: trunk
16:57
Disable bytecompile of [tailcall] until it gets some repair. As is, it hopelessly bogs down debug-e... check-in: 681260c3fd user: dgp tags: trunk
15:33
merge main dev branch check-in: bd2cb80131 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
15:28
merge main dev branch check-in: 3b9b1bfb43 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
15:17
merge trunk check-in: 1fc3f2cbaf user: dkf tags: dkf-bytecode-8.6-main
14:55
Added bytecode compilation of many Tcl commands, merged from development branch. check-in: 8e20d1a93f user: dkf tags: trunk
14:42
TIP #413 check-in: 1763fa9dc9 user: jan.nijtmans tags: trunk, potential incompatibility
14:34
Added compilation of [array exists], [array set] and [array unset]. Fixed a whole bunch of issues wi... check-in: 7c61073736 user: dkf tags: merge-to-trunk, dkf-bytecode-8.6-main
2012-11-04
16:57
fix Tcl_FSFileAttrStrings doc check-in: 78a8bf7285 user: jan.nijtmans tags: trunk
2012-11-03
20:21
Added compilation of [string last] and improved the compilation of [string range]. This in turn enab... check-in: 75cbbc5cf0 user: dkf tags: dkf-bytecode-8.6-main
12:48
Added compilation of [info object isa object] (i.e., object verification). check-in: 4d5db00353 user: dkf tags: dkf-bytecode-8.6-main
2012-11-02
20:39
reorder to preserve main BC development branch sequence better check-in: ef6191e5a7 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
20:25
merge dkf-compile-misc-info check-in: f0a7031a74 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
18:13
Added more TclOO introspection bytecodes ([info object class], [info object namespace]). Also moved ... check-in: 294a3d3bb9 user: dkf tags: dkf-bytecode-8.6-main
16:50
Work on compilation of [string is]. Hit some problem edge cases with differences in strictness of ed... check-in: dd27dc1543 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main
2012-11-01
20:40
Working towards a BCCed [next]. This version almost works, except for a problem with restorin... check-in: 6344562868 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main
18:06
Added compilation of [tailcall]. Not a particularly efficient compilation though; it does not detect... check-in: 2968fdc5d5 user: dkf tags: dkf-bytecode-8.6-main
16:47
Added compilation of [dict create] and [dict merge]. check-in: b8eaa3a98a user: dkf tags: dkf-bytecode-8.6-main
2012-10-31
13:09
Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 check-in: 2afb21274b user: jan.nijtmans tags: trunk
2012-10-30
22:16
Added [dict exists] compilation; implementation is 95% shared with [dict get]. check-in: 6859d16fe4 user: dkf tags: dkf-bytecode-8.6-main
20:59
Some corrections and performance tweaks check-in: b6871e5b80 user: dkf tags: dkf-bytecode-8.6-main
18:20
Compilation of [string first] and [string range] (with constant indices). check-in: e756e9bdac user: dkf tags: dkf-bytecode-8.6-main
12:39
Added compilation of [regsub] (in the simplest, most restricted case). check-in: d2d9a5c8de user: dkf tags: dkf-bytecode-8.6-main
2012-10-29
21:35
Added compilation of simplest practical case of [string map]. check-in: b1a427318b user: dkf tags: dkf-bytecode-8.6-main
17:16
Minor: correct a comment check-in: e10490c739 user: dkf tags: dkf-bytecode-8.6-main
17:15
Compiler for some of the simpler cases of [format]. check-in: 07728408e3 user: dkf tags: dkf-bytecode-8.6-main
12:03
merge trunk check-in: 4b0388c65f user: dkf tags: dkf-bytecode-8.6-main
12:03
Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help. check-in: dfc7ee7e95 user: dkf tags: dkf-bytecode-8.6-main
11:02
Compilation of [info commands] in the case of a fully-qualified literal name. check-in: 71f464d707 user: dkf tags: dkf-bytecode-8.6-main
2012-10-28
18:58
fix INST_YIELD so that it works Closed-Leaf check-in: ce774f1a5a user: mig tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main
16:01
Added [self namespace] to bytecoded command set. check-in: 6f1282e0b7 user: dkf tags: dkf-bytecode-8.6-main
2012-10-26
13:13
Working towards a BCCed [yield]; this doesn't work right now. check-in: af49d8d62b user: dkf tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main
07:32
Compile [namespace which -command]; big performance saving in some contexts. check-in: a8d554940e user: dkf tags: dkf-bytecode-8.6-main
2012-10-25
09:56
Added compilation of [namespace code] (except for gnarly edge cases). check-in: a761d4846d user: dkf tags: dkf-bytecode-8.6-main
2012-10-24
21:22
syntax improvement: expect options before the filename

start at documentation

check-in: 7bc615df40 user: jan.nijtmans tags: frq-3579001
13:08
experimental implementation of FRQ-3579001 check-in: 0895bccd51 user: jan.nijtmans tags: frq-3579001
11:28
make tclTest.c compilable against version 2 filesystems check-in: 69687a01db user: jan.nijtmans tags: trunk
09:52
merge trunk check-in: a141b7be02 user: dkf tags: dkf-bytecode-8.6-main
09:50
Added compilation of [dict unset]; the bytecode needed already existed anyway. check-in: 673065682d user: dkf tags: trunk
08:19
minor correction to index line check-in: aedd95e0ee user: dkf tags: trunk
2012-10-23
22:07
unbreak Mac OSX build check-in: 38faf636a9 user: jan.nijtmans tags: trunk