Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
402 check-ins using file generic/tclHistory.c version 07d8fbd58f
|
2007-04-10
| ||
| 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 | |
| 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 | |
| 20:26 | * README: Bump version number to 8.5a6 * generic/tcl.h: * libr... check-in: 0838b58d9c user: dgp tags: trunk | |
| 19:42 | * README: Bump version number to 8.5a6 * generic/tcl.h: * tool... check-in: bed5192ec7 user: dgp tags: trunk | |
| 13:17 | back to development check-in: 07511ea3f8 user: dgp tags: trunk | |
| 13:16 | Version of ChangeLog for 8.5a5 release check-in: eabc4b8aad user: dgp tags: trunk | |
|
2006-10-22
| ||
| 00:13 | * generic/tcl.h: * generic/tclHash.c: Tcl_FindHashEntry() now calls Tcl_CreateHashEntry() with a ... check-in: 82dae2c070 user: msofer tags: trunk | |
|
2006-10-20
| ||
| 16:49 | add tclOO* files Closed-Leaf check-in: ea79ea1f89 user: das tags: tip-257-merge1-branch-20061020T1300 | |
| 16:48 | fix warning check-in: 73a70c337a user: das tags: tip-257-merge1-branch-20061020T1300 | |
| 16:47 | fix configurations of 'tests' target check-in: 635dff9ad6 user: das tags: trunk | |
| 15:16 | Undo mistaken commit to wrong branch caused by CVS fumble... :-} check-in: c97ddfca3f user: dkf tags: trunk | |
| 15:10 | Branch for building TIP#257 for proper testing check-in: 80af129ceb user: dkf tags: tip-257-merge1-branch-20061020T1300 | |
| 14:04 | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by other developers check-in: a99bded51f user: dkf tags: trunk | |
| 03:58 | Created branch core-8-5-a5-synthetic Closed-Leaf check-in: ea7afed5b5 user: cvs2fossil tags: core-8-5-a5, core-8-5-a5-synthetic | |
| 03:58 | * tools/tcltk-man2html.tcl: add support for alpha & beta versions to useversion glob pattern. [Bug... check-in: ac2d26080f user: das tags: trunk | |
|
2006-10-19
| ||
| 22:36 | * unix/configure.in: Added autodetection for OS-supplied timezone * unix/Makefile.in: files and con... check-in: 0830e64aef user: rmax tags: trunk | |
|
2006-10-18
| ||
| 19:03 | * changes: 8.5a5 release date set check-in: d5b1d8449c user: dgp tags: trunk | |
| 18:46 | * doc/Encoding.3: Missing doc updates (mostly Table of * doc/Ensemble.3: ... check-in: 6daee4f0e4 user: dgp tags: trunk | |
| 17:42 | advance tag for 8.5a5 check-in: 5b3a773019 user: dgp tags: trunk | |
|
2006-10-17
| ||
| 15:39 | * generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12 commit: interp released too ear... check-in: 6e06002b40 user: msofer tags: trunk | |
|
2006-10-16
| ||
| 20:36 | * tclProc.c (SetLambdaFromAny): * tests/apply.test (9.1-9.2): plugged intrep leak [Bug 1578454], ... check-in: c87a0bf2fd user: msofer tags: trunk | |
| 18:41 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main thread, where pthread_get_stac... check-in: 8ff3943783 user: das tags: trunk | |
| 17:43 | * generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also changed Tcl_Alloc... check-in: ac929e49a1 user: dgp tags: trunk | |
| 16:52 | * generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc. check-in: 4c13ce2a5a user: andreas_kupries tags: trunk | |
| 15:33 | * changes: updates for 8.5a5 release. check-in: 83f8628543 user: das tags: trunk | |
| 15:22 | * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. * library/tcltest/pkgI... check-in: 22f4bf1645 user: dgp tags: trunk | |
|
2006-10-13
| ||
| 12:57 | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 check-in: 1a01ea2dde user: coldstore tags: trunk | |
| 05:11 | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: d01fa87110 user: coldstore tags: trunk | |
| 04:54 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use * unix/tcl.m4: pthread_get_stacksize... check-in: 49aee9c202 user: das tags: trunk | |
| 04:53 | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: 22fefe9114 user: coldstore tags: trunk | |
|
2006-10-12
| ||
| 16:24 | * generic/tclInterp.c (ApplyObjCmd): * tests/interp.test (interp-14.5-10): made [interp alias] use... check-in: 1a54c20534 user: msofer tags: trunk | |
| 07:21 | no message check-in: 8329586285 user: davygrvy tags: trunk | |
| 07:18 | nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was not in my shwlapi header ... check-in: 0951243ff5 user: davygrvy tags: trunk | |
|
2006-10-11
| ||
| 20:41 | * generic/tclPkg.c (Tcl_PackageRequireEx): Corrected crash when argument versio... check-in: 8da4fb126f user: dgp tags: trunk | |
| 03:47 | * changes: Updates for 8.5a5 release. check-in: d67439e00b user: dgp tags: trunk | |
|
2006-10-10
| ||
| 20:25 | * tests/namespace-old.test (5.4 6.12,14,15): * tests/namespace.test (14.3,12 17.7,10 34.7): adapt... Closed-Leaf check-in: adc5e09acd user: msofer tags: tip-278-branch | |
| 18:23 | * tests/namespace.test (namespace-51.16): Added test. check-in: e08ee720fe user: dgp tags: trunk | |
| 18:07 | * generic/tclNamesp.c (Tcl_FindNamespaceVar): second change needed, new test failure in namespace-... check-in: 5909d8e4ea user: msofer tags: tip-278-branch | |
| 16:45 | * generic/tclNamespace.c (TclTeardownNamespace): After the commandPathSourceList of... check-in: c78121bce9 user: dgp tags: trunk | |
| 16:15 | Silence GCC (cast is always safe; value is known to fit with wiggle room) check-in: ae8ab7ca23 user: dkf tags: trunk | |
|
2006-10-09
| ||
| 23:41 | Changelog edit. check-in: 22e8b25f11 user: msofer tags: trunk | |
| 23:38 | * doc/UpVar.3: brough the docs in accordance to the code. Ever since 8.0, Tcl_UpVar(2)? accepts TC... check-in: 1eebdd2adf user: msofer tags: trunk | |
| 22:33 | * tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what was being tested). Mis... check-in: 147bfeab16 user: msofer tags: tip-278-branch | |
| 19:41 | * tests/parse.test: fixing some incomplete references to global variables - missed in the big *.te... check-in: 1d7545f168 user: msofer tags: tip-278-branch | |
| 19:35 | * generic/tclVar.c: minimal change, provides behaviour of TIP 278 but without any optimisation yet... check-in: 860ed519fa user: msofer tags: tip-278-branch | |
| 19:31 | == == updated to tag tip-278-20061009 == 2006-10-09 Miguel Sofer <msofer@users.sf.net> * ... check-in: 873ef4830e user: msofer tags: tip-278-branch | |
| 19:15 | * tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::error... check-in: a8fcd798f4 user: msofer tags: trunk, tip-278-20061009 | |
|
2006-10-06
| ||
| 14:14 | bug #1571954: avoid /RTCc flag with MSVC8 check-in: 921a289f09 user: patthoyts tags: trunk, tip-278-branch-root | |
| 13:37 | TIP #275: Support unsigned values in binary command check-in: 42dcb6f5f3 user: patthoyts tags: trunk | |
| 05:57 | * library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::... check-in: 83351aed02 user: hobbs tags: trunk | |
| 04:55 | (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 2296aeb300 user: hobbs tags: trunk | |
| 00:22 | * library/tm.tcl: Fixed bug in TIP #189 implementation, now allowing '_' in module names. check-in: c9c25ea2ac user: andreas_kupries tags: trunk | |
|
2006-10-05
| ||
| 21:24 | * generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod... check-in: fd98919337 user: hobbs tags: trunk | |
| 11:38 | * generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15... check-in: d33a29a762 user: msofer tags: trunk | |
| 05:13 | nroff typo check-in: df648327d1 user: hobbs tags: trunk | |
|
2006-10-04
| ||
| 21:03 | Olson's tzdata2006m check-in: cc62308f7f user: kennykb tags: trunk | |
| 18:05 | dup test name check-in: 632c9bda77 user: dgp tags: trunk | |
|
2006-10-01
| ||
| 21:30 | Handle possible missing define check-in: 9d3633c801 user: patthoyts tags: trunk | |
| 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
| ||
| 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 | |