Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
200 check-ins using file doc/exec.n version 67a06bb1c1
|
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 | |