Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
137 check-ins using file win/tclWinFile.c version 96c7130b85
|
2019-06-28
| ||
| 22:42 | Fix a warning due to a missing const in an internal minzip function check-in: c4ffd8376a user: jan.nijtmans tags: core-8-branch | |
| 22:36 | Implement TIP #547: New encodings: UTF-16, UCS-2 check-in: 2cef9a0691 user: jan.nijtmans tags: core-8-branch | |
|
2019-06-27
| ||
| 18:39 | Even better commenting of the fpclassify() replacement trickery. check-in: 320d9c1e25 user: dkf tags: core-8-branch | |
| 16:26 | merge 8.6 check-in: 750ca8d8c2 user: sebres tags: core-8-branch | |
| 15:35 | zipfs.test: fixed error (couldn't open "...": permission denied) if $tclzip points to directory, due... check-in: 72d5fb0855 user: sebres tags: core-8-branch | |
| 13:40 | Fix [15d851e394]: Fix spelling in comment of tclCmdIL.c check-in: e138330fe5 user: jan.nijtmans tags: core-8-branch | |
| 13:08 | merge 8.7 check-in: a1193f802a user: dgp tags: core-8-7-a3-rc | |
|
2019-06-26
| ||
| 20:06 | Merge 8.7 Closed-Leaf check-in: 25074a8c8b user: jan.nijtmans tags: tip-547 | |
| 08:32 | Merge 8.6 check-in: 34ea059cbf user: jan.nijtmans tags: core-8-branch | |
|
2019-06-25
| ||
| 22:32 | Merge 8.6. Also fix mp_get_long_long for VC++ 6.0 (will be deprecated by libtommath) check-in: f4b325d680 user: jan.nijtmans tags: core-8-branch | |
| 19:04 | merge 8.6 check-in: 83d2a10768 user: sebres tags: core-8-branch | |
| 15:50 | Change int constants into char constants. Hopefully this eliminates C4305 warnings on MSVC 6.0 check-in: f34be7eafa user: jan.nijtmans tags: core-8-branch | |
| 11:01 | amend (remove test define) check-in: b8edfed31f user: sebres tags: core-8-branch | |
| 10:56 | merge and rewrite fpclassify-mingw-x86: new TCL_FPCLASSIFY_MODE mode (3) for __builtin_fpclassify, a... check-in: b94433a972 user: sebres tags: core-8-branch | |
| 10:40 | fixed several fpclassify modes (better recognition and control via TCL_FPCLASSIFY_MODE), typos fixed... check-in: b29e0d77e1 user: sebres tags: core-8-branch | |
| 08:48 | Where did that stray semicolon come from? Also improve the comments... check-in: f0d5abbc27 user: dkf tags: core-8-branch | |
| 07:36 | use __builtin_fpclassify for mingw x86 (tested up to gcc 8.1, it seems to have a bug in fpclassify, ... Closed-Leaf check-in: 3e18a98752 user: sebres tags: fpclassify-mingw-x86 | |
| 06:57 | Merge 8.6 check-in: c97b25e143 user: jan.nijtmans tags: core-8-branch | |
|
2019-06-24
| ||
| 20:36 | Better implementation of fpclassify() equivalent. check-in: f1e0f15a8b user: dkf tags: core-8-branch | |
| 08:56 | merge 8.6 check-in: 2e6718f988 user: sebres tags: core-8-branch | |
| 07:26 | Fix test title, since TclGetIntForIndex() is now exported as Tcl_GetIntForIndex() check-in: f68cec6e3a user: jan.nijtmans tags: core-8-branch | |
|
2019-06-20
| ||
| 19:42 | [6bdadfba7d] Stop crash with multi-lappend and failing writes check-in: b1e3c213ae user: dkf tags: core-8-branch | |
|
2019-06-19
| ||
| 05:09 | merge core-8-branch Leaf check-in: d64f86cf33 user: dkf tags: tip-450 | |
|
2019-06-17
| ||
| 18:28 | merge 8.7 check-in: e0511a8a90 user: dgp tags: core-8-7-a3-rc | |
| 18:18 | merge 8.6 check-in: ea2f7a7e33 user: dgp tags: core-8-branch | |
|
2019-06-16
| ||
| 11:37 | Merge 8.7 check-in: f9c29c1321 user: jan.nijtmans tags: tip-547 | |
| 09:42 | TIP 521: Float classification functions check-in: d465e9717d user: dkf tags: core-8-branch | |
|
2019-06-15
| ||
| 22:33 | Merge 8.6 check-in: acb2aadd83 user: jan.nijtmans tags: core-8-branch | |
| 21:24 | A neater way to write it that doesn't depend on detecting a specfic compiler version. For now. Closed-Leaf check-in: c58f52a94c user: dkf tags: tip-521 | |
| 21:03 | Try to work around MSVC6's lack of fpclassify()... check-in: 35debdf339 user: dkf tags: tip-521 | |
| 17:49 | TIP 461: text comparison operators for [expr] check-in: 7b13a290cc user: dkf tags: core-8-branch | |
| 12:06 | merge core-8-branch check-in: cf6909fca7 user: dkf tags: tip-450 | |
| 11:56 | Corrections to definitions of [binary scan] and [binary format]. check-in: ed48c97271 user: dkf tags: core-8-branch | |
| 11:13 | remove temporary page feed check-in: 241db3a03a user: dkf tags: tip-450 | |
| 07:46 | Make creating variables work correctly. check-in: 795b52feb7 user: dkf tags: tip-450 | |
| 07:03 | Rewrote to do modifications in-place unless Tcl_Obj is shared. check-in: 5c1e5aa513 user: dkf tags: tip-450 | |
|
2019-06-14
| ||
| 21:15 | Document [binary set] and clean up the binary manpage check-in: b0371b4216 user: dkf tags: tip-450 | |
| 20:30 | Fix the bug; set current end to end of input string so @* can go there. check-in: 9df20cff69 user: dkf tags: tip-450 | |
| 14:04 | Fix travis build (.travis.yml), and merge 8.7 Closed-Leaf check-in: ed3800e114 user: jan.nijtmans tags: tip-549 | |
| 09:11 | Test cases. One failure... check-in: e4a8d48058 user: dkf tags: tip-450 | |
|
2019-06-12
| ||
| 18:58 | merge 8.7 check-in: 29c0ca0903 user: dgp tags: core-8-7-a3-rc | |
| 15:26 | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. check-in: f0c76dd6a8 user: jan.nijtmans tags: core-8-branch | |
| 07:33 | start of conversion tests check-in: a96fdd0411 user: dkf tags: tip-450 | |
|
2019-06-11
| ||
| 15:32 | Merge 8.6 check-in: 688dee2254 user: jan.nijtmans tags: core-8-branch | |
| 12:25 | Don't create variable on error check-in: 1d3ff9a0e1 user: dkf tags: tip-450 | |
| 11:42 | Errors should prevent mutation check-in: 4396fabe69 user: dkf tags: tip-450 | |
|
2019-06-10
| ||
| 20:08 | merge core-8-branch Closed-Leaf check-in: d952a4b4ea user: dkf tags: tip-461 | |
| 20:02 | merge more expr doc tweaks check-in: 6047e60fec user: dkf tags: core-8-branch | |
| 19:50 | update test check-in: a358973415 user: dgp tags: tip-521 | |
| 19:42 | merge 8.7 check-in: 4feba7477a user: dgp tags: tip-521 | |
| 19:09 | merge 8.7 check-in: b81e8ad1c0 user: dgp tags: tip-461 | |
| 19:09 | more formatting check-in: 09c6338b2f user: dgp tags: core-8-branch | |
| 19:06 | merge 8.7 check-in: 1f594fd6f4 user: dgp tags: tip-461 | |
| 18:58 | Doc formatting and advice about double substitution in expressions. check-in: ccffc2575c user: dgp tags: core-8-branch | |
| 18:53 | merge 8.6 check-in: 6f25d49eb4 user: dgp tags: core-8-branch | |
| 18:47 | A few tests check-in: d5da75ee7e user: dkf tags: tip-450 | |
| 16:00 | merge 8.7 check-in: a89488e745 user: dgp tags: tip-461 | |
|
2019-06-09
| ||
| 21:16 | Merge 8.7 check-in: 83c21b831e user: jan.nijtmans tags: tip-547 | |
| 14:07 | First cut implementation of [binary set]. Probably buggy... check-in: 4569c75699 user: dkf tags: tip-450 | |
| 11:36 | merge 8.6 check-in: 90f8a66665 user: dkf tags: core-8-branch | |
| 05:10 | merge fork check-in: 2e40e8ec3c user: bch tags: core-8-branch | |
| 05:07 | cast to correct size, stop faulting check-in: 155dae9f15 user: bch tags: core-8-branch | |
|
2019-06-08
| ||
| 10:46 | amend to close [c3a211e8a5], fixes can't read "major": no such variable check-in: baadd5eb23 user: sebres tags: core-8-branch | |
|
2019-06-07
| ||
| 22:09 | closes [c3a211e8a5995018c82e]: search of tcl/tk is more backwards compatible now + make some errors ... check-in: 319c17789b user: sebres tags: core-8-branch | |
| 16:54 | New TIP implementation: Make configure --enable-64bit the default check-in: 93a999f923 user: jan.nijtmans tags: tip-549 | |
| 14:09 | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mainly in memory statistic... check-in: 2c0adf089a user: jan.nijtmans tags: core-8-branch | |
|
2019-06-06
| ||
| 17:58 | Tests and docs check-in: bcf3f8dcdb user: dkf tags: tip-461 | |
| 07:59 | Squelch compiler warnings, but make refCount of type unsigned int. check-in: 5d8f8fc268 user: jan.nijtmans tags: core-8-branch | |
| 03:47 | squelch int vs. long int (size_t) warings in comparison, format specifiers Closed-Leaf check-in: 088333187a user: bch tags: warning_squelch | |
|
2019-06-05
| ||
| 20:42 | And fix the silly error check-in: ae460cf336 user: dkf tags: tip-461 | |
| 20:35 | And the command version of the new operators too. check-in: 74bd5c55d9 user: dkf tags: tip-461 | |
| 19:34 | Start of implementation of string comparison operators. check-in: 1bc15ccfa8 user: dkf tags: tip-461 | |
|
2019-06-02
| ||
| 13:44 | Added docs check-in: ec4d895ba8 user: dkf tags: tip-521 | |
| 11:59 | Implement TIP 521, including tests check-in: 21db8cb07c user: dkf tags: tip-521 | |
|
2019-05-31
| ||
| 23:19 | TIP #547 implementation: New encodings: UTF-16, UCS-2 check-in: 56319f4d2a user: jan.nijtmans tags: tip-547 | |
| 23:14 | Merge 8.6 check-in: 856a391eaa user: jan.nijtmans tags: core-8-branch | |
| 12:20 | TIP #544 implementation: Export TclGetIntForIndex() check-in: 9686f9be84 user: jan.nijtmans tags: core-8-branch | |
| 11:51 | Merge 8.6 check-in: 06447464cb user: jan.nijtmans tags: core-8-branch | |
|
2019-05-30
| ||
| 12:14 | merge 8.7 check-in: 2e004d8f5b user: dgp tags: core-8-7-a3-rc | |
|
2019-05-29
| ||
| 23:10 | Merge 8.6 check-in: 99ae204a50 user: jan.nijtmans tags: core-8-branch | |
|
2019-05-28
| ||
| 22:50 | Merge 8.6 check-in: 2b700c0fad user: jan.nijtmans tags: core-8-branch | |
| 22:20 | Merge 8.6 check-in: cf6cc023b6 user: jan.nijtmans tags: core-8-branch | |
| 21:42 | Merge 8.6 check-in: f70e8b4830 user: jan.nijtmans tags: core-8-branch | |
|
2019-05-26
| ||
| 21:03 | tests for [invoke] and [namespace invoke] Leaf check-in: 210c48ba31 user: dkf tags: tip-284 | |
| 15:36 | Added docs check-in: 42e7c8ef38 user: dkf tags: tip-284 | |
| 14:57 | The other command specified in the TIP check-in: 046daaf776 user: dkf tags: tip-284 | |
| 12:11 | Import of old TIP 284 patch, and update for current Tcl check-in: 1832e6f878 user: dkf tags: tip-284 | |
| 10:47 | Fix a few critical errors and allow int32 as a type Leaf check-in: 5672730e2e user: dkf tags: tip-480 | |
| 07:19 | merge 8.7 check-in: 494534d018 user: dkf tags: tip-480 | |
|
2019-05-25
| ||
| 08:06 | TIP 383: [coroinject] and [coroprobe] check-in: 7bcb41aa5e user: dkf tags: core-8-branch | |
| 07:46 | Implement TIP 431: [file tempdir] check-in: 974c5d161d user: dkf tags: core-8-branch | |
|
2019-05-24
| ||
| 20:12 | Merge 8.6 check-in: fe4f4b2ccf user: jan.nijtmans tags: core-8-branch | |
| 17:00 | merge 8.6 check-in: b756e59aec user: sebres tags: core-8-branch | |
|
2019-05-23
| ||
| 18:44 | More bits and pieces of logging code Leaf check-in: b52c723e54 user: dkf tags: tip-390 | |
|
2019-05-22
| ||
| 07:35 | Start of logging API implementation check-in: 412a238782 user: dkf tags: tip-390 | |
|
2019-05-21
| ||
| 18:04 | merge 8.6 check-in: 1f016b0993 user: sebres tags: core-8-branch | |
| 16:43 | merge 8.6 check-in: a48d7ab5ca user: dgp tags: core-8-branch | |
| 11:40 | merge 8.6 (fixed optimization for create/search hash entries with the same keys) check-in: 145a4e3e51 user: sebres tags: core-8-branch | |
|
2019-05-17
| ||
| 21:56 | more test cases (covering vice versa situations: hashed as string in dict/var and search for integer... Leaf check-in: 53f9e431af user: sebres tags: tip-534-sebres-fast-number-hash | |
| 21:54 | code review check-in: 7f19c9f6b1 user: sebres tags: tip-534-sebres-fast-number-hash | |
| 18:26 | more clean-up, size_t-related consolidation (prepared for unsigned object length in 9.0) check-in: 9208e61ec9 user: sebres tags: tip-534-sebres-fast-number-hash | |
| 17:43 | code review (typo fixed, compiler compat, etc) + more test cases (hashing of not canonical form of i... check-in: 0c26cd8178 user: sebres tags: tip-534-sebres-fast-number-hash | |
| 15:18 | introduces fast hash algorithm for canonical numeric objects (all wide integer ranges covered now), ... check-in: a614b04af1 user: sebres tags: tip-534-sebres-fast-number-hash | |
| 14:42 | merge 8.7 check-in: 4d59245e22 user: dgp tags: core-8-7-a3-rc | |
| 14:42 | merge 8.7 Leaf check-in: b948d2dca4 user: dgp tags: tip-445-api-fix | |
| 10:57 | merge 8.7 check-in: a4a961564b user: sebres tags: tip-534-sebres-fast-number-hash | |
| 10:40 | merge 8.6 check-in: 645515e90f user: sebres tags: core-8-branch | |
| 08:13 | Remove misleading comment in nroff source Closed-Leaf check-in: b1549abd3f user: dkf tags: tip-431 | |
| 08:09 | Add test for what happens when the directory in the template doesn't exist; doc it too. check-in: 92fce1400e user: dkf tags: tip-431 | |
| 07:31 | merge core-8-branch check-in: 8cdb898408 user: dkf tags: tip-431 | |
|
2019-05-15
| ||
| 15:18 | Add documentation, don't overwrite earlier stub entry! Closed-Leaf check-in: 0b73588622 user: jan.nijtmans tags: tip-544 | |
| 14:58 | TIP #544 implementation. Documentation still missing. check-in: 13417ed7df user: jan.nijtmans tags: tip-544 | |
|
2019-05-14
| ||
| 19:26 | Merge 8.6 check-in: 2c56cc8106 user: jan.nijtmans tags: core-8-branch | |
| 10:31 | Tweak the unix build instructions; general cleanup of a few bits and fixing of old maintainer-only t... check-in: 3f32db392d user: dkf tags: core-8-branch | |
|
2019-05-12
| ||
| 07:39 | Better comments, and a better fix for UB avoidance. Leaf check-in: 0b67af9667 user: dkf tags: dkf-experimental-fast-number-hash | |
|
2019-05-11
| ||
| 14:43 | Complete doc changes for TIP 543 in Tcl 8.7 check-in: 830722ba5a user: dgp tags: tip-543 | |
| 12:57 | merge 8.6 check-in: 5a36165795 user: dgp tags: core-8-branch | |
|
2019-05-10
| ||
| 21:28 | optimized variant (especially on x86) for better performance on small integers; more test cases (cov... check-in: 139414267f user: sebres tags: dkf-experimental-fast-number-hash | |
| 20:30 | Start of TIP 543 implementation. check-in: 1373a954c6 user: dgp tags: tip-543 | |
| 18:32 | testlinkarray: fixed cast to pointer from integer (and eliminate warning) check-in: 510d7e17de user: sebres tags: core-8-branch | |
| 17:43 | minor amend: tclIntType is wide in 8.7 check-in: 17fdd3e553 user: sebres tags: dkf-experimental-fast-number-hash | |
| 17:38 | better algorithm - special cases check removed, using unsigned (Tcl_WideUInt); wrapp comments to C-s... check-in: c39d6d51e4 user: sebres tags: dkf-experimental-fast-number-hash | |
| 17:31 | tests/var.test: added test in order to check all possible corner cases (integer hash is equal string... check-in: 7ceecdf341 user: sebres tags: dkf-experimental-fast-number-hash | |
| 17:14 | small amend: tclIntType is wide in 8.7 and more corner cases for different platforms check-in: 289bb16d7c user: sebres tags: dkf-experimental-fast-number-hash | |
| 16:35 | Merge 8.7 check-in: ed6a549a7a user: jan.nijtmans tags: initsubsystems | |
| 16:28 | fixes TclHashObjKey for several corner cases (also x86 / x64 and different types of hash and long); ... check-in: 8258ba565e user: sebres tags: dkf-experimental-fast-number-hash | |
| 08:00 | Merge 8.7 check-in: 95a9ccf863 user: jan.nijtmans tags: dkf-experimental-fast-number-hash | |
|
2019-05-09
| ||
| 20:06 | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. This opens up one more si... check-in: 0dd1983bb0 user: jan.nijtmans tags: core-8-branch | |
| 15:52 | Merge 8.6. Fix compilation warning. No longer return linked adress as interp result in Tcl_LinkArra(... check-in: 676d95cac7 user: jan.nijtmans tags: core-8-branch | |
|
2019-05-08
| ||
| 18:07 | merge 8.6 check-in: 859ebfe77b user: dgp tags: core-8-branch | |
| 06:53 | Make more clear that TCL_INDEX_END|TCL_INDEX_NONE not necessary are int's (in Tcl 9 they are not). E... check-in: 4b75757595 user: jan.nijtmans tags: core-8-branch | |
|
2019-05-04
| ||
| 22:49 | merge mark check-in: bc7ad2ae31 user: dgp tags: core-8-branch | |
| 22:46 | close fork check-in: 8ac3a0096a user: dgp tags: core-8-branch | |
| 18:33 | merge mark check-in: 6b71487164 user: dgp tags: core-8-branch | |
| 15:04 | merge 8.6 - missed basic.test on prior merge check-in: b088b73092 user: kbk tags: core-8-branch | |
| 14:58 | Japanese Reiwa (令和) era check-in: e2481d41b4 user: kbk tags: core-8-branch | |
|
2019-05-03
| ||
| 20:06 | merge 8.6 check-in: 3df57b5b27 user: dgp tags: core-8-branch | |