Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
840 check-ins using file tests/chan.test version 51a3fa2f2b
|
2017-10-30
| ||
| 00:43 | merge 8.5b3 check-in: b845ab425d user: dgp tags: tip-278 | |
|
2017-10-29
| ||
| 23:09 | merge var reform check-in: e21a86d7fe user: dgp tags: tip-278 | |
| 22:52 | Merge 8.5a6 check-in: 2e25747e99 user: dgp tags: tip-278 | |
|
2007-11-26
| ||
| 19:43 | merge updates from HEAD check-in: 6bce9b807c user: dgp tags: core-stabilizer-branch | |
| 19:11 | * generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixThrd.c: Fix stack ... check-in: 58c6af7834 user: msofer tags: trunk | |
|
2007-11-25
| ||
| 06:45 | merge updates from HEAD check-in: a49cedfd01 user: dgp tags: core-stabilizer-branch | |
|
2007-11-24
| ||
| 13:45 | Added bug number check-in: e27d4797c8 user: dkf tags: trunk | |
| 12:57 | Fix stack corruption in [dict append] compiler check-in: 9a9a946951 user: dkf tags: trunk | |
| 00:08 | * generic/tclIORChan.c: Fixed a problem with reflected channels. 'chan postevent' is defined to... check-in: 887972b492 user: andreas_kupries tags: trunk | |
|
2007-11-23
| ||
| 22:11 | Remove #ifdef out accidentally left in check-in: 4cb72318f7 user: dkf tags: trunk | |
| 21:19 | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for * tests/var.test (var-14.2): ... check-in: 62f2de328c user: hobbs tags: trunk | |
| 15:00 | Turn the [string] command into a real compiled ensemble. check-in: 6d7ebe09d9 user: dkf tags: trunk | |
|
2007-11-22
| ||
| 22:16 | Rebuild [dict] as a full compiled ensemble. check-in: 375088d62c user: dkf tags: trunk | |
| 16:39 | Rewrote the [string] and [dict] implementations to be ready for conversion to ensembles. check-in: 747f8c21cd user: dkf tags: trunk | |
| 16:32 | Flag shimmering bug found in [string range]. check-in: 9622265599 user: dkf tags: trunk | |
|
2007-11-21
| ||
| 23:30 | Generalize the ensemble compiler further. Still doesn't precopile rewrites, but now handles many ot... check-in: 94a062edbc user: dkf tags: trunk | |
| 16:26 | merge updates from HEAD check-in: 01396090bb user: dgp tags: core-stabilizer-branch | |
| 14:30 | Factor out the core compiled-ensemble builder for simplicity. check-in: 73ef2e59dc user: dkf tags: trunk | |
| 11:22 | A little more errorCode goodness check-in: b987412226 user: dkf tags: trunk | |
| 10:07 | Trim the fat from the source check-in: e7ed0089c3 user: dkf tags: trunk | |
| 06:44 | merge updates from HEAD check-in: 247673fdca user: dgp tags: core-stabilizer-branch | |
| 06:30 | Merge updates from 8.5b3 release check-in: c60ad186f4 user: dgp tags: core-stabilizer-branch | |
|
2007-11-20
| ||
| 20:44 | Added "Potential Incompat" warning. check-in: 6f500391e0 user: dkf tags: trunk | |
| 20:43 | * generic/tclDictObj.c: Changed the underlying implementation of the hash table used in dictionari... check-in: 946f57278c user: dkf tags: trunk | |
| 20:38 | Typo check-in: 0adaecf22b user: dkf tags: trunk | |
| 11:01 | Minor fix check-in: 0523fdd499 user: dkf tags: trunk | |
| 10:59 | Correct usage of Tcl_WrongNumArgs check-in: 12d2983254 user: dkf tags: trunk | |
|
2007-11-19
| ||
| 19:39 | tag bump check-in: 0c46d7320f user: dgp tags: trunk, core-8-5-b3 | |
| 19:33 | Olson's tzdata2007i imported check-in: 1dccbd66c8 user: kennykb tags: trunk | |
| 18:49 | missing contributor names, minor additions for 8.5b3 check-in: 5d75b6086c user: das tags: trunk | |
| 18:14 | * README: Bump version number to 8.5b3. * generic/tcl.h: * lib... check-in: 48093f99b4 user: dgp tags: trunk | |
| 18:10 | * changes: Updated for 8.5b3 release. check-in: c9de19891b user: dgp tags: trunk | |
| 17:25 | INST_EXIST_*: simplify result setting check-in: f4d2750a8b user: das tags: trunk | |
| 14:55 | improvements to comments check-in: fe25ae4843 user: dkf tags: trunk | |
| 14:50 | Reduce cast count. check-in: 2dc7d0e7d8 user: dkf tags: trunk | |
| 14:25 | Reduce cast count. check-in: f968d80835 user: dkf tags: trunk | |
| 14:23 | formatting check-in: 5673b58bd6 user: das tags: trunk | |
| 14:22 | Fix accidentally damaged tests check-in: 09adafe205 user: dkf tags: trunk | |
| 14:04 | Simplifications (fewer casts, less manual bit twiddling) check-in: 703d0677c7 user: dkf tags: trunk | |
| 11:35 | Reduce cast count. check-in: 780eeb1841 user: dkf tags: trunk | |
| 11:31 | Spelling mistake in comment! check-in: dc6465ff09 user: dkf tags: trunk | |
| 11:29 | Reduce cast count. check-in: a7238ebe0b user: dkf tags: trunk | |
| 11:13 | improvements to comments check-in: d95f68a873 user: dkf tags: trunk | |
| 11:11 | eschew superfluous whitespace check-in: 58439ed67f user: dkf tags: trunk | |
| 11:02 | Reduce cast count. check-in: a350e972df user: dkf tags: trunk | |
| 10:18 | Reduce cast count. check-in: 3d39bbcc34 user: dkf tags: trunk | |
|
2007-11-18
| ||
| 22:30 | More minor cleanup check-in: 2746b844ca user: dkf tags: trunk | |
| 22:00 | Avoid using 'new' as an identifier. check-in: a2416568db user: dkf tags: trunk | |
| 21:59 | More minor cleanup check-in: 9f013a3b1a user: dkf tags: trunk | |
| 21:22 | Simplification+comments for ensemble dispatch engine check-in: cb27213b0c user: dkf tags: trunk | |
| 18:29 | General cleanliness improvements (reduced usage of casts, assume C89) check-in: d8c0638b81 user: dkf tags: trunk | |
| 17:48 | Minor fixes (e.g. comment readability) check-in: 33fd885f00 user: dkf tags: trunk | |
| 07:15 | autoconf-2.59 check-in: 1b812e75f2 user: das tags: trunk | |
| 07:14 | whitespace & order (sync with tclconfig/tcl.m4) check-in: 01ddd49662 user: das tags: trunk | |
|
2007-11-17
| ||
| 15:12 | * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read traces not firing on non-existe... check-in: b37c972f54 user: das tags: trunk | |
|
2007-11-16
| ||
| 15:26 | Improvements after review by Arjen Markus. check-in: 858c0ca7c2 user: dkf tags: trunk | |
| 14:11 | Greatly improved ensemble compiler. This one now can handle any ensemble. It is usually not enabled ... check-in: e9c9f68390 user: dkf tags: trunk | |
| 11:17 | Silence some warnings. check-in: 0f280af2bd user: dkf tags: trunk | |
| 07:20 | merge updates from HEAD check-in: be7502a53e user: dgp tags: core-stabilizer-branch | |
| 05:32 | autoheader-2.59 check-in: d6b5fc3090 user: das tags: trunk | |
| 05:32 | move TCL_DTRACE_INST_NEXT after async handlers check check-in: da1d41570d user: das tags: trunk | |
|
2007-11-15
| ||
| 21:47 | better line breaks in debug output check-in: 7928b5f866 user: dgp tags: trunk | |
| 21:38 | * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler. [Bug 1810038]. check-in: b20eee044b user: dgp tags: trunk | |
| 17:07 | * generic/regc_nfa.c: Corrected looping logic in fixempties() to avoid wasting tim... check-in: 86d79e6cb2 user: dgp tags: trunk | |
| 16:22 | More tweaks check-in: a5c27bb71f user: dkf tags: trunk | |
| 16:21 | Must pass non-NULL interp to Tcl_SetEnsemble* functions. check-in: f22df4b21f user: dkf tags: trunk | |
| 12:02 | Readability improvements check-in: ba1666ad83 user: dkf tags: trunk | |
| 11:00 | regen w. autoconf 2.59 check-in: 068f2a805f user: dkf tags: trunk | |
| 10:57 | Let people disable use of -rpath in their linking step. [Patch 1231022] check-in: 7c96e8782c user: dkf tags: trunk | |
| 09:40 | Add comments for clarity. check-in: cf2ed4f8e4 user: dkf tags: trunk | |
| 09:21 | Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for greater portability (bug #18... check-in: beee16b764 user: patthoyts tags: trunk | |
| 04:16 | autoconf-2.59 check-in: 83d54a4c2d user: das tags: trunk | |
| 04:16 | fix 'stack grows upwards' AC_CACHE_CHECK message check-in: 2f0ee16509 user: das tags: trunk | |
| 03:46 | * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test. * macosx/Tcl.xcode/project.pbxproj: check-in: 97b073a759 user: das tags: trunk | |
|
2007-11-14
| ||
| 23:53 | typo check-in: 5018f2884e user: dkf tags: trunk | |
| 23:05 | Compile [info exists] into bytecode. Includes new instructions to support it. check-in: 37ce040dfc user: dkf tags: trunk | |
| 19:53 | * tests/chanio.test: New file. This is essentially a duplicate of 'io.test', with all channel c... check-in: 5292b7a133 user: andreas_kupries tags: trunk | |
| 11:13 | Strengthened the text about Tcl not supporting MCCEs check-in: 88393daa46 user: dkf tags: trunk | |
| 11:04 | Eliminate multi-char collating element code completely. Simplifies the code quite a bit. If people s... check-in: c3a6a6c85d user: dkf tags: trunk | |
| 10:54 | Strip an _ANSI_ARGS_ usage. check-in: 818b6047da user: dkf tags: trunk | |
| 03:51 | autoheader-2.59 check-in: 16c1b4749d user: das tags: trunk | |
| 03:50 | autoconf-2.59 check-in: 3734b0282c user: das tags: trunk | |
| 03:50 | clarify message of second getaddrinfo check check-in: 8378f8ceab user: das tags: trunk | |
| 00:56 | (TclCompileSwitchCmd): simplify TclReToGlob usage. check-in: e384914b4b user: hobbs tags: trunk | |
| 00:50 | * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, only free dstring on OK from Tcl... check-in: 7a5a20d13d user: hobbs tags: trunk | |
| 00:07 | Comment/#ifdef out the multi-char collating element support code. We never used or supported it. [Bu... check-in: ca5f3f73b0 user: dkf tags: trunk | |
|
2007-11-13
| ||
| 22:44 | Extend [switch] compiler to handle regular expressions as long as things are not too complex. Fix [r... check-in: 49402e0f40 user: dkf tags: trunk | |
| 21:42 | Minor fixes (remove double blank lines, etc.) check-in: bb4d91f8fa user: dkf tags: trunk | |
| 21:22 | Fix a bug in disassembly of INST_START_CMD instructions check-in: ff009caa49 user: dkf tags: trunk | |
| 20:41 | Clarify. check-in: 7684218a05 user: dkf tags: trunk | |
| 17:13 | * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly undefined here; this should be ... check-in: 3bda630c6a user: msofer tags: trunk | |
| 16:10 | Added autoconf goo to detect availability of getaddrinfo check-in: 85199b9944 user: patthoyts tags: trunk | |
| 15:50 | Oops! check-in: 30a24cfd2c user: dkf tags: trunk | |
| 14:59 | Forgot to transform to native encoding for getaddrinfo() check-in: 61f48194b3 user: dkf tags: trunk | |
| 14:52 | fix Tcl_DStringFree buglet check-in: c796d774d3 user: das tags: trunk | |
| 14:36 | The six-argument form of getaddressbyname_r() uses the fifth argument to indicate whether the lookup... check-in: 2ba6b2aac2 user: dkf tags: trunk | |
| 14:30 | * generic/regcomp.c: Convert optst() from expensive no-op to a cheap no-op. check-in: c3453d7b63 user: dgp tags: trunk | |
| 14:21 | Make some tests clearer on failure by using tcltest2 features check-in: 142ca82616 user: dkf tags: trunk | |
| 14:06 | Rewrote to use the thread-safe version of gethostbyname() by forward-porting the code used in 8.4, a... check-in: 5c436e300a user: dkf tags: trunk | |
| 13:07 | merge updates from HEAD check-in: cfa59af20c user: dgp tags: core-stabilizer-branch | |
| 00:53 | (TclReToGlob): remove out-dated Tcl_RegExpCompile check as it causes recursion check-in: 05e315b906 user: hobbs tags: trunk | |
|
2007-11-12
| ||
| 22:12 | RE: [Patch 1830184] TclResetResult THIS PATCH WAS REVERTED: initial (mis)measurements overstated t... check-in: 5ff0531ab6 user: msofer tags: trunk | |
| 22:05 | * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet* macros due to compiler warning. T... check-in: 22bc9d9f9a user: hobbs tags: trunk | |
| 22:01 | * generic/tclUtil.c (TclReToGlob): add more comments, set interp result if specified on error. check-in: 463f36cc26 user: hobbs tags: trunk | |
| 19:18 | merge updates from HEAD check-in: 72c5ac9502 user: dgp tags: core-stabilizer-branch | |
| 03:38 | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag * generic/tclExecute.c: bit IN... check-in: f9acfbe863 user: msofer tags: trunk | |
| 02:07 | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: * generic/tclExecute.c, gener... check-in: fcf44fdfdf user: hobbs tags: trunk | |
|
2007-11-11
| ||
| 19:53 | * generic/tclResult.c (ResetObjResult): clarify the logic. check-in: b0ed568d6d user: msofer tags: trunk | |
| 19:32 | [Patch 1830038]: Increased usage of macros to detect and take advantage of objTypes. check-in: 11e8f31512 user: msofer tags: trunk | |
| 10:21 | Formatting/readability check-in: fff8065cf3 user: dkf tags: trunk | |
| 06:32 | * generic/tclBasic.c: fix stack check failure case if stack grows up. check-in: aa7eb1326f user: das tags: trunk | |
| 05:24 | * unix/tclUnixInit.c: simplify non-crosscompiled case. check-in: 5434651fe1 user: das tags: trunk | |
| 05:23 | * generic/tclBasic.c: fix stack check failure case if stack grows up. check-in: 63c60c3714 user: das tags: trunk | |
| 05:23 | autoheader-2.59 check-in: 4c0441d339 user: das tags: trunk | |
| 05:22 | autoconf-2.59 check-in: db4512891b user: das tags: trunk | |
|
2007-11-10
| ||
| 23:37 | changelog entry check-in: 2f263939f6 user: msofer tags: trunk | |
| 23:36 | * generic/tclExecute.c: fast path for INST_LIST_INDEX when the index is not a list. check-in: 56f9da1a31 user: msofer tags: trunk | |
| 22:26 | * unix/configure: autoconf 2.61 check-in: bcba86ce29 user: msofer tags: trunk | |
| 22:24 | * generic/tclBasic.c: * unix/configure.in: * unix/tclUnixInit.c: detect stack grwoth direction at... check-in: 289a5eb6a1 user: msofer tags: trunk | |
| 20:49 | * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with * generic/tclInt.h: int... check-in: 1d05f14a23 user: das tags: trunk | |
| 20:49 | fix typos check-in: 4281fb8e8c user: das tags: trunk | |
| 20:05 | Improved failure comments for stack checks (mistachkin). check-in: f7b6e83c82 user: msofer tags: trunk | |
| 19:01 | * generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * win/tclWin32Dll.c: restore sim... check-in: 00f0c2974d user: msofer tags: trunk | |
| 17:40 | minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD into the activation re... check-in: 40cc92d53f user: kennykb tags: trunk | |
| 17:24 | 2007-11-10 Kevin Kenny <kennykb@acm.org> * win/tclWin32Dll.c: Rewrote the Windows stack checking... check-in: bf656a0123 user: kennykb tags: trunk | |
| 16:08 | * generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixPort.h: * win/tcl... check-in: a3b6a2d871 user: msofer tags: trunk | |
| 03:41 | fix formatting check-in: 932a0524ab user: das tags: trunk | |
| 03:41 | fix formatting and inverted test in TclpCheckStackSpace() check-in: 1dea94a51d user: das tags: trunk | |
| 03:40 | fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown) check-in: 9685d88d5d user: das tags: trunk | |
| 01:33 | * generic/tclResult.c (ResetObjResult): new shortcut. check-in: a9ae49ef27 user: msofer tags: trunk | |
|
2007-11-09
| ||
| 23:04 | fixed stupid bug in last commit that made it not work in threaded builds check-in: 3367f59cb6 user: msofer tags: trunk | |
| 21:35 | * generic/tclAsync.c: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * gener... check-in: 41cb112a37 user: msofer tags: trunk | |
| 18:55 | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for * generic/tclExecute.c, gener... check-in: c7e4e2f87a user: hobbs tags: trunk | |
| 18:50 | * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before func jump check-in: 18e8159958 user: hobbs tags: trunk | |
|
2007-11-08
| ||
| 15:02 | formatting check-in: a76a0fe8b9 user: das tags: trunk | |
| 07:10 | fix (unsigned char*) vs. (char*) warnings check-in: c264c409d6 user: das tags: trunk | |
| 00:50 | * generic/tclStubInit.c: * generic/tclInt.decls, generic/tclIntDecls.h: added TclByteArrayMatch *... check-in: d6f120464e user: hobbs tags: trunk | |
|
2007-11-07
| ||
| 23:52 | (DoWriteChars): special case for 1-byte channel write. check-in: 260c9d8931 user: hobbs tags: trunk | |
| 19:18 | * generic/tclIO.c (TclGetsObjBinary): add an efficient binary path for [gets]. check-in: d85436e72b user: hobbs tags: trunk | |
|
2007-11-06
| ||
| 15:23 | * generic/tclEncoding.c: Version of the embedded iso8859-1 encoding handler that is faster (functi... check-in: 14fb4a7947 user: msofer tags: trunk | |
|
2007-11-05
| ||
| 21:26 | * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend the config database if the e... check-in: 20ea42ff07 user: andreas_kupries tags: trunk | |
| 19:58 | * generic/tclConfig.c (Tcl_RegisterConfig): Modified to use iso8859-1 as a fallback if the user... check-in: 8bb1725584 user: andreas_kupries tags: trunk | |
| 19:37 | * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch 1823576] provided by Stuart Cas... check-in: f6fd27f2a5 user: andreas_kupries tags: trunk | |
| 14:20 | merge updates from HEAD check-in: 5af08bcdde user: dgp tags: core-stabilizer-branch | |
|
2007-11-03
| ||
| 01:47 | * generic/tclTest.c (TestSetCmd2): * generic/tclVar.c (TclObjLookupVarEx): * tests/set.test (set-... check-in: 8ad40a7b72 user: msofer tags: trunk | |
|
2007-11-02
| ||
| 14:49 | merge updates from HEAD check-in: 2409fb88d1 user: dgp tags: core-stabilizer-branch | |
|
2007-11-01
| ||
| 23:36 | Minor documentation improvements check-in: 2af34c50ef user: dkf tags: trunk | |
| 23:06 | Reorder paragraphs for better readability. check-in: 6671e695d1 user: dkf tags: trunk | |
| 23:03 | Fix .DS/.DE to work better when transformed to a table check-in: 43a2d233bc user: dkf tags: trunk | |
| 22:33 | Convert .DS/.DE sequences to tables, as that's now what they're used for. check-in: 4121e6dd83 user: dkf tags: trunk | |
| 16:25 | merge updates from HEAD check-in: cd5e32c829 user: dgp tags: core-stabilizer-branch | |
| 15:48 | Clarified documentation of RE flags. [Bug 1167840] check-in: 2b5b4d322e user: dkf tags: trunk | |
| 13:43 | change 'reflectedchan' to 'refchan' for reduced confusion. check-in: 8713906878 user: dkf tags: trunk | |
| 11:11 | \u0000 is ASCII! [Bug 1808258] check-in: 97b11542bd user: dkf tags: trunk | |
| 10:08 | Clarified [file nativename] usage. [Bug 1185154] check-in: 986aa44db7 user: dkf tags: trunk | |
|
2007-10-31
| ||
| 00:08 | Sync to Tk: use -fp:strict always check-in: 817cb81ac5 user: patthoyts tags: trunk | |
|
2007-10-30
| ||
| 23:50 | Spread the idiom, make the rendering to HTML reliable! check-in: 38c78df4f6 user: dkf tags: trunk | |
| 21:46 | Eliminate misuse of .br check-in: 15c8c11ca9 user: dkf tags: trunk | |
| 21:38 | typos check-in: 5003fe74dd user: dkf tags: trunk | |
| 19:03 | * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish * library/init... check-in: 8dc4b6f34f user: dgp tags: trunk | |
| 14:49 | Forgot some SEE ALSOs check-in: 309ed16fc1 user: dkf tags: trunk | |
| 14:23 | Typo [Bug 1811621] check-in: b5a9812658 user: dkf tags: trunk | |
| 14:21 | Clear up what's going on a bit more. [Bug 1811803] check-in: 91ff082f8b user: dkf tags: trunk | |
| 14:06 | Fix [Bug 1822268] check-in: 1e24a1ab45 user: dkf tags: trunk | |
| 00:14 | Enhance the HTML generator so that it can produce multi-line option descriptions. check-in: bac767841d user: dkf tags: trunk | |
|
2007-10-29
| ||
| 17:17 | line endings check-in: 00992a0194 user: dgp tags: trunk | |
| 16:00 | Minor fixes check-in: bc8918584c user: dkf tags: trunk | |
| 11:28 | GOOBE the docs some more. check-in: 6bfb5e99dd user: dkf tags: trunk | |
| 10:07 | Missed this file last night check-in: 2df42d83cc user: dkf tags: trunk | |
| 01:42 | Next stage of doing GOOBE improvements to documentation now that the html generation works check-in: 5d2457660f user: dkf tags: trunk | |
|
2007-10-28
| ||
| 14:17 | First stage of doing GOOBE improvements to documentation now that the html generation works check-in: 273847833c user: dkf tags: trunk | |
| 03:16 | * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of the concatenees being empty objs [Bug 14... check-in: 13f627e2f3 user: msofer tags: trunk | |
| 00:40 | Embed the definition of the iso8859-1 encoding directly in Tcl. check-in: a9ff6c820e user: dkf tags: trunk | |
|
2007-10-27
| ||
| 18:03 | * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ command names are searched from the global... check-in: d3e0104398 user: msofer tags: trunk | |
| 14:01 | * doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219] check-in: fd1e67e502 user: msofer tags: trunk | |
| 13:58 | Part of fix for [Bug 1810264] check-in: 0f9890ca2b user: dkf tags: trunk | |
| 13:52 | * doc/apply.n: fixed example [Bug 1811791] * doc/namespace.n: improved example [Bug 1788984] * do... check-in: 30cc2b0104 user: msofer tags: trunk | |
| 13:15 | * generic/tclCompile.h: * generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile... check-in: 1e238e0735 user: msofer tags: trunk | |
| 04:11 | merge updates from HEAD check-in: c9e32858ad user: dgp tags: core-stabilizer-branch | |
| 00:24 | * generic/tclVar.c: try to preserve Tcl_Objs when doing variable lookups by name, partially addres... check-in: 08d4bec42d user: msofer tags: trunk | |
|
2007-10-26
| ||
| 23:52 | Make the man->HTML scraper work better. check-in: 84dfc4343b user: dkf tags: trunk | |
| 20:11 | * changes: Updated for 8.5b2 release. * doc/*.1: Revert d... check-in: b67e3f215e user: dgp tags: trunk, core-8-5-b2 | |
| 16:54 | tag: 8.5b2 check-in: 3b4a8c5724 user: dgp tags: trunk | |
| 15:53 | * changes: Updated for 8.5b2 release. check-in: f45049f9cf user: dgp tags: trunk | |
| 15:21 | fix date check-in: b67b1e6233 user: dgp tags: trunk | |
| 15:17 | * README: Bump version number to 8.5b2. * generic/tcl.h: * lib... check-in: 7fb70f130d user: dgp tags: trunk | |
| 14:32 | Working towards better nroff scraping... check-in: a21259361a user: dkf tags: trunk | |
| 12:25 | Fix minor faults. check-in: 7af21d28a5 user: dkf tags: trunk | |
|
2007-10-25
| ||
| 20:02 | whitespace check-in: 1b6d48c258 user: das tags: trunk | |
| 18:44 | Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garbling internal list for tracking sync ob... check-in: 386694e12b user: vasiljevic tags: trunk | |
| 18:40 | Added TclpMasterLock/Unlock arround calls to ForgetSyncObject in Tcl_MutexFinalize and Tcl_Condition... check-in: 4daa3e5a3d user: vasiljevic tags: trunk | |
| 14:07 | More GOOBE quoting check-in: a27e69c062 user: dkf tags: trunk | |
| 10:28 | Improvements for clarity check-in: 18a7d88317 user: dkf tags: trunk | |
| 10:25 | Fix macro bug check-in: d620e10cfd user: dkf tags: trunk | |
| 10:09 | GOOBE check-in: e724058344 user: dkf tags: trunk | |
| 10:03 | Ensure that the exemplar output indicates that it can be fractional check-in: ff8a01e559 user: dkf tags: trunk | |
| 10:02 | GOOBE check-in: f8f434410b user: dkf tags: trunk | |
| 09:58 | GOOBE for command results in examples check-in: 80b387dbe4 user: dkf tags: trunk | |
| 09:49 | GOOBE applied check-in: 1a9b668373 user: dkf tags: trunk | |
| 09:38 | GOOBE for command results in examples check-in: 4cf2fbc324 user: dkf tags: trunk | |
| 09:25 | GOOBE for command results in examples check-in: 8e13f07dcd user: dkf tags: trunk | |
|
2007-10-24
| ||
| 16:20 | autoheader-2.59 check-in: 54566d6ea4 user: das tags: trunk | |
| 14:56 | Deal with a nasty special case. check-in: 073f32332f user: dkf tags: trunk | |
| 14:44 | Allow new options to be rendered as HTML. check-in: 7578ef5866 user: dkf tags: trunk | |
| 14:29 | Lots of improvements to look and feel of manual pages check-in: bf4174f4b1 user: dkf tags: trunk | |
| 12:52 | merge updates from HEAD check-in: 59774f5601 user: dgp tags: core-stabilizer-branch | |
|
2007-10-20
| ||
| 02:16 | (forgotten Changelog entry) check-in: e84ef7e00f user: msofer tags: trunk | |
| 02:15 | * generic/tclCompile.c: Fix comments. * generic/tclExecute.c: check-in: 5b4437e1a2 user: msofer tags: trunk | |
|
2007-10-19
| ||
| 14:29 | merge updates from HEAD check-in: 1aa9f2abf6 user: dgp tags: core-stabilizer-branch | |
|
2007-10-18
| ||
| 21:16 | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -code values get pulle... check-in: 51022e44ad user: dgp tags: trunk | |
| 19:11 | no message check-in: b9b7469c90 user: davygrvy tags: trunk | |
| 19:07 | * tools/mkdepend.tcl: sort the dep list for a more humanly readable output. check-in: 14381995f8 user: davygrvy tags: trunk | |
| 17:52 | * compat/tmpnam.c (removed): The routine tmpnam() is no longer * unix/Makefile.in... check-in: e09597661a user: dgp tags: trunk | |
| 17:38 | * generic/tcl.h: Remove TCL_LL_MODIFIER_SIZE. [RFE 1811837] check-in: 047db43d35 user: dgp tags: trunk | |
|
2007-10-17
| ||
| 20:57 | no message check-in: 3a8f2fb06c user: davygrvy tags: trunk | |
| 20:56 | * tools/mkdepend.tcl: Improved defense from malformed object list infile. check-in: 9c9d186715 user: davygrvy tags: trunk | |
| 17:33 | Convert .DS/.DE into HTML tables, not preformatted text. check-in: 516d4f0213 user: dkf tags: trunk | |
| 17:31 | Improve nroff macro usage check-in: 4b79bd087c user: dkf tags: trunk | |
| 14:38 | merge updates from HEAD check-in: 19e81175a0 user: dgp tags: core-stabilizer-branch | |
| 04:35 | * generic/tclCompExpr.c: Moved a misplaced declaration that blocked compila... check-in: 0852a34f13 user: kennykb tags: trunk | |
|
2007-10-16
| ||
| 20:50 | no message check-in: 54fecb5fcd user: davygrvy tags: trunk | |
| 20:49 | * win/makefile.vc: removed old dependency cruft that is no longer needed. check-in: ccb6c2d6b9 user: davygrvy tags: trunk | |
| 03:50 | merge updates from HEAD check-in: fde4b3b9a7 user: dgp tags: core-stabilizer-branch | |
|
2007-10-15
| ||
| 21:27 | * generic/tclIOCmd.c: Revise [open] so that it interprets leading zero strings pas... check-in: 985f1d240a user: dgp tags: trunk | |
| 20:04 | no message check-in: 180a16828a user: davygrvy tags: trunk | |
| 20:01 | * tools/mkdepend.tcl: include path problem fixed. Never fight city hall when comes to levels of quo... check-in: 3e035a8398 user: davygrvy tags: trunk | |
| 19:59 | * win/makefile.vc: include path problem fixed for 'depend' target. Never fight city hall when comes... check-in: 75a44a1ab2 user: davygrvy tags: trunk | |
| 18:38 | no message check-in: 6f924b0d70 user: davygrvy tags: trunk | |
| 18:38 | * tools/mkdepend.tcl: Produces usable output, but has an include path problem I haven't sloved yet.... check-in: a9eae607f0 user: davygrvy tags: trunk | |
| 18:38 | merge updates from HEAD check-in: 0c7f954ed1 user: dgp tags: core-stabilizer-branch | |
| 13:22 | * generic/tclParse.c (Tcl_ParseBraces): fix for possible read after the end of buffer, [Bug 181352... check-in: d9c791bfcf user: msofer tags: trunk | |
|
2007-10-14
| ||
| 07:07 | no message check-in: 9be162c035 user: davygrvy tags: trunk | |
| 07:05 | no message check-in: be61604a81 user: davygrvy tags: trunk | |
| 07:04 | * tools/mkdepends.tcl (new): Initial stab at generating automatic * win/makefile.vc: dep... check-in: dee9c18a8a user: davygrvy tags: trunk | |
|
2007-10-12
| ||
| 19:15 | sync with tk fixing tk install fault check-in: a057543321 user: patthoyts tags: trunk | |
| 14:09 | Mine all version information from headers. Sync tcl and tk and bring extension versions closer toge... check-in: 65d8780f53 user: patthoyts tags: trunk | |
| 02:27 | no message check-in: ad4b5dda08 user: davygrvy tags: trunk | |
| 02:26 | * win/makefile.vc: Fixed my bad spelling mistakes from years back. Dedependency, duh! Rather funny... check-in: 892b2e54f9 user: davygrvy tags: trunk | |
| 00:54 | autoheader-2.59 check-in: ac84c94ca6 user: das tags: trunk | |
| 00:54 | comment typo check-in: 6bd9a0c7f4 user: das tags: trunk | |
|
2007-10-11
| ||
| 21:34 | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure * tests/string.tes... check-in: 9ed4da643a user: dgp tags: trunk | |
| 16:01 | merge updates from HEAD check-in: b847f63668 user: dgp tags: core-stabilizer-branch | |
| 13:35 | * generic/tclObj.c: remove superfluous #include of tclCompile.h check-in: 58eae67dd3 user: msofer tags: trunk | |
| 12:28 | Tidying up, adding names to log entries, etc. check-in: e185293bea user: dkf tags: trunk | |
| 02:54 | merge updates from HEAD check-in: c6a84af958 user: dgp tags: core-stabilizer-branch | |
|
2007-10-09
| ||
| 22:16 | Fix my silly blunder with an undeclared variable. check-in: 2b10596c38 user: dkf tags: trunk | |
|
2007-10-08
| ||
| 19:55 | Clarify a little more the previous correction for the Tcl_HashKeyType flags member. check-in: b0e3d4aff0 user: georgeps tags: trunk | |
| 19:49 | Correct the usage of flags. check-in: 9bd0b81448 user: georgeps tags: trunk | |
|
2007-10-05
| ||
| 17:15 | merge updates from HEAD check-in: ee5f85a94e user: dgp tags: core-stabilizer-branch | |
|
2007-10-02
| ||
| 21:54 | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robus... check-in: 1a86f9334d user: hobbs tags: trunk | |
| 20:11 | Merge updates from HEAD, then [core-stabilizer-branch] * README: Bum... check-in: 49e28c842d user: dgp tags: core-stabilizer-branch | |
| 18:27 | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish * library/init... check-in: f75bd88333 user: dgp tags: trunk | |
| 16:31 | * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. This fixes [SF Bug 1806422] reported... check-in: 0cffd8d27e user: andreas_kupries tags: trunk | |
|
2007-09-25
| ||
| 20:27 | Add a new command, ::tcl::unsupported::disassemble check-in: 2dc70640e6 user: dkf tags: trunk | |
|
2007-09-20
| ||
| 18:43 | fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheck check-in: 7cd407e74c user: das tags: trunk, core-8-5-b1 | |
| 18:29 | fix order, typo, contributor names check-in: a7d73efbd7 user: das tags: trunk | |
| 18:00 | * changes: updates for 8.5b1 release. check-in: 438500540f user: dgp tags: trunk | |
| 17:55 | document --enable-dtrace configure option check-in: 6ba81856dd user: das tags: trunk | |
| 16:26 | revised example check-in: c7adb2c2fb user: dgp tags: trunk | |
|
2007-09-19
| ||
| 17:42 | * README: Bump version number to 8.5b1 * generic/tcl.h: Merge f... check-in: dd2ca92517 user: dgp tags: trunk | |
| 17:28 | merge updates from HEAD check-in: 6acb43ad42 user: dgp tags: core-stabilizer-branch | |
| 15:29 | formatting check-in: b9346cfaaf user: dgp tags: trunk | |
| 10:53 | Replace isdigit call with an internal implementation to avoid libc linkage on windows check-in: be4a3534b4 user: patthoyts tags: trunk | |
|
2007-09-18
| ||
| 19:39 | Darwin changes for 8.5b1 check-in: a10c2c2013 user: das tags: trunk | |
| 16:07 | * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() * win/makefile.v... check-in: ba30ef92c4 user: dgp tags: trunk | |
| 12:47 | autoconf-2.59 check-in: 7060d92e0f user: das tags: trunk | |
| 12:46 | fix quoting of new FreeBSD SHLIB_LD check-in: d07509fa9d user: das tags: trunk | |
|
2007-09-17
| ||
| 22:34 | Add crt flags for tclStubLib now it makes use of C-library functions check-in: aee2fc1d39 user: patthoyts tags: trunk | |
| 20:55 | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries on current NetBSDs [#17492... check-in: cc14fbb071 user: jenglish tags: trunk | |
| 16:26 | merge updates from HEAD check-in: c87900aaba user: dgp tags: core-stabilizer-branch | |
| 16:24 | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is included in the so... check-in: bcd4aae430 user: dgp tags: trunk | |
| 15:03 | merge updates from HEAD check-in: f5355cd31e user: dgp tags: core-stabilizer-branch | |
| 14:50 | * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 * generic/tclPkg.... check-in: 99a55f90cc user: dgp tags: trunk | |
| 12:07 | (CopyData): avoid leaking msg and errObj (if interp == NULL) check-in: ef19734d0e user: das tags: trunk | |
| 11:38 | coverity id 102 check-in: 1df1261457 user: das tags: trunk | |
| 11:37 | coverity id 100 check-in: b396c27797 user: das tags: trunk | |
| 10:43 | Generate literal values more efficiently using TclNewLiteralStringObj macro. check-in: 9c077526f1 user: dkf tags: trunk | |
| 10:40 | Minor cleanup of NULL usage check-in: 39c0206cbb user: dkf tags: trunk | |
| 09:46 | Cleaned up formatting so that lines don't wrap on standard width terminals check-in: e21b0eff60 user: dkf tags: trunk | |
| 08:46 | Do not error on warnings for amd64 symbols build. check-in: aa2e6fba93 user: patthoyts tags: trunk | |
| 08:41 | Default for 8.5 is threaded build check-in: 5fc40f762c user: patthoyts tags: trunk | |
|
2007-09-15
| ||
| 06:00 | * unix/tcl.m4: replace all direct references to compiler by ${CC} to enable CC overriding at con... check-in: 7c64b38c55 user: das tags: trunk | |
|
2007-09-14
| ||
| 16:28 | merge updates from HEAD check-in: 6e82e21c91 user: dgp tags: core-stabilizer-branch | |
| 14:58 | Only invalidate the namespace path once on command creation. [1519940] check-in: a06f517fb7 user: dkf tags: trunk | |
| 02:31 | typo check-in: be13d0619b user: das tags: trunk | |
|
2007-09-13
| ||
| 15:27 | typo check-in: 958046d3bd user: das tags: trunk | |
| 15:27 | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows * generic/tclCompile.h: t... check-in: 4ab9e1dde2 user: das tags: trunk | |
| 15:25 | * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internal TclInfoFrame() for use by... check-in: 8810173129 user: das tags: trunk | |
|
2007-09-12
| ||
| 16:43 | * unix/Makefile.in: Perform missing updates of the tcltest Tcl * win/Makefile.in... check-in: 6fca98ef1f user: dgp tags: trunk | |
| 14:23 | Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling). check-in: 9b1361ab3d user: patthoyts tags: trunk | |
|
2007-09-11
| ||
| 21:33 | merge updates from HEAD check-in: b33cc4078f user: dgp tags: core-stabilizer-branch | |
| 21:26 | * library/tcltest/tcltest.tcl: Accept underscores and colons in * library/tcltest/p... check-in: 104f46469c user: dgp tags: trunk | |
| 17:58 | merge updates from HEAD check-in: f345738126 user: dgp tags: core-stabilizer-branch | |
| 17:46 | * doc/package.n: Restored the functioning of * generic/tclPkg.c: [package... check-in: cdec5768d2 user: dgp tags: trunk | |
| 15:01 | Changelog incompat warning for precompiled scripts check-in: d5685668f0 user: msofer tags: trunk | |
| 14:47 | * generic/tclCompCmds.c (TclCompileDictCmd-update): * generic/tclCompile.c (tclInstructionTable): ... check-in: 589c793c6c user: msofer tags: trunk | |
| 02:39 | * generic/tclExecute.c: Corrected an off-by-one error in the setting of MaxBaseWide for certain powe... check-in: ab2fb9c8bb user: kennykb tags: trunk | |
|
2007-09-10
| ||
| 23:05 | * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being unlinked. [Bug 1740631] (maros)... check-in: f8c52b5205 user: hobbs tags: trunk | |
| 21:47 | * generic/tclCompile.c: fix tclInstructionTable entry for dictUpdateEnd * generic/tclExecute.c: ... check-in: f1713e89ea user: msofer tags: trunk | |
| 14:59 | * doc/package.n: Restored the document parallel syntax of the * generic/tclPk... check-in: 0cb66c55ea user: dgp tags: trunk | |
| 03:06 | merge updates from HEAD check-in: 46fa086ee2 user: dgp tags: core-stabilizer-branch | |
| 00:42 | Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish. check-in: c0796474b5 user: dkf tags: trunk | |
|
2007-09-09
| ||
| 19:28 | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the * generic/tclNames... check-in: 821098a818 user: dgp tags: trunk | |
| 17:26 | merge updates from HEAD check-in: 283490f170 user: dgp tags: core-stabilizer-branch | |
| 17:02 | Correct stack effect value in table. check-in: 5b7a60454b user: dgp tags: trunk | |
| 16:51 | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction * tests/mathop.... check-in: d3f7597cfa user: dgp tags: trunk | |
| 14:34 | * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate routine to compile *... check-in: 740e36cfaf user: dgp tags: trunk | |
| 04:14 | merge updates from HEAD check-in: 9015323aea user: dgp tags: core-stabilizer-branch | |
|
2007-09-08
| ||
| 23:36 | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] fixed correctly, reverted fix of 200... check-in: c13eb6ffae user: msofer tags: trunk | |
| 22:36 | Fix [Bug 1786481] check-in: 2a50a66b78 user: dkf tags: trunk | |
|
2007-09-07
| ||
| 20:20 | merge updates from HEAD check-in: a38122f5fa user: dgp tags: core-stabilizer-branch | |
| 18:11 | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl's * tests/event.t... check-in: cf178ab0f4 user: dgp tags: trunk | |
| 18:01 | * generic/tclProc.c (TclInitCompiledLocals): the refCount of resolved variables was being managed ... check-in: e7a972850c user: msofer tags: trunk | |
| 15:51 | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a * tests/init.test: ... check-in: f4e64b0c79 user: dgp tags: trunk | |
| 01:23 | merge updates from HEAD check-in: b9ddcd2e17 user: dgp tags: core-stabilizer-branch | |
| 00:34 | header cleanup check-in: c31699d2f1 user: dgp tags: trunk | |
|
2007-09-06
| ||
| 19:23 | * generic/tclInterp.c (Tcl_Init): Removed constraint on ability to define a cu... check-in: 2289e361d8 user: dgp tags: trunk | |
| 18:20 | merge updates from HEAD check-in: e581a62da3 user: dgp tags: core-stabilizer-branch | |
| 18:13 | * generic/tclInt.decls: New internal routine TclBackgroundException() * generic/tclE... check-in: d487b6177f user: dgp tags: trunk | |
| 09:36 | typo check-in: da504fa0ec user: das tags: trunk | |
| 08:07 | * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained support * macosx/Tcl.xcode/default.pb... check-in: e80aeb3e3c user: das tags: trunk | |
| 07:26 | discontinue support for Xcode 1.5 (project was no longer being maintained); make identical to curren... check-in: a3a2884ba3 user: das tags: trunk | |
| 05:02 | replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXTRA_CFLAGS var check-in: 4e3c58ee19 user: das tags: trunk | |
|
2007-09-05
| ||
| 21:31 | * generic/tclBasic.c: Removed support for the unmaintained * generic/tclExecute.c:... check-in: 52d95eb911 user: dgp tags: trunk | |
| 01:39 | correct autoconf/autoheader dependencies check-in: 85f240368a user: das tags: trunk | |
| 01:38 | fix building on Panther check-in: b08f8c2418 user: das tags: trunk | |
|
2007-09-04
| ||
| 19:21 | merge updates from HEAD check-in: fefe134c13 user: dgp tags: core-stabilizer-branch | |
| 19:17 | * unix/Makefile.in: It's unreliable to count on the release manager to remember ... check-in: 162b8bc485 user: dgp tags: trunk | |
| 18:48 | merge updates from HEAD check-in: 13b6ba3eb6 user: dgp tags: core-stabilizer-branch | |
| 18:45 | * unix/Makefile.in: Corrections to `make dist` dependencies to be sure that maco... check-in: 7dd4382253 user: dgp tags: trunk | |
| 18:36 | merge updates from HEAD check-in: 3dd1e96fca user: dgp tags: core-stabilizer-branch | |
| 18:35 | * unix/Makefile.in: Corrections to `make dist` dependencies to be sure that maco... check-in: cefd8aaaf1 user: dgp tags: trunk | |
| 17:43 | merge updates from HEAD check-in: 93ee5fafc4 user: dgp tags: core-stabilizer-branch | |
|
2007-09-03
| ||
| 21:27 | * tests/lindex.test (lindex-17.[01]): Added code to detect the error when a script does [lindex {}... check-in: 540ed3dbdd user: kennykb tags: trunk | |
| 20:17 | Olson's tzdata2007g check-in: 820ffba5ee user: kennykb tags: trunk | |
| 01:36 | * generic/tclObj.c (TclInitObjSubsystem): restore registration of the "wideInt" Tcl_ObjType ... check-in: 3aeabd1082 user: das tags: trunk | |
| 01:36 | make tclVarHashKeyType definition static check-in: c90f339469 user: das tags: trunk | |
| 01:28 | fix warnings about 64bit signed vs unsigned comparison check-in: 87372de9f4 user: das tags: trunk | |
|
2007-09-02
| ||
| 22:37 | Doc clarification. check-in: 8f3ffe661e user: dkf tags: trunk | |
|
2007-08-30
| ||
| 19:24 | * generic/tclCompile.c: Added fflush() calls following all callers of * generic/tclE... check-in: 2387f90c46 user: dgp tags: trunk | |
|
2007-08-28
| ||
| 17:43 | * generic/tclCompExpr.c: Use a table lookup in ParseLexeme() to determine lex... check-in: a042911ac1 user: dgp tags: trunk | |
| 16:24 | * generic/tclBasic.c: Used unions to better clarify overloading of * generic/tclCo... check-in: 011da3090c user: dgp tags: trunk | |
|
2007-08-27
| ||
| 23:30 | typo check-in: 717c1de5a4 user: das tags: trunk | |
| 19:56 | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when expression syntax ... check-in: 2eb1879aac user: dgp tags: trunk | |
| 15:12 | * generic/tclCompile.c: Move the deallocation of local LiteralTable * generic/tclCom... check-in: 27a33626be user: dgp tags: trunk | |
| 14:56 | * generic/tclCompExpr.c: Force numeric and boolean literals in expressions to... check-in: d4d9e06b8a user: dgp tags: trunk | |
| 06:46 | fix warnings about signed vs unsigned comparison (type of sizeof() is size_t i.e. unsigned!) check-in: 70e3badcc6 user: das tags: trunk | |
|
2007-08-25
| ||
| 16:53 | * library/clock.tcl (ParseClockScanFormat): Modified code to allow * tests/clock.test (clock-60.*): ... check-in: ef5625c545 user: kennykb tags: trunk | |
| 03:23 | * generic/tclExecute.c (TclExecuteByteCode): Added code to handle * tests/expr.test (expr-23.48-53) ... check-in: 579b6a0cc0 user: kennykb tags: trunk | |
|
2007-08-24
| ||
| 21:34 | * generic/tclCompExpr.c: Register literals found in expressions * tests/compE... check-in: 5d79ae73c5 user: dgp tags: trunk | |
| 11:22 | * generic/tclCompile.c: replaced copy loop that tripped some compilers with memmove [Bug 1780870] check-in: 507783b0c7 user: msofer tags: trunk | |
|
2007-08-23
| ||
| 20:00 | * library/init.tcl ([auto_load_index]): Delete stray "]" that created an expr syntax... check-in: e0f8f0d180 user: dgp tags: trunk | |
| 19:35 | * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection to handle cal... check-in: 22360ee017 user: dgp tags: trunk | |
| 17:20 | * generic/tclCompExpr.c: Suppress the attempt to convert to numeric when pre-... check-in: e488b4a8cd user: dgp tags: trunk | |
| 00:27 | ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition check-in: b7550ae4dc user: das tags: trunk | |
|
2007-08-22
| ||
| 14:31 | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. REVERT... check-in: 0d5e1f847d user: msofer tags: trunk | |
| 14:04 | Missing init in ParseExpr(). Label needs debug build exposure in TEBC. check-in: 78a7370993 user: dgp tags: trunk | |
| 13:30 | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. check-in: a9a5981e6e user: msofer tags: trunk | |
|
2007-08-21
| ||
| 20:41 | * generic/tclMain.c: Corrected the logic of dropping the last * tests/main.test: ... check-in: 8b6639f41a user: dgp tags: trunk | |
| 20:16 | thread-4.4: clear ::errorInfo in the thread as a message is left here from init.tcl on windows due t... check-in: 6461c7599a user: patthoyts tags: trunk | |
|
2007-08-20
| ||
| 16:52 | * generic/tclExecute.c (INST_SUB): fix usage of the new macro for overflow detection in sums, adap... check-in: ab1fc614af user: msofer tags: trunk | |
|
2007-08-19
| ||
| 22:50 | Swapped the order in the Overflowing macro (created in the last commit by Donal): check first the co... check-in: 07dc5d3581 user: msofer tags: trunk | |
| 22:27 | Make Miguel's overflow-detection more mnemonic with a macro. check-in: 8af33a69a7 user: dkf tags: trunk | |
| 18:59 | * generic/tclExecute.c: changed the check for overflow in sums, reducing objsize, number of branch... check-in: 00c98cb96b user: msofer tags: trunk | |
| 10:25 | Resolve [Bug 1752148] check-in: 2415771aae user: dkf tags: trunk | |
|
2007-08-17
| ||
| 01:11 | * generic/tclVar.c: improved localVarNameType caching to leverage the new availability of Tcl_Obj ... check-in: ba286ec0a7 user: msofer tags: trunk | |
|
2007-08-16
| ||
| 20:39 | * generic/tclExecute.c: check the two most frequent instructions before the switch. Reduces both r... check-in: 1236955f45 user: msofer tags: trunk | |
| 19:19 | * generic/tclCompExpr.c: Added a "constant" field to the OpNode struct (again... check-in: 109752ebaf user: dgp tags: trunk | |
|
2007-08-15
| ||
| 17:43 | Fix [Bug 1773127] check-in: ae9094be9c user: dkf tags: trunk | |
|
2007-08-14
| ||
| 21:04 | * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not get the interp's result if it will be ... check-in: cbfe055d8c user: msofer tags: trunk | |
| 17:18 | comment corrections check-in: 50d889f79b user: dgp tags: trunk | |
| 15:17 | * generic/tclBasic.c: Use fully qualified variable names for * tests/thread.test: ... check-in: c2aa87efde user: dgp tags: trunk | |
| 06:33 | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix issues with loading from memor... check-in: 58634f8ad3 user: das tags: trunk | |
| 06:32 | * unix/dltest/pkga.c: whitespace & comment cleanup, remove * unix/dltest/pkgb.c: unused pkgf.c. ... check-in: 9c5c352689 user: das tags: trunk | |
|
2007-08-13
| ||
| 23:07 | * generic/tclExecute.c: Provide DECACHE/CACHE protection to the * tests/trace.test: ... check-in: a27ab3e86d user: dgp tags: trunk | |
|
2007-08-12
| ||
| 21:58 | * generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macro instead of calling the function.... check-in: 2f9503ea2a user: msofer tags: trunk | |
| 14:40 | * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneeded memset to 0 of all allocated objects... check-in: e542780787 user: msofer tags: trunk | |
|
2007-08-11
| ||
| 21:48 | * generic/tclInt.h: remove redundant ops in TclNewStringObj macro check-in: 5a7a3d348f user: msofer tags: trunk | |
| 03:12 | fix missing preprocessor \ line continuation check-in: c3ab19362f user: das tags: trunk | |
|
2007-08-10
| ||
| 18:40 | * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was causing a leak. check-in: 55d3cb8db5 user: msofer tags: trunk | |
| 16:00 | Then reorder code to eliminate duplication. check-in: 5615a73eee user: dgp tags: trunk | |
| 14:02 | * generic/tclCompExpr.c: Revise CompileExprTree() to use the OpNode mark fiel... check-in: 3c5022e036 user: dgp tags: trunk | |
| 00:43 | * generic/tclProc.c (TclCreateProc): better comments on the required varflag values when loading p... check-in: 0430f3472e user: msofer tags: trunk | |
|
2007-08-09
| ||
| 12:20 | * generic/tclExecute.c (INST_STORE_ARRAY): * tests/trace.test (trace-2.6): whole array write trace... check-in: f9ac70f020 user: msofer tags: trunk | |
|
2007-08-08
| ||
| 22:57 | * generic/tclProc.c (InitLocalCache): reference firstLocalPtr via procPtr. codePtr->procPtr == NU... check-in: 50b1b431cf user: hobbs tags: trunk | |
| 20:52 | * generic/tclExecute.c: Corrected failure to compile/link in the -DNO_WIDE_TYPE conf... check-in: 900c479aa1 user: dgp tags: trunk | |
| 20:25 | * generic/tclExecute.c: Corrected improper use of bignum arguments * tests/expr.test... check-in: a7035d0542 user: dgp tags: trunk | |
| 18:39 | renamed InitCompiledLocals to InitResolvedLocals to make it clearer that it is not called in the nor... check-in: 75cb03998c user: msofer tags: trunk | |
| 18:34 | * generic/tclInt.h: remove comments refering to VAR_SCALAR, as that flag bit does not exist any lo... check-in: b9cc3486dd user: msofer tags: trunk | |
|
2007-08-07
| ||
| 17:28 | * generic/tclInt.decls: Exporting via stubs to help * generic/tclInt.h: xotcl adapt to Var... check-in: 714bebf300 user: msofer tags: trunk | |
| 05:06 | * unix/Makefile.in: add support for compile flags specific to object files linked directly into... check-in: 29c6a0cf54 user: das tags: trunk | |
| 05:04 | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted * unix/tclUnixPort.h: from Apple... check-in: 3bd24ce9b5 user: das tags: trunk | |
|
2007-08-06
| ||
| 20:20 | * tests/parseExpr.test: Update source file name of expr parser code. * generic/tclC... check-in: e07d15d52d user: dgp tags: trunk | |
| 17:25 | * generic/tclGetDate.y: Added a cast to the definition of YYFREE to silence compi... check-in: 7f6eeb56bd user: kennykb tags: trunk | |
|
2007-08-05
| ||
| 02:46 | fix breakage in TCL_COMPILE_DEBUG build check-in: 596d49fa5c user: das tags: trunk | |
|
2007-08-04
| ||
| 18:54 | missing Changelog entry check-in: fa49dcedcf user: msofer tags: trunk | |
| 18:32 | modifs to help itcl adapt to VarReform check-in: c49c117219 user: msofer tags: trunk | |
|
2007-08-03
| ||
| 13:51 | Tidying up. check-in: 6951cb3f0c user: dkf tags: trunk | |
|
2007-08-02
| ||
| 07:32 | autoheader-2.59 check-in: 77384e4e9f user: das tags: trunk | |
|
2007-08-01
| ||
| 19:33 | Regenerated configure using autoconf 2.59. Autoconf 2.61 changed the location of the installed manpa... check-in: 56ccef71bd user: andreas_kupries tags: trunk | |
| 15:17 | Rewrote word.tcl for greater efficiency. [Bug 1764318] check-in: 69bafc52fe user: dkf tags: trunk | |
| 13:27 | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit compilation with MSVC6 and... check-in: b38a5b0e23 user: patthoyts tags: trunk | |
| 12:09 | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry Virden. check-in: c8bc140a94 user: msofer tags: trunk | |
|
2007-07-31
| ||
| 17:03 | VarReform [Patch 1750051] *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) check-in: 2fbb344601 user: msofer tags: trunk | |
| 14:05 | Regen with autoconf 2.61 check-in: 460d2e3732 user: msofer tags: trunk | |
| 14:03 | * unix/configure.in: allow use of 'inline' in Tcl sources * win/configure.in: [Patch 1754128] * ... check-in: d59e42acd5 user: msofer tags: trunk | |
| 13:57 | Whitespace/format cleanup check-in: 445a5387bb user: dkf tags: trunk | |
| 10:14 | Added missing bug number. ;-) check-in: d9a3609ca1 user: dkf tags: trunk | |
| 10:04 | * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid replacement to... check-in: 1e89da1930 user: dkf tags: trunk | |
| 09:30 | Simplify the #ifdef logic. check-in: 5ed616355a user: dkf tags: trunk | |
| 08:23 | One more bad change spotted by AKu check-in: 0920c940d7 user: dkf tags: trunk | |
| 08:19 | Fix test failures. check-in: 04a60bc497 user: dkf tags: trunk | |
|
2007-07-30
| ||
| 13:42 | Added macros to make bit chopping clearer check-in: 7c9c662916 user: dkf tags: trunk | |
|
2007-07-24
| ||
| 11:40 | fix wrong TIP # in Changelog check-in: a0775c3edb user: msofer tags: trunk | |
| 03:14 | comment fix check-in: 4852e811e8 user: msofer tags: trunk | |
| 03:11 | changelog completion check-in: 60c93f1668 user: msofer tags: trunk | |
| 03:05 | * generic/tclBasic.c (TEOvI, GetCommandSource): * generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd)... check-in: 7d05132ec3 user: msofer tags: trunk | |
|
2007-07-20
| ||
| 16:49 | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' * library/platform/pkgIndex.tc... check-in: 6dda18cb69 user: andreas_kupries tags: trunk | |
|
2007-07-19
| ||
| 22:52 | merge updates from HEAD check-in: dccc73c7a3 user: dgp tags: core-stabilizer-branch | |
| 13:57 | * generic/tclParse.c: In contexts where interp and parsePtr->interp might be diffe... check-in: a3376f36f3 user: dgp tags: trunk | |
|
2007-07-18
| ||
| 21:10 | * generic/tclCompExpr.c: Removed unused arguments and variables. check-in: 8ee2a50da3 user: dgp tags: trunk | |
|
2007-07-17
| ||
| 20:51 | typo check-in: d985f7937a user: dgp tags: trunk | |
| 19:18 | * generic/tclCompExpr.c (ParseExpr): While adding comments to explain the operatio... check-in: bc22e9e5f3 user: dgp tags: trunk | |
|
2007-07-16
| ||
| 19:50 | * generic/tclCompExpr.c: More commentary. * tests/parseExpr.test: Sev... check-in: 2939551e55 user: dgp tags: trunk | |
|
2007-07-12
| ||
| 22:13 | additional commentary check-in: 8f4d9f2af8 user: dgp tags: trunk | |
| 18:48 | * generic/tclCompExpr.c: Factored out, corrected, and commented common code f... check-in: ce868b8b44 user: dgp tags: trunk | |
| 14:29 | merge updates from HEAD check-in: c7f2802afe user: dgp tags: core-stabilizer-branch | |
|
2007-07-11
| ||
| 21:27 | 2007-07-11 Miguel Sofer <msofer@users.sf.net> * generic/tclCompCmds.c (TclCompileWhileCmd): * g... check-in: c7bb9fa5b4 user: msofer tags: trunk | |
| 14:43 | * generic/tclCompExpr.c: Added a "parseOnly" flag argument to ParseExpr() to ... check-in: 67ae611ad6 user: dgp tags: trunk | |
|
2007-07-10
| ||
| 21:42 | merge updates from HEAD check-in: 61a5713e42 user: dgp tags: core-stabilizer-branch | |
| 21:37 | Renamed some variables for clarity and replaced some cryptic logic with more readable macros... check-in: 7b139de96e user: dgp tags: trunk | |
| 17:07 | Removed some unused counter variables. check-in: 063426b6eb user: dgp tags: trunk | |
| 16:57 | * generic/tclCompExpr.c: Added a field for operator precedence to be stored d... check-in: c40afb4ece user: dgp tags: trunk | |
|
2007-07-09
| ||
| 21:11 | More extended commentary about the data structures of the expr parser. check-in: 567e8728ca user: dgp tags: trunk | |
| 17:34 | * generic/tclCompExpr.c: Revision so that the END lexeme never gets inserted ... check-in: ff8b1f0bdf user: dgp tags: trunk | |
| 14:51 | * generic/tclCompExpr.c: Added missing creation and return of the Tcl_Parse f... check-in: 32e57fe3bc user: dgp tags: trunk | |
| 12:52 | merge updates from HEAD check-in: 7df004cf16 user: dgp tags: core-stabilizer-branch | |
|
2007-07-05
| ||
| 22:21 | More work in progress commenting the expr parser check-in: e04b1a81c3 user: dgp tags: trunk | |
| 18:31 | Start of work adding more useful comments to the expr parser. check-in: 6db899357a user: dgp tags: trunk | |
| 18:02 | * library/init.tcl (unknown): Corrected inconsistent error message in interactive ... check-in: c05e2d8a1f user: dgp tags: trunk | |
| 14:12 | merge updates from HEAD check-in: df8bca6346 user: dgp tags: core-stabilizer-branch | |
| 12:03 | clarify comments for last commit check-in: 679c982356 user: msofer tags: trunk | |
| 11:49 | * generic/tclNamesp.c (SetNsNameFromAny): * generic/tclObj.c (SetCmdNameFromAny): Avoid unnecess... check-in: c05ecd439b user: msofer tags: trunk | |
|
2007-07-04
| ||
| 23:56 | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was being * generic/tclObj.c: cached i... check-in: d9dba1777c user: msofer tags: trunk | |
| 15:24 | Remove over-wide lines from nroff output. check-in: 92080b4098 user: dkf tags: trunk | |
| 15:13 | merge updates from HEAD check-in: ce967214dc user: dgp tags: core-stabilizer-branch | |
| 14:45 | Remove over-wide lines from nroff output. check-in: 49c8d67446 user: dkf tags: trunk | |
| 13:51 | Fixing some minor nroff misuses check-in: 0910ed8ce6 user: dkf tags: trunk | |
| 13:25 | Minor formatting fixes and additional notes on portability of [file] check-in: 17fa8257c8 user: dkf tags: trunk | |
| 12:33 | Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDS check-in: 167312664b user: dkf tags: trunk | |
|
2007-07-03
| ||
| 20:25 | merge updates from HEAD check-in: ef4e01456d user: dgp tags: core-stabilizer-branch | |
| 18:36 | * generic/tclCompExpr.c: Revised #define values so that there is now more exp... check-in: 365d567aa1 user: dgp tags: trunk | |
| 09:36 | Minor *roff usage fixes check-in: 7e2452d1a6 user: dkf tags: trunk | |
| 02:28 | merge updates from HEAD check-in: ee65fc56de user: dgp tags: core-stabilizer-branch | |
|
2007-07-02
| ||
| 21:10 | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and * generic/tclH... check-in: 2ee96de43c user: dgp tags: trunk | |
| 20:30 | Simplify string hashing a little. [FRQ 951168] check-in: bf5e28ec4a user: dkf tags: trunk | |
| 19:18 | * generic/tclIO.c: Removed dead code. * unix/tclUnixChan.c: check-in: f1679dd963 user: dgp tags: trunk | |
| 17:32 | * generic/tclCompExpr.c: Removed dead code, old implementations * generic/tcl... check-in: 3957220b51 user: dgp tags: trunk | |
| 17:13 | * generic/tclCompExpr.c: Removed dead code, old implementations * generic/tcl... check-in: 80ae569cd1 user: dgp tags: trunk | |
|
2007-07-01
| ||
| 17:31 | merge updates from HEAD check-in: 25efbdbb22 user: dgp tags: core-stabilizer-branch | |
| 14:49 | fix typo ... donal broke the build check-in: baa1a769b0 user: msofer tags: trunk | |
|
2007-06-30
| ||
| 14:07 | Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bug 1717186] check-in: b9ed04cf0c user: dkf tags: trunk | |
| 09:59 | Prevent RemeberSyncObj() from growing the sync object lists by reusing already free'd slots, if poss... check-in: 41d4c04c24 user: vasiljevic tags: trunk | |
|
2007-06-29
| ||
| 22:37 | Improved documentation of Tcl_DictObjDone to make it clearer how to use it. [Bug 1710795] check-in: fb02dc713d user: dkf tags: trunk | |
| 03:17 | * generic/tclAlloc.c: on Darwin, ensure memory allocated by * generic/tclThreadAlloc.c: the custo... check-in: 28e130888f user: das tags: trunk | |
| 03:16 | * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free. * generic/tclDate.c: bison 1.87... check-in: 11c00e6d4f user: das tags: trunk | |
| 03:16 | * generic/tclBasic.c (TclEvalEx): fix warnings. check-in: 07d5634292 user: das tags: trunk | |
| 03:15 | * macosx/Tcl.xcodeproj/project.pbxproj: improve support for renamed tcl * macosx/Tcl.xcodeproj/def... check-in: b36e47fa57 user: das tags: trunk | |
|
2007-06-28
| ||
| 21:28 | unsigned int type matching check-in: fbc4a8da87 user: dgp tags: trunk | |
| 21:24 | * generic/tclBasic.c: Removed dead code, including the * generic/tclExecut... check-in: 151eab9347 user: dgp tags: trunk | |
| 21:10 | Silence constness warnings for TclStackFree when building with msvc. check-in: e7805530ef user: patthoyts tags: trunk | |
| 18:09 | merge updates from HEAD check-in: 186e4fc5e5 user: dgp tags: core-stabilizer-branch | |
| 13:56 | * generic/tclVar.c (UnsetVarStruct): fix possible segfault with recent streamlining. check-in: a179e59a3f user: msofer tags: trunk | |
|
2007-06-27
| ||
| 22:44 | merge updates from HEAD check-in: dd41e5f086 user: dgp tags: core-stabilizer-branch | |
| 18:21 | * generic/tclTrace.c: Corrected broken trace reversal logic in * generic/tclTest.c... check-in: 73868a81de user: dgp tags: trunk | |
| 01:37 | merge updates from HEAD check-in: 090749ed16 user: dgp tags: core-stabilizer-branch | |
|
2007-06-26
| ||
| 22:12 | * generic/tclBasic.c (TclEvalEx): Moved some arrays from the C stack to the Tc... check-in: c114ba528e user: dgp tags: trunk | |
| 13:34 | * generic/tclVar.c (UnsetVarStruct): more streamlining. check-in: 642e4d43f0 user: msofer tags: trunk | |
| 03:12 | * generic/tclExecute.c: Safety checks to avoid crashes in the TclStack* routines whe... check-in: b606177a4b user: dgp tags: trunk | |
|
2007-06-25
| ||
| 18:53 | merge updates from HEAD check-in: 436f99c1ba user: dgp tags: core-stabilizer-branch | |
| 17:46 | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change, more streamlining. check-in: f08623444e user: msofer tags: trunk | |
| 13:19 | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change check-in: a0f1c28e39 user: msofer tags: trunk | |
|
2007-06-24
| ||
| 18:18 | * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inlining that ended up not really optimis... check-in: b67ced1825 user: msofer tags: trunk | |
| 16:05 | * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced in last commit. check-in: 5c27e20683 user: msofer tags: trunk | |
|
2007-06-23
| ||
| 23:20 | fix warnings check-in: 32f6ca9bf0 user: das tags: trunk | |
| 18:13 | * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic slightly clearer, eliminated so... check-in: 2eeffb408a user: msofer tags: trunk | |
| 00:23 | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation APIs after fork() on systems w... check-in: 36af5226c8 user: das tags: trunk | |
|
2007-06-22
| ||
| 20:42 | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. * generic/tclScan.c: check-in: ebf25c463a user: dgp tags: trunk | |
| 17:09 | * generic/tclExecute.c: Revised TclStackRealloc() signature to better * generic/tclI... check-in: 81b13808a3 user: dgp tags: trunk | |
|
2007-06-21
| ||
| 18:41 | * generic/tclBasic.c: Move most instances of the Tcl_Parse struct * generic/tclCom... check-in: 707a2f7cf1 user: dgp tags: trunk | |
| 17:45 | * generic/tclBasic.c (TEOvI): Made sure that leave * generic/tclExecute.c (INST_INVOKE): ... check-in: 58ab24b640 user: msofer tags: trunk | |
| 16:04 | merge updates from HEAD check-in: 9b4cd8d23b user: dgp tags: core-stabilizer-branch | |
| 12:43 | Fix comments referring to {expand}. [Bug 1600859] check-in: 44134272e1 user: dkf tags: trunk | |
|
2007-06-20
| ||
| 22:36 | * generic/tclVar.c: streamline namespace vars deletion: only compute the variable's full name if t... check-in: 0d558d3ffe user: msofer tags: trunk | |
| 19:27 | correct pointer type mismatch in latest commit check-in: c4e7a02eeb user: dgp tags: trunk | |
| 18:46 | * generic/tclInt.decls: Revised the interfaces of the routines * generic/tclExecute.... check-in: 4ea644b0de user: dgp tags: trunk | |
| 18:01 | * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS, standardized headers, subheaders... check-in: 5f447112cf user: hobbs tags: trunk | |
|
2007-06-19
| ||
| 20:21 | improve comments on Tcl stack management check-in: ccfdd31d0d user: msofer tags: trunk | |
| 19:50 | adding comments to GrowEvaluationStack check-in: 0158b2562d user: msofer tags: trunk | |
| 02:48 | merge updates from HEAD check-in: 20f7bae489 user: dgp tags: core-stabilizer-branch | |
| 01:13 | * tools/tcltk-man2html.tcl: clean up copyright merging and output. clean up coding constructs. check-in: 8567816881 user: hobbs tags: trunk | |
|
2007-06-18
| ||
| 22:51 | * generic/tclCmdIL.c (InfoFrameCmd): * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): * generic/tclCompil... check-in: af31ea6648 user: msofer tags: trunk | |
| 21:58 | * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack and onto the Tcl stack, between ... check-in: 34cba706d3 user: msofer tags: trunk | |
| 21:27 | * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off the C stack a... check-in: d09092b4b7 user: dgp tags: trunk | |
| 21:05 | * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C stack and onto ... check-in: dc94bda93b user: dgp tags: trunk | |
|
2007-06-17
| ||
| 21:54 | merge updates from HEAD check-in: 9739ba91a5 user: dgp tags: core-stabilizer-branch | |
| 21:29 | Fix [Bug 1738542] check-in: d46aa631cf user: dkf tags: trunk | |
| 19:14 | merge updates from HEAD check-in: cd982ab6bd user: dgp tags: core-stabilizer-branch | |
|
2007-06-16
| ||
| 13:48 | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a chain of if's for a modest per... check-in: fcf2f06dbf user: dkf tags: trunk | |
| 06:13 | merge updates from HEAD check-in: 042ad7f2ce user: dgp tags: core-stabilizer-branch | |
|
2007-06-15
| ||
| 22:58 | * generic/tclCompCmds.c: Simplified [variable] compiler and * generic/tclExecute.c: executor. M... check-in: 212358ac5d user: msofer tags: trunk | |
| 20:30 | merge updates from HEAD check-in: b01fff0a34 user: dgp tags: core-stabilizer-branch | |
| 19:58 | * generic/tclCompile.c: reverted TclEvalObjvInternal and * generic/tclExecute.c: INST_INVOKE to es... check-in: f72ba09644 user: msofer tags: trunk | |
| 19:50 | merge updates from HEAD check-in: 577459321a user: dgp tags: core-stabilizer-branch | |
| 18:14 | * generic/trace.test: added tests 36.* for dynamic trace creation and addition. These tests expose... check-in: ba5776d952 user: msofer tags: trunk | |
| 16:37 | merge updates from HEAD check-in: 9367036736 user: dgp tags: core-stabilizer-branch | |
| 14:38 | Tidy up a bit check-in: cf9867ea37 user: dkf tags: trunk | |
|
2007-06-14
| ||
| 21:10 | Changelog fix check-in: 825f01bc0e user: msofer tags: trunk | |
| 21:02 | * generic/tclInt.decls: Modif to the internals of * generic/tclInt.h: TclObjInterpProc to ... check-in: 53346aab25 user: msofer tags: trunk | |
| 17:29 | * generic/tclProc.c (TclObjInterpProcCore): simplified obj management in wrongNumArgs calls. check-in: 7ec2a73a63 user: msofer tags: trunk | |
| 17:17 | merge updates from HEAD check-in: 8058e9c4d9 user: dgp tags: core-stabilizer-branch | |
| 17:09 | remove C99 var declaration check-in: be8a1daee9 user: hobbs tags: trunk | |
| 17:03 | merge updates from HEAD check-in: 93fc0b74de user: dgp tags: core-stabilizer-branch | |
| 15:56 | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return * generic/tclExecu... check-in: 1658ba8231 user: dgp tags: trunk | |
| 02:43 | * generic/tclExecute.c (TclCompEvalObj): missed update to "there is always a valid frame". * gen... check-in: d77121bc23 user: msofer tags: trunk | |
|
2007-06-12
| ||
| 20:06 | added Changelog comment wrt the TEOvI and TEBC changes: ***POTENTIAL INCOMPAT*** There is a subtle... check-in: 59256a4647 user: msofer tags: trunk | |
| 15:56 | merge updates from HEAD check-in: f0fa4d3a7d user: dgp tags: core-stabilizer-branch | |
| 12:36 | Silence a 'const'ness warning. check-in: a5edb8803f user: dkf tags: trunk | |
| 12:33 | Convert [info] into an ensemble command. check-in: 825feb050e user: dkf tags: trunk | |
| 12:29 | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with ensemble and interp-... check-in: 5acd0e47b4 user: dkf tags: trunk | |
|
2007-06-11
| ||
| 23:00 | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamesp... check-in: e35a22553c user: msofer tags: trunk | |
| 21:32 | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamesp... check-in: fb6049861d user: msofer tags: trunk | |
| 15:12 | * generic/tclExecute.c: comments added to explain iPtr->numLevels management. check-in: 3d366c581d user: msofer tags: trunk | |
|
2007-06-10
| ||
| 23:15 | * generic/tclBasic.c: Further TEOvI split, creating a new * generic/tclCompile.h: TclEvalObjvK... check-in: 8a9d81466c user: msofer tags: trunk | |
| 21:14 | fix Tcl_Panic error message typo [Bug 1712602] check-in: 48f139459a user: hobbs tags: trunk | |
| 21:11 | * README: updated links. [Bug 1715081] check-in: ac81e8b2c0 user: hobbs tags: trunk | |
| 20:39 | * generic/tclExecute.c (TclExecuteByteCode): restore support for INST_CALL_BUILTIN_FUNC1 and INST_... check-in: d47df52505 user: hobbs tags: trunk | |
| 20:25 | * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclvar.c: new macros Tc... check-in: fc570b6e1a user: msofer tags: trunk | |
| 00:08 | fix for ne TclCleanupCommandMacro (doh!) check-in: 2717891e95 user: msofer tags: trunk | |
|
2007-06-09
| ||
| 21:58 | * generic/tclExecute.c (INST_INVOKE): isolated two vars to the small block where they are actually... check-in: d8447a9ea9 user: msofer tags: trunk | |
| 21:07 | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the logic clearer; slightly faster t... check-in: 30e56fed6a user: msofer tags: trunk | |
| 20:22 | added incompat warning in Changelog check-in: 80e5667e11 user: msofer tags: trunk | |
| 20:12 | * generic/tclBasic.c: Split TEOv in two, by separating a processor for non-TCL_OK returns. Also ... check-in: 93a0a2cc35 user: msofer tags: trunk | |
| 17:08 | * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in. check-in: 8e19e10814 user: das tags: trunk | |
|
2007-06-08
| ||
| 20:56 | Forgot to fix the relevant tests check-in: a924166e8e user: dkf tags: trunk | |
| 20:41 | Make [string first] and [string last] clearer check-in: 5f8a7ad48a user: dkf tags: trunk | |
|
2007-06-06
| ||
| 23:07 | * generic/tclParse.c: fix for uninit read [Bug 1732414]. check-in: 886d682d63 user: msofer tags: trunk | |
| 09:53 | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. * unix/configure.in (Darwi... check-in: 9f2720b972 user: das tags: trunk | |
|
2007-06-05
| ||
| 18:12 | merge updates from HEAD check-in: 64d2ec39b3 user: dgp tags: core-stabilizer-branch | |
| 17:57 | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to * generic/tclInt.... check-in: 00c4f9f27e user: dgp tags: trunk | |
| 17:50 | * generic/tclInt.h: * generic/tclExecute.c: Tcl-stack reform, [Patch 1701202] check-in: 0175d567fe user: msofer tags: trunk | |
| 14:09 | merge updates from HEAD check-in: 6984ae30de user: dgp tags: core-stabilizer-branch | |
|
2007-06-04
| ||
| 17:24 | Add missing constraints check-in: 60bc4591f9 user: dgp tags: trunk | |
| 15:08 | merge updates from HEAD check-in: 992585aff3 user: dgp tags: core-stabilizer-branch | |
|
2007-06-03
| ||
| 13:43 | * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. check-in: 290001bbec user: das tags: trunk | |
|
2007-05-30
| ||
| 18:38 | merge updates from HEAD check-in: 676fb80c75 user: dgp tags: core-stabilizer-branch | |
| 18:12 | * generic/tclBasic.c: Removed code that dealt with * generic/tclCompile.c: TCL_TOK... check-in: 1d20b5bc02 user: dgp tags: trunk | |
| 03:31 | merge updates from HEAD check-in: 3084f08b53 user: dgp tags: core-stabilizer-branch | |
|
2007-05-29
| ||
| 23:35 | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of pthread_join exit return code st... check-in: 39de7aa164 user: hobbs tags: trunk | |
| 14:05 | restore line endings check-in: 10eb881f00 user: dgp tags: trunk | |
|
2007-05-22
| ||
| 20:34 | [core-stabilizer-branch] * unix/configure: autoconf-2.59 (FC6 fork) ... check-in: a7a04404f0 user: dgp tags: core-stabilizer-branch | |
|
2007-05-18
| ||
| 18:39 | * unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README:... check-in: c798353ded user: dgp tags: trunk | |
|
2007-05-17
| ||
| 13:45 | suppress compiler warnings about values computed and not used check-in: 24cd789916 user: dgp tags: trunk | |
| 12:05 | Added macro version of Tcl_LimitReady. check-in: 59fb47b470 user: dkf tags: trunk | |
|
2007-05-16
| ||
| 22:14 | sync with core-8-4-branch tcl/changes check-in: 606501fa35 user: das tags: trunk | |
| 21:18 | * generic/tcl.decls: workaround 'make checkstubs' failures from tclStubLib.c MODULE_SCOPE revert. ... check-in: 2aff400338 user: das tags: trunk | |
| 18:28 | Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table pointers back to public visibili... check-in: dc2d870d7d user: jenglish tags: trunk | |
|
2007-05-15
| ||
| 16:12 | * win/configure: autoconf-2.59 (FC6 fork) * library/reg/pkgIndex.tcl: Bu... check-in: de7229b032 user: dgp tags: trunk | |
|
2007-05-11
| ||
| 20:59 | * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc from tclInt.h now they are in the ... check-in: 9792f5232e user: patthoyts tags: trunk | |
| 09:44 | Minor whitespace cleanup check-in: 260d009cb0 user: dkf tags: trunk | |
| 09:43 | Add a full stop to a comment check-in: 0c221ff47e user: dkf tags: trunk | |
| 09:41 | Better const correctness check-in: 13b388f3c2 user: dkf tags: trunk | |
| 09:17 | Minor comment improvements and code reordering for clarity check-in: 3bbf53d116 user: dkf tags: trunk | |
|
2007-05-09
| ||
| 19:13 | * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, so make sure it i... check-in: 867f5c8b95 user: dgp tags: trunk | |
| 12:51 | * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & * macosx/Tcl.xcodeproj/default.pbx... check-in: 7a4896c252 user: das tags: trunk | |
| 12:50 | * generic/tclInt.h: fix warning when building threaded with -DPURIFY. check-in: 16435d3d84 user: das tags: trunk | |
|
2007-05-07
| ||
| 19:45 | [Tcl Bug 1706140] * generic/tclLink.c (LinkTraceProc): Update Tcl_VarTraceProcs ... check-in: 4fde67d501 user: dgp tags: trunk | |
|
2007-05-05
| ||
| 23:36 | regen check-in: befbe7593a user: dkf tags: trunk | |
| 23:33 | Changes to allow the tip257 code to work as an extension properly post-tip280 check-in: d4338f35dc user: dkf tags: trunk | |
| 07:23 | More type-pun warning squelches check-in: 79c3d2e279 user: dkf tags: trunk | |
|
2007-05-04
| ||
| 18:04 | Record the dll base addresses for some additional extensions check-in: 4969c0bcd3 user: patthoyts tags: trunk | |
| 18:04 | Comment and open file as text check-in: 41fa21a8d3 user: patthoyts tags: trunk | |
| 14:59 | * tests/encoding.test: Modified so that encoding tests happen in a private namespace, to avoid pollu... check-in: 9cc60b0ea4 user: kennykb tags: trunk | |
|
2007-05-03
| ||
| 19:55 | Changelog clarification check-in: e307373d70 user: msofer tags: trunk | |
|
2007-05-02
| ||
| 21:30 | * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): Corrected several memory leaks tha... check-in: d9bda6ffc8 user: kennykb tags: trunk | |
| 21:28 | Convert to using ANSI function definitions. check-in: 34518579e8 user: dkf tags: trunk | |
| 20:50 | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount imbalance that affected the files... check-in: e528ff4aaa user: kennykb tags: trunk | |
| 01:37 | * tests/utf.test (utf-25.1--utf-25.4): Modified tests to clean up after the 'testobj' extension to a... check-in: 896874db57 user: kennykb tags: trunk | |
| 00:31 | * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr had refCount 0 and was used for... check-in: 439f5fceaf user: msofer tags: trunk | |
|
2007-05-01
| ||
| 22:43 | * generic/tclIO.c (DeleteChannelTable): Made changes so that DeleteChannelTable tries to close all o... check-in: 41c23d142b user: kennykb tags: trunk | |
| 20:20 | * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict map, a missing Tcl... check-in: 79c2325ebd user: dgp tags: trunk | |
|
2007-04-30
| ||
| 22:57 | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely on tclsh, fixes parallel '... check-in: 2f0db8cbbc user: das tags: trunk | |
| 21:40 | * generic/tclIO.c (FixLevelCode): Corrected reference count mismanagement of newlevel, newcode. C... check-in: a533a69b73 user: andreas_kupries tags: trunk | |
| 19:46 | * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected reference count mismanagement on t... check-in: ee5486c118 user: kennykb tags: trunk | |
|
2007-04-26
| ||
| 17:34 | move 8.5a6 tag point check-in: 77e56660e3 user: hobbs tags: trunk, core-8-5-a6 | |
|
2007-04-25
| ||
| 21:59 | Fix [Bug 1705778, leak K15] check-in: 27381316c7 user: dkf tags: trunk | |
| 19:09 | * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management to that the path returned from Tc... check-in: e88d2dd4e8 user: kennykb tags: trunk | |
| 19:07 | * generic/tclCompExpr.c (ParseExpr): Revised to be sure that an error return does... check-in: 40067525f6 user: dgp tags: trunk | |
| 03:40 | * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autoheader bits. check-in: c81f4ccd99 user: das tags: trunk | |
| 02:49 | * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. check-in: fdf2809771 user: das tags: trunk | |
|
2007-04-24
| ||
| 22:31 | * generic/tclListObj.c: reverting [Patch 738900] (committed on 2007-04-20). Causes some Tk test br... check-in: c7ba07f44b user: msofer tags: trunk | |
| 22:07 | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new list under construction was leaked i... check-in: 6d2d73af96 user: kennykb tags: trunk | |
| 20:46 | Fix [Bug 1705778, leak K05] check-in: 1c2db58959 user: dkf tags: trunk | |
| 20:19 | Fix [Bug 1705778, leak K04] check-in: c6a123cbc8 user: dkf tags: trunk | |
| 17:50 | * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the flag marking s... check-in: ca6be460b3 user: dgp tags: trunk | |
| 17:18 | * generic/tclBinary.c: Addressed several code paths where the error return from the 'binary format' ... check-in: ade9d682c6 user: kennykb tags: trunk | |
| 16:26 | * unix/Makefile.in (dist): add platform library package to src dist check-in: e4e6f5add3 user: hobbs tags: trunk | |
| 16:03 | corrected botched indents check-in: 665f40f1f9 user: dgp tags: trunk | |
| 15:36 | * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the literal Tcl_Obj ... check-in: aa1a433312 user: dgp tags: trunk | |
| 05:06 | revised phrasing a bit for clarity check-in: ea6aa7874b user: dgp tags: trunk | |
| 04:35 | typo check-in: 8d90fe07ed user: dgp tags: trunk | |
| 03:14 | * generic/tclExecute.c (TclExecuteByteCode): Plugged six memory leaks in bignum arithmetic. check-in: 7f507722db user: kennykb tags: trunk | |
| 02:46 | fix typo in ChangeLog message check-in: ab96d9b883 user: kennykb tags: trunk | |
| 02:42 | * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the buffer object if the physocal read retu... check-in: be13ff40ae user: kennykb tags: trunk | |
|
2007-04-23
| ||
| 23:07 | Plugged two memory leaks check-in: 03a9502394 user: kennykb tags: trunk | |
| 20:57 | typo check-in: 28c88549af user: das tags: trunk | |
| 20:46 | * macosx/Tcl-Common.xcconfig: enable more warnings. * macosx/Tcl.xcodeproj/project.pbxproj: add '... check-in: fc195aae9d user: das tags: trunk | |
| 20:38 | * unix/configure.in: install license.terms into Tcl.framework. * unix/configure: autoconf-2.59 check-in: 4e1cc5ce58 user: das tags: trunk | |
| 20:37 | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. check-in: 2ade037b66 user: das tags: trunk | |
| 20:35 | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() * unix/tclUnixInit.c: without ... check-in: d88ee3f371 user: das tags: trunk | |
| 20:33 | * generic/tclCkalloc.c: fix warnings from gcc build configured with * generic/tclCompile.c: --enab... check-in: d021f527a3 user: das tags: trunk | |
| 20:11 | * generic/tclVar.c (UnsetVarStruct): Make sure the TCL_INTERP_DESTROYED flags get... check-in: ae1e9ecfa3 user: dgp tags: trunk | |
| 19:04 | * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memory leak in 'upvar' when compiling (a) up... check-in: 40ce0c6047 user: kennykb tags: trunk | |
| 18:01 | * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new field extCmdMapPtr was not being freed [... check-in: 2c071d41e4 user: msofer tags: trunk | |
| 17:56 | * generic/tclTest.c (Testregexpobjcmd): Removed an invalid access beyond the end of 'objv' in 'testr... check-in: 05157982a3 user: kennykb tags: trunk | |
| 17:34 | * generic/tclEnv.c (ReplaceString): Clear memory correctly when growing the cache to avoid reads of ... check-in: 10fb68199e user: kennykb tags: trunk | |
| 00:50 | * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freed memory detected by valgrind. check-in: f4f57a0034 user: msofer tags: trunk | |
|
2007-04-22
| ||
| 07:04 | correct 8.5a6 release year check-in: b0e5615c9e user: hobbs tags: trunk | |
| 06:20 | updated changes check-in: d52a09d850 user: hobbs tags: trunk | |
| 06:17 | nroff typo fixes check-in: de8a224197 user: hobbs tags: trunk | |
| 05:46 | updated for 8.5a6 changes check-in: 29750ecb96 user: hobbs tags: trunk | |
|
2007-04-20
| ||
| 21:39 | * generic/tclListObj.c (SetListFromAny): avoid discarding internal reps of objects converted to si... check-in: bd9ce4da5f user: msofer tags: trunk | |
| 18:35 | Olson's tzdata2007e. check-in: 7420c6c384 user: kennykb tags: trunk | |
| 13:39 | Test constraints are automatically "and"ed together check-in: cd914dc4b1 user: dkf tags: trunk | |
| 06:10 | Replaced commas in varargs with string concatenation where possible [Patch 1515234] check-in: d0d3c30f1a user: kennykb tags: trunk | |
| 05:51 | Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an overs... check-in: d6ee490b6b user: kennykb tags: trunk | |
| 04:44 | * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. Quite against my better judgme... check-in: 75a9bc42bc user: kennykb tags: trunk | |
| 04:11 | Fixed a buglet in recognizing time zone SIERRA check-in: 0c6676638d user: kennykb tags: trunk | |
| 03:50 | * tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [B... check-in: 94e184fbee user: kennykb tags: trunk | |
| 03:07 | * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark about the effect of Dayli... check-in: b5adec3d2b user: kennykb tags: trunk | |
| 02:46 | * tests/clock.test (clock-40.1, clock-58.1): Corrected a test case that depended on ":localtime" bei... check-in: 27ffeedd75 user: kennykb tags: trunk | |
| 02:23 | * doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: d2cd76b378 user: kennykb tags: trunk | |
|
2007-04-19
| ||
| 23:37 | * doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: ef21ab2387 user: kennykb tags: trunk | |
| 09:00 | Improve const-correctness of RE compiler check-in: cf122e81f8 user: dkf tags: trunk | |
| 01:39 | * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced in version 1.266 ('=' became '=='... check-in: dba372573c user: msofer tags: trunk | |
|
2007-04-18
| ||
| 22:49 | * generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to h... check-in: 0227587b4d user: msofer tags: trunk | |
| 21:00 | * generic/tclExecute.c: slight changes in Tcl_Obj management. check-in: ee87a690f4 user: msofer tags: trunk | |
|
2007-04-17
| ||
| 20:33 | * library/clock.tcl: Fixed the naming of ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in ... check-in: db337175e8 user: kennykb tags: trunk | |
| 20:06 | * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] check-in: 894b75caaa user: msofer tags: trunk | |
| 14:49 | Eliminate use of (VOID*) casts when calling memset or memcpy. check-in: 45b4948945 user: dkf tags: trunk | |
| 14:40 | Always cast arg to ckfree to char*, not VOID* check-in: 10759c83a7 user: dkf tags: trunk | |
|
2007-04-16
| ||
| 13:36 | Complete the purge of K&R function definitions from manually-written code. check-in: 645aed2fcd user: dkf tags: trunk | |
|
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 | |