Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
107 check-ins using file generic/tclEncoding.c version 1dda0704b3
|
2018-01-12
| ||
| 11:18 | merge core-8-branch check-in: 3451858e13 user: jan.nijtmans tags: trunk | |
|
2018-01-11
| ||
| 14:16 | merge trunk check-in: 1789e3120e user: dgp tags: dgp-refactor | |
| 14:15 | merge trunk check-in: e00fd95025 user: dgp tags: dgp-properbytearray | |
|
2018-01-10
| ||
| 14:33 | merge core-8-branch check-in: a6003fbd9f user: jan.nijtmans tags: trunk | |
|
2018-01-08
| ||
| 19:41 | See the bug-e593adf103-core-8 branch instead. Closed-Leaf check-in: 26eaed7dc1 user: pooryorick tags: bug-e593adf103 | |
| 17:36 | Rearrange a few lines TclRenameCommand to reduce operations. check-in: abee89b2ba user: pooryorick tags: trunk | |
|
2018-01-06
| ||
| 17:21 | Fix for [e593adf103], resources of a namespace are still available after the namespace is deleted. ... check-in: 3825265b17 user: pooryorick tags: bug-e593adf103 | |
|
2018-01-04
| ||
| 02:40 | merge 8.7 check-in: ac96ad12de user: dgp tags: trunk | |
|
2017-12-29
| ||
| 17:18 | merge trunk: check-in: 4e5b4aa40b user: dgp tags: dgp-refactor | |
| 17:11 | merge trunk check-in: eadee06497 user: dgp tags: dgp-properbytearray | |
|
2017-12-28
| ||
| 23:23 | New Tcl_GetIndexFromObjStruct signature using size_t check-in: 47ef24fb51 user: jan.nijtmans tags: memory-API | |
| 22:49 | Fix compilation using -DUSE_TCLALLOC=1 check-in: 1763cf819c user: jan.nijtmans tags: memory-API | |
| 21:59 | merge trunk check-in: bf625a7001 user: jan.nijtmans tags: memory-API | |
| 21:16 | merge core-8-branch check-in: e9b1ef6440 user: jan.nijtmans tags: trunk | |
| 18:53 | merge core-8-branch check-in: 16cc95ccab user: jan.nijtmans tags: trunk | |
| 11:32 | change ClientData -> void * in a lot of places (mainly header files) check-in: 8bac85ab5f user: jan.nijtmans tags: memory-API | |
|
2017-12-27
| ||
| 21:41 | Merge trunk. Rename Tcl_MemAlloc and friends back to Tcl_Alloc, as this renaming turns out not to b... check-in: 671df0982f user: jan.nijtmans tags: memory-API | |
| 14:18 | merge trunk check-in: c8329d786f user: dgp tags: dgp-refactor | |
| 14:08 | merge trunk check-in: b80d50c1db user: dgp tags: dgp-properbytearray | |
|
2017-12-26
| ||
| 12:54 | TclOO: Remove unneeded name manipulation from TclOOCopyObjectCmd. check-in: 6f87ca4212 user: pooryorick tags: trunk | |
| 03:33 | Merged core-8-branch: replace ifdef TCLDIR with compare against empty string check-in: d0a985e198 user: apnadkarni tags: trunk | |
|
2017-12-23
| ||
| 18:41 | merge core-8-branch check-in: ddb1a052af user: jan.nijtmans tags: trunk | |
| 08:05 | Merge nmake rules 1.1 check-in: 7016932859 user: apnadkarni tags: trunk | |
|
2017-12-22
| ||
| 15:52 | merge trunk check-in: 077bfa7842 user: jan.nijtmans tags: memory-API | |
| 15:48 | merge core-8-branch check-in: 10653a121d user: jan.nijtmans tags: trunk | |
|
2017-12-21
| ||
| 07:51 | merge-mark check-in: f5f7296900 user: jan.nijtmans tags: trunk | |
|
2017-12-20
| ||
| 18:22 | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace del... check-in: e37fdae32f user: pooryorick tags: trunk | |
| 13:38 | merge trunk check-in: fca1897ccc user: jan.nijtmans tags: memory-API | |
| 12:30 | Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are actually macro's. check-in: f64b1fc0e7 user: jan.nijtmans tags: trunk | |
| 12:02 | Change hash/index/mask fields to type "unsigned int", because that's how hash values are generally s... check-in: f80dd1d3cf user: jan.nijtmans tags: trunk | |
| 09:19 | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace deletes its... check-in: c0fcc0ae03 user: pooryorick tags: trunk | |
|
2017-12-19
| ||
| 21:03 | merge trunk check-in: ec95599a1c user: dgp tags: dgp-refactor | |
| 21:02 | merge trunk: check-in: 5a745e2f4d user: dgp tags: dgp-properbytearray | |
| 21:00 | [586e71dce4] Exeception handling at level #0 by EvalObjv check-in: 2460b63257 user: dgp tags: trunk | |
| 16:31 | merge trunk check-in: 7cc1c62ee1 user: dgp tags: dgp-refactor | |
| 16:22 | merge trunk check-in: 9a95242f6d user: dgp tags: dgp-properbytearray | |
| 12:23 | merge core-8-branch. Also change some internal refCount's from int to size_t. check-in: 6e23ad39af user: jan.nijtmans tags: trunk | |
|
2017-12-18
| ||
| 11:48 | merge core-8-branch check-in: 424886647f user: jan.nijtmans tags: trunk | |
|
2017-12-16
| ||
| 03:30 | Update the config.test with new keys needed for zipfs check-in: 08182e0f9f user: hypnotoad tags: core_zip_vfs | |
| 03:24 | Removing static package declaration of zipfs. check-in: 4d16722d25 user: hypnotoad tags: core_zip_vfs | |
| 03:22 | Re-arranging code and providing forward prototypes to allow the C infrastructure of Zipfs to be act... check-in: 67e20b245a user: hypnotoad tags: core_zip_vfs | |
|
2017-12-15
| ||
| 21:28 | merge-mark check-in: 8b45532df4 user: jan.nijtmans tags: trunk | |
| 19:55 | merge trunk check-in: 878d1b77fd user: jan.nijtmans tags: memory-API | |
| 17:04 | merge mark check-in: 30cbf759b2 user: dgp tags: trunk | |
| 16:50 | Revert the (int -> size_t) transition of the "cmdEpoch" field of the struct Command that was part of... check-in: 7379c9a072 user: dgp tags: core-8-branch | |
| 16:08 | merge core-8-branch check-in: 3994774bf7 user: jan.nijtmans tags: win-console-panic | |
| 15:02 | Merge TIP #488 implementation. Some clean-up in tommath implementation (remove internal stub entrie... check-in: 70302ff935 user: jan.nijtmans tags: trunk | |
| 14:46 | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTCL_NO_DEPRECATED. See TI... check-in: 8f2ba4c41d user: jan.nijtmans tags: core-8-branch | |
| 13:04 | Oops, couldn't build tclWinPanic.o. Fixed now. check-in: d3fb144cc5 user: jan.nijtmans tags: win-console-panic | |
| 12:55 | merge core-8-branch. Fully functioning now, including with the new vc-reform implementation. check-in: 8eb140e09f user: jan.nijtmans tags: win-console-panic | |
|
2017-12-14
| ||
| 14:38 | fix comment check-in: 4d74cb42f6 user: jan.nijtmans tags: tip-491 | |
| 13:41 | merge core-8-branch. Fully tested now, works fine. check-in: 266e958c41 user: jan.nijtmans tags: tip-491 | |
| 12:02 | Fix (harmless) compiler warning with Visual Studio check-in: 56f4e2ea09 user: jan.nijtmans tags: core-8-branch | |
|
2017-12-13
| ||
| 15:52 | Pulling changes from core-8-branch check-in: 4f4380b7ac user: hypnotoad tags: core_zip_vfs | |
| 12:56 | Fix syntax error in previous commit. check-in: fb1c6ebe6f user: pooryorick tags: pyk-TclOO | |
| 10:34 | core-8-branch merge: Use nmakehlp -L to locate directories check-in: 0fc454593c user: apnadkarni tags: trunk | |
| 10:31 | core-8-6-branch merge: Use nmakehlp -L to locate directories check-in: 3f56042ab4 user: apnadkarni tags: core-8-branch | |
|
2017-12-12
| ||
| 17:34 | Add -L option to nmakehlp to locate directories check-in: f9025565d6 user: apnadkarni tags: trunk | |
| 17:33 | Add -L option to nmakehlp to locate directories check-in: 80e707b91b user: apnadkarni tags: core-8-branch | |
|
2017-12-11
| ||
| 23:50 | Add the check for wrong arguments back to TclOO_Object_Destroy, remove inadvertant increment of Name... check-in: 00b79acaf0 user: pooryorick tags: pyk-TclOO | |
| 16:42 | Merge from core-8-branch - install stubs and headers where present check-in: 2f26372503 user: apnadkarni tags: trunk | |
| 16:40 | Merge from core-8-6-branch - install stubs and headers where present check-in: 13790c6335 user: apnadkarni tags: core-8-branch | |
| 14:19 | Initial implementation of TIP #491. Not tested yet. check-in: 4f8b3e767d user: jan.nijtmans tags: tip-491 | |
|
2017-12-10
| ||
| 21:45 | Streamline TclOO object cleanup routines. check-in: 2201fdb82c user: pooryorick tags: pyk-TclOO | |
| 14:39 | merge core-8-branch check-in: 956dbf71ea user: jan.nijtmans tags: trunk | |
| 14:35 | Fix [040586323610be22f8617962377324f4ddc9bc02|0405863236]: wrong field checked in struct pollfd in T... check-in: 97378bb6a5 user: jan.nijtmans tags: core-8-branch | |
| 00:01 | Ensure that an automatically-named TclOO object has the same name as its namespace. check-in: c0e2cd685c user: pooryorick tags: trunk | |
|
2017-12-09
| ||
| 16:13 | merge core-8-branch. Remove stub entry for TclWinGetPlatformId(), as it is no longer needed. Is a m... check-in: fa4dd57801 user: jan.nijtmans tags: trunk | |
| 15:32 | merge core-8-6-branch check-in: 7b20ca415a user: jan.nijtmans tags: core-8-branch | |
|
2017-12-08
| ||
| 16:54 | TIP477 merge: reformed nmake build system check-in: b9c183670a user: apnadkarni tags: trunk | |
| 16:19 | merge TIP #477 implementation. Not tested yet in combination with semver changes Closed-Leaf check-in: 2b6b3a450a user: jan.nijtmans tags: semver | |
| 15:27 | TIP477 merge: nmake build reform check-in: 83b60a4c17 user: apnadkarni tags: core-8-branch | |
|
2017-12-07
| ||
| 12:36 | merge 8.7 check-in: 60f74266f4 user: jan.nijtmans tags: trunk | |
| 12:14 | TIP #487: Stop support for Pre-XP Windows check-in: 200f182152 user: jan.nijtmans tags: core-8-branch | |
|
2017-12-06
| ||
| 21:01 | merge trunk check-in: 56262fb206 user: dgp tags: dgp-refactor | |
| 21:01 | merge trunk check-in: 288d6fe82e user: dgp tags: dgp-properbytearray | |
| 20:48 | merge 8.7 check-in: b9331cc4d5 user: dgp tags: trunk | |
| 20:48 | Plug memleak recently put into [package require]. check-in: 2d4e1f54f8 user: dgp tags: core-8-branch | |
| 20:03 | merge 8.7 check-in: 44eb8e6d1a user: dgp tags: trunk | |
| 20:02 | merge 8.6 check-in: d222f5e505 user: dgp tags: core-8-branch | |
| 15:40 | doc fixes check-in: 31254b76f0 user: jan.nijtmans tags: memory-API | |
| 13:36 | merge trunk check-in: b90a0b0a8e user: dgp tags: dgp-properbytearray | |
| 13:29 | merge trunk check-in: fd03a8d8dc user: dgp tags: dgp-refactor | |
| 13:28 | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. check-in: 240811f822 user: dgp tags: trunk | |
| 13:28 | Adapt the bytearray accommodation of Tcl_CharLength() for 8.7+. check-in: 12edbbe920 user: dgp tags: core-8-branch | |
| 13:20 | merge trunk check-in: b6bfcf292c user: dgp tags: dgp-refactor | |
| 13:07 | [ce3a211dcb] Failed file normalize when tail is empty string. check-in: ea1609bd4a user: dgp tags: trunk | |
| 13:06 | [ce3a211dcb] Failed file normalize when tail is empty string. check-in: 8bc984954c user: dgp tags: core-8-branch | |
| 13:02 | merge-mark "novem-bighash": just mark that the contents of this branch are already integrated in the... check-in: 1bdfcfeeb1 user: jan.nijtmans tags: memory-API | |
| 12:24 | merge 8.7 check-in: 0dbf896d09 user: jan.nijtmans tags: win-console-panic | |
| 12:17 | Don't do same test twice check-in: e0f3431c35 user: jan.nijtmans tags: z_modifier | |
| 12:10 | merge 8.7 check-in: 48920a9cbe user: jan.nijtmans tags: z_modifier | |
| 12:00 | merge core-8-branch check-in: bd596603e2 user: jan.nijtmans tags: no-wideint | |
|
2017-12-05
| ||
| 15:59 | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 61096afb17 user: dgp tags: trunk | |
| 15:52 | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 866442a1aa user: dgp tags: core-8-branch | |
|
2017-12-01
| ||
| 15:03 | merge trunk check-in: e008d0adce user: jan.nijtmans tags: memory-API | |
| 13:53 | merge core-8-branch. Various cleanup: unused structure names, unused #defines. Change some "epoch"-r... check-in: 6af217e68c user: jan.nijtmans tags: trunk | |
| 12:48 | merge core-8-6-branch check-in: 7b12820866 user: jan.nijtmans tags: core-8-branch | |
| 12:24 | remove many test-cases related to tcl_precision Closed-Leaf check-in: 421523d6cd user: jan.nijtmans tags: tip-488 | |
| 11:55 | TIP 488: Remove tcl_precision check-in: f4efe03192 user: jan.nijtmans tags: tip-488 | |
| 11:33 | merge core-8-branch check-in: dabd924a87 user: jan.nijtmans tags: tip-389 | |
| 11:03 | Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functions are actually macro'... check-in: e247a8da3a user: jan.nijtmans tags: trunk | |
| 10:38 | Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Porter for bringing this t... check-in: ec1f14bb50 user: jan.nijtmans tags: core-8-branch | |
|
2017-11-30
| ||
| 17:29 | merge 8.7 check-in: f625f52639 user: dgp tags: trunk | |
| 17:21 | [5808081213] Permit all bytearrays (including impure ones) to report length without shimmering check-in: 2fc5bec969 user: dgp tags: core-8-branch | |
| 16:08 | merge core-8-branch Closed-Leaf check-in: dcc6f04732 user: jan.nijtmans tags: tip-487 | |
| 16:03 | Eliminate use of certain unnecessary struct names. Also white-spacing. Nothing functional. check-in: fc7a665e3b user: jan.nijtmans tags: core-8-branch | |