Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user jan.nijtmans occurring around 2016-06-30 13:55:26.
|
2016-07-08
| ||
| 10:30 | Merge core-8-6-branch: Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argume... check-in: 4589a9d17c user: jan.nijtmans tags: trunk | |
| 10:28 | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj in many places where po... check-in: 48cb8436f1 user: jan.nijtmans tags: trunk | |
| 09:50 | • Edit [ded621ba1e1ce55b|ded621ba1e]: Edit check-in comment. artifact: 3a938fc20e user: jan.nijtmans | |
| 09:46 | Use TCL_HASH_TYPE #define for compatibility with Tcl8 in stead of TCL_HASH_KEY_TYPE_VERSION_2 check-in: 09ffa50505 user: jan.nijtmans tags: novem-bighash | |
| 06:56 | Adapt hash-function and hash-table to allow hash-tables to grow >1Gb on 64-bit platforms. check-in: ef7ec3df37 user: jan.nijtmans tags: novem-bighash | |
| 06:52 | • Closed ticket [5d7ea04580]: file executable on Windows should return 1 for .cmd and .ps1 extensions plus 6 other changes artifact: dbfb838ab0 user: jan.nijtmans | |
|
2016-07-07
| ||
| 07:54 | merge trunk check-in: 33e8f920fa user: jan.nijtmans tags: novem | |
| 07:48 | Merge core-8-6-branch: New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 ... check-in: ded621ba1e user: jan.nijtmans tags: trunk | |
|
2016-07-06
| ||
| 15:13 | • Edit [a8e6f3afc47d728a|a8e6f3afc4]: Edit check-in comment. artifact: df037be6dd user: jan.nijtmans | |
| 15:10 | Unnecessary #undef and unnecessary type cast. check-in: a8e6f3afc4 user: jan.nijtmans tags: novem | |
| 10:09 | Make epoch in ProcessGlobalValue a size_t check-in: c4722e507b user: jan.nijtmans tags: novem-more-memory-API | |
| 09:47 | • Edit [2612497ee5284c01|2612497ee5]: Edit check-in comment. artifact: 37334e5f67 user: jan.nijtmans | |
| 09:23 | merge novem check-in: 2612497ee5 user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-07-05
| ||
| 09:56 | Merge trunk. Some more internal use of size_t in stead of int. check-in: 8144cc0c67 user: jan.nijtmans tags: novem | |
| 08:55 | Fixup the ensemble rewrite conversions check-in: b6ce502ee0 user: jan.nijtmans tags: trunk | |
| 08:53 | Fixup the ensemble rewrite conversions (merge fork) check-in: b2827b9d1c user: jan.nijtmans tags: core-8-6-branch | |
|
2016-07-04
| ||
| 08:46 | Merge trunk check-in: 4305ba4a5f user: jan.nijtmans tags: novem | |
| 08:39 | Use conventional list operations for ensemble dispatch Add ability to disassemble TclOO constructors... check-in: b73ca431a6 user: jan.nijtmans tags: trunk | |
| 08:36 | typo and end-of-line spacing check-in: 4251186884 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-07-01
| ||
| 14:14 | Merge trunk check-in: 7437172dad user: jan.nijtmans tags: novem | |
| 14:11 | Make test-case "for.test" pass, regardless of end-of-line spacing check-in: a957f4d518 user: jan.nijtmans tags: trunk | |
| 13:34 | merge core-8-6-branch check-in: 54a405ca36 user: jan.nijtmans tags: trunk | |
| 13:32 | Use same internal representation for unicode strings in test-cases than in reality, in order to prev... check-in: a895fda712 user: jan.nijtmans tags: core-8-6-branch | |
| 08:33 | Merge trunk check-in: 9b227b619e user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-06-30
| ||
| 13:55 | Merge trunk check-in: f1bf3ef179 user: jan.nijtmans tags: tip-439, semver | |
| 13:53 | Merge trunk check-in: 76c4e1f025 user: jan.nijtmans tags: novem | |
| 13:16 | Simplify use of "struct" keyword in many places. check-in: 2e6ea5716f user: jan.nijtmans tags: trunk | |
| 12:33 | Take over tclStringObj.c from trunk (not all changes there landed in novem) check-in: ea12a6d6eb user: jan.nijtmans tags: novem | |
| 12:18 | Make test-cases pass again check-in: c9b1ad1564 user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-06-29
| ||
| 15:52 | Merge trunk check-in: e711b0ba95 user: jan.nijtmans tags: novem | |
| 15:45 | Remove Tcl_Main() function, since it's no longer being used: It has been a macro already for ages. check-in: 9fa2fe5c59 user: jan.nijtmans tags: trunk | |
| 15:28 | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway check-in: b78ff97295 user: jan.nijtmans tags: trunk | |
| 12:07 | Merge trunk check-in: 2cd6fa3b68 user: jan.nijtmans tags: tip-439, semver | |
| 11:39 | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions which are deprecated. check-in: 3108faf68a user: jan.nijtmans tags: trunk | |
| 10:03 | Merge trunk. Add "--with-dbgx" configure option, so the name of the tclsh executable/sharedlibrary c... check-in: 61b0f66d8e user: jan.nijtmans tags: tip-439, semver | |
| 08:25 | Editorconfig support (experimental) Leaf check-in: 32d692006f user: jan.nijtmans tags: editorconfig | |
|
2016-06-28
| ||
| 15:22 | Unicode rep en Tcl_Obj length: int -> size_t check-in: 1d1a6cacc4 user: jan.nijtmans tags: novem-more-memory-API | |
| 13:44 | Merge trunk check-in: ab33fe9082 user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-06-27
| ||
| 10:25 | Merge trunk. Make magic stub value different for 64-bit builds, as this can never be stub-compatible... check-in: cea5982d93 user: jan.nijtmans tags: novem | |
| 10:22 | Make TCL_MAJOR_VERSION/TCL_MINOR_VERSION/TCL_STUB_MAGIC available to Tcl_InitStubs() arguments. Usef... check-in: dac224dbfc user: jan.nijtmans tags: trunk | |
|
2016-06-26
| ||
| 09:07 | merge trunk check-in: 5015fdb607 user: jan.nijtmans tags: novem | |
| 09:03 | Add TCL_NOINLINE macro, useful for micro-optimizations check-in: 8755f87d4b user: jan.nijtmans tags: trunk | |
| 09:01 | (cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of 444. check-in: bc80e8a3bf user: jan.nijtmans tags: core-8-5-branch | |
| 09:00 | (cherry-pick) [c30087b04f] Install man pages with permissions 644 instead of 444. check-in: 5355df3a95 user: jan.nijtmans tags: core-8-6-branch | |
| 08:17 | • Edit [a7a128605368b102|a7a1286053]: Mark "Closed". artifact: 231fa58007 user: jan.nijtmans | |
| 07:51 | Merge trunk Leaf check-in: 10dcf619f9 user: jan.nijtmans tags: drh-micro-optimization | |
|
2016-06-23
| ||
| 12:10 | Merge zipfs check-in: b992a9cd7f user: jan.nijtmans tags: androwish | |
| 11:51 | merge core-8-6-branch check-in: 31adf58c31 user: jan.nijtmans tags: zipfs | |
|
2016-06-22
| ||
| 14:44 | Merge trunk. Update the "package" documentation regarding compatibility with the "Semantic Versionin... check-in: c88ded6fce user: jan.nijtmans tags: tip-439, semver | |
|
2016-06-21
| ||
| 10:27 | Merge trunk check-in: c514d95abe user: jan.nijtmans tags: tip-439, semver | |