Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
73 check-ins using file win/Makefile.in version 30e4a75855
|
2019-04-01
| ||
| 16:15 | typos check-in: 43e01869e4 user: dgp tags: tip-160 | |
|
2019-03-29
| ||
| 14:22 | Support -winsize read-only option check-in: fb891d7729 user: dkf tags: tip-160 | |
| 11:57 | Oops check-in: 1923ccb19c user: dkf tags: tip-160 | |
|
2019-03-28
| ||
| 13:11 | Tests, but not working ones... check-in: 65cf3217c7 user: dkf tags: tip-160 | |
| 10:53 | Documentation check-in: db422dbc3d user: dkf tags: tip-160 | |
|
2019-03-27
| ||
| 21:14 | Implement -closemode check-in: 4b1e876fdc user: dkf tags: tip-160 | |
| 13:54 | Partial implementation on Windows. UNTESTED check-in: 71442c5eb7 user: dkf tags: tip-160 | |
| 08:29 | Add autoconf support check-in: ebb0beff9a user: dkf tags: tip-160 | |
|
2019-03-24
| ||
| 22:08 | Better handling, reset capabilty, and ensure that inherited channels are correct check-in: 2265475e82 user: dkf tags: tip-160 | |
| 18:44 | Start of implementation of TIP 160: better terminal control check-in: f58c31e497 user: dkf tags: tip-160 | |
|
2019-03-08
| ||
| 19:51 | Code cleanup: less (size_t) casts Closed-Leaf check-in: ab3bc46fe1 user: jan.nijtmans tags: utf-max-6 | |
| 14:56 | merge 8.7 check-in: 1dd923d0cf user: dgp tags: tip-445-api-fix | |
| 14:47 | merge 8.6 check-in: 8d5d640832 user: dgp tags: core-8-branch | |
|
2019-03-07
| ||
| 22:02 | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work on win32/win64. Patch ad... check-in: 650574e0fb user: jan.nijtmans tags: utf-max-6 | |
| 21:59 | Fix gcc compiler warning check-in: c6f4b50fbf user: jan.nijtmans tags: core-8-branch | |
| 14:17 | (core-8-6-branch merge) Fix automatic pkgIndex generation for multiplatform installs. check-in: d48cced50f user: apnadkarni tags: core-8-branch | |
| 08:31 | Merge 8.6. Remove unneeded code from init.tcl check-in: 3efa92355e user: jan.nijtmans tags: core-8-branch | |
|
2019-03-06
| ||
| 12:25 | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace is exported in previous... check-in: 72d7d613fe user: sebres tags: core-8-branch | |
| 11:26 | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs. The PLATFORM_IDENTIFY m... check-in: 0391287fab user: apnadkarni tags: core-8-branch | |
|
2019-03-05
| ||
| 19:58 | Remove double macro's. Resolve quotes in travis configuration: it doesn't work check-in: 40d18fda3e user: jan.nijtmans tags: core-8-branch | |
| 18:02 | integrate dgp-sebres-timerate-review: no functional changes (already backported) check-in: 61fe0670ed user: sebres tags: core-8-branch | |
| 17:39 | timerate is supported in 8.7 check-in: db95e7a61e user: sebres tags: core-8-branch | |
| 17:34 | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, performance test suite) check-in: 2d254280f0 user: sebres tags: core-8-branch | |
|
2019-03-02
| ||
| 18:15 | Various tommath/numeric related optimizations: - Remove the DD_STEEL formatter: it isn't used anywhe... check-in: 5293802fe6 user: jan.nijtmans tags: core-8-branch | |
| 17:21 | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings occurring with -DTCL_U... check-in: 9b2a385a0f user: jan.nijtmans tags: core-8-branch | |
| 16:52 | Minor optimization in UTF-8 handling, and add some comments describing how Tcl_UniCharToUtf() handle... check-in: 6e3632ede5 user: jan.nijtmans tags: core-8-branch | |
| 16:08 | Merge 8.6 (one forgotten adaptation of surrogate handling, only compiled on Cygwin) check-in: 4f781560c5 user: jan.nijtmans tags: core-8-branch | |
|
2019-03-01
| ||
| 21:05 | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-glob check-in: 6df74d3d53 user: jan.nijtmans tags: core-8-branch | |
| 21:01 | Update Unicode tables to version 12.0 check-in: 1ac480041b user: jan.nijtmans tags: core-8-branch | |
| 20:24 | A confusion about signed vs unsigned comparision caused Tcl_UtfToUniChar() to return the wrong answe... check-in: 81046b694f user: dgp tags: core-8-branch | |
|
2019-02-28
| ||
| 20:19 | merge 8.7 check-in: 06badfc315 user: dgp tags: tip-445-api-fix | |
|
2019-02-27
| ||
| 22:45 | merge core-8-branch check-in: 6331f74415 user: jan.nijtmans tags: tommath-refactor | |
| 21:29 | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to byte-array check-in: efe8f3e6b0 user: jan.nijtmans tags: core-8-branch | |
| 08:34 | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) and (unsigned) type-casts... check-in: 51c585131e user: jan.nijtmans tags: core-8-branch | |
|
2019-02-25
| ||
| 21:13 | Merge 8.6 check-in: 64a59508ae user: jan.nijtmans tags: core-8-branch | |
| 21:10 | Finish complete fix, all corner-cases correct now. Also spurious UTF-8 testcase failure (as seen on ... Closed-Leaf check-in: b3d886c84f user: jan.nijtmans tags: bug-bd94500678 | |
| 19:50 | New internal macro TclHasIntRep() to re-encapsulate the typePtr field. check-in: 86b1045cc4 user: dgp tags: core-8-branch | |
| 17:56 | merge 8.7 check-in: 5e35c2529b user: dgp tags: tip-445-api-fix | |
| 17:46 | merge 8.7 check-in: cbfa90dcb2 user: dgp tags: core-8-7-a3-rc | |
| 17:06 | merge 8.7 check-in: 6bda8e2cf5 user: dgp tags: bug-bd94500678 | |
|
2019-02-24
| ||
| 17:19 | Merge 8.6 check-in: 784f5feda2 user: jan.nijtmans tags: core-8-branch | |
|
2019-02-22
| ||
| 17:32 | Revert recent commit that breaks the encapsulation interface of TIP 445. That encapsulation was put... check-in: 7992011cd3 user: dgp tags: core-8-branch | |
|
2019-02-19
| ||
| 20:21 | Merge 8.7 check-in: 19890efeab user: jan.nijtmans tags: bug-bd94500678 | |
| 20:16 | Merge 8.6 check-in: 1b17625b60 user: jan.nijtmans tags: core-8-branch | |
| 19:38 | Minor optimizations check-in: 0e2621fc4b user: jan.nijtmans tags: bug-bd94500678 | |
|
2019-02-18
| ||
| 20:48 | Proposed fix for [bd94500678]: SEGFAULT by conversion of unicode (out of BMP) to byte-array. check-in: 9f67c17d01 user: jan.nijtmans tags: bug-bd94500678 | |
| 20:39 | Merge 8.6 check-in: fc1de63689 user: jan.nijtmans tags: core-8-branch | |
|
2019-02-15
| ||
| 19:55 | WIP: refactor libtommath references: Deprecate functions which shouldn't be in stub tables. More ge... check-in: ae2d2e4e3a user: jan.nijtmans tags: tommath-refactor | |
|
2019-02-14
| ||
| 20:05 | merge 8.7 check-in: 2a36cf176f user: dgp tags: dgp-string-insert | |
| 19:34 | Improve portability of path constructions. check-in: 9dd7481c5c user: dgp tags: core-8-branch | |
| 10:56 | small amend unfolding `list "$tcl_library/http"` (previously it was result of glob) check-in: 6c4886e1e1 user: sebres tags: core-8-branch | |
| 10:42 | closes [b322938e08]: fix several zipfs-tests searching for single "http" directory in (compressed) t... check-in: 59607dfd9e user: sebres tags: core-8-branch | |
|
2019-02-09
| ||
| 21:05 | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entry for it. Add -Wpointer... check-in: ab48435928 user: jan.nijtmans tags: core-8-branch | |
|
2019-02-06
| ||
| 18:29 | tests/httpcookie.test: apply "-load" option for this test (in order to provide/overwrite library/pat... check-in: 32fc2906c3 user: sebres tags: core-8-branch | |
|
2019-02-05
| ||
| 21:59 | fixes segfault [bd94500678]: Tcl_UtfToUniChar/TclUtfToUniChar could don't advance source pointer in ... check-in: 42976af3f3 user: sebres tags: core-8-branch | |
|
2019-02-04
| ||
| 22:46 | merge 8.7 check-in: 308a5de5b2 user: jan.nijtmans tags: initsubsystems | |
| 15:14 | optimize WidePwrSmallExpon (exponent is <= 16), this will huge decrease assembled code on x86 (113 v... check-in: ed2f8857c2 user: sebres tags: core-8-branch | |
|
2019-02-01
| ||
| 20:02 | merge-mark check-in: f3582be384 user: jan.nijtmans tags: core-8-branch | |
| 16:06 | merge 8.6 (regression fix [e3f481f187], conflicts resolved) check-in: cc09378b6e user: sebres tags: core-8-branch | |
| 15:56 | speedup "process.test" using signal (via file delete) for the child-process it could exit immediatel... check-in: 4aa189548d user: sebres tags: core-8-branch | |
|
2019-01-31
| ||
| 22:42 | fix [f559bbde4e]: TclInt.h: tclUnixPort.h:162:13: fatal error: ../compat/unistd.h: No such file or d... check-in: 34f124f2b8 user: jan.nijtmans tags: core-8-branch | |
| 22:23 | Make TclIsPureByteArray() a macro, since it's only doing a single compare. Other internal simplifica... check-in: d4a22bc563 user: jan.nijtmans tags: core-8-branch | |
| 21:08 | Merge 8.6 check-in: 90fc02235a user: jan.nijtmans tags: core-8-branch | |
|
2019-01-28
| ||
| 22:20 | Fix for [f559bbde4e] (even though that's not really a bug) Closed-Leaf check-in: 52f9377326 user: jan.nijtmans tags: bug-f559bbde4e | |
| 22:03 | Merge libtommath v1.1.0 check-in: 8782e17385 user: jan.nijtmans tags: core-8-branch | |
| 21:34 | New internal macro TclFetchIntRep, which is faster than Tcl_FetchIntRep. But ... don't use this fun... check-in: d3ed67412e user: jan.nijtmans tags: core-8-branch | |
| 16:19 | merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional changes here) check-in: 2f22a13f00 user: sebres tags: core-8-branch | |
|
2019-01-26
| ||
| 17:08 | Merge 8.6. Also reduce tclCharTypeTable[] to 256 entries, as this table is always addressed with uns... check-in: 6d7fdfa9fa user: jan.nijtmans tags: core-8-branch | |
|
2019-01-25
| ||
| 14:17 | Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: e29db71895 user: dkf tags: core-8-branch | |
| 13:05 | renumeration of test check-in: 31dd092df4 user: sebres tags: core-8-branch | |
| 13:03 | more tests for INST_EXPON: base -1, big exponent (odd/even). check-in: 792ac5cd29 user: sebres tags: core-8-branch | |
| 12:45 | More simplifications in tclExecute.c (INST_EXPON), much more and well-arranged branching of wide/big... check-in: 238bd4d2c0 user: sebres tags: core-8-branch | |
|
2019-01-22
| ||
| 21:44 | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more code readability improv... check-in: e8e92eb381 user: jan.nijtmans tags: core-8-branch | |