Timeline
Not logged in

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

838 check-ins using file libtommath/bn_mp_to_unsigned_bin.c version 67f80847c9

2006-11-30
23:33
fixed bug in floating point initial approximation that caused convergence failure check-in: 8fa0b1a363 user: kennykb tags: trunk
23:32
Olson's tzdata2006p check-in: b2237c8c13 user: kennykb tags: trunk
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
09:20
Renamed functions to reduce confusion and added to header file. Closed-Leaf check-in: 29c0ed87e2 user: dkf tags: tip-257-implementation-branch
09:14
Added more API as requested by Arnulf Wiedermann <arnulf@wiedermann-pri.de> Also added more comment... check-in: 4a234b23e9 user: dkf tags: tip-257-implementation-branch
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:20
Rewritten to not pass function pointers through ClientData directly; some compilers/architectures do... check-in: 83b9e972cf user: dkf tags: tip-257-implementation-branch
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:20
Use internal TclListObjGetElements macro where appropriate. check-in: b9384d847c user: dkf tags: tip-257-implementation-branch
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
23:01
Add some hacks for Itcl support check-in: 43311a0a2f user: dkf tags: tip-257-implementation-branch
00:26
Fixed the remaining TODO, made the call chains more efficient, reworked the introspectors to be ense... check-in: ff88c2efab user: dkf tags: tip-257-implementation-branch
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-21
01:11
Fix problems identified by AKu, and finish moving [oo::copy] to where it belongs check-in: 32f0377fc1 user: dkf tags: tip-257-implementation-branch
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
21:09
Clarify; metadata applies special interpretation to NULL so don't call clientData check-in: f3924943c5 user: dkf tags: tip-257-implementation-branch-patchpoint-20061020T1300, tip-257-implementation-branch
21:06
Add a metadata mechanism (C API only; scripts can use variables) that allows code to attach arbitrar... check-in: 3fa7882bc7 user: dkf tags: tip-257-implementation-branch
21:04
Strip bits that I'm never planning to enable. check-in: e633cd4b0d user: dkf tags: tip-257-implementation-branch
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-15
23:14
Move the copy-object operation to a place where it fits better and expose it as a part of the public... check-in: 1677233b18 user: dkf tags: tip-257-implementation-branch
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
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
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-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
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
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
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
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
03:18
fix line endings check-in: 45adb3bd94 user: dgp tags: tip-257-implementation-branch
2006-10-01
21:30
Handle possible missing define check-in: 9d3633c801 user: patthoyts tags: trunk
21:27
The C API is now just about there Done the cross-consistency check with the TIP Uncovered more bugs ... check-in: f8284dc741 user: dkf tags: tip-257-implementation-branch
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
22:41
Reorganize to make traces neater Bug fix in object->unknown when handling zero-method objects More t... check-in: b91a7fa28a user: dkf tags: tip-257-implementation-branch
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-29
15:46
Tidying up, and starting to build a C API ready for exposure. check-in: 484185eef9 user: dkf tags: tip-257-implementation-branch
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
00:29
Convert confusing 'cPtr' to clearer 'clsPtr' check-in: b649e64df5 user: dkf tags: tip-257-implementation-branch
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
13:25
Stop people from creating objects with empty names; it doesn't work. check-in: 252c65ffba user: dkf tags: tip-257-implementation-branch
13:24
Regen check-in: 603cf325c6 user: dkf tags: tip-257-implementation-branch
13:23
TclRenameCommand should take const arguments check-in: e3b0530098 user: dkf tags: tip-257-implementation-branch
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
22:46
Finished off [self] and fixed up the mess that was class mixins to no longer have odd lurking nasti... check-in: f8e2b9db45 user: dkf tags: tip-257-implementation-branch
22:30
Remove parameters; I'm not going to implement them (for now) Add class filters, as I understand how ... check-in: 852966c1b5 user: dkf tags: tip-257-implementation-branch
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
21:55
Oops, wrong length in comparison produces random results in qsort() when one value is a prefix of a... check-in: f499b8b5cf user: dkf tags: tip-257-implementation-branch
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
00:18
Filled out more [self] subcommands check-in: 80df17542c user: dkf tags: tip-257-implementation-branch
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
23:01
Added many comments; code should be more readable now. check-in: 113453d6f1 user: dkf tags: tip-257-implementation-branch
14:25
fix line endings check-in: cef06a381e user: dgp tags: tip-257-implementation-branch
13:37
fix line endings check-in: 0498863461 user: dgp tags: trunk
00:12
More extensive (complete?) testing of the oo::struct class Working and tested 'variable' method of o... check-in: 3284871232 user: dkf tags: tip-257-implementation-branch
00:07
Use the FOREACH macro check-in: 9739dc3b0f user: dkf tags: tip-257-implementation-branch
2006-09-19
23:52
Move FOREACH declaration to more useful place check-in: 958da8ec45 user: dkf tags: tip-257-implementation-branch
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-18
23:02
oo::struct now seems to be working, but more tests needed. Also arranged for all (public) ::oo comma... check-in: 552ec6711a user: dkf tags: tip-257-implementation-branch
2006-09-17
22:08
Remove a useless epoch field Add (most) of the 'struct' class definition; still needs tests check-in: 24d8b5b1d3 user: dkf tags: tip-257-implementation-branch
22:03
Add some dependency info for convenience check-in: 4ab93e9ed3 user: dkf tags: tip-257-implementation-branch
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-09-02
21:04
Some tidying, and fix remaining known call context generation and trace generation bugs. check-in: 1bd62544ef user: dkf tags: tip-257-implementation-branch
2006-09-01
15:29
More functionality, more tests, more bugs uncovered... check-in: e809410864 user: dkf tags: tip-257-implementation-branch
13:11
fix line endings check-in: 86ac1725e0 user: dgp tags: tip-257-implementation-branch
12:11
Improvements in error trace handling check-in: 66cd120136 user: dkf tags: tip-257-implementation-branch
10:40
More tests (all passing), and got rid of the knownBug from all tests. check-in: 055c4e35e6 user: dkf tags: tip-257-implementation-branch
2006-08-31
23:27
More introspection and starting to assemble the [oo::definer] metaclass check-in: bcee6d2234 user: dkf tags: tip-257-implementation-branch
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
15:43
Fix bloopers check-in: 3af609789f user: dkf tags: tip-257-implementation-branch
15:41
Add more introspection Change line endings to LF check-in: a76bef062d user: dkf tags: tip-257-implementation-branch
15:41
Change to using LF line endings check-in: cdff92950a user: dkf tags: tip-257-implementation-branch
2006-08-30
23:49
Reorganization to support more types of methods and method cloning. Now can clone non-class objects.... check-in: 634064f6b6 user: dkf tags: tip-257-implementation-branch
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
15:35
Test updates to start checking introspection facilities check-in: d366834cac user: dkf tags: tip-257-implementation-branch
14:53
Implementations of many of the simpler introspective actions. check-in: 8662f03c75 user: dkf tags: tip-257-implementation-branch
14:23
Outline of the additions to [info] command. No changes to test suite yet, nor any functional impleme... check-in: fdf32fc3ba user: dkf tags: tip-257-implementation-branch
2006-08-29
23:13
small error message changes check-in: f3386b1f83 user: dkf tags: tip-257-implementation-branch
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
15:21
Squelching another nasty edge case that causes crashes check-in: 20015fde33 user: dkf tags: tip-257-implementation-branch
14:47
Squelch crash when destroying the root of the object tree. The root is special. check-in: 0d19c7d89d user: dkf tags: tip-257-implementation-branch
13:09
More use of ensemble tricks to improve error messages check-in: d0c7ac00b8 user: dkf tags: tip-257-implementation-branch
11:01
Better handling of method arguments, added (currently failing) test to check check-in: 65d94ddd66 user: dkf tags: tip-257-implementation-branch
09:06
Do not run destructors in deleted interpreters; it makes bad things happen on some platforms (esp. L... check-in: 25819362e2 user: dkf tags: tip-257-implementation-branch
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
23:37
Partial implementation of object cloning check-in: 17381ed8e0 user: dkf tags: tip-257-implementation-branch
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
15:53
Added support for mixins and changing an object's class dynamically. check-in: f5ea786b6e user: dkf tags: tip-257-implementation-branch
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-27
14:33
Memory now handled mostly right throughout. Filters now supported. check-in: 71661452ad user: dkf tags: tip-257-implementation-branch
2006-08-26
22:15
Tidying up and most of object/class teardown now implemented. check-in: 0c23e1fdea user: dkf tags: tip-257-implementation-branch
13:00
bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] check-in: 69ffdd8acb user: msofer tags: trunk
2006-08-24
23:56
Multiple inheritance (no filters, no mixins) and more of [self] check-in: 0b75ce7945 user: dkf tags: tip-257-implementation-branch
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
02:54
fix line endings check-in: c3adf41ddc user: dgp tags: tip-257-implementation-branch
2006-08-23
23:43
Add another test check-in: 7ab5acf1a3 user: dkf tags: tip-257-implementation-branch
23:37
Some simple changes to make [global] (and related) work properly in methods. check-in: 9128289062 user: dkf tags: tip-257-implementation-branch
23:35
Remove dead (and previously commented-out) code check-in: 77fb73e48a user: dkf tags: tip-257-implementation-branch
21:31
* generic/tclParseExpr.c: Minimal collection of new tests * tests/parseExpr.te... check-in: 5cda08a159 user: dgp tags: trunk
15:42
Tweaking the init sequence; not yet important check-in: 118748827c user: dkf tags: tip-257-implementation-branch
14:38
Partial implementation of the [self] command. check-in: 8d612b3ee0 user: dkf tags: tip-257-implementation-branch
09:29
Make single inheritance and the [next] command work properly. check-in: 14b71b4b3a user: dkf tags: tip-257-implementation-branch
2006-08-22
23:36
Some support for defining simple class hierarchies; incomplete and buggy though check-in: c9a7010d1d user: dkf tags: tip-257-implementation-branch
18:10
More test flexibility check-in: f839e7b1dc user: dgp tags: trunk
15:01
Test method forwarding check-in: d548cb619f user: dkf tags: tip-257-implementation-branch
14:42
Improved test check-in: 6c71dee38e user: dkf tags: tip-257-implementation-branch
14:37
Another test, this time of self.method check-in: dc23c6dc3e user: dkf tags: tip-257-implementation-branch
10:50
Add more tests. Working towards being able to do object cleanup properly check-in: e78d6b4fed user: dkf tags: tip-257-implementation-branch
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
21:34
Add support for export/unexport of commands (not yet properly inheritance-aware), and make method fo... check-in: 0e237eec29 user: dkf tags: tip-257-implementation-branch
17:15
* generic/tclParseExpr.c: Revised mistaken call to TclCheckBadOctal(), so both... check-in: 153b8a7ae0 user: dgp tags: trunk
15:55
Nearly working destructor code. check-in: cc4b6e0a7c user: dkf tags: tip-257-implementation-branch
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-20
18:11
fix line endings (again) check-in: e1c3dace5e user: dgp tags: tip-257-implementation-branch
12:20
Constructors now work, but still no (real) inheritance so they're not very useful yet check-in: ae0495000a user: dkf tags: tip-257-implementation-branch
2006-08-19
17:22
Stop spurious errors from the guts of AllocObject that prevented the test from passing check-in: d06f048ae0 user: dkf tags: tip-257-implementation-branch
16:58
A version that can actually execute methods, and a test file to demonstrate it. check-in: 4fdd28be48 user: dkf tags: tip-257-implementation-branch
16:57
Make 'make gdb' work correctly on Windows/msys. check-in: a1da9bc87f user: dkf tags: tip-257-implementation-branch
2006-08-18
22:28
Assemble enough pieces together that at least some method dispatch is now working! check-in: bb7c24b12d user: dkf tags: tip-257-implementation-branch
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
20:51
Added [oo::define ? forward] check-in: 0f0c660b96 user: dkf tags: tip-257-implementation-branch
17:56
* generic/tclParseExpr.c: Replace PrecedenceOf() function with prec[] static a... check-in: 14f358e107 user: dgp tags: trunk
2006-08-14
19:29
Stop CallFrame != Tcl_CallFrame panic check-in: a32e1b8340 user: dgp tags: tip-257-implementation-branch
10:01
Added missing braces to validation code check-in: 8e8dd6e652 user: dkf tags: trunk
2006-08-13
21:35
Bits and pieces of [oo::define]. Should now be able to define constructors, destructors and (simple)... check-in: c527a998a1 user: dkf tags: tip-257-implementation-branch
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-13
00:23
Fix blunder check-in: 955b22c283 user: dkf tags: tip-257-implementation-branch
2006-07-12
15:32
First go at doing procedure-like method dispatch. Probably somewhat wrong. :-) check-in: ea6c474c9f user: dkf tags: tip-257-implementation-branch
00:21
Added implementation of the [next] command check-in: 67d1fe8b7c user: dkf tags: tip-257-implementation-branch
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
10:00
Fix line endings :-( check-in: 8341f10f3f user: dkf tags: tip-257-implementation-branch
2006-07-10
23:24
Split out the (likely to get rather large) support for the oo::define command Update all relevant ma... check-in: ce2a3efdc6 user: dkf tags: tip-257-implementation-branch
01:17
Created branch tip-257-implementation-branch-root-synthetic Closed-Leaf check-in: 0d609a1995 user: cvs2fossil tags: tip-257-implementation-branch-root, tip-257-implementation-branch-root-synthetic
01:17
Dispatch is mostly working now; just got to get dispatch to "procedure-like" methods done now; trick... check-in: 53ccb752fa user: dkf tags: tip-257-implementation-branch
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-23
23:08
Object creation might work now. Deletion is definitely wrong, and method dispatch is sorely wanting.... check-in: d3c3528d46 user: dkf tags: tip-257-implementation-branch
2006-04-20
22:12
Starting to put some of the bits together check-in: 98123fdb43 user: dkf tags: tip-257-implementation-branch
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
23:24
Baby steps towards doing the initialization right check-in: 8d3b3cd5bb user: dkf tags: tip-257-implementation-branch
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-16
21:24
Fix most of the things that stop the code from compiling (but not all). Add some Windows build suppo... check-in: b9921fd163 user: dkf tags: tip-257-implementation-branch
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
12:14
typos check-in: 84a4c5b189 user: das tags: trunk
2006-04-07
16:16
move tag check-in: 885a3a849d user: dgp tags: trunk
14:05
* generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287] * tests/fileSystem.test: ... check-in: a2851d66c7 user: dgp tags: trunk
01:11
* generic/tclRegexp.c (FinalizeRegexp): full reset data to indicate that readiness for reinitializ... check-in: 46bd396879 user: hobbs tags: trunk
2006-04-06
18:57
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems * tests/indexObj.te... check-in: 0652206ff0 user: dgp tags: trunk
18:19
* tests/compExpr-old.test: Updated testmathfunctions constraint * tests/compExp... check-in: 3773c45020 user: dgp tags: trunk
16:42
* generic/tclPathObj.c: Revised fix for the [Bug 1379287] family of path normalizati... check-in: 1d1480d7f8 user: dgp tags: trunk
09:25
* unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Bug 1457515... check-in: 07365336ba user: das tags: trunk
2006-04-05
17:25
fix to compile problems check-in: 57b6413f89 user: vincentdarley tags: trunk
16:52
* library/reg/pkgIndex.tcl: Bump to registry 1.2 because * win/tclWinReg.c: ... check-in: 2d91517735 user: dgp tags: trunk
16:32
* win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() * win/tclWinSoc... check-in: 59be467042 user: dgp tags: trunk
15:17
* generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty strings to be match... check-in: d86bf5b78a user: dgp tags: trunk
13:18
Ooops check-in: 5d885c8f52 user: dkf tags: trunk
12:48
Nail [Bug 1464039] by allowing the empty string to be exactly matched by Tcl_GetIndexFromObj. Also a... check-in: 2ec45a041b user: dkf tags: trunk
02:02
typos check-in: fc09efd8ad user: das tags: trunk
00:18
* generic/tclIO.c (ReadChars): Added check and panic and commentary to a piece of code which re... check-in: 3f9727b64f user: andreas_kupries tags: trunk
2006-03-30
01:03
* generic/tclExecute.c: remove unused var and silence gcc warning check-in: d467470b46 user: msofer tags: trunk
2006-03-29
23:02
* win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" path-as-escape issue. check-in: 468b193c8a user: hobbs tags: trunk
22:19
* generic/tclPathObj.c: More fixes for path normalization when /../ * tests/fileSys... check-in: ceff9afb98 user: dgp tags: trunk
16:34
* changes: Updates for another RC. check-in: 9aee39c9cd user: dgp tags: trunk
16:04
* generic/tclExecute.c: Revised INST_MOD implementation to do calculations in native types as much... check-in: 997fe2e5f9 user: dgp tags: trunk
15:09
Added comment about potential improvement to Tcl_GetBignumAndClearObj. check-in: a4d30ff81e user: dgp tags: trunk
01:22
* win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl errors and do proper refcounting of n... check-in: 79a703d1e5 user: hobbs tags: trunk
2006-03-28
21:25
* unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. check-in: f2d6b88f13 user: hobbs tags: trunk
10:54
* macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to * macosx/Tcl.xcodeproj/defa... check-in: 29d4b4d456 user: das tags: trunk
10:45
* unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin realpath() converting relative ... check-in: 3ac0e983d4 user: das tags: trunk
10:28
typo in comment check-in: 5be48eb504 user: das tags: trunk
09:41
nativeFilesystemRecord comparisons check-in: b8ef0f05a3 user: vincentdarley tags: trunk
2006-03-27
23:28
Fixes for bug #1456373 (mingw-gcc issue). check-in: 42198c1aa6 user: patthoyts tags: trunk
23:12
* generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: 2bbd058f89 user: dgp tags: trunk
22:50
* generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: d2c3bdebb9 user: dgp tags: trunk
18:56
Change the "pc" constraint to synonym "win" for consistency with the rest of the Tcl test suite. check-in: bc8d40111e user: dgp tags: trunk
18:08
* doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it * generic/tcl.h: the version wh... check-in: 5fab17f21d user: andreas_kupries tags: trunk
16:48
typo check-in: 6e924222d6 user: dgp tags: trunk
16:13
* changes: Updates for another RC. check-in: 782236e357 user: dgp tags: trunk
2006-03-25
16:58
* generic/tclExecute.c: Corrections to INST_EXPON detection of overflow to use mp_in... check-in: 74e0e1ebcd user: dgp tags: trunk
03:18
backing out last change, Tcl_Panic will be declared to never return check-in: 805ff30eeb user: das tags: trunk
01:58
handle Tcl_Panic potentially returning. coverity bug 46 check-in: defbd05914 user: das tags: trunk
01:47
added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 check-in: 826f64eb33 user: das tags: trunk
01:32
added casts to silence coverity bug 38 check-in: d08830011e user: das tags: trunk
2006-03-24
21:26
* generic/tclEncoding.c: Reverted latest change [Bug 506653] since it reportedly kil... check-in: 9b8c244384 user: dgp tags: trunk
21:11
revert most recent tclEncoding.c commit. It is suspected to have produced a huge slowdown in encodi... check-in: 62466e950b user: dgp tags: trunk
19:05
add missing casts to int that were making VC6 complain check-in: 9ec7daab05 user: kennykb tags: trunk
18:20
* generic/tclExecute.c: Revised INST_EXPON implementation to do calculations in nati... check-in: cde770a73f user: dgp tags: trunk
00:52
avoid unused var compiler warning check-in: f3e69d3d93 user: das tags: trunk
2006-03-23
22:28
* generic/tclExecute.c: Merged INST_EXPON handling in with the other binary operator... check-in: d43bf734c2 user: dgp tags: trunk
18:58
* tests/env.test: With case preserved (see 2006-03-21 commit) be sure to do ca... check-in: 35fb1929e3 user: dgp tags: trunk
16:39
* unix/tcl.spec: Cleaned up and completed the spec file. An RPM can now be built from the tcl sou... check-in: 3de138e750 user: rmax tags: trunk
14:24
comment adjustment check-in: 23f223b411 user: dgp tags: trunk
2006-03-22
18:32
* tests/stack.test: Run the stack tests in subshells, so that they are reported as failed tests rath... check-in: d5ea9dfbe3 user: rmax tags: trunk
14:03
tag move check-in: 7c226c079c user: dgp tags: trunk
2006-03-21
21:05
* changes: Updates for another RC. check-in: d2f3f012a8 user: dgp tags: trunk
20:03
* generic/tclStrToD.c: One of the branches of AccumulateDecimalDigit * tests/parseE... check-in: ac158a0c4f user: dgp tags: trunk
18:51
typo check-in: 6765a99042 user: dgp tags: trunk
18:39
Committed test cases for Bug 1451233 check-in: a770ecedac user: dgp tags: trunk
18:30
Added knownBug constraints. check-in: 0940c81e3a user: dgp tags: trunk
15:32
* tests/env.test: Preserve case of saved env vars. [Bug 1409272] check-in: 53ff271dba user: dgp tags: trunk
14:34
typo check-in: 5aea6195e6 user: dgp tags: trunk
14:33
revert broken commit check-in: 4caab46e4a user: dgp tags: trunk
11:12
Use test constraints properly instead of looking in tcl_platform Consistent method of calling test c... check-in: 36829d55d6 user: dkf tags: trunk
11:06
* generic/tclInt.decls: implement globbing for HFS creator & type * macosx/tclMacOSXFCmd.c: code... check-in: c72a1b963b user: das tags: trunk
09:46
fix to permissions setting check-in: de9033fbac user: vincentdarley tags: trunk
2006-03-20
19:12
* win/Makefile.in (install-libraries): Generate tcl8/8.4 directory under Windows as well (cygwi... check-in: d664769de8 user: andreas_kupries tags: trunk
17:10
* unix/installManPage: There is always one even more broken "sed". Moved the # comment starting c... check-in: 55c3523539 user: andreas_kupries tags: trunk
15:44
Clean up constraint handling check-in: b3adfbfcd8 user: dkf tags: trunk
15:41
Clean up the constraint handling check-in: 7a849781cb user: dkf tags: trunk
14:24
correct [makeFile] syntax check-in: a9809cf384 user: dgp tags: trunk
11:39
Clean up tests (mostly constraints relating to testchmod) Also make the format of the ChangeLog a bi... check-in: a800d382ef user: dkf tags: trunk
2006-03-19
23:04
fix to two filesystem issues check-in: 8da0e23fe6 user: vincentdarley tags: trunk
22:44
ensure test suite works on non-English systems check-in: eb5ba9ae10 user: vincentdarley tags: trunk
2006-03-18
18:15
fix to file writeable on windows check-in: 7ffc528a76 user: vincentdarley tags: trunk
2006-03-17
17:24
* doc/chan.n: Updated with documentation for the commands 'chan create' and 'chan postevent' (T... check-in: 5512a020aa user: andreas_kupries tags: trunk
10:17
Fix for [Bug 1444692] check-in: 91c1ac0ca0 user: mistachkin tags: trunk
09:59
Fix compilation error. check-in: de0c3dba32 user: mistachkin tags: trunk
2006-03-16
21:12
* doc/open.n: Documented the changed behaviour of 'a'ppend mode. check-in: 1a9fa0b78b user: andreas_kupries tags: trunk
19:12
* tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and... check-in: 4a26e5afd9 user: andreas_kupries tags: trunk
18:22
* generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used... check-in: 3e9b599307 user: andreas_kupries tags: trunk
09:56
missing statics revealed by 'make checkexports' check-in: c872685489 user: das tags: trunk
09:15
typo in TclpLoadMemory() error msg check-in: 122664d907 user: das tags: trunk
00:38
* tests/socket.test: Extended the timeout in socket-11.11 from 10 to 40 seconds to allow for re... check-in: 99ff6f81ba user: andreas_kupries tags: trunk
2006-03-15
23:10
add proper test constraints check-in: 4ab9c137b0 user: vincentdarley tags: trunk
2006-03-14
22:52
* doc/fconfigure.n: Clarified that -translation is binary is reported as lf when queried, becau... check-in: 2db86be2c6 user: andreas_kupries tags: trunk
20:15
* doc/clock.n: Removed double-quotes around section title NAME. not needed. * unix/installManpage... check-in: 94094047eb user: andreas_kupries tags: trunk
20:11
* library/tm.tcl (::tcl::tm::Defaults): Fixed handling of environment variable TCLX.y_TM_PATH, ... check-in: 251c83ca84 user: andreas_kupries tags: trunk
19:34
90% fix of file writable issues on Windows check-in: 3b1ed6c0d6 user: vincentdarley tags: trunk
2006-03-13
20:57
* generic/tclEncoding.c: Report error when an escape encoding is missing one ... check-in: 845b07b1ce user: dgp tags: trunk
20:42
* unix/configure.in: Revert change from 2005-07-26 that sometimes * unix/configur... check-in: a12342b550 user: dgp tags: trunk
17:02
silence a strict aliasing warning from gcc check-in: 99d8e3347d user: rmax tags: trunk
2006-03-10
19:49
* generic/tclProc.c (ObjInterpProcEx): * tests/apply.test (apply-5.1): fix [apply] error messages ... check-in: 9778204690 user: msofer tags: trunk
17:39
Added notes about fixing Tcl Bug #1437595 check-in: 884ec3c31e user: vasiljevic tags: trunk
17:34
Finalization of the sockets/pipes is now solely done in TclpFinalizeSockets() and TclpFinalizePipes(... check-in: 1df4f411cd user: vasiljevic tags: trunk
17:33
Added no-op TclpFinalizeSockets(). check-in: c4698f27de user: vasiljevic tags: trunk
17:32
Calls TclpFinalizeSockets() as part of the TclFinalizeIOSubsystem() check-in: e58d58ce10 user: vasiljevic tags: trunk
17:32
Added TclpFinalizeSockets() call. check-in: 9f44076f52 user: vasiljevic tags: trunk
17:31
Cosmetic touch. check-in: 137f17a5b7 user: vasiljevic tags: trunk
17:05
missing static check-in: 56c7f4d8f0 user: dgp tags: trunk
14:50
When moving http TM install from 8.2 to 8.4, overlooked changing the mkdirs so that 8.4 rather than ... check-in: 26e15bbc8a user: dgp tags: trunk
10:33
remove previous patch for 'file writable' check-in: b5b6e4f7ca user: vincentdarley tags: trunk
2006-03-09
23:13
Undo latest commit due to controversy about whether some use case might exist for a Tcl_Panic that r... check-in: e91ab52bce user: dgp tags: trunk
22:00
* generic/tclPanic.c (Tcl_PanicVA): added an unconditional abort at the end, to insure that a pani... check-in: 8785ffcaec user: msofer tags: trunk
11:30
fix to file writable in certain XP directories check-in: 3110f0308a user: vincentdarley tags: trunk
2006-03-08
16:07
* generic/tclExecute.c: Complete missing bit of TIP 215 implementation * tests/incr.... check-in: 7c5695a6dd user: dgp tags: trunk
07:09
Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants [Bug 1334613]. Regenerate co... check-in: 8a18c5abc8 user: jenglish tags: trunk
2006-03-07
20:58
* changes: Update in prep. for 8.5a4 release. check-in: 6037c4becc user: dgp tags: trunk
19:32
* unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, so * win/Makefile.in: ... check-in: b6719acec1 user: dgp tags: trunk
19:07
* library/http/http.tcl: Bump to version 2.5.3 to cover bug fix * library/htt... check-in: d44c644871 user: dgp tags: trunk
2006-03-06
21:56
* generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to * tests/parse.test: ... check-in: 4cbb7ce02d user: dgp tags: trunk
2006-03-04
02:33
another stab at fixing 1379287 check-in: 700e9c0925 user: dgp tags: trunk
2006-03-03
20:10
* generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287] to work on Windows... check-in: 7ff6ad7556 user: dgp tags: trunk
06:53
* generic/tclObj.c: Compatibility support for existing code that calls Tcl_GetOb... check-in: fe71a47094 user: dgp tags: trunk
04:32
* generic/tclPathObj.c: Fix for failed normalization of * tests/fileSystem.t... check-in: 347171af34 user: dgp tags: trunk
2006-03-01
19:48
* unix/installManPage: Fix the script for manpages that have quotes around the .SH arguments, as doc... check-in: f05551607a user: rmax tags: trunk
2006-02-28
15:47
* generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL * tests/namespac... check-in: 4d72c00808 user: dgp tags: trunk
2006-02-27
19:43
added missing constraint check-in: 175f08ac96 user: dgp tags: trunk
2006-02-22
17:42
* generic/tclBasic.c: Corrected a few bugs in how [namespace unknown] * tests/name... check-in: 40f4e352a5 user: dgp tags: trunk
2006-02-17
16:16
* generic/tclIORChan.c: Revised error message generation and handling * tests/ioCmd.... check-in: 0c9b1f41af user: dgp tags: trunk
2006-02-16
20:25
* generic/tclIndexObj.c: Disallow the "ambiguous" error message * tests/index... check-in: 9d1bf7f856 user: dgp tags: trunk
2006-02-15
15:43
* generic/tclIO.c: Made several routines tolerant of * generic/tclIORChan.c: in... check-in: bd31f0fa9a user: dgp tags: trunk
2006-02-09
17:34
TIP#215 IMPLEMENTATION * doc/incr.n: Revised [incr] to auto-initialize wh... check-in: fa2760e774 user: dgp tags: trunk
16:53
dup test name check-in: 47bb7d71de user: dgp tags: trunk
16:42
dup test name check-in: 2cf58c3776 user: dgp tags: trunk
15:22
* tests/main.test (Tcl_Main-6.7): Improved robustness of command auto-completi... check-in: b473228f0e user: dgp tags: trunk
2006-02-08
22:37
typo check-in: 64ead18760 user: dgp tags: trunk
22:27
Updates post-review check-in: a7f57f3411 user: dkf tags: trunk
21:41
TIP#258 IMPLEMENTATION * doc/Encoding.3: New subcommand [encoding dirs]. ... check-in: aea60299f7 user: dgp tags: trunk
2006-02-02
23:14
Added tclOO.c to build (which isn't to say that it works though ;-)) check-in: a305f5307f user: dkf tags: tip-257-implementation-branch
10:58
Minor simplification of forward declarations check-in: 4775905fd4 user: dkf tags: trunk
10:55
Minor style fixes check-in: 711f59c8d6 user: dkf tags: trunk
10:45
Style/comment fixes check-in: 1b9997ef3f user: dkf tags: trunk
09:54
Space/style improvements check-in: 48e0d2a0b6 user: dkf tags: trunk
2006-02-01
23:57
Check in the working version of the OO code. This is *definitely* still broken and incomplete, but ... check-in: 9966504530 user: dkf tags: tip-257-implementation-branch
23:34
Restore formatting goodness check-in: 254dc62eaa user: dkf tags: trunk
20:17
* generic/tclProc.c: minor improvements to [apply] * tests/apply.test: new tests; apply-5.1 curren... check-in: 0ddc34dbb9 user: msofer tags: trunk
19:26
TIP#194 IMPLEMENTATION * doc/apply.n: (New file) New command [apply]. [Patch... check-in: 506538b735 user: dgp tags: trunk
18:27
TIP#181 IMPLEMENTATION * doc/Namespace.3: New command [namespace unknown]. Ne... check-in: 893c7025de user: dgp tags: trunk
17:48
TIP#250 IMPLEMENTATION * doc/namespace.n: New command [namespace upvar]. [Pat... check-in: 2e379b4a6f user: dgp tags: trunk
2006-01-26
23:21
Fix [Bug 1415725] check-in: 635dbca271 user: dkf tags: trunk
09:30
Improved commenting of a tricky bit of TclpOpenFileChannel check-in: d415f266cd user: dkf tags: trunk
2006-01-25
22:57
Adapted version of FreeBSD port to reduce the amount of stuff they have to do to build Tcl... check-in: dffca00fe9 user: dkf tags: trunk
2006-01-23
12:15
added ref to [Bug 1410553] in new test string-12.21 check-in: 04c3b011d0 user: msofer tags: trunk
11:42
Added test for [Bug 1410553] check-in: a39aff195e user: dkf tags: trunk
11:18
* generic/tclStringObj.c: fixed incorrect handling of internal rep in Tcl_GetRange [Bug 1410553]. ... check-in: be0a450d63 user: msofer tags: trunk
11:01
* generic/tclProc.c: fixed args handling for precompiled bodies [Bug 1412695]; thanks to Uwe Traum... check-in: 361cab1f20 user: msofer tags: trunk
2006-01-18
19:48
Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test file needs to avoid stomping o... check-in: 18f74f6548 user: dgp tags: trunk
2006-01-16
19:38
* generic/tclPipe.c (FileForRedirect): Prevent nameString from being freed without having been initi... check-in: 989ec0249a user: rmax tags: trunk
2006-01-12
18:35
Fixed potential overwriting of already freed memory which caused all kinds of (rare but reproducible... check-in: ce83845631 user: vasiljevic tags: trunk
16:19
fix to sharing violation check-in: 32c1f99cc6 user: vincentdarley tags: trunk
2006-01-11
17:34
* generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c to * generic/tclNam... check-in: 4436b38816 user: dgp tags: trunk
2006-01-10
05:36
* unix/configure: add caching, use AC_CACHE_CHECK instead of * unix/configure.in: AC_CACHE_VAL ... check-in: 7c85b7d6c4 user: das tags: trunk
2006-01-09
18:35
* generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] * tests/namespac... check-in: f75caabe12 user: dgp tags: trunk
09:31
Minor cleanup to stop exporting functions that do not need to be. [Bug 971336] check-in: b15e0df1c9 user: dkf tags: trunk
2006-01-05
09:47
Small improvement to the factoring of tcl.m4 Regeneration of configure is *not* urgent check-in: 4fcf4c831b user: dkf tags: trunk
04:50
no message check-in: fa7cc3dd7d user: davygrvy tags: trunk
04:50
* win/tclAppInit.c: WIN32 native console signal handler removed. This was found to be interfering wi... check-in: 60ffd276c9 user: davygrvy tags: trunk
2005-12-31
02:58
Fix typo in missing stub table pointer check-in: 5ae3bd993d user: kennykb tags: trunk
2005-12-27
20:14
Export Tcl_InitBignumFromDouble check-in: 8b3c81ab37 user: kennykb tags: trunk
18:21
changelog for libtommath 0.37 merge check-in: abbc63ba26 user: kennykb tags: trunk
18:10
Merge changes check-in: 5e76d58f50 user: kennykb tags: trunk
17:59
Import of libtommath 0.37 check-in: ff26105d8d user: kennykb tags: trunk
17:59
Import of libtommath 0.37 check-in: 5f39f0f54b user: kennykb tags: libtommath
17:47
Olson's tzdata2005r check-in: 6c0b5e97a5 user: kennykb tags: trunk
17:39
Corrected bugs in tommath installation, improved tommath square root performance, patched around a [... check-in: 7d3492d3c1 user: kennykb tags: trunk
2005-12-20
22:16
Use %ld instead of %d in Tcl_GetMemoryInfo check-in: 7458ff197d user: dkf tags: trunk
2005-12-19
19:03
2005-12-19 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdMZ.c: Modified [strin... check-in: 7245b18069 user: dgp tags: trunk
10:05
Clarify doc of variable substitution check-in: c343545281 user: dkf tags: trunk
2005-12-18
22:42
Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. check-in: 8219f88dc6 user: dkf tags: trunk
22:41
A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster). check-in: 314d24866e user: dkf tags: trunk
2005-12-16
11:12
Minor clarification check-in: b35e095b6a user: dkf tags: trunk
2005-12-15
04:08
* generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false d... check-in: 1e9a2ab78a user: das tags: trunk
2005-12-14
02:09
* macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/Makefile.in: a... check-in: 7decb8b713 user: das tags: trunk
2005-12-13
22:43
Export stubs for libtommath; fix mingw compiler warnings check-in: 3842b9c468 user: kennykb tags: trunk
13:46
Fix [Bug 1379349] check-in: dfa06203de user: dkf tags: trunk
2005-12-12
23:00
change "procedure" to "function" for (slightly) greater clarity check-in: a01f710eed user: dkf tags: trunk
20:58
* unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) check-in: 54b062cc34 user: hobbs tags: trunk
16:06
Bug 1378818 check-in: bcaf855b1e user: kennykb tags: trunk
2005-12-10
01:36
* win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack ... check-in: 1afe68500b user: mdejong tags: trunk
2005-12-09
14:13
Fix [Bug 1374778] check-in: 8019bf6cc8 user: dkf tags: trunk
2005-12-08
20:20
* win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support * win/tcl.m4, win/configure: ... check-in: 3f1e9c05f1 user: hobbs tags: trunk
20:20
* generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= 1400 (i.e. latest Platform SDK).... check-in: 491a59bd93 user: hobbs tags: trunk
2005-12-07
09:30
Improved documentation on topic of asynch sockets in response to queries on the Tcler's Chat. check-in: a340b2de04 user: dkf tags: trunk
2005-12-06
08:59
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina... check-in: bb5c64816d user: das tags: trunk
08:06
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina... check-in: 64f99dada9 user: das tags: trunk
2005-12-05
20:40
adapt tclZIC.tcl to new C API and update to tzdata2005p check-in: faa71c24a6 user: kennykb tags: trunk
13:03
* unix/configure.in: move check for fts API to configure.in and run it * unix/tcl.m4: on all... check-in: e3315f4c91 user: das tags: trunk
08:19
* unix/configure: Use FTS file APIs on Darwin if available. * unix/tcl.m4: Addresses fi... check-in: e4d3a903de user: hobbs tags: trunk
2005-12-03
00:41
documented macosx-only configure options. check-in: 2aadbb9d65 user: das tags: trunk
2005-12-02
22:13
another puny speedup - no error thrown from ::tcl::clock::getenv check-in: ba6ea25287 user: kennykb tags: trunk
19:47
another little speedup to [clock format] check-in: f1a609c650 user: kennykb tags: trunk
17:34
eliminate test name duplication check-in: 1af4ae2e53 user: dgp tags: trunk
16:58
Bug 1371446 plus buildability on ancient Solaris check-in: 14aa84dc76 user: kennykb tags: trunk
2005-12-01
22:38
another [clock format] performance boost - precompile formats check-in: ad49b96a7f user: kennykb tags: trunk
20:50
remove redundant [mc] calls in [clock] check-in: a7946973e6 user: kennykb tags: trunk
20:39
remove redundant [mc] calls in [clock] check-in: c35414db69 user: kennykb tags: trunk
11:05
Add remaining dependency info for UNIX check-in: 6138c2b5f4 user: dkf tags: trunk
11:03
Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of VOID) check-in: 05c132085c user: dkf tags: trunk
06:11
* generic/tclClock.c: fix warning. check-in: 6fc4170dca user: das tags: trunk
02:14
* unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. * unix/configure: regen. check-in: 15881ff100 user: das tags: trunk
2005-11-30
19:34
code rationalization - eliminate some duplication between Tcl and C check-in: 8dc957ccf9 user: kennykb tags: trunk
15:39
fix [clock format -timezone :localtime] for times before the Posix Epoch check-in: 5a36246969 user: kennykb tags: trunk
15:09
silenced compiler warning about big constant check-in: e1ba3a0b4d user: kennykb tags: trunk
15:04
Add compiler-related dependency information to prevent problems when developing the bytecode compile... check-in: 90ce111a80 user: dkf tags: trunk
14:59
New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of [switch] into a jump... check-in: fea467c20f user: dkf tags: trunk
14:48
fixed bad refcount that corrupted heap check-in: 5bf471f4fc user: kennykb tags: trunk
2005-11-29
22:50
make [clock format] go faster check-in: 4b6069a13f user: kennykb tags: trunk
10:32
Fix [Bug 1366683] check-in: 9af9c93220 user: dkf tags: trunk
2005-11-28
16:45
Olson's tzdata2005o check-in: 1f4262eeb6 user: kennykb tags: trunk
16:28
Updated tclZIC.tcl to be bignum-safe check-in: 78b7ffde1c user: kennykb tags: trunk
15:37
Corrected bug in DST transition times for locales that specify transition in local Standard Time check-in: cf37a1787c user: kennykb tags: trunk
2005-11-27
10:14
fix settings order check-in: a213e5ba4e user: das tags: trunk
06:09
add #include <libkern/OSByteOrder.h> for OSX 10.2 check-in: 40e61670c7 user: das tags: trunk
02:33
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to s... check-in: eac3630f72 user: das tags: trunk
2005-11-22
20:22
Renamed Makefile to GNUmakefile check-in: 10ea5289f3 user: das tags: trunk
2005-11-21
17:19
* unix/Makefile.in (install-libraries): Updated Makefile to new * win/Makefile.in (install-librar... check-in: 489b3696da user: andreas_kupries tags: trunk
2005-11-20
18:33
Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails [Fix for #1091431 "Tcl_InitStubs failure cr... check-in: 281147cb60 user: jenglish tags: trunk
2005-11-18
23:42
* tests/trace.test (trace-34.5): [Bug 1047286], added a second test illustrating the role of "ns i... check-in: e045b8ee50 user: msofer tags: trunk
19:40
Bug 1359183 check-in: 55d1f5ce04 user: kennykb tags: trunk
19:38
* generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr until we netrieve next statePtr from... check-in: 6869f44f49 user: hobbs tags: trunk
19:13
more tests check-in: 7411a1b72c user: dgp tags: trunk
17:23
* generic/tclObj.c (GetBignumFromObj): replace NULL with tclEmptyStringRep to stop memcpy from com... check-in: 50506277d5 user: msofer tags: trunk
17:15
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' patch for [SF Tcl Bug 1359094].... check-in: 6d056d3802 user: andreas_kupries tags: trunk
15:58
* generic/tclListObj.c: Restored the SetListFromAny routine to * generic/tclObj.c: ... check-in: c53b8d27e3 user: dgp tags: trunk
14:51
Fix silly errors in REs, in variables, and in tests that were working with invalid URLs. check-in: 7f6638b994 user: dkf tags: trunk
13:57
Improved URL validation that better describes why validation failed. [Bug 1358369] check-in: 7adf0d5af0 user: dkf tags: trunk
2005-11-17
23:33
Whitespace/formatting fixes check-in: cbffdea11e user: dkf tags: trunk
15:29
* tests/namespace.test: fix comment check-in: 292d58c691 user: msofer tags: trunk
2005-11-15
22:58
Bump to http 2.5.2 to cover changing rules in [http::mapReply] [1182373] check-in: ba3940f25f user: dgp tags: trunk
2005-11-14
17:43
* generic/tclStrToD.c: More data in the "can't happen" Tcl_Panic to aid debugging. check-in: bb4bc0accf user: dgp tags: trunk
16:45
* generic/tclBasic.c (CallCommandTraces): Save/restore the interp result durin... check-in: f91146020b user: dgp tags: trunk
00:48
added comments to tests/namespace.test check-in: 4338d44660 user: msofer tags: trunk
00:41
* generic/tclInt.h: * generic/tclNamesp.c: * tests/namespace.test: fix for bugs #1354540 and #135... check-in: 13ae37d83f user: msofer tags: trunk
2005-11-13
01:38
fixing last commit, no Changelog entry check-in: 6e70152b8a user: msofer tags: trunk
01:21
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): mor... check-in: e2a964d1b4 user: msofer tags: trunk
2005-11-12
23:39
Use correct bug number :-} check-in: b168f09f07 user: dkf tags: trunk
23:15
Partial fix for [Bug 1355342] Also ANSIfy the rest of the file check-in: 483bac6c37 user: dkf tags: trunk
04:08
* generic/tclInt.h: Revised TclParseNumber interface to enable * generic/tclScan... check-in: 5b3d7732b5 user: dgp tags: trunk
02:01
typo check-in: 380f6bdacb user: das tags: trunk
2005-11-11
23:50
More bits of ANSIfying Also start moving to use the new code for doing formatted prints to objects check-in: eb18e39b9d user: dkf tags: trunk
23:46
More bits of ANSIfying check-in: 884b0bcef2 user: dkf tags: trunk
22:20
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): bum... check-in: fcb9ab1df3 user: msofer tags: trunk
2005-11-10
15:00
Finish applying the style guide to the RE engine (except for variable and function names, which are ... check-in: 8d6df41218 user: dkf tags: trunk
13:35
Deleted unwanted extra space at end of some lines check-in: e3e9035b6a user: dkf tags: trunk
2005-11-09
21:28
bugs 1350291 and 1350293 check-in: d965c32f64 user: kennykb tags: trunk
21:26
doc changes with 1162286 fix check-in: a8c31872ed user: dgp tags: trunk
20:24
* tests/compile.test: Updated tests with changed behavior * tests/execute.test: ... check-in: 806ab12661 user: dgp tags: trunk
16:36
ANSIfy the RE compiler. check-in: afc463b61c user: dkf tags: trunk
13:52
More ANSIfying check-in: b7189a0fba user: dkf tags: trunk
00:53
* unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 based on errors seen on OS X 10... check-in: 7eb9313805 user: hobbs tags: trunk
00:11
Added target to make it easier to debug crashing tests. check-in: ee9c5d8bab user: dkf tags: trunk
2005-11-08
22:09
* tests/compExpr-old.test: Updated tests with changed behavior due to addition ... check-in: 21e4b6fdef user: dgp tags: trunk
20:22
* tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] check-in: 1523bbef09 user: dgp tags: trunk
18:26
* generic/tclPkg.c: Corrected inconsistencies in the value returned * tests/pkg.... check-in: 2d05d9f40a user: dgp tags: trunk
14:24
Fix for [Bug 1348775] check-in: 9a120891dc user: dkf tags: trunk
2005-11-07
15:27
ANSIfy check-in: 205bce35bc user: dkf tags: trunk
15:23
Strip a few more pre-ANSI-isms check-in: 55f46a3066 user: dkf tags: trunk
15:12
ANSIfy check-in: 611d25e47c user: dkf tags: trunk
10:50
Tidy up check-in: 1a2d088ed3 user: dkf tags: trunk
10:17
* tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug 1348775]. The recently add... check-in: 4f9288e45d user: msofer tags: trunk
09:38
Squelch the false [Bug 1342858] by removing traces cleanly. The trace leaking is being pursued elsew... check-in: 10f8a97894 user: dkf tags: trunk
08:56
Silence a warning. check-in: 5d787006a2 user: dkf tags: trunk
2005-11-05
02:10
* tests/trace.test (trace-8.9): added test to detect leak, see [Bug 1348775]. check-in: 3f9024b95c user: msofer tags: trunk
2005-11-04
23:01
* win/tclWinPort.h: Applied patch #1267871 by Matt Newman for * win/tclWinPipe.c: extended error... check-in: e69a0476ef user: patthoyts tags: trunk
22:38
* generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * gene... check-in: 510663a99e user: msofer tags: trunk
21:18
RFE 1071992 check-in: d2c467e29a user: kennykb tags: trunk
21:18
RFE 1071992 check-in: 08fa9df221 user: kennykb tags: trunk
20:40
Bug 1163896 check-in: 361427b2ec user: kennykb tags: trunk
20:31
RFE 1333318 check-in: d92df5b420 user: kennykb tags: trunk
20:13
Bug 1298737 check-in: 6693b4f5af user: kennykb tags: trunk
19:37
Bug 1263012 check-in: d484d6dfe7 user: kennykb tags: trunk
02:13
* generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: * tests/trace.test: fix for [Bugs... check-in: e8cc729fdc user: msofer tags: trunk
00:06
ANSIfy check-in: eeb132b4ae user: dkf tags: trunk
2005-11-03
01:16
* win/tclWin32Dll.c: Applied patch #1256872 to provide unicode * win/tclWinConsole.c: support in... check-in: 2cd9811bc4 user: patthoyts tags: trunk
00:17
Applied patch #1096916 to support building with MSVC 8. * generic/regerror.c: Avoid use of reserve... check-in: 58ba298c20 user: patthoyts tags: trunk
2005-11-02
23:26
ANSIfy check-in: 19a0a6a899 user: dkf tags: trunk
15:59
ANSIfy the test code (well, strip some of the worst offences!) check-in: d7327b2b33 user: dkf tags: trunk
14:51
ANSIfy; generic/*.c now all done except for test code check-in: 2ffae9b171 user: dkf tags: trunk
11:55
ANSIfy (though only partially - function decls only - for tclExecute.c) check-in: 127ec44748 user: dkf tags: trunk
00:59
Partial ANSIfy check-in: 2c7cf42253 user: dkf tags: trunk
00:55
ANSIfy check-in: c8e360304c user: dkf tags: trunk
2005-11-01
20:17
* generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken assumption that a... check-in: 409332adfd user: dgp tags: trunk
16:41
* tests/unixNotfy.test (1.1,2): Update error message whitespace to match changes in ... check-in: 2177fc6e4a user: dgp tags: trunk
15:58
Fix test that checked for non-standard case of error message (which was fixed by earlier check-in) check-in: 1bc26181db user: dkf tags: trunk
15:47
Think-o fixes check-in: 922079bc35 user: dkf tags: trunk
15:30
ANSIfy. Also converted some deeply nested code to a less nested form for easier reading. check-in: a3b0b6f1d9 user: dkf tags: trunk
15:18
* expr.test (expr-46.13): Added test that illustrates shortcoming of Patch 134... check-in: 75bfdef543 user: dgp tags: trunk
2005-10-31
19:54
* generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplica... check-in: 4a32720499 user: msofer tags: trunk
17:15
typo check-in: 08fbaa0411 user: dgp tags: trunk
15:59
Convert to using ANSI decls/definitions and using the (ANSI) assumption that NULL can be cast to any... check-in: 1e0170d2bf user: dkf tags: trunk
13:53
Cleanup and ANSIfy check-in: f917e68cd5 user: dkf tags: trunk
2005-10-30
22:01
Assorted syntactic cleanups check-in: 90ab7bfe5b user: dkf tags: trunk
2005-10-29
21:48
fix Changelog entry check-in: 8003f499b9 user: msofer tags: trunk
19:16
* generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TC... check-in: 8556859742 user: msofer tags: trunk
2005-10-23
19:03
fix date check-in: c6c95a3640 user: vincentdarley tags: trunk
18:51
fix to glob memory leak and file stat ino/nlink on windows check-in: 1daf31761f user: vincentdarley tags: trunk
2005-10-22
03:37
* tests/foreach.test (foreach-8.1): added test for [Bug 1189274] check-in: e2aecc5095 user: msofer tags: trunk
01:35
* generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj leak detection and patch by Eric Me... check-in: c57e03e1c9 user: msofer tags: trunk
2005-10-21
22:14
Bug 1334461 check-in: 36585dd60c user: kennykb tags: trunk
21:49
Marked some failing tests as knownBug until they can be updated. check-in: ccf23548b8 user: dgp tags: trunk
20:52
remove C++ comments check-in: 387b28ffcd user: kennykb tags: trunk
20:44
Marked several failing tests as "knownBug" until they can be updated. check-in: b203d2898f user: dgp tags: trunk
20:30
Bug 1334461 check-in: bc01fd42a3 user: kennykb tags: trunk
17:05
Revised code to build in situations where strchr(.,.) is a macro. check-in: 49783144b5 user: dgp tags: trunk
15:25
ANSI-fy declarations and NULL handling check-in: 3b7dc19d2a user: dkf tags: trunk
12:26
Formatting regularization check-in: 83ee4d5e21 user: dkf tags: trunk
10:27
Improve the documentation of [binary scan] a little. check-in: 1f0b354280 user: dkf tags: trunk
2005-10-20
12:28
whitespace cleanup check-in: c774c0effa user: dkf tags: trunk
12:27
Remove extra spaces so it's easier to see the tests as groups check-in: 8c05a4a509 user: dkf tags: trunk
12:21
* generic/tclListObj.c (TclLsetFlat): * tests/lset.test (lset-10.3): fixed handling of unshared li... check-in: 74298c8832 user: msofer tags: trunk
2005-10-19
21:35
See changelog entry check-in: 8f4ff8d98d user: dkf tags: trunk
21:26
Fix crash caused by passing -1 as the length to TclNewStringObj(). Only Tcl_NewStringObj (the funct... check-in: f0669d7cb9 user: dkf tags: trunk
18:39
* generic/tclClock.c: Removed some dead code. * generic/tclCmdIL.c: ... check-in: 3fd9c620f4 user: dgp tags: trunk
14:12
Silence a warning check-in: be0f755545 user: dkf tags: trunk
14:11
More typos obscured by typos fixed in previous checkin... check-in: ef38b5144b user: dkf tags: trunk
14:10
Fix silly typos check-in: f0df3e345e user: dkf tags: trunk
13:59
General cleanup of reflected channel code check-in: fec37cf152 user: dkf tags: trunk
13:15
* generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed faulty peephole optimisation t... check-in: a77e120bdc user: msofer tags: trunk
2005-10-18
15:01
ANSIfy function declarations and definitions check-in: ccb2054288 user: dkf tags: trunk
14:42
ANSI function definitions check-in: b0f93b363b user: dkf tags: trunk
14:34
Style update and ANSI function definitions. check-in: c34632246c user: dkf tags: trunk
13:47
Split off changelog entries for 2004 Fixed erroneous dates on some 2005 entries check-in: 2746a09ce7 user: dkf tags: trunk
13:19
* generic/tclExecute.c: Added optimization for I32L64 systems to avoid using bignums... check-in: 397ed5b857 user: dgp tags: trunk
2005-10-15
23:27
* generic/tclExecute.c: Restored some optimizations of the INST_INCR_SCALAR1_IMM opc... check-in: 2eb1bb43e9 user: dgp tags: trunk
2005-10-14
17:35
See file. check-in: 001edcbce4 user: vasiljevic tags: trunk
17:34
Fixed bad definition of CRTEXPORT which should have been CRTIMPORT rather. check-in: 5b4a7f1349 user: vasiljevic tags: trunk
17:33
Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 for more info). check-in: 7ffd02a4fa user: vasiljevic tags: trunk
15:57
more revisions to TclIncrObj check-in: 1761187d62 user: dgp tags: trunk
14:38
removed another do {} while(0) check-in: 9c12bba8ba user: kennykb tags: trunk
14:18
Tidied up do {...} while(0) check-in: bb89d90a14 user: kennykb tags: trunk
12:34
Updated target file id check-in: 573eb37059 user: patthoyts tags: trunk
12:31
Permit building al debug builds as well as release builds check-in: 2fdf890a62 user: patthoyts tags: trunk
11:14
* generic/tcl.h: Fix for bug #1256937 - correctly decorate * generic/tclMain.c: imported funct... check-in: ca7ab95d17 user: patthoyts tags: trunk
2005-10-13
21:49
Test updates from [Bug 1284178] check-in: b028187ae2 user: dkf tags: trunk
21:01
Added some more clarifying comments in Tcl_ClearChannelHandlers() check-in: e296d976e4 user: vasiljevic tags: trunk
20:51
Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is bei... check-in: f7a1a7a67b user: vasiljevic tags: trunk
20:15
Remove _ANSI_ARGS_ and clean up a few comments check-in: 2b1f602d05 user: dkf tags: trunk
18:30
* generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. * tools/man2tcl.c: ... check-in: d7079d3caa user: dgp tags: trunk
18:13
* compat/tclErrno.h: Removed obsolete file. check-in: a707e67c4d user: dgp tags: trunk
15:23
Formatting cleanup to more accurately match the coding standards of the rest of the core. check-in: edb51d497a user: dkf tags: trunk
15:15
* generic/tclStrToD.c (TclParseNumber): Missing goto caused crash when parsing "Na".... check-in: 5415c75194 user: dgp tags: trunk
00:56
formatting check-in: 0fdf63803f user: dkf tags: trunk
00:14
quick typo fix; testing check-in: ff7bf450e7 user: dgp tags: trunk
00:07
formatting and de-_ANSI_ARGS_-ification check-in: 9e0f6e3e5e user: dkf tags: trunk
2005-10-12
23:55
formatting check-in: a79ed7c2fe user: dkf tags: trunk
23:54
* generic/tclExecute.c (GetNumberFromObj): Restored some lost optimizations for... check-in: fb65658754 user: dgp tags: trunk
23:51
Formatting check-in: c8e230bf0d user: dkf tags: trunk
23:42
Scrap _ANSI_ARGS_ macro use, yay! check-in: 175ab7d9cb user: dkf tags: trunk
22:21
Formatting and pure ANSI function decls check-in: 5a3e776594 user: dkf tags: trunk
22:05
Fix for [Bug 1325099] check-in: 893d9541f9 user: dkf tags: trunk
18:31
performance improvements to [incr] check-in: f6eb3e07ae user: kennykb tags: trunk
2005-10-10
21:50
TIP#237 introduced a new function, entier, so add it to the list of functions. check-in: 3d619f4afe user: dkf tags: trunk
20:27
* generic/tclCompCmds.c: New convenience macro CompileTokens(). check-in: ff5bec97ad user: msofer tags: trunk
19:52
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also added missing "... check-in: c9c0401dc1 user: dgp tags: trunk
18:00
* generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. * generic/tclInt.h: ... check-in: dbe6cdbda6 user: dgp tags: trunk
17:33
Fix two bugs in limits, one a crash and the other a failed flag reset. check-in: 32dacaae68 user: dkf tags: trunk
16:09
removing wrong comment check-in: e5da6717f2 user: msofer tags: trunk
15:51
* generic/tclExecute.c: fixing errors in last commit. check-in: fa79084fee user: msofer tags: trunk
2005-10-09
20:05
* generic/tclBasic.c: * generic/tclExecute.c: * generic/tclStrToD.c: * generic/tclStringObj.c: i... check-in: 6c384e90de user: msofer tags: trunk
2005-10-08
14:42
TIP#237 IMPLEMENTATION [kennykb-numerics-branch] Resynchronized with the HEAD; at t... check-in: 83fdb360a9 user: dgp tags: trunk
2005-10-07
22:35
* unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to * tests/fCmd.test (fCmd-20.2)... check-in: c5efc3eed0 user: hobbs tags: trunk, kennykb-numerics-branch-20051008, msofer-wcodes-branch-20051007
2005-10-05
22:09
* generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug 1109294]. Applied the patch provided... check-in: 9a439d406a user: andreas_kupries tags: trunk
20:36
* doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of David Welton's patch for it, ... check-in: e261298ba7 user: andreas_kupries tags: trunk
17:44
* generic/tclIORChan.c (RcClose): Removed unreachable panic/return statements. This fixes the r... check-in: d91e2f06c9 user: andreas_kupries tags: trunk
08:03
* tests/env.test (env-6.1): * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c ... check-in: 9ad1d56456 user: hobbs tags: trunk
06:34
win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] check-in: 3b9458c858 user: hobbs tags: trunk
05:03
* tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): t... check-in: 3bc3dd226c user: hobbs tags: trunk
04:23
* unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237] check-in: b68aa6b177 user: hobbs tags: trunk
03:58
scan %[] requires "one or more chars" [Bug 1277503] check-in: 6164a639b1 user: hobbs tags: trunk
00:38
* tests/winFile.test (getuser): allow valid Windows usernames. [Bug 1311285] check-in: bbc78fc172 user: hobbs tags: trunk
2005-10-04
23:49
* generic/tclParse.c (Tcl_ParseCommand): add code that recognizes {} in addition to {expand} for w... check-in: f48f4bdd21 user: hobbs tags: trunk
18:34
See file. check-in: ec5a717b8e user: vasiljevic tags: trunk
18:33
Tcl_DeleteTimerHandler(): bail out early if passed NULL argument. check-in: 5576a42ab1 user: vasiljevic tags: trunk
18:32
Tcl_ClearChannelHandlers(): now deletes any outstanding timer for the channel. Also, prevents events... check-in: b68b5918fb user: vasiljevic tags: trunk
2005-10-03
17:42
fixed test cases for new US DST rules. check-in: 99b4e7ffb5 user: kennykb tags: trunk
14:38
Rebuild tzdata from Olson's tzdata2005n.tar.gz check-in: 3417941510 user: kennykb tags: trunk
2005-10-01
09:28
Fixed a typo. check-in: 53ed00351b user: davidw tags: trunk
2005-09-30
19:31
* generic/tclMain.c: Separate encoding conversion of command line arguments from ... check-in: 3a8318341a user: dgp tags: trunk
18:53
fix comment typo check-in: e86060ea27 user: hobbs tags: trunk
01:05
init value to (-)Inf for min/max expr functions to simplify code check-in: 78d70230d5 user: hobbs tags: trunk
2005-09-29
23:16
implementation for TIP #255, expr min/max check-in: 5e48c91234 user: hobbs tags: trunk
2005-09-27
15:35
Test for [Bug 1116542] check-in: d7a27184e4 user: dkf tags: trunk
15:20
Formatting fixes check-in: 205497dd3f user: dkf tags: trunk
2005-09-26
19:31
update tclTomMath.h for bug 1263012 check-in: a5f5e1b89e user: kennykb tags: trunk
18:44
Regen tommath.h from release 0.36 check-in: 39058779b3 user: kennykb tags: trunk
18:27
merge tommath 0.36 changes into HEAD check-in: ff86421106 user: kennykb tags: trunk
16:53
re-import of three damaged PDF's check-in: 770751cc4a user: kennykb tags: trunk
16:53
re-import of three damaged PDF's check-in: 7ab3902b64 user: kennykb tags: libtommath
16:31
Import of libtommath 0.36 check-in: e024610976 user: kennykb tags: trunk
16:31
Import of libtommath 0.36 check-in: 645d0eb193 user: kennykb tags: libtommath