Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
140 check-ins using file win/Makefile.in version 96dac51ba9
|
2008-10-23
| ||
| 12:18 | only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 7dff6665ff user: das tags: trunk | |
| 03:28 | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in the for body [Bug 2186888]. check-in: 9cb9b8e5ed user: msofer tags: trunk | |
|
2008-10-22
| ||
| 20:23 | Letting CONST die a slow and graceful death, since NO_CONST was broken since 8.4 and no-one complain... check-in: dc58eb7219 user: nijtmans tags: trunk | |
|
2008-10-19
| ||
| 19:55 | * generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: a85f2f72a4 user: dgp tags: trunk | |
| 16:52 | Check syntax of [info coroutine] args, i.e. there are none. check-in: 33628306b8 user: dkf tags: trunk | |
| 16:27 | Document [info coroutine]. check-in: 492d56fd9b user: dkf tags: trunk | |
| 16:22 | Improve documentation of [tcl::prefix]. check-in: 721748dd51 user: dkf tags: trunk | |
|
2008-10-17
| ||
| 20:14 | fix missing "-Wl," prefix in HP-UX build check-in: f5b4b4305c user: nijtmans tags: trunk | |
| 20:08 | fix missing "-Wl," prefix in HP-UX build check-in: e59ea6fb6a user: nijtmans tags: trunk | |
| 18:42 | CONST -> const check-in: 5f963f698b user: nijtmans tags: trunk | |
| 18:06 | * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed debug output in C++ comment. check-in: 429cbd6df6 user: andreas_kupries tags: trunk | |
| 16:32 | * generic/tclCompile.h: Declare the internal tclInstructionTable * generic/tclExecut... check-in: c9106a2d20 user: dgp tags: trunk | |
| 10:22 | Improve clarity of formatting. check-in: 71edbde46a user: dkf tags: trunk | |
|
2008-10-16
| ||
| 22:34 | Add "const" to many internal const tables. No functional or API change. check-in: f03d2e2d83 user: nijtmans tags: trunk | |
| 17:04 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: 91dbfe7baf user: dgp tags: trunk | |
| 16:08 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: a07bfdf2de user: dgp tags: trunk | |
|
2008-10-15
| ||
| 10:43 | Lots of very minor formatting fixes. check-in: 4eecde7be6 user: dkf tags: trunk | |
| 06:17 | Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segmen... check-in: 8fcbc25d98 user: nijtmans tags: trunk | |
|
2008-10-14
| ||
| 22:43 | * win/tclWinChan.c: Fix minor compiler warnings when * win/tclWinDde.c: compiling wit -... check-in: ec7f443aa8 user: nijtmans tags: trunk | |
| 22:37 | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling * generic/tclCmdMZ.c: w... check-in: 675e88f649 user: nijtmans tags: trunk | |
| 22:30 | Fix a bit of formatting. check-in: c710941ccd user: dkf tags: trunk | |
| 22:28 | Use the environment variable for program files to find the html help compiler check-in: 4a43f5ab31 user: patthoyts tags: trunk | |
| 20:08 | * README: Bump version number to 8.6a4 * generic/tcl.h: * libr... check-in: 3d9e72a73b user: dgp tags: trunk | |
| 19:26 | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. * generic/t... check-in: 06c13fc98b user: dgp tags: trunk | |
| 18:49 | Fix test flaws exposed by -singleproc 1 -debug 1 check-in: dd5b58f068 user: dgp tags: trunk | |
| 17:17 | Make safe-7.2 more robust to different environments check-in: 73af7029b1 user: dgp tags: trunk | |
| 16:48 | oops check-in: a250bfc0d6 user: dgp tags: trunk | |
| 16:35 | add missing constraints check-in: 28a3511d72 user: dgp tags: trunk | |
| 14:02 | Made documentation *even more* clear... check-in: 6f94816860 user: dkf tags: trunk | |
|
2008-10-13
| ||
| 22:51 | We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field... check-in: 8f717ed738 user: patthoyts tags: trunk | |
| 22:05 | set array of Tcl_Obj's to the right size. check-in: a8fe689a21 user: patthoyts tags: trunk | |
| 21:10 | Handle error case [info class destructor]. check-in: c12e6d7da6 user: dkf tags: trunk | |
| 13:13 | Added magic for Objective C. [Bug 2163447] check-in: 6bb3cf9fbf user: dkf tags: trunk | |
|
2008-10-12
| ||
| 19:53 | * generic/tclCompile.c: fix bug in srcDelta encoding within ByteCodes. The bug can only be trigger... check-in: 25ecba7081 user: msofer tags: trunk | |
|
2008-10-10
| ||
| 21:45 | typo check-in: 42af675fdd user: dgp tags: trunk, core-8-6-a3 | |
| 21:12 | *** 8.6a3 TAGGED FOR RELEASE *** * changes: Updates for 8.6a3 release. check-in: a97484e77c user: dgp tags: trunk | |
| 13:04 | Fix [Bug 2155658] check-in: e58e13e886 user: dkf tags: trunk | |
| 04:09 | CONSTify char* DTrace probe arguments check-in: 42099d03d6 user: das tags: trunk | |
| 04:02 | fix warning check-in: 9c2baab056 user: das tags: trunk | |
|
2008-10-08
| ||
| 21:35 | * unix/tclUnixChan.c: fix minor compiler warning * unix/tcl.m4: fix for bug [2073255] ... check-in: ac6cee85db user: nijtmans tags: trunk | |
| 15:10 | * generic/tclBasic (TclInfoCoroutineCmd): * tests/unsupported.test: arrange for [info coroutine] t... check-in: cfefafc12b user: msofer tags: trunk | |
| 14:50 | * generic/tclTrace.c: Corrected handling of errors returned by variable traces so ... check-in: 05c091d997 user: dgp tags: trunk | |
|
2008-10-07
| ||
| 22:58 | Some cleaning up of the binary encode/decode engines check-in: 7763aab2c6 user: dkf tags: trunk | |
| 22:31 | Added better docs of [binary encode] and [binary decode] check-in: dffabf5e85 user: dkf tags: trunk | |
| 21:24 | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but in stead modify two mac... check-in: 8ab8fd2e1e user: nijtmans tags: trunk | |
| 17:58 | fix ChangeLof entry check-in: b045ddbf00 user: msofer tags: trunk | |
| 17:57 | * generic/tclBasic.c: Move [tailcall], [coroutine] and * generic/tclCmdIL.c: [yield] out... check-in: 368305a073 user: msofer tags: trunk | |
| 15:00 | Corrected order of subcommands in a section to be alphabetic check-in: 9f4ca00277 user: dkf tags: trunk | |
| 14:10 | Documented channel transformations. check-in: f37aa97888 user: dkf tags: trunk | |
| 01:15 | fix warnings from 2008-10-05 constification check-in: a143c62934 user: das tags: trunk | |
|
2008-10-06
| ||
| 21:27 | Fixed up some erroneous tests that are failing on Vista/Server2008 systems check-in: f96dc5db37 user: patthoyts tags: trunk | |
| 21:00 | fixed constness of last commit for msvc check-in: 2d35bb9a0e user: patthoyts tags: trunk | |
| 18:38 | Fix for [Bug 1934200] check-in: 1108f5efb5 user: mistachkin tags: trunk | |
| 04:25 | missed commit of lset.n in TIP #331 changes. check-in: be5e869c9b user: kennykb tags: trunk | |
|
2008-10-05
| ||
| 22:25 | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc * generic/tclFCmd.c: and tclpFileA... check-in: 40d0887361 user: nijtmans tags: trunk, potential incompatibility | |
| 22:12 | TIP #331 IMPLEMENTATION * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset]... check-in: 41ad4c4b67 user: kennykb tags: trunk | |
| 21:27 | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: 5c9087286d user: kennykb tags: trunk | |
| 20:47 | * generic/tclInt.decls: CONSTified the AuxDataType argument * generic/tclCompCmds.c: of TclCreate... check-in: 20d2689bb9 user: nijtmans tags: trunk | |
| 19:22 | Fix [Bug 2144595] check-in: a484fe5df5 user: dkf tags: trunk | |
|
2008-10-04
| ||
| 18:06 | More result hygiene. check-in: 5de0a3380d user: dkf tags: trunk | |
| 12:54 | * generic/tclLoad.c: Make sure that any library which doesn't have an unloadproc is only really un... check-in: 535ff978c5 user: nijtmans tags: trunk | |
| 12:33 | * doc/ChnlStack.3: CONSTified the typePtr argument * doc/CrtChannel.3: of Tcl_CreateChannel an... check-in: 1fb6ccc45a user: nijtmans tags: trunk | |
| 12:00 | Clean up result handling, factor out some duplicated code, share objects. check-in: 3258456452 user: dkf tags: trunk | |
| 11:51 | * doc/Hash.3: CONSTified the typePtr argument * generic/tcl.decls: of Tcl_InitCustomHashTable.... check-in: fcc2624fe4 user: nijtmans tags: trunk | |
| 11:34 | * doc/RegConfig.3: CONSTified the configuration argument * generic/tcl.decls: of Tcl_RegisterCo... check-in: 3aa5a6de7f user: nijtmans tags: trunk | |
| 11:04 | * doc/GetIndex.3: CONSTified the tablePtr argument * generic/tcl.decls: of Tcl_GetIndexFromObj.... check-in: 4d465df046 user: nijtmans tags: trunk | |
|
2008-10-03
| ||
| 19:20 | * tests/stack.test: * unix/tclUnixTest.c: removed test command teststacklimit and the correspondi... check-in: c8d29ae885 user: msofer tags: trunk | |
| 13:24 | minor corrections check-in: f8dbf0312e user: dkf tags: trunk | |
| 08:13 | Tidying up formatting check-in: 754b252ed3 user: dkf tags: trunk | |
| 00:09 | regen again check-in: eb585aa4b8 user: dkf tags: trunk | |
| 00:07 | typofix check-in: 098e39bd8b user: dkf tags: trunk | |
| 00:05 | typo check-in: e9013079c4 user: dkf tags: trunk | |
| 00:01 | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] check-in: b99e7f3d7a user: dkf tags: trunk | |
|
2008-10-02
| ||
| 23:55 | Regen check-in: 85794e5b8f user: dkf tags: trunk | |
| 23:36 | Reduce the number of (pointless) type-casts. check-in: 1412dede80 user: dkf tags: trunk | |
| 23:32 | Implement TIP #265. [FRQ 1446696] check-in: 020acd659d user: dkf tags: trunk | |
| 23:20 | * tests/info.test (info-23.3): See [SF Bug 2017632]. Updated output of the test to handle the N... check-in: 69e6f84143 user: andreas_kupries tags: trunk | |
| 23:03 | * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation of 'info frame' for positive ... check-in: 4c82407928 user: andreas_kupries tags: trunk | |
| 22:55 | * tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made pattern for file containing tcltest... check-in: 1962be163c user: andreas_kupries tags: trunk | |
| 20:59 | TIP #330 IMPLEMENTATION * generic/tcl.h: Remove the "result" and "freeProc" ... check-in: df44cd3e16 user: dgp tags: trunk, potential incompatibility | |
| 19:18 | forgot one missing unmatched font change check-in: c1dd492734 user: mistachkin tags: trunk | |
| 19:01 | Fixes for [Bug 1934272, 2072891] check-in: c2fdf161b8 user: mistachkin tags: trunk | |
|
2008-09-30
| ||
| 16:29 | remove outdated comment check-in: 4b84986114 user: dgp tags: trunk | |
|
2008-09-29
| ||
| 16:03 | TIP #323 IMPLEMENTATION (partial) * doc/glob.n: Revise [glob] to accept z... check-in: a7fdab8e2f user: dgp tags: trunk | |
| 15:38 | TIP #323 IMPLEMENTATION (partial) * doc/linsert.n: Revise [linsert] to accep... check-in: f4124d16f9 user: dgp tags: trunk | |
| 13:32 | TIP #326 IMPLEMENTATION check-in: e0ff4dac80 user: dkf tags: trunk | |
| 12:25 | TIP #313 IMPLEMENTATION check-in: c8c203b12e user: dkf tags: trunk | |
| 08:19 | Implement TIP 318. check-in: d30b262674 user: dkf tags: trunk | |
|
2008-09-28
| ||
| 22:18 | regen check-in: 39716ddec7 user: dkf tags: trunk | |
| 22:17 | Implement TIP 314. [Patch 1901783] check-in: 9834451d3a user: dkf tags: trunk | |
| 20:39 | Added test for [Bug 2130726]. check-in: 297406d088 user: dkf tags: trunk | |
| 13:46 | * generic/tclBasic.c: Fix the numLevels computations on * generic/tclInt.h: coroutine ... check-in: c18213886c user: msofer tags: trunk | |
|
2008-09-27
| ||
| 19:48 | Reduce the magic number count check-in: a0e8f66dae user: dkf tags: trunk | |
| 19:47 | Fix [Bug 2130726]. check-in: d18c55b8a2 user: dkf tags: trunk | |
| 19:40 | Stylistic improvements (consistent function separation standards, etc.) and some reduction in nestin... check-in: c90542955a user: dkf tags: trunk | |
| 19:34 | Corrected sanity test in zero-element case check-in: f54b9cef25 user: dkf tags: trunk | |
| 14:16 | Fix [Bug 2130992]. check-in: 14ace11843 user: dkf tags: trunk | |
|
2008-09-26
| ||
| 21:05 | TIP #323 IMPLEMENTATION (partial) * doc/lrepeat.n: Revise [lrepeat] to accept... check-in: 5065563421 user: dgp tags: trunk | |
| 20:16 | TIP #323 IMPLEMENTATION (partial) * doc/object.n: Revise standard oo method... check-in: 281da7a6fb user: dgp tags: trunk | |
| 19:54 | TIP #323 IMPLEMENTATION (partial) * doc/tm.n: Revise [tcl::tm::path add... check-in: 898345772b user: dgp tags: trunk | |
| 19:36 | TIP #323 IMPLEMENTATION (partial) * doc/namespace.n: Revise [namespace upvar] ... check-in: 00995907cb user: dgp tags: trunk | |
| 19:12 | TIP #323 IMPLEMENTATION (partial) * doc/lassign.n: Revise [lassign] to accep... check-in: 242df9962b user: dgp tags: trunk | |
| 12:53 | Bump the TclOO version. (Forgot when checking in TIP320 impl.) check-in: 2363bbd777 user: dkf tags: trunk | |
|
2008-09-25
| ||
| 19:51 | TIP #323 IMPLEMENTATION (partial) * doc/global.n: Revise [global] to accept... check-in: 1fa1d8c3e7 user: dgp tags: trunk | |
| 19:26 | TIP #323 IMPLEMENTATION (partial) * doc/global.n: Revise [global] to accept... check-in: 03e5f21d0d user: dgp tags: trunk | |
| 18:06 | * tests/platform.test: Update tests to expect revised results * tests/safe.test: ... check-in: 6c9eefd7f8 user: dgp tags: trunk | |
| 14:37 | overlooked 85 -> 86 bump check-in: 2782fc85d1 user: dgp tags: trunk | |
| 14:30 | Implement TIP #315. check-in: a9c586be0a user: dkf tags: trunk | |
| 10:17 | correct bug number check-in: a05bee07cc user: dkf tags: trunk | |
| 10:15 | slightly more efficient check-in: 7fac343845 user: dkf tags: trunk | |
| 10:13 | Fix [Bug 2120903] check-in: c27a3bf717 user: dkf tags: trunk | |
|
2008-09-24
| ||
| 19:31 | TIP #323 IMPLEMENTATION (partial) * doc/file.n: Revise [file delete] and ... check-in: 5351913241 user: dgp tags: trunk | |
| 09:51 | Remove obsolete debugging macro. [Bug 2124814] check-in: 75b9647452 user: dkf tags: trunk | |
| 09:41 | Implement TIP #316. check-in: 05e3bb92fd user: dkf tags: trunk | |
|
2008-09-23
| ||
| 14:27 | Apply [Patch 2082450] check-in: 045d8a63c9 user: dkf tags: trunk | |
| 13:22 | Fix [Bug 2118123] check-in: 9702f32993 user: dkf tags: trunk | |
| 05:05 | Implementation of TIP #320.#320.#320. check-in: 9bc559dfec user: dkf tags: trunk | |
|
2008-09-22
| ||
| 21:02 | Clean up paragraph order in chan.n [chan pipe] check-in: dd9b612925 user: ferrieux tags: trunk | |
|
2008-09-18
| ||
| 16:14 | simplify TCL_CT_ASSERT check-in: d285545ac3 user: msofer tags: trunk | |
| 15:43 | * generic/tclExecute.c (NEXT_INST_F): * generic/tclInt.h (TCL_CT_ASSERT): new compile-time asserti... check-in: 5686b2eef0 user: msofer tags: trunk | |
|
2008-09-17
| ||
| 18:11 | * generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI... check-in: 148987ab5f user: dgp tags: trunk | |
| 12:38 | * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] check-in: 98d7ad77b5 user: msofer tags: trunk | |
| 02:15 | * generic/tclParse.c: move TclResetCancellation to be called on returning to level 0... check-in: f4786edb4c user: mistachkin tags: trunk | |
| 00:01 | * generic/tclBasic.c: move TclResetCancellation to be called on returning to level 0, as opposed t... check-in: 3e6a322ef8 user: msofer tags: trunk | |
|
2008-09-10
| ||
| 22:48 | Incomplete docs for [binary encode] and [binary decode]. check-in: a0c0bd7c5a user: dkf tags: trunk | |
| 13:50 | Use the powers of tcltest2 for good! Also add basic testing of disassmbler (though not of its output... check-in: 677f3de5be user: dkf tags: trunk | |
| 13:23 | * tests/nre.test: add missing constraints; enable test of foreach recursion. * generic/tclBasic.... check-in: abc61b5a22 user: msofer tags: trunk | |
| 13:03 | Fix efficiency bug detected by Kieran Elby. check-in: b5547d4f7b user: dkf tags: trunk | |
|
2008-09-08
| ||
| 10:48 | Simplify test bodies using tcltest2 check-in: 24fb39dd18 user: dkf tags: trunk | |
| 03:55 | * generic/tclCompile.c (TclCompileTokens): * generic/tclExecute.c (CompileExprObj): fix a perf b... check-in: b78ba52c9d user: msofer tags: trunk | |
|
2008-09-07
| ||
| 14:01 | * doc/namespace.n: fix [Bug 2098441] check-in: 181400daae user: msofer tags: trunk | |
|
2008-09-05
| ||
| 01:19 | * generic/tclTrace.test (TraceVarProc): * generic/unsupported.test: insure that unset traces are r... check-in: 2d32371557 user: msofer tags: trunk | |
|
2008-09-04
| ||
| 16:34 | * generic/tclExecute.c (CACHE_STACK_INFO): * tests/unsupported.test: restore the execEnv's bottom... check-in: 6c3b82e2ad user: msofer tags: trunk | |
|
2008-09-03
| ||
| 05:43 | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro * compat/dirent2... check-in: bbd0f4b7ed user: dgp tags: trunk | |
|
2008-09-02
| ||
| 22:55 | unbreak the build with TCL_NO_DEPRECATED defined check-in: 4480defc0a user: das tags: trunk | |
| 20:56 | * generic/tcl.h: Removed the conditional #define of _ANSI_ARGS_ that would su... check-in: 02492030f5 user: dgp tags: trunk | |
| 15:49 | Use tcltest2 better. check-in: aa30d823e8 user: dkf tags: trunk | |
|
2008-09-01
| ||
| 12:28 | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now * generic/tclOOBasic.c: by... check-in: 22bb9ac0a9 user: msofer tags: trunk | |
| 00:35 | Improve the semantics of C-implemented destructors slightly. check-in: 879ea220fd user: dkf tags: trunk | |
|
2008-08-29
| ||
| 12:37 | Ensure that all TclOO headers get installed. [Bug 2082299] check-in: d8c81db9a2 user: dkf tags: trunk | |