Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
124 check-ins using file generic/tclHash.c version c974dce276
|
2024-04-12
| ||
| 21:40 | Add missing documentation for TIP 598 Tcl_WinConvertError check-in: 5f96787120 user: jan.nijtmans tags: core-8-branch | |
| 15:25 | (cherry-pick): Clock not weak; clock strong! check-in: 98415018a8 user: jan.nijtmans tags: core-8-branch | |
| 15:24 | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0 check-in: 0a0fdba2f8 user: jan.nijtmans tags: core-8-branch | |
| 14:02 | Fixed misleading comment check-in: b10d1c53a9 user: dkf tags: core-8-branch | |
| 13:25 | More cleaning up, notably no more symbols starting with _ as they're a reserved 'namespace' check-in: bfb42faa67 user: dkf tags: core-8-branch | |
| 09:46 | Fix panic "loop in ConvertLocalToUTCUsingTable", introduced by previous commit. Some further code cl... check-in: 3c341011b9 user: jan.nijtmans tags: core-8-branch | |
| 06:49 | Split ClockConfigureObjCmd() in two parts check-in: 6596b236c8 user: jan.nijtmans tags: jn-tcl-clock-configure--back-from-unsupported-ns | |
|
2024-04-11
| ||
| 16:14 | Clean up the code style of the rest of clock check-in: 5e6e644645 user: dkf tags: core-8-branch | |
| 15:19 | Next stage of migrating things to follow style: clock format support check-in: 3030150049 user: dkf tags: core-8-branch | |
| 14:27 | Merge 8.7 Closed-Leaf check-in: c948bba8c5 user: jan.nijtmans tags: tcl-clock-configure--back-from-unsupported-ns | |
| 13:55 | No need for TCL_OBJTYPE_V0 in Tcl 8.7. Make StrIdxTreeObjType static const. Define TCL_OBJTYPE_V1/TC... check-in: a8f043eb0a user: jan.nijtmans tags: core-8-branch | |
| 13:35 | A few more small changes check-in: 0f6b51b4b7 user: dkf tags: core-8-branch | |
| 13:22 | (cherry-pick): Possibly a fix for [080f846fd58958ef]: When updating the interest of a channel, don'... check-in: 1cc41db97a user: jan.nijtmans tags: core-8-branch | |
| 13:19 | Style cleanup, plus added comments on memory management check-in: 4b9f7f5493 user: dkf tags: core-8-branch | |
| 13:15 | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we mean check-in: c6d3960498 user: jan.nijtmans tags: core-8-branch | |
| 10:54 | Style cleanup check-in: 7545483cf9 user: dkf tags: core-8-branch | |
| 07:59 | Merge-mark check-in: 7e9249ec05 user: jan.nijtmans tags: core-8-branch | |
| 07:57 | Fix [e155cedf33]: Error-handling in TclGetOpenMode(). Add O_ACCMODE fow Windows, in case it is not ... check-in: 68ff52f3c7 user: jan.nijtmans tags: core-8-branch | |
|
2024-04-10
| ||
| 14:47 | Merge 8.6 Use TclHasInternalRep() macro in more places. check-in: d326acc1c9 user: jan.nijtmans tags: core-8-branch | |
| 13:18 | [e155cedf33]: Error-handling in TclGetOpenMode() Closed-Leaf check-in: 1de2bb21a5 user: jan.nijtmans tags: bug-e155cedf33 | |
| 13:01 | Use standard macro for freeing the internal rep check-in: 43e279fede user: dkf tags: core-8-branch | |
|
2024-04-09
| ||
| 15:23 | Add ability to regenerate tclOOScript.h to Win build check-in: 4f49e2b023 user: dkf tags: core-8-branch | |
| 13:31 | partially revert [06b7ba18bdd9c2c3]: move ::tcl::clock::configure back from ::tcl::unsupported, leav... check-in: ba59a1523a user: sebres tags: tcl-clock-configure--back-from-unsupported-ns | |
| 12:05 | TCL_MIN_SECONDS/TCL_MAX_SECONDS should use 'LL', because the constants are > LONG_MAX on 32-bit plat... check-in: 2210e67ebf user: jan.nijtmans tags: core-8-branch | |
|
2024-04-08
| ||
| 08:29 | Fix [a6fb744b20]: missing file from distribution check-in: b0ded00b82 user: jan.nijtmans tags: core-8-branch | |
|
2024-04-06
| ||
| 13:48 | more improvements for overflow cases (always proper message, errorCode, correct badOption value) check-in: 122184f343 user: sebres tags: core-8-branch | |
| 13:20 | simple attempt to silence valgrind [167e0635db], improved error message by bad seconds (or -base), r... check-in: 9d7596c138 user: sebres tags: core-8-branch | |
|
2024-04-05
| ||
| 21:28 | Merge-mark check-in: fed0b2c3cd user: jan.nijtmans tags: core-8-branch | |
|
2024-04-04
| ||
| 20:54 | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase check-in: 7f3767390f user: jan.nijtmans tags: core-8-branch | |
| 20:14 | Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice) Closed-Leaf check-in: c3b23bf0c7 user: jan.nijtmans tags: bug-7cb7409e05 | |
| 20:01 | Combine with "testparseargs" command. With testcases now check-in: a1959e72b3 user: jan.nijtmans tags: bug-7cb7409e05 | |
| 13:32 | Merge 8.6 check-in: b7e442b293 user: jan.nijtmans tags: core-8-branch | |
| 11:44 | Merge 8.6 check-in: 09cdca236b user: jan.nijtmans tags: core-8-branch | |
|
2024-04-03
| ||
| 22:21 | Add "testparseargsobj" command. Testcases to be added check-in: 0ad800e47a user: jan.nijtmans tags: bug-7cb7409e05 | |
| 22:09 | Proposed fix for [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC check-in: a6a8bc6ffe user: jan.nijtmans tags: bug-7cb7409e05 | |
| 18:49 | fixed [dc0770a2397ae0b1]: tests are timezone independent now check-in: 793f4643fa user: sebres tags: core-8-branch | |
|
2024-04-02
| ||
| 21:50 | Merge 8.6 check-in: 67460ca2f9 user: jan.nijtmans tags: core-8-branch | |
| 11:13 | Merge 8.6 check-in: 333bdb34cc user: jan.nijtmans tags: core-8-branch | |
|
2024-04-01
| ||
| 18:36 | TIP 688: clock command revision and speedup check-in: 7137ea11e9 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-30
| ||
| 14:48 | Merge-mark check-in: e9afc777b6 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-29
| ||
| 15:42 | 4 more files, which should have been removed as part of the libtommath 1.2 -> 1.3 upgrade check-in: 6a02c3b3ad user: jan.nijtmans tags: core-8-branch | |
| 14:20 | Merge 8.6. Rename some (internal) libtommath stub entries (back to the same name as in Tcl 8.6) check-in: 13e8fc7158 user: jan.nijtmans tags: core-8-branch | |
| 12:26 | Upgrade provided libtommath with version 1.3. Still works with external libtommath 1.2 too. check-in: a04ae84a3f user: jan.nijtmans tags: core-8-branch | |
|
2024-03-28
| ||
| 21:39 | Merge 8.6 check-in: a358975f05 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-27
| ||
| 20:18 | fixes SF [edb4b065f49b9e51]: cherry-picked from 5d52c6d7302b320e] check-in: ac30912bcc user: sebres tags: core-8-branch | |
| 20:13 | merge 8.6 (string tests, also illustrating bug [edb4b065f49b9e51]) check-in: 633a20378a user: sebres tags: core-8-branch | |
| 09:49 | Add koi8-ru and koi8-t encodings check-in: f159d4c7ed user: jan.nijtmans tags: core-8-branch | |
|
2024-03-24
| ||
| 18:05 | (cherry-pick): Change Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx to ignore START/END ... check-in: 4f47abcc61 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-23
| ||
| 22:06 | Merge-mark check-in: 51062bf4da user: jan.nijtmans tags: core-8-branch | |
| 18:17 | Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are only generated for Tcl... check-in: 36eaeafb4b user: jan.nijtmans tags: core-8-branch | |
| 13:28 | Revise clock-6.10c? testcases check-in: e8589daf33 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-22
| ||
| 13:41 | Mark clock-6.10b/clock-6.10d as "knownBug": Those testcases crash with CFLAGS=-ftrapv, even with cur... check-in: 968cf29140 user: jan.nijtmans tags: core-8-branch | |
| 13:06 | Add more testcases, 0-measurement of current behavior. integervalueTooLarge -> dateTooLarge. check-in: f23d81deff user: jan.nijtmans tags: core-8-branch | |
|
2024-03-21
| ||
| 12:57 | Formatting/indenting check-in: 1dd169510a user: jan.nijtmans tags: core-8-branch | |
| 10:31 | Merge 8.6 check-in: 1b7fde5700 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-20
| ||
| 20:09 | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (thanks, Sergey!) check-in: 3186ba81a2 user: jan.nijtmans tags: core-8-branch | |
| 14:42 | dup test name check-in: b77b2ef03f user: dgp tags: core-8-branch | |
| 13:14 | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. check-in: dc8a99efff user: jan.nijtmans tags: core-8-branch | |
|
2024-03-19
| ||
| 16:12 | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows (cherry-pick): Fix ind... check-in: 770221ff54 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-18
| ||
| 08:46 | For now, revert TIP #689 implementation, until it's accepted. check-in: 8ae0402a98 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-17
| ||
| 23:20 | More int -> Tcl_Size check-in: a52cd06a0d user: jan.nijtmans tags: core-8-branch | |
|
2024-03-15
| ||
| 13:42 | Merge 8.6 check-in: 91f32fb100 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-13
| ||
| 09:45 | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 check-in: c575f9dc00 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-12
| ||
| 23:41 | Merge 8.6 check-in: da870994fd user: jan.nijtmans tags: core-8-branch | |
|
2024-03-11
| ||
| 22:01 | Merge 8.6 check-in: d31f533f41 user: jan.nijtmans tags: core-8-branch | |
| 20:30 | Merge 8.6. Upgrade bison to latest version (3.8.2) check-in: 1495c7c2b6 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-10
| ||
| 21:12 | GetMonthDay() improvements (from sebres-9-0-clock-speedup-cr2 branch). Some int -> TclWideInt or int... check-in: 5309ff9480 user: jan.nijtmans tags: core-8-branch | |
| 16:51 | Merge 8.6 check-in: 76d789a445 user: jan.nijtmans tags: core-8-branch | |
| 11:27 | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace unknown] check-in: 1f0f766632 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-09
| ||
| 23:47 | fix testcase check-in: a7b45f89b0 user: jan.nijtmans tags: core-8-branch | |
| 22:56 | (backport): Corrections to TclOO errorcodes from scripted parts check-in: ac0edc9cb5 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-08
| ||
| 13:31 | merge 8.6 check-in: 55161b04a1 user: sebres tags: core-8-branch | |
| 11:31 | typo's check-in: 25dca7779a user: jan.nijtmans tags: core-8-branch | |
|
2024-03-07
| ||
| 22:17 | Merge 8.6 check-in: 7b408742b0 user: jan.nijtmans tags: core-8-branch | |
| 11:21 | fixes segfault [a9625d1f53554f9d]: elemObj used uninitialized, lindex on lseq wo args must return wh... check-in: a12bd5c50a user: sebres tags: core-8-branch | |
|
2024-03-06
| ||
| 15:01 | Merge 8.6 check-in: f20cd0f8e0 user: jan.nijtmans tags: core-8-branch | |
| 10:04 | a6 -> b1, as preparation for possible release (hopefully, one day) check-in: b54927ef9a user: jan.nijtmans tags: core-8-branch | |
|
2024-03-05
| ||
| 10:12 | Merge 8.6 check-in: fcd6f1b54e user: jan.nijtmans tags: core-8-branch | |
|
2024-03-04
| ||
| 20:30 | Merge 8.6 check-in: e2f5845694 user: jan.nijtmans tags: core-8-branch | |
| 14:47 | Tweak error-message. Remove pre-7.5 Tcl code. check-in: 8ba11ea01f user: jan.nijtmans tags: core-8-branch | |
| 13:31 | Merge 8.6 check-in: 93696922f2 user: jan.nijtmans tags: core-8-branch | |
|
2024-03-03
| ||
| 21:42 | Merge 8.6 check-in: 2490edbb83 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-28
| ||
| 10:00 | fixes [e02798626dfbcd7b] - close regression introduced by TIP#490 causing too slow eval of mc comman... check-in: 3a4bf06425 user: sebres tags: core-8-branch | |
|
2024-02-27
| ||
| 20:31 | Merge mark check-in: f25b96438c user: oehhar tags: core-8-branch | |
| 18:21 | small amend for better readability (no RE needed, faster utf prefix compare) Closed-Leaf check-in: e81985ea8b user: sebres tags: fix-e02798626d--msgcat-regress | |
| 16:07 | amend to [e02798626dfbcd7b]: speed-up ::tcl::clock::mc a little bit (uses msgcat::mcn internally ins... check-in: 9ff9eb8a25 user: sebres tags: fix-e02798626d--msgcat-regress | |
| 15:58 | fixes [e02798626d]: close regression introduced by TIP#490 causing too slow eval of mc command for n... check-in: 29eaa2a82f user: sebres tags: fix-e02798626d--msgcat-regress | |
| 13:53 | Some more int -> Tcl_Size check-in: fd0a1b6e28 user: jan.nijtmans tags: core-8-branch | |
| 12:10 | TclWinGetPlatformId is defined twice. Re-generate tclDecls.h check-in: 0ee8752897 user: jan.nijtmans tags: core-8-branch | |
| 07:08 | clock requires msgcat 1.7, not 1.6 as minimum check-in: d20012dd88 user: oehhar tags: core-8-branch | |
|
2024-02-21
| ||
| 17:04 | Backport missing .fi from main branch in file doc/ObjectType.3 check-in: babd8ac6b2 user: oehhar tags: core-8-branch | |
|
2024-02-20
| ||
| 16:47 | Ticket [2f4b495427]: document TIP 445 API functions. check-in: 31e8b2c9eb user: oehhar tags: core-8-branch | |
|
2024-02-19
| ||
| 16:29 | Merge-mark check-in: 1d26884977 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-16
| ||
| 16:59 | (Cherry-pick): Derpfix... check-in: 12125d5be6 user: jan.nijtmans tags: core-8-branch | |
| 14:48 | Merge 8.6 check-in: a39831380a user: jan.nijtmans tags: core-8-branch | |
| 14:43 | (cherry-pick) Reduce the number of warnings on Windows: channel names generated in one place check-in: e494ede6de user: jan.nijtmans tags: core-8-branch | |
| 12:30 | Merge-mark check-in: 3dfd12f7db user: jan.nijtmans tags: core-8-branch | |
| 12:05 | Merge 8.6. http -> 2.10b2 check-in: 45d29e9dfc user: jan.nijtmans tags: core-8-branch | |
|
2024-02-15
| ||
| 20:33 | Fix [578b7e273c03]: Round computed end value to match precision of given arguments check-in: d99d025a45 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-14
| ||
| 16:06 | Merge-mark check-in: 356c3455db user: jan.nijtmans tags: core-8-branch | |
|
2024-02-12
| ||
| 21:55 | More code cleanup check-in: 9438970ff1 user: jan.nijtmans tags: core-8-branch | |
| 15:26 | Code cleanup (also backported from 9.0) check-in: f9ba3cd5f6 user: jan.nijtmans tags: core-8-branch | |
| 14:43 | Fix last "knownBug" in UTF-16 encoder (backported from 9.0) check-in: 00c7d938b7 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-11
| ||
| 22:05 | TIP #652 check-in: 2e1b89ace3 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-08
| ||
| 16:25 | Merge 8.6. Some int -> Tcl_Size check-in: ae7eb5c8b2 user: jan.nijtmans tags: core-8-branch | |
| 13:26 | Merge 8.6 check-in: 6ba5b5effa user: jan.nijtmans tags: core-8-branch | |
| 13:21 | Fix all 'ascii' testcases in encodingVectors.tcl, another try. See [1355b9a874]. check-in: 233da96789 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-07
| ||
| 20:52 | Backout [c63ef66f0d], back to the drawing table. check-in: f99067ae3e user: jan.nijtmans tags: core-8-branch | |
| 18:00 | Merge mark check-in: a4762f4dab user: oehhar tags: core-8-branch | |
| 16:59 | merge 8.6 check-in: b0ebc92e2f user: dgp tags: core-8-branch | |
| 13:11 | Merge 8.6 check-in: f9c293ea50 user: jan.nijtmans tags: core-8-branch | |
| 10:00 | Fix all 'ascii' testcases in encodingVectors.tcl check-in: c63ef66f0d user: jan.nijtmans tags: core-8-branch | |
| 08:50 | (cherry-pick): Add test cases for [80d4c1c7e5] check-in: 44cc6f2c62 user: jan.nijtmans tags: core-8-branch | |
| 07:08 | Merge mark check-in: a69d1ed115 user: oehhar tags: core-8-branch | |
|
2024-02-06
| ||
| 16:43 | Merge mark check-in: 1dc61b5cb3 user: oehhar tags: core-8-branch | |
| 15:01 | Merge 8.6 check-in: 28a7f41451 user: jan.nijtmans tags: core-8-branch | |
| 12:33 | Minor code simplification check-in: 484524c355 user: jan.nijtmans tags: core-8-branch | |
| 09:41 | Fix util-18.13/util-18.14 constraint, which masked the wrong result on 64-bit windows. Fixed that as... check-in: d1c674d649 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-05
| ||
| 21:02 | Merge 8.6 check-in: 8060f3f83d user: jan.nijtmans tags: core-8-branch | |
|
2024-02-04
| ||
| 01:49 | Merge 8.6 check-in: ae23dc8ca9 user: jan.nijtmans tags: core-8-branch | |
|
2024-02-01
| ||
| 21:44 | Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. With testcases. check-in: 7abae71820 user: jan.nijtmans tags: core-8-branch | |
| 09:42 | Forgot that long doubles are supported in Tcl_ObjPrintf() check-in: fd7e22c963 user: jan.nijtmans tags: core-8-branch | |
| 09:21 | Merge 8.7, but update for TIP #476 check-in: e7d563a1c1 user: jan.nijtmans tags: core-8-branch | |
|
2024-01-31
| ||
| 21:08 | More TCL_SIZE_MODIFIER usage check-in: 1c29c5082b user: jan.nijtmans tags: core-8-branch | |