Timeline
Not logged in

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

2568 check-ins using file compat/strtod.c version 00be76f9fc

2007-04-15
19:37
* doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. check-in: 3f7f9a1939 user: kennykb tags: trunk
18:59
* generic/tclCompCmds.c: added a cast to silence a compiler error on VC2005. * library/clock.tcl: Re... check-in: 83ba629c74 user: kennykb tags: trunk
2007-04-14
17:35
* generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that duplicates functionality alread... check-in: 9b6169c048 user: msofer tags: trunk
2007-04-13
09:06
Added keyword check-in: 626e17b371 user: dkf tags: trunk
2007-04-11
17:55
removed stray '//' check-in: 5dbb913fdc user: msofer tags: trunk
17:35
* generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, OBJ_AT_DEPTH(n) and CURR_DEPTH that ... check-in: dad16a6871 user: msofer tags: trunk
03:18
fixing comments check-in: f155d8df63 user: msofer tags: trunk
03:01
* generic/tclCompCmds.c: moved all exceptDepth management to the macros - the decreasing half was ... check-in: a17178cd6d user: msofer tags: trunk
2007-04-10
22:16
assorted minor cleanup check-in: 033ee817fd user: dkf tags: trunk
22:14
Don't use C++ keywords check-in: f786756b85 user: dkf tags: trunk
22:13
Reformat to standard function definition form check-in: a57ea2b891 user: dkf tags: trunk
22:06
Complete conversion to ANSI function definitions check-in: a940eff372 user: dkf tags: trunk
22:04
Reformat to standard function definition form; don't use C++ keywords check-in: c8b562b1fa user: dkf tags: trunk
22:02
Complete conversion to ANSI function definitions check-in: 4b027b34d3 user: dkf tags: trunk
22:01
Reformat to standard function definition form check-in: 23afa345cb user: dkf tags: trunk
22:01
Complete conversion to ANSI function definitions check-in: 636dd28419 user: dkf tags: trunk
14:47
Handle creation of Tcl_Objs from constant strings better (easier to use, more efficient). After [Pat... check-in: 4d69119aad user: dkf tags: trunk
08:14
minor tidy check-in: 62d7ad0b06 user: dkf tags: trunk
2007-04-08
02:19
* generic/tclCompile (tclInstructionTable): fixed bugs in description of dict instructions check-in: d1aa131359 user: msofer tags: trunk
2007-04-07
22:50
* generic/tclCompile (tclInstructionTable): fixed bug in description of INST_START_COMMAND. check-in: 7c73b68563 user: msofer tags: trunk
05:34
* generic/tclExecute.c (TEBC): small code reduction. check-in: 98872dcbd9 user: msofer tags: trunk
2007-04-06
22:36
* generic/tclExecute.c (TEBC): * generic/tclNamespace.c (NsEnsembleImplementationCmd): * generic/... check-in: 69050e3b30 user: msofer tags: trunk
2007-04-05
14:08
Extend/sort the "SEE ALSO" section check-in: 5673499569 user: dkf tags: trunk
14:07
Whitespace/formatting check-in: bbb0d77efe user: dkf tags: trunk
13:31
Simplification of some argument processing through introduction of a helper macro. check-in: 4864e8a741 user: dkf tags: trunk
13:20
Tighten up a comment check-in: af4028b1a0 user: dkf tags: trunk
2007-04-04
13:29
added comments check-in: 68dbccd9fe user: msofer tags: trunk
2007-04-03
22:55
* generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802] check-in: 152fc51f78 user: msofer tags: trunk
15:58
restore line endings check-in: 385c9a4840 user: dgp tags: trunk
15:13
missing entry check-in: 6364bd55c3 user: dgp tags: trunk
15:08
* generic/tclInt.decls: Moved TclGetNamespaceFromObj() to * generic/tclInt.h: the internal s... check-in: bc679cc2b8 user: msofer tags: trunk
15:03
* generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoRead trace routines so th... check-in: d0d132d497 user: dgp tags: trunk
01:34
* generic/tclBasic.c: Added bytecode compilers for the * generic/tclCompCmds.c: variable link... check-in: 8fe01ff441 user: msofer tags: trunk
2007-04-02
18:48
* generic/tclBasic.c: Replace arrays on the C stack and ckalloc * generic/tclExecu... check-in: fbe8c8af9f user: dgp tags: trunk
2007-04-01
00:32
Ensure that the count of commands commenced by bytecode is correct at all times even though INST_STA... check-in: 66d379a865 user: dkf tags: trunk
00:10
Minor simplification. check-in: e8b2e8dbb4 user: dkf tags: trunk
2007-03-30
18:24
* generic/tclCompile.c: * generic/tclCompExpr.c: * generic/tclCompCmds.c: ... check-in: c35cf54d2f user: dgp tags: trunk
17:39
* generic/tclCompExpr.c: * generic/tclCompCmds.c: Replace arrays on the C sta... check-in: 65c8c29143 user: dgp tags: trunk
16:38
* generic/tclCompCmds.c: Replace arrays on the C stack and ckalloc calls with... check-in: ae18c37fd5 user: dgp tags: trunk
15:54
* generic/tclCmdMZ.c: Revised [string to* $s $first $last] implementation to reduc... check-in: 75950809bf user: dgp tags: trunk
15:31
* tests/string.test: More [string reverse] tests. check-in: 1446cb10a8 user: dgp tags: trunk
14:22
* generic/tclExecute.c: optimise the lookup of elements of indexed arrays. check-in: 5f31d0abc1 user: msofer tags: trunk
2007-03-29
19:22
* generic/tclProc.c (Tcl_ApplyObjCmd): * tests/apply.test (9.3): Fixed Tcl_Obj leak on error retur... check-in: bf436ec4a5 user: msofer tags: trunk
2007-03-28
19:03
* generic/tclCmdMZ.c (STR_REVERSE): Implement the actual [string reverse] comman... check-in: 5373afa733 user: dgp tags: trunk
2007-03-27
16:44
* generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with TclStackAlloc calls. check-in: 3f20d29a16 user: dgp tags: trunk
2007-03-24
09:33
Thread exit handler marks the current thread as un-initialized. This allows exit handlers that are r... check-in: e92e02a7fa user: vasiljevic tags: trunk
2007-03-23
19:59
* generic/tclBasic.c (DeleteInterpProc): pop the root frame pointer before deleting the global nam... check-in: 57fb35adaa user: msofer tags: trunk
18:45
* win/Makefile.in: Added code to keep a Cygwin path name from leaking into LIBRARY_DIR when doing 'm... check-in: 26163778b0 user: kennykb tags: trunk
03:07
Reduce number of StackAlloc and StackFree calls. check-in: a0f311e25d user: dgp tags: trunk
2007-03-22
20:53
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays on the C stack and c... check-in: dd65b91f8e user: dgp tags: trunk
18:19
* generic/tclExecute.c: Revised GrowEvaluationStack to take an argument specifying t... check-in: 80f5f93ab2 user: dgp tags: trunk
2007-03-21
18:02
* generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral.... check-in: aa6b9bf6a4 user: dgp tags: trunk
16:25
* generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral.... check-in: 4a5a34e344 user: dgp tags: trunk
14:16
Minor comment formatting change check-in: 301cdc4ca3 user: dkf tags: trunk
2007-03-20
21:20
* generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. * generic/tclLi... check-in: 8437385056 user: dgp tags: trunk
19:47
2007-03-20 Kevin B. Kenny <kennykb@acm.org> * generic/tclDate.c: Rebuilt, despite Donal Fellows'... check-in: ee77f4e978 user: kennykb tags: trunk
16:19
Introduce modern formatting standards; no need for rebuild of tclDate.c check-in: 9c98167af5 user: dkf tags: trunk
15:23
Fix trivial error in comment. check-in: ee819e72aa user: dkf tags: trunk
03:16
* generic/tclCompile.c: Revise the various expansion routines for CompileEnv fields ... check-in: 760575aa5e user: dgp tags: trunk
2007-03-19
21:00
* generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() / memcpy() sequen... check-in: 3dee205cdd user: dgp tags: trunk
16:59
* generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some * generic/tclEvent.c (... check-in: 65a357c8fc user: dgp tags: trunk
11:50
Fixed bug in regsub example. check-in: a74334ff7e user: dkf tags: trunk
2007-03-17
22:31
* win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating key names correctly, so that Unicod... check-in: c83dde5ee6 user: kennykb tags: trunk
05:04
added missing panic check-in: 2620c319d0 user: dgp tags: trunk
2007-03-16
02:05
fix warnings check-in: 71ba415c39 user: das tags: trunk
00:57
* generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround to avoid gcc warning by using loca... check-in: 8ba7bf14b8 user: mdejong tags: trunk
2007-03-15
22:54
* win/Makefile.in: Fully qualify LIBRARY_DIR so that `make test` does not depend on working dir. check-in: b5ad60ea32 user: mdejong tags: trunk
22:05
* tests/parse.test: Add two backslash newline parse tests. check-in: 9b94a40c9b user: mdejong tags: trunk
2007-03-13
17:34
Added test for [Bug 1675044]. check-in: b13b57ba58 user: dgp tags: trunk
2007-03-12
22:08
Fix documentation typos check-in: 60a943394a user: patthoyts tags: trunk
20:45
* generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy * tests/foreach.te... check-in: 8d36d55259 user: dgp tags: trunk
19:28
* generic/tclEvent.c (HandleBgErrors): Make efficient private copy * tests/event.te... check-in: 23501456a8 user: dgp tags: trunk
19:10
* generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient * tests/names... check-in: b632f11ec5 user: dgp tags: trunk
18:06
* generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.t... check-in: 77885f50c4 user: dgp tags: trunk
16:26
Fix [Bug 1679072] check-in: f4b4e501a8 user: dkf tags: trunk
10:49
Plug a leak of encodings check-in: 92ffd0c4a7 user: dkf tags: trunk
10:22
Tightening up declaration scopes, improving some comments with xrefs to bugDB check-in: 15bf9e7141 user: dkf tags: trunk
2007-03-11
16:54
Fix [Bug 1675044] check-in: 358f71c84b user: dkf tags: trunk
2007-03-10
15:39
Move 'return' in TclListObjSetElement into correct place! check-in: c5ab2b41d1 user: dkf tags: trunk
15:24
* generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] to use the cheaper TclListObjCo... check-in: 3a29348d65 user: msofer tags: trunk
2007-03-09
20:04
* library/platform/shell.tcl: Made more robust if an older platform * library/platform/pkgIndex.t... check-in: d1dbbb07c2 user: andreas_kupries tags: trunk
16:40
Fix [Bug 1675116] check-in: 2130325c40 user: dkf tags: trunk
02:26
Modified test initialisation to use the 'loadTestedCommands' function of tcltest to bring in the cor... check-in: f0694e56be user: kennykb tags: trunk
01:08
* library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to the code for version-2 'zoneinfo' ... check-in: 2fff6c3a5f user: kennykb tags: trunk
2007-03-08
22:26
* generic/tclListObj.c (TclLsetList): Rewrite so that the routine itself does not ... check-in: 9022a3bb41 user: dgp tags: trunk
11:19
Moved [lindex] guts to tclListObj.c, same as [lset] guts. check-in: 08146987c9 user: dkf tags: trunk
11:01
Tidy up formatting check-in: eabb5273a2 user: dkf tags: trunk
02:53
* library/clock.tcl: Further tweaks to the Windows time zone table (restoring missing Mexican time z... check-in: bde346f8b3 user: kennykb tags: trunk
00:27
various "const" additions in implementation check-in: 362e05018a user: nijtmans tags: trunk
2007-03-07
23:43
* macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. * macosx/Tcl.xcodeproj/proj... check-in: ddc29ff523 user: das tags: trunk
22:34
* generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient private copies of... check-in: dea8fceaf6 user: dgp tags: trunk
22:03
various "const" additions in implementation check-in: 20578ee2a1 user: nijtmans tags: trunk
19:16
Add missing constraints check-in: 22cc7fe505 user: dgp tags: trunk
16:37
* generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simpler list validity t... check-in: 159342b76f user: dgp tags: trunk
09:35
Make [regexp -about] produce its result using Tcl_Objs instead of strings. check-in: dc7c0845a6 user: dkf tags: trunk
09:10
Minor comment cleaning up check-in: 261b762a78 user: dkf tags: trunk
00:28
New US DST rules on Windows; Olson's tzdata2007c check-in: f6e91e1904 user: kennykb tags: trunk
2007-03-05
23:28
* library/platform/shell.tcl (::platform::shell::RUN): In the case * library/platform/pkgIndex.tc... check-in: bdef4b3ff2 user: andreas_kupries tags: trunk
2007-03-03
10:07
Split the ChangeLog to separate out the (static) 2005 entries check-in: 751469edab user: dkf tags: trunk
10:04
Added macro to conceal at least some of the pointer hackery. check-in: b75ce52a19 user: dkf tags: trunk
2007-03-02
17:56
* generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing TclInvalidateStringRep... check-in: bd0656f21a user: dgp tags: trunk
16:06
Added comments warning against certain optimizations check-in: 8616cfc840 user: dgp tags: trunk
15:11
* generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation to append Tcl_... check-in: b3e04e3fef user: dgp tags: trunk
14:54
* generic/tclCmdIL.c (Info*Cmd): Code simplifications and optimizations. check-in: f9fd7cf37e user: dgp tags: trunk
10:35
D'uh! Forgot to save the ChangeLog... check-in: b8fc2b924e user: dkf tags: trunk
10:32
Added a scheme to allow aux-data to be printed out for debugging. For this to work, immediate operan... check-in: a2a40e3cff user: dkf tags: trunk
2007-03-01
22:45
* generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplifications and optimizatio... check-in: 01330c3688 user: dgp tags: trunk
22:14
* generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplifications and optimizatio... check-in: d4315c2ea8 user: dgp tags: trunk
21:03
Remove line with no effect check-in: 2ca9c89129 user: dgp tags: trunk
19:29
* generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the same spirit; avoid sh... check-in: 109556a0e2 user: dgp tags: trunk
17:55
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away * tests/foreach.t... check-in: 7c1b6bc682 user: dgp tags: trunk
17:30
* generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make an efficient private... check-in: e849cb2976 user: dgp tags: trunk
16:16
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make efficient private co... check-in: d771ff69dc user: dgp tags: trunk
10:07
Fix [Bug 1671138] check-in: ce0b420af3 user: dkf tags: trunk
2007-02-28
20:01
typo check-in: 4732710004 user: dgp tags: trunk
2007-02-27
21:44
A few more very minor changes check-in: ab5a20e630 user: dkf tags: trunk
21:28
Assorted cleanup, mostly of comments. check-in: 283f1a8e50 user: dkf tags: trunk
20:34
Stop using C++ keywords... check-in: 1a05fe2bc7 user: dkf tags: trunk
2007-02-26
23:27
* generic/tclIORChan.c (FreeReflectedChannel): Added the missing refcount release between NewRC... check-in: 0f345a2f87 user: andreas_kupries tags: trunk
19:10
* generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying of the objv ... check-in: ffefff36e6 user: dgp tags: trunk
2007-02-24
18:55
* generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that the recounting log... check-in: a69b4832a1 user: dgp tags: trunk
18:29
correct bogus change check-in: 2a6893c8ad user: dgp tags: trunk
2007-02-23
23:02
various "const" additions, in line with TIP #27 check-in: e3ada46179 user: nijtmans tags: trunk
2007-02-22
20:25
Typo, more. check-in: 4684903313 user: andreas_kupries tags: trunk
20:11
Typo. check-in: 9882751265 user: andreas_kupries tags: trunk
19:49
* tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the reg... check-in: 167e738af8 user: andreas_kupries tags: trunk
2007-02-20
23:24
various "const" additions, in line with TIP #27 check-in: 81ea4e1335 user: nijtmans tags: trunk
17:54
* doc/tcltest.n: Typo fix. [Bug 1663539] check-in: b7516151dc user: dgp tags: trunk
15:36
Bug #1479814. Handle extended paths on Windows NT and above. check-in: 05001e9ac2 user: patthoyts tags: trunk
2007-02-19
23:51
* unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.59 check-in: 1b4cca871f user: hobbs tags: trunk
23:50
(Tcl_FSEvalFileEx): safe incr of objPtr ref check-in: a36ab3feb7 user: hobbs tags: trunk
2007-02-18
18:42
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. check-in: 346988542b user: dkf tags: trunk
01:06
Partial fix of [Bug 1662436] check-in: 1258b6537a user: dkf tags: trunk
2007-02-14
17:59
2007-02-13 Kevin Kenny <kennykb@acm.org> * tools/fix_tommath_h.tcl: Further tweaking for the x86... check-in: 3c35edbcc6 user: kennykb tags: trunk
2007-02-13
14:48
Fix [Bug 1614687] check-in: 8cb4a6ee87 user: dkf tags: trunk
05:03
rebuilt from Olson's tzdata2007b check-in: eb57473537 user: kennykb tags: trunk
04:44
* tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u... check-in: c86f86ecf2 user: kennykb tags: trunk
03:43
* tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u... check-in: c1809b8105 user: kennykb tags: trunk
2007-02-09
06:42
Windows build fixes check-in: be08278413 user: mistachkin tags: trunk
2007-02-08
23:11
* unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with unsigned size_t to correctly... check-in: 36261c08ee user: hobbs tags: trunk
18:43
* generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() * tests/name... check-in: 10b8242e8a user: dgp tags: trunk
2007-02-06
23:43
Minor syntax/efficiency stuff check-in: 7911df6198 user: dkf tags: trunk
22:20
Silence a trivial warning check-in: a60ae97a1b user: dkf tags: trunk
21:15
Function header/whitespace police/general format fixes check-in: ae7364fd49 user: dkf tags: trunk
21:08
* generic/tclNamesp.c: Corrected broken implementation of the * tests/namespace.tes... check-in: 4e0ac63047 user: dgp tags: trunk
2007-02-04
02:51
* unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if available to define MODULE_... check-in: f5ff3722a3 user: das tags: trunk
00:01
Windows build fix check-in: a596bca35f user: mistachkin tags: trunk
2007-01-29
18:55
* generic/tclResult.c: Added optimization case to TclTransferResult to cover common... check-in: c8324c7bed user: dgp tags: trunk
17:16
* generic/tclLink.c: Broken linked float logic corrected. Thanks to Andy Goth [B... check-in: 74c8f71e22 user: dgp tags: trunk
16:51
* doc/fcopy.n: Typo fix. [Bug 1630627] check-in: 958b354acd user: dgp tags: trunk
2007-01-28
01:42
* macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that * macosx/Tcl.xcodeproj/defau... check-in: 3e0d0f89fd user: das tags: trunk
2007-01-25
02:06
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and move (rather than duplicate)... check-in: 1ffc63cb35 user: das tags: trunk
2007-01-22
09:15
Fix [Bug 1631017] check-in: 5e8c416d24 user: dkf tags: trunk
2007-01-19
14:06
More efficient issuing of INST_START_CMD instructions. See ChangeLog for discussion check-in: dc4b774eb4 user: dkf tags: trunk
08:45
Build fix for man2tcl.c with MSVC8 check-in: 1e0300cf47 user: mistachkin tags: trunk
08:17
Windows build fixes check-in: c09a38633c user: mistachkin tags: trunk
01:03
* macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions of Mac OS X, truncate() fai... check-in: 54a154124b user: das tags: trunk
2007-01-18
23:17
Code style improvements check-in: 8fd6e7367b user: dkf tags: trunk
22:43
Fix minor fault (made by aku, caught by aku) check-in: f2f37791f4 user: dkf tags: trunk
22:09
Small fixes to quell tests that fail on some kinds of Win systems check-in: 6df3f2eb20 user: dkf tags: trunk
11:37
Whitespace policing, and adding comments so that it is clearer what TclMarkList was doing... check-in: 1c156954e7 user: dkf tags: trunk
11:18
Minor fix to make bytecodes print out properly check-in: 38febb09a5 user: dkf tags: trunk
11:12
Fix [Bug 1638414] and make bytecode of expansion better check-in: 3c4a0d5973 user: dkf tags: trunk
11:05
Detect [Bug 1638414] check-in: 2ed27650c6 user: dkf tags: trunk
2007-01-17
10:20
Missed a spot; thanks to Andreas Kupries for spotting this one. check-in: c47afa6c2d user: dkf tags: trunk
00:42
Added macros to make usage of ChannelBuffers clearer. check-in: 9b58a9089b user: dkf tags: trunk
2007-01-11
18:30
* win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". This was removed from unix/tcl.m4 2004-07-16 bu... check-in: d53e6aca6c user: jenglish tags: trunk
13:17
Fixes to work better on Win98. Read version numbers from package index file to avoid keeping numbers... check-in: 3c3cfc75b2 user: patthoyts tags: trunk
2007-01-10
15:30
Arrange for RE engine workspace to be held in TSD. This is safe, less C-stack-hungry than before, an... check-in: d29fdf3177 user: dkf tags: trunk
2007-01-09
11:32
Fix [lindex] argument ordering. [bug 1631364] check-in: 3410c78f04 user: dkf tags: trunk
2007-01-03
15:22
Regenerated tclDate.c check-in: 488b4d7b3a user: kennykb tags: trunk
2007-01-02
18:43
Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) check-in: 056e3a97b7 user: dkf tags: trunk
2006-12-28
23:29
Whitespace/line-width police check-in: cda04cb218 user: dkf tags: trunk
2006-12-27
03:04
* generic/tclIO.c (Tcl_GetsObj): Avoid checking for for the LF in a possible CRLF s... check-in: d801cae602 user: mdejong tags: trunk
01:25
* generic/tclEncoding.c (EscapeFromUtfProc): Clear the TCL_ENCODING_END flag when end bytes are w... check-in: 72947ffa57 user: mdejong tags: trunk
2006-12-19
16:25
supply missing RCS line check-in: ea6501a730 user: dgp tags: trunk
16:14
Fix [Bug 1618838] check-in: 4cba13e336 user: dkf tags: trunk
14:22
Rewrote for more clarity check-in: 19140032df user: dkf tags: trunk
10:25
Replace with comment style recommended as "best practice" check-in: 0c29266f11 user: dkf tags: trunk
09:16
Wrote the commenting wrongly; used proper troff construct as recommended in CSTR#54 (The Troff User... check-in: cbce958cae user: dkf tags: trunk
08:56
Fix minor fault found by Joe Mistachkin check-in: f097dba4d4 user: dkf tags: trunk
04:35
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 4dd5a218c1 user: das tags: trunk
04:33
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 537f5091a7 user: das tags: trunk
04:13
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 06c6e79841 user: das tags: trunk
01:19
* unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch flag succeeds before enabl... check-in: 7484999a19 user: das tags: trunk
2006-12-17
03:47
* tests/macOSXLoad.test (new file): add testing of .bundle loading and * tests/load.test: unl... check-in: da1fb6e37f user: das tags: trunk
03:44
* tests/append.test: fix cleanup failure when all tests are skipped. check-in: f97a6a4fdd user: das tags: trunk
03:44
* tests/chan.test (chan-16.9): cleanup chan event handler to avoid causing error in event.test whe... check-in: 56142e1b1b user: das tags: trunk
03:43
* tests/info.test: add !singleTestInterp constraint to tests that fail when running testsuite with... check-in: 891377bfd6 user: das tags: trunk
2006-12-14
16:08
Reapplied the Engineering Manual-ification, but this time without the (small) changes that caused c... check-in: f7195fc2c8 user: dkf tags: trunk
10:22
Fix example. [Bug 1615277] check-in: a05964b839 user: dkf tags: trunk
2006-12-13
16:54
Revert the commits that broke the HEAD. I'm not searching through >300 lines of changes to find the ... check-in: 0201b51ecd user: dgp tags: trunk
16:33
Silly mistake corrected check-in: 4192b1c57c user: dkf tags: trunk
16:28
Cleanup to follow engineering manual guidelines check-in: aa153fd763 user: dkf tags: trunk
2006-12-12
21:45
* generic/tclCompExpr.c: Now that the new internal structs are in use to supp... check-in: 1bee6a6484 user: dgp tags: trunk
17:21
* generic/tclBasic.c: Final step routing all direct evaluation forms * generic/tcl... check-in: cd1c7e69e3 user: dgp tags: trunk
2006-12-11
18:54
* generic/tclBasic.c: Another step with all sorting operator commands * generic/tc... check-in: a43041a8fb user: dgp tags: trunk
2006-12-10
05:17
adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by last tcltest.tcl commit. check-in: 82c25b0617 user: das tags: trunk
2006-12-08
20:48
* generic/tclBasic.c: Another step down the path of re-using * generic/tclCompExp... check-in: 552b601823 user: dgp tags: trunk
18:08
* generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd * generic/tclMathO... check-in: cac128331f user: dgp tags: trunk
16:14
* generic/tclMathOp.c: More revisions to make tests pass. * tests/mathop.test: check-in: d2478055f0 user: dgp tags: trunk
13:50
Fix [Bug 1571056] and silence a GCC warning check-in: 5ffd5c25c7 user: dkf tags: trunk
11:02
Minor formatting check-in: 2da1ef88c4 user: dkf tags: trunk
10:59
More tests for bitops check-in: 6c8ff7a4f2 user: dkf tags: trunk
05:23
typo check-in: ecad788680 user: das tags: trunk
03:37
* library/tcltest/tcltest.tcl: use [info frame] for "-verbose line". check-in: dac0c90d2c user: das tags: trunk
2006-12-07
23:35
* generic/tclCompCmds.c: Additional commits correct most * generic/tclExecute... check-in: 35351bcbd0 user: dgp tags: trunk
16:29
Handle the export of the commands from tcl::mathop more efficiently check-in: 519237f994 user: dkf tags: trunk
16:18
* generic/tclBasic.c: Biggest source of TIP 174 failures was that the commands wer... check-in: 323b31db36 user: dgp tags: trunk
16:12
* tests/mathop.test: Commmitted several new tests from Peter Spjuth found in [Pat... check-in: c2a103c2f9 user: dgp tags: trunk
15:08
Remove erroneous line check-in: 118b7710f1 user: dkf tags: trunk
15:02
More #174 bits and pieces check-in: b77dba5a97 user: dkf tags: trunk
10:35
Fixed line endings broken by a previous checking that caused test failures on windows. check-in: 0b5abdab16 user: patthoyts tags: trunk
2006-12-06
21:25
More TIP 174 compilation bug fixes, consolidations, and improvements. check-in: a99daacf4a user: dgp tags: trunk
18:05
* generic/tclCompCmds.c: Revised and consolidated into utility * tests/mathop... check-in: 00f77fba3f user: dgp tags: trunk
16:36
Improved error reporting in test expr-47.12 check-in: 565141544f user: kennykb tags: trunk
01:43
add new platform package files and earlier new test files check-in: 3670d70c41 user: das tags: trunk
01:42
fix errors flagged by make/html check-in: 5604f7dec6 user: das tags: trunk
00:01
Whitespace/style cop check-in: 604cb14664 user: dkf tags: trunk
2006-12-05
18:46
Documentation for platform package. check-in: e78d6d2a65 user: andreas_kupries tags: trunk
18:45
* generic/tclBasic.c: TIP #291. Define tcl_platform element for * doc/tclvars.n: pointerSize... check-in: 3cc462fc46 user: andreas_kupries tags: trunk
15:36
* generic/tclPkg.c: When no requirements are supplied to a * tests/pkg.test: ... check-in: d0d079458e user: dgp tags: trunk
2006-12-04
23:26
Fix leaking-stderr test breakage check-in: 020010ebfe user: dkf tags: trunk
23:13
Implement TIP#267 check-in: 66c58950fb user: dkf tags: trunk
22:33
* generic/tclCompExpr.c: Added implementation for the CompileExprTree() routi... check-in: 3ee9b62174 user: dgp tags: trunk
2006-12-03
16:31
* generic/tclCompExpr.c: Added expr parsing routines that produce a different... check-in: 93adebdbf2 user: dgp tags: trunk
2006-12-02
16:14
Bug 1606454 fixed check-in: 51e7a7fb39 user: dkf tags: trunk
01:23
fix warning check-in: 4acd037868 user: das tags: trunk
01:22
removed BZ_DIV_CUTOFF declaration now that it's gone from libtommath check-in: 76fbccbc8e user: das tags: trunk
2006-12-01
19:59
TIP#299 IMPLEMENTATION check-in: a096fe1fb7 user: kennykb tags: trunk
19:45
Fixed results of bollixed commit of libtommath 0.39 check-in: 0e9759bb80 user: kennykb tags: trunk
19:13
* tests/chan.test: Correct timing sensitivity in new test [Bug 1606860] check-in: 694d4af189 user: dgp tags: trunk
15:55
TIP#287 IMPLEMENTATION * doc/chan.n: New subcommand [chan pending]. ... check-in: 12ab5edc29 user: dgp tags: trunk
14:31
TIP#298 IMPLEMENTATION * generic/tcl.decls: Tcl_GetBignumAndClearObj -> Tcl_TakeBig... check-in: 99fc64f278 user: dgp tags: trunk
07:54
declare new BZ_DIV_CUTOFF global as MODULE_SCOPE check-in: 713c9a7525 user: das tags: trunk
06:06
typo check-in: 3fddb95ed7 user: das tags: trunk
06:06
fix warnings check-in: e94f62e776 user: das tags: trunk
05:48
fix typo: 0,0 -> 0.0 check-in: 1b5418df02 user: das tags: trunk
05:47
fix gcc warning: "suggest parentheses around comparison in operand of &" check-in: ef404165ab user: das tags: trunk
00:31
Upgrade to tommath 0.39 plus patches from Tom check-in: ddfba6e771 user: kennykb tags: trunk
00:08
Import of libtommath 0.39+ check-in: e5fc0556e8 user: kennykb tags: trunk
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: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:59
* generic/tclExecute.c: fixing an error in INST_LNOT and INST_LYES. Interestingly, the error only... Closed-Leaf check-in: b0515a16ba user: msofer tags: msofer-wcodes-branch
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
13:56
* generic/tclCmdIL.c: * generic/tclInt.h: modified the TclNSVarHashTable definition to not requi... check-in: 8cc97172d4 user: msofer tags: msofer-wcodes-branch
2005-10-08
23:15
* unix/configure: * unix/configure.in: * win/configure.in: reverting last patch: pilot error. *... check-in: 17135bce7f user: msofer tags: msofer-wcodes-branch
22:12
* unix/configure: * unix/configure.in: * win/configure.in: changes that somehow got left out of t... check-in: 07ba7e1a6c user: msofer tags: msofer-wcodes-branch
14:42
TIP#237 IMPLEMENTATION [kennykb-numerics-branch] Resynchronized with the HEAD; at t... check-in: 83fdb360a9 user: dgp tags: trunk
13:44
merge updates from HEAD Closed-Leaf check-in: 1b902ae45a user: dgp tags: kennykb-numerics-branch
06:43
more WIDE support check-in: 936ff6a20a user: dgp tags: kennykb-numerics-branch
06:07
[kennykb-numerics-branch] * generic/tclExecute.c: More performance macros and speci... check-in: cd534dbb23 user: dgp tags: kennykb-numerics-branch
01:07
* generic/tclExecute.c: Macro GetNumberFromObj() is version of TclGetNumberFromObj()... check-in: 6da6e869af user: dgp tags: kennykb-numerics-branch
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
20:15
[kennykb-numerics-branch] * generic/tclInt.h: Made #undef NO_WIDE_TYPE the defa... check-in: c420c12ecc user: dgp tags: kennykb-numerics-branch
18:01
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of compariso... check-in: 852981a34b user: dgp tags: kennykb-numerics-branch
15:51
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of compariso... check-in: 7818e1ffac user: dgp tags: kennykb-numerics-branch
2005-10-06
22:04
store shift result as long, not int check-in: df31ba52d1 user: dgp tags: kennykb-numerics-branch
18:48
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_RSHI... check-in: 31b83841a8 user: dgp tags: kennykb-numerics-branch
16:14
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_RSHI... check-in: 7480ac5646 user: dgp tags: kennykb-numerics-branch
03:41
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_MULT... check-in: ac4d98012f user: dgp tags: kennykb-numerics-branch
02:51
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_MULT... check-in: 318d5967ce user: dgp tags: kennykb-numerics-branch
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
16:28
[kennykb-numerics-branch] * generic/tclExecute.c: Improved performance INST_MULT an... check-in: 4ab5ab7388 user: dgp tags: kennykb-numerics-branch
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
21:02
[kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 8d4c5bb62b user: dgp tags: kennykb-numerics-branch
18:34
See file. check-in: ec5a717b8e user: vasiljevic tags: trunk
18:33
[kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 53add32158 user: dgp tags: kennykb-numerics-branch
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
16:00
[kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 0f923b5cc0 user: dgp tags: kennykb-numerics-branch
13:49
[kennykb-numerics-branch] * generic/tclBasic.c: Updated more callers to make use ... check-in: 215aa64c5c user: dgp tags: kennykb-numerics-branch
2005-10-03
19:32
* generic/tclBasic.c: Re-implemented ExprRoundFunc and ExprEntierFunc to use TclGe... check-in: 2435e3e70d user: dgp tags: kennykb-numerics-branch
18:25
Be more choosy about what doubles get converted to longs. check-in: 9fd8db27ff user: dgp tags: kennykb-numerics-branch
17:42
fixed test cases for new US DST rules. check-in: 99b4e7ffb5 user: kennykb tags: trunk
15:50
[kennykb-numerics-branch] * generic/tclBasic.c: Re-implemented ExprRoundFunc to u... check-in: c247119234 user: dgp tags: kennykb-numerics-branch
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
17:02
[kennykb-numerics-branch] * generic/tclStringObj.c: Bug fix: Missing cast to ... check-in: 14a510d9c1 user: dgp tags: kennykb-numerics-branch
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-28
00:23
formatting check-in: 255d501bf2 user: dgp tags: kennykb-numerics-branch
2005-09-27
18:42
[kennykb-numerics-branch] * generic/tcl.h: Changed name of the new Tcl_Obj i... check-in: 2d7e29783f user: dgp tags: kennykb-numerics-branch
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
20:16
Merge changes from HEAD, including libtommath 0.36 check-in: 14146661ef user: kennykb tags: kennykb-numerics-branch
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:31
Import of libtommath 0.36 check-in: e024610976 user: kennykb tags: trunk
2005-09-23
16:47
[kennykb-numerics-branch] * unix/Makefile.in: Added -DMP_PREC=4 switch to all c... check-in: 29be091cd8 user: dgp tags: kennykb-numerics-branch
16:13
[kennykb-numerics-branch] * generic/tclStrToD.c: Fixed memory leak. [Bug 1299803]... check-in: 112ace53ab user: dgp tags: kennykb-numerics-branch
04:03
[kennykb-numerics-branch] * generic/tclStrToD.c: Memory leak. Comment in TclSetBi... check-in: 961337390c user: dgp tags: kennykb-numerics-branch
2005-09-20
14:11
[kennykb-numerics-branch] * generic/tclExecute.c: Revise TclIncrObj() to call ... check-in: dd93281cd4 user: dgp tags: kennykb-numerics-branch
2005-09-16
19:29
[kennykb-numerics-branch] * generic/tclInt.h: Added TclBNInitBigNumFrom... check-in: 6e1addf33e user: dgp tags: kennykb-numerics-branch
16:13
* libtommath/bn_mp_add_d.c: Bug fix. For mp_add_d(&a, d, &c), when &a has the v... check-in: dc9f2eaf23 user: dgp tags: kennykb-numerics-branch
15:35
[kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_cmp_d to routines from ... check-in: f5324453ec user: dgp tags: kennykb-numerics-branch
01:40
silence compiler warning check-in: a95dcb3914 user: dgp tags: trunk
2005-09-15
23:13
* doc/ParseCmd.3: copy/paste fix [Bug 1292427] check-in: 72ad6487a4 user: msofer tags: trunk
20:58
merge updates from HEAD check-in: 29cc0feeb2 user: dgp tags: kennykb-numerics-branch
16:58
* generic/tclStringObj.c (TclAppendFormattedObjs): Revision to eliminate one ro... check-in: 1a7995155b user: dgp tags: trunk, kennykb-numerics-branch-20050915
16:40
* generic/tclBasic.c: More callers of TclObjPrintf and * generic/tclCkalloc.c: Tcl... check-in: cf51f10457 user: dgp tags: trunk
15:30
More flags hacking, this time for open64 under RHEL3. [Bug 1287638] check-in: 1fd41a0f1d user: dkf tags: trunk
2005-09-14
21:32
* generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: fbec962a12 user: dgp tags: trunk
18:35
* generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFo... check-in: b4922798b8 user: dgp tags: trunk
17:13
* generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: 73c6dc5786 user: dgp tags: trunk
03:46
* generic/tclBasic.c: First caller of TclFormatToErrorInfo. * generic/tclInt.h: ... check-in: 267895cd36 user: dgp tags: trunk
2005-09-13
21:23
* generic/tcl.h: Explicitly standardized on the use of stdarg.h * generic/tcl... check-in: bdf9458b14 user: dgp tags: trunk
2005-09-12
19:39
uninitialized vars are bad, mm'kay? check-in: 948d18b8f7 user: dgp tags: kennykb-numerics-branch
19:12
* generic/tclCmdAH.c: Added support for the "ll" width * generic/tclString... check-in: a74d98295f user: dgp tags: kennykb-numerics-branch
14:47
[kennykb-numerics-branch] Merge updates from HEAD. check-in: 0b3ca397c7 user: dgp tags: kennykb-numerics-branch
14:31
2005-09-12 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (TclAppendForm... check-in: e034ea072e user: dgp tags: trunk
2005-09-09
19:27
silence compiler warnings check-in: d68f155509 user: dgp tags: kennykb-numerics-branch
19:24
silence compiler warnings check-in: 9e8ea0b8c1 user: dgp tags: trunk
19:09
* generic/tclIORChan.c (RcDecodeEventMask): Added missing type declaration for the parameter 'm... check-in: a44fd1ff0f user: andreas_kupries tags: trunk
18:48
[kennykb-numerics-branch] Merge updates from HEAD. check-in: 343239eeff user: dgp tags: kennykb-numerics-branch
17:54
typo check-in: ad7d4b5c94 user: dgp tags: trunk
17:47
* generic/tclInt.h: New internal routine TclObjPrintf() * generic/tclStr... check-in: 60ba4924b2 user: dgp tags: trunk
17:19
added missing casts in tclStringObj.c check-in: 93d1ebfd11 user: kennykb tags: trunk
15:44
* generic/tclInt.h: New internal routines TclFormatObj() * generic/tclSt... check-in: d61b665021 user: dgp tags: trunk
2005-09-08
14:14
D'oh, missed a spot check-in: fca360fba5 user: dkf tags: trunk
14:13
Final fixes check-in: 1ac1207579 user: dkf tags: trunk
14:10
Squelch warning check-in: c5c285935a user: dkf tags: trunk
14:09
Test suite about fixed up for TIP#254 check-in: c957ef5cb3 user: dkf tags: trunk
14:05
Closer to being right... check-in: 1db31ab2b0 user: dkf tags: trunk
13:50
More fixing check-in: 17cb3cd598 user: dkf tags: trunk
13:46
A bit more fixing... check-in: 1701251b0b user: dkf tags: trunk
13:42
First step to fixing test suite check-in: 88e192f51c user: dkf tags: trunk
13:40
Oops! check-in: 7ac67d7fe8 user: dkf tags: trunk
13:38
Added support machinery for TIP#254 tests check-in: 4a5309ec6e user: dkf tags: trunk
10:49
TIP #254 implementation Still missing additional tests. check-in: 62727c5bbe user: dkf tags: trunk
2005-09-07
15:31
* generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative * tests/utf.t... check-in: c76f2a1966 user: dgp tags: trunk
2005-09-06
14:40
Add flag to lists so that evaluating contexts can handle them efficiently much of the time even when... check-in: 3f8b25f1a3 user: dkf tags: trunk
2005-09-05
10:25
Make symbol static to stop it from being visible outside the Tcl library on traditional Unix platfor... check-in: e889426f5c user: dkf tags: trunk
2005-09-02
19:23
* unix/tclUnixSock.c (InitializeHostName): Synchronized use of static modifier in declaration a... check-in: 5b652caf77 user: andreas_kupries tags: trunk
17:42
[kennykb-numerics-branch] * generic/tclScan.c: Bug fix: The %o, %x, %i formats o... check-in: 7f0027be0c user: dgp tags: kennykb-numerics-branch
2005-09-01
16:27
* generic/tclObj.c: TclParseNumber calls meant to parse an integer value now pas... check-in: 6e311ccfa4 user: dgp tags: kennykb-numerics-branch
16:09
[kennykb-numerics-branch] * generic/tclScan.c: Extended [scan] to accept the %ll... check-in: fc4c109c84 user: dgp tags: kennykb-numerics-branch
2005-08-31
15:14
fix date check-in: b5831068b5 user: vincentdarley tags: trunk
15:12
allow NULL interp in Tcl_FSMatchInDirectory check-in: 5139fcec81 user: vincentdarley tags: trunk
2005-08-30
19:20
[kennykb-numerics-branch] * generic/tclObj.c: Extended bignum support to includ... check-in: 4ef199b1b3 user: dgp tags: kennykb-numerics-branch
15:54
[kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_sqrt to routines from ... check-in: 7e5e925b15 user: dgp tags: kennykb-numerics-branch
2005-08-29
21:55
* library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch for [Tcl SF Bug 1189657]. Sync... check-in: 0ef4ca3087 user: andreas_kupries tags: trunk
18:38
[kennykb-numerics-branch] Merge updates from HEAD. check-in: c74bd61cc0 user: dgp tags: kennykb-numerics-branch
17:54
renumber expr-39.* to expr-46.* check-in: 484771b620 user: kennykb tags: trunk
17:11
[kennykb-numerics-branch] * generic/tclBasic.c: Restored round(.) to the Tcl 8.4 ... check-in: 2088e4d384 user: dgp tags: kennykb-numerics-branch
16:41
fix test case bracing and numbering check-in: 7bbdf4ca4c user: kennykb tags: trunk
16:21
removed inappropriate swizzling of tcl_precision check-in: e593e8320e user: kennykb tags: trunk
16:18
Bug 1275043 check-in: 7e8177ac9d user: kennykb tags: trunk
2005-08-26
22:11
* generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to {Cut,Splice}Channel for internal use, and c... check-in: fd26ccea74 user: andreas_kupries tags: trunk
14:43
Style systematization and _ANSI_ARGS_ removal check-in: 043072b9bc user: dkf tags: trunk
13:41
Remove _ANSI_ARGS_ check-in: 63474c1c0a user: dkf tags: trunk
13:26
More whitespace cleansing and _ANSI_ARGS_ purging check-in: 94354fd3e6 user: dkf tags: trunk
11:00
Remove _ANSI_ARGS_ and tidy up comments check-in: 03e5c68cf3 user: dkf tags: trunk
08:39
Fix crashes when running Snit's test suite caused by traces forcing the interp result object to beco... check-in: 2de91b1d0b user: dkf tags: trunk
2005-08-25
21:48
Better to panic sanely than to crash with a bad memory access. [Bug 1267380] check-in: 687e384a0d user: dkf tags: trunk
21:21
[kennykb-numerics-branch] * generic/tclExecute.c: Bug fix. INST_RSHIFT: shift of n... check-in: 0e9fcc9b56 user: dgp tags: kennykb-numerics-branch
15:46
[kennykb-numerics-branch] Merge updates from HEAD * generic/tclExecute.c: Bug fix. ... check-in: 6d651867f9 user: dgp tags: kennykb-numerics-branch
14:58
[kennykb-numerics-branch] * generic/tclBasic.c: Extended the domain of round(.) t... check-in: 9bfc46124e user: dgp tags: kennykb-numerics-branch
10:40
Fix memory leak caused by throwing away a duplicated object check-in: b518cfe467 user: dkf tags: trunk
2005-08-24
23:36
Remove extra blank lines between tests so groups go together better. check-in: aecf511a59 user: dkf tags: trunk
21:49
[kennykb-numerics-branch] * generic/tclBasic.c: Revised implementation of the cei... check-in: 9cbb2232b7 user: dgp tags: kennykb-numerics-branch
18:56
corrected TRACE bugs, overflowed negative #s, and bad test constraints check-in: 57f3c9f065 user: kennykb tags: kennykb-numerics-branch
18:51
[kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: TclBignumToDouble return... check-in: ecd2f01ba8 user: dgp tags: kennykb-numerics-branch
18:03
Corrections in comparisons with +/-Inf. check-in: b303293aa3 user: dgp tags: kennykb-numerics-branch
17:56
TIP#219 IMPLEMENTATION * doc/SetChanErr.3: ** New File **. Documentation of the new channel A... check-in: d936ddccf8 user: andreas_kupries tags: trunk
17:25
[kennykb_numerics_branch] * generic/tclExecute.c: Revised the type promotion rules ... check-in: 39a77d2eea user: dgp tags: kennykb-numerics-branch
15:15
fix formatting of fp number with smallest significand check-in: 7c355ef822 user: kennykb tags: trunk
02:35
[kennykb_numerics_branch] * generic/tclStrToD.c: Bug fix: set shift magnitude prop... check-in: 56e7ee19b3 user: dgp tags: kennykb-numerics-branch
2005-08-23
22:14
[kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: ACCEPT_NAN under INST_UM... check-in: d1892b6d86 user: dgp tags: kennykb-numerics-branch
19:51
more test coverage - 0o and entier check-in: d25658eed7 user: kennykb tags: kennykb-numerics-branch
19:22
comment fix check-in: 31ce9bdf78 user: dgp tags: kennykb-numerics-branch
19:16
Removed TclStrToD and friends, and added '0b' test cases. check-in: d9ef2d3f94 user: kennykb tags: kennykb-numerics-branch
19:15
Removed TclStrToD and friends, and added '0b' test cases. check-in: 6abfff338f user: kennykb tags: kennykb-numerics-branch
18:28
TclParseNumber enhanced for [scan ... %f], plus better test coverage check-in: 43741d958a user: kennykb tags: kennykb-numerics-branch
18:13
* unix/configure.in: * win/configure: Regen. * win/configure.in: Update minimum autoconf version ... check-in: 5ba298340c user: mdejong tags: trunk
16:51
* generic/tclStrToD.c: New macros TIP_114_FORMATS and KILL_OCTAL to configure accep... check-in: cbf176439e user: dgp tags: kennykb-numerics-branch
12:52
see ChangeLog check-in: 25f32e0007 user: dgp tags: kennykb-numerics-branch
06:15
[kennykb_numerics_branch] * generic/tclBasic.c: Re-used the guts of int(.) and wi... check-in: 249580da47 user: dgp tags: kennykb-numerics-branch
2005-08-22
20:50
[kennykb_numerics_branch] * generic/tclInt.h: New ACCEPT_NAN macro to mark code... check-in: f38e5baab7 user: dgp tags: kennykb-numerics-branch
16:11
[kennykb_numerics_branch] * generic/tclTestObj.c: Disabled unused [testconvertobj] ... check-in: 42f35b9b3b user: dgp tags: kennykb-numerics-branch
15:48
[kennykb_numerics_branch] * generic/tclBasic: Added [expr {entier(.)}]. ... check-in: bff9b0d113 user: dgp tags: kennykb-numerics-branch
14:21
[kennykb_numerics_branch] * generic/tclInt.h: TCL_WIDE_INT_IS_LONG implies NO_W... check-in: 429b1e2684 user: dgp tags: kennykb-numerics-branch
13:55
[kennykb_numerics_branch] * generic/tclInt.h: New internal routine TclSetBignum... check-in: 3bdecb919c user: dgp tags: kennykb-numerics-branch
12:55
[kennykb_numerics_branch] * tests/expr.test: Corrected the wideIs64bit constra... check-in: 24dbc7d4fd user: dgp tags: kennykb-numerics-branch
11:53
* unix/tclConfig.h.in: autoheader-2.59. check-in: d3b5566cd9 user: das tags: trunk
04:25
see ChangeLog check-in: 4c5400e681 user: dgp tags: kennykb-numerics-branch
03:49
[kennykb_numerics_branch] * generic/tclInt.h: Moved TclParseInteger to ... check-in: 4348fa75d0 user: dgp tags: kennykb-numerics-branch
2005-08-19
21:55
[kennykb_numerics_branch] * generic/tclBasic.c: Updated OldMathFuncProc and ExprA... check-in: e5101a6820 user: dgp tags: kennykb-numerics-branch
05:17
[kennykb_numerics_branch] * generic/tclVar.c: Replaced TclPtrIncrVar and TclPtr... check-in: df3782bcce user: dgp tags: kennykb-numerics-branch
2005-08-18
21:19
[kennykb_numerics_branch] * generic/tclExecute.c: Fixed string rep invalida... check-in: c2d95f0d3f user: dgp tags: kennykb-numerics-branch
18:18
[kennykb_numerics_branch] * generic/tclDictObj.c: DictIncrCmd rewrite to use TclInc... check-in: 09790424d3 user: dgp tags: kennykb-numerics-branch
02:36
restore interp->result support in legacy routines check-in: 0d7638cc58 user: dgp tags: kennykb-numerics-branch
02:09
added some constraints to the new tests check-in: 2ed44afc2c user: dgp tags: kennykb-numerics-branch
2005-08-17
23:58
updated entry with another clash check-in: 391950cb59 user: georgeps tags: trunk
23:57
fix a namespace clash with pendingObjData. check-in: 01ee20315e user: georgeps tags: trunk
23:51
new entry. fixed the dates on KBK's entries. check-in: 3c0ad8e2bc user: georgeps tags: trunk
23:48
Added static to prevent a namespace clash with BuiltinFuncTable. check-in: d812e451ee user: georgeps tags: trunk
21:39
changed TclParseNumber to leave endPtrPtr on trailing whitespace check-in: d25c47e8df user: kennykb tags: kennykb-numerics-branch
21:27
fixed bad clock test, removed duplicated code in Tcl_Finalize check-in: 08b64cd451 user: kennykb tags: trunk
20:49
change expression parser to use TclParseNumber; fix comments in TclParseNumber; fix ExprUnaryFunc check-in: 453dcd4dab user: kennykb tags: kennykb-numerics-branch
20:12
revised test conditions to demand IEEE floating point for the tests that require it check-in: 885d44ebb6 user: kennykb tags: kennykb-numerics-branch
19:34
fancier casts in Tcl_ExprLongObj to avoid unwanted sign-extension check-in: b52a57497e user: kennykb tags: kennykb-numerics-branch
19:26
corrected error in test numbering check-in: c70fb8cc45 user: kennykb tags: kennykb-numerics-branch
19:22
fix ChangeLog message check-in: 43db39a13f user: kennykb tags: kennykb-numerics-branch
19:12
updated Tcl_Expr* to deal with bignums check-in: 0316f8a042 user: kennykb tags: kennykb-numerics-branch
18:24
Changed message catalog file names to lowercase check-in: b5ab97f9e1 user: kennykb tags: trunk
15:45
[kennykb_numerics_branch] * generic/tclExecute.c: New routine TclIncrObj to central... check-in: 82b51f0c5c user: dgp tags: kennykb-numerics-branch
04:57
[kennykb_numerics_branch] * generic/tclExecute.c: Made bit shifting opcodes and INS... check-in: c4747cae22 user: dgp tags: kennykb-numerics-branch
2005-08-16
16:55
[kennykb_numerics_branch] * generic/tclExecute.c: Made binary bitwise opcodes bignu... check-in: 2b68a3e774 user: dgp tags: kennykb-numerics-branch
04:26
* generic/tclExecute.c: More revisions to IllegalExprOperandType. Merged INST_BITNOT... check-in: df1d00d8c1 user: dgp tags: kennykb-numerics-branch
2005-08-15
20:46
* generic/tclInt.decls: Deleted TclLooksLikeInt() and all callers. * generic/tclUtil... check-in: 785947b9dc user: dgp tags: kennykb-numerics-branch
18:13
merge updates from HEAD check-in: b456e92317 user: dgp tags: kennykb-numerics-branch
16:56
[kennykb_numerics_branch] * generic/tclExecute.c: Updated execution of comparison b... check-in: f99844c804 user: dgp tags: kennykb-numerics-branch
03:16
[kennykb_numerics_branch] * generic/tclExecute.c: Updated execution of arithmetic b... check-in: bc36ed0987 user: dgp tags: kennykb-numerics-branch
2005-08-13
20:19
[kennykb_numerics_branch] * generic/tclObj.c: Extended Bignum auto-narrowing to... check-in: 4a117577d0 user: dgp tags: kennykb-numerics-branch
2005-08-12
23:59
added /usr/lib/zoneinfo for antique glibc check-in: 9ae2ab8c1f user: kennykb tags: trunk
23:55
bug 1257830 check-in: 5e29d06ce1 user: kennykb tags: trunk
18:29
[kennykb_numerics_branch] * generic/tclExecute.c: Simplify doCondJump. Use eePtr->... check-in: 9aa7f93430 user: dgp tags: kennykb-numerics-branch
2005-08-11
22:22
regen unix/configure check-in: 25d2e6dbfe user: kennykb tags: trunk
22:06
radical refactoring of thread storage to untangle dependencies check-in: be83fe62c8 user: kennykb tags: trunk
21:48
[kennykb_numerics_branch] * generic/tclExecute.c: Rewrite of INST_LAND/INST_LOR to ... check-in: fe1427b892 user: dgp tags: kennykb-numerics-branch
16:29
[kennykb_numerics_branch] * generic/tclStrToD.c: Restored conditional generation o... check-in: a2ca47af7c user: dgp tags: kennykb-numerics-branch
2005-08-10
18:21
[kennykb_numerics_branch] * generic/tclTomMath.h: Added mp_shrink, mp_to_unsigned_b... check-in: 57a68b7c98 user: dgp tags: kennykb-numerics-branch
16:28
further untangling of Tcl_Finalize, and test cleanup on Win32 threaded check-in: 2570ab9204 user: kennykb tags: trunk
2005-08-09
13:31
Squelch a message about an unused variable. check-in: 5a1163b410 user: dkf tags: trunk
11:02
More informative comment. check-in: 20881bdebd user: dkf tags: trunk
04:17
added nul-termination missing from earlier commit today check-in: 5ad0425206 user: dgp tags: trunk
2005-08-08
23:20
file rootname bug fix check-in: 039fc09fcf user: vincentdarley tags: trunk
19:21
* generic/tclObj.c: Replaced some goto's with loops and started use of BIGNUM_AU... check-in: ec4b776f0a user: dgp tags: kennykb-numerics-branch
14:08
remove obsolete comment check-in: 3bda2ae680 user: dgp tags: trunk
2005-08-05
23:57
regen check-in: e6625ce0bf user: dkf tags: trunk
23:56
Stop exposing the thread storage guts. Non-core code should never touch it. check-in: 4d67a86a0a user: dkf tags: trunk
23:00
Typo (spotted by George Staplin) check-in: c35f167f8a user: dkf tags: trunk
20:36
Solaris mis-names the cp1251 encoding. check-in: 5729270551 user: dkf tags: trunk
19:03
Further nonPortable [binary] test cleanup check-in: ae8648b5cb user: kennykb tags: trunk
18:50
Handle abs(-0x80000000) [Bug 1241572] check-in: e57db809fd user: kennykb tags: trunk
18:24
Cleaned up [binary scan] testing for NaN [Bug 1246264] check-in: a8f252687c user: kennykb tags: trunk
18:15
removed refs to ldAout.tcl [Bug 1244361] check-in: 5fd3b5f95d user: kennykb tags: trunk
14:04
Rewrote Tcl_GetDoubleFromObj check-in: f8b91179cf user: dgp tags: kennykb-numerics-branch
01:58
typo fixes check-in: 098279b9b2 user: dgp tags: trunk
2005-08-04
21:27
* generic/tclObj.c: Rewrote Tcl_GetBooleanFromObj() and supporting routines to m... check-in: 7f91b46a52 user: dgp tags: kennykb-numerics-branch
19:56
silence compiler warning check-in: 2d632fc787 user: dgp tags: trunk
17:28
* generic/tclIO.c (CloseChannel): Fixed comment nit, added apparently missing word to complete ... check-in: 561dff49b3 user: andreas_kupries tags: trunk
16:47
merge updates from HEAD check-in: 7f6257cfc2 user: dgp tags: kennykb-numerics-branch
16:32
Deleted the UpdateStringOfBoolean() routine, that can never be called. check-in: 74dbf03515 user: dgp tags: trunk
15:55
* generic/tclObj.c: Simplified routines that manage the typeTable. check-in: e8f3ca7497 user: dgp tags: trunk
2005-08-03
22:25
* generic/tclCompExpr.c: Untangled some dependencies in the * generic/tclEven... check-in: 66913381b4 user: dgp tags: trunk
2005-08-02
18:14
merge updates from HEAD check-in: 10feab7c07 user: dgp tags: kennykb-numerics-branch
2005-07-30
07:57
* unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds for bugs/changes in behaviour in Ma... check-in: 944ee67d7d user: das tags: trunk
2005-07-29
14:47
Take care with globals that have an entry in the var table but "don't exist" check-in: 7a08ba9e4b user: dkf tags: trunk
03:47
* win/README: Update link to msys_mingw8.zip check-in: fa54ee0c4e user: mdejong tags: trunk
2005-07-28
18:42
* tests/compExpr-old.test: Still more conversion of "nonPortable" * tests/error... check-in: ef95c5ebb7 user: dgp tags: trunk
10:55
* generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to * unix/tclUnixPipe.c (TclpOp... check-in: 6c8172e1e6 user: dkf tags: trunk
2005-07-27
18:23
* generic/tclUtil.c: Converted the $::tcl_precision value to be kept per-thread t... check-in: acdeee7ba6 user: dgp tags: trunk
18:12
* tests/expr.test: Consolidated equivalent constraints into * tests/fileName.te... check-in: ec63acc455 user: dgp tags: trunk
16:23
* library/init.tcl ([unknown]): Corrected return code handling in the portions of [u... check-in: d65db8782a user: dgp tags: trunk
2005-07-26
20:20
* unix/configure: Regen. * unix/configure.in: Check for a $prefix/share directory and add it the ... check-in: 8f2e61fad0 user: mdejong tags: trunk
17:06
* generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use per-thread counter,... check-in: 0c06029c78 user: dgp tags: trunk
16:24
typo check-in: 8bdfd9ce33 user: dgp tags: trunk
16:21
* generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that * tests/trace.te... check-in: 34289a2ca0 user: dgp tags: trunk
2005-07-25
20:48
Getting more systematic about style check-in: b09ad6a0a6 user: dkf tags: trunk
13:29
D'oh! [Bug 1244358] check-in: a18dc27e5e user: dkf tags: trunk
00:39
* unix/configure: Regen. * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/configure: Regen. ... check-in: 65b63ba325 user: mdejong tags: trunk
2005-07-24
22:56
Getting more systematic about style check-in: 83d72c558c user: dkf tags: trunk
2005-07-23
04:12
* library/auto.tcl: Updates to the Tcl script library to make * library/history.... check-in: 58a2150746 user: dgp tags: trunk
02:59
* tests/string.test: Add string is tests for functionality that was not tested. * win/README: Upd... check-in: 91d8e75c82 user: mdejong tags: trunk
01:31
* generic/tclExecute.c (INST_DICT_*): stop 2 compiler warnings for uninitialised variables. check-in: 8fddec119a user: msofer tags: trunk
00:04
Getting more systematic about style check-in: 78a871bd80 user: dkf tags: trunk
2005-07-22
23:56
Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. check-in: c0b4cb6f89 user: dkf tags: trunk
2005-07-21
21:50
regen check-in: 0b575edc35 user: dkf tags: trunk
21:48
Compiler for [dict] and related changes. check-in: 9ef02c62c4 user: dkf tags: trunk
21:22
drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl check-in: 04c5a55f9f user: kennykb tags: trunk
16:58
fix compile error check-in: dbbcf9b7f6 user: dgp tags: trunk
14:38
Systematizing the formatting check-in: ac613e6b94 user: dkf tags: trunk
2005-07-20
23:16
Getting more systematic about style check-in: 0c5cea4d81 user: dkf tags: trunk
2005-07-19
22:45
Getting more systematic about style check-in: f9332bdd5d user: dkf tags: trunk
13:37
Systematizing the formatting Also simplified the AIX loader so that it's failure-mode code wasn't sc... check-in: b174fe79d4 user: dkf tags: trunk
08:51
Formatting systematization. Also removed check of result of ckalloc() for NULL; it will never succe... check-in: ac17f9daa2 user: dkf tags: trunk
00:09
Getting more systematic about style check-in: 690576859a user: dkf tags: trunk
2005-07-17
22:25
socket wrong#args message now follows the general conventions check-in: 82a53c1796 user: dkf tags: trunk
22:06
Try again :-} check-in: 8df7db4799 user: dkf tags: trunk
22:04
Ugh; convert unfortunate tab back to a space check-in: 78a4e02f90 user: dkf tags: trunk
21:54
D'oh check-in: d331cb6616 user: dkf tags: trunk
21:46
oops; how did I reorder those fields? :-( check-in: 911066ce3f user: dkf tags: trunk
21:17
Getting more systematic about style check-in: 7591df07d6 user: dkf tags: trunk
2005-07-16
21:29
Tk Bug 1227781 check-in: 9a6ea91409 user: kennykb tags: trunk
2005-07-15
22:32
Bug 1237907 check-in: 96beb107b1 user: kennykb tags: trunk
15:53
Whitespace/comment tidying check-in: 3aa642dd43 user: dkf tags: trunk
15:09
More tidying up check-in: 09344621a7 user: dkf tags: trunk
2005-07-14
13:41
More minor tinkering with comments and code-layout check-in: 08ca5567ca user: dkf tags: trunk
12:17
Stop warning check-in: dad22a94ac user: dkf tags: trunk
12:12
Oops check-in: a0355a2506 user: dkf tags: trunk
10:50
Style improvements to tclCompile.c, plus bytecode printing enhancements. check-in: 330dac0c81 user: dkf tags: trunk
2005-07-13
20:33
copy/paste/fail-to-modify error in comment. check-in: 2ab7e4e48c user: dgp tags: trunk
20:00
* unix/tclUnixSock.c: Use a ProcessGlobalValue to store the * win/tclWinSock.c: ... check-in: 1fd12e8db7 user: dgp tags: trunk
2005-07-12
20:38
merged changes from HEAD check-in: adeb44b25c user: kennykb tags: kennykb-numerics-branch
20:35
merged changes from HEAD check-in: 5316ea45e0 user: kennykb tags: kennykb-numerics-branch
20:15
first round of TIP#249 changes check-in: a0804d1a4c user: kennykb tags: kennykb-numerics-branch
09:39
Doc clarification check-in: 9fdbe9d9e3 user: dkf tags: trunk
2005-07-11
15:03
Purely style-guide cleansing check-in: 4b3d278317 user: dkf tags: trunk
2005-07-09
00:27
* generic/tclExecute.c (TclExecuteByteCode): Reimplement long and wide type integer divisio... check-in: 7acb2424cc user: mdejong tags: trunk
2005-07-06
15:17
* generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. check-in: 828cc933d5 user: dgp tags: trunk
2005-07-05
20:54
* unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. check-in: 874e6a52dd user: dgp tags: trunk
18:15
* generic/tclUtil.c: Converted TclFormatInt() into a macro. * generic/tclInt.decl... check-in: 3af2919289 user: dgp tags: trunk
17:33
* generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.... check-in: e4ef8384ac user: dgp tags: trunk
14:19
Style-guide reformat and get rid of gcc warning check-in: 594cf90263 user: dkf tags: trunk
11:37
Much whitespace/style tidying up check-in: 720eee7591 user: dkf tags: trunk
2005-07-04
22:26
Whitespace/fmt fixes check-in: c360150c2e user: dkf tags: trunk
21:19
Purge remnants of old dictionary rep interlocking code; it only ever worked when the locking was in ... check-in: 15359b6f9c user: dkf tags: trunk
2005-07-01
10:29
Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: e5562a29ac user: vasiljevic tags: trunk
2005-06-29
03:28
* generic/tclExecute.c (TclExecuteByteCode): When parsing an integer operand for a unary ... check-in: 101dfd39ca user: mdejong tags: trunk
2005-06-27
18:00
increased warning about [auto_reset] bug fix. check-in: 6f625117c2 user: dgp tags: trunk
2005-06-26
22:10
Add explanatory comment about static unprotected variables. check-in: e9e2d93772 user: dkf tags: trunk
2005-06-24
23:32
* library/auto.tcl: Make file safe to re-[source] without destroying registered ... check-in: d1e3417e82 user: dgp tags: trunk
20:07
cleanup Tcl_Preserve after exit handlers check-in: 3519b5327d user: kennykb tags: trunk
15:06
* library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mk... check-in: 2c82378f14 user: dgp tags: trunk
2005-06-23
19:48
bug 1225957 check-in: 0549954de3 user: kennykb tags: trunk
17:01
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. check-in: 6efbd658a3 user: das tags: trunk
2005-06-22
21:39
bug 1225044 check-in: e7ae1a09c0 user: kennykb tags: trunk
21:24
* win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy... check-in: b165576fdb user: dgp tags: trunk
19:47
bug 1225727 check-in: 6c3e03abdb user: kennykb tags: trunk
2005-06-21
19:49
* generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 2d2e2a398c user: andreas_kupries tags: trunk
19:20
bug 1194458 check-in: 8ba6448607 user: kennykb tags: trunk
18:32
* generic/tclBasic.c: Added missing walk of the list of active traces * generic/tc... check-in: aa95aa1c1e user: dgp tags: trunk
14:17
autoconf check-in: 3a7fe5e9c9 user: dgp tags: trunk
08:51
Only enable the 'compile' special debugging feature when requested in configure.in; removes irreleva... check-in: 0cc9693bf4 user: dkf tags: trunk
2005-06-20
23:10
typos check-in: 5e3832c359 user: dkf tags: trunk
22:55
typo check-in: abcd456abe user: dkf tags: trunk
21:27
Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] check-in: 3f3cff9adc user: dkf tags: trunk
10:01
Update error case handling following Mo's updates (which are a good thing) check-in: ffddfd73f3 user: dkf tags: trunk
07:48
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passe... check-in: d616dbd68a user: mdejong tags: trunk
2005-06-18
21:45
* generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ... check-in: 02ddae4aec user: das tags: trunk
2005-06-17
23:41
Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 5f26324c95 user: dkf tags: trunk
14:26
Fix an odd [after]-and-limits problem. [Bug 1221395] check-in: 6d6caaf8f9 user: dkf tags: trunk
2005-06-14
13:45
Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquett... check-in: dd2595e57a user: dkf tags: trunk
2005-06-13
08:31
correct fix to file mkdir check-in: 9c6c2985d7 user: vincentdarley tags: trunk
01:45
*** MERGE WITH HEAD *** (tag msofer-wcodes-20050611) check-in: d666b09ed5 user: msofer tags: msofer-wcodes-branch
2005-06-12
22:19
D'oh! check-in: 1f520360c7 user: dkf tags: trunk
22:13
Simplify command compilation by moving numerous common stanzas into macros so that things say what t... check-in: 82d80d8b59 user: dkf tags: trunk
2005-06-10
15:22
Improve the [chan] documentation check-in: af4a1c46e7 user: dkf tags: trunk, msofer-wcodes-20050611
2005-06-09
16:24
fix to race condition in file mkdir and fix to glob documentation check-in: a6ebffa26e user: vincentdarley tags: trunk
14:23
Small doc improvements [Bug 1211078] etc. check-in: 06bfc11ebc user: dkf tags: trunk
2005-06-08
21:17
typo fix check-in: 03edf0eac5 user: dkf tags: trunk
14:12
D'oh. [Bug 1217017] check-in: 143c847915 user: dkf tags: trunk
2005-06-07
21:46
* generic/tclInt.h: Reduced the Tcl_ObjTypes "index", * generic/tclIndex... check-in: 9c1c8c3166 user: dgp tags: trunk
21:31
Added (untested!) implementation of truncation for Windows check-in: a43119ea8e user: dkf tags: trunk
21:14
* generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as requ... check-in: 26620cf722 user: dgp tags: trunk
20:52
Now for a real test of [chan truncate]... check-in: ffa6301002 user: dkf tags: trunk
20:37
Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! check-in: 4d740196df user: dkf tags: trunk
14:13
autoconf check-in: 2c02e2527f user: dgp tags: trunk
14:03
Bump patchlevel to a4 check-in: 0c38ae7bb8 user: dkf tags: trunk
10:04
Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs messages (used in [read]... check-in: b3487bb8b8 user: dkf tags: trunk
09:18
Add missing return TCL_ERROR check-in: 194aedaa6e user: dkf tags: trunk
09:07
Another indentation fix check-in: 5ddb9adb32 user: dkf tags: trunk
09:06
Clean up indentation check-in: 65eb529bed user: dkf tags: trunk
09:04
Add missing return in wrong#args case check-in: 1816c38092 user: dkf tags: trunk
02:12
copy/paste/modify error check-in: 0b19608243 user: dgp tags: trunk
02:10
typo check-in: 8d33e93a6d user: dgp tags: trunk
02:07
make genstubs check-in: b683f2cde5 user: dgp tags: trunk
2005-06-06
23:45
TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no t... check-in: 3280056391 user: dkf tags: trunk
20:54
Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on hpux/native cc check-in: 065f9ddc96 user: kennykb tags: trunk
2005-06-04
21:06
note tag date for 8.5a3 check-in: 426944cc6e user: hobbs tags: trunk, core-8-5-a3
21:06
add libtommath to dist target check-in: eef0f5a23f user: hobbs tags: trunk
2005-06-03
16:49
update changes for 8.5a3 release. check-in: cd6f82cc11 user: dgp tags: trunk
10:02
Remove blatant inefficiency in [parray] check-in: 602628a115 user: dkf tags: trunk
08:52
* macosx/Makefile: fixed 'embedded' target. check-in: ed94bc6122 user: das tags: trunk
2005-06-02
22:56
* unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var * tools/tcltk-man2html.tcl: add a --u... check-in: af56fb84a6 user: hobbs tags: trunk
09:48
regenerated after dkf's modifications to tcl.m4 check-in: aecf3a0fe9 user: rmax tags: trunk
09:19
Fix m4 quoting problems :} check-in: 122b06ca01 user: dkf tags: trunk
03:11
This close to a release, simple is better. check-in: b191ed7c37 user: dgp tags: trunk
2005-06-01
22:19
* generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, * generic/tclResult.... check-in: cc9274d22e user: dgp tags: trunk
21:45
d'oh! check-in: 49146570cd user: dgp tags: trunk
21:38
* generic/tclBasic.c: For compatibility with earlier Tcl releases, * generic/tclRe... check-in: ad959189c3 user: dgp tags: trunk
11:00
Implementation of TIP#241 from Joe Mistachkin Also compilation of [switch -glob -nocase] from Donal ... check-in: 1dd0879381 user: dkf tags: trunk
10:02
Increase efficiency of [lindex] compilation check-in: b3662bfb9f user: dkf tags: trunk
09:37
Make the threaded build compile again... check-in: 745f7e4cf0 user: dkf tags: trunk
2005-05-31
12:29
Standardize help messages for 'configure --help' using AC_HELP_STRING check-in: 4392cbd439 user: dkf tags: trunk
11:38
See file. check-in: f40644f675 user: vasiljevic tags: trunk
11:37
The notifier thread is now created as joinable and properly joined in the Tcl_FinalizeNotifier. check-in: 72d6038dca user: vasiljevic tags: trunk
2005-05-30
07:57
See file. check-in: a02f77bfd6 user: vasiljevic tags: trunk
07:56
Fixed Tcl Bug #1204064. check-in: b189cce3c3 user: vasiljevic tags: trunk
00:04
TIP#229 implementation check-in: f1050beab4 user: dkf tags: trunk
2005-05-26
11:18
* macosx/Makefile: moved & corrected EMBEDDED_BUILD check. * unix/configure.in: corrected framewo... check-in: 7028a4742a user: das tags: trunk
08:08
Tab characters are important in *roff tables... check-in: 00b02d06b9 user: dkf tags: trunk
2005-05-25
19:27
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast check-in: a1d08b0d48 user: hobbs tags: trunk
16:13
TIP#182 IMPLEMENTATION [Patch 1165062] * doc/mathfunc.n: New built-in math f... check-in: ba76483869 user: dgp tags: trunk
2005-05-24
19:13
* library/init.tcl: Updated [unknown] to be sure the [return] * tests/init.test:... check-in: f259162cb6 user: dgp tags: trunk
04:44
* tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars that need to be ... check-in: 07573183ed user: das tags: trunk
2005-05-23
23:38
fixed typo in EXTRA_INSTALL_BINARIES check-in: 70025405a5 user: das tags: trunk
20:20
* macosx/Makefile: * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: ... check-in: 7c25639f1f user: das tags: trunk
20:19
* generic/tclIOUtil.c (TclLoadFile): * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: ad... check-in: f1f3008c90 user: das tags: trunk
20:18
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a count > 1 to return a string wi... check-in: 26e1c8d94c user: das tags: trunk
17:40
* doc/expr.n: * doc/string.n: fixed roff syntax complaints from 'make html'. check-in: 261e228a30 user: das tags: trunk
2005-05-22
01:30
Fixed a bug in expr round(x) function: returned an empty string if x was an integer check-in: 503afc89f6 user: chengyemao tags: trunk
2005-05-21
15:10
Resynchronized with HEAD check-in: 96be07d7c8 user: kennykb tags: kennykb-numerics-branch
2005-05-20
15:29
* generic/tclParseExpr.c: Corrected parser to recognize all boolean literals a... check-in: ced7ccb24b user: dgp tags: trunk
02:50
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 6db5952245 user: das tags: trunk
2005-05-19
22:49
Quell a gcc warning check-in: ddf3146780 user: dkf tags: trunk
15:17
Scratch one bizarre while loop... :^) check-in: 87030df1be user: dkf tags: trunk
13:28
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 3a9463d7ae user: das tags: trunk
13:27
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: a8c0c897b7 user: das tags: trunk
2005-05-18
20:54
* generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around Tcl_ExprBooleanObj... check-in: c3e78c6b7d user: dgp tags: trunk
19:09
minor phrasing improvements. check-in: 1fe5c2c031 user: dgp tags: trunk
16:44
* doc/BoolObj.3: Rewrite of documentation dropping many details about the int... check-in: 95abe9b7f5 user: dgp tags: trunk
15:43
* generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, so * generic/tclObj.c... check-in: 5a07f799a9 user: dgp tags: trunk
2005-05-17
21:28
* generic/tclObj.c (TclInitObjSubsystem): Removed the * tests/listObj.test: ... check-in: 2074e27c04 user: dgp tags: trunk
2005-05-16
15:35
restore MSVC buildability of tclWin32Dll.c check-in: c022adcc3b user: kennykb tags: trunk
08:41
And another silly mistake... check-in: 9136f67092 user: dkf tags: trunk
08:38
Fixed minor mistake in the example (not following best-practice as described in the Portability sec... check-in: c73418300c user: dkf tags: trunk
2005-05-14
23:15
whitespace/style policing check-in: 52d15b0b4d user: dkf tags: trunk
21:37
whitespace fix check-in: 43fd4654a7 user: dkf tags: trunk
20:46
* generic/tclInt.decls: * generic/tclTest.c: * generic/tclUtil.c: * win/tclWin32Dll.c: fixed lin... check-in: 7ff2693241 user: das tags: trunk
2005-05-13
21:20
further rework of SEH check-in: d1306f71a8 user: kennykb tags: trunk
17:11
* generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. * generic/tclBinary.c... check-in: c4a9664679 user: dgp tags: trunk
2005-05-12
22:48
Corrected duplication of test names check-in: b3032b4166 user: dgp tags: trunk
21:21
changed NAME to match the name of the page. check-in: 9092afcc5a user: kennykb tags: trunk
16:23
Corrected example that confused [namespace which] and [namespace origin] check-in: 2151523185 user: dgp tags: trunk
2005-05-11
17:18
repeat merge with HEAD check-in: 33802b0c8b user: kennykb tags: kennykb-numerics-branch
15:39
Added UCHAR's to ctype macros in tclStrToD.c check-in: b5d1ecb4f0 user: kennykb tags: trunk
15:00
Synchronized with HEAD check-in: 6ea4a2ae77 user: kennykb tags: kennykb-numerics-branch
00:53
* unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly compliant compilers that don't lik... check-in: 03b9a47d8d user: hobbs tags: trunk
00:51
* tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks t... check-in: fab27ad2b8 user: hobbs tags: trunk
2005-05-10
20:17
Fixes for C++-style comment and bad NaN on PA-RISC check-in: a4754204f2 user: kennykb tags: trunk
19:11
fixed Changelog entry for [Bug 1198892] fix - forgot to mention new regression tests. check-in: 0b53eeb272 user: msofer tags: trunk
18:59
fix ChangeLog message for last commit check-in: 6fef346e5e user: kennykb tags: trunk
18:54
Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q','Q' formats check-in: 14211c3843 user: kennykb tags: trunk
18:33
Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 check-in: 1cc2336920 user: kennykb tags: trunk
17:20
committed local libtommath changes from kennykb-numerics-branch back to the Tcl HEAD check-in: edc85b6177 user: kennykb tags: trunk
16:57
Merged special handling of trivial patterns into Tcl_ListMathFuncs. check-in: 72a41f9405 user: dgp tags: kennykb-numerics-branch
16:11
Merged changes from HEAD check-in: bae9c0a530 user: kennykb tags: kennykb-numerics-branch
10:02
* generic/tclExecute.c (ExponLong, ExponWide): fixed special case 'i**0' for i>0 [Bug 1198892] check-in: 4b97cfe954 user: msofer tags: trunk
2005-05-09
22:13
further fixes for structured event handling and frame pointer omission check-in: 9a65c5d521 user: kennykb tags: kennykb-numerics-branch
2005-05-08
20:41
portability hacks and eliminate bad CPUID code check-in: ed4639b2c7 user: kennykb tags: kennykb-numerics-branch
2005-05-07
21:09
fixed underflow bug in MSVC with -O3 check-in: 85f6025e11 user: kennykb tags: kennykb-numerics-branch
19:18
Revised initialization of tclStrToD.c check-in: d5f6456bdd user: kennykb tags: kennykb-numerics-branch
00:05
* unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ... check-in: 8f214f2854 user: hobbs tags: trunk
2005-05-05
18:37
* generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. * generic/tclInt.h: ... check-in: 751ccc1989 user: dgp tags: trunk
17:55
Merged with HEAD check-in: b77c9a87c6 user: kennykb tags: kennykb-numerics-branch
17:52
Corrected a compilation error in the --enable-threads configuration check-in: db79d08c45 user: kennykb tags: trunk
17:20
* generic/tclCompCmds.c: Factored common efficiency trick into a macro named ... check-in: 4c8dcccfb3 user: dgp tags: trunk
15:32
* generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: ... check-in: 2f2f477a05 user: dgp tags: trunk
2005-05-03
18:07
* doc/DString.3: Eliminated use of identifier "string" in Tcl's * doc/Environ... check-in: 83aa957ebe user: dgp tags: trunk
2005-05-02
21:45
* generic/tcl.decls: * generic/tclBasic.c: Simplified implementation of Tcl_ExprSt... check-in: 6c4cb20910 user: dgp tags: trunk
2005-04-30
11:47
* unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. check-in: 73b282ccef user: das tags: trunk
2005-04-29
21:47
Whitespace/formatting fixes check-in: 709b42df9d user: dkf tags: trunk
20:49
TIP#176 IMPLEMENTATION [Patch 1165695] * generic/tclUtil.c: Extended TclGetIntF... check-in: d9e4591786 user: dgp tags: trunk
2005-04-28
14:24
* tests/unixInit.test (7.1): Alternative fix for the 2004-11-11 commit. check-in: 5dcc3507b3 user: dgp tags: trunk
05:31
* library/init.tcl: Corrected flaw in interactive command * tests/main.test: ... check-in: 25b4da904a user: dgp tags: trunk
2005-04-27
18:48
TIP#183 IMPLEMENTATION [Patch 577093] * generic/tclIOUtil.c (TclGetOpenModeEx): ... check-in: 6a178af03a user: dgp tags: trunk
2005-04-26
20:54
corrected an EDOM handling input overflow on Solaris check-in: a554dde816 user: kennykb tags: kennykb-numerics-branch
17:09
Corrected NaN handling in [binary format] check-in: dfb89408db user: kennykb tags: kennykb-numerics-branch
16:54
correct uninit mem ref in Tcl_GetDoubleFromObj check-in: a38967256a user: kennykb tags: kennykb-numerics-branch
16:32
Restored silent overflow/underflow to input conversions check-in: 1fa534af9f user: kennykb tags: kennykb-numerics-branch
00:44
* compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ... check-in: 20a693c229 user: das tags: trunk
2005-04-25
21:37
Merged with HEAD. check-in: fcce6158ac user: kennykb tags: kennykb-numerics-branch
20:15
Olson's tzdata2005i check-in: 908327be7a user: kennykb tags: trunk
19:59
Revised documentation for TIP 232 check-in: e6c2f423c4 user: kennykb tags: kennykb-numerics-branch
17:07
* library/init.tcl: Use "ni" and "in" operators. check-in: c386e86f4f user: dgp tags: trunk
10:05
fix comments check-in: 5b62507eda user: msofer tags: trunk
10:01
* generic/tclExecute.c: fix for [Bug 1189274]. check-in: 732199b541 user: msofer tags: trunk
02:08
silence compiler warnings check-in: 9cb000f783 user: dgp tags: trunk
2005-04-22
16:26
typo check-in: b4f40c1307 user: dgp tags: trunk
16:18
* tests/string.test: Test string-23.0 for Bug 1187123. check-in: 8dc78c8b55 user: dgp tags: trunk
15:46
The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring it into agreement... check-in: 9cc02e7123 user: dgp tags: trunk
2005-04-21
22:42
* generic/tclLiteral.c: Disabled the code that forces some literals into the "int" T... check-in: 3dd9e52203 user: dgp tags: trunk
21:29
* generic/tclDictObj.c: Updated callers to call new routine. check-in: 60d7ff04ee user: dgp tags: trunk
21:23
* generic/tclBasic.c: Updated callers to call new routine. * generic/tclCompCmds.c... check-in: b0a22119dc user: dgp tags: trunk
20:35
stifle compiler warning check-in: ace1bd5a92 user: dgp tags: trunk
20:24
* generic/tclGet.c: Radical code simplification. Converted Tcl_GetFoo() routine... check-in: c5a5c3f411 user: dgp tags: trunk
15:49
Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. check-in: 2ac5b9233d user: dgp tags: trunk
15:23
* generic/tclObj.c: Re-ordered error detection code so all values with trailing ... check-in: e2ac645480 user: dgp tags: trunk
14:23
* doc/GetInt.3: Convert argument "string" to "str" to agree with code. Also clarifie... check-in: c2065c79f6 user: dgp tags: trunk
2005-04-20
19:47
TIP 232 documentation check-in: a5f2bf4959 user: kennykb tags: kennykb-numerics-branch
16:04
* generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb... check-in: 4e2a92f900 user: dgp tags: trunk
15:13
silenced a compiler warning check-in: 6ccb622ed3 user: kennykb tags: trunk
2005-04-19
18:44
typo check-in: 301150ab87 user: dgp tags: trunk
16:32
* generic/tclBasic.c: Added unsupported command * generic/tclCmdAH.c: [::tcl::un... check-in: b200066b4e user: dgp tags: trunk
15:10
fixed Bug 1185933 check-in: 089af482d8 user: kennykb tags: trunk
2005-04-16
19:21
*** FROM HEAD *** * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111]... check-in: 019a8d1279 user: msofer tags: msofer-wcodes-branch
19:17
* generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111] check-in: b2d441f946 user: msofer tags: trunk
08:05
See file check-in: 4a518115ec user: vasiljevic tags: trunk
08:04
Force clenaup of the interp result in TclLoadFile(). Some implementations of TclpFindSymbol() will s... check-in: 1a0278d29d user: vasiljevic tags: trunk
08:03
Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: 5c9d9a78f1 user: vasiljevic tags: trunk
08:01
Fixed TclpFreeAllocCache() to recognize when being called with NULL argument. This is a signal for ... check-in: 1ba74d7ab7 user: vasiljevic tags: trunk
08:00
Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache with the NULL-ptr as argumen... check-in: 9b92b809a4 user: vasiljevic tags: trunk
07:58
Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). check-in: ecfd50088d user: vasiljevic tags: trunk
2005-04-15
22:41
* tests/unixInit.test: Disabled obsolete tests and removed code * tests/encoding.te... check-in: 491363a334 user: dgp tags: trunk
15:50
* library/init.tcl: Use auto-loading to bring in Tcl Module * library/tclIndex: ... check-in: 15c5551bac user: dgp tags: trunk
02:40
* generic/tclExecute.c: fix for bad stack management check-in: 0e96d57b08 user: msofer tags: msofer-wcodes-branch
02:38
* generic/tclExecute.c: missing semicolons caused failure to compile with TCL_COMPILE_DEBUG. check-in: 2ae9c6f494 user: msofer tags: trunk
2005-04-14
19:02
fix typo in last commit (would not compile) check-in: 12bbf2df32 user: msofer tags: msofer-wcodes-branch
18:38
* generic/tclCmdIL (AppendLocals): * generic/tclExecute.c: * generic/tclInt.h: * generic/tclProc... check-in: a8589ef20b user: msofer tags: msofer-wcodes-branch
04:43
* generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: ef164333ff user: davygrvy tags: trunk
04:43
no message check-in: 0367ea1606 user: davygrvy tags: trunk
02:41
* generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten by... check-in: 7b37444344 user: davygrvy tags: trunk
2005-04-13
21:26
* unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed order of verify... check-in: 3d8bfa527e user: dgp tags: trunk
19:28
Performance improvement in [clock] - FR 1182459 check-in: e8d3b26242 user: kennykb tags: trunk
11:06
Also improved [fcopy] docs check-in: bc202c364b user: dkf tags: trunk
10:53
Improve documentation of -encoding binary option to [fconfigure]. check-in: 7ae24657a0 user: dkf tags: trunk
09:40
*** FROM HEAD *** * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPr... check-in: 8b5603c892 user: msofer tags: msofer-wcodes-branch
09:39
* generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and Tcl... check-in: 595299342a user: msofer tags: trunk
02:42
* generic/tclCompile.c: * generic/tclExecute.c: Commented out the code to store pointers to liter... check-in: b361868a6a user: msofer tags: msofer-wcodes-branch
2005-04-12
21:09
2005-04-12 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdIL (AppendLocals): * generic/tclCo... check-in: 87d6c65542 user: msofer tags: msofer-wcodes-branch
20:28
* generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. * generic/tclUtil... check-in: 33d1032cba user: dgp tags: trunk
18:32
added definition of NULL to strstr.c for Bug 1175161 check-in: 43ddb35efd user: kennykb tags: trunk
18:23
* generic/tclCompile.c: * generic/tclExecute.c: * generic/tclProc.c: * generic/tclVar.c: fixing ... check-in: 0fb1506e17 user: msofer tags: msofer-wcodes-branch
2005-04-11
10:02
Revamp the zone-info compiler to make better use of the facilities available check-in: 396133da15 user: dkf tags: trunk
09:11
* generic/tclExecute.c: * generic/tclInt.h: * generic/tclTrace.c: * generic/tclVar.c: part 3 of ... check-in: 7927e0ab50 user: msofer tags: msofer-wcodes-branch
00:58
updated to libtommath 0.35 check-in: f076d87f76 user: kennykb tags: kennykb-numerics-branch
00:40
* generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclExecute.c: * generic/tclInt.h: * ... check-in: eed9a6755a user: msofer tags: msofer-wcodes-branch
00:22
Updated to libtommath 0.35 check-in: f12cf81bea user: kennykb tags: kennykb-numerics-branch
2005-04-10
23:54
Import of tommath 0.35 check-in: 30c8e6bbc2 user: kennykb tags: trunk
23:32
Olson's tzdata2005h check-in: 08ade9a5ab user: kennykb tags: trunk
23:14
merged with HEAD and fixed 1180368 check-in: 7bc9ca0285 user: kennykb tags: kennykb-numerics-branch
23:07
* generic/tclBasic.c (TclObjInvoke): Plug memory leak. [Bug 1180368] check-in: 117cdb70c9 user: dgp tags: trunk
18:16
changelog entry check-in: c72c384197 user: msofer tags: msofer-wcodes-branch
18:13
* generic/tcl.h (comments): * generic/tclCmdIL.c: * generic/tclCompile.c: * generic/tclExecute.c... check-in: e6953ba3cf user: msofer tags: msofer-wcodes-branch
2005-04-09
21:17
* generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 10451207ee user: msofer tags: msofer-wcodes-branch
21:14
fix in last commit check-in: 7a54aa6af9 user: msofer tags: trunk
21:12
* generic/tclExecute.c: fix possible leak of expansion Tcl_Objs check-in: 33cd3211b5 user: msofer tags: trunk
20:48
* generic/tclInt.h: change of order in macros * generic/tclListObj.c (Tcl_ListObjIndex): added mis... check-in: 4d75916501 user: msofer tags: msofer-wcodes-branch
15:38
* macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup... check-in: 1f95116fcf user: das tags: trunk
11:09
* generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return when getting index from an em... check-in: 83a809919f user: das tags: trunk
10:15
* unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EX... check-in: 227076fc7c user: das tags: trunk
2005-04-08
21:38
Fix whitespace check-in: 8b722c33bd user: dkf tags: trunk
20:03
* generic/tclInt.h (TclGetEncodingFromObj): New function to * generic/tclEncodin... check-in: 3aae24d03c user: dgp tags: trunk
17:10
explanatory comment check-in: 53b1db0561 user: dgp tags: trunk
12:47
Test updates for new [switch] compiler check-in: f9a6809534 user: dkf tags: trunk
10:42
Improved [switch] compilation. check-in: 4cd9721bbc user: dkf tags: trunk
2005-04-06
20:55
Purge old and inaccurate .VS/.VE macros. check-in: b5dbb85db5 user: dkf tags: trunk
20:42
Ignore the msvc7/8 autogenerated project parts. check-in: 7dd802e392 user: patthoyts tags: trunk
09:51
Improvements to man2html script to handle .IP better check-in: f41a60bb6d user: dkf tags: trunk
09:34
Change some .TP macros to .IP to work around *roff formatter bugs. check-in: fc1c7df6f8 user: dkf tags: trunk
2005-04-05
17:03
replace obsolete "winOnly" constraint with preferred "win" check-in: a49c5566a1 user: dgp tags: trunk
16:56
* generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the * generic/tclUt... check-in: 4a7eaa5b15 user: dgp tags: trunk
16:18
* generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 8f5c1b4045 user: msofer tags: trunk
2005-04-04
22:16
* generic/tclExecute.c: small opts in obj handling check-in: 719bc256ab user: msofer tags: msofer-wcodes-branch
10:12
* generic/tclExecute.c: small opts in obj handling check-in: 14340221f8 user: msofer tags: trunk
2005-04-03
23:42
assorted stuff, including [Patch 1174551] and merge from HEAD check-in: 52f453e631 user: msofer tags: msofer-wcodes-branch
00:20
* generic/tclVar.c: converted a few function calls to macros. check-in: 3298b60c63 user: msofer tags: trunk
2005-04-02
21:45
* generic/tclInt.h: * generic/tclObj.c: Change in TclDecrRefCount and TclFreeObj, to speed up the... check-in: 7fe6642e48 user: msofer tags: msofer-wcodes-branch
21:07
Changelog fix check-in: b20a0bfe8f user: msofer tags: msofer-wcodes-branch
21:04
* generic/tclExecute.c: leak fix in INST_STORE_SCALAR check-in: e718df4738 user: msofer tags: msofer-wcodes-branch
13:35
Sync with HEAD - [Patch 1158008] check-in: 95433ade49 user: msofer tags: msofer-wcodes-branch
02:08
Changed the internal representation of lists to (a) reduce the malloc/free calls at list creation (f... check-in: 20cba22d42 user: msofer tags: trunk
2005-04-01
19:08
slight reduction in cost of INST_START_CMD check-in: 94ede88e2b user: msofer tags: trunk
18:48
opt in INST_*_SCALAR, sync with HEAD check-in: 7bf6052c01 user: msofer tags: msofer-wcodes-branch
16:18
* generic/tclExecute.c: * generic/tclInt.h: ExecEnv now stores two Tcl_Obj* pointing to the const... check-in: b81968472f user: msofer tags: trunk
15:17
* generic/tclExecute.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclStringObj.c: define... check-in: cbef3b55b1 user: msofer tags: trunk
2005-03-31
19:10
* generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replaced "test and branch" with "compute index into... check-in: 984a49e364 user: msofer tags: trunk
18:06
* generic/tclCompile.c: restoring lost line in TclPrintInstruction, fixing yet another sign-extens... check-in: 3b15145268 user: msofer tags: msofer-wcodes-branch
17:00
* generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: removing pointer-to-pc in... check-in: 488d56f367 user: msofer tags: msofer-wcodes-branch
2005-03-30
17:04
* generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c: using pointer-to-pc inste... check-in: f630e825c8 user: msofer tags: msofer-wcodes-branch
13:25
Added doc for missing argument. [Bug 1172401] check-in: 8fa8d55de1 user: dkf tags: trunk
06:25
* win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternativ... check-in: bfaee23d82 user: hobbs tags: trunk
2005-03-28
22:21
A (very naive and inefficient) bytecode optimiser, version 0 check-in: 0de9eb3000 user: msofer tags: msofer-wcodes-branch
2005-03-25
00:35
* generic/tclCompile.h: Move the TclInterpReady() declaration from * generic/tclInt.... check-in: 81f6285c30 user: dgp tags: trunk
2005-03-24
17:16
incomplete merge corrected check-in: 28b8af2dfe user: dgp tags: msofer-wcodes-branch
2005-03-23
22:09
purge outdated comment check-in: 5efdcfd219 user: dgp tags: trunk
16:50
* generic/tclCompCmds.c: porting fix of [Bug 1165671] from HEAD * generic/tclCompile.c: small fixe... check-in: bbbfc90f0a user: msofer tags: msofer-wcodes-branch
06:51
* generic/tclCompile.c (OptCleanupByteCode): Operands are not ints; they are TclP... check-in: 19b1d15bfa user: dgp tags: msofer-wcodes-branch
00:44
* generic/tclCompile.h: fixing bad macro name under VM_USE_PACKED. check-in: 1c963aa762 user: msofer tags: msofer-wcodes-branch
2005-03-22
23:12
First (very timid) post-compile optimisations - testing the basic infrastructure. The only real op... check-in: 8d839cc491 user: msofer tags: msofer-wcodes-branch
2005-03-21
19:21
* generic/tclCompile.h (HP_STASH): Corrections for LP64 systems to avoid errors... check-in: c740d9fb10 user: dgp tags: msofer-wcodes-branch
2005-03-20
13:28
minor changes check-in: a1e9649c72 user: msofer tags: msofer-wcodes-branch
05:26
support for pre-C99 compilers. check-in: 0786fe9949 user: dgp tags: msofer-wcodes-branch
00:47
* generic/tclCompile.h: (VM_USE_PACKED) added a check that jump distances do not exceed the packin... check-in: 4962e67842 user: msofer tags: msofer-wcodes-branch
00:25
Changelog entry check-in: 01167c3e09 user: msofer tags: msofer-wcodes-branch
00:23
Instruction set cleanup: one instruction INST_YES (not-not) added, removal of unused instructions ... check-in: 31797aacb7 user: msofer tags: msofer-wcodes-branch
2005-03-19
18:26
Massive reduction of variable-related instructions: INST_LOAD, INST_STORE and INST_INCR perform th... check-in: 8a1bcbe1b6 user: msofer tags: msofer-wcodes-branch
2005-03-18
16:34
date typo check-in: 430338e0a6 user: dgp tags: trunk
15:50
* generic/tclBasic.c (Tcl_EvalEx): Restored recursion limit * generic/tclParse.... check-in: 1f3f0b9578 user: dgp tags: trunk
15:31
* generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks for immediate opera... check-in: 8ac0b1e0e8 user: dgp tags: trunk
2005-03-17
01:35
changelog entry check-in: c026715d97 user: msofer tags: msofer-wcodes-branch
01:29
Fixing some stupidities in the bitwise ops and limits for the packed version - it was all wrong, b... check-in: 3797c699f8 user: msofer tags: msofer-wcodes-branch
2005-03-16
21:52
Changelog fix check-in: 3062b47581 user: msofer tags: msofer-wcodes-branch
21:29
Enabled new packed mode: (inst+opnd) are packed in 32 bits. To enable, set the env var CFLAGS_... check-in: 19a631a2bc user: msofer tags: msofer-wcodes-branch
10:07
Macro reorganisation, preparing to enable the 8+24 version. check-in: 11a8cb6002 user: msofer tags: msofer-wcodes-branch
2005-03-15
23:56
* generic/tclCompile.h: Corrected mistaken casts to (int) of TclPSizedInt values int... check-in: b970620dce user: dgp tags: msofer-wcodes-branch
22:10
more tests and a fix to bug 1158199 check-in: cc25322a6c user: vincentdarley tags: trunk
20:23
merged with HEAD check-in: 8ab4a0fc9d user: kennykb tags: kennykb-numerics-branch
19:48
missing cast in tclCompile.h check-in: 450d8905d3 user: msofer tags: msofer-wcodes-branch
19:41
TIP#232 initial implementation check-in: 3c9f384d3a user: kennykb tags: kennykb-numerics-branch
19:20
Attempt at fixing 64b issues; as a result, now getting plenty of warnings for formatting issues - ... check-in: be4f65be0d user: msofer tags: msofer-wcodes-branch
19:08
fix typos prior to tagging for TIP132 check-in: f5fe90ad77 user: kennykb tags: kennykb-numerics-branch
18:40
fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: 5bd317f570 user: vincentdarley tags: trunk
18:39
fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: 3171e96f91 user: vincentdarley tags: trunk
18:07
fix to file norm, file pathtype on windows reserved filenames check-in: ce26c887c6 user: vincentdarley tags: trunk
14:55
(1) new opt for the [return] compiler, can now emit INST_BREAK or INST_CONTINUE (2) changed logic... check-in: 1337f2b0ee user: msofer tags: msofer-wcodes-branch
02:00
* generic/tclCompCmds.c: * generic/tclCompile.c: * generic/tclCompile.h: * generic/tclExecute.c:... check-in: 0012ce8e69 user: msofer tags: msofer-wcodes-branch
01:24
Updated the OpenBSD configuration and regenerated the configure script. check-in: 3f532eadd4 user: patthoyts tags: trunk
2005-03-14
23:13
* generic/tclExecute.c: fixed INST_PUSH1's debugging code (wrong obj ref passed to TRACE_WITH_OBJ)... check-in: 6f5c8aaa2c user: msofer tags: trunk
17:51
* generic/tclCompile.c: - fixed INST_RETURN's stack effect (-1 instead of -2). - insured that the... check-in: 3b689f9b22 user: msofer tags: msofer-wcodes-branch
17:17
* generic/tclCompile.c: fixed INST_RETURN's stack effect in tclInstructionTable (-1 instead of -2)... check-in: 86ab20e210 user: msofer tags: trunk
2005-03-13
14:05
Changelog fix check-in: c1f9354e16 user: msofer tags: msofer-wcodes-branch
13:57
* Changed files are the usual suspects. Each (instruction+operands) takes two words; instructions ... check-in: d2cf6ff28a user: msofer tags: msofer-wcodes-branch
2005-03-11
19:53
First wordcode machine, instructions and operands are pointer-sized (no other changes or optimisat... check-in: eb9a315e3c user: msofer tags: msofer-wcodes-branch
2005-03-10
23:13
* generic/tclCompile.h: storing integers in native format; for the time being, only works in 32b p... check-in: dc906e6edd user: msofer tags: msofer-wcodes-branch
22:31
use only 4B-wide operands; simplify compiler; some instruction cleanup check-in: 5b6775e5e1 user: msofer tags: msofer-wcodes-branch
22:15
* generic/tclCompCmds.c: removed debugging line check-in: 865086d484 user: msofer tags: trunk
22:10
* generic/tclTrace.c (TclCheckInterpTraces): Corrected mistaken cast of ClientDat... check-in: 85a049e997 user: dgp tags: trunk
2005-03-09
16:34
documented new behaviour of tcl_precision check-in: 7b718ae900 user: kennykb tags: kennykb-numerics-branch
15:57
Merged with HEAD check-in: 07ab486bc3 user: kennykb tags: kennykb-numerics-branch
14:39
division by zero now legal if machine has Inf check-in: a14d9503f9 user: kennykb tags: kennykb-numerics-branch
10:20
Fix comment check-in: 24865d6dc9 user: dkf tags: trunk
01:19
msofer-wcodes-branch created to develop a compiler/engine based on wordsized instructions and operan... check-in: bfaf3421a6 user: msofer tags: msofer-wcodes-branch
01:16
reverting Changelog entry (sticky tags, doh ...) check-in: 3a3b2b18b0 user: msofer tags: trunk
01:10
msofer-wcodes-branch created to develop a compiler/engine based on wordsized instructions and operan... check-in: cdc0f9f850 user: msofer tags: trunk
2005-03-08
21:52
* win/makefile.vc: clarify necessary defined vars that can come from MSVC or the Platform SDK. check-in: e7976c13e8 user: hobbs tags: trunk
17:04
fixed bug in formatting #s in range 0.0001-1.0 check-in: b2d4af4927 user: kennykb tags: kennykb-numerics-branch
2005-03-07
21:38
Minor typo fix. [Bug 1158247] check-in: 2486712c21 user: dkf tags: trunk
20:32
missing Changelog entry check-in: 49e1862614 user: msofer tags: trunk
20:29
* generic/tclExecute.c: new peephole optimisation for INST_PUSH1; fixed the peephole opt in INST_P... check-in: a2b7afbe50 user: msofer tags: trunk
2005-03-04
20:43
made code permissive about infinities check-in: ab448d97fd user: kennykb tags: kennykb-numerics-branch
2005-03-03
21:54
added tagged NaN values check-in: 89429ffe01 user: kennykb tags: kennykb-numerics-branch
21:29
changed to allow NaN in binary format check-in: 7767d5e4d0 user: kennykb tags: kennykb-numerics-branch
18:59
updated handling of signed zeroes check-in: 8d75e4b8e4 user: kennykb tags: kennykb-numerics-branch
2005-03-02
23:30
further fixes for VC6 check-in: fa9796cec4 user: kennykb tags: kennykb-numerics-branch
23:10
made build work again on Linux check-in: bc08e3242d user: kennykb tags: kennykb-numerics-branch
22:36
fix two bad test cases in binary.test check-in: a20a189a54 user: kennykb tags: kennykb-numerics-branch
21:25
Developer's checkpoint, see ChangeLog for details check-in: f8f444ebda user: kennykb tags: kennykb-numerics-branch
2005-03-01
22:51
* doc/CrtSlave.3: Changed to Tcl_Object to Tcl_Obj in the man page. check-in: 837ae87ee3 user: davidw tags: trunk
2005-02-24
22:12
speed up some tests check-in: e77b46515d user: dgp tags: trunk
21:02
More robust new test tcltest-9.5 check-in: be5bed5609 user: dgp tags: trunk
18:05
* library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid * tests/tcltest... check-in: 84d5cb440e user: dgp tags: trunk
2005-02-23
10:23
Formatting typo [Bug 1149605] check-in: 900b90d94c user: dkf tags: trunk
2005-02-22
21:16
deleted surplus ";" check-in: bb8475361d user: dgp tags: kennykb-numerics-branch
2005-02-17
18:34
* win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not Tcl_UniCharLen. check-in: 6e3988d86f user: hobbs tags: trunk
2005-02-16
18:51
* /doc/variable.n: fix for [Bug 1124160], variables are detected by [info vars] but not by [info l... check-in: fb6f6d5530 user: msofer tags: trunk
2005-02-11
18:30
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined * unix/tcl.m4: into SHLIB_LD... check-in: 4f071c20e2 user: hobbs tags: trunk
12:15
* tests/basic.test (basic-26.3): new test check-in: c69117aec3 user: msofer tags: trunk
2005-02-10
19:08
* generic/tclBasic.c (Tcl_EvalObjEx): * tests/basic.test (basic-26.2): preserve the arguments pass... check-in: 2ecc2466d1 user: msofer tags: trunk
17:09
fix to test suite failures check-in: 305f79ab63 user: vincentdarley tags: trunk
09:32
More consistency. [Bug 1117017] check-in: eec9c61e89 user: dkf tags: trunk
2005-02-08
11:42
* doc/CrtChannel.3: Typo: return->returns. check-in: ced36ea16b user: davidw tags: trunk
2005-02-06
22:14
* doc/Thread.3: One-word grammar fix. check-in: 26297cfe32 user: davidw tags: trunk
03:43
added fpu controls to workaround bug in gcc+ix86 check-in: 3bad92a52d user: kennykb tags: kennykb-numerics-branch
2005-02-05
09:15
* doc/Thread.3: Fixed sentence describing flags for Tcl_CreateThread. * doc/FileSystem.3: Cleaned u... check-in: fd7b08dfdc user: davidw tags: trunk
2005-02-03
23:56
Fix for ldexp out of bounds when converting denormals check-in: 5a8e298077 user: kennykb tags: kennykb-numerics-branch
23:56
Fix for ldexp out of bounds when converting denormals check-in: 32b646303d user: kennykb tags: kennykb-numerics-branch
13:31
Whitespace fixes and add notes to #else/#endif so it is clearer what's happening check-in: 8ee881f322 user: dkf tags: trunk
2005-02-02
23:08
* generic/tclProc.c (TclInitCompiledLocals): Add check for type of the framePtr->procPtr->bodyPtr ... check-in: 82231ff21f user: mdejong tags: trunk
16:58
updated makefiles, fixed buglets in tclStrToD.c with int overflow in exponents check-in: a976253da6 user: kennykb tags: kennykb-numerics-branch
15:53
sync with head, add TclStrToD (TIP #132) check-in: 82ce6a0c40 user: kennykb tags: kennykb-numerics-branch
2005-02-01
17:27
* generic/tclExecute.c (TclCompEvalObj): Removed stray statement left behind in prio... check-in: 55e101828a user: dgp tags: trunk
2005-01-31
16:26
* unix/configure: autoconf-2.57 check-in: 413b3fdc44 user: dgp tags: trunk
2005-01-30
18:38
Restored two double-evals that were removed in the DBGX purge. These are still needed on some platfo... check-in: ae6b86ef47 user: jenglish tags: trunk
2005-01-29
02:15
* unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. [Bug 1021871] check-in: ee663ba0ed user: hobbs tags: trunk
2005-01-28
13:38
Added test for [1109484] check-in: 0f033a21f4 user: dkf tags: trunk
01:49
* generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) (Tcl_ExprLong): Fix to recognize Tcl_WideIn... check-in: c9775dfebc user: hobbs tags: trunk
2005-01-27
00:22
TIP#218 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.... check-in: 0162fae7ad user: andreas_kupries tags: trunk
2005-01-25
17:04
Added safety checks check-in: 6547c5a739 user: dgp tags: trunk
16:39
* library/auto.tcl: Updated [auto_reset] to clear auto-loaded commands in namesp... check-in: 6eb15d6f3f user: dgp tags: trunk
06:53
* unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc ins... check-in: 7096d7eaec user: das tags: trunk
2005-01-21
22:24
* generic/tclStubInit.c: Regenerated the stubs support code from * generic/tclDecls.h: the mod... check-in: 8e9949daa2 user: andreas_kupries tags: trunk
19:20
bugFix check-in: 69f5d6e3cf user: dgp tags: kennykb-numerics-branch
18:38
Updated unix makefile to add libtommath; silenced warning in tclTestObj.c check-in: eb7ae0154d user: kennykb tags: kennykb-numerics-branch
18:35
Updated unix makefile to add libtommath; silenced warning in tclTestObj.c check-in: abcf59dc9a user: kennykb tags: kennykb-numerics-branch
17:42
* generic/tclThread.c: Typo police. Fixed some nits * generic/tclCmdAH.c: in header comments of ... check-in: d125e517a4 user: andreas_kupries tags: trunk
09:17
Add documentation for Tcl_FSLink args. [Bug 1106272] check-in: 6a0a979dba user: dkf tags: trunk
2005-01-20
21:19
local patches to make string conversions work check-in: e5cbb8c962 user: kennykb tags: kennykb-numerics-branch
19:11
Development checkpoint, see ChangeLog for details check-in: 14457d7982 user: kennykb tags: kennykb-numerics-branch
14:53
reverting to HEAD in preparation for changing from reworked 'mpexpr' to 'libtommath' check-in: 8f72684eeb user: kennykb tags: kennykb-numerics-branch
2005-01-19
23:16
regen check-in: f51b08ab7d user: dkf tags: trunk
23:15
TIP#235 implementation (rename functions, add to stubs table, document) Ensembles now have a C API. ... check-in: 64fc5d3a68 user: dkf tags: trunk
22:41
Import of libtommath 0.33 check-in: bd185c2b4e user: kennykb tags: trunk
22:07
* win/tclWinChan.c (FileCloseProc): Invoke TclpCutFileChannel() to remove a FileInfo from the thr... check-in: ae30429069 user: mdejong tags: trunk
2005-01-18
14:44
Routine update per Olson's tzdata2005c. Removed links to links (Greenwich in several aliases; Navaj... check-in: 31009e6872 user: kennykb tags: trunk
09:47
added documentation on not using -lazy check-in: 25c4b9974e user: vincentdarley tags: trunk
2005-01-17
10:40
fix to glob failure on Windows shares check-in: ff39ea39c3 user: vincentdarley tags: trunk
2005-01-14
18:56
With vfs permissions can exist on non-unix filesystems check-in: 307ccff159 user: vincentdarley tags: trunk
16:41
D'oh! check-in: da5234d835 user: dkf tags: trunk
15:27
Add another test demonstrating what *should* happen, and xref to FRQ that triggered this discussion check-in: 55666c7a15 user: dkf tags: trunk
15:18
Document deep magic in compiled [expr] check-in: 98af17ac27 user: dkf tags: trunk
14:16
Stop reliance on absolute attribute indexes with helper function [Bug 1100671] check-in: 7612557f3c user: dkf tags: trunk
2005-01-13
11:13
Reduce confusion (reported in c.l.t) over [string trim]'s chars argument check-in: 412c1302ae user: dkf tags: trunk
2005-01-12
16:03
* unix/configure: autoconf-2.57 check-in: ac6e4a0167 user: dgp tags: trunk
10:26
Make --with-tcl and --with-tk options more robust. [FRQ 951247] check-in: 7d3e5077ae user: dkf tags: trunk
2005-01-11
11:07
Comment typo fix check-in: ef51c33d5d user: dkf tags: trunk
2005-01-10
18:43
Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595]. check-in: 6762dd6159 user: jenglish tags: trunk
11:16
Convert u_int to unsigned to make clashes with types in standard C headers less of a problem. [Bug 1... check-in: 035d6489f8 user: dkf tags: trunk
2005-01-09
19:31
Remove readdir_r() and related #ifdeffery (see #1095909). Don't check for HAVE_READDIR_R. Regenerat... check-in: 7345fd05ed user: jenglish tags: trunk
2005-01-06
15:15
Horrible hack to keep the old error message. check-in: 1fe8ca8d3e user: dkf tags: trunk
11:15
Performance updates to http::mapReply [1020491] and fix version numbering. check-in: 78058a0d6f user: dkf tags: trunk
2005-01-05
16:38
Move emacs mode comment to end of file to stop problems with old man. check-in: d53a13aa4e user: dkf tags: trunk
10:34
* tests/winDde.test: Fixed broken test result. check-in: c18520e28b user: patthoyts tags: trunk
10:30
Move #include of tclConfig.h to right place. check-in: e0cafd9f33 user: dkf tags: trunk
2005-01-04
17:05
* tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint. [Bug 456665] check-in: 414f369855 user: dgp tags: trunk
2004-12-30
02:01
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (... check-in: 6d8942c3c0 user: hobbs tags: trunk
2004-12-29
22:46
merge from HEAD check-in: 0a6d56f9eb user: kennykb tags: kennykb-numerics-branch
22:07
bugs 1090413, 1092789 fixed check-in: b110473621 user: kennykb tags: trunk
20:57
bugs 1090413, 1092789 fixed check-in: c237cdd9ec user: kennykb tags: trunk
2004-12-24
18:06
Avoid sharing cmdName literals accross namespaces, and generalise usage of the TclRegisterNewLiteral... check-in: faec68a625 user: msofer tags: trunk
2004-12-20
21:20
fix for last commit; thanks dgp and tclguy for catch/classify/throw check-in: 0749537da9 user: msofer tags: trunk
18:27
* generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.c * generic/tclProc.c: new static I... check-in: 33e698fd89 user: msofer tags: trunk
2004-12-16
19:36
Upgrade the capabilities of time limits by allowing them to fire in the midst of the processing of t... check-in: 5ca9f3ce90 user: dkf tags: trunk
2004-12-15
20:44
* generic/tclTest.c: Added two new functions to allocate memory from the execution stack (TclStack... check-in: 2c38edb445 user: msofer tags: trunk
2004-12-14
21:12
bad date in Changelog check-in: 5667def00e user: msofer tags: trunk
21:11
changing the isProcCallFrame field of the CallFrame struct from a 0/1 field to flags. Should be perf... check-in: d1bccd9acc user: msofer tags: trunk
18:43
fixed zero-length array in BigInt struct; added conversion torture tests check-in: fbcbf748a5 user: kennykb tags: kennykb-numerics-branch
16:30
* unix/configure.in: Added special processing to remove "$U" from libraries in th... check-in: 21a1589a58 user: dgp tags: trunk
2004-12-13
22:17
* generic/tcl.h: Restored extern "C" guards so that C++ code sees function po... check-in: d7755cac97 user: dgp tags: trunk
22:11
* generic/tclEncoding.c: Plugged some memory leaks. Thanks to * generic/tclU... check-in: 87ae9e385a user: dgp tags: trunk
22:08
merge to kennykb-numerics-branch-20041213 check-in: 8e8fc006fd user: kennykb tags: kennykb-numerics-branch
22:02
synch with kennykb-numerics-branch-20041213 check-in: 34c9e99c86 user: kennykb tags: kennykb-numerics-branch
21:23
Added small-integer multiplication, bit shift check-in: 6dd74a9bae user: kennykb tags: kennykb-numerics-branch
15:51
Add note to clock.n disclaiming full ISO8601 support check-in: 6480f9d5c4 user: kennykb tags: trunk
01:50
* generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [Bug 1084111] - thanks to Rol... check-in: b8b1ae30a6 user: msofer tags: trunk
2004-12-12
23:16
* generic/tclObj.c (TclSetCmdNameObj): special handling for fully qualified command names (as in f... check-in: 8af4091719 user: msofer tags: trunk
2004-12-11
14:41
converting the static function GetNamespaceFromObj() to MODULE_SCOPE TclGetNamespaceFromObj(). check-in: 35cfaac461 user: msofer tags: trunk
06:07
ran autoconf-2.57 check-in: f37b5d7dcf user: dgp tags: trunk
2004-12-10
23:00
Bump to a3 to prevent confusion with a2 release. check-in: 6b8fe167d9 user: dkf tags: trunk
21:17
added compare, copy, add and subtract of bigints check-in: c2eb1a0d0f user: kennykb tags: kennykb-numerics-branch
13:09
optimised loops that initialise a proc's arguments and compiled local variables, removing tests from... check-in: 6f2a5f2a7f user: msofer tags: trunk
00:16
Make ensemble API available to rest of Tcl core. check-in: 92950b4cb4 user: dkf tags: trunk
2004-12-09
22:59
added some of the BigInt functions - may want to revise to caller-allocates? check-in: 86f853ea56 user: kennykb tags: kennykb-numerics-branch
16:21
Provide an internal API for manipulating ensembles. check-in: d1c0c9717f user: dkf tags: trunk
10:54
regen with autoconf 2.57 check-in: d63ce44136 user: das tags: trunk
09:19
Minor doc fixes check-in: 3c6331c9b8 user: dkf tags: trunk
2004-12-08
21:46
update unix/tcl.m4 to use AC_CHECK_SIZEOF, etc. check-in: 1af463935c user: kennykb tags: kennykb-numerics-branch
20:24
changed Win configurator to use SIZEOF macros for Tcl_WideInt check-in: 13f1e5021e user: kennykb tags: kennykb-numerics-branch
18:24
merged with kennykb-numerics-branch-20041208 check-in: ab2eb12a79 user: kennykb tags: kennykb-numerics-branch
02:33
* tests/unixInit.test (2.1-4): Added constraints so that when a value of TCL_LIBRAR... check-in: 31c23f7e14 user: dgp tags: trunk
2004-12-07
23:15
add library/tzdata,msgs to dist target check-in: 46f3d59e96 user: hobbs tags: trunk, core-8-5-a2
20:47
Some HTML converters prefer distances in inches to ems. [Bug 1078760] check-in: b2c45d7a0a user: dkf tags: trunk
00:02
see ChangeLog check-in: 5d873e4c6e user: hobbs tags: trunk
00:01
* unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBits [Bug 1079286] check-in: c5a7563049 user: hobbs tags: trunk
00:00
minor nroff typos check-in: e308d155a9 user: hobbs tags: trunk
2004-12-06
22:49
* tests/msgcat.test: makeFile/removeFile cleanup [1079117] check-in: 0a98e3c6cc user: dgp tags: trunk
22:41
* tests/safe.test: Trim auto_path to improve performance [1080039] check-in: 6a514d4d16 user: dgp tags: trunk
2004-12-04
21:19
* generic/tclEncoding.c: Different fix for [Bug 1077005]. * generic/tclEvent.... check-in: 288a92f486 user: dgp tags: trunk
00:57
updated changes for 8.5a2 release check-in: e07470137a user: hobbs tags: trunk
2004-12-02
23:24
* generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case where a ProcessGlob... check-in: f3df35d7df user: dgp tags: trunk
19:24
merge to kennykb-numerics-branch-20041202a check-in: ac3b922388 user: kennykb tags: kennykb-numerics-branch
18:49
filesystem, glob, tilde fix check-in: 979efdf14b user: vincentdarley tags: trunk
18:40
workaround for a bug in cygpath that made safe-8.5-8.7 fail check-in: 1f8af3a1ac user: kennykb tags: trunk
15:31
Remove a global mutex/state by using lists instead of hashtables to store the collection of aliases ... check-in: ad35750c6d user: dkf tags: trunk
11:10
Upgrade more of the file to tcltest2, and collect constraint definitions to the top. check-in: 067ebb1583 user: dkf tags: trunk
10:48
Convert mutex-protected global state into thread-local state. [FRQ 1077210] check-in: 56e4e88153 user: dkf tags: trunk
00:09
* generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope of mutex locks. check-in: 03a8df7249 user: dgp tags: trunk
2004-12-01
23:48
. check-in: b99313429d user: dgp tags: trunk
23:18
* generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to * generic/tclEn... check-in: 353036774e user: dgp tags: trunk
22:14
added comment about freewrap difficulties check-in: 30c87546ce user: dgp tags: trunk
21:58
* generic/tclEncoding.c: Moved TclpSetInitialEncodings() call from Tcl_FindEx... check-in: ac025ac01b user: dgp tags: trunk
14:02
Oops! <:^) check-in: 72a7b0b13f user: dkf tags: trunk
11:49
Fix reported problems with tests for dde error messages. Also use more tcltest2 features to reduce [... check-in: 74005c41eb user: dkf tags: trunk
2004-11-30
22:19
D'oh! Deal with missing ::errorCode or ::errorInfo. check-in: 81f2f82396 user: dgp tags: trunk
20:30
* library/init.tcl ([unknown]): Restored the save/restore of the variables ::errorCo... check-in: e254f91796 user: dgp tags: trunk
19:34
Patch 976520 reworks several of the details involved with startup/initialization of ... check-in: 5b205fd672 user: dgp tags: trunk
18:40
corrected a typo that caused a compilation failure on VC++ check-in: d45737011c user: kennykb tags: trunk
15:45
* library/clock.tcl: Corrected the regular expressions that match a time zone to allow for time zone... check-in: 25e02ac75c user: kennykb tags: trunk
09:28
Whitespace fixes check-in: 6e1c61d002 user: dkf tags: trunk
2004-11-29
22:41
* win/Makefile.in (install-libraries): Brought entry '2004-10-26 Don Porter (Tcl Modules)' into... check-in: a0d85d839f user: andreas_kupries tags: trunk
2004-11-26
20:02
* win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolon found at the end of the header... check-in: d421ebab80 user: andreas_kupries tags: trunk
19:49
* library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the ... check-in: 6771608575 user: dgp tags: trunk
14:00
Oops! Got the test sense wrong. check-in: 273673b40b user: dkf tags: trunk
11:17
Spread the goodness of AC_CACHE_VAL a bit further. [Patch 1073524] check-in: 7beb4f6748 user: dkf tags: trunk
10:02
Added simple foreach example. [FRQ 1073334] check-in: 5fa0ef6033 user: dkf tags: trunk
2004-11-25
16:37
Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ check-in: 457eb30a98 user: dkf tags: trunk
16:17
* tests/tcltest.test: The order in which [glob] returns the file names is undefined, so tests should... check-in: 301a880117 user: rmax tags: trunk
16:03
See file check-in: a97119e819 user: vasiljevic tags: trunk
16:01
Added changes from core-8-4-branch check-in: 22a6e2458a user: vasiljevic tags: trunk
13:26
Fix ordering of AC_MSG_RESULT/AC_CHECK_FUNCS so messages are simpler. check-in: 777c4c3bfe user: dkf tags: trunk
11:28
Assorted cleanup and doc-fixes for the dde package. check-in: 46a09eeaa0 user: dkf tags: trunk
00:57
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of... check-in: cae3b06249 user: dgp tags: trunk
2004-11-24
21:39
no message check-in: 5254bb6aed user: davygrvy tags: trunk
21:37
* generic/tclPort.h: Relative include of tclWinPort.h returned as it was requiring me set -I$(tcl_ro... check-in: dd01d87bbf user: davygrvy tags: trunk
21:12
Fixed compilation error in tclWinInit.c on VC++ --enable-symbols check-in: 0b8d3437af user: kennykb tags: trunk
20:12
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * uni... check-in: aeeefc88e1 user: kennykb tags: trunk
19:28
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test ... check-in: 14f9c14a23 user: dgp tags: trunk
11:24
Fix various problems with man2html converter reported by AKu Also updated to use [package require Tc... check-in: a2fcb23a54 user: dkf tags: trunk
00:10
Fix [Bug 1068171] though the fix is commented out for now. check-in: edfe4fc35f user: dkf tags: trunk
2004-11-23
00:12
Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] and other repeated c... check-in: 43d814b56e user: dkf tags: trunk
2004-11-22
23:28
Whitespace fixes check-in: bb1e05b2ad user: dkf tags: trunk
22:59
* unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when o... check-in: 2d736f4133 user: mdejong tags: trunk
22:40
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of rea... check-in: de53d33e5e user: mdejong tags: trunk
22:13
* unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that * win/tclWinIn... check-in: 3a853080c2 user: dgp tags: trunk
21:24
* generic/tclInterp.c: Restored several directories to the search * tests/unixInit.... check-in: 622c5fa060 user: dgp tags: trunk
12:53
fix to windows file join bug check-in: 90d16bc7a6 user: vincentdarley tags: trunk
2004-11-21
23:17
* doc/AddErrInfo.3: Typo corrections (Thanks Daniel South). * doc/interp.n: check-in: f898c4bdb4 user: dgp tags: trunk
2004-11-20
00:17
* doc/AddErrInfo.3: Docs for Tcl_(Get|Set)ReturnOptions. [TIP 227] * doc/AddEr... check-in: 347e3ef551 user: dgp tags: trunk
2004-11-19
17:29
* tests/unixInit.test: Removed "knownBug" constraints to prompt bug fixing before 8... check-in: 345674e190 user: dgp tags: trunk
14:48
typo check-in: 33adf546e7 user: das tags: trunk
10:20
Classic sed doesn't support | in REs. check-in: 89ba81e830 user: rmax tags: trunk
06:28
* macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed dete... check-in: 6303b4f776 user: das tags: trunk
2004-11-18
22:04
* doc/SaveResult.3: Documentation for Tcl_*InterpState (TIP 226). check-in: 560640de2a user: dgp tags: trunk
21:00
* tests/interp.test (interp-36.*): [interp bgerror] tests. * generic/tclInterp... check-in: 85987a85c4 user: dgp tags: trunk
20:15
* generic/tclEvent.c (HandleBgErrors): Simplified program flow. check-in: dbdbaa5cee user: dgp tags: trunk
19:22
* tests/basic.test: Updated functional (not testing) uses of * tests/io.test: ... check-in: db27a439b1 user: dgp tags: trunk
18:34
port changes updates from 8-4 branch check-in: a02aa29385 user: dgp tags: trunk
18:30
some seds don't support comments :( check-in: c3b4336b3f user: rmax tags: trunk
13:00
generated configure and fixed manpage installaton check-in: 062857618c user: rmax tags: trunk
00:45
2004-11-18 Reinhard Max <max@suse.de> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved ve... check-in: 19909f1951 user: rmax tags: trunk
2004-11-17
17:52
* unix/configure.in: The change below reveals that the public data type Tcl_StatB... check-in: 657138b7b1 user: dgp tags: trunk
02:51
* unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 10... check-in: 3026fd5b76 user: hobbs tags: trunk
00:31
* generic/tclIOUtil.c (TclFSEpochOk): There were two code paths via which the thre... check-in: 5ce5994b49 user: dgp tags: trunk
2004-11-16
09:34
Stop architecture flags to 'ld' from going missing when [load] is disabled. check-in: 75cef1144b user: dkf tags: trunk
03:30
* generic/tcl.h: * unix/configure.in: changed HAVE_CONFIG_H to HAVE_TCL_CONFIG_H. * unix/configu... check-in: d9c3774188 user: das tags: trunk
2004-11-15
22:04
more changes for 8.5a2 check-in: d8d907872f user: dgp tags: trunk
21:47
* generic/tclInt.h: Added comment warning that the old ERR_IN_PROGRESS and ERROR... check-in: 888788f6f9 user: dgp tags: trunk
21:46
Added listing of shell-specific variables to general tclvars page [Patch 1065732] check-in: 2785500c6c user: dkf tags: trunk
2004-11-13
00:19
TIP #221 IMPLEMENTATION * generic/tclBasic.c: Define [::tcl::Bgerror] in new inter... check-in: 2475a460cd user: dgp tags: trunk
2004-11-12
23:42
* generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 10... check-in: 4480f283a8 user: hobbs tags: trunk
23:27
Documentation for TIP#221 check-in: 6a794021fc user: dkf tags: trunk
22:52
* unix/tclAppInit.c: Removed tclConfig.h #include, now that tcl.h ... check-in: e02679800a user: dgp tags: trunk
21:07
ChangeLog reformat. Now that tcl.h takes care of tclConfig.h, tclPort.h no longer should. check-in: 4e171ce6f9 user: dgp tags: trunk
20:27
* generic/tcl.h: * generic/tclInt.h: * unix/Makefile.in: include tclConfig.h from tcl.h and insta... check-in: c706d886d7 user: das tags: trunk
20:20
* unix/Makefile.in: Be sure -I{BUILD_DIR} comes first so that we #include the co... check-in: cbef34a2b0 user: dgp tags: trunk
19:16
* generic/tclInt.h: Moved verification of ptrdiff_t typedef from * generic/tclEx... check-in: 675ab6016e user: dgp tags: trunk
19:08
* unix/tclUnixInit.c: moved check for HAVE_CFBUNDLE define after #include "tclInt.h" to ensure tcl... check-in: 2e4cb21f12 user: das tags: trunk
19:03
UNIX_DIR, and SRC_DIR are always the same, so no need to -I them both. check-in: 2cac0c49b4 user: rmax tags: trunk
18:13
tclConfig.h.in also depends on tcl.m4. check-in: 3e4139affd user: rmax tags: trunk
18:09
*** empty log message *** check-in: cab43285d4 user: rmax tags: trunk
18:07
* unix/config.h.in: * unix/tclConfig.h.in: renamed * unix/Makefile.in: Completed support for config... check-in: 9e44908447 user: rmax tags: trunk
16:44
Adapt Tcl so it uses a config.h header instead of stuffing all #defs on the command line. Third part... check-in: 17ad03f44f user: dkf tags: trunk
14:19
Regen check-in: 60f3873811 user: dkf tags: trunk
14:18
* unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np in <pthread.h> befo... check-in: 8b56fd0b64 user: dkf tags: trunk
11:03
More minor doc fixes for greater clarity check-in: 2826a692f4 user: dkf tags: trunk
09:01
* doc/CrtChannel.3: * doc/Interp.3: * doc/Limit.3: * doc/binary.n: * doc/dict.n: * doc/tm.n: ... check-in: 70b61d2ad8 user: das tags: trunk
2004-11-11
01:20
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: ccd14d9ae8 user: das tags: trunk
01:17
* generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead of manual copy loop to shift li... check-in: 30ac98366b user: das tags: trunk
01:16
* macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from buildi... check-in: 4b682e3ec1 user: das tags: trunk
01:16
* tests/fileName.test: * tests/fileSystem.test: * tests/io.test: * tests/msgcat.test: * tests/t... check-in: e3d174f72e user: das tags: trunk
01:14
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 7349b80092 user: das tags: trunk
2004-11-10
19:33
* unix/tclUnixChan.c: [Bug 727786]. Exterminated the code marked DEPRECATED. This code has not ... check-in: 885b9e49d8 user: andreas_kupries tags: trunk
2004-11-09
15:47
Janitorial whitespace/style fixes. check-in: 95ac722b47 user: dkf tags: trunk
10:02
Minor formatting changes and clarifications check-in: 0aedba75d0 user: dkf tags: trunk
04:53
no message check-in: a200e04cba user: davygrvy tags: trunk
04:51
* doc/open.n: Added a note about -blocking 0 and lack of exit status as it had never been documented... check-in: 4cd5ba99ea user: davygrvy tags: trunk
04:10
no message check-in: bfe2b234e1 user: davygrvy tags: trunk
04:07
* win/tclWinPipe.c: The pipe channel driver now respects the -blocking option when closing is the sa... check-in: 00e4912fca user: davygrvy tags: trunk
2004-11-08
19:19
* tests/winFile.test: Attempted and untested fix for 1062491 check-in: 58c1ea03c7 user: davygrvy tags: trunk
2004-11-07
21:18
no message check-in: e7944d3592 user: davygrvy tags: trunk
20:56
* tests/winFile.test: added contraint to winFile-4.0 to prevent it being run on NT4 check-in: d54313d9d7 user: davygrvy tags: trunk
2004-11-05
15:15
Major simplification of reg.test to de-Spencer it somewhat. It's still cryptic, but perhaps not quit... check-in: 33836ef30c user: dkf tags: trunk
09:21
Add [file normalize] so expected paths come out right on Windows. [Bug 1053568] check-in: a428ffb800 user: dkf tags: trunk
2004-11-04
07:40
* changes: Updates toward an 8.5a2 release. check-in: 31ec2aeb8c user: dgp tags: trunk
00:23
niggly test suite fixes check-in: 196f30214c user: dgp tags: trunk
2004-11-03
23:00
remove knownBugs from clock tests by fixing them check-in: 2ddee576d4 user: kennykb tags: trunk
22:12
niggly test suite fixes check-in: 3417d7bc9f user: dgp tags: trunk
21:49
test cleanup correction check-in: 21dd997705 user: dgp tags: trunk
21:22
no message check-in: e2df8d61dd user: davygrvy tags: trunk
21:20
* generic/tclCompile.h: Removed extrainious reset of TCL_STORAGE_CLASS missed in last edit. check-in: c899ac6efb user: davygrvy tags: trunk
21:07
* generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the *... check-in: b7eb0a41da user: davygrvy tags: trunk
20:30
* library/init.tcl ([unknown]): Corrections to the 2004-10-25 mods to Aunt ??? in [u... check-in: bfb33ac10c user: dgp tags: trunk
19:13
* generic/tcl.h: Moved the preprocessor logic * generic/tclDecls.h: from tclInt.h of setting the *... check-in: 89bb140d4a user: davygrvy tags: trunk
19:12
no message check-in: 68e6343ea1 user: davygrvy tags: trunk
18:25
no message check-in: 25c2697d67 user: davygrvy tags: trunk
17:16
* generic/tclTrace.c (TclCallVarTraces): Improved ability to debug * tests/incr-old... check-in: ae1a4b3855 user: dgp tags: trunk
00:57
* generic/tclRegexp.h: manipulating TCL_STORAGE_CLASS unnecessary. check-in: 6e7d80fe4b user: davygrvy tags: trunk
00:53
no message check-in: ac8985c89d user: davygrvy tags: trunk
00:53
* generic/tclFileSystem.h: Added use of MODULE_SCOPE on protos. check-in: f7258bdf3e user: davygrvy tags: trunk
00:27
no message check-in: 3e5c9416c9 user: davygrvy tags: trunk
00:26
* win/tclWinInt.h: * win/tclWinPort.h: exported internals dropped by a count of 14. check-in: db6ba42d9e user: davygrvy tags: trunk
00:13
no message check-in: 1d555ee241 user: davygrvy tags: trunk
00:11
* generic/tclCompile.h: Exchanged use of the EXTERN macro to the new MODULE_SCOPE macro. Lowered ex... check-in: fa5776ef68 user: davygrvy tags: trunk
2004-11-02
21:30
no message check-in: 78ea86edc9 user: davygrvy tags: trunk
21:11
no message check-in: ddaf6f3927 user: davygrvy tags: trunk
21:08
* generic/tclInt.h: added a check for #ifdef __cplusplus around the #define of MODULE_SCOPE. About ... check-in: ed10d6a196 user: davygrvy tags: trunk
19:03
2004-11-02 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: ... check-in: 8dd03226ef user: dgp tags: trunk
15:32
Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. [Bug 761471] check-in: fc3247cc03 user: dkf tags: trunk
15:16
updates to Havana and Cuiaba time zones check-in: 2a5075ede2 user: kennykb tags: trunk
12:13
TclpUTime simplification check-in: 6c005a1584 user: vincentdarley tags: trunk
10:11
Make core less eager to spew its guts all over the place; core symbols in tclInt.h are now no longer... check-in: dd41039533 user: dkf tags: trunk
09:23
Add synopsis for Tcl_GetChannelMode. [Bug 1058446] check-in: 6e6f7aa4c8 user: dkf tags: trunk
2004-11-01
16:58
Second part of fix for Bug 926106 check-in: 824c70e9e5 user: kennykb tags: trunk
14:41
Remove unused label check-in: bb87df3526 user: dkf tags: trunk
14:38
Fix for [Bug 761471]; NaN is now *never* equal to NaN... check-in: f6393bd784 user: dkf tags: trunk
14:21
Cleaning up of the namespace guts. check-in: 6bcf8b0c20 user: dkf tags: trunk
11:58
Cleaning up; mostly whitespace and comment fixes. check-in: d4e3860340 user: dkf tags: trunk
09:24
Improved comments on selected flags in tcl.h check-in: 7bb1a3157b user: dkf tags: trunk
2004-10-31
23:59
command quoting fix check-in: 4cd6f8c661 user: dgp tags: trunk
21:24
typo fix check-in: 3994f820fa user: dgp tags: trunk
19:12
General cleanup check-in: 5b1d810ff2 user: dkf tags: trunk
18:46
Fix pseudo-constraint check-in: 150f42b48f user: dkf tags: trunk
18:44
Minor fixes for marginally more clarity check-in: 172b22ddbd user: dkf tags: trunk
18:38
Turn umask2 constraint into something more commonly satisfiable Also turn conditional tests into con... check-in: 713e9337d6 user: dkf tags: trunk
17:38
Added constraint to test that won't ever work on Unix (no drive letters!) check-in: e591345f87 user: dkf tags: trunk
17:36
General clean up check-in: ee022adb71 user: dkf tags: trunk
17:07
Remove broken test constraint. [bug 1053908] check-in: b6efd8b906 user: dkf tags: trunk
16:28
Make [info globals ::foo] work. [Bug 1057461] check-in: d4670e6381 user: dkf tags: trunk
16:01
Rework to be many lines shorter Also convert a few `ASCII's to `Unicode's Also do some formatting fi... check-in: 3f3f365d40 user: dkf tags: trunk
15:38
Fix typo check-in: 4a2bb784c9 user: dkf tags: trunk
2004-10-30
21:36
Fixed conversion between FILETIME and Tcl time -Bug 926106 check-in: f99264e927 user: kennykb tags: trunk
18:03
replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) check-in: bbd3b03bde user: kennykb tags: trunk
02:16
* library/tcltest/tcltest.tcl: Correct reaction to errors in the obsolete processCm... check-in: b8cfda2859 user: dgp tags: trunk
2004-10-29
15:39
Allow ensembles to rewrite their subcommands' error messages to be more relevant to users. [Patch 10... check-in: 7162a54053 user: dkf tags: trunk
2004-10-28
17:21
fix for execution stack corruption [Bug 1055676]. Credit dgp for detective work and fix. check-in: f1a5745b04 user: msofer tags: trunk
04:57
no message check-in: 79f94beac4 user: davygrvy tags: trunk
04:54
D'oh! check-in: 6da1b272d9 user: dgp tags: trunk
04:52
* unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called * win/tclAppInit.c: ... check-in: 7bd534cd4f user: davygrvy tags: trunk
04:17
* tests/socket.test (socket-13.1): Balanced [makeFile] and [removeFile] command... check-in: 2aef95bfda user: dgp tags: trunk
00:04
* tests/clock.test: Correct duplicate test names. * tests/namespace.test: ... check-in: a891dd598a user: dgp tags: trunk
2004-10-27
23:21
no message check-in: b269ebbd96 user: davygrvy tags: trunk
23:20
* generic/tcl.h: Removed the file level 'extern "C" {' and the coresponding closing block as it serv... check-in: af45deaac3 user: davygrvy tags: trunk
21:00
more clarity added to my last entry check-in: 302f75bfad user: davygrvy tags: trunk
20:58
* win/tclWinThrd.c (TclFinalizeLock): release the critical section before deleting it. [Bug 731778] check-in: 100f4d4a60 user: davygrvy tags: trunk
20:53
* tests/registry.test: Fixed test files to load the correct * tests/winDde.test: registry and dde pa... check-in: b7e5a90f69 user: davygrvy tags: trunk
17:56
fixed format-19.1 for 64 bit machines check-in: a0c0a6d869 user: kennykb tags: trunk
17:15
no message check-in: d1b9a0adc5 user: davygrvy tags: trunk
17:13
* generic/tclInt.decls: The following 9 functions were moved from * generic/tclInt.h: tclInt.h t... check-in: 1cd7958f05 user: davygrvy tags: trunk
17:01
* tests/tm.test: Expanded on the testsuite entered by Donal. * library/tm.tcl: Even found bugs, ... check-in: 7523fae991 user: andreas_kupries tags: trunk
15:42
additional regression test for Bug 868489 check-in: 5bba2806a3 user: kennykb tags: trunk
14:43
Yet more small fixes check-in: bc5a431cb6 user: dkf tags: trunk
14:24
More minor doc fixes check-in: 83ab806184 user: dkf tags: trunk
12:53
More minor doc fixes check-in: d75edd0e24 user: dkf tags: trunk
09:36
Many minor doc fixes check-in: 77001dc18a user: dkf tags: trunk
2004-10-26
21:52
* generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. * tests/subs... check-in: 86cdd8b62d user: dgp tags: trunk
21:04
Reversed expected result from test subst-12.3. check-in: ae616be00c user: dgp tags: trunk
20:55
* tests/subst.test (subst-12.3,4): More tests for Bug 1036649. check-in: 9ec73095ae user: dgp tags: trunk
20:35
* unix/Makefile.in (install-libraries): Updated the installation of the http, msgcat... check-in: 02fd84be97 user: dgp tags: trunk
20:26
no message check-in: 6389f51a86 user: davygrvy tags: trunk
20:24
* generic/tclPipe.c (TclCleanupChildren): bad cast of resolvedPid caused PIDs on win95 to go negativ... check-in: a299c8cf04 user: davygrvy tags: trunk
19:44
* library/tm.tcl (::tcl::tm::Defaults): Added a second [file dirname] around the location of th... check-in: daaaa9dea4 user: andreas_kupries tags: trunk
16:46
* tests/basic.test: Added missing constraints. * tests/compile.test: * t... check-in: b09796fafb user: dgp tags: trunk
16:19
removed more direct references to the VAR flags, replaced with access macros. check-in: a5dd1b4f7c user: msofer tags: trunk
10:24
Tighten up expr(n) wording. [Bug 1027849] check-in: 4228823a58 user: dkf tags: trunk
02:08
fixes for Bug 1054101 check-in: 5a8bf31af4 user: kennykb tags: trunk
2004-10-25
22:11
Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005] check-in: 6395f0b667 user: dkf tags: trunk
22:03
Clarified meaning of pattern arg to [info procs] check-in: 32f634b99e user: dkf tags: trunk
21:52
Remove some of the contortions from cmdAH-8.45 check-in: b0dfd8b03c user: dkf tags: trunk
20:24
* generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): Removed several ... check-in: 8d245f4a56 user: dgp tags: trunk
17:24
* library/auto.tcl Purged Tcl's script library of all * library/clock.tcl r... check-in: 2869274367 user: dgp tags: trunk
15:36
Flesh out tests and transform the TM manager API into an ensemble check-in: 31d53a1a5d user: dkf tags: trunk
01:06
defined new macros to get/set the flags of variables. check-in: 40ad1ac016 user: msofer tags: trunk
2004-10-24
22:25
* generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): Shift the initializat... check-in: 7f607689c0 user: dgp tags: trunk
2004-10-22
22:33
Even more cleaning up check-in: 7e33e5c789 user: dkf tags: trunk
22:27
Further cleaning up of the docs check-in: 6f16fbfb6e user: dkf tags: trunk
22:08
Add *very* basic test suite for modules, and tighten up the doc style check-in: 144ca38be0 user: dkf tags: trunk
15:46
Make ensembles report shorter error traces that conceal more of how the ensemble implements itself. ... check-in: 322dfbd680 user: dkf tags: trunk
14:27
* library/clock.tcl: Fixed a typo where the fallback time zone became ::localtime instead of :localt... check-in: 40a0ea2e1e user: kennykb tags: trunk
14:01
Whitespace police check-in: de324da1c2 user: dkf tags: trunk
13:48
Standardize way of calling object freeIntRepProcs... check-in: 4ed6ee39b3 user: dkf tags: trunk
12:29
* generic/tclVar.c: fixed bug in commit of 2004-07-23, which was causing a leak of Proc structures... check-in: adf43cb90a user: msofer tags: trunk
2004-10-21
17:07
* generic/tclInt.h (Interp): * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp... check-in: 80f951767f user: dgp tags: trunk
15:19
* generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): Updated to call the new Tcl... check-in: 85c0a05f6f user: dgp tags: trunk
03:53
doubled speed of clock format check-in: 0edf6ae28d user: kennykb tags: trunk
2004-10-20
18:11
* win/Makefile.in (install-msgs): Fixed a problem with the * win/Makefile.in (install-tzdata): ... check-in: 1522733ce4 user: andreas_kupries tags: trunk
14:50
Whitespace police and other style fixes check-in: fe211d6d7c user: dkf tags: trunk
05:28
* generic/tclThreadTest.c (ThreadEventProc): Corrected subtle bug where the returned (char *) from... check-in: c2f8e0ceb4 user: dgp tags: trunk
2004-10-19
22:20
Stop losing result codes in [dict with] in some circumstances check-in: 60d87ccbdc user: dkf tags: trunk
21:59
Added Itcl acknowledgment. check-in: 977c9d3ec3 user: dgp tags: trunk
21:53
* generic/tclInt.h (Tcl*InterpState): New internal routines * generic/tclR... check-in: 4073981ce3 user: dgp tags: trunk
2004-10-18
21:15
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): * generic/tclCmdAH.c (Tcl_... check-in: 02ff5ead50 user: dgp tags: trunk
2004-10-17
14:22
generic/tclResult.c: removed unused variable [Bug 1048588]. check-in: 72ca9d5c70 user: msofer tags: trunk
2004-10-15
21:02
* generic/tclCmdMZ.c (TclProcessReturn): Now that primary * generic/tclProc.c... check-in: 608104a1b8 user: dgp tags: trunk
15:42
Remove unused variable check-in: e15c8bb067 user: dgp tags: trunk
04:01
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, TclEvalObjvInternal... check-in: 264b4df978 user: dgp tags: trunk
2004-10-14
17:20
TIP#217 implementation check-in: 2f692ebdfa user: dkf tags: trunk
15:05
Speed up [info <thing> <simplePattern>] check-in: 1bb28d61d3 user: dkf tags: trunk
2004-10-12
19:31
synchronized to Olson's tzdata2004e check-in: 5818ca2c48 user: kennykb tags: trunk
2004-10-11
19:58
Fix comments... check-in: 6fb61799ba user: dkf tags: trunk
2004-10-08
22:44
Fix things so we can pass our own test suite for TIP#212... check-in: 3cfa3fcd2c user: dkf tags: trunk
21:39
Docs for TIP#201 and TIP#212; this allows these TIPs to become Final check-in: b022444f39 user: dkf tags: trunk
21:10
Basic tests for TIPs #201 and #212 check-in: 9dc24dab78 user: dkf tags: trunk
16:28
update test for TIP 212 check-in: 0b41aec13c user: dgp tags: trunk
15:39
Core of implementation of TIP#201 ('in' and 'ni' operators) check-in: fe8bdb2e90 user: dkf tags: trunk
15:05
Core of implementation of TIP#212 check-in: e431c8ef3b user: dkf tags: trunk
2004-10-07
22:01
* generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified. check-in: 00d54349a1 user: dgp tags: trunk
16:22
Add return type decls check-in: e11d4d0e98 user: dkf tags: trunk
16:05
Reduce the number of warnings given by nroff... check-in: f1d921f3d0 user: dkf tags: trunk
15:37
Fix the argument list widths properly... check-in: 21d0f484be user: dkf tags: trunk
15:15
Convert CONST to const, VOID to void so we document how we want the API used. check-in: 94bf67038b user: dkf tags: trunk
14:52
Convert (most) tabs to spaces because they're printed more reliably check-in: 9a6f35d2a8 user: dkf tags: trunk
14:50
filesystem generic/platform code splitting check-in: 60716a23e9 user: vincentdarley tags: trunk
14:44
Update the .AS macro definition and take advantage of it's new-found power. check-in: dcba7c799d user: dkf tags: trunk
09:02
Split off ChangeLog entries for 2003 check-in: fe19fa6703 user: dkf tags: trunk
08:49
Clarify filesystem docs check-in: e29f83db49 user: dkf tags: trunk
00:55
corrected botched logic in GetValueNames check-in: 8590dfa4eb user: dgp tags: trunk
00:24
remove unused var check-in: a4b1314d1c user: dgp tags: trunk
00:14
typo fix check-in: c3836ffc06 user: dgp tags: trunk
2004-10-06
23:44
Simplify the guts of [glob]; maybe mortals can comprehend it now? check-in: d90ba0c5c9 user: dkf tags: trunk
20:16
Simplify LoadTableEncoding check-in: 28d59eb3e1 user: dkf tags: trunk
20:09
Formatting fixes. check-in: 16ec5fa30d user: dkf tags: trunk
17:09
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: be0a51bf83 user: dgp tags: trunk
16:37
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 49653405fd user: dgp tags: trunk
16:08
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 015f30eb56 user: dgp tags: trunk
15:59
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 9883f6bfdb user: dgp tags: trunk
15:20
Silence compiler warning... check-in: 76b07a26d5 user: dkf tags: trunk
14:59
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: ee7c709e65 user: dgp tags: trunk
14:39
Style fixes check-in: 7389be9553 user: dkf tags: trunk
14:35
More formatting fixes... check-in: 8331fc4644 user: dkf tags: trunk
14:14
Style guide fixes (braces for if, etc.) check-in: 6abe9be6e8 user: dkf tags: trunk
14:10
Put braces round if bodies... check-in: 51b9106bd6 user: dkf tags: trunk
14:06
Add braces to if bodies Also simplify the SEH-code by reducing the number of #ifdef's... check-in: 79590951f3 user: dkf tags: trunk
13:55
Put braces round if bodies... check-in: 5baf20fb87 user: dkf tags: trunk
13:47
Braces round if bodies... check-in: e02e4d1ccb user: dkf tags: trunk
13:43
Style guide fixes check-in: 33bea7837f user: dkf tags: trunk
13:38
Style fixes (spaces, braces, etc.) check-in: 4f23da9f69 user: dkf tags: trunk
13:09
Add braces round if body... check-in: 3ec20e5c0e user: dkf tags: trunk
13:05
Minor style guide issues (e.g. making sure all 'if' bodies have braces around them) check-in: 08d1f2a4bd user: dkf tags: trunk
12:44
More mnemonic variable names, better brace usage. check-in: b9c00ba62e user: dkf tags: trunk
12:09
Style improvements and more macro use. check-in: d856bd6cb3 user: dkf tags: trunk
10:11
Remove useless panic-ing implementations of methods in tclProcBodyType (NULL implies that and produc... check-in: f7ee9d7517 user: dkf tags: trunk
09:56
Style fixes and Tcl_GetString -> TclGetString check-in: ce0b390fca user: dkf tags: trunk
09:48
Tcl_GetString -> TclGetString check-in: fea47e431e user: dkf tags: trunk
09:44
Convert Tcl_GetString to TclGetString for minor speed increase check-in: e5bdcff27d user: dkf tags: trunk
09:37
Convert to using the TclGetString macro; slightly faster... check-in: 877ed1640f user: dkf tags: trunk
09:31
Convert string to stringPtr check-in: 964c884f26 user: dkf tags: trunk
09:28
Simplify [switch] implementation. check-in: 920c8a341a user: dkf tags: trunk
09:07
Minor formatting fixes check-in: 58792bac28 user: dkf tags: trunk
05:52
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: 6470fa7251 user: dgp tags: trunk
03:43
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: *... check-in: cd5499b524 user: dgp tags: trunk
00:24
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: I... check-in: 768fcfc909 user: dgp tags: trunk
2004-10-05
23:21
Make Tcl_AppendResult() non-deprecated again. [Patch 1041072] Also change string to stringPtr to avo... check-in: 79c1d5927d user: dkf tags: trunk
21:21
* generic/tclBasic.c (TclObjInvoke): More simplification of the TclObjInvoke routine... check-in: d2549ea563 user: dgp tags: trunk
18:14
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, TclEvalObjvInternal... check-in: 46e4edb86c user: dgp tags: trunk
16:26
oops check-in: 397b93fa34 user: dgp tags: trunk
15:45
* generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021 workaround. Tha... check-in: 41ece74288 user: dgp tags: trunk
2004-10-04
15:30
* tests/clock.test (clock-34.*): Removed an antibug that forced comparison of [clock scan] results... check-in: e040ecd522 user: kennykb tags: trunk
13:56
Stop words starting with 'eq' or 'ne' from being subdivided by the expression parser. [Bug 884830] check-in: 8dec782209 user: dkf tags: trunk
13:06
Clarify that dicts are unordered [Bug 1032243] and add another example. check-in: 3209dd17bc user: dkf tags: trunk
07:53
Added missing bug number check-in: 0de9e1c089 user: dkf tags: trunk
2004-10-02
17:12
Remove unneeded label check-in: b5b093d910 user: dkf tags: trunk
17:00
Modify the semantics of [dict set] to be what everyone expected them to be in a straw poll. Also mad... check-in: 0d9c0a63ab user: dkf tags: trunk
04:21
* tests/namespace.test (namespace-8.7): Another test for save/restore of ::errorInfo... check-in: 4ca7ebe36e user: dgp tags: trunk
2004-10-01
12:45
Speed up [upvar] and [uplevel] by not forcing level references to be parsed as strings every time th... check-in: 09f8c750f7 user: dkf tags: trunk
03:19
* generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value * generic/tclInt... check-in: 8dae678302 user: dgp tags: trunk
03:10
* generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value * generic/tclInt.... check-in: 70d5f804f9 user: dgp tags: trunk
00:10
Correction to 1038021 bug fix; should only save restore those bits that get cleared by Tcl_ResetRes... check-in: a6645f01ff user: dgp tags: trunk
2004-09-30
23:06
* generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization * generic/tclCmdAH.... check-in: 6dfe14b116 user: dgp tags: trunk
10:41
* tests/subst.test (12.1-2): added tests for [Bug 1036649] check-in: b08f163d2c user: msofer tags: trunk
2004-09-29
22:37
* tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL. check-in: c1f44b257b user: dgp tags: trunk
22:23
Remove unused variable check-in: aacd21295b user: dkf tags: trunk
22:22
Typo check-in: 36ee16f240 user: dkf tags: trunk
22:17
Factorize out the code for freeing an object's internal rep. check-in: 3890ad3c7c user: dkf tags: trunk
2004-09-28
21:44
Changelog typo check-in: 3e657ba472 user: msofer tags: trunk
2004-09-27
22:39
* generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning about uninitialised variable. check-in: 1810285e4e user: msofer tags: trunk
22:03
removed several unused vars in TclObjInvoke check-in: 0109c2c6b8 user: kennykb tags: trunk
21:57
Whitespace/formatting policing check-in: e73ae22ac6 user: dkf tags: trunk
19:59
removed some workarounds for Bug 868489 check-in: 20788cf565 user: kennykb tags: trunk
16:24
* generic/tclBasic.c: Removed internal routines TclInvoke, * generic/tclInt.decls:... check-in: 930404b026 user: dgp tags: trunk
15:07
added missing Tcl_GlobTypeData documentation check-in: b0fe08733f user: vincentdarley tags: trunk
15:00
fix to small filesystem bugs check-in: d6e4847a47 user: vincentdarley tags: trunk
14:31
many more TIP 173 changes check-in: e64761cd12 user: kennykb tags: trunk
09:00
small typo check-in: c3a0427de3 user: vincentdarley tags: trunk
2004-09-26
16:36
Report compilation errors at runtime, [Patch 103368] by dgp. check-in: aaebedbc1e user: msofer tags: trunk
2004-09-24
21:30
Fix spelling of test names... check-in: 3a86a9d12e user: dkf tags: trunk
01:14
* generic/tclBasic.c: Corrections to the 2004-09-21 commit * generic/tclExecute.c:... check-in: daeee3f99a user: dgp tags: trunk
2004-09-23
20:02
* unix/dltest/Makefile.in (clean): Fixup make clean rule so that it does not delete all files when... check-in: 82ead6b56d user: mdejong tags: trunk
15:20
* generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProc of [expr] with ... check-in: 05ead00053 user: dgp tags: trunk
00:34
Corrected the base for the errorline calculation check-in: 43c4c7ee37 user: dgp tags: trunk
2004-09-22
22:23
* generic/tclCmdMZ.c (TclProcessReturn): Support the -errorline * generic/tcl... check-in: b9d1ceb353 user: dgp tags: trunk
15:51
reverting unintentional change in unix/tclUnixInit.c check-in: a15750acb6 user: msofer tags: trunk
15:48
* generic/tclExecute.c (INST_START_CMD): * tests/proc.test (7.2-3): fix for [Bug 729692] was incor... check-in: 00f84eda0b user: msofer tags: trunk
14:15
Updated America/Montevideo check-in: 0a4e37f4c1 user: kennykb tags: trunk
03:19
* generic/tclCompCmds.c: Tolerate [append] syntax errors * tests/appendComp.t... check-in: 03e134c9ce user: dgp tags: trunk
2004-09-21
22:45
* generic/tclBasic.c: Reworked management of the interp * generic/tclCompile.c: fl... check-in: 0d93a42195 user: dgp tags: trunk
21:14
* generic/tclExecute.c (TclCompEvalObj): Simplified the TclCompEvalObj routin... check-in: b689c66e81 user: dgp tags: trunk
16:19
Tighten up wording on [interp eval] and stack frames. [Bug 926590] check-in: 5421b83c84 user: dkf tags: trunk
16:04
Highlight document-internal references check-in: 7002ec1735 user: dkf tags: trunk
2004-09-20
15:52
* tests/error.test (error-6.2,3): Added more tests to verify ::errorCode setti... check-in: e91f587f7e user: dgp tags: trunk
2004-09-19
15:03
Some tests were non-portable, alas. check-in: 4a8aaf2ed7 user: dkf tags: trunk
13:08
* generic/tclCmdAH.c: removed outdated comment [Bug 1029518]. check-in: 32c0ea8742 user: msofer tags: trunk
2004-09-18
22:03
no message check-in: 844a1097db user: davygrvy tags: trunk
22:01
Dde package can load into a safe interp. Claim this fact for the Tcl_StaticPackage() call when the ... check-in: 1ce80d39e0 user: davygrvy tags: trunk
19:24
Fix silly mistakes :} and make sure that the original bug is a test case. check-in: 100b844ba6 user: dkf tags: trunk
18:04
Make sure large shifts shift for real. [Bug 868467] check-in: e9db7518ad user: dkf tags: trunk
17:37
Fix "operand"/"operator" confusion check-in: 59ffee4ef8 user: dkf tags: trunk
17:17
more formatting police check-in: a543906177 user: dkf tags: trunk
17:01
More fixes from Mikhail Kolesnitchenko, and also standardize highlighting of symbols like TCL_OK, TC... check-in: 98776f7151 user: dkf tags: trunk
14:52
Whitespace police check-in: a3b760aaca user: dkf tags: trunk
2004-09-17
22:59
* generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): * generic/tclCmdAH.c... check-in: 919a686d01 user: dgp tags: trunk
22:06
more changes for bison support check-in: c556cf0609 user: kennykb tags: trunk
19:41
make tclGetDate.y use bison instead of yacc check-in: ba15c2a65d user: kennykb tags: trunk
2004-09-14
21:42
silence compiler warning in tclClock.c check-in: 81647620b2 user: kennykb tags: trunk
17:45
* doc/interp.n: * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17... check-in: de8c43016d user: msofer tags: trunk
2004-09-13
10:49
Fix [Bug 1026903] by storing what ensemble the ensemble is cached for. check-in: 2ff73a53f1 user: dkf tags: trunk
2004-09-11
18:57
* generic/tclClock.c (TclMktimeObjCmd): Corrected a bad check for error return from 'mktime'. * gene... check-in: 7602ffab0a user: kennykb tags: trunk
13:45
* generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834]; avoid unnecessary string copies. check-in: 983c8f61f9 user: msofer tags: trunk
00:39
tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setup check-in: 0386eb5975 user: davygrvy tags: trunk
2004-09-10
22:43
Minor mods to latest commit to correct bugs and compiler warnings on TCL_WIDE_INT_IS_LONG platforms.... check-in: 762142fd71 user: dgp tags: trunk
21:29
One less crazy long/wide aunt in the attic [Bug 868489] check-in: b68fc39b3e user: dkf tags: trunk
20:04
Fix [Bug 1025359]; make sure wide seeks don't lose errors check-in: f1b225581b user: dkf tags: trunk
19:54
* generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, t... check-in: 52cb3a381e user: andreas_kupries tags: trunk
18:19
comment typo check-in: 683f26f6c0 user: dgp tags: trunk
18:15
* generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding incons... check-in: 0c0ef95e3c user: dgp tags: trunk
17:50
fixed a bug where %z was always positive in :localtime check-in: fa72d13149 user: kennykb tags: trunk
12:48
* generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty strin... check-in: 20c21cbe11 user: msofer tags: trunk
01:52
Calls to WriteFile and WriteConsoleA changed to WriteConsole. check-in: 9eca8d271e user: davygrvy tags: trunk
2004-09-09
17:09
Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] check-in: 639db5a35d user: dgp tags: trunk
15:44
* generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.t... check-in: 6957cd2467 user: dgp tags: trunk
2004-09-08
18:46
* compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group w... check-in: 5b7d61b147 user: kennykb tags: trunk
17:03
* generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete field for storing t... check-in: bfbb057734 user: dgp tags: trunk
15:55
fixed clock-34.* to use same time zone on input and output check-in: 8b00dd4d07 user: kennykb tags: trunk
15:38
* generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where the month was scanned incorrectly in ... check-in: f602407b52 user: kennykb tags: trunk
14:27
Corrected a buglet in the header information. [Bug 1024058] check-in: 86d63dfa3c user: kennykb tags: trunk
00:08
no message check-in: ef967d594e user: davygrvy tags: trunk
00:05
some quoting needed to be removed as it was breaking with VC7. check-in: 5643b8dae9 user: davygrvy tags: trunk
2004-09-07
22:16
Fixed indentation check-in: 24bf1c16b9 user: kennykb tags: trunk
21:41
* doc/clock.n: Documented the default -format, and changed references to a (nonexistent) msgcat comm... check-in: ab2ea8a8fb user: kennykb tags: trunk
19:12
* tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!) be more resilient on an overloade... check-in: 3f6b63f2ab user: kennykb tags: trunk
18:24
removed unused cmdInfo variable check-in: 26226ddb0a user: kennykb tags: trunk
18:09
Converted to http://tip.tcl.tk URL. Should be more long term reliable. check-in: 9534b4d72b user: dgp tags: trunk
17:55
Changed incorrect references to the "msgcat command" to "msgcat package" check-in: 2f3e98a409 user: dgp tags: trunk
17:38
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the... check-in: 58fb9afc44 user: kennykb tags: trunk
2004-09-06
09:48
Oops, missed one file from last commit check-in: bc674a1626 user: dkf tags: trunk
09:44
More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] check-in: 3e34564c9e user: dkf tags: trunk
2004-09-03
10:59
Stop NULL interp args from causing crashes. [Bug 1020538] check-in: 088b6e6a3c user: dkf tags: trunk
2004-09-02
13:55
Clarify meaning of [lsearch -dictionary]. check-in: fc5d177914 user: dkf tags: trunk
11:22
clock.tcl installation check-in: aec8605a7b user: vincentdarley tags: trunk
2004-09-01
17:41
* win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return un... check-in: a8677f610a user: hobbs tags: trunk
17:40
WIN64 corrections check-in: 1e2c2edfd3 user: hobbs tags: trunk
09:50
Correct some abbreviation usage. check-in: 7ad2cc5de8 user: dkf tags: trunk
2004-08-31
16:25
Completed an incomplete undo of a mistaken commit that broke the HEAD. check-in: aa6427fbc4 user: dgp tags: trunk
15:24
Undo mistaken commit of code in sandbox. <:} D'oh! check-in: 760cf198b9 user: dkf tags: trunk
15:19
Grammar and spelling fixes. [Patch 1018486] check-in: 1b588c2346 user: dkf tags: trunk
09:20
two bugs fixed in filesystem docs and tests check-in: 3d70fb2105 user: vincentdarley tags: trunk
04:33
* unix/Makefile.in (install-libraries): portable sh fix. check-in: 2043e6f1e0 user: das tags: trunk
2004-08-30
18:06
Fix a crash caused by sharing in [string map]. [Bug 1018562] check-in: ee48b7f359 user: dkf tags: trunk
2004-08-27
14:39
Fix old tests to check [namespace which] sanely... check-in: 02562339b9 user: dkf tags: trunk
13:59
Make [namespace which] use newer option parsing code for more flexibility. check-in: 7513bca8c0 user: dkf tags: trunk
11:04
Minor fixes check-in: b7ff266582 user: dkf tags: trunk
09:18
Fix/improve tests check-in: c4db2e3ed6 user: dkf tags: trunk
09:07
Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. check-in: 75b7cd6b79 user: dkf tags: trunk
08:12
Fix patch-number reference. check-in: e88b6604f4 user: dkf tags: trunk
2004-08-26
17:36
* tests/env.test: macosx fixes. check-in: b4d16fcd42 user: das tags: trunk
16:01
* unix/Makefile.in: added customization of default module path roots via TCL_MODULE_PATH makefile ... check-in: 65c4340ea4 user: das tags: trunk
2004-08-25
22:21
* tests/timer.test (timer-10.1): Test for Bug 1016167. * generic/tclTimer.c: ... check-in: 756125248b user: dgp tags: trunk
21:37
D'oh! Put the correct value in... :^} check-in: a1ca45af5f user: dkf tags: trunk
21:35
Stop test from getting stomped by preceding tests... check-in: 2256af9fe0 user: dkf tags: trunk
21:28
Fixes to ensemble -unknown handler processing to stop [namespace import] from disrupting things horr... check-in: 95c97b2bef user: dkf tags: trunk
01:10
* generic/tclProc.c: The routine TclProcInterpProc was a specific * gener... check-in: d67b8edcbd user: dgp tags: trunk
2004-08-24
23:25
update out of date comment check-in: c3be36f9e4 user: dgp tags: trunk
08:59
Added clarifying note on [string map]'s behaviour. check-in: 7a99970647 user: dkf tags: trunk
2004-08-23
17:40
* library/auto.tcl: Updated [tcl_findLibrary] search path to include any [<pkg>:... check-in: 72c6efe0bd user: dgp tags: trunk
2004-08-21
18:03
Fixed bug in CET time spec - times change at 0100 Greenwuch, not local. check-in: d2b5b523a3 user: kennykb tags: trunk
17:57
* tests/clock.test (clock-38.1): Changed TZ setting to specify CET in excruciating detail to deal wi... check-in: 7b85501acb user: kennykb tags: trunk
2004-08-19
20:58
Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 142ba4167b user: dkf tags: trunk
18:55
* library/clock.tcl (format): Changed default timezone format from alphabetic to numeric to produce... check-in: 4cde370a99 user: kennykb tags: trunk
00:13
* doc/tm.n: New file, documentation for Tcl Modules, based on the TIP. * unix/mkLinks: Regene... check-in: 3de8eca68b user: andreas_kupries tags: trunk
2004-08-18
22:33
added note about times out of Posix range check-in: bb0ba0aee8 user: kennykb tags: trunk
22:13
Fixed httpd's abuse of the [clock] command check-in: 50364f0355 user: kennykb tags: trunk
22:03
* library/init.tcl: Integrated TIP #189. We source a separate file (see below), instead of inli... check-in: f6eaca8b8c user: andreas_kupries tags: trunk
21:29
silence compiler warning on systems without mktime check-in: 85982dc155 user: kennykb tags: trunk
20:59
unbreak Win build after TIP#173 and TIP#209 commit check-in: b01aea8524 user: kennykb tags: trunk
19:58
TIP #173 and #209 implementation - see ChangeLog for details check-in: 251b9c6eca user: kennykb tags: trunk
2004-08-16
14:29
date correction check-in: f66151c3bc user: dgp tags: trunk
14:11
fix for [Bug 1008314] check-in: 4d54cd3e57 user: msofer tags: trunk
2004-08-13
21:39
* library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te... check-in: 7bfc5a8b19 user: dgp tags: trunk
2004-08-10
19:40
Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: 942144282c user: vasiljevic tags: trunk
2004-08-04
09:00
Standardized constraint name check-in: 0d4698bdc4 user: dkf tags: trunk
2004-08-03
21:46
Plug leak and clarify code check-in: f276672de0 user: dkf tags: trunk
20:31
Add field initialization to fix [Bug 989298]. D'oh! check-in: b2f9e9415e user: dkf tags: trunk
2004-08-02
22:01
* library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to make use of [glob -... check-in: 3c765af2b5 user: dgp tags: trunk
20:55
TIP#207 IMPLEMENTATION * doc/interp.n: Added support for a -namespace optio... check-in: 07142774f2 user: dgp tags: trunk
15:33
* generic/tclLiteral.c (TclCleanupLiteralTable): Corrected * tests/compile.te... check-in: 4a8caea634 user: dgp tags: trunk
15:12
Whitespace policing... check-in: 2cb4a42bdf user: dkf tags: trunk
2004-07-30
21:09
More explicit compatibility warning, regarding TIP 148 check-in: 7a2ab965af user: dgp tags: trunk
16:54
* tests/safe.test (safe-2.1): Disabled senseless test. [Bug 999612] * library/aut... check-in: 2b1825b4bf user: dgp tags: trunk
15:16
* generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr... check-in: 8973ec966c user: dgp tags: trunk
08:31
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli... check-in: bf9884901c user: das tags: trunk
2004-07-29
15:55
* library/package.tcl: [::pkg::create] is now an alias. Test safe-2.1 will now fai... check-in: 7ecd70ea13 user: dgp tags: trunk
2004-07-28
18:00
* library/package.tcl: Moved private command * library/tclIndex: ... check-in: 4e908b7bad user: dgp tags: trunk
2004-07-25
22:06
* tests/io.test: Make io-61.1 create file as binary to pass on Win32 check-in: fc89b74eed user: patthoyts tags: trunk
2004-07-23
18:32
* generic/tclVar.c: simplify tclLocalVarNameType, removing the reference to the corresponding proc... check-in: 63de804c96 user: msofer tags: trunk
16:27
formatting check-in: de6666f396 user: dgp tags: trunk
15:58
* tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: ... check-in: c55655fe5c user: dgp tags: trunk
15:06
Tcl 8.4.7 changes ported forward. Other changes on HEAD also recorded. check-in: e63018391c user: dgp tags: trunk
14:18
typo check-in: 4a6391a197 user: dgp tags: trunk
2004-07-22
21:41
typo/format fixes check-in: 91ad80aadf user: dgp tags: trunk
2004-07-21
01:45
* generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cl... check-in: 8a65a24648 user: hobbs tags: trunk
00:42
2004-07-21 Kevin Kenny <kennykb@acm.org> * generic/tclBasic.c (DeleteInterpProc): * generic/tcl... check-in: 460aa80311 user: kennykb tags: trunk
2004-07-20
10:23
* unix/Makefile.in: * win/Makefile.in: added 'install-private-headers' makefile target to allow o... check-in: 542b0bd9ec user: das tags: trunk
10:12
* unix/tclUnixFile.c (NativeMatchType): added support for readonly matching of user immutable file... check-in: efbebac211 user: das tags: trunk
05:40
* macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, ... check-in: c34d162c15 user: das tags: trunk
2004-07-19
19:19
Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for the sake of Tcl API users never... check-in: 04bcb3edbe user: vasiljevic tags: trunk
2004-07-17
12:18
cd infinite loop bug fixed check-in: 78d046b47e user: vincentdarley tags: trunk
2004-07-16
23:31
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/config... check-in: 13ed0c4154 user: hobbs tags: trunk
22:37
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the generation of error messages an... check-in: 97beee6402 user: andreas_kupries tags: trunk
22:22
* doc/OpenFileChnl.3: Added description of the behaviour of Tcl_ReadChars when its 'charsToRead... check-in: 941ab20e13 user: andreas_kupries tags: trunk
20:46
* doc/CrtCommand.3: Added note that the arguments given to the command proc of a Tcl_CreateComm... check-in: 1102a1fc59 user: andreas_kupries tags: trunk
20:11
* doc/ChnlStack.3: Removed the declaration that the interp argument to Tcl_(un)StackChannel can... check-in: e5d49a5121 user: andreas_kupries tags: trunk
19:43
Typo fix. check-in: 2beab26c7f user: andreas_kupries tags: trunk
19:20
* tests/socket.test: Accepted two new testcases by Stuart Casoff <stwo@users.sourceforge.net> c... check-in: 068705083d user: andreas_kupries tags: trunk
17:38
* unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe Mistachkin's patch for [Tcl SF Bug 990... check-in: e3d114f623 user: andreas_kupries tags: trunk
2004-07-15
22:04
* unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe Mistachkin's patch for [Tcl SF Bug 99453... check-in: f4cc086246 user: andreas_kupries tags: trunk
21:17
Added new fix for the Tcl Bug #770053. Now we conditionaly perform the TclFinalizeNotifier in order ... check-in: 663e5a0f11 user: vasiljevic tags: trunk
20:46
* generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in * generic/tclIO.c (Tcl_UnregisterChan... check-in: ec89766307 user: andreas_kupries tags: trunk
20:19
* generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the old depreceated newline syntax... check-in: 571069b435 user: andreas_kupries tags: trunk
20:04
Stuffed memory leak incurred by re-initializing of TSD slots after the last call to TclFinalizeThrea... check-in: d91074b88a user: vasiljevic tags: trunk
18:31
* generic/tclLiteral.c (TclReleaseLiteral): Removed unused variable 'codePtr' to silence a message f... check-in: d437bc09c5 user: kennykb tags: trunk
17:42
* generic/tclCompile.c (TclCompileScript): * generic/tclLiteral.c (TclReleaseLiteral): fix for [Bu... check-in: 639bb865de user: msofer tags: trunk
10:00
Removed initialization of TSD for the new thread in NewThreadProc since this will result in TclInitN... check-in: 68afdac7e7 user: vasiljevic tags: trunk
09:50
See file... check-in: 91ba63a40a user: vasiljevic tags: trunk
09:50
Removed unused variable in NewThreadProc() check-in: ef7d631e71 user: vasiljevic tags: trunk
09:44
Backout of changes to fix the Tcl Bug #770053. See SF bugreport for more info. check-in: 73c0fd55ab user: vasiljevic tags: trunk
2004-07-12
01:56
* generic/tclBasic.c (Tcl_EvalEx): leak fix by dgp, release objv[objectsUsed] on error. check-in: 5709457dc7 user: msofer tags: trunk
01:09
* generic/tclParse.c (Tcl_SubstObj): leak fix by dgp, release result on error. check-in: fe44c63747 user: msofer tags: trunk
2004-07-11
23:11
Another leak fix for [Bug 989093] check-in: dbd61bfe98 user: dkf tags: trunk
23:01
Stop [dict unset] from leaking objects. [Bug 989093 in part] check-in: 615865b512 user: dkf tags: trunk
21:56
* generic/tclExecute.c (TEBC): fixed leak of expandNestList objs when there is an error while an e... check-in: 3db46fa346 user: msofer tags: trunk
21:13
cd fix in vfs check-in: 5f75a341f3 user: vincentdarley tags: trunk
2004-07-10
21:26
Sanitized another couple of uses of the environment. check-in: d2538694e8 user: kennykb tags: trunk
21:02
Added code to restore env(LC_TIME) after the test completes, silencing a warning from 'make TESTFLAG... check-in: d73cd59f37 user: kennykb tags: trunk
20:38
clock.test: Changed clock-2.11 so that it isn't an infinite loop when run on a slow virtual machine.... check-in: e6489b7dbb user: kennykb tags: trunk
2004-07-08
18:46
Modified the logic of literal table cleanup at interp deletion time, insuring that the fix of [Bug 9... check-in: 1647401b73 user: msofer tags: trunk
16:53
Silenced a compiler warning about a type mismatch in AppendEnvironment check-in: 6d6ee42226 user: kennykb tags: trunk
15:43
make mkLinks check-in: 5b3546c22a user: dgp tags: trunk
08:06
Whitespace fixing check-in: 000f91b606 user: dkf tags: trunk
2004-07-07
22:05
* generic/tclCompile.c (TclCompileScript): fix for [Bug 458361]. Single-word scripts are compiled ... check-in: 046cee7227 user: msofer tags: trunk
14:00
* generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and removed potentia... check-in: 212ee836fd user: dgp tags: trunk
12:08
Oops, forgot a bit check-in: fb7a58d22d user: dkf tags: trunk
10:55
Generate RTF (for HLP files) correctly from manpages using advanced *roff formatting constructs. check-in: c23087c29a user: dkf tags: trunk
08:21
Add missing objTypes to catalog check-in: f89d3d0cc7 user: dkf tags: trunk
2004-07-06
21:08
* tests/cmdMZ.test (cmdMZ-return-2.17): Added a test that a word containing backsla... check-in: 22941dd4e1 user: dgp tags: trunk
20:17
* tests/cmdMZ.test (cmdMZ-return-2.15,cmdMZ-return-2.16): Added a test that a return code containing... check-in: 8e3628cad7 user: kennykb tags: trunk
09:27
More elegant fix for tab size handling check-in: 7b9e3511bb user: dkf tags: trunk
09:25
Encourage emacs to fontify the file correctly... check-in: 89488877da user: dkf tags: trunk
09:21
Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n check-in: d299710c58 user: dkf tags: trunk
2004-07-05
22:40
* generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], found by pspjuth. Tear down the glo... check-in: 040dd3ce17 user: msofer tags: trunk
2004-07-04
18:02
Added missing constraint definition... check-in: dde7a00ae2 user: dkf tags: trunk
2004-07-03
21:36
added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. check-in: 9f9931dd39 user: msofer tags: trunk
02:03
Moved declaration of TclCompEvalObj() from tclCompile.h to the internal stubs table, for compiler ex... check-in: b60704a848 user: msofer tags: trunk
2004-07-02
23:35
* generic/regcomp.c (stid): correct minor pointer size error check-in: 5e68b3a970 user: hobbs tags: trunk
23:31
* generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch * doc/exec.n, tests/exec.test: ... check-in: 28a61147a1 user: hobbs tags: trunk
18:46
tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to fail if the path name of the work... check-in: deda5ef522 user: kennykb tags: trunk
18:36
tests/io.test: Changed several tests to run the event loop rather than just calling [update] periodi... check-in: 74c189e67a user: kennykb tags: trunk
13:11
added test check-in: 857b54aa76 user: vincentdarley tags: trunk
2004-07-01
12:07
Fix warning check-in: 48d8c377f5 user: dkf tags: trunk
10:08
Fix missed references to 8.4, spotted by Theo Verelst. check-in: 152efc3ad3 user: dkf tags: trunk
07:59
Doc fixes. [Bug 983146] check-in: b204edf100 user: dkf tags: trunk
2004-06-30
20:53
* tests/fileSystem.test: Minor correction to new fileSystem-9.X tests so that they c... check-in: bee486dac1 user: dgp tags: trunk
14:46
fix to trailing slash documentation and to a filesystem 'file join' bug on windows check-in: 3753a9000e user: vincentdarley tags: trunk
12:34
TIP#188 implementation. Thanks to KBK! [Patch 940915] check-in: 93e9c318bd user: dkf tags: trunk
2004-06-29
14:03
* win/tclWinInit.c: Corrected reference counting flaw in recent changes. Thanks... check-in: 10db641414 user: dgp tags: trunk
10:07
fix to compilation error with VC++ 5.2 check-in: 47ebcf3c8a user: vincentdarley tags: trunk
09:34
Fix [Bug 981733]; bizarre resolver brokenness strikes again! check-in: 563ba4de34 user: dkf tags: trunk
2004-06-24
10:34
Fix constraints so can test with tclsh as well as tcltest [Bug 736431] check-in: dcdd52fc3d user: dkf tags: trunk
09:05
Oops! check-in: 928e22066f user: dkf tags: trunk
08:58
Style and whitespace fixes check-in: e7c7a606b8 user: dkf tags: trunk
04:13
* generic/tclThreadStorage.c: Corrected type casting errors that led to calculatio... check-in: 37c97c8ebf user: dgp tags: trunk
01:29
Version 5 of [Patch 976496] check-in: 6d178830b8 user: mistachkin tags: trunk
2004-06-23
22:45
Add update to let the async events work check-in: c1ebe3aba1 user: patthoyts tags: trunk
22:02
* tests/io.test: Added -force to 18.1 and 18.2. This was failing on WinXP. check-in: be2b7d29a4 user: patthoyts tags: trunk
21:32
* tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a failure in 16.12. check-in: 88a51c52e3 user: patthoyts tags: trunk
21:01
* tests/eofchar.data: Added -kb option to ensure a binary checkout to win32 systems. This fixes a fa... check-in: 5071106ca0 user: patthoyts tags: trunk
19:23
* win/makefile.vc: fix for bug #977369 about launching tclsh to generate a tclConfig.sh with the nma... check-in: 30a13c52a1 user: patthoyts tags: trunk
17:26
* tests/winDde.test (createChildProcess): Added a 200-ms delay (with the event loop live) when shutt... check-in: c612fd8217 user: kennykb tags: trunk
15:46
Simplify constraint by assuming Mac is Unix (which is true these days) check-in: 618540629e user: dkf tags: trunk
15:36
Standardize some use of test constraints onto names that are documented check-in: f6289216a6 user: dkf tags: trunk
15:10
Fixed constraint name and whitespace usage check-in: 05a86b8fb7 user: dkf tags: trunk
03:49
Corrected typo in latest patch that broke build on OS X. check-in: 4609b442b3 user: dgp tags: trunk
00:25
Regen check-in: abb867dc74 user: dkf tags: trunk
00:24
Version of [Patch 746578] that works with Linux and is likely to work elsewhere check-in: f7e8a16883 user: dkf tags: trunk
2004-06-22
22:08
own typo repaired check-in: 2246f7274a user: davygrvy tags: trunk
19:41
* generic/tclEvent.c (NewThreadProc): Fixed broken build on Windows caused by missing TCL_THREAD_CRE... check-in: efd9bd6b1f user: kennykb tags: trunk
13:11
See file... check-in: 9e460ac378 user: vasiljevic tags: trunk
13:08
Integrated fix for Tcl Bug #770053 from core-8-4-branch check-in: 9f739d40a1 user: vasiljevic tags: trunk
2004-06-21
22:05
* win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, TclpCheckStackSpace, _except_checkst... check-in: c06e682eb3 user: mdejong tags: trunk
08:54
Make [Bug 975895] less likely to be hit check-in: a99c5f486a user: dkf tags: trunk
2004-06-19
00:42
* tests/load.test: Relaxed strictness of error message matching for test load-2... check-in: 5144d92f2d user: dgp tags: trunk
2004-06-18
20:38
* generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. * generic/tclInt.... check-in: 7cbe86f3c9 user: dgp tags: trunk
15:59
* tests/winFCmd.test (winFCmd-16.12): Changed test to compute the target directory, so as not to fai... check-in: ff098068c1 user: kennykb tags: trunk
15:29
* unix/tcl.m4: autoconf 2.5 fixes in Darwin section. * unix/configure: autoconf-2.57 check-in: d5a6b2ba3b user: das tags: trunk
15:26
Added various Chinese locale->encoding mappings check-in: 3d9fa085dc user: dkf tags: trunk
15:17
Added note about not touching bytes during freeIntRepProc running. check-in: bde5f9b532 user: dkf tags: trunk
15:12
Fixed [Bug 886231] properly this time rather than with a broken version that breaks the core complet... check-in: 3a145c918b user: dkf tags: trunk
15:06
Added tests for deep-object-freeing check-in: 102d5672a6 user: dkf tags: trunk
14:44
Remove extraneous space check-in: 932e145c76 user: dkf tags: trunk
13:42
Fix tclWinInit.c for KBK, adding comments as I go. :^) check-in: 74fa673878 user: dkf tags: trunk
2004-06-17
22:18
Updated comments to agree with recent revisions. check-in: a8f7f64044 user: dgp tags: trunk
22:13
Relaxed panic condition on overwrite of default library path to accept double right of the same valu... check-in: 5743d098fd user: dgp tags: trunk
21:44
* generic/tclObj.c: Added missing space in panic message. check-in: 34e708d23e user: dgp tags: trunk
21:43
Remove debugging panic check-in: b583fd72e7 user: dgp tags: trunk
21:40
Reverted temporary change check-in: 9638d4c875 user: dgp tags: trunk
21:39
* generic/tclObj.c: Added missing space in panic message. check-in: 27aed8f4eb user: dgp tags: trunk
21:33
Added missing incr ref count. D'oh! check-in: d422046c68 user: dgp tags: trunk
21:26
Better panic message for diagnosis. check-in: 1f6581253a user: dgp tags: trunk
20:18
temporarily removed unset of ::tclDefaultLibrary for sake of testing. check-in: e65acbacb9 user: dgp tags: trunk
20:17
silence compiler warning check-in: 32b8d9350e user: dgp tags: trunk
19:41
more compiler fixes check-in: da08cdfb3d user: dgp tags: trunk
19:37
correct compile errors check-in: d732290f82 user: dgp tags: trunk
19:28
* win/tclWinInit.c: Inform [tclInit] about the default library directory via the... check-in: c28ec08e9c user: dgp tags: trunk
2004-06-16
21:20
* doc/library.n: Moved variables ::auto_oldpath and * library/auto.tcl: :... check-in: 86b4f4513a user: dgp tags: trunk
2004-06-15
22:22
Added doc clarification in response to [RFE 768852] check-in: 590545ebfe user: dkf tags: trunk
20:28
* unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which is the configure-time CFLAGS. Ad... check-in: 235c2cad60 user: hobbs tags: trunk
2004-06-14
22:14
* win/Makefile.in: Corrected compilation flags for tclPkgConfig.c so that it doesn't require Stubs. ... check-in: 8049481eef user: kennykb tags: trunk
14:39
formatting check-in: 25d4361736 user: dgp tags: trunk
2004-06-11
22:39
* doc/Encoding.3: Removed bogus claims about tcl_libPath. * generic/tclInterp... check-in: 82f0fc8f01 user: dgp tags: trunk
21:55
* generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) an absolute path... check-in: 4da119837c user: dgp tags: trunk
21:33
Restored Eng. Manual Style check-in: fdfc7460a0 user: dgp tags: trunk
21:30
* unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() * win/tclWinIn... check-in: 406f195e75 user: dgp tags: trunk
20:25
* unix/configure.in: Updated TCL_PACKAGE_PATH value to * win/configure.in: ha... check-in: 6d6bef09e7 user: dgp tags: trunk
19:41
* win/tclAppInit.c: Restored the 'setargv' procedure when compiling with mingw. Apparently, the co... check-in: f0cb3345b4 user: kennykb tags: trunk
2004-06-10
22:21
* unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition of * win/tclWinIni... check-in: 7b183335bf user: dgp tags: trunk
17:15
Clarified that [pwd] really returns the absolute path of the current working directory. This fixes t... check-in: 7e5c36ba70 user: vasiljevic tags: trunk
17:10
Fixed Tcl_FSChdir not to forcefully update private cwd cached copy. This fixes the problem of [cwd] ... check-in: 3e1765974b user: vasiljevic tags: trunk
16:55
* generic/tclPathObj.c: Corrected [file tail] results when operating on a path produ... check-in: 5ff9844529 user: dgp tags: trunk
2004-06-09
16:15
Partially corrected [Bug 932314] check-in: 6d246837d7 user: vasiljevic tags: trunk
2004-06-08
19:27
* generic/tclCompile.c: * generic/tclExecute.c: handle warning [Bug 969066] check-in: b497ca1e0c user: msofer tags: trunk
19:18
Silence compiler warnings. check-in: 44e73905b2 user: dgp tags: trunk
18:52
Fix variable usage warning. [Bug 969068] check-in: a750bd2f86 user: dkf tags: trunk
2004-06-07
21:37
Fixed a minor lsearch example fault. [Bug 968219] check-in: 98e262003f user: dkf tags: trunk
16:48
Re-commit after a `make genstubs` on a unix system, to restore unix line endings check-in: 480d71ecd2 user: dgp tags: trunk
2004-06-05
17:31
* generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: ac070357cf user: kennykb tags: trunk
2004-06-04
20:17
* generic/tcl.h: Restored #include <stdio.h> to tcl.h, rejecting the "fix" fo... check-in: 32ee49f9f0 user: dgp tags: trunk
2004-06-02
23:29
* win/tclWinFile.c (TclpFindExecutable): when using GetModuleFileNameA (Win9x), convert from CP_AC... check-in: bb41e6ffe5 user: hobbs tags: trunk
22:16
no message check-in: 10f3b52885 user: davygrvy tags: trunk
22:12
* tests/winPipe.c (winpipe-6.1): blocking set to 1 before closing to ensure we get an exitcode. The... check-in: 5a776f41bb user: davygrvy tags: trunk
19:14
Removed language that encouraged abuse. [package] is for packages. check-in: 4194e2ae68 user: dgp tags: trunk
14:24
documentation bug check-in: e9663a5eb3 user: vincentdarley tags: trunk
2004-06-01
18:51
no message check-in: 1918e6eae6 user: davygrvy tags: trunk
18:44
* generic/tclIO.c (Tcl_SetChannelOption): Took out the range verification on -buffersize so origina... check-in: 1478f4055c user: davygrvy tags: trunk
18:36
reverted back to 1.8 check-in: d7c9e85dd3 user: davygrvy tags: trunk
18:36
reverted back to 1.53 check-in: 991f6a5fb7 user: davygrvy tags: trunk
18:10
no message check-in: 5a279cf282 user: davygrvy tags: trunk
18:08
* tests/io.test: * tests/iogt.test: Tests cases that set invalid -buffersize settings on channels ei... check-in: 7b06d8fa1a user: davygrvy tags: trunk
10:01
no message check-in: 9ab188dc1a user: davygrvy tags: trunk
10:00
* generic/tclIO.c (Tcl_SetChannelOption): Invalid settings for -buffersize weren't being reported a... check-in: cc6db8153e user: davygrvy tags: trunk
08:18
* win/makefile.vc: check for either MSDEVDIR or MSVCDIR being in the environment, for VC7. [Bug 942... check-in: e7b0eec831 user: davygrvy tags: trunk
2004-05-30
21:57
no message check-in: 3d3bf5f4ee user: davygrvy tags: trunk
21:57
* win/tclWinPipe.c: * win/tclWinPort.h: Reworked the win implementation of Tcl_WaitPid to support e... check-in: b3a0f7ea3d user: davygrvy tags: trunk
15:07
Added examples check-in: 3862488af6 user: dkf tags: trunk
14:56
Shrank the spacing slightly check-in: 436bdfe837 user: dkf tags: trunk
14:52
Addex example check-in: cef2c640e0 user: dkf tags: trunk
14:25
Added example and cleaned up a few bits of documentation. check-in: 8c96696f78 user: dkf tags: trunk
14:13
Added example check-in: e085e375ab user: dkf tags: trunk
12:21
Regen check-in: f69210c105 user: dkf tags: trunk
12:18
Limits documentation and style improvements Added C docs, cleaned up C code, added note on behaviour... check-in: ed860fa489 user: dkf tags: trunk
2004-05-29
18:50
Fix minor markup errors. check-in: bd75e82e88 user: jenglish tags: trunk
2004-05-28
13:18
Added note to cover the ongoing example-adding activity check-in: ae6688ff89 user: dkf tags: trunk
12:56
Added example check-in: b65eddfdbf user: dkf tags: trunk
12:40
Added example check-in: 8682eda5b4 user: dkf tags: trunk
12:23
Added example check-in: cd187b49c5 user: dkf tags: trunk
12:09
Added examples check-in: a0dad786ef user: dkf tags: trunk
10:49
Added example inspired by TIP#65 check-in: e7ad0242d7 user: dkf tags: trunk
10:37
Added example, cross-references, and a note that {expand} is usually a better choice! check-in: b36b0d5ab0 user: dkf tags: trunk
00:05
Added examples check-in: afba689385 user: dkf tags: trunk
2004-05-27
23:53
Added example (based on TIP) check-in: fa3b0f10cd user: dkf tags: trunk
23:35
Added examples check-in: 55b7b75543 user: dkf tags: trunk
22:13
Added examples check-in: db1b6b39aa user: dkf tags: trunk
20:44
better (?) #ifdeferry for the last fix check-in: 307c751fc3 user: msofer tags: trunk
20:08
* generic/tclExecute.c: * generic/tclVar.c: using (ptrdiff_t) instead of (int) casting to correct... check-in: 3dc72b756e user: msofer tags: trunk
18:50
Added example. check-in: b91b84bf12 user: dkf tags: trunk
18:45
* tests/clock.test: Commented clock-9.1 that the test will fail if strftime doesn't do %s. check-in: 758c7bbca1 user: kennykb tags: trunk
18:28
* tests/clock.test: Added a single test for the presence of %G in [clock format], and conditioned o... check-in: 7f85a5674b user: kennykb tags: trunk
15:40
Added example check-in: 3b3e32890d user: dkf tags: trunk
15:05
Test name was thoroughly misleading check-in: 2323996244 user: dkf tags: trunk
13:18
Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. Also added support for [F... check-in: 3c862df4ab user: dkf tags: trunk
2004-05-26
22:51
* unix/Makefile.in: Rework configure ordering to TCL_LINK_LIBS, * unix/tcl.m4: ENABLE_SHARE... check-in: ea4d3f60f8 user: hobbs tags: trunk
16:25
* library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: a513a0d696 user: dgp tags: trunk
15:18
* library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: 4df7cb9e87 user: dgp tags: trunk
2004-05-25
22:56
* doc/http.n (http::config): add -urlencoding option (default utf-8) * library/http/http.tcl: ... check-in: 6165ec76fd user: hobbs tags: trunk
22:22
Prototype fix for [Bug 960410] that tries to move hash table cleanup somewhere more reliable. check-in: 21c00eb521 user: dkf tags: trunk
21:06
Added example check-in: 8f3597badb user: dkf tags: trunk
20:42
Added example check-in: bbcd44dae5 user: dkf tags: trunk
20:27
Added examples check-in: a2d7155d31 user: dkf tags: trunk
20:17
* docs/global.n: added details for qualified variable names [Bug 959831] check-in: 54af5fb8f6 user: msofer tags: trunk
19:45
* generic/tclNamesp.c (Tcl_FindNamespaceVar): * tests/namespace.test (namespace-17.10-12): reverte... check-in: 36483a21d3 user: msofer tags: trunk
19:38
* tests/winPipe.test: Protect against path being set * tests/unixInit.test: Unset... check-in: 2ec9fb613b user: dgp tags: trunk
18:58
* tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. * tests/stringCo... check-in: ba729ce049 user: dgp tags: trunk
18:46
* tests/winFCmd.test: Correct test for the presence of a CD-ROM so that it do... check-in: 495f3aeac7 user: kennykb tags: trunk
18:14
io-61.1: initialize res check-in: a588587ad7 user: dgp tags: trunk
18:06
* tests/http.test: Clear away the custom [bgerror] when done. * tests/io.test: ... check-in: ee97b936fe user: dgp tags: trunk
17:44
* tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" that gets cleaned ... check-in: 60cd15fd68 user: dgp tags: trunk
17:17
* tests/execute.test (execute-8.1): Updated to remove the trace set on ::errorInfo ... check-in: 11f2366d39 user: dgp tags: trunk
15:33
error in test naming check-in: 49dd4a972c user: dkf tags: trunk
15:30
Add example check-in: 8fc77935f6 user: dkf tags: trunk
08:37
Finish fixing comments for [Bug 848440] check-in: 93048854e6 user: dkf tags: trunk
08:27
Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] check-in: 4f2386a9a4 user: dkf tags: trunk
07:48
More idiomatic example. [Bug 959602] check-in: c22cde3d67 user: dkf tags: trunk
00:07
* generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used f... check-in: a3e181ab90 user: hobbs tags: trunk
2004-05-24
23:31
Added examples check-in: 3f11ff04ef user: dkf tags: trunk
21:48
Fixed [Bug 959193] which is apparently a word-size issue. check-in: 5b777f0a26 user: dkf tags: trunk
19:18
* doc/set.n: accurate description of name resolution process, referring to namespace.n for details... check-in: 7311f32c2a user: msofer tags: trunk
13:00
Added example check-in: f48d42e129 user: dkf tags: trunk
12:47
Added examples and more cross-references check-in: 03c5bd3e48 user: dkf tags: trunk
12:24
Added example and cross-reference check-in: b03701d089 user: dkf tags: trunk
01:19
Adding potential incompatibility warning in Changelog check-in: 40f895d3ac user: msofer tags: trunk
2004-05-23
22:58
Fix in comments check-in: d2a45d6cae user: msofer tags: trunk
22:53
* generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed, insuring that no "zombie" variab... check-in: f49ce0c192 user: msofer tags: trunk
2004-05-22
16:21
* generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new (in tcl8.4) exteriorisations of... check-in: a4a90f73d3 user: msofer tags: trunk
03:42
* generic/tclVar.c: fix for [Bug 735335]. The use of tclNsVarNameType objs is still disabled, pend... check-in: 8116f5d22b user: msofer tags: trunk
00:19
Reformulated so as to make clear what are examples. check-in: 8ea23b19c1 user: dkf tags: trunk
00:10
* tests/namespace.test (namespace-41.3): removed the {knownBug} constraint: [Bug 231259] is closed... check-in: cef73caa81 user: msofer tags: trunk
00:05
Minor syntactic fixes. Removed a clause that read very strangely and was effectively duplicated els... check-in: 231b10bcd8 user: dkf tags: trunk
2004-05-21
23:50
Use longer dashes (where available) check-in: 16bdd1eb23 user: dkf tags: trunk
23:49
Typo! check-in: 2a6eabd0ce user: dkf tags: trunk
23:47
Added examples. check-in: e582e7cb9b user: dkf tags: trunk
22:57
Added some more examples; there are actually examples scattered through the file anyway. check-in: 51734e1e55 user: dkf tags: trunk
22:03
One more fix; this time it really does let this file build... check-in: 7671937437 user: dkf tags: trunk
21:51
Make TCL_COMPILE_DEBUG path through TEBC work... check-in: e292385757 user: dkf tags: trunk
21:30
Variables should only ever be declarated at the start of a block... check-in: 72bd2f40a5 user: dkf tags: trunk
09:39
2004-05-21 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TclExecuteByteCode): reorga... check-in: 74cc262044 user: msofer tags: trunk
2004-05-20
22:58
Added examples check-in: 934600342d user: dkf tags: trunk
21:18
Added examples. check-in: 8ef09d18b0 user: dkf tags: trunk
21:04
It seems all NaN handling is non-portable except where the platform is incredibly constrained. check-in: 652cb13c63 user: dkf tags: trunk
13:04
Delete limit callbacks properly when the interpreters involved are deleted. check-in: 712f5c453b user: dkf tags: trunk
2004-05-19
22:41
* win/tclWinFile.c (TclpMatchInDirectory): fix for an issue where there was a sneak path from Tcl_D... check-in: a23d7c7c13 user: kennykb tags: trunk
22:22
Added test based on suggestion by Miguel Sofer check-in: 5102d37e7b user: dkf tags: trunk
22:06
Oops! Duplicated a -constraints section, which confused tcltest check-in: 326edd6056 user: dkf tags: trunk
21:56
Enable a test of limiting tight loops. check-in: f625a38945 user: dkf tags: trunk
20:33
Silly error check-in: 910a287f4e user: dkf tags: trunk
20:29
Spelling whoops! Moved constraint declaration to near top of file check-in: 52ebc6eeab user: dkf tags: trunk
20:15
Massive test cleanup; all tests are run, and constraints are used where necessary. check-in: ae1ac5736f user: dkf tags: trunk
20:03
corrected test name duplication check-in: 66716f7cec user: dgp tags: trunk
19:41
* tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as * tclIO.h: [SF Tcl Bug 462317],... check-in: 30839ce2a7 user: andreas_kupries tags: trunk
16:56
fix to 'file dirname' and to fs refCount documentation check-in: a1a411fa97 user: vincentdarley tags: trunk
13:29
Fix whitespace check-in: a6ae725c88 user: dkf tags: trunk
13:02
Fix whitespace check-in: ba2565e0a2 user: dkf tags: trunk
13:00
Fix whitespace and add test for case when pwd can generate an error check-in: 02d8df5801 user: dkf tags: trunk
12:56
Remove trailing whitespace check-in: 9c88269f07 user: dkf tags: trunk
12:51
Use constraints instead of conditional tests check-in: 7821428dbe user: dkf tags: trunk
12:48
Fix whitespace check-in: 4f5dc677cb user: dkf tags: trunk
12:44
Removed trailing whitespace check-in: 9d5a74f6f7 user: dkf tags: trunk
12:43
Converted from conditional tests into constrained tests check-in: 8de91905bc user: dkf tags: trunk
12:23
Remove trailing whitespace check-in: fee6f7c466 user: dkf tags: trunk
12:22
Standardize whitespace handling check-in: 9239f75c40 user: dkf tags: trunk
12:15
Convert conditional tests into constrained tests check-in: 511112a75c user: dkf tags: trunk
12:11
Standardize various minor aspects of test style check-in: 4d180748d7 user: dkf tags: trunk
12:08
Convert conditional testing into constraints check-in: 426ddcb562 user: dkf tags: trunk
10:55
Remove trailing whitespace check-in: 1beda09dc2 user: dkf tags: trunk
10:54
Use constraints, not conditional tests check-in: 484d1a14f8 user: dkf tags: trunk
10:47
Remove trailing whitespace check-in: f1ee4c721b user: dkf tags: trunk
10:46
Use contraints, not conditional tests. check-in: f5f61ea0f3 user: dkf tags: trunk
10:42
Use constraints, not conditional invokation of test. check-in: 492e74696a user: dkf tags: trunk
10:38
Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly. check-in: e7adb792f8 user: dkf tags: trunk
2004-05-18
21:45
* compat/strftime.c (_fmt, ISO8601Week): * doc/clock.n: * tests/clock.test: Major rework to the ha... check-in: d89c598ef2 user: kennykb tags: trunk
21:29
Added example check-in: 7428588e2d user: dkf tags: trunk
21:13
Added example check-in: e805bcd03d user: dkf tags: trunk
20:59
Whitespace fix. check-in: 5f7a972b66 user: dkf tags: trunk
20:47
Minor whitespace fix. check-in: 6eadbd0c06 user: dkf tags: trunk
20:05
no message check-in: 5ff4878786 user: davygrvy tags: trunk
20:02
* win/makefile.vc: now generates a tclConfig.sh from Pat Thoyts [Patch 909911] check-in: 285d80601d user: davygrvy tags: trunk
12:54
Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth! check-in: 20ee0b59f1 user: dkf tags: trunk
12:30
Ensure that single quotes don't come at the start of a line, even when quoted. check-in: 3797a336d5 user: dkf tags: trunk
12:28
More adaptations to understand .SS macros. check-in: 86d6a29be3 user: dkf tags: trunk
12:16
Added support .SS macros. check-in: 9787bb4896 user: dkf tags: trunk
10:52
Added documentation for TIP#143 limits and a few interesting examples. check-in: 9d5627e4ac user: dkf tags: trunk
10:13
Stop a compiler warning. check-in: 5ccb64246a user: dkf tags: trunk
09:29
Tests of limit-exceeded callbacks and make sure that those callbacks can remove the limits if they s... check-in: b996406579 user: dkf tags: trunk
02:01
* generic/tclExecute.c (TclExecuteByteCode): added comments to classify the variables according to... check-in: 0f986b08da user: msofer tags: trunk
2004-05-17
22:31
Added example check-in: bc2e40c928 user: dkf tags: trunk
22:23
Added example check-in: 66a8599fef user: dkf tags: trunk
21:42
Changed test back to what it used to be in 7.* now that [set] counts as a real command once again. :... check-in: ad85b9e03a user: dkf tags: trunk
21:30
Improved TIP#143 tests and now track the number of bytecoded commands better. check-in: 37a66100cf user: dkf tags: trunk
15:16
Example updates/additions. check-in: afd4235d63 user: dkf tags: trunk
10:38
fix to case sensitive 'file executable' on Windows check-in: f33a25c7f1 user: vincentdarley tags: trunk
09:19
Docbug. [Bug 953374] check-in: 2ce4a70a31 user: dkf tags: trunk
02:36
(FIXED PATCH) * generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for co... check-in: 1876b652ee user: msofer tags: trunk
02:16
oops ... reverting last (buggy) commit check-in: cd132c83f4 user: msofer tags: trunk
02:06
* generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for compiledLocals ad... check-in: affd3ce76c user: msofer tags: trunk
2004-05-16
22:26
* generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restored (DE)CACHE_STACK_INFO pair around the ca... check-in: cb076b3780 user: msofer tags: trunk
20:23
* generic/tclBasic.c (Tcl_DeleteInterp): * generic/tclExecute.c (INST_START_CMD): interp deletion ... check-in: 7463ae8f6c user: msofer tags: trunk
17:25
* generic/tclCompile.h: * generic/tclCompile.c: * generic/tclExecute.c: changed implementation of... check-in: 73b4cc9518 user: msofer tags: trunk
2004-05-14
21:43
2004-05-14 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: Promoted TclpLocaltim... check-in: 44753d7a62 user: kennykb tags: trunk
19:15
* generic/tclExecute.h: * generic/tclCompile.h: the math functions receive a pointer to top of th... check-in: 787f793f30 user: msofer tags: trunk
15:38
Expanding the tests avilable for TIP#143 features. Now check that basic syntax is verified. check-in: 5105e116f3 user: dkf tags: trunk
2004-05-13
20:31
Very minor updates to comments/whitespace check-in: c2971727f9 user: dkf tags: trunk
13:00
Regen check-in: 987621e4d3 user: dkf tags: trunk
12:59
TIP#143 implementation; still needs docs and more tests... check-in: 9736fa23ed user: dkf tags: trunk
10:12
TIP#129 implementation. Probably also much more breakage in the test suite too check-in: a353a77e5d user: dkf tags: trunk
2004-05-12
17:43
Optimisations for INST_START_CMD [Bug 926164]. * generic/tclCompile.c (TclCompileScript): avoid em... check-in: 5cb41c73c3 user: msofer tags: trunk
2004-05-11
21:31
Added examples check-in: 85e02c65c3 user: dkf tags: trunk
21:20
More and deeper examples. check-in: 78fbcf1f6f user: dkf tags: trunk
14:09
documentation for glob -types d with symbolic links check-in: f639a6109c user: vincentdarley tags: trunk
09:08
Another example and a bit more clarity. check-in: e181a7fb0f user: dkf tags: trunk
2004-05-10
22:10
Added examples. check-in: 4d228aad1e user: dkf tags: trunk
21:52
no message check-in: b49be47946 user: davygrvy tags: trunk
21:50
(BuildCommandLine): Use the existence of contents in the linePtr rather than the scratch DString pos... check-in: a61e2cbe44 user: davygrvy tags: trunk
20:52
no message check-in: b0d14299e3 user: davygrvy tags: trunk
20:51
(TclpCreateProcess): When under NT, with no console, and executing a DOS application, the path primi... check-in: 46bf8afe88 user: davygrvy tags: trunk
19:02
no message check-in: 9f9827d374 user: davygrvy tags: trunk
19:00
(BuildCommandLine): Moved non-obvious appending logic to outside the loop and added commentary for i... check-in: 27f73a8f9e user: davygrvy tags: trunk
18:50
had to raise the size of the tls extension due to it getting rather fat when built statically to Ope... check-in: c9927422f7 user: davygrvy tags: trunk
2004-05-08
15:51
fix to some compiler warnings check-in: d007991f55 user: vincentdarley tags: trunk
04:06
Refixed bug 789040 check-in: b1a423e026 user: chengyemao tags: trunk
03:48
Refix bug 789040 re-entered in rev 1.41 check-in: 2307b4865d user: chengyemao tags: trunk
2004-05-07
23:29
Added yet more examples. check-in: f4ee589069 user: dkf tags: trunk
22:29
correcting Changelog entry check-in: 49ec9e9ec8 user: msofer tags: trunk
22:26
* doc/unset.n: added upvar.n to the "see also" list check-in: c9f601b087 user: msofer tags: trunk
20:01
* generic/tclEncoding.c: * tests/encoding.test: added support and tests for translating embedded nul... check-in: 8f3d0b5efd user: rmax tags: trunk
07:44
vfs glob root volume fix check-in: 265c17a987 user: vincentdarley tags: trunk
2004-05-06
04:41
* generic/tclInt.h: * generic/tclObj.c (TclFreeObj): made TclFreeObj use the new macro TclFreeObj... check-in: 2fd4458c65 user: msofer tags: trunk
2004-05-05
23:08
More examples. check-in: 9e584cedfe user: dkf tags: trunk
22:08
More examples. check-in: 2a48f5e012 user: dkf tags: trunk
21:35
* tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to cons... check-in: d693e3ddf2 user: dgp tags: trunk
20:52
Remove reference to totally non-existant API. [Bug 848440] check-in: e6b525f22a user: dkf tags: trunk
19:01
no message check-in: c3b4b384aa user: davygrvy tags: trunk
18:59
added the tls extension to the list of preferred load addresses. check-in: 4950ba6ff0 user: davygrvy tags: trunk
18:29
no message check-in: bd37c29f4b user: davygrvy tags: trunk
18:28
(TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved to before the hash table itereat... check-in: debd8d0a67 user: davygrvy tags: trunk
18:24
no message check-in: 0265e290e9 user: davygrvy tags: trunk
18:22
(SocketEventProc) : connect errors should fire both the readable and writable handlers because this ... check-in: 4e5d3d1807 user: davygrvy tags: trunk
2004-05-04
22:31
* tests/fileSystem.test (filesystem-1.39): replace 'file volumes' * tests/fileName.test (filename-... check-in: ed9c4624de user: hobbs tags: trunk
22:30
* tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOME check-in: 92a57eee87 user: hobbs tags: trunk
20:09
* generic/tclAlloc.c: Make sure Tclp*Alloc* routines get * generic/tclInt.... check-in: fa36b89dd4 user: dgp tags: trunk
19:50
* tests/tcltest.test: Test corrections for Mac OSX. Thanks to Steven Abner (tauva... check-in: 663ebdf999 user: dgp tags: trunk
13:27
Remove accidental check-in of TIP#143 code. D'oh! check-in: 42837be8a8 user: dkf tags: trunk
12:36
Suppress a signed-ness warning. check-in: d169588cd0 user: dkf tags: trunk
03:52
* Applied [SF Tcl Patch 868853], fixing a mem leak in TtySetOptionProc. Report and Patch provid... check-in: c3c471c6f5 user: andreas_kupries tags: trunk
03:20
* generic/tclProc.c (TclCreateProc): comments corrected. check-in: 06127b2ec4 user: msofer tags: trunk
02:44
slight improvement to last commit check-in: eb4fd595f3 user: msofer tags: trunk
02:38
* generic/tclCompile.c (TclCompileScript): setting the compilation namespace outside of the loop. check-in: cfb70aec1f user: msofer tags: trunk
2004-05-03
19:59
* generic/tclCompile.c: * generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02, restorin... check-in: 6fb7967f71 user: msofer tags: trunk
17:04
* win/tclWin32Dll.c (TclpCheckStackSpace): * tests/stack.test (stack-3.1): Fix for undetected stack... check-in: 09e1a5fa63 user: kennykb tags: trunk
14:28
* library/init.tcl: Corrected unique prefix matching of interactive command comp... check-in: ce81789cb4 user: dgp tags: trunk
2004-05-02
21:04
cleaning up after new test in last commit check-in: 80d0b4a5bd user: msofer tags: trunk
20:49
* generic/tclProc.c (TclObjInvokeProc): * tests/proc.test (proc-3.6): fix for bad quoting of multi... check-in: 6cec340edc user: msofer tags: trunk
2004-04-30
22:45
More examples check-in: c3ad95d89b user: dkf tags: trunk
20:25
More examples check-in: 9acc202ce0 user: dkf tags: trunk
20:06
* generic/tclInt.h: Replaced Kevin Kenny's temporary * generic/tclThread... check-in: 6e87dc0c78 user: dgp tags: trunk
17:45
* generic/tclThreadAlloc.c: Added a temporary (or so I hope!) inclusion of "tclWinInt.h" to avoid p... check-in: 4b0c81f8a4 user: kennykb tags: trunk
15:28
More examples check-in: 2b96706439 user: dkf tags: trunk
2004-04-29
20:40
* tests/execute.test (execute-8.2): Avoid crashes when there is limited system s... check-in: 81cb859d65 user: dgp tags: trunk
2004-04-28
13:11
* doc/global.n: * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11... check-in: 5d0701ae85 user: msofer tags: trunk
10:27
Minor docfix [Bug 943448] check-in: 4241c2e366 user: dkf tags: trunk
2004-04-27
17:17
A little source clean-up with the allocOnce variable. check-in: b50ffc369b user: davygrvy tags: trunk
2004-04-26
15:51
* unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper positioning of retu... check-in: 85af5d904c user: dgp tags: trunk
14:38
Doc updates from David Welton [Patches 941377,941380] check-in: 89a905deda user: dkf tags: trunk
09:47
Stronger wording & example. [Bug 940843] check-in: 8fb1bd38c6 user: dkf tags: trunk
09:16
Reworked to remove references to testing interfaces and instead promote the use of the Thread packag... check-in: c1afb98822 user: dkf tags: trunk
2004-04-25
20:13
* generic/tcl.h: Removed obsolete declarations and #include's. * generic/tclI... check-in: dfc6ba9c70 user: dgp tags: trunk
2004-04-24
07:49
no message check-in: 61ca6eb5bd user: davygrvy tags: trunk
07:45
(DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACH case. We're not interested ... check-in: e52275fb00 user: davygrvy tags: trunk
05:59
* generic/tclPort.h: * macosx/Makefile: * unix/Makefile.in: followup on tcl header reform [FR 922... check-in: 7b1e19cea3 user: das tags: trunk
2004-04-23
23:38
* generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug 930851]. When changing the eofchar ... check-in: 81e0f61614 user: andreas_kupries tags: trunk
14:05
Filling in names for email addresses in the "old days" Also cleaning up of extra whitespace check-in: ea28493186 user: dkf tags: trunk
12:09
fix to two filesystem bugs: more consistent file separator proc and correct Tcl_FSJoinPath return va... check-in: 3ff4ef9b0c user: vincentdarley tags: trunk
08:58
no message check-in: e1358102d6 user: davygrvy tags: trunk
08:57
(Tcl_MakeFileChannel) : Case for CloseHandle returning zero and not throwing a RaiseException(EXCEPT... check-in: 47c3ea8fa5 user: davygrvy tags: trunk
07:44
no message check-in: a108bd5607 user: davygrvy tags: trunk
07:41
Removed my mistake of adding an exit handler to TclWinInit. TclWinEncodingsCleanup called from TclFi... check-in: e17820f46c user: davygrvy tags: trunk
07:20
* generic/tclInt.h: * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWin... check-in: 4b5a57a7d3 user: davygrvy tags: trunk
07:12
* win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is called from the stack frame of DllMain... check-in: a611d2286e user: davygrvy tags: trunk
03:30
speling errors corrected check-in: cc5e667e18 user: davygrvy tags: trunk
02:06
no message check-in: 7113cecc83 user: davygrvy tags: trunk
02:04
TclSetLibraryPath's use of caching the stringrep of the pathPtr object to TclGetLibraryPath called f... check-in: a11dd04e99 user: davygrvy tags: trunk
2004-04-22
22:36
Improvements to examples by DKF check-in: 44c80620ce user: dkf tags: trunk
14:36
Documentation clarification from David Welton. check-in: bb1b20f6ec user: dkf tags: trunk
12:55
Spelling... :^/ check-in: 4462f1f80c user: dkf tags: trunk
12:48
More examples, this time from Arjen Markus and Donal Fellows. check-in: 4a3c53bd3b user: dkf tags: trunk
2004-04-21
21:31
Added note about a safe and useful mode of update to a hash being iterated over. check-in: 93b6b6965f user: dkf tags: trunk
19:31
Added example from David Welton. [Patch 939473] check-in: 18130b67a5 user: dkf tags: trunk
12:03
Added examples from David Welton. [Patch 938820] check-in: 45e98bcfce user: dkf tags: trunk
2004-04-20
02:17
no message check-in: 698eb2ad8f user: davygrvy tags: trunk
02:15
Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem because its ref count was increme... check-in: 1a96071212 user: davygrvy tags: trunk
02:11
no message check-in: 87d9c0eee4 user: davygrvy tags: trunk
02:10
Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freed for Tcl_Finalize. check-in: 720eaf6d1b user: davygrvy tags: trunk
2004-04-19
22:47
Added example from David Welton. [Patch 938056] check-in: ed861a9487 user: dkf tags: trunk
18:40
Corrected "short circuit" conversion of int to double. Reported by Jeff Hobbs on the Tcl'ers Chat. check-in: da1bb47e4b user: kennykb tags: trunk
2004-04-16
22:20
Add more examples to documentation along the lines of David Welton's project. check-in: ea6d0755de user: dkf tags: trunk
20:44
Corrected type error in synopsis. check-in: 54aab9286c user: dgp tags: trunk
17:33
fix to utime documentation check-in: 324ffb86f6 user: vincentdarley tags: trunk
12:58
Added example from [Patch 936245] from David Welton. Also some other minor bits of doc cleanup. check-in: 74859d7a2c user: dkf tags: trunk
10:28
Added example based on [Patch 935911] from David Welton. check-in: 2711d9fa66 user: dkf tags: trunk
2004-04-15
21:06
Fix minor fault in [clock clicks] error message. check-in: 2ddd40daa4 user: dkf tags: trunk
2004-04-07
22:04
* win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE is also a unicode platform. * ge... check-in: 3ba3231a5b user: hobbs tags: trunk
21:10
* win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC, * win/configure.in: TCL_LIB_SPEC, TCL... check-in: a7ac48274b user: hobbs tags: trunk
15:54
fix to comment (bug 931148) check-in: 29dfb99e4e user: vincentdarley tags: trunk
2004-04-06
22:37
Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked the Tcl header fi... check-in: ea09659fdc user: dgp tags: trunk
22:25
Patch 922727 committed. Implements three changes: * generic/tclInt.h: Reworked... check-in: 2e5b18c85c user: dgp tags: trunk