Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12421 check-ins using file libtommath/logs/expt.png version 3c695c732f
|
2022-05-31
| ||
| 13:22 | [windows] avoid overflow by calculation of perf-counter to 100ns as signed wide int (also fixes nega... Leaf check-in: 6b4a81cdba user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:20 | correct comment for TclpGetUTimeMonotonic check-in: 7376838890 user: sebres tags: sebres-8-5-event-perf-branch | |
|
2020-04-20
| ||
| 05:22 | Remove last knownBug. Closed-Leaf check-in: be8d84fe6a user: dgp tags: dgp-utf-explore | |
| 05:17 | Apply fix for [2738427] and adjust tests. check-in: 27cfa0775d user: dgp tags: dgp-utf-explore | |
| 05:09 | Apply fix for [493dccc2de] and adjust tests. check-in: 7db642d35a user: dgp tags: dgp-utf-explore | |
| 04:58 | Apply fix for [5e6346a252] and adjust tests. check-in: 32bc8e9f0c user: dgp tags: dgp-utf-explore | |
| 04:40 | Apply first fix of [c61818e4c9] and adjust tests. check-in: 4227206dc3 user: dgp tags: dgp-utf-explore | |
| 04:19 | Remove one misplaced "compat85" constraint. Note that "compat85" is being used to conflate two separ... check-in: 6a0e2038a7 user: dgp tags: dgp-utf-explore | |
| 04:02 | Apply the overlong rejection backport fix again, but this time don't attempt to include surrogate su... check-in: daafc7f0aa user: dgp tags: dgp-utf-explore | |
|
2020-04-19
| ||
| 23:23 | We know that Tcl 8.5.19 suffered from [2738427] where Tcl_NumUtfChars did not handle incomplete sequ... check-in: 4e95159d0a user: dgp tags: dgp-utf-explore | |
| 23:12 | We know that Tcl 8.5.19 does not support Unicode 11. check-in: 3d84b52ee9 user: dgp tags: dgp-utf-explore | |
| 23:12 | We know the Tcl 8.5.19 suffers from [c61818e4c9] where Tcl_UtfPrev uncritically accepts all bytes >=... check-in: b8f4831925 user: dgp tags: dgp-utf-explore | |
| 23:00 | We know that Tcl 8.5.19 suffers from [67aa9a2070] -- accepting overlong. check-in: f54a350e47 user: dgp tags: dgp-utf-explore | |
| 22:47 | Attach modern testing machinery and tests to a pre-backport state of Tcl 8.5 to see what compatibili... check-in: ea2dce9063 user: dgp tags: dgp-utf-explore | |
|
2020-04-18
| ||
| 13:53 | Missing Tcl_UniChar initializations allow 4-byte Tcl_UtfToUniChar to act on uninitialized mem and g... Closed-Leaf check-in: 517b1c87da user: dgp tags: bug-c574e50a3b | |
|
2019-05-27
| ||
| 21:18 | Fix "make dist" for the README -> README.md renaming check-in: ee4c299856 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-24
| ||
| 20:03 | Missing keyword: "static" check-in: 6315463cce user: jan.nijtmans tags: core-8-5-branch | |
| 16:49 | fixes typo ("net" instead of outdated term "nett") check-in: c03e508528 user: sebres tags: core-8-5-branch | |
|
2019-05-22
| ||
| 09:18 | merge 8.5 check-in: ba97c71d8f user: sebres tags: sebres-8-5-event-perf-branch | |
|
2019-05-21
| ||
| 17:52 | timerate: be more precise using unsigned wide (for total execution time), avoid signed vs unsigned c... check-in: 8d402ef26e user: sebres tags: core-8-5-branch | |
| 11:29 | small amend (no cast needed) check-in: ce78a05d8f user: sebres tags: core-8-5-branch | |
| 11:22 | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, resolve mistake with "key ... check-in: 295b0570ff user: sebres tags: core-8-5-branch | |
|
2019-05-17
| ||
| 18:33 | comment typo check-in: 320c538465 user: dgp tags: core-8-5-branch | |
|
2019-05-16
| ||
| 18:17 | small amend to [ac566e9df84daeab] with rollback of done/continue optimization check-in: bb7ad323d4 user: sebres tags: core-8-5-branch | |
| 17:49 | timerate: allow continue from measurement cycle (used for conditional flow control of iterations); m... check-in: ac566e9df8 user: sebres tags: core-8-5-branch | |
|
2019-05-14
| ||
| 18:42 | DIGIT_BIT -> MP_DIGIT_BIT, since DIGIT_BIT is deprecated in future libtommath versions. So, better s... check-in: 464bb2de83 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-12
| ||
| 20:28 | Proposed fix for bug [524b35a8b5]. No test-case yet. Leaf check-in: 0040d90962 user: jan.nijtmans tags: bug-524b35a8b5 | |
|
2019-05-11
| ||
| 12:48 | Revised documented advice that made obsolete reference to interp->result. check-in: 9804f1f1b2 user: dgp tags: core-8-5-branch | |
|
2019-05-07
| ||
| 07:19 | (cherry-pick from8.6): Japanese Reiwa (令和) era check-in: ef39d849b5 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-05-04
| ||
| 18:25 | Plug memleak when deleting a namespace destroys a linked Tcl var. check-in: 37206842d3 user: dgp tags: core-8-5-branch | |
|
2019-05-03
| ||
| 18:50 | memleak demo test check-in: 8fbd9bd6ba user: dgp tags: core-8-5-branch | |
|
2019-04-29
| ||
| 20:01 | [c6f1ffa7a9]: test-cases illustrating clock scan/freescan deviation (wrong conversion) if TZ specifi... Leaf check-in: 8dc2f9c90f user: sebres tags: bug-c6f1ffa7a9-clock-tz-in-input | |
|
2019-04-23
| ||
| 06:28 | timerate: code style, doc style check-in: 55a6f5b9b4 user: dkf tags: core-8-5-branch | |
|
2019-04-17
| ||
| 19:59 | extend performance test-suite, allow several (repeatable) execution of _test_run (if encosed in _tes... check-in: 358ae35950 user: sebres tags: core-8-5-branch | |
| 14:25 | Isolate tests of [info frame] results from testing environment. check-in: 7d9c32ead5 user: dgp tags: core-8-5-branch | |
|
2019-04-09
| ||
| 19:37 | closes [940ce8f958] - tests/cmdMZ.test: avoid import timerate to global NS in tests (e. g. using tcl... check-in: 242fe24b35 user: sebres tags: core-8-5-branch | |
| 10:31 | closes [1e5e25cf2b] - tests/cmdMZ.test: fixed NRT-related sleeps (and time-related corner cases and ... check-in: 84e29e7149 user: sebres tags: core-8-5-branch | |
|
2019-04-08
| ||
| 19:31 | Add test-cases for win32/win64 --disable-shared, and put standard --enable-threads check-in: 2398513042 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-04-01
| ||
| 13:53 | closes [1a3fa1232e306a44], test case cmdMZ-6.5 fixed to cover float value by iteration per second check-in: c925d4759d user: sebres tags: core-8-5-branch | |
| 13:51 | timerate: avoid divide by zero by no iterations in measurement cycle (e. g. count is 0) check-in: c9ac395fd2 user: sebres tags: core-8-5-branch | |
|
2019-03-27
| ||
| 20:13 | Update TZ info to tzdata2019a check-in: 32229a5063 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-24
| ||
| 16:43 | Since only bytes 0xF0 - 0xF4 can be the first byte of a valid 4-byte UTF-8 byte sequence, account fo... check-in: 12e58fc74d user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-21
| ||
| 20:06 | Add entry for 元号 (or NewEra placeholder) to Unicode tables. Since Tcl doesn't do rendering, this... check-in: 4789f77a5b user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-17
| ||
| 22:13 | For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the value of TCL_UTF_MAX. D... check-in: 304a19f67c user: jan.nijtmans tags: core-8-5-branch | |
|
2019-03-16
| ||
| 21:42 | Try 32-bt Travis CI LInux build/test Closed-Leaf check-in: 032cf77af5 user: jan.nijtmans tags: linux-32bit-travis-build | |
|
2019-03-09
| ||
| 21:04 | NRT relevant only: provides self-calibrating mechanism for TclpUSleep (the actual time of usleep/nan... check-in: 9ce15c7f1a user: sebres tags: sebres-8-5-event-perf-branch | |
| 20:07 | non-native time scale fixed: do scale time only once (not in cycle, since all other times used in ca... check-in: f20b5264a3 user: sebres tags: sebres-8-5-event-perf-branch | |
| 19:07 | macosx: Tcl_Sleep -> TclpUSleep (provides microseconds sleep, fixed unresolved external "TclpUSleep"... check-in: f26dfbb645 user: sebres tags: sebres-8-5-event-perf-branch | |
| 18:41 | TclpScaleUTime fixed typo, only if native scaling used (tclScaleTimeProcPtr == NativeScaleTime) the ... check-in: fca5fb3444 user: sebres tags: sebres-8-5-event-perf-branch | |
|
2019-03-08
| ||
| 15:38 | unix: monotonic time (performance counter/wide-clicks) - implements several fallbacks for platforms ... check-in: 6593536677 user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:38 | merge 8.5 (fixed performance test for short exec-time) check-in: 177092d5da user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:37 | cpu-count (performance counter) recognition is rewritten (also resolves gcc warning: suggest parenth... check-in: 518ab3c556 user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:35 | fixed mistake ($howmuch is substituted in tests and can be larger as last event index created by too... check-in: a76ccc10f1 user: sebres tags: core-8-5-branch | |
| 04:08 | merge 8.5 - timerate is part of Tcl now (since TIP#527 got merged), conflicts resolved, merge-points... check-in: 1ca0b19a51 user: sebres tags: sebres-8-5-event-perf-branch | |
| 04:05 | merge sebres-8-5-timerate (prepare for consolidation with 8.5) check-in: ca89c4e5a7 user: sebres tags: sebres-8-5-event-perf-branch | |
| 01:17 | fixed test parse-12.26 - variable now Leaf check-in: 32568cdfa1 user: sebres tags: bug-408568 | |
| 00:44 | fixes [408568] "variable substitution parsing limited to ASCII alphanumerics" check-in: 4c5d9c6963 user: sebres tags: bug-408568 | |
| 00:34 | test case for [408568] "variable substitution parsing limited to ASCII alphanumerics": illustrating ... check-in: 745068c247 user: sebres tags: bug-408568 | |
| 00:04 | resolves large discrepancies in proc/lambda between 8.5 and 8.6; coverage for [e3f481f187] regressi... Leaf check-in: fb2b91aea8 user: sebres tags: sebres-8-5-comp-8-6-fix | |
|
2019-03-05
| ||
| 16:25 | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New command timerate, perfor... check-in: 5c26638643 user: sebres tags: core-8-5-branch | |
| 15:46 | extended performance test-suite, since max-count is implemented in timerate, usage `::tclTestPerf::_... Closed-Leaf check-in: 1e109808c9 user: sebres tags: sebres-8-5-timerate | |
| 12:58 | back-porting other performance test (timer-event.perf.tcl) from event-perf-branch check-in: c3a401ee2c user: sebres tags: sebres-8-5-timerate | |
| 12:56 | back-porting test-performance suite and clock.perf.tcl from clock-speedup branch check-in: 6d517f3acd user: sebres tags: sebres-8-5-timerate | |
| 11:28 | helper to import `timerate` on demand in unknown/autoload proceeding. check-in: 8e42cf68a5 user: sebres tags: sebres-8-5-timerate | |
| 11:22 | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` in versions prior to 8.7 check-in: f6edb4f6be user: sebres tags: sebres-8-5-timerate | |
| 10:07 | highlighting check-in: 2536fd1d1e user: sebres tags: sebres-8-5-timerate | |
|
2019-03-04
| ||
| 20:50 | amend: html-code order changed check-in: f4280495d4 user: sebres tags: sebres-8-5-timerate | |
| 20:40 | tools/tcltk-man2html: html-code for micro (sec) character check-in: a9f85173d9 user: sebres tags: sebres-8-5-timerate | |
| 20:39 | re-integrates the changes from the TIP#527 description into the manpage check-in: 9a8fb66857 user: sebres tags: sebres-8-5-timerate | |
|
2019-03-01
| ||
| 20:10 | Update internal tables to Unicode 12.0 check-in: 6e18f23e7f user: jan.nijtmans tags: core-8-5-branch | |
|
2019-02-24
| ||
| 18:40 | Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode 10.2) check-in: 0761fefbd3 user: jan.nijtmans tags: core-8-5-branch | |
| 17:05 | No longer run socket test-cases on travis with OSX: There are too many random failures/hangups. check-in: d5a91ad9d9 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-02-13
| ||
| 01:22 | timerate documentation extended check-in: af42c485d8 user: sebres tags: sebres-8-5-timerate | |
| 01:10 | timerate: extended with ?max-count? optional parameter, code review and more tests check-in: 0f6e941c6e user: sebres tags: sebres-8-5-timerate | |
|
2019-02-12
| ||
| 20:40 | small amend (correct wrong utf-8 prevention for micro sign in RE of check test-case) check-in: f3d1a24b0e user: sergey.brester tags: sebres-8-5-timerate | |
| 20:37 | few test cases for timerate command check-in: e7400f99d5 user: sergey.brester tags: sebres-8-5-timerate | |
| 19:46 | fixes estimated time of too short execution considering calibrated overhead (it is 0us and not 1us, ... check-in: cde1464889 user: sergey.brester tags: sebres-8-5-timerate | |
| 19:38 | timerate: allow break from measurement cycle (usable to provide conditional stop possibility inside ... check-in: 11760d10b0 user: sergey.brester tags: sebres-8-5-timerate | |
| 19:35 | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshold calculation (avoid gr... check-in: fd80b4356e user: sergey.brester tags: sebres-8-5-timerate | |
| 18:41 | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --baseline 0055a16a8b core-... check-in: 0e846f3e6f user: sergey.brester tags: sebres-8-5-timerate | |
|
2019-01-28
| ||
| 16:12 | fixes [4ee9b4f3e965a7da5133]: result of command `time` overflows by single iteration longer as 35 mi... check-in: 523e36b232 user: sebres tags: core-8-5-branch | |
|
2019-01-25
| ||
| 13:43 | Do not assume that literals have a non-NULL bytes field; user code could purge it. check-in: da7b45afb4 user: dkf tags: core-8-5-branch | |
|
2019-01-07
| ||
| 01:11 | cherry-pick [3e4d907d8e] from 8.6: prevent buffer overrun in fast_s_mp_mul_digs(). check-in: 02693d92df user: sebres tags: core-8-5-branch | |
|
2019-01-04
| ||
| 22:29 | Update TZ info to tzdata2018i. check-in: cf6870f4f3 user: jan.nijtmans tags: core-8-5-branch | |
| 22:23 | Fix signed<->unsigned comparsion warning (occurring in some gcc compilation flags). Micro-optimizat... check-in: cf7e97de51 user: jan.nijtmans tags: core-8-5-branch | |
|
2019-01-03
| ||
| 20:47 | Fix conflict with timezone() function in some MSVC versions check-in: 9ca59559ba user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-30
| ||
| 22:44 | Fix [3cf3a939d32707e100e06e23806e13569856286a|3cf3a939d3]: timezone deprecated in vc2017 check-in: f062d9ee2c user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-20
| ||
| 08:06 | (cherry-pick) relax the timings of 2 tests, which incidentally fail on Travis CI. Also backport a fe... check-in: bdc8413143 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-18
| ||
| 22:30 | small amend (code review, implicit gets for *nix/eof to avoid endless event-cycle, etc) Leaf check-in: cdb6ed3f55 user: sebres tags: sebres-speedup-testsuite | |
| 20:41 | tests: new test-command "testisprocessrunning" in order to help recognize in test cases a child proc... check-in: 21737c5c85 user: sebres tags: sebres-speedup-testsuite | |
| 19:49 | No need for latest "rvm" any more in osx builds (now even gives an error) Remove unused/empty header... check-in: 534b4d524a user: jan.nijtmans tags: core-8-5-branch | |
|
2018-12-05
| ||
| 09:57 | typo: forgotten 1 test (normally excluded via constraint slowTest) as interface got changed. check-in: 7455a3fcb8 user: sebres tags: sebres-speedup-testsuite | |
|
2018-12-04
| ||
| 18:24 | io.test: stability fixes and improving the speed of slow tests check-in: 38bb18a347 user: sebres tags: sebres-speedup-testsuite | |
|
2018-11-22
| ||
| 12:58 | win/Makefile.in (mingw/gcc toolchains): fixes make mode "tcltest" - added dependencies to build tcl ... check-in: 576c68f114 user: sebres tags: core-8-5-branch | |
| 12:48 | fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoinPath) for pure relative path-segm... check-in: bcee71a177 user: sebres tags: core-8-5-branch | |
| 12:45 | prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and static (used locally in t... Closed-Leaf check-in: fba9c8383c user: sebres tags: bug-7a9dc52b29 | |
|
2018-11-21
| ||
| 10:00 | win: repair test command "testchmod": correct load module (ADVAPI32 for x86/x64) and fix readonly ma... check-in: a4746b4c9f user: sebres tags: bug-7a9dc52b29 | |
|
2018-11-20
| ||
| 20:56 | win: fixed pwd-related test-cases in winPipe.test: several test-cases expect current directory equal... check-in: 8125c3109a user: sebres tags: bug-7a9dc52b29 | |
| 20:23 | win: fixes case sensitivity of glob test cases (winFile-2.*): current directory can be different as ... check-in: 2897840177 user: sebres tags: bug-7a9dc52b29 | |
| 20:11 | refactoring normalize in case of second path starting with tilde (~/~foo) - force second path as rel... check-in: 945ecdbfcd user: sebres tags: bug-7a9dc52b29 | |
| 18:02 | fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJoinPath check-in: 10e9bd8b12 user: sebres tags: bug-7a9dc52b29 | |
|
2018-11-12
| ||
| 09:26 | Fix brokenness in GNUmakefile check-in: 38bd0e8890 user: dkf tags: core-8-5-branch | |
|
2018-11-11
| ||
| 16:55 | Fix builds on Travis. check-in: bdc17c4308 user: dkf tags: core-8-5-branch | |
|
2018-11-09
| ||
| 16:00 | [35a8f1c04a] Fix bad lengths when creating string rep of some lists. check-in: b2575c74bc user: dgp tags: core-8-5-branch | |
| 15:47 | Additional test Closed-Leaf check-in: 94ad0517c5 user: dgp tags: bug-35a8f1c04a | |
| 15:39 | Revise bug fix to support (length == 0) correctly. Added comments and improved safety in caller. check-in: 3b0bc7a6e1 user: dgp tags: bug-35a8f1c04a | |
| 14:19 | closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanElement and TclConvertEle... check-in: 2ec58720e9 user: sebres tags: bug-35a8f1c04a | |
| 14:13 | test case to cover bug [35a8f1c04a] check-in: d76fb9091b user: sebres tags: bug-35a8f1c04a | |
|
2018-11-08
| ||
| 17:05 | [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure. Repairs TIP 525 Impl... check-in: 0ef0b36b31 user: dgp tags: core-8-5-branch | |
|
2018-10-31
| ||
| 21:02 | Make MacOSX compile work (hopefully) and cross-compile on mingw-w64 (compile only, no unit-test yet) check-in: cb351dea6a user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-30
| ||
| 20:40 | Add support for DragonFly check-in: 64b7610e09 user: jan.nijtmans tags: core-8-5-branch | |
| 20:39 | Add support for TIP #494 to registry and dde. Only effective when compiled against Tcl 9.0 headers. ... check-in: bd6c194323 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-29
| ||
| 19:54 | squelch some warnings on higher Visual Studio versions: we are not going to bother on this any more. check-in: 3fca980837 user: jan.nijtmans tags: core-8-5-branch | |
| 14:09 | close fork check-in: 3fe0cdb5a5 user: dgp tags: core-8-5-branch | |
| 14:00 | [TIP 525] Backport package tcltest 2.5 check-in: d27b044524 user: dgp tags: core-8-5-branch | |
|
2018-10-28
| ||
| 10:05 | Merge (on-purpose) fork, makeing the merge-mark easier check-in: 6bb28fe7ed user: jan.nijtmans tags: core-8-5-branch | |
| 10:04 | Missing -DUNICODE in makefile.vc check-in: a980768a91 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-27
| ||
| 19:52 | put back Travis CI build. All merge-marks of previous commit change done. check-in: 552539f02d user: jan.nijtmans tags: core-8-5-branch | |
| 19:36 | (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables everything else to merg... check-in: 817887d230 user: jan.nijtmans tags: core-8-5-branch | |
| 19:33 | Backport various minor issues from 8.6: - gcc compiler warning in tclDate.c - protect Tcl_UtfToUni... check-in: f339295ed5 user: jan.nijtmans tags: core-8-5-branch | |
| 08:06 | Update to latest tzdata (backported from 8.6) check-in: 08cdf7d2b5 user: jan.nijtmans tags: core-8-5-branch | |
| 08:03 | Missed some version bumps in previous commit check-in: 5e7a02073b user: jan.nijtmans tags: core-8-5-branch | |
| 07:53 | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. check-in: 714f445acf user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-24
| ||
| 21:22 | Backport "registry" version 1.3.3, so all active branches now have the same registry version. (this... check-in: e4761eb0a8 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-23
| ||
| 11:14 | Enable CI builds with Travis. check-in: 0386db909a user: dkf tags: core-8-5-branch | |
|
2018-10-22
| ||
| 13:11 | Expand the build matrix Closed-Leaf check-in: e8f9027ec2 user: dkf tags: travis-8.5 | |
|
2018-10-21
| ||
| 10:16 | Disable windows builds. Make test failures fatal. check-in: 3bfdd781da user: dkf tags: travis-8.5 | |
|
2018-10-20
| ||
| 18:02 | Remove old README check-in: c7d905abde user: dkf tags: travis-8.5 | |
| 16:47 | Add local links check-in: ce6a2e7c54 user: dkf tags: travis-8.5 | |
| 16:44 | formatting tweak check-in: 714d2aca19 user: dkf tags: travis-8.5 | |
| 12:54 | formatting tweak check-in: e10efad87d user: dkf tags: travis-8.5 | |
| 12:01 | formatting fix check-in: 447e1de8d8 user: dkf tags: travis-8.5 | |
| 11:57 | Travis CI build check-in: 0f4e7c557c user: dkf tags: travis-8.5 | |
|
2018-10-17
| ||
| 19:51 | Fix test-cases running on Windows 10: [string index $tcl_platform(osVersion) 0] doesn't give the c... check-in: a8a42c2118 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-10-10
| ||
| 22:14 | merge 8.5 Leaf check-in: a3aca1465b user: sebres tags: rfe-4f322b9d21 | |
|
2018-08-30
| ||
| 11:08 | test-cases to cover quoting of the newline character, and the documentation extended. check-in: 707127bd2d user: sebres tags: core-8-5-branch | |
|
2018-08-29
| ||
| 16:58 | tcltest: forgotten built-in constraint "slowTest" check-in: 2f1d3c9080 user: sebres tags: core-8-5-branch | |
| 14:45 | closes [21b0629c81] 0-day vulnerability - insufficient escape by exec of batch-files for windows check-in: 99af12fd19 user: sebres tags: core-8-5-branch | |
|
2018-08-23
| ||
| 10:26 | code review, skip slow test winpipe-8.2 executed args from injectList particularly (normally winpipe... Closed-Leaf check-in: 7f273d6639 user: sebres tags: 0-day-21b0629c81 | |
| 08:00 | code review, restored backwards compatibility of the simplest escape of quote-chars (so reverted sev... check-in: 897a17c523 user: sebres tags: 0-day-21b0629c81 | |
|
2018-08-21
| ||
| 18:52 | fixes escape for special cases (+ more test-cases): - `%` char to be escaped (quoted) in any case (r... check-in: ae46c72447 user: sebres tags: 0-day-21b0629c81 | |
|
2018-08-20
| ||
| 19:58 | because executable (1st argument) always proper escaped now, don't need to replace long path name of... check-in: 7dad71a5a9 user: sebres tags: 0-day-21b0629c81 | |
| 16:15 | small amend: avoid reset of unpaired quote flag between arguments (previous affects next) + test cas... check-in: c2762871a6 user: sebres tags: 0-day-21b0629c81 | |
| 14:35 | win: fixes [21b0629c81] - exec/open process pipe under windows (0-day vulnerability - insufficient e... check-in: cc1a3445f7 user: sebres tags: 0-day-21b0629c81 | |
|
2018-08-17
| ||
| 18:26 | win: TclpCreateProcess or [exec process ...] - search for application extended with ".cmd" extension... check-in: 19406e5bfb user: sebres tags: core-8-5-branch | |
|
2018-07-26
| ||
| 16:46 | test cases added to cover width overflow by format (should cause limit exceeded) check-in: 3b55e9c1e1 user: sebres tags: core-8-5-branch | |
| 15:57 | closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by format like "%4000000000g... check-in: 16846911c7 user: sebres tags: core-8-5-branch | |
| 10:47 | enhanced tclsh syntax (rich command line for applications using Tcl_Main without startup-script): tr... Leaf check-in: e61a1add32 user: sebres tags: sebres-rich-cmd-line | |
|
2018-07-16
| ||
| 14:32 | RFE [61fa4879ed] implementation - use system temp-folder as default temporary directory in the test-... Closed-Leaf check-in: 0108bf4c0e user: sebres tags: rfe-61fa4879ed | |
|
2018-07-12
| ||
| 14:17 | win: closes [3f7af0e21e13f1f5] - avoid "permissions denied" by `file delete`, if file stat (TclpObjS... check-in: 4af9ff473e user: sebres tags: core-8-5-branch | |
|
2018-07-09
| ||
| 17:47 | merge 8.5 (after fix of three-point race condition) check-in: 87ce4cf1e0 user: sebres tags: rfe-4f322b9d21 | |
| 17:18 | closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some worker deletes directory ... check-in: 1c12ee9e45 user: sebres tags: core-8-5-branch | |
|
2018-07-02
| ||
| 19:37 | try to improve documentation for braces substitution in tcl Leaf check-in: 5df373ba48 user: sebres tags: doc-subst-of-braces | |
| 14:46 | test case extended check-in: 929fa212c4 user: sebres tags: rfe-4f322b9d21 | |
| 14:46 | doc/file.n: documentation for `file mkdir` extended with return-code description and usage example check-in: 786e10c2ee user: sebres tags: rfe-4f322b9d21 | |
| 14:46 | Closes RFE [4f322b9d21]: provide return value for `file mkdir` to recognize the directories are real... check-in: 7e5504fecf user: sebres tags: rfe-4f322b9d21 | |
|
2018-06-16
| ||
| 12:57 | use Tcl_List operations for proc argument parsing Leaf check-in: e8dfb5e4d8 user: aspect tags: aspect-proc-args | |
|
2018-06-15
| ||
| 18:31 | Align common install locations in SC_PATH_TCLCONFIG and SC_PATH_TKCONFIG. Add FreeBSD (closes [d6d60... check-in: 4790e733ef user: jan.nijtmans tags: core-8-5-branch | |
| 15:39 | minimalist fix for [3e25ac512e] to avoid different values before and after current directory access ... Leaf check-in: 188107cdc4 user: sebres tags: bug-3e25ac512e | |
| 14:54 | test cases illustrated file-system access bug [3e25ac512e] check-in: 27c03434a7 user: sebres tags: bug-3e25ac512e | |
|
2018-06-13
| ||
| 15:59 | Stop creating a stray child process. check-in: bc0459f5c3 user: dgp tags: core-8-5-branch | |
|
2018-06-12
| ||
| 17:10 | [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful. check-in: 3a43176c2a user: dgp tags: core-8-5-branch | |
| 11:23 | atomic Incr/Decr with Fetch renamed (a bit more clear now, because first increments then fetch), pro... Closed-Leaf check-in: 52ddcca8d5 user: sebres tags: fix-815e246806-8-5 | |
|
2018-06-11
| ||
| 12:57 | amend after merge (lossed by conflict-resolve) check-in: 8ac4d64f41 user: sebres tags: fix-815e246806-8-5 | |
| 12:51 | back-port 8.6th fix check-in: 35b3eadf7f user: sebres tags: fix-815e246806-8-5 | |
|
2018-06-09
| ||
| 07:42 | Update all Unicode tables to Unicode version 11.0 check-in: 6fcef2008f user: jan.nijtmans tags: core-8-5-branch | |
| 07:41 | Update to latest tzdata (backported from 8.6) check-in: 8fb0134372 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-06-08
| ||
| 18:59 | Fixes bug [815e246806] using atomic reference counter (atomic incr/decr during channel transfer proc... check-in: bd0fca47e3 user: sebres tags: fix-815e246806-8-5 | |
| 13:30 | Protect channel reference counter with volatile (forces atomic direct incr/decr during transfer proc... check-in: 520fcd10e6 user: sebres tags: fix-815e246806-8-5 | |
| 13:28 | fixes [815e246806], extend Tcl_RegisterChannel/Tcl_UnregisterChannel with preserving of ref-count of... check-in: dafa1a0859 user: sebres tags: fix-815e246806-8-5 | |
| 12:50 | resolves some warnings by compiling with new gcc-versions (>= 7.x): - '*' in boolean context, sugg... check-in: 9ea4420be8 user: sebres tags: core-8-5-branch | |
|
2018-06-04
| ||
| 13:49 | fixes [92564326a9] if compiled on some x86 systems (with dirent64 but without DIR64, partially cherr... check-in: 32babd8ff2 user: sebres tags: core-8-5-branch | |
|
2018-05-28
| ||
| 13:13 | win: searching for FQDN in user-name should be utf-8 safe (user-name could contain non-ascii utf-8 c... check-in: 318c6b1966 user: sebres tags: core-8-5-branch | |
| 12:05 | merge-integrate sebres-bug-9e6b569963-8-5-branch to 8.5 check-in: b65ecf6cb7 user: sebres tags: core-8-5-branch | |
|
2018-05-25
| ||
| 15:51 | minor indentation fix (no functional changes) Closed-Leaf check-in: aafdcb52e3 user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 15:48 | avoid dual init of stubs (possible race condition, 8.5th only) check-in: 81426bb3cd user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 15:04 | optimized winapi-stubs loading (8.5th only); if user name specified without domain and equals the cu... check-in: 19abe5efa2 user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 10:04 | merge/reintegrate test-cases from bug-9e6b569963 check-in: 617e292a69 user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
|
2018-05-24
| ||
| 20:49 | [9e6b569963] win: if user specified without domain (and local user was not found), try to resolve us... check-in: d6a73c524c user: sebres tags: sebres-bug-9e6b569963-8-5-branch | |
| 20:20 | fixed typo in winFCmd-12.6.2: unneeded extra-bracket removed check-in: 634425a216 user: sebres tags: core-8-5-branch | |
| 20:12 | win: TclpGetUserHome should return normalized path (also in case we find domain and NetUserGetInfo r... check-in: 8243f36918 user: sebres tags: core-8-5-branch | |
|
2018-05-14
| ||
| 19:14 | Unbreak build when HAVE_FTS is not set. Move definitions of Tcl_DirEntry and TclDIR to tclWinPort.h... check-in: 7bc44a586a user: jan.nijtmans tags: core-8-5-branch | |
|
2018-05-11
| ||
| 09:14 | Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. Also prepare tooling for Un... check-in: ee9f293421 user: jan.nijtmans tags: core-8-5-branch | |
| 07:53 | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the public API check-in: 3257682387 user: jan.nijtmans tags: core-8-5-branch | |
|
2018-05-09
| ||
| 10:29 | amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding HAVE_STRUCT_DIRENT64) check-in: f80031df45 user: sebres tags: core-8-5-branch | |
|
2018-05-08
| ||
| 09:49 | fixes [92564326a98b5510]: wrong x64-aligned handle from readdir64 by opendir/rewinddir/closedir, if ... check-in: 85bcf84100 user: sebres tags: core-8-5-branch | |
|
2018-04-30
| ||
| 12:47 | merge 8.5 Leaf check-in: a2fcb3e560 user: dgp tags: bug-3485833 | |
| 12:11 | Contain platform-specific things in the constraint-controlled parts of the test. check-in: 74af01d8ff user: dgp tags: core-8-5-branch | |
| 11:10 | merge fix-1613456fff, closes [1613456fffffffff] and [27b682284974d0cd] check-in: 92c4bfbe32 user: sebres tags: core-8-5-branch | |
|
2018-04-19
| ||
| 01:39 | An [array set] from a dict can only take shortcuts when the dict is "pure", that is, has no string r... check-in: 7ad9a0d2cb user: dgp tags: core-8-5-branch | |
|
2018-04-17
| ||
| 14:32 | Restore build success to the TCL_REMOVE_OBSOLETE_TRACES configuration. check-in: b0e9d4fac9 user: dgp tags: core-8-5-branch | |
|
2018-04-11
| ||
| 11:28 | win: some test-cases missing constraint for testexcept (if compiled without test) Closed-Leaf check-in: eb6c47f3cb user: sebres tags: fix-1613456fff | |
|
2018-04-09
| ||
| 19:50 | win: fix several test-cases for windows platform check-in: 5c8c4f37f8 user: sebres tags: fix-1613456fff | |
| 10:04 | amend to [5acb57c7aec45e05]: set code to TCL_ERROR, because primitives from tclIOUtil return -1 check-in: 6627aeef8e user: sebres tags: fix-1613456fff | |
|
2018-04-07
| ||
| 16:55 | Correct out-of-date documentation for [string is]. check-in: c3a1f0b5e9 user: dgp tags: core-8-5-branch | |
|
2018-04-06
| ||
| 17:28 | [27b682284974d0cd] command "file delete": avoid possible race condition if file/directory deleted af... check-in: 5acb57c7ae user: sebres tags: fix-1613456fff | |
|
2018-03-22
| ||
| 17:45 | minor fix on comment (restored getFileSecurityProc back, because getNamedSecurityInfoProc not used) check-in: a43aede88c user: sebres tags: fix-1613456fff | |
| 16:22 | win: fixes check of file permissions (readable, writable, executable) - more faster and stable solut... check-in: 0bce348e6b user: sebres tags: fix-1613456fff | |
|
2018-03-14
| ||
| 17:17 | TclTrim: special case for TrimRight on single char result of TrimLeft (this char is already verified... check-in: 96a6332cff user: sebres tags: core-8-5-branch | |
| 00:45 | TclTrim must write to *trimRight even when making a quick exit. check-in: 8b3e6a3ee5 user: dgp tags: core-8-5-branch | |
| 00:03 | Make TclTrim* routines robust against some malformation in inputs. Better than access violations and... check-in: e2a4fef6e1 user: dgp tags: core-8-5-branch | |
|
2018-03-13
| ||
| 23:56 | A few minor revisions. Closed-Leaf check-in: d8df7220e3 user: dgp tags: sebres-8-5-fix-trim-on-mailformed | |
| 18:52 | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: - instead of check the NTS-... check-in: b3969d0fab user: sebres tags: sebres-8-5-fix-trim-on-mailformed | |
| 03:15 | Tidy up and comment [string replace] and its corner cases. check-in: dfe3934edb user: dgp tags: core-8-5-branch | |
|
2018-03-05
| ||
| 17:37 | fixes [1873ea0ee4f01b26]: wrong initialization of std-channels, if no std-handles available at all (... check-in: 041bc74867 user: sebres tags: core-8-5-branch | |
|
2018-02-23
| ||
| 16:55 | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) check-in: d12eaf897e user: dgp tags: core-8-5-branch | |
|
2018-01-25
| ||
| 21:15 | lifetime management of files generated by tests check-in: a8078457a8 user: dgp tags: core-8-5-branch | |
| 20:28 | Dup test names check-in: 4598486182 user: dgp tags: core-8-5-branch | |
|
2018-01-04
| ||
| 12:58 | (cherry-pick): Use http 2 instead of http 1 for Safe Base testing. check-in: be96f22ee4 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-12-06
| ||
| 20:44 | Plug memleak recently put into [package require]. check-in: ce911aa764 user: dgp tags: core-8-5-branch | |
| 13:02 | [ce3a211dcb] Failed file normalize when tail is empty string. check-in: ddb94d62fe user: dgp tags: core-8-5-branch | |
|
2017-12-05
| ||
| 15:12 | Factor clearing of ensemble subcommand table into utility routine. check-in: d9a2dad6b7 user: dgp tags: core-8-5-branch | |
| 14:57 | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 67fc11277f user: dgp tags: core-8-5-branch | |
| 14:36 | Another revised fix, much closer to sebres' patch now. Closed-Leaf check-in: 5fb1fcc0cb user: dgp tags: bug-4f6a1ebd64 | |
|
2017-12-04
| ||
| 18:36 | [4f6a1ebd64] Different fix for the problem. Re-order the filling of the subcommand table so there i... check-in: f8daa294c6 user: dgp tags: bug-4f6a1ebd64 | |
|
2017-11-30
| ||
| 18:14 | [4f6a1ebd64] Fix to stop new crashing test namespace-42.9 Closed-Leaf check-in: d3ba3a9f51 user: dgp tags: bug-4f6a1ebd64 | |
|
2017-11-29
| ||
| 14:07 | fix [4f6a1ebd64] bug without duplication, + additional test case to cover the last wins case (on dic... Closed-Leaf check-in: f9e184a041 user: sebres tags: core_8_5_fix_4f6a1ebd64 | |
| 13:59 | Cherry-picked test-cases from [046a5af026]: fix for issue [4f6a1ebd64]: ensemble: segmentation fault... check-in: 2f25d1a37b user: sebres tags: core-8-5-branch | |
|
2017-11-17
| ||
| 15:28 | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "Out of memory" mapping ... check-in: 366f92e36e user: jan.nijtmans tags: core-8-5-branch | |
|
2017-11-16
| ||
| 22:32 | remove test code check-in: 98ee6f28a0 user: aspect tags: bug-1224888 | |
| 12:48 | readlink() does not null-terminate its result check-in: 4c78e13050 user: aspect tags: bug-1224888 | |
| 08:39 | No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that ... check-in: 5f3aa55ed1 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-11-14
| ||
| 13:36 | [5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: c9b0215acb user: dgp tags: core-8-5-branch | |
|
2017-11-13
| ||
| 18:58 | Ticket [5d65e65036]. My fix. Do not skip the second check for stable versions even when the main che... Closed-Leaf check-in: 12e286e121 user: aku tags: bug-5d6de65036 | |
| 10:49 | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be supported in Tcl 9.0 check-in: a67e5b615e user: jan.nijtmans tags: core-8-5-branch | |
|
2017-11-08
| ||
| 02:50 | compiler warning check-in: 8bbd02b04f user: dgp tags: core-8-5-branch | |
| 02:18 | [3298012] Stop RebuildTable asking ckalloc for more than it can give. check-in: 82ced5efa6 user: dgp tags: core-8-5-branch | |
|
2017-11-07
| ||
| 21:32 | Attempted bug fix. Closed-Leaf check-in: 1752102644 user: dgp tags: bug-3298012 | |
|
2017-11-06
| ||
| 00:10 | Test case for Bug 5d65e65036. check-in: 5805c000a6 user: dgp tags: bug-5d6de65036 | |
|
2017-10-30
| ||
| 01:06 | merge 8.6.5 check-in: 76eb1ed02f user: dgp tags: tip-278 | |
| 00:43 | merge 8.5b3 check-in: b845ab425d user: dgp tags: tip-278 | |
|
2017-10-29
| ||
| 23:09 | merge var reform check-in: e21a86d7fe user: dgp tags: tip-278 | |
| 22:52 | Merge 8.5a6 check-in: 2e25747e99 user: dgp tags: tip-278 | |
|
2017-10-27
| ||
| 12:23 | Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: a35ce926ed user: dgp tags: core-8-5-branch | |
|
2017-10-24
| ||
| 13:24 | Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: a3463a55a6 user: kbk tags: core-8-5-branch | |
| 13:18 | Update to tzdata2017c check-in: ef0f9084df user: kbk tags: core-8-5-branch | |
|
2017-10-09
| ||
| 14:23 | In nmakehlp -v, return non-0 exit code if version is not found. (taken from vc-reform branch) check-in: a0bd77b537 user: jan.nijtmans tags: core-8-5-branch | |
| 12:52 | Add visual-studio related entries to ignore-glob. Taken over from reform-vc branch check-in: b94bf5a82c user: jan.nijtmans tags: core-8-5-branch | |
|
2017-09-02
| ||
| 21:48 | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: 45f8a407e0 user: dgp tags: core-8-5-branch | |
| 21:36 | merge 8.5 Closed-Leaf check-in: 08a3ce668a user: dgp tags: bug-0e4d88b650 | |
| 21:14 | Add test check-in: 6ef60d9e40 user: dgp tags: bug-0e4d88b650 | |
| 20:40 | Similar fix to Tcl_CreateCommand(). check-in: 25cbb05b14 user: dgp tags: bug-0e4d88b650 | |
| 20:17 | Tidy up. check-in: 3ac5b5be63 user: dgp tags: bug-0e4d88b650 | |
| 19:35 | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion. check-in: 904192d8b7 user: dgp tags: bug-0e4d88b650 | |
|
2017-08-08
| ||
| 16:45 | Cherrypick [527d354828] check-in: b300e0ceb0 user: andy tags: core-8-5-branch | |
|
2017-07-17
| ||
| 08:01 | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_m... check-in: cb7edbc60b user: jan.nijtmans tags: core-8-5-branch | |
|
2017-07-14
| ||
| 14:21 | stability fix: try to avoid segfault using released object, in error case of Tcl_ObjSetVar2, if newV... Leaf check-in: bc5e7bdafc user: sebres tags: fix-8-5-578155d5a19b348d | |
|
2017-07-13
| ||
| 15:46 | merge (integrate) sebres-event-perf-fix-busy-wait check-in: e619eb2ac3 user: sebres tags: sebres-8-5-event-perf-branch | |
| 15:43 | avoid busy wait if new short block-time will be set within service event-cycle (Tcl_DoOneEvent) prod... Closed-Leaf check-in: 834c53d3c6 user: sebres tags: sebres-event-perf-fix-busy-wait | |
| 15:41 | timer: fixed setup of the block-time to 0.0 by pending timer of new generation, example: tclsh -c ... check-in: 65b4e0df6a user: sebres tags: sebres-event-perf-fix-busy-wait | |
| 15:03 | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in implementation of TclUtfToUn... check-in: 66a24e0413 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-07-10
| ||
| 11:17 | merge core-8-5-branch check-in: 230de0c28e user: sebres tags: sebres-8-5-event-perf-branch | |
| 10:58 | avoid blocking wait if we've some retarded events (from last event-cycle) and max blocking time was ... check-in: 7487cc4a08 user: sebres tags: sebres-8-5-event-perf-branch | |
| 10:56 | reintegrate sebres-8-6-event-perf-branch back to 8.5 check-in: d97f93c3f3 user: sebres tags: sebres-8-5-event-perf-branch | |
|
2017-07-03
| ||
| 13:32 | performance test cases extended check-in: 09e833e963 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | cleanup... check-in: 059712404c user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | after at: added simple workaround for absolute timers/sleep ("after at real-time"): because we use m... check-in: 12d1d63e18 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | code review and small optimizations check-in: 3fc8da2b5f user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | fix check event source threshold (corresponds 100-ns ranges, if the wide-clicks supported); because... check-in: 68ebe50d7b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | unix: implements wide-clicks on unix (1 wide-click == 0.001 microseconds (1 nanosecond)), so more pr... check-in: 701d66ce66 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | [unix] fixes conditional-wait: timeout is monotonic based; check-in: ff5825e185 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:32 | Introduced monotonic time as ultimate fix for time-jump issue (fixed for windows and unix now, TIP #... check-in: b9371d7b63 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | don't cancel scheduled event as long as the event list is not bidirectional (too slow by large queue... check-in: 25de7fd7a9 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | fixed timer-marker handling: timer should be always executed after queued event (of the same generat... check-in: 470ed5221b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | interim commit: trying to pass test-cases - timer-3.*, chan-io-29.34, socket-2.12 (busy prompt timer... check-in: d49f6f0a55 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:31 | Merge branch 'fix-busy-prompt-timers' into event-perf-branch: * Amend to timer-marker: dualize spec... check-in: 5300d21648 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | "after at" set factor to 1000000 (seconds), test cases fixed check-in: d9a732f301 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | code review, rewrite tclTimer, prolongation, etc. check-in: 449d30a964 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | interim commit: code review, rewrite tclTimer, etc. check-in: 6828f2cd17 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | revert dual lists (relative/absolute) back to single list (because of better handling, a bit faster,... check-in: 758c0535b4 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:30 | amend with review check-in: 14bc0dd532 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | don't use tolerance in vwait, because of dual usage, it causes canceling of wait before end-time, on... check-in: a9a747b5f7 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: trying to resolve time-freezes with new facilities timeJump/timeJumpEpoch check-in: ec9fea1726 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: trying to resolve time-freezes with new facilities timeJump/timeJumpEpoch check-in: 5210febb78 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | call TclWinResetTimerResolution at end of sleep resp. wait for event (no calibration thread anymore)... check-in: 224662ba67 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | win: calibration cycle completely rewritten (no calibration thread needed, soft drifts within 250ms ... check-in: e4ba9947f0 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: amend with optimization check-in: 1a808e5865 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: time-drift backwards fix... (try to resolve using counter variance + frequency facto... check-in: 7f10e3530d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: time-drift backwards fix... (try to resolve using frequency factor) check-in: 03036dea9d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: time-drift backwards fix... check-in: dd49011f15 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: try to fix time-drift backwards (calibration? something else?)... check-in: 8f6fe6ce01 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:29 | interim commit: try to fix time-drift backwards (too long offset after calibration? something else?)... check-in: 53b9e566d9 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:28 | extended performance test-cases (test-nrt-capability): RTS-near sleeps with very brief sleep-time. check-in: 76bb78299b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:28 | chanio.test: optimize several tests cases running too long (shorten unwanted large sleeps) check-in: 027865018d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:28 | bug fix: prevent setting of negative block-time by too few initial wait-time, that may expire immedi... check-in: a71628901c user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:27 | extended performance test-cases (test-nrt-capability): covering of brief wait-times and other RTS-ne... check-in: 045695e4f9 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:27 | [unix] optimized Tcl_WaitForEvent similar to windows changes (makes Tcl for *nix more "RTS" resp. NR... check-in: 07f66da0c2 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:27 | added performance test-cases to cover timer-events speed resp. event-driven tcl-handling (cherry-pi... check-in: 550f15450d user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:26 | fix sporadic errors on some fast cpu/platforms (because bgerror executed in background and it is an ... check-in: dce9ab76c5 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:26 | make timer test-case more precise and time-independent, ignores short tolerance (deviation by waitin... check-in: 315153feec user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | after info, after cancel: compare interpreter of the timer-events by direct retrieving via internal ... check-in: e93c0939d4 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | resolved some warnings / fixed unix resp. x64 compilation check-in: 1401c69c39 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | code review + better usage of the waiting tolerance (fewer CPU-greedy now, avoid busy-wait if the re... check-in: db1b878a22 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | [win] fallback to replace C++ keyword "inline" with C keyword "__inline" Otherwise depending on the... check-in: 2b5c49ab46 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | [win32] use timer resolution handling in Tcl_Sleep also; check-in: 608055d821 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | Use auto-reset event object (system automatically resets the event state to nonsignaled after wake-u... check-in: c98b99372f user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | optimization of Tcl_LimitExceeded by internal usage (tclInt header) check-in: dbec3f8d9c user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:25 | dynamic increase of timer resolution corresponding wait-time; non-blocking wait for event - if bloc... check-in: 3aa1cefdf7 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | [enhancement] extend "vwait" with same options as "update", new syntax "vwait ?options? ?timeout? va... check-in: fef447f0a4 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | interim commit: try to extend "vwait" with same options as "update" check-in: 3fdc96211a user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | [performance] do one event (update / event servicing) cycle optimized (introduced threshold to preve... check-in: 44b62f8964 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | command "vwait" extended with timeout argument (in ms), 0 could be used to process pending events on... check-in: f6309f5ed8 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:24 | [performance] much better handling for timer events within Tcl_ServiceEvent using timer marker in th... check-in: beb4b9527b user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | [performance] large performance increase by event servicing cycles (3x - 5x faster now); [win] prev... check-in: 0dd0a029f5 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | [performance] introduced additional queue for prompt timer events (after 0) that should be executed ... check-in: 928ef3d179 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | bug fix: wrong release of after-id tcl-object if it switch type (object leak) check-in: 43f79790a3 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:23 | [bug/stable fix] don't execute TimerSetupProc directly (may be unwanted, because changes the blockin... check-in: 6ff3d675ef user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:22 | after-id: introduced object of type "afterObjType" as self-referenced weak pointer to timer/idle eve... check-in: b7f3dfa629 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:21 | rewrite interpreter limit handling using new timer event handling (with delete callback) check-in: 5b7b714b23 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:21 | timer resp. idle events optimized: better handling using doubly linked lists, prevents allocating me... check-in: ba83ecc154 user: sebres tags: sebres-8-5-event-perf-branch | |
| 13:21 | [performance] after-event list optimized (interp-assoc switched to doubly linked list, because requi... check-in: f562bee7a0 user: sebres tags: sebres-8-5-event-perf-branch | |
| 09:15 | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released object and object leakage. c... check-in: 9fc5b82feb user: sebres tags: core-8-5-branch | |
|
2017-06-22
| ||
| 08:58 | Upgrade all internal character tables to Unicode 10 check-in: 04efb10be6 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-06-08
| ||
| 12:34 | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. check-in: e376f4b734 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-06-06
| ||
| 09:02 | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 3998688718 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-05-23
| ||
| 21:57 | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. NRT-capable): - the clock ti... check-in: f6637d3dd8 user: sebres tags: sebres-8-5-timerate | |
|
2017-05-22
| ||
| 11:07 | fix advancement of snext: could not cook up a test for this, but the error is clear Leaf check-in: c84d53f778 user: aspect tags: aspect-string-match | |
| 10:49 | retab Tcl_StringCaseMatch. Oops check-in: 34aca29ae4 user: aspect tags: aspect-string-match | |
| 10:47 | tidy up control flow check-in: df7b440af5 user: aspect tags: aspect-string-match | |
| 10:44 | fix up comment style and make them more informative check-in: 2afe609986 user: aspect tags: aspect-string-match | |
|
2017-05-16
| ||
| 12:41 | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5) check-in: c8c40eda06 user: sebres tags: sebres-8-5-timerate | |
|
2017-05-06
| ||
| 00:43 | back to switch. Implement non-recursive * with goto. Much faster on a*a*...b tests from [a4a7f2abd... check-in: 433f1cf0bc user: aspect tags: aspect-string-match | |
| 00:39 | revert switches to ifs - all these breaks are breaking me check-in: a2fb105d6c user: aspect tags: aspect-string-match | |
| 00:36 | streamline StringCaseMatch with switch and comments. BEHAVIOUR CHANGE: incomplete bracket groups no... check-in: 5efe8a956f user: aspect tags: aspect-string-match | |
|
2017-05-05
| ||
| 17:12 | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 0055a16a8b user: dgp tags: core-8-5-branch | |
|
2017-05-04
| ||
| 12:01 | Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible buffer overrun when look... check-in: 38b35b5cf5 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-05-03
| ||
| 15:49 | code review: restore missing "break" to step out from internal cycle "while (toWrite > 0) ..." (comp... Leaf check-in: 3651d67d75 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 15:05 | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll.... check-in: 8785cdc62c user: jan.nijtmans tags: core-8-5-branch | |
| 11:11 | amend to [bd65277151de5a31]: forgotten declaration of hInstance. check-in: 6a9db6d662 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:20 | [win] Ensure nothing calls CreateThread directly, may cause conflicts when using the CRT library res... check-in: a18ff63eb7 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:19 | [win] Introduces new threaded declarations TclWinThreadCreate/TclWinThreadExit: because of usage of... check-in: 44defcb5cf user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:18 | fix test-cases (usage on windows, some constraints added, normalized using test-cases of tcl-8.6, et... check-in: 2c86a71948 user: sebres tags: core-8-5-branch-fix-1997007 | |
| 10:15 | back-porting of branch "fix-1997007" to "core-8-5-branch": Closing tcl pipes prevents windows thread... check-in: bd65277151 user: sebres tags: core-8-5-branch-fix-1997007 | |
|
2017-05-01
| ||
| 20:23 | [f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: 650c12161a user: dgp tags: core-8-5-branch | |
|
2017-04-30
| ||
| 05:34 | glob for hidden files on unix should not require stat() Leaf check-in: e83297c2af user: aspect tags: aspect-bug-391bc0fd2c | |
|
2017-04-28
| ||
| 17:49 | [f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: 2158eea530 user: dgp tags: core-8-5-branch | |
| 17:43 | Test for [f34cf83dd0]. check-in: f49a421a0d user: dgp tags: core-8-5-branch | |
| 13:41 | (cherry-pick): fix typo-bug (using wrong thread handle by set priority) check-in: 9244c37fcc user: jan.nijtmans tags: core-8-5-branch | |
|
2017-04-27
| ||
| 17:02 | [04e26c02c0] Remove useless condition that raises warnings. check-in: 7136600525 user: dgp tags: core-8-5-branch | |
|
2017-03-23
| ||
| 13:35 | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b. check-in: 663239bac8 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-02-27
| ||
| 14:51 | ParseTokens failed to fully respect its numBytes argument. check-in: 62ce873c7c user: dgp tags: core-8-5-branch | |
|
2017-02-16
| ||
| 18:32 | Contibuted patch from Brian Griffin implementing a variation on TIP 282. Closed-Leaf check-in: 7a3f8cded6 user: dgp tags: bg-tip-282 | |
|
2017-02-13
| ||
| 12:24 | Tcl_GetWideIntFromObj must fail for values between WIDE_MAX+1 and UWIDE_MAX (bug [96c3f3b47d1]) Leaf check-in: 62e40d8270 user: aspect tags: bug-96c3f3b47d1 | |
|
2017-02-12
| ||
| 12:17 | make [info commands] follow the namespace path from :: (bug [58b96f6744]) Leaf check-in: a756018479 user: aspect tags: bug-58b96f6744 | |
| 11:43 | add some tests for singleton list optimisation [738900] Leaf check-in: ac115634a0 user: aspect tags: aspect-shimmer-singleton-lists | |
|
2017-02-11
| ||
| 07:21 | Apply ferrieux' shimmer-alex.patch from ticket [738900] check-in: a238a2fafc user: aspect tags: aspect-shimmer-singleton-lists | |
|
2017-02-01
| ||
| 14:42 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: 5c78fe98ba user: jan.nijtmans tags: core-8-5-branch | |
|
2017-01-20
| ||
| 16:18 | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: 2579d7ff89 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-01-14
| ||
| 08:46 | Upgrade TZDATA to IETF tzdata2016j check-in: a7c6635f1f user: venkat tags: core-8-5-branch | |
|
2017-01-13
| ||
| 13:04 | close fork check-in: 0d7c6af0ef user: jan.nijtmans tags: core-8-5-branch | |
| 12:57 | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK1561: entry point must ... check-in: ac212841c4 user: jan.nijtmans tags: core-8-5-branch | |
| 12:55 | missing rules.vc after merge check-in: 8f86498f80 user: sebres tags: core-8-5-branch | |
| 12:23 | merge core-8-5-branch Closed-Leaf check-in: 9bb1ba00ed user: jan.nijtmans tags: vs-ide-compile | |
| 12:12 | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new linker code LNK4224. P... check-in: 30a9bdc5d1 user: jan.nijtmans tags: core-8-5-branch | |
|
2017-01-12
| ||
| 18:37 | Fixes nmakehlp: allows more as one option by -l, to provide mandatory linker parameters (e. g. "LNK1... check-in: 4ebcceab91 user: sebres tags: vs-ide-compile | |
| 08:44 | Allows to compile direct from Visual Studio IDE (prevents throwing error "LNK1561: entry point must ... check-in: 4c5262d909 user: sebres tags: vs-ide-compile | |
|
2017-01-09
| ||
| 17:45 | Merge bug_b87ad7e914 check-in: 7b12a7b8a5 user: sebres tags: core-8-5-branch | |
| 09:08 | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to core-8-5-branch (who said ... Closed-Leaf check-in: b23e0b20c4 user: jan.nijtmans tags: bug_b87ad7e914 | |
|
2017-01-04
| ||
| 23:09 | don't panic when EAGAIN - if the pipe is full, we have to drop the message Leaf check-in: 3f85519053 user: aspect tags: aspect-async-pipe | |
|
2017-01-01
| ||
| 19:29 | Fix [39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot check-in: 3bb0eb915b user: jan.nijtmans tags: core-8-5-branch | |
| 13:32 | Attempt to solve bug [f4f44174e4c88a91] by moving cross-thread notifications through a new thread, e... check-in: 0fedee824f user: aspect tags: aspect-async-pipe | |
|
2016-12-31
| ||
| 07:54 | Create new branch named "aspect-async-pipe" check-in: 4c028b4b89 user: aspect tags: aspect-async-pipe | |
|
2016-12-24
| ||
| 23:00 | Add test var-13.2 to check that unsetting an array element terminates an array search. This behavio... check-in: e1e9542624 user: andy tags: array-search-unset | |
|
2016-12-23
| ||
| 12:02 | Little tweak: Decimal dot's should be allowed as well as first part. Test-case for that as well. Closed-Leaf check-in: 9239776722 user: jan.nijtmans tags: bug-39f6304c2e | |
| 11:59 | Handle other invalid sequences, like "1234e" or "-567e+", that could be the start of a valid real nu... check-in: 99a62c31f9 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-22
| ||
| 11:38 | Fix some comments (which were not correct any more in this branch), and don't allow booleans in inte... check-in: a27bf13393 user: jan.nijtmans tags: bug-39f6304c2e | |
| 11:27 | Re-based to core-8-5-branch. Proposed fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]... check-in: 027dbbe421 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-21
| ||
| 13:59 | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in th... check-in: ca288cf168 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-12-01
| ||
| 11:39 | compatability -> compatibility check-in: 9cf8d87904 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-17
| ||
| 16:12 | Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: f321ad8690 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-16
| ||
| 15:22 | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 ... check-in: d1210bac0b user: jan.nijtmans tags: libtommath-1.0 | |
| 15:04 | merge trunk check-in: f8be848288 user: dgp tags: tip-445 | |
| 11:17 | merge trunk check-in: 31a3f9bee0 user: jan.nijtmans tags: novem | |
| 10:55 | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not nece... check-in: 521d320b7b user: jan.nijtmans tags: trunk | |
|
2016-11-15
| ||
| 13:33 | See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: b35b8efef0 user: dkf tags: trunk | |
| 13:32 | See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: 9f5d17b078 user: dkf tags: core-8-6-branch | |
| 13:31 | Slightly more efficient version as this is Hot Path code. Closed-Leaf check-in: e45c8a81d3 user: dkf tags: bug-itcl-1b2865 | |
|
2016-11-14
| ||
| 17:01 | See Itcl Bug [1b28657c0e]. The methodNameType fails to honor the Tcl_ObjType contract. Need dkf revi... check-in: 90eeca888c user: dgp tags: bug-itcl-1b2865 | |
| 16:01 | Merge zipfs, but keep zip-write functions. check-in: c3df2d7911 user: jan.nijtmans tags: androwish | |
| 15:51 | Merge core-8-6-branch. Remove (temporarily) write-functions from zipfs. Let first TIP-version handle... check-in: 92eef47064 user: jan.nijtmans tags: zipfs | |
| 14:26 | Merge core-8-6-branch check-in: 7bbea0e75d user: jan.nijtmans tags: trunk | |
| 14:25 | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX check-in: e041d7c814 user: jan.nijtmans tags: core-8-6-branch | |
| 14:20 | Better fix for the usability of TCL_NO_DEPRECATED on MacOSX. check-in: 750cf822ec user: jan.nijtmans tags: core-8-5-branch | |
| 12:18 | merge novem check-in: 1d352ef575 user: dgp tags: dgp-refactor | |
| 12:16 | merge trunk check-in: 56c05639b5 user: dgp tags: tip-445 | |
|
2016-11-12
| ||
| 11:20 | Merge tzdata2016i from IETF check-in: 3a3a592ef9 user: venkat tags: novem | |
| 11:19 | Merge tzdata2016i from IETF check-in: cbce1a9dea user: venkat tags: trunk | |
| 11:19 | Merge tzdata2016i from IETF check-in: 24cf682242 user: venkat tags: core-8-6-branch | |
| 11:18 | Update to tzdata2016i from IETF check-in: 8b0d120b2a user: venkat tags: core-8-5-branch | |
|
2016-11-11
| ||
| 15:18 | merge trunk check-in: 6ca5f2d8bf user: jan.nijtmans tags: novem | |
| 14:53 | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose, actually. check-in: 01243c07ff user: jan.nijtmans tags: trunk | |
| 10:58 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk | |
| 10:55 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 56afef9ae8 user: jan.nijtmans tags: core-8-6-branch | |
| 10:53 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: e0649af0bd user: jan.nijtmans tags: core-8-5-branch | |
|
2016-11-10
| ||
| 15:13 | merge trunk check-in: 8d4c5a08c5 user: jan.nijtmans tags: novem | |
| 14:21 | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: e1804c00ba user: jan.nijtmans tags: trunk | |
| 14:19 | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: 3544f1674a user: jan.nijtmans tags: core-8-6-branch | |
|
2016-11-08
| ||
| 02:56 | Route all [string last] operations through a common implementation. check-in: 6622b74446 user: dgp tags: trunk | |
|
2016-11-07
| ||
| 20:18 | Purge disabled code. check-in: 9957c9b0c9 user: dgp tags: trunk | |
| 20:11 | Refactor to channel all [string first] functions through a single implementation. check-in: 5fd1a339d3 user: dgp tags: trunk | |
| 20:04 | Optimize case of all single-byte chars. Closed-Leaf check-in: e35f61d57e user: dgp tags: dgp-string-find | |
| 19:41 | Consolidate the "find empty string" cases. check-in: 9bc07dee24 user: dgp tags: dgp-string-find | |
| 19:28 | Implement direct eval [string first] with the refactored engine. check-in: 7fb4fda651 user: dgp tags: dgp-string-find | |
| 11:23 | merge zipfs check-in: 4113cb454a user: jan.nijtmans tags: androwish | |
| 11:16 | Merge core-8-6-branch. Update upstream changes to zipfs.c check-in: 4cb21d6ea2 user: jan.nijtmans tags: zipfs | |
|
2016-11-04
| ||
| 21:29 | First draft refactoring the [string first] functionality. check-in: 5073110f26 user: dgp tags: dgp-string-find | |
| 15:52 | merge trunk check-in: 16c449a79f user: dgp tags: tip-445 | |
| 14:56 | [824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 24d9077003 user: dgp tags: trunk | |
| 14:54 | [8245752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 5983fb59e6 user: dgp tags: core-8-6-branch | |
| 14:49 | merge mark check-in: 9cd4c5200b user: dgp tags: trunk | |
| 14:48 | [824752f10e] More robust, portable check for integer overflow. check-in: cf3aa0440e user: dgp tags: trunk | |
| 14:42 | close fork check-in: e5a5037389 user: dgp tags: trunk | |
| 14:40 | [824752f10e] More robust, portable check for integer overflow. check-in: b2a4266498 user: dgp tags: core-8-6-branch | |
| 14:39 | close fork check-in: 91d91053a6 user: dgp tags: core-8-6-branch | |
| 14:37 | [824752f10e] More robust, portable check for integer overflow. check-in: 9b1cb4c030 user: dgp tags: core-8-5-branch | |
| 14:24 | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: 16efbc4dbf user: gahr tags: trunk | |
| 14:23 | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: e7a9d70cd2 user: gahr tags: core-8-6-branch | |
| 14:21 | [824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL check-in: b6601d604f user: gahr tags: core-8-5-branch | |
| 11:53 | merge trunk check-in: 00e57db1bf user: jan.nijtmans tags: novem | |
| 11:51 | Fix the generated copyright sections in the HTML help file check-in: ec41e853d0 user: jan.nijtmans tags: trunk | |
| 11:50 | Fix the generated copyright sections in the HTML help file. check-in: 973f7c7d0b user: jan.nijtmans tags: core-8-6-branch | |
| 11:41 | merge trunk check-in: 70a2852312 user: jan.nijtmans tags: novem | |
| 11:38 | Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in... check-in: 9abb38ee0b user: jan.nijtmans tags: trunk | |
| 11:32 | Make packages msgcat and tcltest work unmodified in "novem". check-in: 3b9aba0637 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-11-02
| ||
| 12:56 | merge trunk check-in: 41145a0942 user: jan.nijtmans tags: tip-439, semver | |
| 12:50 | Merge trunk (Update http version number to 2.8.10, due to [838e99a76d]) check-in: 1caeb0f5b9 user: jan.nijtmans tags: novem | |
| 12:45 | merge core-8-6-branch (http package version update) check-in: 0c403244ae user: jan.nijtmans tags: trunk | |
| 12:44 | Update http version number to 2.8.10, due to [838e99a76d] check-in: 47bd2d0bbb user: jan.nijtmans tags: core-8-6-branch | |
| 12:41 | Update http version number to 2.7.14, due to [838e99a76d] check-in: 9a63070856 user: jan.nijtmans tags: core-8-5-branch | |
| 12:16 | merge zipfs check-in: 0d7d946d30 user: jan.nijtmans tags: androwish | |
| 12:09 | merge core-8-6-branch check-in: d495ef896c user: jan.nijtmans tags: zipfs | |
| 01:42 | Fix the generated copyright sections in the HTML help file. Closed-Leaf check-in: 13b8547f59 user: mistachkin tags: htmlCopyrightsFix | |
|
2016-11-01
| ||
| 16:37 | merge novem check-in: 1e05628089 user: dgp tags: dgp-refactor | |
| 16:29 | merge trunk check-in: 2d438eeb1d user: dgp tags: novem | |
| 16:18 | merge trunk check-in: ed328bc1b1 user: dgp tags: tip-445 | |
| 16:18 | Refactor to channel all [string cat] functions through a single implementation. check-in: 5be62a44d4 user: dgp tags: trunk | |
| 15:42 | Replace indexing with pointer increments. Closed-Leaf check-in: 78ef6f929b user: dgp tags: dgp-string-cat | |
| 15:12 | Trim away obsolete code. check-in: 8c1453cc30 user: dgp tags: dgp-string-cat | |
| 15:07 | Expand all the cases of the [string cat] engine. check-in: 9bfada5e22 user: dgp tags: dgp-string-cat | |
|
2016-10-31
| ||
| 18:10 | Reduce copies in the pure binary implementation of [string cat]. check-in: 210148adc5 user: dgp tags: dgp-string-cat | |
| 16:15 | Complete the "pure binary" implementation of the [string cat] engine. check-in: 6108355177 user: dgp tags: dgp-string-cat | |
| 14:18 | merge trunk check-in: acd1d0f9c7 user: dgp tags: dgp-string-cat | |
| 14:17 | Coverage tests for INST_STR_CONCAT1 byterarray ops. check-in: b6e309554c user: dgp tags: trunk | |
|
2016-10-30
| ||
| 16:52 | [253ba6e818] Improved description of [variable] behaviour. check-in: c607c5d558 user: dkf tags: trunk | |
| 16:16 | [253ba6e818] Improved description of [variable] behaviour. check-in: 6abd304ca2 user: dkf tags: core-8-6-branch | |
| 08:31 | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: eb11bf9cb5 user: dkf tags: trunk | |
| 08:22 | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: 3135d5681f user: dkf tags: core-8-6-branch | |
| 05:07 | One more place where the internal API change can be used easily. check-in: 77e725f099 user: dkf tags: core-8-6-branch | |
| 05:05 | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: f85e0e4fe4 user: dkf tags: trunk | |
| 05:04 | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: 83a6a4d431 user: dkf tags: core-8-6-branch | |
| 05:02 | Fix the bug. Make use of zlib API in this area more like a Tcl API with wrapper function. Closed-Leaf check-in: e5b3cf7279 user: dkf tags: bug-b26e38a3e4 | |
|
2016-10-29
| ||
| 21:03 | Added test for bug check-in: 0dfc1b9ec5 user: dkf tags: bug-b26e38a3e4 | |
|
2016-10-28
| ||
| 20:33 | WIP check-in: 8f63620a09 user: dgp tags: dgp-string-cat | |
| 16:55 | revise [dict append] to make use of common [string cat] engine. check-in: 673871f49c user: dgp tags: dgp-string-cat | |
| 15:47 | merge trunk check-in: 65b0c59fbd user: dgp tags: dgp-string-cat | |
| 15:46 | Add optimization to [dict append]. check-in: df0c2fc07c user: dgp tags: trunk | |
| 14:59 | When appropriate, implement [join] with the common [string cat] engine. check-in: 5e2e74931b user: dgp tags: dgp-string-cat | |
| 14:45 | Add obvious optimizations to [join] implementation. check-in: b24a53dd0c user: dgp tags: trunk | |
| 14:28 | merge trunk check-in: 8fe04e59f6 user: dgp tags: dgp-string-cat | |
| 14:27 | Add warning commentary making important assumptions explicit. check-in: 329ff4fad8 user: dgp tags: trunk | |
| 14:26 | Add warning commentary making important assumptions explicit. check-in: f4bf80dafb user: dgp tags: core-8-6-branch | |
| 14:23 | Add warning commentary making important assumptions explicit. check-in: 27b3f0c88b user: dgp tags: core-8-5-branch | |
| 14:06 | merge trunk check-in: f9b8e6269b user: dgp tags: dgp-string-cat | |
| 14:06 | Add obvious optimization to Tcl_GetCharLength(). check-in: a3157e22e5 user: dgp tags: trunk | |
|
2016-10-27
| ||
| 20:06 | Convert INST_STR_CONCAT1 to the common `string cat` implementation. check-in: fc9ed1e751 user: dgp tags: dgp-string-cat | |
| 19:39 | Start bringing all `string cat` operations into one place so it can be coded correctly one time inst... check-in: 30418debb6 user: dgp tags: dgp-string-cat | |
|
2016-10-26
| ||
| 08:07 | Merge timezone data tzdata2016h check-in: 42830c2953 user: venkat tags: novem | |
| 08:04 | Merge timezone data tzdata2016h check-in: 12bcc304b7 user: venkat tags: trunk | |
| 08:04 | Merge timezone data tzdata2016h check-in: 4ea69c7b45 user: venkat tags: core-8-6-branch | |
| 08:03 | Update timezone data to tzdata2016h from IETF check-in: 72aa757082 user: venkat tags: core-8-5-branch | |
|
2016-10-21
| ||
| 13:25 | merge novem check-in: 9b85ecfae5 user: dgp tags: dgp-refactor | |
| 13:25 | merge trunk check-in: e8a67dbd32 user: dgp tags: novem | |
| 13:12 | merge trunk check-in: 463bbb7445 user: dgp tags: tip-445 | |
| 13:12 | merge 8.6 check-in: 5860b1c25b user: dgp tags: trunk | |
|
2016-10-20
| ||
| 20:02 | Repair recently opened memleak. check-in: 1b68794acf user: dgp tags: core-8-6-branch | |
| 17:54 | EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble. check-in: 82918e7090 user: dgp tags: core-8-6-branch | |
| 16:37 | merge trunk check-in: b1dcc7542c user: dgp tags: tip-445 | |
|
2016-10-18
| ||
| 19:16 | Use memcmp where possible. check-in: 1799506222 user: dgp tags: trunk | |
|
2016-10-14
| ||
| 19:54 | merge trunk check-in: b4524d0b86 user: dgp tags: tip-445 | |
| 19:29 | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: 699a33324b user: dgp tags: trunk | |
| 19:28 | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: f58d30ec32 user: dgp tags: core-8-6-branch | |
|
2016-10-13
| ||
| 17:11 | merge novem check-in: c172a6aac7 user: dgp tags: dgp-refactor | |
| 17:04 | merge trunk check-in: 071bc9cadb user: dgp tags: tip-445 | |
| 17:03 | merge trunk check-in: 237090c178 user: dgp tags: novem | |
| 16:56 | Merge INST_STR_REPLACE fixes and improvements. check-in: 85150d4e86 user: dgp tags: trunk | |
| 16:50 | Another streamline. check-in: 2b134348a0 user: dgp tags: core-8-6-branch | |
| 16:43 | Stop invading the String internals to work around a bug. Fix it instead. check-in: f32a003e9a user: dgp tags: core-8-6-branch | |
| 15:37 | Streamline the substring copying case of [string replace] bytecode execution. check-in: 597976a69d user: dgp tags: core-8-6-branch | |
|
2016-10-12
| ||
| 17:31 | Correct improper NULL return from initializing Tcl_InitStringRep(o, b, 0). Go ahead and return point... check-in: e429fe0958 user: dgp tags: tip-445 | |
| 16:58 | Reduce direct use of the tclEmptyStringRep. check-in: 48b4b1d728 user: dgp tags: tip-445 | |
| 15:14 | Purge another direct access to bytes field. check-in: efe3b3ea35 user: dgp tags: tip-445 | |
| 14:11 | merge trunk check-in: 26734ca1a2 user: dgp tags: tip-445 | |
| 14:01 | merge novem check-in: bfd8b2d1e7 user: dgp tags: dgp-refactor | |
| 14:01 | merge trunk check-in: b204e61ca2 user: dgp tags: novem | |
| 13:47 | merge TclParseNumber fixes check-in: b83207f166 user: dgp tags: trunk | |
| 13:46 | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. check-in: bb5488f1a7 user: dgp tags: core-8-6-branch | |
| 13:42 | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. check-in: 3bb6116dfc user: dgp tags: core-8-6-branch | |
| 13:38 | Add a test too. check-in: 3c55b08b4f user: dgp tags: core-8-5-branch | |
| 13:31 | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. check-in: d4054bee77 user: dgp tags: core-8-5-branch | |
| 09:58 | [74bc0e44f5] Doc tweak. check-in: 238be90a8b user: dkf tags: trunk | |
| 09:57 | [74bc0e44f5] Doc tweak. check-in: 04fbd1b5dd user: dkf tags: core-8-6-branch | |
| 09:57 | [74bc0e44f5] Doc tweak. check-in: c24fb3badc user: dkf tags: core-8-5-branch | |
|
2016-10-11
| ||
| 21:53 | merge trunk check-in: d5f3db4df2 user: jan.nijtmans tags: novem | |
| 21:52 | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: bbfcd2c669 user: jan.nijtmans tags: trunk | |
| 21:43 | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: 7a3c8a4b0d user: jan.nijtmans tags: core-8-6-branch | |
| 21:35 | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: 509d964dcf user: jan.nijtmans tags: core-8-5-branch | |
| 18:26 | merge novem check-in: 6c01f161f4 user: dgp tags: dgp-refactor | |
| 18:22 | Update new tests in light of octal death. check-in: 2be17d65ec user: dgp tags: novem | |
| 18:19 | merge trunk check-in: bd685a542e user: dgp tags: novem | |
|
2016-10-09
| ||
| 16:02 | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 53cdc09f00 user: dkf tags: trunk | |
| 16:02 | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 007b192adb user: dkf tags: core-8-6-branch | |
| 16:01 | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: d81d0de334 user: dkf tags: core-8-5-branch | |
| 15:22 | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: 925103116e user: dkf tags: trunk | |
| 15:21 | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: aa50b70914 user: dkf tags: core-8-6-branch | |
| 12:03 | Be more accurate about scan's %i check-in: 8a99d79f7e user: dkf tags: core-8-6-branch | |
| 10:35 | Be more accurate about scan's %i check-in: b6c6a73a68 user: ferrieux tags: trunk | |
|
2016-10-08
| ||
| 17:10 | [74bc0e44f5] Document result of [http::unregister]. check-in: 6bae8fa2fd user: dkf tags: trunk | |
| 17:10 | [74bc0e44f5] Document result of [http::unregister]. check-in: d9391bf225 user: dkf tags: core-8-6-branch | |
| 17:10 | [74bc0e44f5] Document result of [http::unregister]. check-in: fe8a1bc799 user: dkf tags: core-8-5-branch | |
| 16:41 | [838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: e3de800d7d user: dkf tags: trunk | |
| 16:40 | [838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: 041dc66019 user: dkf tags: core-8-6-branch | |
| 16:38 | [838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: 07c269e62a user: dkf tags: core-8-5-branch | |
|
2016-10-07
| ||
| 21:06 | Purge more direct accesses to bytes field. check-in: ecafda43ac user: dgp tags: tip-445 | |
| 19:04 | Use the new purity test. check-in: 698059b100 user: dgp tags: tip-445 | |
| 18:53 | merge trunk check-in: 197b134426 user: dgp tags: tip-445 | |
| 18:52 | Update [string map] tests to get illustration of need for pure dict restriction up to date with orde... check-in: 89ba7d62f0 user: dgp tags: trunk | |
| 16:36 | New routine Tcl_HasStringRep() and first conversion of callers. check-in: 8a3ad0ffb4 user: dgp tags: tip-445 | |
| 13:11 | merge novem check-in: 0507959c15 user: dgp tags: dgp-refactor | |
| 13:11 | merge trunk check-in: 66bb998b3f user: dgp tags: novem | |
| 13:06 | merge trunk check-in: 16aed2411d user: dgp tags: tip-445 | |
|
2016-10-05
| ||
| 04:53 | Fix typos in expr documentation. check-in: faa78e6080 user: pooryorick tags: trunk | |
| 00:05 | Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee]. check-in: 6fcf1c1520 user: pooryorick tags: trunk | |
|
2016-10-04
| ||
| 19:12 | [4d5ae7d88a] Stop crashes with asynchronous connects to hosts without addresses. check-in: c7f0617280 user: dkf tags: trunk | |
| 19:11 | [4d5ae7d88a] Stop crashes with asynchronous connects to hosts without addresses. check-in: 6ef0648c3f user: dkf tags: core-8-6-branch | |
| 19:08 | merge novem check-in: 2a20459071 user: dgp tags: dgp-refactor | |
| 18:48 | merge trunk check-in: b74f43dd28 user: dgp tags: novem | |
| 18:29 | merge trunk check-in: c7b4bb4b41 user: dgp tags: tip-445 | |
| 15:23 | Harmonize tests with expr implementation. Closed-Leaf check-in: 8b04d88baa user: pooryorick tags: pyk-expr-numeric | |
| 13:31 | When opening a server socket on an ephemeral port, make sure that the port number that gets picked f... check-in: 4b5524e8a1 user: max tags: trunk | |
| 12:27 | Fix for [ef5373e6fa0617ee]. Operands are interpreted numerically when possible. check-in: 58ee10c4b7 user: pooryorick tags: pyk-expr-numeric | |
|
2016-10-03
| ||
| 16:55 | merge trunk check-in: 64660b8543 user: pooryorick tags: pyk-emptystring | |
| 16:49 | Fix documentation of [expr] operators, replacing "divisor" with "dividend" check-in: ba20f7668e user: pooryorick tags: trunk | |
| 15:06 | merge zipfs branch check-in: fef98dcead user: jan.nijtmans tags: androwish | |
| 14:56 | merge core-8-6-branch check-in: f5f1c41b03 user: jan.nijtmans tags: zipfs | |
| 14:53 | (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the empty string. check-in: d121af2108 user: jan.nijtmans tags: core-8-6-branch | |
| 01:10 | Fix [2bf561854c55a], interp alias to command whose name is the empty string. check-in: e1a24d5c88 user: pooryorick tags: trunk | |
|
2016-10-02
| ||
| 19:28 | Merge tzdata2016g from ietf.org check-in: b867304d52 user: venkat tags: novem | |
| 19:26 | Merge tzdata2016g from ietf.org check-in: 6abe9b885e user: venkat tags: trunk | |
| 19:25 | Merge tzdata2016g from ietf.org check-in: 7750b679bc user: venkat tags: core-8-6-branch | |
| 19:24 | Update tzdata to 2016g from ietf.org check-in: f302ad3362 user: venkat tags: core-8-5-branch | |
| 18:42 | Re-created the build mods for tip#340. Something I was doing was screwing with building a proper she... check-in: 8ecd08459f user: hypnotoad tags: core_zip_vfs | |
| 18:30 | Typo fix for Makefile.in check-in: 90f22431a5 user: hypnotoad tags: core_zip_vfs | |
| 12:00 | Pulling change from trunk check-in: a2210ce805 user: hypnotoad tags: core_zip_vfs | |
|
2016-09-28
| ||
| 14:20 | Fix: 3 places where a superfluous TCL_MINOR_VERSION is still used where it shouldn't. check-in: d923a233e9 user: jan.nijtmans tags: tip-439, semver | |
| 13:59 | merge trunk check-in: 664ecb7f52 user: jan.nijtmans tags: tip-439, semver | |
|
2016-09-27
| ||
| 20:06 | [4d5ae7d88a] Restore default-to-error logic in TcpConnect Closed-Leaf check-in: e954c8aebe user: gahr tags: tkt-4d5ae7d88a | |
|
2016-09-26
| ||
| 15:38 | Merge core-8-6-branch. upstream androwish modifications. check-in: 88fd04e92c user: jan.nijtmans tags: androwish | |
| 15:03 | merge core-8-6-branch check-in: e4e7727887 user: jan.nijtmans tags: zipfs | |
| 15:00 | merge trunk check-in: c63216e065 user: jan.nijtmans tags: tip-389-impl | |
| 09:35 | [3328635] Latest patch from Christian Werner check-in: 965d56c3af user: jan.nijtmans tags: tkt3328635-posix-monotonic-clock | |
| 09:10 | merge core-8-6-branch check-in: 3cc8bbfa43 user: jan.nijtmans tags: trunk | |
| 09:08 | Fix the 'htmlhelp' target so that it compiles cleanly and includes all the appropriate HTML files. ... check-in: ecdfaed5d3 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-09-21
| ||
| 09:36 | merge core-8-6-branch. Undo changes to coffbase.txt (they cause overlap with Tk) Closed-Leaf check-in: d22d2fc5be user: jan.nijtmans tags: winFixes | |
| 09:29 | merge trunk check-in: 42473b2624 user: jan.nijtmans tags: novem | |
| 09:28 | Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_calvin check-in: 8ac9a69b51 user: jan.nijtmans tags: trunk | |
| 09:20 | Make it more likely that compiles with VS2012/VS2013 actually work on Windows XP. See: [https://tedw... check-in: 572fd31268 user: jan.nijtmans tags: core-8-6-branch | |
| 09:15 | Make it more likely that compiled with VS2012/VS2013 actually work on Windows XP. See: [https://tedw... check-in: a26067b252 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-09-19
| ||
| 18:48 | Permit static linking to the MSVCRT as a stand-alone option. Enable WinXP SDK compatibility. check-in: 126eddaf93 user: mistachkin tags: winFixes | |
|
2016-09-16
| ||
| 16:43 | merge trunk check-in: 0fe77ba9d6 user: dgp tags: tip-445 | |
| 16:40 | merge novem check-in: fbf936a8ab user: dgp tags: dgp-refactor | |
| 09:25 | merge trunk check-in: da75b7b44f user: jan.nijtmans tags: tip-439, semver | |
| 09:24 | merge trunk check-in: 54ff2ac9a1 user: jan.nijtmans tags: tip-389-impl | |
| 09:11 | merge trunk check-in: 1e7fa757b6 user: jan.nijtmans tags: novem | |
| 09:09 | merge core-8-6-branch check-in: 26ceff2e2c user: jan.nijtmans tags: trunk | |
| 09:06 | Fix [c7d0bc9a549714e0]: Newly introduced unshared (local-only) literals from cmd resolvers cause Tcl... check-in: 8924992522 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-09-15
| ||
| 13:22 | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvin Closed-Leaf check-in: 2dbbe15297 user: jan.nijtmans tags: bug-c7d0bc9a549714e0 | |
|
2016-09-14
| ||
| 15:11 | Adding build scripts to implement Tip#453 check-in: fa70559479 user: hypnotoad tags: core_zip_vfs | |
| 15:04 | Further adaptations and improvements to practcl. And get, tclsh make.tcl basekit even works now check-in: f89473675c user: hypnotoad tags: core_zip_vfs | |
| 13:38 | Pulling changes from trunk check-in: 0252986ec0 user: hypnotoad tags: core_zip_vfs | |
| 13:36 | Fixed the line endings on practcl.tcl check-in: b2dbde2130 user: hypnotoad tags: core_zip_vfs | |
| 13:33 | Beginning work in earnest on Tip#430 and Tip#453 Renamed zipfs.c to tclZipfs.c. Eliminated tclZipfs... check-in: ad6641bb82 user: hypnotoad tags: core_zip_vfs | |
|
2016-09-13
| ||
| 12:19 | merge zipfs check-in: 534edd7d8d user: jan.nijtmans tags: androwish | |
|
2016-09-09
| ||
| 16:07 | merge trunk Leaf check-in: 6fa2f53c7f user: dgp tags: bug-3418547 | |
| 12:42 | merge trunk check-in: 7a1aabb850 user: dgp tags: tip-445 | |
| 12:40 | merge novem check-in: 7c94488656 user: dgp tags: dgp-refactor | |
| 12:39 | Maintain the changed behavior for unset traces on local vars at proc return. Update the docs to new ... check-in: ac5aef4799 user: dgp tags: novem | |
| 12:36 | Revert b98ee56376. The "bug" fixed was documented behavior. check-in: e087838b90 user: dgp tags: trunk | |
| 07:31 | merge trunk check-in: f97eb4cfee user: gahr tags: novem | |
| 07:28 | Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512 check-in: 20c19f9d55 user: gahr tags: trunk | |
|
2016-09-08
| ||
| 20:05 | merge novem check-in: 07b093aed3 user: dgp tags: dgp-refactor | |
| 20:04 | compiler warning check-in: 222ff7aa13 user: dgp tags: novem | |
| 19:34 | merge novem check-in: 085bd56f57 user: dgp tags: dgp-refactor | |
| 19:03 | merge trunk Leaf check-in: 965131dbb9 user: dgp tags: dgp-literal-reform | |
| 15:11 | merge check-in: 8d40770f84 user: dgp tags: dgp-literal-reform | |
| 14:49 | merge microopt check-in: 87bd460092 user: dgp tags: dgp-literal-reform | |
| 14:34 | merge bytecode init reworking check-in: 64530305a9 user: dgp tags: dgp-literal-reform | |
| 13:01 | merge 8.6.5 check-in: 473492ffb3 user: dgp tags: dgp-literal-reform | |
| 12:43 | merge 8.6.4 check-in: 67a149d080 user: dgp tags: dgp-literal-reform | |
| 12:36 | merge 8.6.3 check-in: 5e598c8a3e user: dgp tags: dgp-literal-reform | |
| 12:28 | merge 8.6.2 check-in: 8765b86e00 user: dgp tags: dgp-literal-reform | |
| 12:22 | merge 8.6.1 check-in: 65981cfc14 user: dgp tags: dgp-literal-reform | |
| 09:49 | Expose some of the core variable access APIs. check-in: b4dfc30083 user: dkf tags: dkf-expose-ptrgetvar | |
| 07:24 | merge core-8-6-branch check-in: f505bc5fc8 user: jan.nijtmans tags: zipfs | |
| 03:29 | merge trunk check-in: 0b63cd813b user: dgp tags: tip-445 | |
| 03:01 | Pulling changes from Trunk check-in: c20e962d80 user: hypnotoad tags: core_zip_vfs | |
| 03:00 | Pulling changes from zipfs check-in: 7fbe86c508 user: hypnotoad tags: core_zip_vfs | |
| 02:48 | merge trunk check-in: 7628b11646 user: dgp tags: novem | |
| 02:38 | [7f02ff1efa] Fix scope for var unset traces when procs return. *** POTENTIAL INCOMPATIBILITY *** check-in: b98ee56376 user: dgp tags: trunk | |
| 02:34 | New test trace-18.5 for the bug. Updated trace-18.1 which was tuned to it. Closed-Leaf check-in: c8b6dd2da5 user: dgp tags: bug-7f02ff1efa | |
|
2016-09-07
| ||
| 18:31 | Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is an experiment that preserves the ... check-in: b25357cf3a user: dgp tags: bug-7f02ff1efa | |
| 18:09 | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: db4b2eff59 user: dgp tags: trunk | |
| 17:45 | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: 9ac587b48c user: dgp tags: core-8-6-branch | |
| 17:30 | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: 4b2d6a0ba0 user: dgp tags: core-8-5-branch | |
| 16:19 | Improve the comments and add a test. Closed-Leaf check-in: ab32ccef9f user: dgp tags: bug-4dbdd9af14 | |
| 14:03 | merge trunk check-in: c21cbbe39b user: jan.nijtmans tags: novem | |
| 13:34 | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: 8dd58d9800 user: jan.nijtmans tags: trunk | |
| 12:54 | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: c09edf1bac user: jan.nijtmans tags: core-8-6-branch | |
|
2016-09-06
| ||
| 20:30 | [4dbdd9af14] Proposed fix for mem leak. check-in: 5a7d4a5dad user: dgp tags: bug-4dbdd9af14 | |
| 10:46 | Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 6636f975db user: dkf tags: trunk | |
| 10:44 | Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 10c5858b0d user: dkf tags: core-8-6-branch | |
| 08:25 | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.test. Looks good to me, so... Closed-Leaf check-in: 6b5f0e9b55 user: jan.nijtmans tags: bug-d4e7780ca1 | |
|
2016-09-05
| ||
| 14:52 | some more clean-up check-in: b6613c42d4 user: jan.nijtmans tags: bug-d4e7780ca1 | |
| 14:12 | merge core-8-6-branch check-in: 088a6d7995 user: jan.nijtmans tags: bug-d4e7780ca1 | |
| 13:57 | merge trunk check-in: 6fb1bef114 user: jan.nijtmans tags: novem | |
| 13:56 | merge core-8-6-branch check-in: 4ba030874a user: jan.nijtmans tags: trunk | |
| 13:55 | Allow additional optional "interp" argument for testinterpresolver command. Not used yet in any test... check-in: f0027409f5 user: jan.nijtmans tags: core-8-6-branch | |
| 13:14 | Some patch clean-up, no change in functionality check-in: fafbedb850 user: jan.nijtmans tags: bug-d4e7780ca1 | |
|
2016-09-02
| ||
| 12:11 | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by Gustaf Neumann check-in: 3b88e32691 user: jan.nijtmans tags: bug-d4e7780ca1 | |
|
2016-08-30
| ||
| 13:57 | merge trunk check-in: 2a530e021b user: jan.nijtmans tags: tip-389-impl | |
| 13:45 | merge zipfs check-in: d7ca849e85 user: jan.nijtmans tags: androwish | |
| 13:42 | merge core-8-6-branch check-in: 847163a948 user: jan.nijtmans tags: zipfs | |
| 13:41 | merge trunk check-in: 79b0e95d30 user: jan.nijtmans tags: tip-439, semver | |
| 13:12 | merge trunk check-in: 11d4243035 user: jan.nijtmans tags: novem | |
| 13:07 | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: 2de1551609 user: jan.nijtmans tags: trunk | |
| 13:00 | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: c0a65532a7 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-08-26
| ||
| 13:49 | Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 6b4fc5cf0f user: dgp tags: trunk | |
| 13:46 | Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 33fdf70e7f user: dgp tags: core-8-6-branch | |
|
2016-08-22
| ||
| 07:58 | Fix improper use of TclCheckEmptySTring. check-in: 0461352597 user: pooryorick tags: pyk-emptystring | |
|
2016-08-19
| ||
| 13:42 | merge zipfs check-in: 8cee975fe3 user: jan.nijtmans tags: core_zip_vfs | |
| 12:45 | merge zipfs check-in: 63eab9444d user: jan.nijtmans tags: androwish | |
| 08:58 | merge core-8-6-branch check-in: bc038dbf23 user: jan.nijtmans tags: zipfs | |
| 08:48 | merge trunk check-in: fad3c1f68f user: jan.nijtmans tags: tip-439, semver | |
|
2016-08-18
| ||
| 21:59 | Add back constraint that direct dict->list conversion is only done when no string representation exi... Closed-Leaf check-in: 5b24f3f8d6 user: pooryorick tags: pyk-listdictstringrep | |
|
2016-08-10
| ||
| 04:27 | * added some docco for [update] changes. Leaf check-in: f2ca25064c user: colin tags: updateextended | |
| 04:12 | * [update] - added flags for all possible Tcl_DoOneEvent() modes - obviates [vwait] and provides a ... check-in: 26b64e7254 user: colin tags: updateextended | |
| 03:13 | Set the default topic, enable full-text search, and put all help output files under OUT_DIR. check-in: 7dd3b3949d user: mistachkin tags: winFixes | |
|
2016-08-09
| ||
| 21:03 | Fix the 'htmlhelp' target so that it compiles cleanly and includes all the appropriate HTML files. check-in: 2f28c2ba02 user: mistachkin tags: winFixes | |
|
2016-07-28
| ||
| 21:49 | merge pyk-listdictstringrep Closed-Leaf check-in: 3351777fb6 user: pooryorick tags: pyk-trunk | |
| 21:47 | merge pyk-pkgrequirenre check-in: 86d4e33030 user: pooryorick tags: pyk-trunk | |
| 21:45 | merge pyk-emptysting check-in: d1c0e833c1 user: pooryorick tags: pyk-trunk | |
| 21:43 | Create new branch named "pyk-trunk" check-in: edeed2a4f8 user: pooryorick tags: pyk-trunk | |
| 19:46 | Remove left-over debugging code. check-in: 7318d47029 user: pooryorick tags: pyk-listdictstringrep | |
|
2016-07-27
| ||
| 18:56 | merge mark check-in: ac14beae58 user: dgp tags: trunk | |
| 18:55 | merge release check-in: cea1f5457e user: dgp tags: core-8-6-branch | |
|
2016-07-26
| ||
| 19:22 | merge novem check-in: 2efc2acbe7 user: dgp tags: dgp-refactor | |
| 19:22 | merge trunk check-in: d08af9d55e user: dgp tags: novem | |
| 19:20 | merge trunk check-in: 20cc566da5 user: dgp tags: tip-445 | |
| 18:40 | merge trunk check-in: 95b5fc0a7a user: dgp tags: bug-3418547 | |
| 18:36 | Converting to stringType no longer loses the existing internal representation of a value. check-in: acf65fb1a4 user: pooryorick tags: pyk-listdictstringrep | |
| 13:54 | a few test & docs fixes Closed-Leaf check-in: 6c53c071ed user: dgp tags: rc2, release, core-8-6-6-rc, core-8-6-6 | |
| 10:09 | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: c853c914b6 user: dkf tags: trunk | |
| 10:08 | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: 1cf98255a8 user: dkf tags: core-8-6-branch | |
|
2016-07-24
| ||
| 17:58 | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 9b23417ffa user: dkf tags: trunk | |
| 13:09 | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 63410153ac user: dkf tags: core-8-6-branch | |
| 12:45 | Make a few tests more resilient to differences in the semantics of pipes between operating systems. Closed-Leaf check-in: 4d292bc194 user: dkf tags: bug-db0a5f6417 | |
|
2016-07-22
| ||
| 19:27 | Avoid generating string for list dict list round trip. check-in: 75649873cd user: pooryorick tags: pyk-listdictstringrep | |
| 15:28 | test repairs check-in: 09fc39def5 user: dgp tags: rc1, core-8-6-6-rc | |
| 14:00 | Set release date check-in: 335b64996c user: dgp tags: core-8-6-6-rc | |
|
2016-07-21
| ||
| 17:28 | merge novem check-in: f332e821f4 user: dgp tags: dgp-refactor | |
| 17:25 | merge trunk check-in: eb606f020c user: dgp tags: novem | |
| 16:20 | Update changes file. check-in: 43ae83ee3c user: dgp tags: core-8-6-6-rc | |
|
2016-07-20
| ||
| 21:31 | merge trunk check-in: 4e7313a973 user: dgp tags: tip-445 | |
| 20:39 | Stop internals intrusion into lists. check-in: 58ce371475 user: dgp tags: trunk | |
| 19:47 | Revise "parsedVarName" type to use proposed interfaces. check-in: 104118eb12 user: dgp tags: tip-445 | |
| 17:46 | merge trunk check-in: 4a72971d2e user: dgp tags: tip-445 | |
| 17:39 | Streamline TclObjLookupVarEx check-in: 02c918099b user: dgp tags: trunk | |
| 16:36 | Merge trunk; silence compiler warning. check-in: 960302feeb user: dgp tags: tip-445 | |
| 16:32 | Use strchr() to parse array variable syntax. check-in: dffa92924e user: dgp tags: trunk | |
| 15:43 | merge trunk check-in: 2482e2c2a2 user: dgp tags: tip-445 | |
| 15:43 | Use the new private flag INDEX_TEMP_TABLE in testing command too. check-in: bef7bf0f11 user: dgp tags: trunk | |
| 15:31 | Convert the "localVarName" type to the proposed interfaces. check-in: 48c59e3d83 user: dgp tags: tip-445 | |
| 11:50 | merge novem check-in: 841bac8f11 user: dgp tags: dgp-refactor | |
| 11:50 | merge trunk check-in: ca3b8e2652 user: dgp tags: tip-445 | |
| 11:48 | merge 8.6 check-in: 7cba574a67 user: dgp tags: core-8-6-6-rc | |
| 03:06 | Merge tzdata 2016f from ietf.org check-in: 7106670117 user: venkat tags: novem | |
| 03:05 | Merge tzdata 2016f from ietf.org check-in: ebce0d21ba user: venkat tags: trunk | |
| 03:05 | Merge tzdata 2016f from ietf.org check-in: 89f3b4af00 user: venkat tags: core-8-6-branch | |
| 03:05 | Update tzdata to 2016f from ietf.org check-in: 67fee9eee8 user: venkat tags: core-8-5-branch | |
|
2016-07-19
| ||
| 21:18 | merge trunk check-in: d4a20bdff2 user: dgp tags: tip-445 | |
| 20:40 | Factor out common prologue. check-in: d0f7109ae5 user: dgp tags: trunk | |
| 19:52 | merge 8.6 check-in: f82f6e686f user: dgp tags: trunk | |
| 19:33 | "array search" is no longer a registered Tcl_ObjType. check-in: d2009889c6 user: dgp tags: trunk | |
| 19:31 | [0363f0146c] Fix [array startsearch] id handling to support var name variations check-in: 67c987ee93 user: dgp tags: trunk | |
| 15:00 | Remove outdated comment. check-in: 546171b02b user: dgp tags: core-8-6-branch | |
|
2016-07-18
| ||
| 21:53 | Second half "chan" Tcl_ObjType conversion. Mistake avoided this time. check-in: d672e6e584 user: dgp tags: tip-445 | |
| 20:59 | Half convert "chan" Tcl_ObjType to new interfaces. check-in: bb39d672f9 user: dgp tags: tip-445 | |
| 18:14 | merge trunk check-in: 431b60e7c3 user: dgp tags: bug-3418547 | |
| 17:47 | merge 8.6 check-in: 9d793e9bd1 user: dgp tags: core-8-6-6-rc | |
| 17:33 | merge trunk check-in: 4d025dde61 user: dgp tags: tip-445 | |
| 17:15 | merge novem check-in: de997341e3 user: dgp tags: dgp-refactor | |
| 17:15 | merge trunk check-in: c58aa1576a user: dgp tags: novem | |
| 16:50 | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. Also ... check-in: 98f348e049 user: dgp tags: trunk | |
| 16:46 | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. check-in: fb17469c50 user: dgp tags: core-8-6-branch | |
| 16:26 | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. check-in: 05d912fea5 user: dgp tags: core-8-5-branch | |
| 16:14 | merge mark check-in: 88eb1046fb user: dgp tags: core-8-6-branch | |
| 05:49 | NRE-enable [package ifneeded] scripts. 2018-02-06: This branch is closed. See the py-package-nre... Closed-Leaf check-in: fab0d99a87 user: pooryorick tags: pyk-pkgrequirenre | |
|
2016-07-17
| ||
| 12:02 | [77d58e3a7a] Test case independence: var. check-in: 6adffde7de user: dkf tags: core-8-6-branch | |
| 11:56 | [77d58e3a7a] Test case independence: unload. check-in: 5867920a2a user: dkf tags: core-8-6-branch | |
|
2016-07-16
| ||
| 20:50 | merge 8.6 check-in: eaf2842e3d user: dgp tags: core-8-6-6-rc | |
| 11:42 | [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe. check-in: b83f83a4aa user: dkf tags: core-8-6-branch | |
|
2016-07-15
| ||
| 20:38 | With the (causes of the) bug removed; now remove the faulty fix too. check-in: 8d1fa3db76 user: dgp tags: bug-3418547 | |
| 17:31 | With no caching as a baseline, record the proper test results. check-in: b14cad183d user: dgp tags: bug-3418547 | |
| 16:17 | First really crude step toward a fix is to just completely disable the intreps of the "cmdName" Tcl_... check-in: ab91e6d681 user: dgp tags: bug-3418547 | |
| 15:54 | Reopened [3418547] with revised test resolver-1.1. check-in: d43f03c9f3 user: dgp tags: bug-3418547 | |
| 14:20 | Remove unmaintained disabled speculative code. Such things are for branches and history. check-in: dbb80e10f1 user: dgp tags: trunk | |
| 14:19 | Factor the cmdName intrep setting code into common utility routine. check-in: d38d059aeb user: dgp tags: trunk | |
| 12:36 | Stop using the tclCmdNameType to store failed command lookups. If we don't find a command, there's n... check-in: 5562afaf9b user: dgp tags: trunk | |
| 05:39 | [77d58e3a7a] Test case independence: interp. check-in: 27e05ac49a user: dkf tags: core-8-6-branch | |
| 03:12 | Fix docs and test failures. I had rolled back .PS1 (Powershell files) as being executable without fi... check-in: 1b84f2328f user: ashok tags: core-8-6-branch | |
| 02:33 | One of the validity checks for the "cmdName" type is to see if the resolved command has been deleted... check-in: 54fac92610 user: dgp tags: trunk | |
|
2016-07-14
| ||
| 18:09 | merge trunk check-in: 8bc432448a user: dgp tags: tip-445 | |
| 17:58 | Stop checking case that can never happen. check-in: 1ab1c04f34 user: dgp tags: trunk | |
| 15:17 | Plug memory leak created in recent variable Tcl_ObjType reform. check-in: ffbbee4284 user: dgp tags: trunk | |
| 14:40 | New test demonstrates memleak discovered by Rolf Ade. check-in: 632e9e93f1 user: dgp tags: trunk | |
| 10:55 | Merge mark without merging. Reformatting conflicts with branch edit plans. check-in: 6e1ed3397b user: dgp tags: tip-445 | |
| 08:31 | [77d58e3a7a] Test case independence: chanio, cmdah, env, history. check-in: 0a7e505919 user: dkf tags: core-8-6-branch | |
| 08:05 | Tidy up some references to INDEX_TEMP_TABLE. check-in: 765b64e067 user: dkf tags: trunk, minor change | |
|
2016-07-13
| ||
| 19:25 | merge trunk check-in: d66bcc3138 user: dgp tags: tip-445 | |
| 19:19 | merge 8.6 check-in: 7e385b0261 user: dgp tags: trunk | |
| 19:06 | New private flag value INDEX_TEMP_TABLE. Used to signal to Tcl_GetIndexFromObj*() routines that the ... check-in: 2413f3f624 user: dgp tags: trunk | |
| 17:25 | yup check-in: c7f76e47e9 user: dgp tags: tip-445 | |
| 17:02 | another check-in: 9d1c7e4c14 user: dgp tags: tip-445 | |
| 16:02 | and another check-in: 9aaa28293f user: dgp tags: tip-445 | |
| 15:43 | another one check-in: 706824b349 user: dgp tags: tip-445 | |
| 13:06 | Merge novem Closed-Leaf check-in: be86aae38f user: jan.nijtmans tags: novem-bighash | |
|
2016-07-12
| ||
| 21:41 | More of the same. check-in: 0ebde48e9b user: dgp tags: tip-445 | |
| 21:38 | Prefer removal of just known invalid interp over destruction of all intreps. check-in: 67619034d2 user: dgp tags: tip-445 | |
| 21:36 | Prefer removal of just known invalid intrep over destruction of all intreps. check-in: 57e15cb3b0 user: dgp tags: tip-445 | |
| 21:32 | convert ensembleCmdType to new interfaces. check-in: cc54010057 user: dgp tags: tip-445 | |
| 21:30 | [3606125] Make parser-related tests work on their own. check-in: dd90eda48e user: dkf tags: core-8-6-branch | |
| 21:25 | [3606388] Make variable-related tests work on their own. check-in: 670c247057 user: dkf tags: core-8-6-branch | |
| 19:42 | merge trunk check-in: 64aaa60b0e user: dgp tags: tip-445 | |
| 19:22 | Merge novem. Resolve conflicts. check-in: 1756104f77 user: dgp tags: dgp-refactor | |
| 16:46 | tzdata2016f check-in: 5897ba5816 user: dgp tags: core-8-6-6-rc | |
| 16:24 | Dup test name. Bump to TclOO 1.0.5. check-in: 385021e3e6 user: dgp tags: core-8-6-6-rc | |
| 14:40 | Merge trunk check-in: a170ea70f5 user: jan.nijtmans tags: novem | |
| 14:15 | merge 8.6 check-in: 9c25c0023c user: dgp tags: core-8-6-6-rc | |
| 14:03 | Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: ad9dfb6444 user: jan.nijtmans tags: trunk | |
| 14:02 | Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: 2d5aa36b64 user: jan.nijtmans tags: core-8-6-branch | |
| 13:44 | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for example). Default (unsigned) ... check-in: 2f25778e69 user: jan.nijtmans tags: trunk | |
| 13:23 | Start RC branch for Tcl 8.6.6 check-in: e0e954814c user: dgp tags: core-8-6-6-rc | |
|
2016-07-11
| ||
| 22:05 | merge novem check-in: db31ab456b user: dgp tags: dgp-refactor | |
| 22:04 | merge trunk check-in: 62df9d994f user: dgp tags: novem | |
| 22:04 | merge trunk check-in: 2f033e93bf user: dgp tags: tip-445 | |
| 22:04 | merge 8.6 check-in: f550200687 user: dgp tags: trunk | |
| 21:56 | [cea0344a1] Restore a clearing of the ensemble rewrite in one execution path so attempts to use the ... check-in: 8ece76bbf1 user: dgp tags: core-8-6-branch | |
| 17:13 | Avoid memory leak in test. check-in: 5a8d50de65 user: dgp tags: core-8-6-branch | |
| 09:16 | Remove unnecessary macro. Use an enum for result values. check-in: 79794b22be user: pooryorick tags: pyk-emptystring | |
| 08:09 | Change TclIsEmpty to TclCheckEmptyString. Check length instead of first char of bytes. check-in: 6898c26016 user: pooryorick tags: pyk-emptystring | |
| 00:01 | Add missing "break". check-in: 4c5e0f370b user: pooryorick tags: pyk-emptystring | |
|
2016-07-10
| ||
| 23:07 | Avoid generating string representation for comparisons against empty string. check-in: f9acd4e294 user: pooryorick tags: pyk-emptystring | |
| 19:39 | merge novem check-in: bf98813225 user: dgp tags: dgp-refactor | |
| 19:36 | merge trunk check-in: 74d2ed7aa4 user: dgp tags: novem | |
| 19:35 | merge trunk check-in: f12aff22e0 user: dgp tags: tip-445 | |
| 19:33 | merge 8.6 check-in: c6bab9eaed user: dgp tags: trunk | |
| 19:28 | [96fe2f1cc7] Plug memory leak. check-in: 1599a81c24 user: dgp tags: core-8-6-branch | |
| 14:15 | [3606121] Making tests less cross-dependent. check-in: e2bacdca41 user: dkf tags: core-8-6-branch | |
| 14:14 | Fixes to namespace-old.test Closed-Leaf check-in: c5ddb319aa user: dkf tags: bug-3606121 | |
| 12:45 | Fix to resolver.test check-in: 6045212d73 user: dkf tags: bug-3606121 | |
| 07:59 | Fixes to namespace.test check-in: 68b9457756 user: dkf tags: bug-3606121 | |
| 06:41 | Bugfix [da340d4f32]. clock-55.9 and clock-55.10 test failures. check-in: b6a05c2ceb user: ashok tags: core-8-6-branch | |
| 06:33 | Fix compiler warnings (const-ness and unused label) that did not show up in the non-optimized build... check-in: d8603114aa user: ashok tags: core-8-6-branch | |
|
2016-07-09
| ||
| 19:40 | merge novem check-in: 7675692667 user: dgp tags: dgp-refactor | |
| 19:08 | merge trunk check-in: fcd8a73b39 user: dgp tags: novem | |
| 17:21 | merge trunk check-in: c991627aa9 user: dgp tags: tip-445 | |
| 15:47 | merge 8.6 check-in: 217fdba06e user: dgp tags: trunk | |
| 14:30 | Fix missing constraints for Windows-specific tests check-in: 270139a1e3 user: ashok tags: core-8-6-branch | |
| 14:26 | Revise INST_INVOKE_REPLACE to call EvalObjv with TCL_EVAL_INVOKE and no longer call EvalObjEx which ... check-in: d14a538b3b user: dgp tags: core-8-6-branch | |
| 14:23 | Fixed docs for prior check-in (exec of .CMD files on Windows) check-in: ec74f7d026 user: ashok tags: core-8-6-branch | |
| 14:18 | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows. check-in: 2b6ee27091 user: ashok tags: core-8-6-branch | |
| 13:26 | [1493a43044] Make [namespace upvar] ignore variable resolvers; the previous situation was completely... check-in: 3749c1071e user: dkf tags: core-8-6-branch | |
| 11:13 | Bugfix [3613671]. file owned implementation for Windows. check-in: 4fe9800f92 user: ashok tags: core-8-6-branch | |
| 08:27 | Bugfix [ae61a67192]. file {stat, type, size} etc. support for built-in special Windows files/devices... check-in: 5e0bded748 user: ashok tags: core-8-6-branch | |
|
2016-07-08
| ||
| 14:19 | Repair some memory corruption problems in EnsembleCmdRep. check-in: 65348900a8 user: dgp tags: core-8-6-branch | |
| 12:38 | (cherry-pick): Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. check-in: 7843c5472d user: jan.nijtmans tags: core-8-5-branch | |
| 10:34 | merge trunk check-in: 706fbc1eb0 user: jan.nijtmans tags: novem | |
| 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: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 | |
| 07:58 | Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argument that was not an abso... check-in: c96de4ed64 user: ashok tags: core-8-6-branch | |
| 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 | |
|
2016-07-07
| ||
| 19:50 | Missed a cleanup line, which created a memleak. Closed-Leaf check-in: 355146f0e0 user: dgp tags: dgp-ecr | |
| 18:44 | To use a Tcl_Command token [aka (Command *)] for epoch checking, we must not permit it to be freed w... check-in: c8510ad941 user: dgp tags: dgp-ecr | |
| 17:00 | Fully fix old bug [a16752c252] that has been only partially fixed until now to support legacy tclcom... check-in: ccccdf967c user: dgp tags: novem | |
| 10:08 | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which seem to need it. Closed-Leaf check-in: 3514f007e1 user: dkf tags: bug-1493a43044 | |
| 08:35 | Also test the interpreted path. check-in: 97119b1afc user: dkf tags: bug-1493a43044 | |
| 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 | |
| 06:30 | Bugfix [5d7ea04580]. Treat .cmd and .ps1 files are executable on Windows. check-in: b697ecad74 user: ashok tags: core-8-6-branch | |
|
2016-07-06
| ||
| 16:47 | Create and use a utility Tcl_NRPostProc when decr ref count of values is all that is needed. check-in: 706fa34f9f user: dgp tags: core-8-6-branch | |
| 15:50 | Simplify all the Tcl_NRPostProc declarations. check-in: 1c9802632e user: dgp tags: core-8-6-branch | |
| 15:12 | [bd7f17bce8] Revise ensemble dispatch to call TclNREvalObjv() which supports the TCL_EVAL_INVOKE fla... check-in: 3e81a6e8f0 user: dgp tags: core-8-6-branch | |
| 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:23 | merge novem check-in: 2612497ee5 user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-07-05
| ||
| 22:05 | Demonstrate that there is a problem. check-in: 38c92c9106 user: dkf tags: bug-1493a43044 | |
| 19:54 | Enable TCL_EVAL_INVOKE support in the Tcl*Eval(Ex)* family. Closed-Leaf check-in: 80f54ac235 user: dgp tags: bug-bd7f17bce8 | |
| 17:03 | New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 also demonstrated these ... check-in: 0bd7b3cdcd user: dgp tags: core-8-6-branch | |
| 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
| ||
| 20:39 | Fixup the ensemble rewrite conversions. Closed-Leaf check-in: de9a40683e user: dgp tags: core-8-6-branch-fork | |
| 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 | |
| 08:18 | Add ability to disassemble TclOO constructors and destructors ([1493a43044] motivates) check-in: 5fc1ac9c4f user: dkf tags: core-8-6-branch | |
|
2016-07-03
| ||
| 14:09 | Use conventional list operations for ensemble dispatch. check-in: 0d9fdf9dd8 user: dgp tags: core-8-6-branch | |
|
2016-07-02
| ||
| 20:43 | merge trunk check-in: 987eef5140 user: dgp tags: tip-445 | |
| 20:23 | merge novem check-in: fc5f12b1a0 user: dgp tags: dgp-refactor | |
| 20:19 | merge trunk check-in: 4fc08a68e7 user: dgp tags: novem | |
| 17:58 | [09fabeb1fd] test subdirs in sorted order. check-in: c52fadac62 user: dgp tags: trunk | |
| 17:57 | [f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: ef9ee5ea93 user: dgp tags: trunk | |
| 17:55 | [09fabeb1fd] test subdirs in sorted order. check-in: 472138d6f5 user: dgp tags: core-8-6-branch | |
| 17:21 | [f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: c5ab34c434 user: dgp tags: core-8-6-branch | |
|
2016-07-01
| ||
| 20:55 | merge novem check-in: 0736319ed9 user: dgp tags: dgp-refactor | |
| 20:39 | merge trunk check-in: ccc0e4ca4b user: dgp tags: novem | |
| 20:18 | [4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 64cb01c415 user: dgp tags: trunk | |
| 20:14 | [4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 080020d874 user: dgp tags: core-8-6-branch | |
| 19:42 | The EnsembleCmdRep struct that is the internal rep for caching ensemble dispatches and spelling corr... check-in: ac4dbb12dd user: dgp tags: dgp-ecr | |
| 19:20 | merge 8.6 check-in: 1b0fd0a8a0 user: dgp tags: dgp-ecr | |
| 19:16 | Add some tests check-in: a814c92bba user: dgp tags: dgp-ecr | |
| 18:54 | [4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 326a8bf33e user: dgp tags: dgp-ecr | |
| 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 | |
| 14:08 | Encapsulate the fetching of the ensemble rewrite root, used by [namespace]. check-in: de03b733a2 user: dgp tags: dgp-ecr | |
| 13:36 | merge trunk; eliminate legacy hacks for Itcl 3; migration paths in place. check-in: f72e6dad3d user: dgp tags: novem | |
| 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 | |
| 13:20 | Disable special hacks for Itcl 3 ensemble error message generation. Migration paths are in place to ... check-in: 726413c61a user: dgp tags: trunk | |
| 13:07 | Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: 623f095839 user: dgp tags: trunk | |
| 12:58 | merge 8.6 check-in: 690ae007cd user: dgp tags: dgp-ecr | |
| 12:21 | Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: ab6f1d64dd user: dgp tags: core-8-6-branch | |
| 08:33 | Merge trunk check-in: 9b227b619e user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-06-30
| ||
| 14:05 | merge novem check-in: cb998db05a user: dgp tags: dgp-refactor | |
| 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
| ||
| 16:14 | merge novem check-in: e466d17342 user: dgp tags: dgp-refactor | |
| 16:07 | merge trunk check-in: c4c97e0856 user: dgp tags: tip-445 | |
| 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
| ||
| 22:49 | merge 8.6 check-in: a4c7d14662 user: dgp tags: dgp-ecr | |
| 22:30 | Route all ensemble rewrite activity through a few utility routines. check-in: 8d4c031d3a user: dgp tags: trunk | |
| 21:17 | Route all ensemble rewrite activity through a few utility routines. check-in: 5f7825d972 user: dgp tags: core-8-6-branch | |
| 19:31 | Re-use the parse error message table. check-in: 04c74b972e user: dgp tags: dgp-refactor | |
| 16:31 | merge trunk check-in: 31bc13d0c4 user: dgp tags: tip-445 | |
| 15:22 | Unicode rep en Tcl_Obj length: int -> size_t check-in: 1d1a6cacc4 user: jan.nijtmans tags: novem-more-memory-API | |
| 14:26 | merge 8.6 Closed-Leaf check-in: 152c9bf698 user: dgp tags: dgp-ensemble-rewrite | |
| 13:44 | Merge trunk check-in: ab33fe9082 user: jan.nijtmans tags: novem-more-memory-API | |
|
2016-06-27
| ||
| 21:26 | merge novem check-in: edf2aee0f4 user: dgp tags: dgp-refactor | |
| 20:38 | merge trunk check-in: bea90e001f user: dgp tags: novem | |
| 20:29 | Re-order loop for fewer gotos. check-in: 0959583cf9 user: dgp tags: trunk | |
| 19:21 | merge trunk check-in: fa1c152601 user: dgp tags: novem | |
| 19:01 | Stop parsing white space where there cannot be any. check-in: d2ff1d695d user: dgp tags: trunk | |
| 15:16 | Streamline comment parsing. check-in: f81dc859f1 user: dgp tags: trunk | |
| 14:28 | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. check-in: b900551f9b user: dkf tags: trunk | |
| 14:27 | [dd260aaf72] Allow the -dictionary option to be read from a pushed transform. check-in: 3a71ff429a user: dkf tags: core-8-6-branch | |
| 13:46 | [c3d956be5b] Clearer text about positioning of optional arguments. check-in: 48ebae8786 user: dkf tags: core-8-6-branch | |
| 13:44 | [c3d956be5b] Clearer text about positioning of optional arguments. check-in: 06af0634c4 user: dkf tags: trunk | |
| 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 | |
| 07:51 | Merge trunk Leaf check-in: 10dcf619f9 user: jan.nijtmans tags: drh-micro-optimization | |
|
2016-06-24
| ||
| 16:40 | [c30087b04f] Install man pages with permissions 644 instead of 444. check-in: 02219cfde2 user: max tags: trunk | |
|
2016-06-23
| ||
| 13:18 | merge 8.6 check-in: 3834e099ca user: dgp tags: dgp-ensemble-rewrite | |
| 12:26 | merge novem check-in: c3bdf66581 user: dgp tags: dgp-refactor | |
| 12:23 | merge trunk check-in: ae8d399e94 user: dgp tags: novem | |
| 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 | |
| 08:21 | [d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a633d16fae user: dkf tags: trunk | |
| 08:20 | [d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. check-in: a1400f5f20 user: dkf tags: core-8-6-branch | |
|
2016-06-22
| ||
| 20:58 | [c95b9fc0e3] Make errorcodes out of level parsing more consistent. check-in: 66d3dc08f1 user: dkf tags: trunk | |
| 20:57 | [c95b9fc0e3] Make errorcodes out of level parsing more consistent. check-in: 038290e42b user: dkf tags: core-8-6-branch | |
| 18:59 | merge trunk check-in: 233becf0c2 user: dgp tags: tip-445 | |
| 18:57 | merge 8.6 check-in: 36e5654983 user: dgp tags: dgp-ensemble-rewrite | |
| 18:46 | merge novem check-in: 089ee47f21 user: dgp tags: dgp-refactor | |
| 18:40 | merge trunk check-in: 42075f202f user: dgp tags: novem | |
| 18:05 | [16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: ad87c3093e user: dgp tags: trunk | |
| 18:04 | [16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: 4add8eddc5 user: dgp tags: core-8-6-branch | |
| 17:38 | [16896d49fd] Tcl_DStrings should tolerate appends to self. check-in: cd612518e5 user: dgp tags: core-8-5-branch | |
| 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
| ||
| 11:11 | Repair earlier bug fix. Stopped crash, but botched the logic for multiple glob patterns. check-in: 3f88bc9a9f user: dgp tags: trunk | |
| 11:10 | Repair earlier bug fix. Stopped crash, but botched the logic for multiple glob patterns. check-in: 182635f8e2 user: dgp tags: core-8-6-branch | |
| 10:27 | Merge trunk check-in: c514d95abe user: jan.nijtmans tags: tip-439, semver | |
| 10:02 | Merge trunk check-in: 91136a8f55 user: jan.nijtmans tags: novem | |
| 09:59 | Upgrade internal Unicode tables to Unicode 9.0 check-in: 3165c3bb9f user: jan.nijtmans tags: trunk | |
| 09:58 | Upgrade internal Unicode tables to Unicode 9.0 check-in: 0f9effc04d user: jan.nijtmans tags: core-8-6-branch | |
| 09:57 | Upgrade internal Unicode tables to Unicode 9.0 check-in: d600a73b12 user: jan.nijtmans tags: core-8-5-branch | |
|
2016-06-20
| ||
| 19:31 | [c383ebb5e4] Match DStringInit and DStringFree properly. check-in: 6aef1de4ea user: dgp tags: trunk | |
| 19:23 | [c383ebb5e4] Match DStringInit and DStringFree properly. check-in: d30be00a35 user: dgp tags: core-8-6-branch | |
| 17:08 | Updating branch to track with 8.6.5, the latest release Closed-Leaf check-in: da3e6c9a4c user: tne tags: core_zip_vfs | |
|
2016-06-17
| ||
| 03:06 | merge trunk check-in: 28e89d646c user: dgp tags: tip-445 | |
| 00:53 | merge 8.6 check-in: 4e27cf4c80 user: dgp tags: dgp-ensemble-rewrite | |
|
2016-06-16
| ||
| 18:28 | merge novem check-in: 6b031876d7 user: dgp tags: dgp-refactor | |
| 18:28 | merge trunk check-in: d1a8ac1051 user: dgp tags: novem | |
| 17:15 | [4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: 15dd07c23c user: dgp tags: trunk | |
| 17:15 | [4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: c94c7c4f4c user: dgp tags: core-8-6-branch | |
| 17:12 | [4b61afd660] Allow [info frame] to record line info for substituted command names. check-in: 49f56e9254 user: dgp tags: core-8-5-branch | |
| 17:09 | [16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: 35323a976b user: dgp tags: trunk | |
| 17:06 | [16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: e1f890de4b user: dgp tags: core-8-5-branch | |
| 16:59 | Improve fix and add test. Closed-Leaf check-in: e4da71ec40 user: dgp tags: bug-4b61afd660 | |
| 16:41 | merge 8.5 check-in: b33785a91c user: dgp tags: bug-4b61afd660 | |
| 16:38 | [16828b3744] [vwait] *must* successfully undo its variable trace, or else it risks corrupting memory... check-in: fac5b3732e user: dgp tags: core-8-6-branch | |
| 16:27 | Merge tip of core-8-6-branch Closed-Leaf check-in: 3da2ce641b user: dgp tags: bug-16828b3744 | |
| 16:14 | Correct the patch. check-in: 333574afba user: dgp tags: bug-16828b3744 | |
| 15:25 | Merge ec51e0603e. Segfaults again. check-in: 68fccd6611 user: dgp tags: bug-16828b3744 | |
| 15:19 | Merge up to a197e6853e. Still works. Next checkin restarts the segfaults. check-in: 3938bee11d user: dgp tags: bug-16828b3744 | |
| 14:48 | Merge up to the 8.6.0 release. check-in: a255cc8f0b user: dgp tags: bug-16828b3744 | |
| 14:23 | [16828b3744] Prototype fix for merging forward. check-in: a39b2cd748 user: dgp tags: bug-16828b3744 | |
|
2016-06-14
| ||
| 10:01 | merge trunk check-in: ea4e5ac031 user: jan.nijtmans tags: novem | |
| 10:00 | merge core-8-6-branch check-in: 86d0252679 user: jan.nijtmans tags: zipfs | |
| 09:58 | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5aad54f649 user: jan.nijtmans tags: trunk | |
| 09:57 | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 5ed3db2343 user: jan.nijtmans tags: core-8-6-branch | |
| 09:55 | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library doesn't work in Debug ... check-in: 37a9ecdea2 user: jan.nijtmans tags: core-8-5-branch | |
| 09:12 | (cherry-pick): Fix [e14c77b845]: Compilation error over typedef. check-in: eb44f9209e user: jan.nijtmans tags: core-8-5-branch | |
|
2016-06-10
| ||
| 13:43 | Corrects reported bug, but makes many tests fail. Something subtle about what we should expect when... check-in: a22a6e2b7f user: dgp tags: bug-4b61afd660 | |
|
2016-06-09
| ||
| 11:41 | Fix [e14c77b845] for MSVC6: Compilation error over typedef check-in: c7cea9d704 user: jan.nijtmans tags: trunk | |
| 11:38 | Fix [e14c77b845] for MSVC6: Compilation error over typedef check-in: 66a48888ae user: jan.nijtmans tags: core-8-6-branch | |
|
2016-06-03
| ||
| 13:32 | merge 8.6 check-in: dc7542662d user: dgp tags: dgp-ensemble-rewrite | |
| 13:31 | merge trunk check-in: 7a9c350519 user: dgp tags: tip-445 | |
| 13:22 | Merge core-8-6-branch check-in: 35e0812952 user: jan.nijtmans tags: zipfs | |
| 12:17 | merge novem check-in: f30c1f3f09 user: dgp tags: dgp-refactor | |
|
2016-06-02
| ||
| 14:59 | merge trunk check-in: 856f51553d user: jan.nijtmans tags: novem | |
| 14:56 | Fix [e14c77b845]: Compilation error over typedef. check-in: 942948a1ea user: jan.nijtmans tags: trunk | |
| 14:54 | Fix [e14c77b845]: Compilation error over typedef. check-in: 65c8108ed2 user: jan.nijtmans tags: core-8-6-branch | |
| 14:19 | Merge trunk check-in: 8d8fae68ce user: jan.nijtmans tags: novem | |
| 12:27 | (cherry-pick) Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure. Tcltest 2.3.8 -... check-in: e5fd1394a2 user: jan.nijtmans tags: core-8-6-branch | |
| 12:24 | tcltest 2.3.9 -> 2.4.0 check-in: e49dfc8538 user: jan.nijtmans tags: trunk | |
|
2016-06-01
| ||
| 18:25 | merge 8.6 check-in: f12dcdcec4 user: dgp tags: dgp-ensemble-rewrite | |
| 12:20 | Merge trunk check-in: 87df607ded user: jan.nijtmans tags: novem | |
| 12:03 | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH check-in: a9621cd6b9 user: jan.nijtmans tags: trunk | |
| 12:02 | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH check-in: d6287760d0 user: jan.nijtmans tags: core-8-6-branch | |
| 11:56 | Fix [3bd69eba99a395ee]: 'make dist' fails when tclsh9.0 is on $PATH check-in: 3967da79cf user: jan.nijtmans tags: core-8-5-branch | |
| 09:55 | Merge TIP #447: Execution Time Verbosity Levels in tcltest::configure check-in: d0a72c427c user: gahr tags: trunk | |
|
2016-05-26
| ||
| 17:29 | excise debug scaffolding check-in: 9c07d3956a user: dgp tags: dgp-ensemble-rewrite | |
| 17:27 | constructor invocation ensemble rewrite shenanigans also fit into the refactored routines. check-in: f4d6cc6ad3 user: dgp tags: dgp-ensemble-rewrite | |
| 16:33 | Reduce to minimum set of TclResetRewriteEnsemble() calls. check-in: 93a5087c75 user: dgp tags: dgp-ensemble-rewrite | |
| 11:12 | Experimental branch on whether to use poll() instead of select(). Closed-Leaf check-in: 62fd069fa5 user: dkf tags: dkf-wait-with-poll | |
| 02:19 | Change "integer string" to "integer" in documentation for [tell]. It's not necessary to emphasize E... check-in: 238a26c325 user: andy tags: trunk | |
| 00:00 | Another missing reset check-in: dc363c186c user: dgp tags: dgp-ensemble-rewrite | |
|
2016-05-25
| ||
| 18:19 | Put in some missing Resets. check-in: 19b16c1d58 user: dgp tags: dgp-ensemble-rewrite | |
| 17:27 | Refactor all iPtr->ensembleRewrite setting code into TclInitRewriteEnsemble() calls. This likely fi... check-in: a6cab96d85 user: dgp tags: dgp-ensemble-rewrite | |
|
2016-05-24
| ||
| 20:39 | Adapt and tidy up the bug fix. check-in: f6855ab1ba user: dgp tags: dgp-ensemble-rewrite | |
| 20:29 | Merge the bug fix and test case. check-in: dca59a7b26 user: dgp tags: dgp-ensemble-rewrite | |
| 20:23 | Now fix the bug. Closed-Leaf check-in: 4d9863515f user: dgp tags: dgp-bug-find | |
| 20:16 | New test namespace-53.11 demonstrates the bug. check-in: bde7b8bc53 user: dgp tags: dgp-bug-find | |
| 19:29 | The handling of ensemble rewriting here is not right, but I've not yet found the test case to demons... check-in: 6ede6094da user: dgp tags: dgp-bug-find | |
| 19:28 | Appears that the TclInitRewriteEnsemble() routine was created with an intent to refactor, but never ... check-in: fa57c51bbb user: dgp tags: dgp-ensemble-rewrite | |
| 12:17 | merge trunk check-in: 4eac80d800 user: dgp tags: tip-445 | |
| 12:13 | merge novem check-in: 81fab5944e user: dgp tags: dgp-refactor | |
| 12:02 | merge trunk check-in: f2c40eb26d user: dgp tags: novem | |
|
2016-05-23
| ||
| 11:40 | Merge trunk Closed-Leaf check-in: 5ae3361150 user: gahr tags: gahr-tip-447 | |
|
2016-05-21
| ||
| 09:30 | Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior. check-in: 1b2b0fb52b user: dkf tags: trunk | |
| 09:27 | Fix for [f97d4ee020]; use a two-stage approach to avoid quadratic behavior. check-in: b75cda9615 user: dkf tags: core-8-6-branch | |
| 09:26 | Make the tests pass. Closed-Leaf check-in: 03476a2432 user: dkf tags: bug-f97d4ee020 | |
|
2016-05-20
| ||
| 05:14 | Added tests that show that this branch isn't ready to be committed back yet. check-in: 9e02768542 user: dkf tags: bug-f97d4ee020 | |
|
2016-05-19
| ||
| 11:56 | merge zipfs check-in: 80d48be84b user: jan.nijtmans tags: androwish | |
| 11:46 | merge core-8-6-branch check-in: a674b5dc82 user: jan.nijtmans tags: zipfs | |
|
2016-05-17
| ||
| 11:45 | merge 8.6 check-in: 7483f14990 user: dgp tags: dgp-ecr | |
|
2016-05-16
| ||
| 10:57 | Possible fix for [f97d4ee020]; uses a two-stage approach to avoid quadratic behaviour. check-in: 20c01f4161 user: dkf tags: bug-f97d4ee020 | |
|
2016-05-14
| ||
| 06:38 | Tweak a test to not leave around extra commands. check-in: 8de1814368 user: dkf tags: core-8-6-branch | |
|
2016-05-13
| ||
| 16:09 | type mismatch check-in: 95c8fa50bd user: dgp tags: dgp-refactor | |
| 16:06 | merve novem check-in: 98a107e967 user: dgp tags: dgp-refactor | |
| 16:03 | merge trunk check-in: 1fdf03ed46 user: dgp tags: tip-445 | |
| 15:55 | merge 8.6 check-in: 4c37c40df1 user: dgp tags: dgp-ecr | |
| 09:21 | Merge trunk check-in: b65f70f7a8 user: jan.nijtmans tags: novem | |
| 09:09 | Merge core-8-6-branch check-in: 82af266b57 user: jan.nijtmans tags: trunk | |
| 09:07 | result/sendResult could be 64-bit, so account for that check-in: ce171454ea user: jan.nijtmans tags: core-8-6-branch | |
| 08:01 | Merge core-8-6-branch. Eliminate some unnecessary spacing. check-in: e7796bf5e8 user: jan.nijtmans tags: trunk | |
| 07:49 | Make tclreg13.dll work in any Unicode environment (either with 32-bit or 64-bit characters). Adopted... check-in: 978ad0ba66 user: jan.nijtmans tags: core-8-6-branch | |
| 00:46 | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exception range. check-in: 862ead931b user: kbk tags: trunk, bug-3154ea2759 | |
| 00:45 | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exception range. check-in: 665d72dc7b user: kbk tags: core-8-6-branch, bug-3154ea2759 | |
|
2016-05-12
| ||
| 20:23 | Don't see why the intrep should make and keep copies of things already stored in the hash table. check-in: bdea6deef6 user: dgp tags: dgp-ecr | |
| 19:49 | The "ensembleCommand" Tcl_ObjType has no need for an UpdateString routine. It is entirely a caching ... check-in: 6cc7894dfb user: dgp tags: dgp-ecr | |
| 19:44 | Remove the nsPtr field from the EnsembleCmdRep struct. Cannot see any justification for keeping it (... check-in: 24c7f928da user: dgp tags: dgp-ecr | |
|
2016-05-10
| ||
| 17:22 | Revise encodingType to use proposed routines. check-in: 145b84c792 user: dgp tags: tip-445 | |
| 16:53 | merge trunk check-in: c5365cda20 user: dgp tags: tip-445 | |
| 16:52 | Value correctness over performance myths. Encoding ObjType duplication needs to dup the typePtr so t... check-in: 462af0ad86 user: dgp tags: trunk | |
| 16:03 | merge trunk Closed-Leaf check-in: 57cc57e749 user: dgp tags: dgp-dup-encoding-fix | |
|
2016-05-09
| ||
| 09:50 | winreg encoding fixes, needed when UTF_MAX > 4 (androwish) check-in: 5223ed3dc1 user: jan.nijtmans tags: androwish | |
| 09:42 | Fix [5c7578d0f2958bfd]: Tclkits producing temporary directories on Windows check-in: 35ac7f7ade user: jan.nijtmans tags: androwish | |
|
2016-05-06
| ||
| 16:03 | Bug fix. Have to arrange to only close a catch once. After the space has been returned to placehold... Closed-Leaf check-in: 510a32f92c user: dgp tags: bug-3154ea2759 | |
|
2016-05-04
| ||
| 12:23 | Add a note in tcltest manual page to betray false expectations on msec and usec. check-in: 2b96efaf27 user: gahr tags: gahr-tip-447 | |
|
2016-05-03
| ||
| 19:50 | Approximate ms by μs/1000 check-in: c7aa0a34d2 user: gahr tags: gahr-tip-447 | |
| 19:40 | Merge trunk check-in: 04abbf3ecb user: gahr tags: gahr-tip-447 | |
| 15:38 | merge novem check-in: fd6fb19018 user: dgp tags: dgp-refactor | |
| 15:14 | merge trunk check-in: 31be103f5d user: dgp tags: novem | |
|
2016-04-30
| ||
| 17:47 | More ByteCode revisions. check-in: 7f7eddcdaa user: dgp tags: tip-445 | |
|
2016-04-29
| ||
| 20:34 | typo check-in: 7f412fb38f user: dgp tags: tip-445 | |
| 20:33 | more revisions check-in: 06c9126f73 user: dgp tags: tip-445 | |
| 20:20 | Revise the "exprcode" Tcl_ObjType to proposed routines. check-in: 49096aaf74 user: dgp tags: tip-445 | |
| 20:04 | Revise "assemblecode" Tcl_ObjType to proposed routines. check-in: 1a2fe68d79 user: dgp tags: tip-445 | |
| 19:32 | merge trunk check-in: d81838fbdf user: dgp tags: tip-445 | |
| 19:31 | Rework bytecode intialization to serve different callers better. check-in: 9f02a2427c user: dgp tags: trunk | |
| 19:29 | Parameterize TclInitByteCodeObj to callers sense of typePtr. Closed-Leaf check-in: 438aad9179 user: dgp tags: dgp-init-bytecode | |
| 18:02 | No longer need to create Tcl_Obj just to make some bytecode. check-in: 6bf9d5d7aa user: dgp tags: dgp-init-bytecode | |
| 17:58 | Make obj-free bytecode maker available to rest of compile-related files. check-in: 0dba0ff8ad user: dgp tags: dgp-init-bytecode | |
| 17:52 | Tease apart the bytecode creation machinery from the Tcl_Obj intrep machinery. check-in: d521ec90bf user: dgp tags: dgp-init-bytecode | |
| 17:34 | Refactor bytecode initialization machinery. check-in: 50792c291d user: dgp tags: dgp-init-bytecode | |
|
2016-04-26
| ||
| 13:26 | merge novem check-in: 7f875d6226 user: dgp tags: dgp-refactor | |
|
2016-04-24
| ||
| 16:14 | merge zipfs check-in: f5952216bf user: jan.nijtmans tags: androwish | |
| 16:14 | merge core-8-6-branch check-in: 3808550a8f user: jan.nijtmans tags: zipfs | |
| 16:04 | merge trunk check-in: 203ec72d4a user: jan.nijtmans tags: novem | |
| 16:02 | merge-mark check-in: dea4b3abd4 user: jan.nijtmans tags: trunk | |
|
2016-04-22
| ||
| 19:59 | close forked fork check-in: 41dd36c2b9 user: dgp tags: trunk | |
| 19:59 | Update to tzdata2016d from IETF check-in: 0bee1e0ede user: venkat tags: core-8-6-branch | |
| 19:56 | close fork check-in: 4edda0b435 user: dgp tags: trunk | |
| 19:54 | Merge Fork Closed-Leaf check-in: fd28e27bda user: venkat tags: merge:tzdata-to-trunk | |
| 19:49 | Update to tzdata2016d from IETF check-in: ff19e14eb5 user: venkat tags: novem | |
| 19:46 | Update to tzdata2016d from IETF check-in: 7c5c37bb01 user: venkat tags: merge:tzdata-to-trunk | |
| 19:43 | Update to tzdata2016d from IETF check-in: 61fc0755c1 user: venkat tags: core-8-5-branch | |
| 18:57 | repair merge check-in: 658eaa78d3 user: dgp tags: tip-445 | |
| 18:13 | merge trunk check-in: d463f2055b user: dgp tags: tip-445 | |
| 18:13 | Refactor bytecode cleanup. check-in: 4bee762db3 user: dgp tags: trunk | |
|
2016-04-20
| ||
| 19:37 | Bump tcltest version to 2.3.9 check-in: 1d834f8e36 user: gahr tags: gahr-tip-447 | |
| 19:27 | Implement msec and usec verbosity levels in tcltest::configure check-in: 83b392058b user: gahr tags: gahr-tip-447 | |
| 18:02 | Revise "dictIterator" objType to use proposed routines. check-in: d975d44ed5 user: dgp tags: tip-445 | |
| 16:44 | Merge 8.6.5 Closed-Leaf check-in: 090329ea25 user: dgp tags: little | |
|
2016-04-19
| ||
| 20:35 | Fork of Tcl used in the "Little" project. http://www.mcvoy.com/lm/little/index.html check-in: 69b737f5a1 user: dgp tags: little | |
|
2016-04-18
| ||
| 09:48 | merge zipfs check-in: 596ca764eb user: jan.nijtmans tags: androwish | |
| 09:35 | merge core-8-6-branch check-in: 9d9a8ffab6 user: jan.nijtmans tags: zipfs | |
|
2016-04-15
| ||
| 14:31 | merge trunk check-in: 5fe24faa9b user: jan.nijtmans tags: drh-micro-optimization | |
|
2016-04-12
| ||
| 12:16 | merge novem check-in: d58cec736f user: dgp tags: dgp-refactor | |
| 12:15 | merge trunk check-in: 16e07dca03 user: dgp tags: novem | |
|
2016-04-11
| ||
| 17:46 | Use static name for a static struct. check-in: 08501fed6b user: dgp tags: tip-445 | |
| 17:34 | merge trunk check-in: 27127619c5 user: dgp tags: tip-445 | |
| 17:29 | [d1f55451c6] Remove unnecessary panic routines. check-in: e9ad201186 user: dgp tags: trunk | |
| 17:16 | merge trunk check-in: d2ed32de62 user: dgp tags: tip-445 | |
| 17:12 | Silence unsigned / signed comparison warning. check-in: fb467aae7c user: dgp tags: dgp-refactor | |
| 16:52 | merge novem check-in: b93a1b381a user: dgp tags: dgp-refactor | |
| 01:07 | Revise the "end-offset" objType to use proposed routines, and not export or provide unneeded things. check-in: 64a80a7467 user: dgp tags: tip-445 | |
|
2016-04-10
| ||
| 16:01 | merge trunk check-in: 5abd35dda8 user: jan.nijtmans tags: novem | |
| 16:01 | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? check-in: 600555f125 user: jan.nijtmans tags: trunk | |
| 15:58 | Fix [07d13d99b0a9]: Who broke TCL 8.6 and Tclblend ? check-in: 9f3a50e613 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-04-08
| ||
| 16:12 | merge trunk check-in: f7a70cb1c9 user: dgp tags: tip-445 | |
| 16:12 | merge novem check-in: 7353789616 user: dgp tags: dgp-refactor | |
| 15:01 | Merge zipfs check-in: 26b8039c41 user: jan.nijtmans tags: androwish | |
| 14:55 | Merge core-8-6-branch, cherry-pick [http://www.androwish.org/index.html/info/04ea31271c40789d|04ea31... check-in: 6f47a73339 user: jan.nijtmans tags: zipfs | |
| 14:25 | Merge trunk. Add new bitflags to tclStringRep.h (not used yet) check-in: 2d87e13575 user: jan.nijtmans tags: tip-389-impl | |
| 13:31 | merge trunk check-in: ede492c9a2 user: jan.nijtmans tags: novem | |
| 13:30 | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Win... check-in: 697c1c9931 user: jan.nijtmans tags: trunk | |
| 13:27 | Fix [2538f373ffc78d6dba9c3d973c147a84fdd9bbd8|2538f373ffc78d6d]: crash in Tcl_OpenTcpServer() on Win... check-in: e40eb76900 user: jan.nijtmans tags: core-8-6-branch | |
| 12:43 | merge novem check-in: 4ac6e3341e user: dgp tags: dgp-refactor | |
| 12:43 | merge trunk check-in: d9ecbc9096 user: dgp tags: tip-445 | |
| 12:29 | merge trunk check-in: d001fa087b user: jan.nijtmans tags: novem | |
| 12:28 | merge 8.6 check-in: 0fdb5892a5 user: jan.nijtmans tags: trunk | |
| 12:26 | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missing characters check-in: a3e6750fec user: jan.nijtmans tags: core-8-6-branch | |
| 12:23 | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missing characters check-in: 4ca1a7770f user: jan.nijtmans tags: core-8-5-branch | |
|
2016-04-07
| ||
| 21:34 | Revise the "TclOO method name" objType to use proposed routines. check-in: 3f107b7251 user: dgp tags: tip-445 | |
| 21:07 | Revise "levelReference" ObjType to use proposed routines. check-in: 866c4610c2 user: dgp tags: tip-445 | |
| 14:58 | merge novem check-in: 0714f6bbe0 user: dgp tags: dgp-refactor | |
| 14:57 | merge trunk check-in: 5d20ee0f16 user: dgp tags: novem | |
| 14:57 | merge trunk check-in: 10e9b12d33 user: dgp tags: tip-445 | |
| 14:56 | merge 8.6 check-in: a7a8861836 user: dgp tags: trunk | |
| 14:54 | Tidy up the last commit. check-in: ce1aa70a2e user: dgp tags: core-8-6-branch | |
| 09:37 | Selected harmless androwish changes, mostly backports from trunk (although the androwish branch is b... check-in: 56c8c28d79 user: jan.nijtmans tags: androwish | |
| 09:20 | merge zipfs check-in: c6879ef4cf user: jan.nijtmans tags: androwish | |
| 09:19 | merge core-8-6-branch check-in: dcb94c4c6e user: jan.nijtmans tags: zipfs | |
|
2016-04-06
| ||
| 18:24 | [213b6a2b9d] Make level parsing honor EIAS. check-in: 17f62d8265 user: dgp tags: core-8-6-branch | |
| 10:38 | Update all Unicode tables to version 9.0 beta check-in: ef93047d9f user: jan.nijtmans tags: novem | |
|
2016-04-05
| ||
| 21:06 | close fork check-in: bc99b42536 user: dgp tags: tip-445 | |
| 12:13 | merge trunk Closed-Leaf check-in: 4ab24ffcab user: dgp tags: tip-445-fork | |
| 12:08 | merge novem check-in: 31591fd353 user: dgp tags: dgp-refactor | |
| 12:07 | merge trunk check-in: 9edc83a71a user: dgp tags: novem | |
| 09:32 | Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by pspjuth here: [e99a79a326... check-in: 9c4e4beddb user: jan.nijtmans tags: trunk | |
| 08:28 | merge zipfs check-in: 0ef47774ae user: jan.nijtmans tags: androwish | |
| 08:23 | merge core-8-6-branch check-in: f22f5e830e user: jan.nijtmans tags: zipfs | |
| 08:18 | merge trunk check-in: d3236cc090 user: jan.nijtmans tags: drh-micro-optimization | |
| 00:05 | Revise the "procbody" Tcl_ObjType to use proposed routines. check-in: e367ca229e user: dgp tags: tip-445 | |
|
2016-04-04
| ||
| 22:01 | merge trunk check-in: 759669541e user: dgp tags: tip-445 | |
| 22:00 | Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType. Then convert it to u... check-in: 0af5b90690 user: dgp tags: tip-445 | |
| 21:39 | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothing more gracefully, and ... check-in: 2de718e181 user: dkf tags: trunk, potential incompatibility | |
| 19:41 | Use simple name for file static struct. check-in: 0170c0056c user: dgp tags: tip-445 | |
| 18:28 | merge trunk check-in: 771a931d17 user: dgp tags: tip-445 | |
| 18:27 | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts and to reduce string copying. check-in: d991496886 user: dgp tags: trunk | |
| 18:12 | Revise "nsName" ObjType to use proposed routines. check-in: ebfe7fd67c user: dgp tags: tip-445 | |
| 18:00 | [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothing more gracefully, and ... check-in: 409ea17e37 user: dkf tags: potential incompatibility, core-8-6-branch | |
| 17:43 | Revise "instname" ObjType to use proposed routines check-in: 6228a398b7 user: dgp tags: tip-445 | |
| 17:27 | Revise "regexp" Tcl_ObjType to use proposed routines. check-in: b9652ca822 user: dgp tags: tip-445 | |
| 16:38 | merge trunk check-in: db2bdb8924 user: dgp tags: tip-445 | |
| 16:20 | merge novem check-in: 05f8eaadb7 user: dgp tags: dgp-refactor | |
| 16:11 | merge trunk check-in: 08f9df78ea user: dgp tags: novem | |
| 16:02 | merge 8.6 check-in: 2383d71dfd user: dgp tags: trunk | |
| 15:53 | close fork check-in: 5ba351dd52 user: dgp tags: trunk | |
| 15:43 | Merge *both* commits to get the TclAsyncReady optimization. Without both parts, the test interp-34.... check-in: c86902986e user: dgp tags: trunk | |
| 11:30 | Merge tip-444 Closed-Leaf check-in: e73c28499f user: gahr tags: micro-opt | |
| 11:25 | merge trunk Closed-Leaf check-in: 743b989b39 user: gahr tags: gahr-bug-5f71353740, tip-444 | |
| 11:21 | micro-optimization from drh-micro-optimization branch: Knock perhaps 1% off execution time: guard on... check-in: 1b590c664f user: jan.nijtmans tags: micro-opt | |
| 10:06 | Corrections to compression stream flushing to make Tk generate PNGs correctly. Tk bug [9eb55debc5]. check-in: 214265f604 user: dkf tags: core-8-6-branch | |
| 10:03 | Was handling the flushing at the end of the stream wrongly. Closed-Leaf check-in: 0d60847929 user: dkf tags: tk-bug-9eb55debc5 | |
|
2016-04-03
| ||
| 11:04 | Working on fixing problem with short reads from compressing streams that breaks PNG creation in Tk. check-in: 904fff2ea4 user: dkf tags: tk-bug-9eb55debc5 | |
|
2016-04-01
| ||
| 13:09 | Merge trunk. Remove excess spacing. check-in: d48b5dfaf7 user: jan.nijtmans tags: novem | |
| 13:06 | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt. Eliminate exess sp... check-in: 976ec94ceb user: jan.nijtmans tags: trunk | |
| 13:04 | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt check-in: 06ccf650a8 user: jan.nijtmans tags: core-8-6-branch | |
| 13:00 | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase.txt check-in: 8046aa6a2d user: jan.nijtmans tags: core-8-5-branch | |
| 12:00 | merge trunk check-in: 925fddfb82 user: jan.nijtmans tags: novem | |
| 11:56 | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activestate.com/lists/tcl-core/1... check-in: b1a8aa4406 user: jan.nijtmans tags: trunk | |
|
2016-03-31
| ||
| 07:11 | Added patch for win/configure.in into win/configure.ac Leaf check-in: f59a6453b1 user: oehhar tags: tip-302 | |
|
2016-03-30
| ||
| 23:16 | Revise "dict" Tcl_ObjType to use proposed routines. check-in: b5f465f6f9 user: dgp tags: tip-445 | |
| 20:03 | The following patch against a stock tcl 8.6.5 source tree tries to implement most of TIP #302 for U... check-in: 6fa1088680 user: oehhar tags: tip-302 | |
| 17:55 | Revise several ACCEPT_NAN stanzas. check-in: f08acb6eb3 user: dgp tags: tip-445 | |
| 17:15 | Remove direct access to Tcl_Obj typePtr field that does nothing of any obvious benefit. check-in: 6749294be2 user: dgp tags: tip-445 | |
| 15:41 | merge trunk: check-in: e2b0d6d5e8 user: dgp tags: tip-445 | |
| 12:57 | merge trunk Closed-Leaf check-in: a919e9ea58 user: jan.nijtmans tags: notifier | |
| 09:21 | merge zipfs check-in: 327360d88d user: jan.nijtmans tags: androwish | |
| 09:20 | merge core-8-6-branch check-in: 3d294ce8c7 user: jan.nijtmans tags: zipfs | |
| 08:46 | [47ac84309b] Import of aspect's branch from his personal repository on chiselapp. Closed-Leaf check-in: 56f14cc0fe user: dkf tags: aspect-lreplace-cleanup | |
| 08:07 | Merge zipfs check-in: becd813996 user: jan.nijtmans tags: androwish | |
| 07:52 | merge core-8-6-branch check-in: c5c875d487 user: jan.nijtmans tags: zipfs | |
|
2016-03-29
| ||
| 20:07 | Functional conversion of "list" Tcl_ObjType to proposed routines. Not yet completely tidy and finish... check-in: c9541166cd user: dgp tags: tip-445 | |
| 12:14 | merge novem check-in: d7da8edfc0 user: dgp tags: dgp-refactor | |
| 12:07 | merge trunk check-in: ad2fb188b8 user: dgp tags: novem | |
| 10:17 | Eliminate AT_FORK_INIT_VALUE/RESET_ATFORK_MUTEX macro's, since other values than the default are not... check-in: 255b94edcb user: jan.nijtmans tags: trunk | |
| 08:36 | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to multiple Makef... check-in: 277445374b user: jan.nijtmans tags: core-8-5-branch | |
| 08:34 | (cherry-pick): Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to multiple Makef... check-in: 1da00d1a33 user: jan.nijtmans tags: core-8-6-branch | |
|
2016-03-28
| ||
| 21:24 | The DupEncodingIntRep() routine is broken. It fails to set the typePtr field of the duplicated Tcl_... check-in: c6c7d2f492 user: dgp tags: dgp-dup-encoding-fix | |
| 19:03 | There's a "parsedVarName" Tcl_ObjType that remembers how a variable name breaks down into the name o... Closed-Leaf check-in: 65fb3e83f6 user: dgp tags: dgp-revise-parsedvarnametype | |
| 01:02 | merge novem check-in: b09ae8b6a7 user: dgp tags: dgp-refactor | |
| 00:56 | merge trunk check-in: d2f7d7cce5 user: dgp tags: novem | |
| 00:55 | merge trunk check-in: 09d835f6da user: dgp tags: tip-445 | |
|
2016-03-27
| ||
| 21:28 | Better fix for [7d0db7c388f52de81]: In stead of adding dependencies to multiple Makefile lines, comb... check-in: fb6e45132e user: jan.nijtmans tags: trunk | |
| 17:07 | A few more easy conversions. check-in: bb2b614cc5 user: dgp tags: tip-445 | |
| 16:40 | [47ac84309b] Fix problems with [lreplace] compilation. check-in: e8a61012f6 user: dkf tags: trunk | |
| 16:37 | [47ac84309b] Fix problems with [lreplace] compilation. check-in: f9cebd86c0 user: dkf tags: core-8-6-branch | |
| 15:49 | Some OSX symbols builds create libtcl*.dylib.dSYM which is a directory. check-in: 1b187822bb user: dkf tags: novem | |
| 15:48 | Some OSX symbols builds create libtcl8.7.dylib.dSYM which is a directory. check-in: 7319e9f11e user: dkf tags: trunk | |
| 15:43 | Some OSX symbols builds create libtcl8.6.dylib.dSYM which is a directory. check-in: c3a8716c46 user: dkf tags: core-8-6-branch | |
| 15:37 | Conversion of "bytearray" Tcl_ObjType - much better this time. check-in: 330b0f8f48 user: dgp tags: tip-445 | |
| 14:57 | Revised design - have Tcl_FetchIntRep return a writable pointer. check-in: 3173bc0655 user: dgp tags: tip-445 | |
|
2016-03-26
| ||
| 22:52 | Update to tzdata 2016c from ietf.org check-in: 293e17ddfa user: dkf tags: core-8-6-branch | |
| 18:13 | Update to tzdata 2016c from ietf.org check-in: b57e69baa1 user: venkat tags: novem | |
| 18:12 | Update to tzdata 2016c from ietf.org check-in: 587f841cc2 user: venkat tags: trunk | |
| 18:10 | Update to tzdata 2016c from ietf.org check-in: c7604723f9 user: venkat tags: core-8-5-branch | |
| 12:36 | Convert the "bytearray" Tcl_ObjType to use the proposed Tcl_ObjIntRep manipulation routines. This w... Closed-Leaf check-in: eed7c04dff user: dgp tags: tip-445-reject | |
|
2016-03-25
| ||
| 20:01 | irPtr = NULL passed to Tcl_StoreIntRep clears out any value for typePtr. check-in: 35becf3af0 user: dgp tags: tip-445-reject | |
| 19:56 | Get signatures in sync. check-in: 9c6bd315f9 user: dgp tags: tip-445-reject | |
| 14:41 | - Undo unix notifier changes: too risky at this moment. - Merge trunk - (cherry-pick from dhr-micr... check-in: 0f401c5c64 user: jan.nijtmans tags: notifier | |
| 14:01 | First demonstration conversion to the new intrep manipulation routines. check-in: aae9df6fc9 user: dgp tags: tip-445-reject | |
| 13:06 | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep(). check-in: 4debca2a96 user: dgp tags: tip-445-reject | |
| 12:24 | Create a type Tcl_ObjIntRep so we can pass intreps as arguments. check-in: 920e5f468b user: dgp tags: tip-445 | |
|
2016-03-24
| ||
| 21:22 | merge trunk check-in: 0d1a9d63ef user: dgp tags: tip-445 | |
| 21:21 | No longer a need to keep around 'revert to 8.5' code. check-in: 3d7353cc89 user: dgp tags: trunk | |
| 21:11 | Revise the "index" Tcl_ObjType to use the new routine. check-in: 87d5093e34 user: dgp tags: tip-445 | |
| 20:33 | Revise the "instname" Tcl_ObjType to use the routines. check-in: d8e43af3f1 user: dgp tags: tip-445 | |
| 20:17 | oops check-in: fd39dd6249 user: dgp tags: tip-445 | |
| 20:15 | Update Tcl_InitStringRep callers to handle OOM condition. check-in: 311eebe0bb user: dgp tags: tip-445 | |
| 19:21 | Revise Tcl_InitStringRep() to do non-panic attempt at allocation. Let caller decide how catastrophic... check-in: 9173ce5731 user: dgp tags: tip-445 | |
| 15:01 | More purging of direct access to bytes field where it isn't important. check-in: 120d6a36d6 user: dgp tags: tip-445 | |
| 14:40 | Update more Tcl_ObjTypes to use Tcl_InitStringRep(). Adapt TclInitStringRep macro to accept TclInitS... check-in: d55599212b user: dgp tags: tip-445 | |
| 13:50 | TclInitStringRep() already knows about tclEmptyStringRep. check-in: 1fb418efea user: dgp tags: tip-445 | |
| 13:16 | oops check-in: 81972d73ec user: dgp tags: tip-445 | |
| 12:59 | stay out of internals when nice interfaces are available. check-in: 91837a8b92 user: dgp tags: tip-445 | |
| 12:51 | Revised "end-offset" Tcl_ObjType to use new routine. check-in: 44f4c875e0 user: dgp tags: tip-445 | |
| 01:50 | Revise "osType" Tcl_ObjType to use new routine. check-in: eecbd97389 user: dgp tags: tip-445 | |
|
2016-03-23
| ||
| 21:50 | Revise "ensembleCommand" Tcl_ObjType to use new routines. check-in: 9aa747a015 user: dgp tags: tip-445 | |
| 21:36 | Convert "dict" Tcl_ObjType to use new routines. check-in: aec0246769 user: dgp tags: tip-445 | |
| 15:21 | merge trunk check-in: 3c05a2caaa user: dgp tags: tip-445 | |
| 15:19 | Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong! Convert "bytearray" Tcl_Ob... check-in: 67e8970656 user: dgp tags: tip-445 | |
| 15:18 | merge zipfs check-in: 16d8e516af user: jan.nijtmans tags: androwish | |
| 15:12 | merge core-8-6-branch check-in: 8ff15ce8aa user: jan.nijtmans tags: zipfs | |
| 14:10 | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted. check-in: c0ff1ae7c3 user: dgp tags: tip-445 | |
| 13:47 | merge novem check-in: cae6e4a284 user: dgp tags: dgp-refactor | |
| 13:46 | merge trunk check-in: debe4d9e56 user: dgp tags: novem | |
| 13:06 | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] check-in: d498e5cc6c user: jan.nijtmans tags: core-8-5-branch | |
| 13:04 | (cherry-pick): Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] check-in: 91e49fc57a user: jan.nijtmans tags: core-8-6-branch | |
| 13:03 | Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388] check-in: 941e11b843 user: jan.nijtmans tags: trunk | |
| 12:57 | merge novem check-in: c72789b162 user: dgp tags: dgp-refactor | |
| 12:51 | merge trunk check-in: 08904e4bc9 user: dgp tags: novem | |
| 10:55 | merge mark check-in: c911fecbef user: dkf tags: trunk | |
| 10:53 | merge mark check-in: 584b746751 user: dkf tags: core-8-6-branch | |
| 10:10 | Release memory after truncation. check-in: f1e43c3058 user: dgp tags: tip-445 | |
| 10:00 | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget See... check-in: 235a8c3395 user: jan.nijtmans tags: core-8-5-branch | |
| 09:59 | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget See... check-in: fc5a8c2a60 user: jan.nijtmans tags: core-8-6-branch | |
| 09:55 | Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text widget. Still - most like... check-in: bc8560501f user: jan.nijtmans tags: trunk | |
| 09:46 | Fix [f1253530cdd83e66]: tcl_wordchars and tcl_nonwordchars are unknown at startup. For trunk this wi... check-in: 1176d169d7 user: jan.nijtmans tags: trunk | |
| 09:00 | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks to Jaros... check-in: f11ade816d user: jan.nijtmans tags: core-8-5-branch | |
| 08:59 | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks to Jaros... check-in: ac6851ae65 user: jan.nijtmans tags: core-8-6-branch | |
| 08:48 | Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks to Jaroslav Škarvada f... check-in: f04406d509 user: jan.nijtmans tags: trunk | |
| 04:50 | Make sure no path emerges to write on tclEmptyStringRep. check-in: 4ec3d5a661 user: dgp tags: tip-445 | |
| 04:31 | Next step: new routine Tcl_InitStringRep() check-in: 0c35610fad user: dgp tags: tip-445 | |
|
2016-03-22
| ||
| 23:45 | First simple step implementing TIP 445. check-in: 153a14ad7c user: dgp tags: tip-445 | |
| 20:30 | Factor out string internal rep definition so fix for [1af8de570511] is less awful. check-in: e99d66f317 user: dkf tags: trunk | |
| 20:30 | Factor out string internal rep definition so fix for [1af8de570511] is less awful. check-in: b3f2749a5c user: dkf tags: core-8-6-branch | |
| 18:05 | merge novem check-in: 8891590c74 user: dgp tags: dgp-refactor | |
| 17:54 | merge trunk check-in: b06317dad1 user: dgp tags: novem | |
| 17:21 | Revised fix for signed/unsigned mismatch. "get types right" > "add more casts" check-in: 6ea500e944 user: dgp tags: trunk | |
| 17:08 | More places where unsigned quantities should be decared such. check-in: 320f08bb04 user: dgp tags: core-8-6-branch | |
| 16:53 | More signed/unsigned type correction. check-in: e7a7954fba user: dgp tags: core-8-6-branch | |
| 16:38 | Don't compare signed and unsigned. Get types right. check-in: 03c05127e2 user: dgp tags: core-8-6-branch | |
| 16:09 | Update all Unicode tables to version 9.0 beta check-in: 203b8dcd6c user: jan.nijtmans tags: tip-389-impl | |
| 15:38 | Add 9 unicode characters (Punctuation, Connector), which are generally considered as part of \w. Use... check-in: dee8ead23c user: jan.nijtmans tags: tip-389-impl | |
| 15:35 | merge trunk check-in: f6e95a06a2 user: jan.nijtmans tags: tip-389-impl | |
| 13:15 | Alternative solution for [f1253530cd] Closed-Leaf check-in: 0dc963c859 user: jan.nijtmans tags: bug-f1253530cd-alt | |
| 09:07 | (cherry-pick): Fix signed-unsigned-compare warning (reported by François Vogel on Windows, but gcc ... check-in: 0b717ac78e user: jan.nijtmans tags: core-8-6-branch | |
| 09:05 | Fix signed-unsigned-compare warning (reported by François Vogel on Windows, but gcc can trigger it ... check-in: 76041410f9 user: jan.nijtmans tags: trunk | |
|
2016-03-21
| ||
| 21:32 | Merged trunk Closed-Leaf check-in: 828bb9373d user: fvogel tags: bug-f1253530cd | |
| 21:28 | Fixed bug [f1253530cd] - tcl_wordchars and tcl_nonwordchars are unknown at startup check-in: adf582fbe2 user: fvogel tags: bug-f1253530cd | |
| 18:34 | merge novem check-in: fd2e59362a user: dgp tags: dgp-refactor | |
| 14:22 | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. One less mutex to be wor... check-in: 2aa18b39c4 user: jan.nijtmans tags: notifier | |
| 12:10 | merge trunk check-in: 960c5239bf user: jan.nijtmans tags: novem | |
| 12:08 | (cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofumi for bo... check-in: df0f0d57b3 user: jan.nijtmans tags: core-8-5-branch | |
| 12:03 | (cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofumi for bo... check-in: c0e6064843 user: jan.nijtmans tags: core-8-6-branch | |
| 11:59 | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofumi for both the bug-repo... check-in: a8ea065823 user: jan.nijtmans tags: trunk | |
| 09:16 | .... oops .... Closed-Leaf check-in: 9d6b27346e user: jan.nijtmans tags: bug-d3071887dbc7aeac | |
| 09:05 | Proposed fix for [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier() check-in: 7636c287f5 user: jan.nijtmans tags: bug-d3071887dbc7aeac | |
|
2016-03-20
| ||
| 22:35 | merge novem check-in: 622bbb1906 user: dgp tags: dgp-refactor | |
| 20:43 | [1af8de570511] Fix crash in [string replace] caused by cut-n-paste. check-in: 7f8e2c6864 user: dkf tags: novem | |
| 20:42 | [1af8de570511] Fix crash in [string replace] caused by cut-n-paste. check-in: 0d8edd300b user: dkf tags: trunk | |
| 20:40 | [1af8de570511] Fix crash in [string replace] caused by cut-n-paste. check-in: 5f1ea7ddc7 user: dkf tags: core-8-6-branch | |
|
2016-03-17
| ||
| 15:54 | merge trunk check-in: f37df7edbc user: jan.nijtmans tags: tip-439, semver | |
| 14:04 | Stop "unused variable" warning. Old bug? No test caught it. check-in: f8d4bc2304 user: dgp tags: dgp-refactor | |
| 13:56 | merge novem check-in: fc87efe49c user: dgp tags: dgp-refactor | |
| 13:31 | merge trunk check-in: 419214420d user: dgp tags: novem | |
| 13:25 | [0b8c387cf7] Replace deprecated Tcl_VarEval(). socket accept callbacks now always evaluate in global... check-in: 632f70c01d user: dgp tags: trunk, potential incompatibility | |
| 13:19 | merge 8.6 bug fixes check-in: 24feef28e8 user: dgp tags: trunk | |
| 13:14 | [ae38befcfb] Rewrite TclGetInnermostExceptionRange() for fewer iterations. check-in: 582d6817fe user: dgp tags: core-8-6-branch | |
| 12:24 | [1a25fdfec6] Enable compile of commands like [variable ${ns}::v]. check-in: 9b6183cdf5 user: dgp tags: core-8-6-branch | |
| 12:15 | [b9b2079e6d] Unwind ExceptionAux data after failed compile. check-in: fadc9965ff user: dgp tags: core-8-6-branch | |
|
2016-03-16
| ||
| 14:52 | Merge trunk. Add TCL_EVAL_GLOBAL flag to Tcl_EvalObjEx(), for reason mentioned in [0b8c387cf7]. Closed-Leaf check-in: 727564218e user: jan.nijtmans tags: bug-0b8c387cf7 | |
| 09:58 | (cherry-pick from trunk): Update tzdata to 2016b from ietf.org check-in: 22e38d3816 user: jan.nijtmans tags: core-8-6-branch | |
| 09:56 | Remove undocumented TCL_HASH_KEY_STORE_HASH. Setting this to "0" is not supported (was it ever ????)... check-in: ecfb88c394 user: jan.nijtmans tags: trunk | |
| 09:09 | Update tzdata to 2016b from ietf.org check-in: ca062ef5fb user: venkat tags: novem | |
| 09:07 | Update tzdata to 2016b from ietf.org check-in: 938b541a95 user: venkat tags: trunk | |
| 08:58 | Update tzdata to 2016b from ietf.org check-in: 83ecbb6dbf user: venkat tags: core-8-5-branch | |
|
2016-03-14
| ||
| 11:58 | Merge trunk check-in: e07be1bcdb user: jan.nijtmans tags: tip-389-impl | |
|
2016-03-13
| ||
| 17:31 | merge trunk check-in: 86018f7171 user: jan.nijtmans tags: tip-439, semver | |
|
2016-03-11
| ||
| 15:54 | merge novem check-in: d17b0e348a user: dgp tags: dgp-refactor | |
| 15:40 | Simple change gets most of the effect. Fails to handle backslash. anyone care? Closed-Leaf check-in: 2334f398b8 user: dgp tags: bug-1a25fdfec6 | |
| 15:00 | New test compile-5.3 for the bug. Closed-Leaf check-in: 5d1ed07268 user: dgp tags: bug-b9b2079e6d | |
| 14:16 | merge trunk check-in: eca395a4b2 user: jan.nijtmans tags: novem | |
| 09:33 | Allow unstable Tcl releases to use unstable packages by default (this makes "package require Tk" fin... check-in: 40b678a10d user: jan.nijtmans tags: trunk | |
|
2016-03-10
| ||
| 20:03 | [b9b2079e6d] Proposed fix. When a compileProc fails, it may have done an arbitrary amount of partial... check-in: 569d2e3d4f user: dgp tags: bug-b9b2079e6d | |
| 13:44 | Somewhat more excess spacing in for.test check-in: 405a80a711 user: jan.nijtmans tags: trunk | |
| 11:56 | Eliminate exess spacings in many test-cases check-in: d6d9491140 user: jan.nijtmans tags: trunk | |
|
2016-03-09
| ||
| 15:59 | Let Tcl 8.7 allow Tk 8.7 to be used by default Closed-Leaf check-in: 9e2043ed08 user: jan.nijtmans tags: jn-Tcl-requirement | |
|
2016-03-08
| ||
| 19:12 | Update to trunk work Leaf check-in: 8b47978cb6 user: aku tags: aku-tkt-6141c15186 | |
| 18:06 | [0b8c387cf7] Replace deprecated Tcl_VarEval() call with reworked callback system that uses Tcl_Obj s... check-in: 573945a448 user: dgp tags: bug-0b8c387cf7 | |
| 15:55 | [bbc304f61a] Avoid event handling when reflected channel has a watch change half-completed. (First h... check-in: 3ed434c670 user: dgp tags: trunk | |
| 15:52 | [bbc304f61a] Avoid event handling when reflected channel has a watch change half-completed. (First h... check-in: e4f95d6178 user: dgp tags: core-8-5-branch | |
| 15:50 | [bbc304f61a] Avoid event handling when reflected channel has a watch change half-completed. (First h... check-in: f2a6351600 user: dgp tags: core-8-6-branch | |
| 15:31 | Eliminate exess spacings in remaining doc pages check-in: 8731e8bf9f user: jan.nijtmans tags: trunk | |
| 15:29 | Proposed fix for [e21fc32c2aa]: auto_execok does not check executability on Windows Closed-Leaf check-in: 2f5431fd98 user: jan.nijtmans tags: bug-e21fc32c2aa | |
| 14:20 | Merge trunk check-in: e311f38ad0 user: jan.nijtmans tags: tip-439, semver | |
| 13:44 | configure.in -> configure.ac check-in: 4706c883d8 user: jan.nijtmans tags: trunk | |
|
2016-03-07
| ||
| 10:35 | merge trunk check-in: de5857dbf1 user: jan.nijtmans tags: novem | |
| 08:39 | merge trunk check-in: 3a2bcbbf8f user: jan.nijtmans tags: tip-439, semver | |
| 08:37 | Fix version number in .project file check-in: 94a2fe2d49 user: jan.nijtmans tags: trunk | |
|
2016-03-04
| ||
| 13:15 | (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warning: assum... check-in: 8afe88e306 user: jan.nijtmans tags: core-8-6-branch | |
| 13:13 | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warning: assuming signed over... check-in: 21d2da02a9 user: jan.nijtmans tags: trunk | |
| 08:40 | merge trunk check-in: e1bf86b21a user: jan.nijtmans tags: tip-389-impl | |
| 08:21 | merge trunk check-in: 461852784c user: jan.nijtmans tags: tip-439, semver | |
|
2016-03-03
| ||
| 19:45 | Bump trunk to 8.7a0 to accept new feature development. check-in: 4def3fa682 user: dgp tags: trunk | |
| 19:29 | Open branch for continued 8.6.* patching. check-in: 6e1ff473d8 user: dgp tags: core-8-6-branch | |
| 08:34 | merge trunk check-in: 00229de885 user: gahr tags: gahr-bug-5f71353740, tip-444 | |
| 08:30 | Clarify that weekends are intended as Saturdays and Sundays check-in: aaa1b378a1 user: gahr tags: gahr-bug-5f71353740, tip-444 | |
|
2016-03-02
| ||
| 19:10 | merge novem check-in: 94c13432c3 user: dgp tags: dgp-refactor | |
| 15:48 | upstream androwish check-in: e11d4873d5 user: jan.nijtmans tags: androwish | |
| 15:44 | Some more minor androwish upstream changes check-in: 76a713ab17 user: jan.nijtmans tags: androwish | |
| 15:39 | minor upstream changes check-in: a855464d28 user: jan.nijtmans tags: zipfs | |
| 15:29 | [bbc304f61a] Proposed fix for reflected watch race condition. Closed-Leaf check-in: 5057f650ba user: dgp tags: bug-bbc304f61a | |
| 15:12 | merge zipfs check-in: 5b6d200c4a user: jan.nijtmans tags: androwish | |
| 15:10 | merge trunk check-in: 24900c193e user: jan.nijtmans tags: zipfs | |
| 09:32 | merge trunk check-in: ada65114d8 user: jan.nijtmans tags: tip-439, semver | |
| 09:06 | Merge trunk check-in: f547a7f8c4 user: jan.nijtmans tags: novem | |
| 08:49 | Eliminate exess spacings in many doc pages. check-in: 840e5d4825 user: jan.nijtmans tags: trunk | |
|
2016-03-01
| ||
| 16:45 | [80304238ac] Prevent RC cycle in the localVarName objtype. check-in: 7070d2aa22 user: dgp tags: trunk | |
| 16:42 | Extra safety against cycles Closed-Leaf check-in: b4d05f59f1 user: dgp tags: bug-80304238ac | |
| 16:40 | Add test for memleak check-in: 8bbd0e6179 user: dgp tags: bug-80304238ac | |
| 16:26 | merge trunk check-in: b1515e2abb user: dgp tags: bug-80304238ac | |
| 13:24 | merge release check-in: d73a0fbece user: dgp tags: trunk | |
| 01:49 | merge trunk Closed-Leaf check-in: cb38c65929 user: dgp tags: release, core-8-6-5, core-8-6-5-rc | |
|
2016-02-26
| ||
| 16:17 | Clean up unfired timer handlers or they cause errors in -singleproc 1 test run. check-in: 016412f1ec user: dgp tags: trunk | |
| 15:42 | [80304238ac] Candidate fix for memleak due to RC cycle. check-in: 29d44ec30c user: dgp tags: bug-80304238ac | |
| 13:04 | [dee3d66bc7] Remove 'any' af Leaf check-in: 3b1d567dea user: gahr tags: gahr-ticket-dee3d66bc7 | |
| 12:28 | [dee3d66bc7] Start relaxing test constraints check-in: 19fab15fd6 user: gahr tags: gahr-ticket-dee3d66bc7 | |
|
2016-02-24
| ||
| 09:10 | More comprehensive tests adding and subtracting week-days check-in: f991a78d7a user: gahr tags: gahr-bug-5f71353740, tip-444 | |
|
2016-02-23
| ||
| 19:44 | merge trunk check-in: 4c431fc1c9 user: gahr tags: gahr-bug-5f71353740, tip-444 | |
| 16:31 | Make sure that adding 0 weekdays doesn't result in going back in time check-in: ef26db9e93 user: gahr tags: gahr-bug-5f71353740, tip-444 | |
| 14:02 | update changes check-in: de2063dbe4 user: dgp tags: rc2, core-8-6-5-rc | |
| 13:59 | merge trunk check-in: c25ac5aa31 user: dgp tags: core-8-6-5-rc | |
|
2016-02-22
| ||
| 12:39 | Convert remaining env.test test-cases to tcltest-2 format check-in: d6a977a3a6 user: jan.nijtmans tags: trunk | |
| 12:16 | (cherry-pick): Add test-case for [9b47029467631832]: testing existence of env(some_thing) destroys t... check-in: fe1f5e7464 user: jan.nijtmans tags: core-8-5-branch | |
| 11:42 | Fix [9b47029467631832]: testing existence of env(some_thing) destroys traces. With test-case demonst... check-in: d644df2cad user: jan.nijtmans tags: trunk | |
|
2016-02-19
| ||
| 18:42 | Create new branch named "gahr-split-install" Closed-Leaf check-in: 9d0a216e60 user: gahr tags: gahr-split-install | |
| 16:44 | Bump to TclOO 1.0.4. Update changes file. check-in: 9ecb248b72 user: dgp tags: rc1, core-8-6-5-rc | |
| 14:42 | Add test-case which demonstrates the problem. This test-case fails in trunk (but passes in core-8-5-... Closed-Leaf check-in: 7973c950d3 user: jan.nijtmans tags: bug-9b47029467631832 | |
| 13:37 | Update to tzdata2016a. check-in: 04a238c721 user: dgp tags: core-8-6-5-rc | |
| 10:49 | Proposed fix for [9b47029467631832]: testing existence of env(some_thing) destroys traces. Was the c... check-in: 5e24c6a9db user: jan.nijtmans tags: bug-9b47029467631832 | |
|
2016-02-17
| ||
| 11:03 | [5f71353740] Support the "weekdays" unit in [clock add] check-in: 2c9afbf911 user: gahr tags: tip-444 | |
|
2016-02-16
| ||
| 18:20 | merge trunk check-in: d1f90d45c0 user: dgp tags: rc0, core-8-6-5-rc | |
|
2016-02-12
| ||
| 16:46 | merge release check-in: 86c29d0a42 user: dgp tags: core-8-5-branch | |
|
2016-02-11
| ||
| 09:31 | Fix a few more very minor formatting glitches. check-in: dbf033509e user: dkf tags: trunk | |
| 09:27 | Fix minor formatting glitch check-in: fc972f5e83 user: dkf tags: trunk | |
|
2016-02-09
| ||
| 18:08 | merge trunk check-in: b64557cb8e user: dgp tags: core-8-6-5-rc | |
| 18:07 | merge novem check-in: e34a1423a1 user: dgp tags: dgp-refactor | |
| 18:00 | merge trunk check-in: c705d0cb83 user: dgp tags: novem | |
| 09:33 | Merge trunk check-in: 8dbbf50255 user: jan.nijtmans tags: tip-389-impl | |
|
2016-02-08
| ||
| 21:59 | Pulling *more* changes from zipfs check-in: d753972e9a user: hypnotoad tags: core_zip_vfs | |
| 21:58 | Merging changes from zipfs check-in: 56c362bad1 user: hypnotoad tags: core_zip_vfs | |
| 20:42 | update release date Closed-Leaf check-in: c9159d57b0 user: dgp tags: rc1, core-8-5-19, core-8-5-19-rc | |
| 16:25 | Merge zipfs check-in: 189c2ffdb8 user: jan.nijtmans tags: androwish | |
| 16:11 | Merge trunk check-in: b7def42ca8 user: jan.nijtmans tags: zipfs | |
|
2016-02-05
| ||
| 16:31 | Tweaking some comments for clarity. check-in: 376b72b78b user: dkf tags: trunk | |
| 14:36 | Clean up the handling of buffer limit exceeding when flushing a zlib transform. check-in: 273e645082 user: dkf tags: trunk | |
|
2016-02-04
| ||
| 21:05 | [cf74deb33c] Plug memleaks in class teardown. check-in: 4bb95ffc51 user: dgp tags: trunk | |
|
2016-02-03
| ||
| 19:08 | merge 8.5 check-in: 7673e95435 user: dgp tags: core-8-5-19-rc | |
| 15:29 | [25842c161] Prevent zero-length compress actions in [zlib] streaming API. check-in: c1aff52ef3 user: dkf tags: trunk | |
|
2016-02-02
| ||
| 08:49 | (just an experiment, don't look ....) Backout the contributed patch memaccounting from Postgres sinc... Closed-Leaf check-in: 667e5f2255 user: jan.nijtmans tags: backout-memaccounting | |
| 01:33 | replace indirect with direct jumps where possible; little effect for now, pending mods will increase... Leaf check-in: 2be1a74fb1 user: msofer tags: mig-opt2 | |
|
2016-02-01
| ||
| 21:39 | Backout the contributed patch memaccounting from Postgres since it changes the protections incompati... check-in: 365e3582cc user: dgp tags: core-8-5-branch | |
| 04:15 | fix incomplete switch to malloc check-in: be9beb7cef user: msofer tags: mig-opt2 | |
| 04:05 | merge trunk check-in: 3334fbd749 user: msofer tags: mig-opt2 | |
|
2016-01-31
| ||
| 22:43 | use malloc (as opposed to ckalloc) for the NRE_callback stacklets, so that gcc can really insure pro... check-in: 4df7772089 user: msofer tags: mig-opt2 | |
| 08:41 | Fix crash in win32/win64 regexp.test. Done by backporting the 8.6 regex engine, but followed by "fos... Closed-Leaf check-in: 133a2ed842 user: jan.nijtmans tags: core-8-5-branch | |
| 08:30 | (COMPATIBILITY, PORTABILITY) NRE API change: callbacks now have three void* arguments (prev. 4). Cal... check-in: 009cc51070 user: msofer tags: mig-opt2 | |
| 08:28 | (NON_PORTABLE) insure good cache alignment of NRE_callback Closed-Leaf check-in: a7a1286053 user: msofer tags: mig-opt2-tmp | |
| 07:00 | actually reduce the callback size check-in: 35f1b9c6bb user: msofer tags: mig-opt2-tmp | |
| 05:02 | plug a leak; more to do check-in: 90659d5f5c user: msofer tags: mig-opt2-tmp | |
| 00:20 | Minor clean-ups (e.g. turn back const -> CONST, as common in 8.5 branch) Closed-Leaf check-in: 6425d8cf43 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
|
2016-01-30
| ||
| 23:48 | NRE API change: callbacks now have three void* arguments (prev. 4) check-in: 38ac69064d user: msofer tags: mig-opt2-tmp | |
| 01:39 | remove data[3] fro TEBCresume check-in: 4b755d8f77 user: msofer tags: mig-opt2-tmp | |
|
2016-01-29
| ||
| 23:57 | expose one problem with sibcalling out of tebc check-in: 5042bcf5f2 user: msofer tags: mig-opt2 | |
| 22:49 | Backout TIP #413 as well check-in: e5c5d65e94 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
| 22:32 | Backout TIP #388 implementation, this part doesn't belong in 8.5 check-in: 8660791a56 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
| 15:27 | 8.5-with-8.6-regexp check-in: 455080bc33 user: jan.nijtmans tags: 8.5-with-8.6-regexp | |
| 14:22 | merge trunk check-in: 29881c9181 user: dgp tags: core-8-6-5-rc | |
| 14:21 | merge 8.5 check-in: 9e3b1a7382 user: dgp tags: core-8-5-19-rc | |
| 13:38 | Implement TIP #440: Add engine to tcl_platform Array check-in: b7ae93cf2f user: jan.nijtmans tags: core-8-5-branch | |
| 13:35 | Implement TIP #440: Add engine to tcl_platform Array check-in: 797fd8bdc2 user: jan.nijtmans tags: trunk | |
| 09:46 | Fix gcc'ism. Not all compilers can substract two void pointers. check-in: 5e13217e77 user: jan.nijtmans tags: trunk | |
| 09:22 | merge zipfs check-in: 80f22e4bf1 user: jan.nijtmans tags: androwish | |
| 09:17 | Upstream zipfs change and unbreak zipfs test-case check-in: f965826edc user: jan.nijtmans tags: zipfs | |
|
2016-01-28
| ||
| 22:48 | tiny mods check-in: 3a4bf8ee2e user: msofer tags: mig-opt2 | |
| 18:27 | TODO check-in: a316de94ad user: msofer tags: mig-opt2 | |
| 17:33 | Bump to 8.6.5 check-in: 696f03868d user: dgp tags: core-8-6-5-rc | |
| 13:42 | RefineApproximation() leaked twoMv and twoMd in one of its exits. check-in: 7e0659670d user: dgp tags: core-8-5-19-rc | |
| 06:46 | Ticket [6141c15186]. Prelim fix. Necessary test still to do. Passes the existing tests. check-in: 128ad6929b user: aku tags: aku-tkt-6141c15186 | |
|
2016-01-27
| ||
| 22:37 | FIXME: define HAVE_FAST_TSD to enable use of __thread in the allocator; this doesn't work as is on w... check-in: 1ef26d0d6f user: msofer tags: mig-opt2 | |
| 13:45 | small fix - previous commit was broken check-in: 7156615ca9 user: msofer tags: mig-opt2 | |
| 11:59 | remove TclSmallAlloc, was only used by expansion in tebc check-in: 364f484cfd user: msofer tags: mig-opt2 | |
|
2016-01-26
| ||
| 20:29 | make the NRE stack grow downwards in memory, so that it can be traversed faster on rewinding check-in: 891196ece0 user: msofer tags: mig-opt2 | |
| 18:15 | TODO check-in: 0a29df36d8 user: msofer tags: mig-opt2 | |
| 18:15 | using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also ... check-in: 656bed517b user: msofer tags: mig-opt2 | |
| 16:59 | using gcc's sibling call optimisation: calls between NRE_callbacks are optimised to tailcalls, also ... Closed-Leaf check-in: 43e939b345 user: msofer tags: mig-opt2-tmp | |
| 16:08 | merge 8.5 check-in: 9f649172e4 user: dgp tags: rc0, core-8-5-19-rc | |
| 14:02 | Redo TIP #440 alternative again, now using "info runtime". Closed-Leaf check-in: 2e88dfd278 user: jan.nijtmans tags: tip-440-alt | |
| 10:16 | Re-do "::tcl::pkgconfig get" form only. check-in: cd9aa51331 user: jan.nijtmans tags: tip-440-alt | |
|
2016-01-24
| ||
| 17:00 | merge zipfs check-in: cb46b79ce5 user: jan.nijtmans tags: androwish | |
| 16:57 | merge trunk check-in: 6a26062e39 user: jan.nijtmans tags: zipfs | |
| 16:57 | merge trunk check-in: f1f8dab417 user: jan.nijtmans tags: tip-439, semver | |
| 16:52 | Fix "make test" broken by previous commit check-in: 3bf140c0df user: jan.nijtmans tags: trunk | |
|
2016-01-23
| ||
| 21:54 | Remove build information from TIP-439 implementation: At the least should be a different separate TI... check-in: 77ccc6004e user: jan.nijtmans tags: tip-439, semver | |
| 21:04 | Merge trunk. Add some more useful build information (New TIP to be written) check-in: 8972c3e7db user: jan.nijtmans tags: tip-440-alt | |
| 20:35 | Merge zipfs (but keep deprecated zipfs commands) check-in: 48e677f97a user: jan.nijtmans tags: androwish | |
| 20:33 | Merge trunk. Depend on ensemble now, adapt documentation. check-in: e731b26ed2 user: jan.nijtmans tags: zipfs | |
| 20:28 | merge check-in: 93159f88a0 user: msofer tags: mig-opt2-tmp | |
| 20:23 | merge trunk; disabled the file/line info in disassembly, as it depends on cmdFrame check-in: 049a649f79 user: msofer tags: mig-opt2 | |
| 19:46 | add a test to insure that callbacks run at the correct C-stack depth while unwinding the NRE stack. check-in: 159e5ab27b user: msofer tags: trunk | |
|
2016-01-22
| ||
| 13:12 | merge trunk check-in: 777475e58f user: jan.nijtmans tags: novem | |
| 12:51 | fix generiation of tclUuid.h on win32/unix. Add build information (experimental) check-in: aca2c7e988 user: jan.nijtmans tags: tip-439, semver | |
| 11:03 | Merge trunk. Let "package require Tcl" output just <version>+core.<UUID> check-in: 35e522cced user: jan.nijtmans tags: tip-440-alt | |
| 10:56 | Merge trunk. Simplify build information to "+core.<UUID>" check-in: 241c75449a user: jan.nijtmans tags: tip-439, semver | |
| 10:38 | Eliminate useless variable assignment. check-in: f381242421 user: jan.nijtmans tags: trunk | |
| 10:27 | Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thanks to Gustaf Neumann. No... check-in: 01f95b9116 user: jan.nijtmans tags: core-8-5-branch | |
| 09:13 | Merge zipfs check-in: 63a90e04e6 user: jan.nijtmans tags: androwish | |
| 08:45 | Add "zipfs" ensemble. check-in: 24587bb6c4 user: jan.nijtmans tags: zipfs | |
|
2016-01-21
| ||
| 14:55 | merge 8.5 check-in: 77e71f94b3 user: dgp tags: core-8-5-19-rc | |
| 13:15 | merge-mark check-in: ae06b5381c user: jan.nijtmans tags: trunk | |
| 13:11 | Fix compiler warnings (discovered on latest clang/gcc6), suggested by Gustaf Neumann. All harmless, ... check-in: 49a45d782e user: jan.nijtmans tags: core-8-5-branch | |
| 06:11 | Backport of TIP #440. Closed-Leaf check-in: 7a29e252ee user: mistachkin tags: tip-440-backport | |
|
2016-01-20
| ||
| 18:07 | merge check-in: 6871526357 user: msofer tags: mig-opt2-tmp | |
| 12:11 | Add 'engine' core.tcl.tk and build information to the output of "package require Tcl". Alternative s... check-in: 5ca5e4cb39 user: jan.nijtmans tags: tip-440-alt | |
| 03:21 | fix warnings at -O2 check-in: 2399d89260 user: msofer tags: mig-opt2 | |
|
2016-01-19
| ||
| 21:54 | Add 'engine' core.tcl.tk and build information to the output of "package require Tcl". Alternative s... check-in: 64f6131bf4 user: jan.nijtmans tags: tip-439, semver | |
| 20:32 | now really set the "manifest" setting check-in: 63b951489c user: jan.nijtmans tags: tip-439, semver | |
| 20:28 | Set versioned "manifest" setting check-in: 69c0bd36fc user: jan.nijtmans tags: tip-439, semver | |
| 17:48 | Update comment with TIP number. Closed-Leaf check-in: c0f8a3d729 user: mistachkin tags: tip-440, tclPlatformEngine | |
| 14:02 | merge novem check-in: 89e10bd16d user: dgp tags: dgp-refactor | |
| 14:00 | merge trunk check-in: 64de9dbe17 user: jan.nijtmans tags: tip-439, semver | |
| 13:57 | Start implementing TCL_NO_DEPRECATED part of TIP #439 check-in: dc5fcbf41c user: jan.nijtmans tags: tip-439, semver | |
| 13:55 | Complete merge trunk check-in: f91d733b36 user: dgp tags: novem | |
| 13:55 | Merge and resolve conflicts. check-in: 449d6ba5f0 user: dgp tags: novem | |
| 13:52 | Partial trunk merge - up to the point where conflicts arise. check-in: 9acc38202e user: dgp tags: novem | |
| 13:08 | [593baa032c] Stop segfault in class destruction with active namespace. check-in: b59cda3924 user: dgp tags: trunk | |
| 13:06 | merge trunk Closed-Leaf check-in: 6ffb1dd1d6 user: dgp tags: bug-593baa032c | |
| 10:46 | Merge zipfs check-in: 95f198c740 user: jan.nijtmans tags: androwish | |
| 10:43 | Merge trunk, upstream fixes to zipfs.c for win32 check-in: 5a56baa405 user: jan.nijtmans tags: zipfs | |
| 10:38 | Fix last bug (hopefully) in this branch, found by test-case safe-14.1 check-in: 02e2b8f776 user: jan.nijtmans tags: tip-439, semver | |
| 09:25 | Merge trunk check-in: 4bc5dee9ef user: jan.nijtmans tags: tip-439, semver | |
|
2016-01-18
| ||
| 15:00 | One more Tcl_GlobalEval() usage. check-in: e33dedc1e1 user: jan.nijtmans tags: trunk | |
| 14:45 | Merge zipfs changes check-in: de2bde86e0 user: jan.nijtmans tags: androwish | |
| 14:33 | Merge trunk check-in: 2241b0449e user: jan.nijtmans tags: zipfs | |
| 14:32 | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecated functions. check-in: 1bfaa8fd18 user: jan.nijtmans tags: trunk | |
| 12:19 | Make function TclDisassembleByteCodeObj() static, since it is only used in a single source file. check-in: fbaa89db16 user: jan.nijtmans tags: trunk | |
| 10:16 | Put the file location information that Tcl has into the disassembled code. Important for tclquadcode... check-in: 7547bd6702 user: dkf tags: trunk | |
| 09:28 | Minor tweaks in documentation/testcases. Don't use deprecated Tcl methods any more check-in: 0524c291ed user: jan.nijtmans tags: zipfs | |
| 06:27 | making some functions NOINLINE (full implementation when the macro shortcuts do not apply) check-in: b5a4260d5f user: msofer tags: mig-opt2-tmp | |
| 06:12 | introduce macros NRE_JUMP and NRE_NEXT to abstract the NRE mechanism, previous to introducing an alt... check-in: ea7d514026 user: msofer tags: mig-opt2-tmp | |
|
2016-01-16
| ||
| 11:17 | elim stray refs to removed macro check-in: e3b25c6b3c user: msofer tags: mig-opt2 | |
| 10:30 | remove empty macro check-in: 1faa6f11f2 user: msofer tags: mig-opt2 | |
| 10:17 | TODO; removed old NRE_callback memory model check-in: 2e5c2388ed user: msofer tags: mig-opt2 | |
| 02:52 | TODO check-in: af567261ef user: msofer tags: mig-opt2 | |
|
2016-01-15
| ||
| 00:39 | Add docs and tests. check-in: 767fb963f3 user: mistachkin tags: tip-440, tclPlatformEngine | |
|
2016-01-14
| ||
| 23:55 | Add the tcl_platform(engine) element, TIP to be written. check-in: 1d66076dc4 user: mistachkin tags: tip-440, tclPlatformEngine | |
| 03:46 | remove tips #280 and #348 check-in: 2dc35ab4a6 user: msofer tags: mig-opt2 | |
| 03:44 | TODO Closed-Leaf check-in: 540aebde6c user: msofer tags: mig-opt2-tmp | |
| 03:37 | remove callback in for/while, was required for tip 280 check-in: 62d0f684a5 user: msofer tags: mig-opt2-tmp | |
|
2016-01-12
| ||
| 23:46 | fixing the last bug: command compiler returning TCL_ERROR and bailing out check-in: 6962035205 user: msofer tags: mig-opt2-tmp | |
| 21:09 | re-enable optimisation, accidentally disabled check-in: b55113ad7a user: msofer tags: mig-opt2-tmp | |
| 21:07 | fix off-by-one error check-in: 4380f23d29 user: msofer tags: mig-opt2-tmp | |
| 21:06 | fix comment check-in: 9174125163 user: msofer tags: mig-opt2-tmp | |
| 19:03 | Reconciled the inner workings of the core_zip_vfs and zipfs branch of Tcl core_zip_vfs now uses the... check-in: 6994528405 user: hypnotoad tags: core_zip_vfs | |
| 12:20 | fix expr-old.test errors check-in: 2648db35c4 user: msofer tags: mig-opt2-tmp | |
| 02:11 | small bug fix check-in: c4d364ef3b user: msofer tags: mig-opt2-tmp | |
|
2016-01-11
| ||
| 22:40 | fixing a few bugs check-in: 23f0616b7a user: msofer tags: mig-opt2-tmp | |
| 17:59 | still some errors, but now valgrind-clean check-in: 4e6d502d25 user: msofer tags: mig-opt2-tmp | |
| 00:49 | no-280 branch, it still has many errors check-in: ede41c1946 user: msofer tags: mig-opt2-tmp | |
|
2016-01-09
| ||
| 23:04 | Merge zipfs check-in: a1b7730546 user: jan.nijtmans tags: androwish | |
| 23:02 | Merge trunk. Update documentation check-in: 2b101690e0 user: jan.nijtmans tags: zipfs | |
|
2016-01-08
| ||
| 14:48 | merge trunk check-in: efa992a355 user: dgp tags: bug-593baa032c | |
|
2016-01-07
| ||
| 11:33 | Fix [f01d74dc8c]: DEFAULT_COPY_BLOCK_SIZE has incorrect value check-in: 021e073bf0 user: jan.nijtmans tags: trunk | |
|
2016-01-06
| ||
| 13:16 | Fix determination of TCL_WIN_VERSION for manifest: Didn't take the semantic version into account yet... check-in: 67e325a906 user: jan.nijtmans tags: tip-439, semver | |
| 11:46 | Merge trunk. If TCL_NO_DEPRECATED is defined, make all internal stub funcions MODULE_SCOPE check-in: 89443c0c3d user: jan.nijtmans tags: tip-439, semver | |
| 11:21 | merge trunk check-in: d7b35684b9 user: jan.nijtmans tags: novem | |
| 11:15 | Fix win32 mingw 32-bit build, bug was introduced by [c397433be321e6d9] (wrong zlib1.dll was copied) check-in: fae4d82205 user: jan.nijtmans tags: trunk | |
|
2016-01-02
| ||
| 23:42 | More 8.6 -> 8.7 check-in: 4eff56a3a9 user: jan.nijtmans tags: tip-439, semver | |
| 21:41 | merge trunk. Fix versioning on OSX check-in: 6916f383c6 user: jan.nijtmans tags: tip-439, semver | |
|
2016-01-01
| ||
| 17:46 | Document the Tcl_CancelEval function correctly. It was missing its second argument, making using it ... check-in: cf573224a6 user: dkf tags: trunk | |
| 16:53 | Make al zipfs command Tcl_Obj-based check-in: 41dc66bdbd user: jan.nijtmans tags: androwish | |
| 16:50 | Make al zipfs command Tcl_Obj-based check-in: 23f846eec3 user: jan.nijtmans tags: zipfs | |
|
2015-12-22
| ||
| 20:49 | merge 8.5 check-in: 6083abf393 user: dgp tags: core-8-5-19-rc | |
| 19:50 | [593baa032c] Additional fix for the mixinSubs list. check-in: 13d2b84536 user: dgp tags: bug-593baa032c | |
| 18:27 | [593baa032c] Possible fix (with test) for segfault in superclass teardown. check-in: 9a6b136330 user: dgp tags: bug-593baa032c | |
| 11:41 | First shot at documentation check-in: 5cfbc97755 user: jan.nijtmans tags: androwish | |
| 11:39 | first shot at documentation check-in: a6c364d166 user: jan.nijtmans tags: zipfs | |
| 09:29 | Zipfs_Mount -> Tclzipfs_Mount, it doesn't really matter which one is used. check-in: d8f7fc7aea user: jan.nijtmans tags: androwish | |
| 09:15 | More test-cases check-in: a922051327 user: jan.nijtmans tags: androwish | |
| 09:11 | Remove TIP #414 fragment, not strictly needed for the zipfs TIP. Add more zipfs test-cases check-in: 6f0bc11040 user: jan.nijtmans tags: zipfs | |
|
2015-12-21
| ||
| 21:26 | USE_TCL_STUBS is not defined anyway check-in: 7f62bae0a1 user: jan.nijtmans tags: androwish | |
| 21:25 | USE_TCL_STUBS is not defined anyway check-in: 81f13c504b user: jan.nijtmans tags: zipfs | |
| 15:31 | Start with a few simple basic test-cases check-in: 9eb6257fb7 user: jan.nijtmans tags: androwish | |
| 15:21 | Start with a few simple basic test-cases check-in: 0805686e2a user: jan.nijtmans tags: zipfs | |
| 14:03 | merge-mark check-in: 9c0308bebf user: jan.nijtmans tags: androwish | |
| 14:01 | Eliminate all use of ZIPFS_IN_TCL check-in: 9fc880225c user: jan.nijtmans tags: zipfs | |
| 12:44 | Fix android compilation (zipfsFilesystem.loadFileProc is a constant, so it cannot be written) check-in: 6b082986a9 user: jan.nijtmans tags: androwish | |
| 12:43 | Fix android compilation (zipfsFilesystem.loadFileProc is a constant, so it cannot be written) check-in: af376b3bcd user: jan.nijtmans tags: zipfs | |
| 12:30 | Make zipfsFilesystem MODULE_SCOPE everywhere check-in: 43f121316b user: jan.nijtmans tags: androwish | |
| 12:03 | Make zipfs.c compile warning-free on Visual Studio check-in: 2ee3694824 user: jan.nijtmans tags: androwish | |
| 11:59 | Finally, make it compile warning-free using Visual Studio, if ZIPFS_IN_TCL is defined check-in: 69bae2a1d6 user: jan.nijtmans tags: zipfs | |
| 11:29 | Make it compile warning-free with MSVC compiler (VS2013, at least). Other tweaks. check-in: 529e3711b6 user: jan.nijtmans tags: zipfs | |
| 11:09 | fix handling of string interface - segfault that did not happen under varlgrind or gdb (?) check-in: 40e8a44dbc user: msofer tags: mig-opt2 | |
| 10:56 | Code clean up from trunk. No functional change. check-in: dd71ba2858 user: jan.nijtmans tags: androwish | |
| 10:49 | CONST -> const check-in: db8b77ff24 user: jan.nijtmans tags: zipfs | |
| 10:41 | plugging leaks, valgrind happy check-in: ce23f68317 user: msofer tags: mig-opt2 | |
| 10:38 | Merge trunk. Remove utf-32 encoding, will not be part of the "zipfs" TIP. check-in: 6cd30f2bcc user: jan.nijtmans tags: zipfs | |
| 10:27 | Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types like re_void any more. No... check-in: 83897e067a user: jan.nijtmans tags: trunk | |
| 10:03 | Undo more Android-specific changes, which don't form part of Zipfs, as further preparation for Zipfs... check-in: 1836eee8f2 user: jan.nijtmans tags: zipfs | |
| 09:31 | Start of "zipfs" branch, meant for keeping track of the proposed changes for a new TIP. Remove some ... check-in: f454ea8e02 user: jan.nijtmans tags: zipfs | |
| 09:16 | Put back the stub entries for TclpGetDate/TclpLocaltime/TclpGmtime. Although those functions are dea... check-in: 2805b1a08c user: jan.nijtmans tags: androwish | |
|
2015-12-20
| ||
| 19:48 | remove interp->result and all supporting code; remove other deprecated apis check-in: 0f3e580e52 user: msofer tags: mig-opt2 | |
|
2015-12-18
| ||
| 15:41 | Make symbols which are deprecated MODULE_SCOPE, if the flag TCL_NO_DEPRECATED is specified check-in: 1ca3bdd080 user: jan.nijtmans tags: tip-439, semver | |
| 12:54 | removed [case] check-in: 2b2aec4e7a user: msofer tags: mig-opt2 | |
| 12:39 | upstream androwish change check-in: 786f147e7a user: jan.nijtmans tags: androwish | |
| 12:38 | adding a TODO list check-in: 684250e0ae user: msofer tags: mig-opt2 | |
| 12:28 | merge trunk check-in: 6def89fffa user: msofer tags: mig-opt2 | |
| 12:22 | merge trunk check-in: 1b3e5ac271 user: msofer tags: mig-opt2 | |
|
2015-12-17
| ||
| 15:23 | Minor tweaks on ZIPFS_IN_TCL check-in: f4690c201b user: jan.nijtmans tags: androwish | |
| 12:04 | minor tweaks for MSVC check-in: 5c6069be75 user: jan.nijtmans tags: androwish | |
|
2015-12-16
| ||
| 16:25 | Clean-up: Remove Tcl_FindHashEntry/Tcl_CreateHashEntry symbols/stub entries, as those two functions ... check-in: 9df3e71344 user: jan.nijtmans tags: novem | |
| 15:18 | remove unnecessary Tclzipfs defines in tclStubInit.c check-in: 85fa957291 user: jan.nijtmans tags: androwish | |
| 13:37 | No need for more than tcl.h in zipfs.h check-in: 3421ac5d9b user: jan.nijtmans tags: androwish | |
| 13:26 | Remove zipfs symbols from stub table. Those symbols should be exported as-is, without using the stub... check-in: 9bac0a5731 user: jan.nijtmans tags: androwish | |
| 13:21 | merge trunk check-in: fe902d33b2 user: jan.nijtmans tags: androwish | |
|
2015-12-15
| ||
| 15:45 | merge trunk check-in: 109ae983c0 user: jan.nijtmans tags: novem | |
| 15:16 | Different solution to the tailcall impact on -errorinfo. Leaf check-in: 8b9329b30e user: dgp tags: dgp-tailcall-errorinfo-alt | |
| 14:40 | Suppress additions to the -errorinfo from a tailcall-invoked command. Leaf check-in: 523734993c user: dgp tags: dgp-tailcall-errorinfo | |
| 13:22 | Merge trunk. Fix configure scripts: dot should be part of TCL_PATCH_LEVEL check-in: 63b129366e user: jan.nijtmans tags: tip-439, semver | |
| 13:19 | Remove unused static function definition check-in: c5394a312b user: jan.nijtmans tags: trunk | |
| 11:13 | make some MODULE_SCOPE symbols static check-in: 3c36ca4be3 user: jan.nijtmans tags: trunk | |
| 10:33 | Eliminate AuxDataType table: since this table only contains 4 constant entries, it is overkill to us... check-in: ae32969212 user: jan.nijtmans tags: trunk | |
| 09:31 | Merge trunk. Upstream zipfs change check-in: a4e8495e3b user: jan.nijtmans tags: androwish | |
|
2015-12-12
| ||
| 20:02 | remove support for obsolete 8.4 bytecodes check-in: 65e9ef3d6c user: msofer tags: mig-opt2 | |
| 19:45 | remove trampoline bounces: invoke commands directly from tebc check-in: aafed8fdb6 user: msofer tags: mig-opt2 | |
| 15:18 | incorporate limit checks into TclInterpReady check-in: 9e4402076e user: msofer tags: mig-opt2 | |
| 14:57 | removing useless trampoline bounces in cmd dispatch; added comments to README.opt2 check-in: 2115f0cd8d user: msofer tags: mig-opt2 | |
| 11:54 | Issue the correct auxType when compiling [array set]. check-in: 4ba93f8156 user: dkf tags: trunk | |
|
2015-12-11
| ||
| 22:56 | Merge trunk. Upstream androwish changes check-in: 62263368e1 user: jan.nijtmans tags: androwish | |
| 22:27 | merge trunk check-in: 066ad731b4 user: msofer tags: empty-bodies | |
| 21:51 | transforming the NRE stack from a linked list to a real stack check-in: f7809e02ac user: msofer tags: mig-opt2 | |
| 21:42 | code reordering, no func changes Leaf check-in: 2bdd045a21 user: msofer tags: mig-nre-mods | |
| 21:21 | fix segfault on invokhidden - faulty adaptation at last merge check-in: e5736a79d1 user: msofer tags: mig-nre-mods | |
| 15:55 | transforming the NRE stack from a linked list to a real stack; incomplete check-in: bf2e0e30c5 user: msofer tags: mig-nre-mods | |
| 13:37 | merge drh-micro-optimization check-in: c525cb589a user: msofer tags: mig-opt2 | |
| 13:23 | merge trunk check-in: 02b4fa0e2e user: msofer tags: drh-micro-optimization | |
| 13:17 | merge trunk check-in: b1772595c6 user: msofer tags: mig-opt2 | |
| 10:19 | merge trunk check-in: 3da32b644c user: jan.nijtmans tags: novem | |
| 10:18 | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 38e14f6cc3 user: jan.nijtmans tags: trunk | |
| 10:13 | Fix [c9eb6b0ac01bb8ef96a616c71426a3db4a279bec|c9eb6b0ac0]: ConvertLocalToUTCUsingC fails the first t... check-in: 0201d51279 user: jan.nijtmans tags: core-8-5-branch | |
| 09:29 | Bug in tclPkg.c, use semantic version in more places., but don't use "+" syntax yet. check-in: 547de1eb85 user: jan.nijtmans tags: tip-439, semver | |
| 08:51 | revert some unintentional changes check-in: a33f7202a8 user: jan.nijtmans tags: tip-439, semver | |
| 08:43 | Experiments with [http://semver.org/|Semantic Versioning] in Tcl. (Don't look!) check-in: 32379be1ed user: jan.nijtmans tags: tip-439, semver | |
|
2015-12-10
| ||
| 13:38 | merge 8.5 check-in: 5c0dea0563 user: dgp tags: core-8-5-19-rc | |
|
2015-12-09
| ||
| 18:15 | comments check-in: 1ca12b8ba9 user: msofer tags: mig-opt2 | |
| 18:08 | new branch for experimental mods check-in: 21276302ce user: msofer tags: mig-opt2 | |
| 10:20 | Merge trunk. Upstream zipfs change check-in: 8bd037c973 user: jan.nijtmans tags: androwish | |
|
2015-12-02
| ||
| 11:30 | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 6b5e1dd52c user: jan.nijtmans tags: trunk | |
| 11:02 | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, compiling without SDK works... check-in: 99d1b1e43c user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-30
| ||
| 20:45 | merge novem check-in: 11442a0d95 user: dgp tags: dgp-refactor | |
| 20:24 | merge trunk check-in: 96aa9dc40d user: dgp tags: novem | |
| 18:38 | merge 8.5 check-in: 8a9733553a user: dgp tags: core-8-5-19-rc | |
| 18:24 | [32c5740a4d] Have Tcl_ListObjReplace() try to use realloc() for growing when it can do so. check-in: a467b03d94 user: dgp tags: trunk | |
| 07:37 | merge trunk check-in: 8fd9093772 user: jan.nijtmans tags: androwish | |
|
2015-11-26
| ||
| 12:04 | merge trunk check-in: c6eb9d67c7 user: jan.nijtmans tags: novem | |
| 12:01 | On cygwin, install libtcl8.6.dll.a in the {prefix}/lib directory. On win32, don't create empty {pref... check-in: 687b1c51e7 user: jan.nijtmans tags: trunk | |
| 11:46 | On cygwin, install libtcl8.5.dll.a in the {prefix}/lib directory. On win32, don't create empty {pre... check-in: e6f04b2957 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-25
| ||
| 21:07 | merge trunk check-in: 463fcfbc88 user: jan.nijtmans tags: androwish | |
|
2015-11-24
| ||
| 15:09 | Fix comments at the top of the *.decls files, which are not correct any more for a long long time check-in: cd9bab60a6 user: jan.nijtmans tags: trunk | |
| 15:05 | Fix comments at the top of the *.decls files, which are not correct any more for a long long time. check-in: 6806cf0510 user: jan.nijtmans tags: core-8-5-branch | |
| 09:19 | Merge trunk. Use "tcl9" in stead of "tcl8" in various Makefiles, which (finally) allows to remove th... check-in: 577ce89a59 user: jan.nijtmans tags: novem | |
| 09:00 | Make ::tcl::tm::roots work for alpha/beta Tcl releases. (backported from "novem", will be needed any... check-in: b8172944cb user: jan.nijtmans tags: trunk | |
|
2015-11-22
| ||
| 21:03 | Merge trunk check-in: c04ab9a276 user: jan.nijtmans tags: drh-micro-optimization | |
| 21:02 | Cherrypick [812a81812ebf89d2416059d45fabd27e45603f5e|812a81812e]: Turn off NRE asserts by default. A... check-in: 54583ab6ca user: jan.nijtmans tags: trunk | |
| 16:06 | merge trunk check-in: 4b32a88752 user: jan.nijtmans tags: androwish | |
|
2015-11-21
| ||
| 22:22 | [3d96b7076e] Prevent crashes when destroying an object's class inside a method call. check-in: 3a5e60f35a user: dkf tags: trunk | |
| 12:43 | REVIEW: avoid doing the full TEBC dance for empty bodies check-in: 68801e59cb user: msofer tags: empty-bodies | |
|
2015-11-20
| ||
| 16:59 | Tcl_ListObjReplace() early out when > LIST_MAX attempted. check-in: cc23ca23e0 user: dgp tags: trunk | |
| 16:58 | [3293874] Simplified fix (not backport). Also detect >LIST_MAX early. check-in: a2c1ec0241 user: dgp tags: core-8-5-branch | |
| 16:42 | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: fe18292f8d user: dgp tags: trunk | |
| 15:47 | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. check-in: 0ff70f4013 user: dgp tags: core-8-5-branch | |
|
2015-11-18
| ||
| 08:53 | Merge trunk check-in: 49ac7413f0 user: jan.nijtmans tags: androwish | |
|
2015-11-17
| ||
| 17:07 | Spanish translation of example corrected check-in: 8baf95e6fa user: oehhar tags: core-8-5-branch | |
| 17:01 | Spanish translation of example corrected check-in: 6e11288d6a user: oehhar tags: trunk | |
|
2015-11-16
| ||
| 10:55 | Fix --enable-symbols build on Cygwin. Reported by François Vogel check-in: bd5464f13d user: jan.nijtmans tags: trunk | |
| 10:32 | Fix --enable-symbols build on Cygwin. Reported by François Vogel check-in: 2de2bdc2f3 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-14
| ||
| 21:37 | merge trunk check-in: 162ccba25d user: jan.nijtmans tags: androwish | |
|
2015-11-13
| ||
| 08:42 | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken over from SQLite: Fix uses ... check-in: 2ae64b3400 user: jan.nijtmans tags: trunk | |
| 08:40 | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken over from SQLite: Fix uses ... check-in: 642858bfbe user: jan.nijtmans tags: core-8-5-branch | |
|
2015-11-11
| ||
| 20:25 | *** ABANDONED - see branch mig-opt2 *** simplify, avoid using PATHS before init, (partial) soluti... Closed-Leaf check-in: 89be6a5ae0 user: msofer tags: mig-optimize | |
| 16:09 | Patches by Christian Werner, supporting TCL_UTF_MAX=6 on Windows. Doesn't work yet, but it's a start... Closed-Leaf check-in: 6306082702 user: jan.nijtmans tags: werner-utf_max=6 | |
| 09:56 | Remove unused calculation of the result set size from TclCreateSocketAddress() check-in: 9252ca9944 user: max tags: trunk | |
|
2015-11-10
| ||
| 16:34 | [261a8a79f0] Integer overflow leads to segfault. check-in: a03fee273c user: dgp tags: trunk | |
| 16:31 | [261a8a79f0] Integer overflow leads to segfault. check-in: 8303249388 user: dgp tags: core-8-5-branch | |
| 04:33 | new optimizer (give up on moving bytecodes on this branch); there is still a problem evidenced when ... check-in: 496d4b3780 user: msofer tags: mig-optimize | |
|
2015-11-05
| ||
| 16:44 | merge trunk check-in: 623a8ff73b user: msofer tags: mig-optimize | |
| 16:38 | restore safety measure (stupidly disabled in 7cce33b) check-in: 4ceb5c2ba8 user: msofer tags: mig-optimize | |
| 01:48 | merge trunk; partial while hunting for a merge bug - updated to 2015-05-18 check-in: 26f9bf8072 user: msofer tags: mig-optimize | |
|
2015-11-04
| ||
| 23:22 | clearer code in compacter; allocate NEW on the heap to avoid blowing the stack check-in: 9d75e548b4 user: msofer tags: mig-optimize | |
|
2015-11-03
| ||
| 13:13 | better handle out-of-memory conditions in ZIP filesystem hard-wire initial encoding on Android to UT... check-in: 5057cf8f6e user: jan.nijtmans tags: androwish | |
|
2015-11-01
| ||
| 22:22 | merge trunk check-in: 98de731774 user: jan.nijtmans tags: novem | |
| 22:04 | Merge trunk. Added comments in ZIP filesystem (no functional changes) check-in: 85da42b3eb user: jan.nijtmans tags: androwish | |
|
2015-10-29
| ||
| 13:12 | merge 8.5 check-in: 8827f74f0a user: dgp tags: core-8-5-19-rc | |
|
2015-10-28
| ||
| 21:15 | make genstubs check-in: 65e6468f5d user: dkf tags: trunk | |
| 21:15 | Expose some of the TclBN operations through the internal API, so clients of the bignum code don't ne... check-in: a92c7695c6 user: dkf tags: trunk | |
| 09:04 | merge trunk check-in: 8d6b22d79d user: jan.nijtmans tags: androwish | |
|
2015-10-27
| ||
| 23:17 | Merge tzdata2015g from ietf check-in: be13854a36 user: venkat tags: novem | |
| 23:16 | Merge tzdata2015g from ietf check-in: 1fb5035d65 user: venkat tags: trunk | |
| 23:16 | Update to tzdata2015g from ietf check-in: c2b3385e7d user: venkat tags: core-8-5-branch | |
| 22:09 | Chisel 1% from the TclOO object creation μbenchmark. check-in: 7bb78032e9 user: dkf tags: drh-micro-optimization | |
|
2015-10-26
| ||
| 07:23 | merge trunk check-in: 87457454c8 user: dkf tags: core_zip_vfs | |
| 07:22 | Added some TclOO microbenches. check-in: d71aaf008e user: dkf tags: drh-micro-optimization | |
| 04:02 | Merged with trunk, fixes to allow builds outside of the tcl/unix|win directory check-in: 8ac6e104b9 user: hypnotoad tags: core_zip_vfs | |
|
2015-10-25
| ||
| 22:59 | merge trunk check-in: 95e73bf9ea user: jan.nijtmans tags: androwish | |
| 22:49 | merge trunk check-in: 3abb0f3415 user: jan.nijtmans tags: novem | |
| 22:47 | re-generate "configure", both for unix and win check-in: 896624cfd4 user: jan.nijtmans tags: trunk | |
| 22:45 | re-generate "configure", both for unix and win check-in: 24c5950e85 user: jan.nijtmans tags: core-8-5-branch | |
| 21:25 | merge trunk check-in: 474e240358 user: dkf tags: drh-micro-optimization | |
| 21:23 | Higher-level microoptimizations for [clock format]. check-in: fc7f47d84c user: dkf tags: drh-micro-optimization | |
| 20:14 | Merge trunk check-in: 2b2578b68d user: jan.nijtmans tags: androwish | |
| 19:41 | Remove use of HAVE_USLEEP. It isn't use anywhere any more check-in: fc1ece2983 user: jan.nijtmans tags: trunk | |
| 19:39 | Remove use of HAVE_USLEEP. It isn't use anywhere any more. check-in: 4ef9cb7383 user: jan.nijtmans tags: core-8-5-branch | |
| 18:13 | Avoid isnan call to make double-using code faster. check-in: 36a49ddb3f user: pspjuth tags: drh-micro-optimization | |
| 10:57 | Allow tuning of the number of iterations in the micro-opt loops. check-in: 2b59399d38 user: dkf tags: drh-micro-optimization | |
| 00:57 | Added drh's analysis wrapper script so that we don't need to keep private copies. check-in: 2f4be1fbdc user: dkf tags: drh-micro-optimization | |
| 00:20 | Added another micro-opt case: [clock]. check-in: 5fced0dfc8 user: dkf tags: drh-micro-optimization | |
|
2015-10-24
| ||
| 21:52 | (by drh) micro-opt of INST_LOAD_SCALAR1 (the hottest instruction) in the non-varLink (most frequent)... check-in: d054a5c345 user: msofer tags: drh-micro-optimization | |
| 19:00 | merge trunk check-in: 5f38830914 user: dkf tags: drh-micro-optimization | |
| 19:00 | Added one of the micro-opt test cases. check-in: c60a364c43 user: dkf tags: drh-micro-optimization | |
| 18:59 | Make the async-interrupt tests work more reliably. check-in: a921e888d6 user: dkf tags: drh-micro-optimization | |
| 16:02 | A more lenient test; different platforms are more diverse in their correct output. check-in: 918f81d2fe user: dkf tags: trunk | |
| 16:01 | A more lenient test; different platforms are more diverse in their correct output. check-in: a876e488c6 user: dkf tags: core-8-5-branch | |
| 07:50 | merge trunk check-in: 3dda2d487a user: jan.nijtmans tags: novem | |
| 07:43 | Bring back regexp to what it was in latest release. This is the correct fix for the problem noted by... check-in: 6bad37c04c user: jan.nijtmans tags: trunk | |
| 07:40 | Bring back regexp to wat it was in latest release. This is the correct fix for kbk's attempt. check-in: e83c1de850 user: jan.nijtmans tags: core-8-5-branch | |
| 02:37 | merge changes from pspjuth that optimize conversion from unichar to utf and add optimized versions f... check-in: e99a79a326 user: kbk tags: drh-micro-optimization | |
|
2015-10-23
| ||
| 22:46 | merge trunk check-in: 501e1a7d69 user: dkf tags: drh-micro-optimization | |
| 22:44 | Mend problems with [platform::identify] formatting. check-in: dd419aacf2 user: dkf tags: trunk | |
| 22:39 | combine divergence check-in: cc08c8fca0 user: dkf tags: core-8-5-branch | |
| 22:30 | Ensure that at lease the format of the output of the platform package's commands is consistently par... check-in: dea61307d2 user: dkf tags: core-8-5-branch | |
| 22:29 | Correct bad regexp in platform::identify that causes it to return incorrect results everywhere. check-in: 023464df7e user: kbk tags: core-8-5-branch | |
| 21:52 | Knock perhaps 1% off execution time: guard on TclAsyncReady more efficient when decrementing to zero... check-in: a9b4bf802b user: dkf tags: drh-micro-optimization | |
| 15:21 | autoconf-2.59 check-in: 1242c53778 user: dgp tags: core-8-5-19-rc | |
| 15:00 | merge 8.5 check-in: 09560d25ca user: dgp tags: core-8-5-19-rc | |
| 14:59 | merge mark check-in: 1b40769a10 user: dgp tags: trunk | |
| 14:57 | Backout of failed attempt to fix [32ae34e63a] got checked into wrong branch. check-in: ffa88687f8 user: dgp tags: core-8-5-branch | |
| 14:30 | Bump to release number 8.5.19 check-in: 7ac846aa55 user: dgp tags: core-8-5-19-rc | |
| 12:52 | Make test clock-67.4 time zone independent. Bug [4a0c163d24] check-in: 3fdcaf2b64 user: oehhar tags: trunk | |
| 08:52 | merge trunk check-in: 180d7786fc user: jan.nijtmans tags: androwish | |
| 08:13 | Merge trunk check-in: d68de1f600 user: jan.nijtmans tags: androwish | |
| 08:12 | Change "clock scan/format -format %x -locale current" output on msgcat locale change. Bug [4a0c163d2... check-in: 5855bdf4a8 user: oehhar tags: trunk | |
| 08:08 | New test for clock scan, test numbering corrected Closed-Leaf check-in: 6c5184f499 user: oehhar tags: bug-4a0c163d24 | |
|
2015-10-22
| ||
| 21:06 | Open the release candidate branch for Tcl 8.5.19. Updated changes file. check-in: a8244c40c3 user: dgp tags: core-8-5-19-rc | |
| 14:07 | fix typo in micro-optimization TclpInitThreadAlloc check-in: 1b71628a42 user: kbk tags: drh-micro-optimization | |
| 01:00 | Turn off NRE asserts by default. About a 5% speedup on [clock format]. check-in: 812a81812e user: dkf tags: drh-micro-optimization | |
|
2015-10-21
| ||
| 23:30 | Micro-optimization: remove double checked lock from TclGetAllocCache in favour of initialization in ... check-in: fdbf64dc50 user: kbk tags: drh-micro-optimization | |
| 20:30 | Change "clock format -format %x -locale current" output on msgcat locale change [4a0c163d24] check-in: e5bf4e6084 user: oehhar tags: bug-4a0c163d24 | |
| 20:18 | Further cleanup and enhancements. Closed-Leaf check-in: e53cd46a2a user: mistachkin tags: bug-57945b574a, tip-435 | |
| 19:47 | Add macro magic for non-threaded builds. check-in: 36666aee4c user: mistachkin tags: bug-57945b574a, tip-435 | |
| 19:11 | Add experimental Tcl_SetMutexWaitProc public API. check-in: 74d995560a user: mistachkin tags: bug-57945b574a, tip-435 | |
| 17:02 | Merge updates from trunk. check-in: 6e776b8e33 user: mistachkin tags: bug-57945b574a, tip-435 | |
| 14:10 | [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane o... check-in: 497b93405b user: dgp tags: trunk | |
| 13:50 | [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements contributed from Tom Lane o... check-in: 01bd72a637 user: dgp tags: core-8-5-branch | |
| 13:35 | Adapted new tests contributed from Tom Lane @postgres. Closed-Leaf check-in: c5a456b3e5 user: dgp tags: tgl-pg-re | |
|
2015-10-20
| ||
| 20:21 | Adaptation of most of the re-mopup.patch from Tom Lane @ postgress. Still should add the new tests. check-in: 8dd308bfed user: dgp tags: tgl-pg-re | |
| 19:53 | Adaptation of re-memaccounting.patch from Tom Lane @postgres. check-in: 770f0e7907 user: dgp tags: tgl-pg-re | |
| 19:21 | Adaptation of re-better-pushpull.patch from Tom Lane @postgres check-in: e874618c2c user: dgp tags: tgl-pg-re | |
| 18:32 | Adaptation of re-better-fixempties.patch from Tom Lane @ postgres. check-in: 0e00472f54 user: dgp tags: tgl-pg-re | |
|
2015-10-19
| ||
| 19:32 | Adaptation of re-oNsquared.patch from Tom Lane @ postgres. check-in: c0175b254e user: dgp tags: tgl-pg-re | |
| 17:42 | Adaptation of the patch re-fixconstraintloops.patch from http://www.postgresql.org/message-id/19394.... check-in: 1723e1aed1 user: dgp tags: tgl-pg-re | |
| 14:07 | [154f0982f2] Document that Tcl_NewObjectInstance() really needs to make a namespace. check-in: 2327af6915 user: dkf tags: trunk | |
| 13:52 | typo in comment. Eliminate unnecessary end-of-line spacing. check-in: a3acef607b user: jan.nijtmans tags: trunk | |
| 12:53 | merge trunk check-in: 71504dd6f0 user: jan.nijtmans tags: novem | |
|
2015-10-18
| ||
| 10:48 | merge trunk check-in: 3b64aa38e6 user: jan.nijtmans tags: androwish | |
| 10:34 | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details, see [ba44e415a0]: Use ... check-in: ebfd1b23cb user: jan.nijtmans tags: trunk | |
| 10:31 | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details, see [ba44e415a0]: Use... check-in: 6c765efe9d user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-17
| ||
| 07:21 | Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive event handling in Andr... Closed-Leaf check-in: 934cfb547e user: jan.nijtmans tags: bug-ba44e415a0 | |
|
2015-10-14
| ||
| 19:04 | Merge trunk check-in: 673129da3d user: jan.nijtmans tags: androwish | |
|
2015-10-12
| ||
| 11:29 | Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 19e0bd474e user: jan.nijtmans tags: trunk | |
| 09:57 | Various build fixes, when using Cygwin shell in combination with native MinGW compiler. Contributed ... check-in: 35d4987be5 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-10
| ||
| 12:38 | merge-mark check-in: 6e5bffab10 user: jan.nijtmans tags: trunk | |
| 12:37 | Fix minor msvc compiler warning in tclWinFile.c check-in: 36edaf9df1 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-09
| ||
| 19:11 | merge trunk check-in: 4cc09d6a51 user: jan.nijtmans tags: androwish | |
| 14:41 | Make autoconf > 2.59 work warning-free check-in: 014ebbcf3c user: jan.nijtmans tags: trunk | |
| 14:40 | Make autoconf > 2.59 work warning-free check-in: 2a07a0242f user: jan.nijtmans tags: core-8-5-branch | |
| 13:30 | Tcl/OpenBSD/Sparc needs -fPIC. check-in: 927e42e20c user: stwo tags: core-8-5-branch | |
| 13:18 | Tcl/OpenBSD/Sparc needs -fPIC. check-in: 4e04900d36 user: stwo tags: trunk | |
|
2015-10-08
| ||
| 15:04 | merge novem check-in: 41fe760982 user: dgp tags: dgp-refactor | |
| 14:50 | merge trunk check-in: b0cb5f5c4d user: jan.nijtmans tags: novem | |
| 14:41 | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as appropriate, as already do... check-in: efcf56ba11 user: jan.nijtmans tags: trunk | |
| 12:10 | merge novem check-in: 4a06b73154 user: dgp tags: dgp-refactor | |
| 11:56 | merge trunk check-in: 2966e63a7f user: dgp tags: novem | |
|
2015-10-07
| ||
| 13:34 | Fix [8587cb648c445f7]: clock default format incorrect check-in: dac4147f72 user: jan.nijtmans tags: trunk | |
| 13:32 | Fix [8587cb648c445f7]: clock default format incorrect check-in: 5032bcf218 user: jan.nijtmans tags: core-8-5-branch | |
| 13:14 | Where "interp" is only used for error-reporting, it can be allowed to be NULL. This should fix [5da2... check-in: 5034c136a8 user: jan.nijtmans tags: trunk | |
| 09:00 | merge trunk check-in: c1a52531aa user: jan.nijtmans tags: tip-389-impl | |
| 08:40 | Fix surrogate handling in PrintSourceToObj(), differenciating for TCL_UTF_MAX = 6 (androwish) and T... check-in: 7f398eb5b4 user: jan.nijtmans tags: trunk | |
| 07:23 | merge trunk check-in: 2abe926465 user: jan.nijtmans tags: androwish | |
|
2015-10-06
| ||
| 14:49 | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: 481cc1a100 user: jan.nijtmans tags: trunk | |
| 14:25 | Fix [b42a851475]: file normalize ~user returns wrong directory on Windows check-in: d0d427004f user: jan.nijtmans tags: core-8-5-branch | |
| 10:50 | merge trunk check-in: 231c2f1237 user: jan.nijtmans tags: androwish | |
| 09:46 | merge trunk check-in: 39cfe7065f user: jan.nijtmans tags: novem | |
| 09:36 | Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 7491c25e44 user: jan.nijtmans tags: trunk | |
| 09:19 | Revise content of generate win/tclConfig.sh: Make sure that all entries use windows paths with forwa... check-in: 6416871fda user: jan.nijtmans tags: core-8-5-branch | |
| 08:21 | Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 7302585809 user: jan.nijtmans tags: trunk | |
| 08:18 | Double '[' and ']', otherwise re-generating "configure" doesn't give the expected result. check-in: 07a551aef2 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-05
| ||
| 09:26 | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 7f273c5ec7 user: jan.nijtmans tags: trunk | |
| 09:23 | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) always have forward slashes.... check-in: 608d492f3b user: jan.nijtmans tags: core-8-5-branch | |
|
2015-10-04
| ||
| 10:58 | [05489ce335] Constrain broken tests. check-in: 74d7c078c4 user: dkf tags: core-8-5-branch | |
| 10:27 | merge trunk check-in: e58f76013c user: jan.nijtmans tags: novem | |
| 10:20 | Eliminate unnessessary end-of-line spacing. No functional change. check-in: 7caaf52e89 user: jan.nijtmans tags: trunk | |
| 10:10 | Eliminate unnessessary end-of-line spacing. No functional change. check-in: c8dd06d2fa user: jan.nijtmans tags: core-8-5-branch | |
| 09:42 | merge trunk check-in: 0c13cf11bf user: jan.nijtmans tags: androwish | |
|
2015-10-01
| ||
| 12:10 | merge novem check-in: 61c525a2a6 user: dgp tags: dgp-refactor | |
| 11:18 | Fix signed<->unsigned compare gcc compiler warning. check-in: d89f5f9792 user: jan.nijtmans tags: trunk | |
| 11:04 | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested with the brand-new gcc 5.2... check-in: acd5ab176d user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-30
| ||
| 14:04 | merge trunk check-in: 2ccd40967b user: jan.nijtmans tags: novem | |
| 13:57 | merge trunk check-in: c23e2e76a6 user: jan.nijtmans tags: androwish | |
| 13:45 | Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: c11c32ad31 user: jan.nijtmans tags: trunk | |
| 13:44 | Mutch simpler solution to [219866c1e9]: In stead of filtering out version information from the strin... check-in: aee5640971 user: jan.nijtmans tags: core-8-5-branch | |
| 12:59 | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows check-in: faf762a211 user: jan.nijtmans tags: trunk | |
| 12:57 | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove some unnecessary end-of-li... check-in: 3943bc43df user: jan.nijtmans tags: core-8-5-branch | |
| 11:12 | Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 27dc46e5cb user: jan.nijtmans tags: trunk | |
| 11:11 | Don't limit Universal runtime support VisualStudio version 14 only, future versions will probably ha... check-in: 21698dfbaa user: jan.nijtmans tags: core-8-5-branch | |
| 08:29 | Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version nu... check-in: 46ff66412d user: jan.nijtmans tags: trunk | |
| 08:25 | Fix [b1f19286f0]: for command documentation. Minor addendum to previous commit: Make OS version num... check-in: 71632274f3 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-29
| ||
| 21:20 | merge trunk check-in: 2aa90f5782 user: jan.nijtmans tags: androwish | |
| 08:06 | rebase with novem check-in: 2897092cfa user: jan.nijtmans tags: novem-more-memory-API | |
| 07:56 | merge trunk check-in: 771aa36a1e user: jan.nijtmans tags: novem | |
| 07:48 | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: c2355bf4d3 user: jan.nijtmans tags: trunk | |
| 07:46 | Fix [219866c1e9]: platform::identify: regexp doesn't match platform -> platform 1.0.14 check-in: 8270a202f9 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-28
| ||
| 11:13 | Align comment. Remove some end-of-line spacing. No functional changes. check-in: fad573cac2 user: jan.nijtmans tags: trunk | |
| 11:11 | align comment, no functional change check-in: 47e6a4a635 user: jan.nijtmans tags: core-8-5-branch | |
| 10:58 | Don't use mutex retry mechanism on Android. (problems ???) check-in: 218071d627 user: jan.nijtmans tags: androwish | |
|
2015-09-27
| ||
| 19:54 | merge novem check-in: 7919f734b7 user: dgp tags: dgp-refactor | |
| 12:59 | merge trunk check-in: bd170ad572 user: jan.nijtmans tags: androwish | |
|
2015-09-25
| ||
| 17:12 | merge trunk check-in: e2fac8a6f7 user: jan.nijtmans tags: novem | |
| 16:43 | Backout failed attempt to fix [32ae34e63a]. check-in: 33902c18c2 user: dgp tags: trunk | |
| 16:32 | Backout failed attempt to fix [32ae34e63a]. Closed-Leaf check-in: 0ce0901f7f user: dgp tags: bug-05489ce335 | |
| 10:39 | proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform Closed-Leaf check-in: 616b458e31 user: jan.nijtmans tags: bug-219866c1e9 | |
|
2015-09-24
| ||
| 19:05 | Remove the backport that causes stack balance panics. check-in: aeb89a1f10 user: dgp tags: bug-05489ce335 | |
| 14:43 | Minor simplification and correct TCL_NORETURN decoration check-in: 002c5f56ee user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 14:14 | Merge latest TIP #414 implementation (branch initsubsystems). check-in: 8cde9e363d user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 13:48 | merge trunk check-in: 69fcfc124a user: jan.nijtmans tags: initsubsystems | |
| 11:06 | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: 6da7c01325 user: jan.nijtmans tags: trunk | |
| 10:54 | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea5344f1b0 broke netbsd's t... check-in: f30afc36b5 user: jan.nijtmans tags: core-8-5-branch | |
| 10:03 | merge trunk Closed-Leaf check-in: b65985a504 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 10:01 | merge-mark (almost, just a few cosmetic changes) check-in: 0b3d2ed4aa user: jan.nijtmans tags: trunk | |
| 09:55 | Clean-up tclUnixNotfy.c, restructure it the same as "trunk" version. No functional changes. This wil... check-in: a6517a4eb6 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-09-23
| ||
| 17:29 | Update tests to new ReflectWatch() behavior. check-in: 58d7a51a76 user: dgp tags: trunk | |
| 17:15 | [e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: 59229a9240 user: dgp tags: trunk | |
| 17:07 | [e0a7b3e5f8] Add missing UpdateInterest call in DoRead(). check-in: f2cd284bdc user: dgp tags: core-8-5-branch | |
| 16:58 | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. Mark new t... check-in: 7ecd0b8c8d user: dgp tags: trunk | |
| 16:37 | merge 8.5 Closed-Leaf check-in: 19bcc9ef79 user: dgp tags: bug-e0a7b3e5f8 | |
| 16:29 | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called recursively. check-in: 36198cfb7c user: dgp tags: core-8-5-branch | |
| 16:08 | Update tests to account for changed ReflectWatch behavior. Closed-Leaf check-in: 67c4864f22 user: dgp tags: bug-32ae34e63a | |
| 16:00 | Protect CopyState buffer from conflicting uses when CopyData() is called recursively. Also, have Ref... check-in: 84f5187671 user: dgp tags: bug-32ae34e63a | |
| 13:18 | CopyData() now tolerates recursion enough so that io-53.18 does not segfault. check-in: b932f3d39b user: dgp tags: bug-32ae34e63a | |
| 12:19 | Merge trunk check-in: d58c269d4e user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 11:35 | merge trunk check-in: 35db3f7afb user: jan.nijtmans tags: androwish | |
| 10:42 | Merge trunk check-in: 36541a24b8 user: jan.nijtmans tags: novem | |
| 10:29 | Micro-optimization handling Tcl_Panic(), suggested by D. Richard Hipp. As a side-effect, this is as ... check-in: 4a27b0487a user: jan.nijtmans tags: trunk | |
| 09:40 | WIP check-in: 6b6709c021 user: dgp tags: bug-32ae34e63a | |
|
2015-09-22
| ||
| 20:57 | micro-opt of hash lookups found by drh check-in: 3f693cdfe9 user: msofer tags: trunk | |
| 19:12 | Reboot the bug fix. check-in: 7537710eb2 user: dgp tags: bug-32ae34e63a | |
| 18:24 | merge 8.5 check-in: dc507d0c01 user: dgp tags: bug-32ae34e63a | |
| 15:24 | Decorate Tcl_Panic and Tcl_PanicVA with the noreturn option, alowing further optimizations by the C-... Closed-Leaf check-in: 783aaa7b90 user: jan.nijtmans tags: panic-noreturn | |
| 11:32 | Eliminate compiler warnings for MSVC check-in: 7b3b0ca73e user: jan.nijtmans tags: trunk | |
| 08:20 | merge trunk check-in: eb6c2fe41b user: jan.nijtmans tags: novem | |
| 08:06 | merge trunk check-in: 6911f22dbe user: jan.nijtmans tags: androwish | |
|
2015-09-21
| ||
| 19:25 | [187d7f499b] Sync the regexp engine to the Postgres version. check-in: 2039e3cf3d user: dgp tags: trunk | |
| 19:04 | [1115587][0e0e150e49] Major fix for regexp handling of quantified backrefs. Contributed by Tom Lane ... check-in: c8dfe06653 user: dgp tags: trunk | |
| 18:50 | [d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. check-in: 7e49ffdb09 user: dgp tags: trunk | |
| 18:22 | [d7ea9f985][a3c3508599] Internal regexp fixes that cleanup and streamline. check-in: 135d445620 user: dgp tags: core-8-5-branch | |
| 17:29 | [a3c3508599] Fix typo that reversed test sense in prior fix for [3610026]. Closed-Leaf check-in: 3a17aa1449 user: dgp tags: tgl-pg-re | |
| 17:14 | [d7ea9f9853] Contributed patch from tgl with Postgres. check-in: 4dd1df766f user: dgp tags: tgl-pg-re | |
|
2015-09-17
| ||
| 11:47 | fixed bug in zipfs error handling (backported from androwish) check-in: 4ba6b4a77f user: jan.nijtmans tags: androwish | |
|
2015-09-07
| ||
| 08:35 | Fix for [5d170b5ca5] now available for widespread testing (incl. HPUX and OSX) check-in: 3ff8944fc4 user: jan.nijtmans tags: bug-5d170b5ca5 | |
|
2015-09-05
| ||
| 20:10 | Merge trunk. "paranoia" patch for the notifier, making sure that thread local data from invalid thr... check-in: d8fd974ade user: jan.nijtmans tags: bug-5d170b5ca5 | |
|
2015-09-04
| ||
| 12:23 | Document that multi-threading is on by default since 8.6 check-in: 2e7826da11 user: jan.nijtmans tags: trunk | |
| 12:16 | merge trunk. Update documentation. check-in: c0985fc9bc user: jan.nijtmans tags: tip-389-impl | |
| 07:23 | Remove unnecessary end-of-line spacing (preparing for some further documentation updates) check-in: a5205fe3c8 user: jan.nijtmans tags: trunk | |
|
2015-09-03
| ||
| 09:39 | In StartNotifierThread() don't lock mutex if thread is already started. Fix panic message if thread... check-in: 795a9a8bc0 user: jan.nijtmans tags: bug-5d170b5ca5 | |
|
2015-09-02
| ||
| 13:19 | nonportable -> nonPortable check-in: 2452a86c51 user: jan.nijtmans tags: trunk | |
| 11:54 | Fix the Cygwin notifier, doing the initialization of the thread-local variables exactly the same as ... check-in: 57e106c650 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 11:06 | merge 8.5 check-in: 01e860430d user: dgp tags: bug-32ae34e63a | |
| 09:02 | Merge trunk. Gustaf's latest and greatest fix. check-in: e2f25680d8 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 08:44 | merge trunk check-in: 50dc66790e user: jan.nijtmans tags: tip-389-impl | |
| 07:16 | Merge trunk check-in: 938195c9ae user: jan.nijtmans tags: androwish | |
|
2015-09-01
| ||
| 18:54 | Various Unicode handling enhancements, when building with TCL_UTF_MAX > 3, inspired by androwish. No... check-in: e2278643dc user: jan.nijtmans tags: trunk | |
| 15:15 | Whitespace reduction in Tcl scripts. No functional change. check-in: 401a39ba9a user: jan.nijtmans tags: trunk | |
|
2015-08-31
| ||
| 17:30 | Dependancies from androwish upstream check-in: bc0f534cb0 user: jan.nijtmans tags: androwish | |
| 10:41 | Merge trunk. Add Gustaf's latest fix for unit-tests. check-in: 3458e0ec21 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 10:27 | merge trunk check-in: bdab384a47 user: jan.nijtmans tags: tip-389-impl | |
| 10:22 | Merge trunk, but remove experimental tip-389-impl merge. check-in: 6d59f33bbb user: jan.nijtmans tags: androwish | |
| 10:18 | Some Unicode encoding fixes, only having effect if TCL_UTF_MAX > 4. Backported from androwish check-in: d8764f73dd user: jan.nijtmans tags: trunk | |
|
2015-08-30
| ||
| 20:21 | [7703ff1082] Improved wording. check-in: 7e791e7784 user: dkf tags: trunk | |
| 20:20 | [7703ff1082] Improved wording. check-in: 06d0c376c9 user: dkf tags: core-8-5-branch | |
|
2015-08-28
| ||
| 10:57 | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure... check-in: 0e6e497bf3 user: jan.nijtmans tags: trunk | |
| 10:23 | Completing [00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure... check-in: 850bbb13e1 user: jan.nijtmans tags: core-8-5-branch | |
| 01:10 | Further refinements. check-in: f31817e841 user: mistachkin tags: bug-57945b574a | |
| 00:58 | Merge trunk. check-in: 4df80ff48d user: mistachkin tags: bug-57945b574a | |
| 00:46 | Experimental changes to reduce lock contention during fork(). check-in: a989ec9aa1 user: mistachkin tags: bug-57945b574a | |
|
2015-08-27
| ||
| 14:53 | Fix [7703ff1082]: extra argument ?pattern? of parray is not documented check-in: 983b5afdc0 user: jan.nijtmans tags: trunk | |
| 14:49 | Fix [7703ff1082]: extra argument ?pattern? of parray is not documented check-in: 7f240e96e3 user: jan.nijtmans tags: core-8-5-branch | |
| 11:48 | merge 8.5 check-in: 4e2b27a319 user: dgp tags: bug-32ae34e63a | |
|
2015-08-25
| ||
| 14:07 | merge trunk check-in: 992fb42ccd user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 11:35 | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable... check-in: 69fd7c4740 user: jan.nijtmans tags: trunk | |
| 11:29 | Fix [0df7a1ec2674a76a]: unix/tclUnixFile.c: return value of call to TclpGetCwd in TclpFindExecutable... check-in: 35abd326e1 user: jan.nijtmans tags: core-8-5-branch | |
| 10:01 | Removed "ucrt" as configureable option: If building with VC2014, it's the recommended way to build T... check-in: 23c443f4f1 user: jan.nijtmans tags: trunk | |
| 09:39 | Removed "ucrt" as configureable option: If building with VC2014, it's the recommended way to build T... check-in: d403323619 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-24
| ||
| 19:39 | Merge tip-389-impl (experimental) check-in: 84c4345b29 user: jan.nijtmans tags: androwish | |
| 19:35 | merge trunk check-in: c8d895c7d8 user: jan.nijtmans tags: tip-389-impl | |
| 08:01 | one more.... check-in: 6e46db0a22 user: jan.nijtmans tags: androwish | |
| 07:58 | Remove unused internal stub entries as well. check-in: 7dc4bc38ec user: jan.nijtmans tags: androwish | |
|
2015-08-21
| ||
| 13:29 | Merge trunk. Throw away TclpGetDate, TclpLocaltime and TclpGmtime and all related dead code. It mak... check-in: fb4b33254f user: jan.nijtmans tags: androwish | |
| 11:21 | Eliminate (harmless) compiler warning. No functional change. check-in: 89a003fa17 user: jan.nijtmans tags: trunk | |
| 10:40 | Eliminate some (harmless) compiler warnings. No functional change. check-in: 35a2b18897 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-08-19
| ||
| 15:25 | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows w... check-in: 282c683bb9 user: jan.nijtmans tags: trunk | |
| 15:23 | Fix [00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows w... check-in: e8ee0c13b9 user: jan.nijtmans tags: core-8-5-branch | |
| 11:26 | merge trunk. Remove now unused internal functions. check-in: afefb60708 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 09:06 | merge trunk check-in: 9394d5ff08 user: jan.nijtmans tags: androwish | |
|
2015-08-18
| ||
| 13:27 | [465213d171] Documentation correction for Tcl_NewMethod. check-in: 46d2108111 user: dkf tags: trunk | |
| 12:50 | [2c509f6291] Minor documentation correction from Peter Lewerin. check-in: 2aa305b227 user: dkf tags: trunk | |
| 12:47 | [d06b029d9d] next(n) documentation examples correction, from Peter Lewerin. check-in: 831d83dd4e user: dkf tags: trunk | |
| 07:01 | [7a87a9bc5b] Eliminate invalid write, found by Rolf Ade using Valgrind. check-in: 82cf3748de user: dkf tags: trunk | |
|
2015-08-17
| ||
| 20:35 | remove superfluous fprintf to stderr. check-in: 77145133c7 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 19:39 | Merge trunk. More notifier code cleanup. check-in: 798b3cf35c user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 18:23 | [818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane) for handling low memo... check-in: ad6840ded7 user: dkf tags: trunk | |
| 18:22 | [818a1a51e4] Apply fixes from Andreas Seltenreich (reported to us by Tom Lane) for handling low memo... check-in: c5a6ed1cd5 user: dkf tags: core-8-5-branch | |
| 18:01 | Proposed fix for invalid write, found by valgrind. Closed-Leaf check-in: 4a4e3eb33d user: dkf tags: bug-7a87a9bc5b | |
| 15:21 | Merge trunk. Gustaf's latest Unix Notifier improvements, now fixed to work with Cygwin and single-th... check-in: 692b1f54b4 user: jan.nijtmans tags: bug-5d170b5ca5 | |
| 14:48 | merge trunk. Put back some (actually unused) Tclp*UnixTime functions. check-in: e9d49a90fb user: jan.nijtmans tags: androwish | |
| 12:35 | [e424e31ac7]: Corrected documentation of [regexp -indices] to mention all affected arguments. check-in: f184734500 user: dkf tags: trunk | |
|
2015-08-13
| ||
| 19:28 | New test attempting to demo Bug [e0a7b3e5f8]. Doesn't work yet. check-in: 10e3ec0c71 user: dgp tags: bug-32ae34e63a | |
| 17:02 | Disable the filtering of ReflectWatch so that every UpdateInterest() call flows through to become a ... check-in: 0e3d4332c0 user: dgp tags: bug-32ae34e63a | |
| 16:45 | A bit of code safety, and then a test demonstrating next issue. check-in: 2f662fbeb9 user: dgp tags: bug-32ae34e63a | |
|
2015-08-12
| ||
| 17:49 | Adjustments to failing tests to account for changed [chan postevent]. check-in: 834c89c2e6 user: dgp tags: bug-32ae34e63a | |
| 16:37 | New test io-53.18 adapted from demo script in [32ae34e63a]. This test segfaults without changes to ... check-in: fa8fb6f35f user: dgp tags: bug-32ae34e63a | |
| 05:08 | Merge tzdata2015f check-in: 6f9fae24ef user: venkat tags: novem | |
| 05:07 | Merge tzdata2015f check-in: ca76ce4725 user: venkat tags: trunk | |
| 05:06 | Upgrade to tzdata2015f from IETF. check-in: 6cb0868771 user: venkat tags: core-8-5-branch | |
|
2015-08-10
| ||
| 19:44 | Add the critical missing UpdateInterest() call at the exit of DoRead(). (Compare with same approach ... check-in: 3993dcc988 user: dgp tags: bug-e0a7b3e5f8 | |
|
2015-08-06
| ||
| 04:34 | merge trunk check-in: 0c2b99eaf6 user: jan.nijtmans tags: novem | |
| 04:33 | merge trunk check-in: f596344a44 user: jan.nijtmans tags: androwish | |
| 04:25 | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix check-in: 8931dc163c user: jan.nijtmans tags: trunk | |
| 04:24 | Fix [6f74ac47278f437a]: No man link to Tcl_UtfNcasecmp() during install on unix check-in: c4aba48855 user: jan.nijtmans tags: core-8-5-branch | |
| 03:43 | Gustaf Neumann's experimental Unix notifier improvements. check-in: 9e6cdeea1d user: jan.nijtmans tags: bug-5d170b5ca5 | |
|
2015-08-05
| ||
| 19:30 | remove potential crash detected by Coverity (it is a should-never-happen thing) check-in: 2e528c3783 user: msofer tags: trunk | |
| 14:44 | mark function return as unused, to avoid confusing Coverity check-in: f1b48e9e46 user: msofer tags: trunk | |
|
2015-08-04
| ||
| 17:34 | merge trunk check-in: b8253e16e6 user: jan.nijtmans tags: novem | |
|
2015-08-03
| ||
| 09:57 | merge mark check-in: 2c8fc45c70 user: dkf tags: trunk | |
| 07:21 | Fix problems with break and continue in for-step clauses, triggered by reporting of Coverity CID 125... check-in: 0db7a63c31 user: dkf tags: trunk | |
| 07:18 | Fix the documentation comment. Closed-Leaf check-in: 77a5609058 user: dkf tags: Coverity CID 1251203 | |
| 07:17 | Backport the fixes to handling of continue in for-step clauses. check-in: 0710a46828 user: dkf tags: core-8-5-branch | |
|
2015-08-02
| ||
| 16:17 | And another problem with continue in for-step clauses, this time a problem in how TEBC handled an ed... check-in: f489f70210 user: dkf tags: Coverity CID 1251203 | |
| 12:22 | Fix more problems with break and continue in for-step clauses. check-in: 7a737d57dd user: dkf tags: Coverity CID 1251203 | |
|
2015-08-01
| ||
| 19:37 | Fix Coverity CID 1251203: break vs continue in for-step clause check-in: 3481934110 user: dkf tags: Coverity CID 1251203 | |
| 19:00 | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it is always TCL_OK. Incons... check-in: 7448dc7ef9 user: msofer tags: trunk | |
|
2015-07-31
| ||
| 22:05 | fix off-by-one possible buffer overrun when looking for encodings; found by coverity check-in: 65cc894ac5 user: msofer tags: trunk | |
| 10:47 | generic: reduced diffs to trunk, win: clean code after bug [f00009f7ce] was fixed in trunk Leaf check-in: 86b6e7b98a user: sebres tags: sebres_clean_core_8_5 | |
| 00:01 | fix typo found by Coverity; no effect on "most" platforms (is there anyone where it would matter?) check-in: df57190d7c user: msofer tags: trunk | |
|
2015-07-30
| ||
| 22:56 | remove unnecessary checks found by coverity check-in: ea4f3ee751 user: msofer tags: trunk | |
| 18:57 | remove self-assignment - found by Coverity check-in: b888764966 user: msofer tags: trunk | |
| 18:22 | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for windows platform: missi... check-in: ecaddab40c user: sebres tags: trunk | |
| 18:10 | add comment to flag Tcl_Panic as no-return for Coverity Scan static analyzer check-in: de879c7755 user: msofer tags: trunk | |
| 13:02 | Fix bug [f00009f7ce]: memory (object) leaks in TclNativeCreateNativeRep for windows platform (errone... check-in: 4199a28012 user: sebres tags: trunk | |
|
2015-07-29
| ||
| 14:57 | merge novem check-in: 7dd41f149c user: dgp tags: dgp-refactor | |
| 14:56 | merge trunk check-in: 2fe99beec9 user: dgp tags: novem | |
| 14:56 | [3e7eca8c8c] Prevent overflow in size values passed to allocators. check-in: 6b18af935a user: dgp tags: trunk | |
| 14:54 | [3e7eca8c8c] Prevent overflow in size values passed to allocators. check-in: ee467fed92 user: dgp tags: core-8-5-branch | |
| 10:03 | [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). check-in: 09d77bdb2a user: dgp tags: trunk | |
| 03:06 | [3e7eca8c8c] Prevent overflow in the size value passed to ckrealloc(). check-in: 675e880454 user: dgp tags: core-8-5-branch | |
|
2015-07-23
| ||
| 17:31 | merge-mark check-in: 24dc41e790 user: jan.nijtmans tags: bug-57945b574a | |
| 17:30 | merge trunk check-in: f90dd5989c user: jan.nijtmans tags: bug-57945b574a | |
| 17:09 | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forking process under heavy m... check-in: 9f8b7bea53 user: jan.nijtmans tags: trunk | |
| 16:53 | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forking process under heavy m... check-in: 6abeca2800 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-07-20
| ||
| 12:09 | merge trunk Closed-Leaf check-in: 8bdd67a63b user: dgp tags: bug-f97d4ee020 | |
|
2015-07-18
| ||
| 05:52 | [a3309d01db] Plug memleak in compiled [unset a($i)]. check-in: 41d3e42dda user: dgp tags: trunk | |
| 05:27 | Add the missing cleanup bits in INST_UNSET_ARRAY. Closed-Leaf check-in: cd71aa687d user: dgp tags: bug-a3309d01db | |
| 02:39 | merge trunk check-in: 5aa7992634 user: dgp tags: bug-a3309d01db | |
| 01:45 | Fix failing test check-in: 32cb4cf790 user: dgp tags: trunk | |
|
2015-07-17
| ||
| 21:22 | merge trunk check-in: 9dd0be6a79 user: dgp tags: bug-a3309d01db | |
| 21:17 | Test for original meaning of [unset -nocomplain --]. FAILS! check-in: 7fac4e0bef user: dgp tags: trunk | |
| 21:15 | Test for original meaning of [unset -nocomplain --]. check-in: 6cad4ee0b3 user: dgp tags: core-8-5-branch | |
| 19:33 | [a3309d01db] Test the demonstrates leak in branch off checkin that starts it. check-in: 494aa96a48 user: dgp tags: bug-a3309d01db | |
|
2015-07-16
| ||
| 05:31 | merge trunk check-in: 9fb3171f6d user: jan.nijtmans tags: androwish | |
|
2015-07-15
| ||
| 17:59 | [9bad630c31] Prevent read outside of buffer bounds. check-in: 7b83d1ae4c user: dgp tags: trunk | |
| 17:57 | [9bad630c31] Prevent read outside of buffer bounds. check-in: 641938a377 user: dgp tags: core-8-5-branch | |
| 17:20 | [b1534b438b] Prevent read outside buffer boundaries. check-in: 0915121be2 user: dgp tags: trunk | |
| 17:17 | [b1534b438b] Prevent read outside buffer boundaries. check-in: 03885f127a user: dgp tags: core-8-5-branch | |
| 15:35 | merge novem check-in: 18daab3d84 user: dgp tags: dgp-refactor | |
| 15:34 | merge trunk check-in: 5f09ced887 user: dgp tags: novem | |
| 14:52 | merge trunk. Undo unnecessary changes in tclEncoding.c, making it equal to trunk again (thanks to Ch... check-in: f0ca2a6223 user: jan.nijtmans tags: androwish | |
| 14:47 | Increase some counter sizes related to filesystem epoch from int to size_t. And prevent them ever be... check-in: 5a8e195a32 user: jan.nijtmans tags: trunk | |
| 11:17 | merge trunk Closed-Leaf check-in: 0c29e94a4a user: jan.nijtmans tags: bug-57945b574a-without-stub | |
| 09:31 | Remove unused local variables. Now unix/tclUnixTime.c is idential in "androwish" compared to "novem"... check-in: 59e576c1f2 user: jan.nijtmans tags: androwish | |
| 09:22 | Merge trunk. Remove TclpLocaltime, TclpGmtime and TclpGetDate completely, in order to prove that th... check-in: b7425eb31e user: jan.nijtmans tags: androwish | |
| 08:36 | Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any more. (backported from a... check-in: 9a008e7622 user: jan.nijtmans tags: trunk | |
| 07:52 | merge trunk check-in: 1888ac26fe user: jan.nijtmans tags: androwish | |
|
2015-07-14
| ||
| 21:38 | Spell out [info exists] in example code for [exit] command. check-in: 7d94a18b73 user: andy tags: trunk | |
|
2015-07-13
| ||
| 09:41 | merge trunk check-in: edcfc37018 user: jan.nijtmans tags: win-console-panic | |
| 09:01 | merge trunk check-in: ecaf852558 user: jan.nijtmans tags: novem | |
|
2015-07-10
| ||
| 12:41 | Implement TIP 436: Improve TclOO isa Introspection check-in: 52e60be8fa user: dkf tags: trunk | |
| 12:40 | Added tests. Closed-Leaf check-in: 735b52a80c user: dkf tags: tip-436 | |
|
2015-07-08
| ||
| 09:45 | clock - FreeScan (resp. Oldscan): repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59... Leaf check-in: 5f72c863f1 user: sebres tags: sebres_clock_tz_fix | |
| 09:41 | tclDate.c regenerated with yacc 2.4.2; skip one clock test-case for windows; check-in: 55849fb6e8 user: sebres tags: sebres_clock_tz_fix | |
| 08:39 | Create new branch named "sebres_clock_tz_fix" check-in: c0026845c4 user: sebres tags: sebres_clock_tz_fix | |
|
2015-07-07
| ||
| 14:20 | Documentation: source ignores BOM for unicode files check-in: 8c273ab09b user: oehhar tags: trunk | |
| 14:16 | Documentation: source ignores BOM for unicode files check-in: d931fdf82d user: oehhar tags: core-8-5-branch | |
|
2015-07-05
| ||
| 17:58 | merge novem check-in: a006f10aa9 user: dgp tags: dgp-refactor | |
| 17:45 | merge trunk check-in: 9ef0aa82b0 user: dgp tags: novem | |
| 16:52 | [a0ece9d6d4] The cmd field of a CmdFrame when non-NULL must point within the string of the correspon... check-in: 032f16915b user: dgp tags: trunk | |
|
2015-07-02
| ||
| 13:46 | Plug leak of two mp_ints. check-in: 72ede96266 user: dgp tags: trunk | |
| 13:18 | merge trunk check-in: 690360ca64 user: jan.nijtmans tags: androwish | |
| 13:17 | merge trunk check-in: cfb40a9761 user: jan.nijtmans tags: novem | |
| 12:54 | Revert refcount changes that were not cosmetic. Changing equality testing to inequality testing does... check-in: 33e894a6ee user: dgp tags: trunk | |
| 12:29 | Revert some refcount changes on I/O structs. These are refcounts on structs, not Tcl_Obj's. Their s... check-in: 77039e15ef user: dgp tags: trunk | |
| 12:19 | merge trunk check-in: f099df5ecf user: jan.nijtmans tags: win-console-panic | |
| 12:17 | Remove unnecessary end-of-line spacing in compat/*.c check-in: cbe2302e59 user: jan.nijtmans tags: trunk | |
| 12:10 | merge trunk check-in: 7c68910cbf user: jan.nijtmans tags: win-console-panic | |
| 09:18 | merge trunk check-in: a6d70f8aba user: jan.nijtmans tags: androwish | |
| 08:42 | merge trunk check-in: 4c0b0070c3 user: jan.nijtmans tags: novem | |
| 08:17 | Another round of refCount consistancy improvements. check-in: ec91b85b61 user: jan.nijtmans tags: trunk | |
| 03:15 | remove code that was ifdef'ed out for ages (ENABLE_NS_VARNAME_CACHING), has zero hope of being reviv... check-in: 1d247073cf user: msofer tags: trunk | |
|
2015-07-01
| ||
| 13:12 | Don't use internalRep.otherValuePtr any more, twoPtrValue.ptr1 is always a better idea. A few more ... check-in: 53c70c03d6 user: jan.nijtmans tags: trunk | |
| 09:58 | Say what is meant more clearly, put syntax checks before semantic checks. check-in: 7dcbab24d6 user: dkf tags: tip-436 | |
| 09:45 | Implementation of TIP #436: Improve TclOO isa Introspection check-in: 4ade21a91a user: dkf tags: tip-436 | |
|
2015-06-30
| ||
| 21:41 | Consistancy in refcount management. check-in: 296892a8fb user: jan.nijtmans tags: trunk | |
| 14:39 | Correct handling of dictionaries in the background error processing code. check-in: 3c9641e092 user: dkf tags: trunk | |
| 14:39 | merge head check-in: 28e1092ca7 user: dkf tags: trunk | |
| 14:36 | Correct handling of dictionaries in the background error processing code. check-in: db9c88c5eb user: dkf tags: core-8-5-branch | |
| 14:32 | "mcpackagelocale present" is more elegant check-in: 03d030c1c2 user: oehhar tags: trunk | |
| 08:10 | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal Obj types. On most pla... check-in: d3a263c973 user: jan.nijtmans tags: trunk | |
|
2015-06-29
| ||
| 21:44 | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) check-in: 392ff6199d user: oehhar tags: trunk | |
| 21:26 | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfig Closed-Leaf check-in: 4c6197ca80 user: oehhar tags: msgcat_dyn_locale, tip-412 | |
| 12:08 | merge tests Leaf check-in: a6e2e5b9f5 user: aspect tags: aspect-lreplace-cleanup | |
| 12:08 | lreplace test battery check-in: 0586ceac09 user: aspect tags: aspect-lreplace-cleanup | |
| 12:06 | test cases for 0f2c6bc9a Leaf check-in: 107f4f9bdc user: aspect tags: aspect-lreplace-tests-1 | |
| 11:44 | test cases for b820489dec Leaf check-in: 355706aa97 user: aspect tags: aspect-lreplace-tests | |
| 11:22 | allow lreplace to append check-in: 0f2c6bc9a8 user: aspect tags: aspect-lreplace-cleanup | |
| 11:12 | fix inverted empty list test in replaceRange case check-in: b820489dec user: aspect tags: aspect-lreplace-cleanup | |
| 11:08 | tidy up lreplace bytecode generation; fall back to interpreted for more cases check-in: 0c4a83c31e user: aspect tags: aspect-lreplace-cleanup | |
|
2015-06-28
| ||
| 01:55 | Merge tzdata2015e from ietf.org check-in: ccce66fed7 user: venkat tags: novem | |
| 01:55 | Merge tzdata2015e from ietf.org check-in: 1615793e80 user: venkat tags: trunk | |
| 01:54 | Summary: Update to tzdata2015e from ietf.org check-in: 51e17e0790 user: venkat tags: core-8-5-branch | |
|
2015-06-26
| ||
| 15:16 | Tests for mcexists and mcloadedlocales check-in: 9806884e41 user: oehhar tags: msgcat_dyn_locale | |
| 13:41 | Manpage, callback fail calls bgerror, clean catalog on packagelocale unset check-in: 4b0540150e user: oehhar tags: msgcat_dyn_locale | |
|
2015-06-25
| ||
| 08:08 | merge trunk check-in: 76bc3b030d user: jan.nijtmans tags: novem | |
| 08:05 | revert unintended change of .settings/org.eclipse.core.resources.prefs in previous commit check-in: 65f10f89cc user: jan.nijtmans tags: trunk | |
| 08:02 | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 63b06948ef user: jan.nijtmans tags: trunk | |
| 07:52 | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then translate some windows-specif... check-in: 0ff7f3392c user: jan.nijtmans tags: core-8-5-branch | |
|
2015-06-24
| ||
| 15:48 | merge novem check-in: f0a996e066 user: dgp tags: dgp-refactor | |
| 14:45 | merge trunk check-in: 593db2ff1b user: jan.nijtmans tags: novem | |
| 14:28 | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of int for more internal ... check-in: d5dd89b5a0 user: jan.nijtmans tags: trunk | |
| 13:56 | Silence compiler warning. check-in: 127a366b73 user: dgp tags: trunk | |
| 13:55 | Make sure that an input lying precisely 1/2 ULP between two floating point values is rounded to even... check-in: 6913079d54 user: dgp tags: core-8-5-branch | |
|
2015-06-23
| ||
| 22:22 | merge trunk check-in: 207ccc25be user: jan.nijtmans tags: novem | |
| 21:47 | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout, so make sure only win3... check-in: b4820171ca user: jan.nijtmans tags: trunk | |
| 20:42 | merge trunk check-in: 0e38aecf90 user: jan.nijtmans tags: novem | |
| 20:32 | Member field which should not have been const, because it is dynamically allocated. Some end-of-line... check-in: e6a8b4df5b user: jan.nijtmans tags: trunk | |
| 19:58 | Member field which should not have been CONST, because it is dynamically allocated check-in: 256f9a728e user: jan.nijtmans tags: core-8-5-branch | |
| 13:04 | If the file system changes when "cwd" changes, force a filesystem refresh on path objects. Needed fo... check-in: 48beab9ffd user: jan.nijtmans tags: trunk | |
|
2015-06-22
| ||
| 12:40 | Merge trunk check-in: a8834249fb user: oehhar tags: msgcat_dyn_locale | |
|
2015-06-21
| ||
| 22:29 | Branch for androwish, as help to keep track on which android-specific changes could be included into... check-in: fe175c2a4e user: jan.nijtmans tags: androwish | |
|
2015-06-20
| ||
| 20:44 | Make sure that an input lying precisely 1/2 ULP between two floating point values is rounded to even... check-in: 4a7785cdf1 user: kbk tags: trunk | |
|
2015-06-19
| ||
| 15:35 | Remove lines of code made obsolete by earlier changes. check-in: 83de1a781f user: dgp tags: trunk | |
|
2015-06-18
| ||
| 20:58 | Fix win compile check-in: cd6bd2d51a user: jan.nijtmans tags: novem-more-memory-API | |
| 19:58 | merge novem check-in: 8d9650ab81 user: jan.nijtmans tags: novem-more-memory-API | |
| 19:35 | merge trunk check-in: 2e63aaca7e user: jan.nijtmans tags: novem | |
| 17:33 | [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests. check-in: 210979790b user: dgp tags: trunk | |
| 17:26 | From aspect, several edge case coverage tests. check-in: 356871dc8a user: dgp tags: core-8-5-branch | |
| 13:09 | Merge trunk. Upgrade to Unicode 8.0 check-in: 8d19eec637 user: jan.nijtmans tags: tip-389-impl | |
| 12:54 | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: fa3f257039 user: jan.nijtmans tags: trunk | |
| 12:24 | Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: a2e8655587 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-06-17
| ||
| 20:32 | Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. check-in: bc5d1d75a1 user: mistachkin tags: bug-57945b574a-without-stub | |
|
2015-06-16
| ||
| 15:24 | Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFinalize(). This does not... check-in: c2af0457ba user: jan.nijtmans tags: bug-57945b574a-without-stub | |
| 08:41 | Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 186588751d user: jan.nijtmans tags: trunk | |
| 07:39 | Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 17df50552d user: jan.nijtmans tags: core-8-5-branch | |
| 03:33 | lreplace: more tests, doc improvement Closed-Leaf check-in: b1d875f05f user: aspect tags: aspect-lreplace-refix | |
| 00:41 | fix for a4cb3f06c4fe - bug introduced in 32b61592465 check-in: 8532890ecf user: aspect tags: aspect-lreplace-refix | |
|
2015-06-11
| ||
| 02:47 | Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ticket [478c446889]. check-in: 513c7ae3fc user: mistachkin tags: trunk | |
|
2015-06-10
| ||
| 21:53 | Patch to add support for higher baud rates under Unix Ticket [e770d92d76]] Closed-Leaf check-in: 7c1aae5292 user: hypnotoad tags: ticket-e770d92d6 | |
|
2015-06-08
| ||
| 20:56 | The unit for usleep() is microseconds, not milliseconds. check-in: 68decd512b user: mistachkin tags: bug-57945b574a | |
| 17:19 | Stop documentation lie about command rename traces and comment lie about what's done with them in Tc... check-in: 0f3b6ef172 user: dgp tags: trunk | |
| 17:17 | Stop telling lie about command delete traces. check-in: 475dc8b029 user: dgp tags: core-8-5-branch | |
|
2015-06-05
| ||
| 19:59 | Merge thread test typo fixes from trunk. check-in: dfd36a52c7 user: mistachkin tags: bug-57945b574a | |
| 19:58 | Fix typo in three thread tests. check-in: afbc4d55a7 user: mistachkin tags: trunk | |
| 19:56 | Add stress test. check-in: 20b8b27291 user: mistachkin tags: bug-57945b574a | |
|
2015-06-04
| ||
| 20:49 | Merge updates from trunk. check-in: e7851134ad user: mistachkin tags: bug-57945b574a | |
| 11:49 | merge novem check-in: a481c80d50 user: dgp tags: dgp-refactor | |
| 11:49 | merge trunk check-in: 76453f3d83 user: dgp tags: novem | |
|
2015-06-03
| ||
| 19:08 | [268b23df11] Revised patch to create phony source string when the original script does not actually ... check-in: a4746159a2 user: dgp tags: trunk | |
| 17:40 | Put the ellipsis inside, not outside, the close quote. check-in: 4ff271315a user: dgp tags: trunk | |
| 12:26 | [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also sets the length to a non-positiv... check-in: 5bd1e43691 user: dgp tags: trunk | |
|
2015-06-01
| ||
| 15:16 | Make all msgcat tests pass check-in: c3bc045725 user: oehhar tags: msgcat_dyn_locale | |
|
2015-05-31
| ||
| 19:03 | clock.tcl modified that all clock tests pass check-in: 5cbb737b5c user: oehhar tags: msgcat_dyn_locale | |
| 16:20 | merge trunk check-in: 5a33b96277 user: oehhar tags: msgcat_dyn_locale | |
|
2015-05-28
| ||
| 12:28 | merge trunk check-in: 8f95dbfde4 user: dgp tags: bug-57945b574a | |
| 00:53 | Make sure the necessary mutexes are in a well-known state across calls to fork(). check-in: e061e813c3 user: mistachkin tags: bug-57945b574a | |
|
2015-05-27
| ||
| 22:34 | Fix typo in previous check-in. Closed-Leaf check-in: a6cc71ba6d user: mistachkin tags: experimental | |
| 22:29 | Make sure the master and mutex locks are in a well-known state across the fork() call. check-in: c69cf62a8e user: mistachkin tags: experimental | |
| 21:11 | Merge trunk check-in: f5d3bd2653 user: jan.nijtmans tags: novem | |
| 18:35 | Make tweak to the mem-debug tracking official. It is now again possible to use regular packages with... check-in: ef02e1dfd9 user: andreask tags: trunk | |
| 18:25 | Make tweak to the mem-debug tracking official. It is now again possible to use regular packages with... check-in: 38ddcfe658 user: andreask tags: core-8-5-branch | |
| 12:58 | merge novem check-in: eb5d28cac2 user: dgp tags: dgp-refactor | |
|
2015-05-26
| ||
| 10:16 | Added missing marker for incompatibility. check-in: ffbbbcc0ed user: dkf tags: trunk | |
|
2015-05-25
| ||
| 20:23 | Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is respon... check-in: 29ddaf623d user: jan.nijtmans tags: trunk | |
| 19:15 | Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is respon... check-in: c697a91a95 user: jan.nijtmans tags: core-8-5-branch | |
| 13:03 | Merge trunk check-in: 357f05a553 user: jan.nijtmans tags: novem | |
|
2015-05-22
| ||
| 23:26 | Minor compilation issue fix, make sure variable declaration (via macro) is first. Closed-Leaf check-in: c8a862480b user: mistachkin tags: aku-mem-debug-allow-regular | |
| 20:21 | Moved Tcl_Obj* objThreadMap release tracking to a location where regular packages will call through,... check-in: 1f5c53bf5d user: andreask tags: aku-mem-debug-allow-regular | |
|
2015-05-21
| ||
| 17:58 | Additional mutex locking/unlocking during fork() to keep things synchronized. check-in: ba2d367156 user: mistachkin tags: experimental | |
|
2015-05-20
| ||
| 15:15 | Missed a bit check-in: 8d6572f68a user: dgp tags: trunk | |
| 15:12 | [29044ba23f] Remove RANLIB as part of library installation. At best it's redundant to the RANLIB al... check-in: 9f5893b2e8 user: dgp tags: trunk | |
| 13:45 | Don't change autoconf version by accident. check-in: 2e6cee666e user: dgp tags: bug-57945b574a | |
| 13:42 | merge novem check-in: 636ad0e928 user: dgp tags: dgp-refactor | |
| 13:42 | merge trunk check-in: 118b4353ad user: dgp tags: novem | |
| 13:37 | merge trunk check-in: 9447602d7e user: dgp tags: bug-57945b574a | |
|
2015-05-19
| ||
| 20:34 | Simplify code generation for a list of literals. Generates slightly simpler bytecode too. check-in: 1a292c2874 user: dkf tags: trunk | |
| 20:29 | Tidier version. Closed-Leaf check-in: 3963c3db7f user: dkf tags: dgp-defer-string-rep | |
| 19:22 | Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode. Candidate for merge to t... check-in: a3d89bfa32 user: dgp tags: dgp-defer-string-rep | |
|
2015-05-18
| ||
| 20:41 | regenerate configure check-in: 4a93db1712 user: dkf tags: bug-57945b574a | |
| 20:33 | First attempt at implementing the necessary auto-magic for usleep. check-in: f1e461bdbc user: mistachkin tags: bug-57945b574a | |
| 18:23 | Adjust tweaks from the previous check-in to prepare for configure detection of usleep(). check-in: 7697b08d77 user: mistachkin tags: bug-57945b574a | |
| 14:44 | merge trunk Leaf check-in: 91c27597c9 user: dgp tags: bug-3608714 | |
| 14:39 | merge trunk check-in: a9b44e12b1 user: dgp tags: bug-3608714 | |
| 08:20 | [11250a236d] Made the documentation of non-greediness overrides more obvious. check-in: 93531a5a13 user: dkf tags: trunk | |
| 07:51 | [c11a51c482] Stop race condition with -accept config option, and allow overriding of it via -headers... check-in: ab0370691f user: dkf tags: trunk | |
|
2015-05-17
| ||
| 23:45 | Temporary tweaks to allow Thread package tests to pass on Unix. check-in: 1334a0f10a user: mistachkin tags: bug-57945b574a | |
| 22:13 | This should completely fix the race conditions at the cost of more complexity. Also, on Unix, a mor... check-in: dcdbdb965a user: mistachkin tags: bug-57945b574a | |
| 20:13 | Update header file with the TIP number. check-in: 562aa37438 user: mistachkin tags: bug-57945b574a | |
| 20:10 | Fix deadlock. check-in: 0b7a654181 user: mistachkin tags: bug-57945b574a | |
| 19:49 | Merge updates from trunk. check-in: 7f74633ca9 user: mistachkin tags: bug-57945b574a | |
| 19:46 | Fix typo in the previous check-in. check-in: 88904831f0 user: mistachkin tags: bug-57945b574a | |
| 18:03 | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinalize API. Not yet tested. check-in: 53d99af757 user: mistachkin tags: bug-57945b574a | |
| 12:56 | [ad6696285c] Correction of description of filter behaviour with 'unknown'. check-in: 90adc15aa1 user: dkf tags: trunk | |
| 12:06 | [ad6696285c] Demonstrate that filters are not called for destructors. check-in: 413d3622d5 user: dkf tags: trunk | |
|
2015-05-16
| ||
| 06:59 | Reword and clarify the doc changes from the previous check-in. check-in: 4b7f255148 user: mistachkin tags: bug-57945b574a | |
| 06:49 | First draft of the necessary doc changes. check-in: a68b3f0dac user: mistachkin tags: bug-57945b574a | |
|
2015-05-15
| ||
| 22:14 | [85ce4bf928] Fix for problems with storing Inf with [binary format R]. check-in: 21866fab39 user: dkf tags: bug-85ce4bf928 | |
| 14:40 | [0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. check-in: 55abfff316 user: dkf tags: trunk | |
| 13:54 | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even when construction didn... check-in: b055612dca user: dkf tags: trunk | |
|
2015-05-14
| ||
| 11:20 | merge novem check-in: 782f3e764a user: dgp tags: dgp-refactor | |
| 11:20 | merge trunk check-in: 4099a7fc2b user: dgp tags: novem | |
| 11:19 | Bump to http 2.8.9 check-in: b855213f45 user: dgp tags: trunk | |
| 08:23 | [6a71dbe6ec] Ensure that compression errors log correctly. check-in: b61e62776b user: dkf tags: trunk | |
| 08:05 | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but it is far more interop... check-in: 52fd51a4df user: dkf tags: trunk | |
|
2015-05-12
| ||
| 15:00 | Added contributed tests from aspect Closed-Leaf check-in: 2417c6617a user: dgp tags: bug-0f42ff7871 | |
| 14:45 | merge trunk check-in: cddef08e73 user: dgp tags: bug-0f42ff7871 | |
|
2015-04-30
| ||
| 15:32 | merge novem check-in: 81b82b492e user: dgp tags: dgp-refactor | |
| 15:32 | merge trunk check-in: 63b60af5d4 user: dgp tags: novem | |
| 15:31 | test portability check-in: 019ec0ba40 user: dgp tags: trunk | |
| 15:31 | Test portability. check-in: 453c47d3d9 user: dgp tags: core-8-5-branch | |
| 15:26 | merge novem check-in: a8fcf3d71f user: dgp tags: dgp-refactor | |
|
2015-04-29
| ||
| 21:51 | merge trunk check-in: c80897363f user: jan.nijtmans tags: novem | |
| 20:35 | merge mark check-in: ec6a571ab9 user: dgp tags: trunk | |
| 20:34 | Use joinable threads to avoid thread finalization crashes. check-in: 20cec4e959 user: dgp tags: core-8-5-branch | |
| 18:16 | [894da183c8] Test and fix for regression in flushing blocked channels. check-in: 98d7d3d724 user: dgp tags: trunk | |
| 18:00 | [894da183c8] Test and fix for regression in flushing blocked channels. check-in: a13963e6e4 user: dgp tags: core-8-5-branch | |
| 16:34 | [894da183c8] Fix and test for bug at the point it was introduced. Closed-Leaf check-in: 8eb3c44932 user: dgp tags: bug-894da183c8 | |
| 07:56 | Merge tzdata2015d from ietf.org check-in: c440f651dd user: venkat tags: trunk | |
| 07:54 | Update to tzdata2015d from ietf.org check-in: 635281ed4f user: venkat tags: core-8-5-branch | |
|
2015-04-24
| ||
| 20:17 | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prope... check-in: fa817d16c8 user: dgp tags: trunk | |
| 20:06 | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prop... check-in: 4b964e7afb user: dgp tags: core-8-5-branch | |
| 15:48 | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: 727d74f76d user: dgp tags: trunk | |
| 15:47 | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: e1061dfe07 user: dgp tags: core-8-5-branch | |
|
2015-04-23
| ||
| 12:17 | Open linked folder shared on Windows - Patch [19ea026e43] check-in: 990679a4a2 user: oehhar tags: trunk | |
| 11:21 | Open linked folder shared on Windows - Patch [19ea026e43] check-in: 7d39fa6f82 user: oehhar tags: core-8-5-branch | |
|
2015-04-21
| ||
| 18:23 | Proposed fix for bug 879a0747be Closed-Leaf check-in: 606edab7e3 user: dgp tags: bug-879a0747be | |
|
2015-04-20
| ||
| 10:35 | Fix [8065d178229d8d335eee64d36ada37c4dedf2579|8065d17822]: Duplicate -DNDEBUG in compiler command wi... check-in: 0a2e3bb2d9 user: jan.nijtmans tags: trunk | |
|
2015-04-17
| ||
| 20:52 | bring in dgp's improvements to zippy check-in: b285882061 user: msofer tags: trunk | |
|
2015-04-16
| ||
| 12:27 | Reduce the list walking by keeping lastPtr fields. Closed-Leaf check-in: 51052eab9b user: dgp tags: zippy-fifo | |
|
2015-04-15
| ||
| 19:57 | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool so that the overal opera... check-in: ee5c16f99b user: dgp tags: zippy-fifo | |
|
2015-04-10
| ||
| 09:23 | Fix [a0a251e4e478977334da51e346cddff8ec3fbf52|a0a251e4e4]: tcl 8.6.4 compilation on windows with msy... check-in: c397433be3 user: jan.nijtmans tags: trunk | |
|
2015-04-09
| ||
| 19:53 | Add new public Tcl C API to allow a mutex to be unlocked and then finalized atomically. Candidate f... check-in: 30dc11630f user: mistachkin tags: bug-57945b574a | |
| 09:27 | Don't warn about warnings that are suppressed correctly now. check-in: d6a4608b51 user: dkf tags: trunk | |
| 09:20 | Squelch otherwise-unavoidable OSX warnings. It's like magic! check-in: 4760483bbd user: dkf tags: trunk | |
|
2015-04-08
| ||
| 19:08 | improve comments for TclMarkTailcall and friends check-in: 36cb964690 user: msofer tags: trunk | |
| 16:42 | Correction suggested by miguel. Passes test suite and fixes bug demos. check-in: 5c3a32ed23 user: dgp tags: bug-0f42ff7871 | |
| 14:37 | Proposed fix. check-in: b77f0e1f77 user: dgp tags: bug-0f42ff7871 | |
|
2015-04-04
| ||
| 11:47 | Don't fetch values we don't need. check-in: 6f8d422627 user: dkf tags: trunk | |
|
2015-03-31
| ||
| 02:48 | First sketch implementation of a Hash Array Map Trie (HAMT). check-in: b719efb9dd user: dgp tags: dgp-refactor | |
|
2015-03-24
| ||
| 18:38 | merge novem check-in: cc8a52a073 user: dgp tags: dgp-refactor | |
| 18:37 | merge trunk; purge TCL_HASH_KEY_STORE_HASH customization. That was a migration crutch to help code ... check-in: 237cb01cf9 user: dgp tags: novem | |
| 18:27 | There's no need to constrain the declaration of Tcl_GetMemoryInfo(). check-in: 07823e2c5d user: dgp tags: trunk | |
| 17:34 | Tcl source code already assumes the <limits.h> file is available. (See tcl/libtommath/tommath.h .) ... check-in: 713e898a78 user: dgp tags: trunk | |
| 15:18 | merge novem check-in: 408dde56d0 user: dgp tags: dgp-refactor | |
| 15:13 | merge trunk check-in: 199d4d8540 user: dgp tags: novem | |
|
2015-03-23
| ||
| 16:05 | fix comments describing tailcall implementation check-in: 3a9cbfee23 user: msofer tags: trunk | |
| 13:46 | fix comments describing tailcall implementation check-in: 654bad187e user: msofer tags: trunk | |
| 13:43 | more comments Closed-Leaf check-in: 8ef09a1e8a user: msofer tags: mig-tailcall-cleanup | |
| 02:11 | updated, improved tailcall comments check-in: cf96e3ae67 user: msofer tags: mig-tailcall-cleanup | |
| 01:01 | branch for ordering and grouping the tailcall related code, and especially clean up the comments check-in: 319c4b5555 user: msofer tags: mig-tailcall-cleanup | |
| 00:33 | completing the fix for bug d87cb182053fd79b3 check-in: 42560cb77f user: msofer tags: trunk | |
|
2015-03-22
| ||
| 22:28 | Demonstration fix for bug. check-in: e19921efbc user: dgp tags: bug-f97d4ee020 | |
|
2015-03-21
| ||
| 15:08 | adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 check-in: 76751aba52 user: msofer tags: trunk | |
| 00:31 | [d87cb18205] Let compiled ensembles handle tailcalls properly. check-in: 6b81a0d7de user: dgp tags: trunk | |
|
2015-03-20
| ||
| 19:57 | Remove STRICT directive from public header. It does approximately nothing, and doesn't belong in ge... check-in: 806e97f718 user: dgp tags: trunk | |
|
2015-03-19
| ||
| 10:41 | Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break and not return 0 bytes... check-in: 4368d9eefc user: ashok tags: trunk | |
|
2015-03-17
| ||
| 20:25 | Added better way to find executable name on OSX. check-in: 9844900283 user: dkf tags: bug-1224888 | |
| 19:47 | merge trunk check-in: f84d142b93 user: dkf tags: bug-1224888 | |
| 10:54 | Some cleanup of style issues. Leaf check-in: a2cf701b1c user: dkf tags: apn-hash-opt | |
| 01:07 | Checkpointing the core_zip_vfs branch against the lastest release check-in: 6200e05d2f user: hypnotoad tags: core_zip_vfs | |
|
2015-03-16
| ||
| 07:07 | Experimental branch implementing caching of hashed Tcl_Obj values. check-in: 7612bd6e33 user: ashok tags: apn-hash-opt | |
|
2015-03-13
| ||
| 17:14 | Upon further review, due the order of #include of headers, we do not have a history of a #define STR... Closed-Leaf check-in: 8a65d84d24 user: dgp tags: dgp-win-specific-strict | |
| 16:55 | The STRICT directive influences how #include "windows.h" works. This is not a generic concern. Move... check-in: 222ac77106 user: dgp tags: dgp-win-specific-strict | |
|
2015-03-12
| ||
| 15:07 | merge novem check-in: 6edb8b4e49 user: dgp tags: dgp-refactor | |
| 15:06 | merge trunk check-in: 94ad5d5d47 user: dgp tags: novem | |
| 14:47 | merge release check-in: d64e46c5af user: dgp tags: trunk | |
|
2015-03-11
| ||
| 20:56 | merge novem check-in: 129ac3fa0e user: dgp tags: dgp-refactor | |
| 20:55 | merge trunk check-in: 06a7c7a11e user: dgp tags: novem | |
| 12:30 | update changes Closed-Leaf check-in: 824b141077 user: dgp tags: rc1, release, core-8-6-4, core-8-6-4-rc | |
| 12:26 | merge trunk check-in: 2768b8131b user: dgp tags: core-8-6-4-rc | |
| 12:25 | merge mark check-in: 099f49094f user: dgp tags: trunk | |
|
2015-03-10
| ||
| 14:44 | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_ServiceAll() event processing... check-in: d6acbd8534 user: kevin_walzer tags: core-8-5-branch | |
| 14:41 | Fix or at least improvement for Tcl/Tk Cocoa event loop by forcing Tcl_ServiceAll() event processing... check-in: a34070f149 user: kevin_walzer tags: trunk | |
|
2015-03-06
| ||
| 19:55 | .RS/.RE balance check-in: 03366013bb user: dgp tags: rc0, core-8-6-4-rc | |
| 19:48 | `make html` must tolerate bundled packages using configure.ac over configure.in. check-in: 2c50439818 user: dgp tags: core-8-6-4-rc | |
| 19:43 | product of a make dist check-in: b8d70a3abc user: dgp tags: core-8-6-4-rc | |
| 16:39 | merge mark check-in: 98dd813367 user: dgp tags: trunk | |
| 15:26 | merge release check-in: b8c2c4a918 user: dgp tags: core-8-5-branch | |
| 15:06 | repair nroff breakage check-in: 9bc8b7eb60 user: dgp tags: core-8-5-branch | |
| 14:59 | repair nroff breakage Closed-Leaf check-in: c689255965 user: dgp tags: core-8-5-18, core-8-5-18-rc | |
| 14:38 | products of "make dist" check-in: 193c06a3e4 user: dgp tags: core-8-5-18-rc | |
| 14:17 | update release date check-in: f551f39c25 user: dgp tags: core-8-5-18-rc | |
|
2015-03-03
| ||
| 21:29 | update changes check-in: 388ef7d2c1 user: dgp tags: core-8-6-4-rc | |
|
2015-03-02
| ||
| 22:38 | merge trunk check-in: 4083a2ec42 user: dgp tags: core-8-6-4-rc | |
| 08:54 | Deleted Win95/98-specific documentation as those platforms have long been unsupported. check-in: 792da66b36 user: ashok tags: trunk | |
|
2015-02-26
| ||
| 16:58 | autoconf-2.59 check-in: 87155b45ee user: dgp tags: core-8-6-4-rc | |
| 16:57 | Bump to 8.6.4. check-in: 0ae41bd701 user: dgp tags: core-8-6-4-rc | |
| 16:40 | merge novem check-in: c0ddc62dbe user: dgp tags: dgp-refactor | |
| 16:35 | merge trunk check-in: f28efa3202 user: dgp tags: novem | |
|
2015-02-24
| ||
| 15:08 | update changes check-in: 2ff5ea3d03 user: dgp tags: rc0, core-8-5-18-rc | |
|
2015-02-20
| ||
| 20:22 | merge 8.5 check-in: 67f53ba5ff user: dgp tags: core-8-5-18-rc | |
| 20:19 | [32b6159246] Accept aspect patch for broken [lreplace] bytecode. No more [lreplace {1 2 3} 2 0] => 1... check-in: a3653be454 user: dgp tags: trunk | |
| 19:30 | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is optional. Update the docs to mak... check-in: 4b4a843052 user: dgp tags: trunk | |
| 19:29 | [e08c2c407b] The getHandleProc routine in the Tcl_Channel struct is optional. Update the docs to ma... check-in: 5d588dbd27 user: dgp tags: core-8-5-branch | |
|
2015-02-19
| ||
| 22:01 | per ticket [e08c2c407b053bbfaab] (and stray code related to [84f208762f172e]) adj code to passing t... check-in: e8e453a016 user: bch tags: trunk | |
| 19:19 | Do not fault! Tcl_Panic()! - improvements to handling Tcl_CreateChannel() args check-in: 8b6f2cc858 user: bch tags: trunk | |
| 19:16 | backout backwards-incompatible experiment that was accidentally committed Closed-Leaf check-in: 84f208762f user: bch tags: tclchan_assertions | |
| 18:57 | sync w/ [trunk] check-in: fac397e113 user: bch tags: tclchan_assertions | |
| 06:30 | merge trunk Leaf check-in: 96c4540f29 user: aspect tags: aspect-lreplace-fix | |
| 06:29 | undo erroneous change in [1fa2e32e07] check-in: 0a7c347ebc user: aspect tags: aspect-lreplace-fix | |
| 02:42 | handle [lreplace l x y ...] where y<x check-in: bdd93f86b9 user: aspect tags: aspect-lreplace-fix | |
| 02:34 | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 check-in: a6f0049368 user: aspect tags: aspect-lreplace-fix | |
|
2015-02-12
| ||
| 17:08 | Merge trunk and tzdata2015a from ietf.org check-in: 7e2416a5da user: venkat tags: novem | |
| 15:13 | merge 8.5 check-in: 3b2bf8f550 user: dgp tags: core-8-5-18-rc | |
|
2015-02-11
| ||
| 23:54 | merge tzdata2015a from ietf.org check-in: c01663d9a7 user: venkat tags: trunk | |
| 15:56 | Even clearer failure messages. check-in: d82fc0ac6e user: dkf tags: tclchan_assertions | |
| 03:43 | merge mark check-in: c820272112 user: dgp tags: trunk | |
| 00:19 | merge tzdata2015a from ietf.org check-in: 371af1a745 user: venkat tags: core-8-5-branch | |
|
2015-02-08
| ||
| 06:50 | Tcl_ChanneType inputProc and outputProc tests, according to docs (ref: [e08c2c407b053bbfaab]) Closed-Leaf check-in: d535157618 user: bch tags: tclchan_assertions | |
| 05:04 | inputProc and outputProc tests run conditionally on TCL_READABLE, TCL_WRITABLE mask check-in: 29f5697dfd user: bch tags: tclchan_assertions | |
|
2015-02-07
| ||
| 21:19 | switch raw assert() to Tcl_Panic() per discussion w/ dkf check-in: 4c53df3107 user: bch tags: tclchan_assertions | |
| 21:12 | merge [trunk] check-in: e64fd539ad user: bch tags: tclchan_assertions | |
|
2015-02-06
| ||
| 19:56 | update changes check-in: c32d8dc2c2 user: dgp tags: core-8-5-18-rc | |
|
2015-02-05
| ||
| 19:24 | merge 8.5 check-in: ee79e4d205 user: dgp tags: core-8-5-18-rc | |
| 19:23 | Backport of channel mem leak fix that got missed before. check-in: 9682f2723c user: dgp tags: core-8-5-branch | |
| 18:17 | Bump to version 8.5.18. check-in: e4625e0e05 user: dgp tags: core-8-5-18-rc | |
|
2015-02-02
| ||
| 06:42 | Add tests 53.22-26 for [binary format] handling of values > FLT_MAX. These do not conform to the st... Leaf check-in: 63cb5104fb user: aspect tags: aspect-binary-float-inf | |
| 06:37 | binary format: round to (float)Inf Changes test results binary-13.12, 13.13, 53.12, 53.13 check-in: 168ba547d4 user: aspect tags: aspect-binary-float-inf | |
| 04:59 | (core ticket [85ce4bf928]) Ensure [binary format] stores single-precision infinities correctly. FLT... check-in: f4d7334db9 user: aspect tags: aspect-binary-float-inf | |
|
2015-01-29
| ||
| 18:39 | Fix [08872796bc] check-in: 938d402c18 user: dgp tags: trunk | |
| 18:36 | Test for bug [08872796bc]. check-in: 38a021fa60 user: dgp tags: trunk | |
| 18:34 | Test for bug [08872796bc]. check-in: ff27c03a64 user: dgp tags: core-8-5-branch | |
| 17:48 | Protect against extension variable resolvers that fail to play by the post-Var Reform rules. check-in: 9fff408391 user: dgp tags: trunk | |
| 17:37 | Protect against extension variable resolvers that fail to play by the post-Var Reform rules. check-in: 26b3701be6 user: dgp tags: core-8-5-branch | |
|
2015-01-26
| ||
| 21:00 | merge trunk check-in: 8fdd17d1b2 user: jan.nijtmans tags: novem | |
| 20:56 | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INFINITY in regguts.h check-in: fd1317ae18 user: jan.nijtmans tags: trunk | |
| 20:51 | merge trunk check-in: 8b523e16b0 user: dgp tags: bug-3608714 | |
| 20:47 | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INFINITY in regguts.h check-in: 4087cc2323 user: jan.nijtmans tags: core-8-5-branch | |
|
2015-01-23
| ||
| 13:53 | re-generate "configure" check-in: 6652be06bb user: jan.nijtmans tags: bug-1224888 | |
|
2015-01-22
| ||
| 20:00 | re-base to trunk check-in: 7d224d42f7 user: jan.nijtmans tags: bug-1224888 | |
|
2015-01-21
| ||
| 00:21 | truncateProc *can* be NULL check-in: 4f581ec708 user: bch tags: tclchan_assertions | |
|
2015-01-20
| ||
| 23:40 | assert() on missing definitions for Tcl_ChannelCreate() required struct Tcl_ChannelType{} fields. check-in: 03386a8409 user: bch tags: tclchan_assertions | |
|
2015-01-17
| ||
| 18:40 | apply contributed patch which fixes a segfault check-in: fa50ea7b17 user: jan.nijtmans tags: tip-389-impl | |
| 17:42 | merge trunk check-in: ba66980d64 user: jan.nijtmans tags: tip-389-impl | |
|
2015-01-02
| ||
| 22:43 | merge mark check-in: 690300420f user: dgp tags: trunk | |
| 22:42 | Now that we're using TCL_ENCODING_NO_TERMINATE - be careful about acting on the contents of dst -- t... check-in: bd7e81c0fb user: dgp tags: trunk | |
| 15:19 | Revert use of the install-headers target. Tcl 8.5 has no such target. check-in: 04e2c18195 user: dgp tags: core-8-5-branch | |
|
2014-12-23
| ||
| 18:52 | merge novem check-in: af900c390e user: dgp tags: dgp-refactor | |
| 18:44 | merge trunk check-in: 526ce54517 user: dgp tags: novem | |
| 18:39 | Add two new (undocumented) flags to the Tcl_ExternalToUtf() interface. TCL_ENCODING_NO_TERMINATE rej... check-in: 7cefe002e7 user: dgp tags: trunk | |
| 17:53 | Support TCL_ENCODING_CHAR_LIMIT in TableToUtfProc and EscapeToUtfProc drivers. Closed-Leaf check-in: 14b0ab81bb user: dgp tags: dgp-encoding-flags | |
| 17:48 | Support TCL_ENCODING_CHAR_LIMIT in the Iso88591ToUtfProc driver. check-in: 0a271e0a77 user: dgp tags: dgp-encoding-flags | |
| 17:46 | Support TCL_ENCODING_CHAR_LIMIT in the UnicodeToUtfProc driver. check-in: 18bd29454d user: dgp tags: dgp-encoding-flags | |
| 17:26 | Support TCL_ENCODING_CHAR_LIMIT in the UtfToUtfProc driver. check-in: 0ff413f9e5 user: dgp tags: dgp-encoding-flags | |
| 17:13 | Support TCL_ENCODING_CHAR_LIMIT in the BinaryProc driver. check-in: 32e5400e02 user: dgp tags: dgp-encoding-flags | |
| 16:57 | Use the new TCL_ENCODING_CHAR_LIMIT flag to have the encoding system manage the max chars to read co... check-in: 8890be077c user: dgp tags: dgp-encoding-flags | |
| 15:37 | merge novem check-in: 37e28f586b user: dgp tags: dgp-refactor | |
| 15:19 | merge trunk check-in: ce8eb2a4dd user: dgp tags: novem | |
| 03:11 | merge trunk check-in: b057d4a0fb user: dgp tags: dgp-encoding-flags | |
| 02:41 | Use more suitable variable name pushers. check-in: d9a4be6a30 user: dgp tags: trunk | |
| 02:12 | Eliminate TclIsLocalScalar(). No callers left. check-in: ace6686f02 user: dgp tags: trunk | |
| 01:28 | Revise CompileEachloopCmd() to use LocalScalar() in place of TclIsLocalScalar(). check-in: 2bff63d484 user: dgp tags: trunk | |
|
2014-12-22
| ||
| 20:27 | Convert the LocalScalar*() macros to rest on TclPushVarName rather than on TclIsLocalScalar(). check-in: f4187de9bb user: dgp tags: trunk | |
| 20:13 | Use (interp == NULL) argument to TclPushVarName() to signal that no compiling is desired. Only a lo... check-in: 4b3a62d56b user: dgp tags: trunk | |
| 19:57 | More complete use of the TCL_NO_ELEMENT flag to suppress useless actions. check-in: bfe5d18986 user: dgp tags: trunk | |
| 17:12 | merge mark check-in: 123f195b90 user: dgp tags: trunk | |
| 15:35 | One more (interp==NULL) shortcut. check-in: c7613a6017 user: dgp tags: core-8-5-branch | |
|
2014-12-19
| ||
| 17:57 | merge-mark. The compiler machinery has changed too much for any hope for a successful merge. TclIs... check-in: 5dfdd58c00 user: dgp tags: trunk | |
| 17:09 | Revise name and interface of new utility routines to match work already in place on the trunk. check-in: 632abe2721 user: dgp tags: core-8-5-branch | |
| 16:09 | [e711ffb458] Eliminate TclIsLocalScalar() and revise all callers to use more appropriate facilities. check-in: 05f7d1ec03 user: dgp tags: core-8-5-branch | |
| 15:55 | New utility routine GetLocalScalarIndex() reduces common caller boilerplate (and fixes a bug!) Closed-Leaf check-in: 8fefc24942 user: dgp tags: bug-e711ffb458 | |
| 15:13 | Use interp==NULL argument to PushVarName to signal that only an index into the CLT is sought, and no... check-in: b1eea13a69 user: dgp tags: bug-e711ffb458 | |
| 14:21 | With no callers left, TclIsLocalScalar() is removed. check-in: b052f09dbe user: dgp tags: bug-e711ffb458 | |
| 14:17 | Replace TclIsLocalScalar() with PushVarNameWord() in [dict for] compiler. check-in: 30a06fec35 user: dgp tags: bug-e711ffb458 | |
| 03:31 | Narrow scope of numVars. check-in: 90eb0b4cbb user: dgp tags: bug-e711ffb458 | |
|
2014-12-18
| ||
| 22:25 | A bit more tidying... check-in: 65e5d46da8 user: dgp tags: bug-e711ffb458 | |
| 22:13 | No need for a loopIndex. check-in: f58fb59cab user: dgp tags: bug-e711ffb458 | |
| 22:00 | No need for varvList any more. check-in: 3af30a1c21 user: dgp tags: bug-e711ffb458 | |
| 21:29 | Fix up the token array passed to PushVarNameWord. Remove string list parse. check-in: 840e1b7039 user: dgp tags: bug-e711ffb458 | |
| 21:08 | Replace use of TclIsLocalScalar() and late setting of varIndexes with an earlier setting of varIndex... check-in: e9759dbced user: dgp tags: bug-e711ffb458 | |
| 20:38 | Simplify creation and storage of temporaries check-in: 289b5a64d8 user: dgp tags: bug-e711ffb458 | |
| 20:34 | With that shift, varcList is no longer needed. check-in: c33787a640 user: dgp tags: bug-e711ffb458 | |
| 19:21 | Shift the allocation of AuxData earlier in the [foreach] compiler. check-in: 70aa317202 user: dgp tags: bug-e711ffb458 | |
| 18:16 | merge 8.5 check-in: c808ef0703 user: dgp tags: bug-e711ffb458 | |
| 18:06 | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in the byte-moving optimized path o... check-in: fca565edf9 user: dgp tags: trunk | |
| 14:38 | [af08e89777] Rework finalization to stop encoding-24.2 segfault. check-in: 60215f1e7a user: dgp tags: trunk | |
|
2014-12-17
| ||
| 20:47 | Rework the *FinalizeThread*() routines so that the quick exit preference is respected without need t... Closed-Leaf check-in: 0c55f8ef65 user: dgp tags: bug-af08e89777 | |
| 19:57 | Revise encoding finalization so that it does a more complete job of restoring the pre-initialized st... check-in: 519d6c8e9e user: dgp tags: bug-af08e89777 | |
| 11:21 | changes for TIP427 check-in: 452faca544 user: oehhar tags: trunk | |
| 08:42 | Include option -connecting in test iocmd-8.15.1 check-in: e3ea8c6212 user: oehhar tags: trunk | |
| 08:24 | TIP-427: make "fconfigure $h -connecting" official (client sockets only) check-in: 9fcbf61071 user: oehhar tags: trunk | |
| 08:22 | Documented "fconfigure $h -connecting" on socket man page Closed-Leaf check-in: b689b115bd user: oehhar tags: tip-427 | |
| 07:53 | Merge trunk check-in: bc38411db8 user: oehhar tags: tip-427 | |
|
2014-12-15
| ||
| 10:23 | merge trunk (but 86 -> 90) check-in: ba65c384d5 user: jan.nijtmans tags: novem | |
| 10:20 | 85 -> 86 check-in: 544df7aea5 user: jan.nijtmans tags: trunk | |
|
2014-12-14
| ||
| 12:13 | merge-mark check-in: 975a47cdd7 user: jan.nijtmans tags: trunk | |
|
2014-12-13
| ||
| 02:50 | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch check-in: 89931ded2d user: kevin_walzer tags: core-8-5-branch | |
| 02:47 | Add header install flag to OS X GNUMakefile; thanks to Stephan Houben for patch check-in: dbed517c8b user: kevin_walzer tags: trunk | |
|
2014-12-11
| ||
| 16:00 | Similar conversion of the [dict append] compiler. check-in: faac8851a1 user: dgp tags: bug-e711ffb458 | |
| 15:45 | Similar conversion for [dict update] compiler. check-in: 9de91b211d user: dgp tags: bug-e711ffb458 | |
| 15:19 | Similar revisions to [dict incr] compiler. check-in: 9536c9868a user: dgp tags: bug-e711ffb458 | |
| 14:41 | Get the word number right, even though it has no effect. check-in: a5a1d63f5c user: dgp tags: bug-e711ffb458 | |
| 14:40 | [e711ffb458] Same conversion for [catch] compiler. check-in: 710ee0e2d1 user: dgp tags: bug-e711ffb458 | |
|
2014-12-10
| ||
| 00:38 | merge tzdata2014j from ietf.org check-in: 582dfa389d user: venkat tags: novem | |
| 00:37 | merge tzdata2014j from ietf.org check-in: 753ce11db4 user: venkat tags: trunk | |
| 00:35 | tzdata2014j from ietf.org check-in: dbaa498f63 user: venkat tags: core-8-5-branch | |
|
2014-12-09
| ||
| 20:45 | [e711ffb458] Replace TclIsLocalScalar() with PushVarNameWord() in the compiler for [dict set]. check-in: 91baefb917 user: dgp tags: bug-e711ffb458 | |
| 20:29 | [e711ffb458] Replace TclIsLocalScalar() (which does the wrong thing).... with PushVarNameWord() (whi... check-in: f0b1afe696 user: dgp tags: bug-e711ffb458 | |
|
2014-12-08
| ||
| 16:23 | merge trunk check-in: 16ac00f4bb user: jan.nijtmans tags: novem | |
| 16:10 | Fix some gcc compiler warnings (probably cygwin-only) check-in: 9ad673da8e user: jan.nijtmans tags: trunk | |
| 16:05 | Fix some gcc compiler warnings (probably cygwin-only) check-in: c9948e5577 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-12-07
| ||
| 12:17 | test for bug [c6ed4acfd8]: running async socket connect with other connect established will block tc... check-in: 972aaaacc9 user: oehhar tags: trunk | |
|
2014-12-06
| ||
| 11:19 | Potential fix for [c6ed4acfd8]. Simple typo in original fix for [336441ed59]. Was looping on stat... check-in: 0658e05c4a user: ashok tags: trunk | |
|
2014-12-05
| ||
| 21:28 | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCommand() (in the pre-8.4.... check-in: 5c3b0b33f0 user: dgp tags: trunk | |
| 21:05 | Ever since (Tcl)PushVarName() stopped making a recursive call to Tcl_ParseCommand() (in the pre-8.4.... check-in: 189de46e3a user: dgp tags: core-8-5-branch | |
| 15:05 | Bringing core_zip_vfs up to date with trunk check-in: 52241094a3 user: hypnotoad tags: core_zip_vfs | |
| 12:28 | [d2ffcca163] Limit parsing results that are documented to accept only ASCII chars to actually follow... check-in: 576177cd54 user: dgp tags: trunk, potential incompatibility | |
|
2014-12-04
| ||
| 22:10 | [d2ffcca163] Limit parsing results that are documented to accept only ASCII chars to actually follow... check-in: 02260e5f9f user: dgp tags: core-8-5-branch, potential incompatibility | |
| 21:29 | Limit isalpha(.) calls in the expr parser to only apply to known ASCII arguments to make the results... Closed-Leaf check-in: 3b91a3e3f4 user: dgp tags: bug-d2ffcca163 | |
| 20:45 | The isalpha(.) calls remaining in the expr parser still bring nonportability. Commit a test that dem... check-in: fdba15aba6 user: dgp tags: bug-d2ffcca163 | |
| 18:26 | Stop using isalnum(.). Its results are not portable. Replace with our own private routine TclIsBar... check-in: b1289b438c user: dgp tags: bug-d2ffcca163 | |
| 13:02 | merge 8.5 check-in: 4d646128c8 user: dgp tags: bug-d2ffcca163 | |
|
2014-12-03
| ||
| 23:55 | And then another merge mark to finish. check-in: e6dd11413c user: dgp tags: trunk | |
| 23:54 | Now make the patch by hand that fossil could not merge. check-in: 0b5e44e98b user: dgp tags: trunk | |
| 23:51 | Just a merge mark since fossil cannot do it right. check-in: 6288895427 user: dgp tags: trunk | |
| 23:46 | [0c043a175] backport fix from trunk. check-in: 2f83d4eae5 user: dgp tags: core-8-5-branch | |
| 23:34 | missing unset in new test check-in: f06e472e4e user: msofer tags: trunk | |
| 23:27 | fix var($) problem, bug [0c043a175] (thx dgp) check-in: a99cda1ce0 user: msofer tags: trunk | |
| 23:17 | test and fix (thx dgp) Closed-Leaf check-in: 2e6529b49a user: msofer tags: bug-0c043a175 | |
| 23:05 | [0dca3bfa8f] Strengthen validity checks on fast-path string comparison. check-in: 10719b63c9 user: dkf tags: trunk | |
| 13:22 | adding a test for the bug check-in: dcc6ec3e90 user: msofer tags: bug-0c043a175 | |
|
2014-12-01
| ||
| 20:17 | Fix missing export of the "NewForeachInfoType" AuxData structure for tbcload/tclcompiler packages. check-in: edb0dea965 user: andreask tags: trunk | |
|
2014-11-26
| ||
| 18:17 | Merge from trunk Leaf check-in: b99509d26e user: jcr tags: jcr-notifier-poll | |
| 17:00 | Same issue in expr parser also tested and fixed. check-in: 036e351e31 user: dgp tags: bug-d2ffcca163 | |
| 16:22 | I like this patch better. Retain the byte orientation of the parser. check-in: a9c0ceafde user: dgp tags: bug-d2ffcca163 | |
|
2014-11-25
| ||
| 21:24 | One way to fix the parser of $-substitution accepting non-ASCII varnames. check-in: bbd9471b6d user: dgp tags: bug-d2ffcca163 | |
| 19:25 | merge [e11d223695c5468b1bfb3db35ebf54856501fdf0], specifically for ./generic/tclExecute.c work (prop... Leaf check-in: c7bc4d485a user: bch tags: bch_coverity | |
|
2014-11-24
| ||
| 03:11 | merge trunk check-in: 74365a92a9 user: dgp tags: dgp-encoding-flags | |
| 03:08 | [e087812465] Trim back operatorStrings array to just the entries that are needed. Trims away the par... check-in: e11d223695 user: dgp tags: trunk | |
| 03:00 | [e087812465] Trim back operatorStrings array to just the entries that are needed. Trims away the pa... check-in: 0b2a28a78f user: dgp tags: core-8-5-branch | |
|
2014-11-21
| ||
| 13:10 | merge trunk check-in: d6600334f0 user: jan.nijtmans tags: novem | |
| 13:05 | Fix [743338466549f09e3956d8a86e6f9a8030f227cb|7433384665]: socket error encoding bug. check-in: 19efe47577 user: jan.nijtmans tags: trunk | |
|
2014-11-17
| ||
| 20:55 | merge 8.6.3 core (ref: [core-8-6-3]; nb: specific tag could change in future.) check-in: 5c0a5f44ce user: bch tags: bch_coverity | |
| 15:04 | Added the zvfstools file to the installer check-in: 7e8220ba60 user: hypnotoad tags: core_zip_vfs | |
| 13:00 | merge trunk check-in: 0b851de3a3 user: dgp tags: dgp-encoding-flags | |
|
2014-11-15
| ||
| 23:45 | Tweaks to build Leaf check-in: 92779ba3ee user: hypnotoad tags: core_zip_vfs_c_encoder | |
| 21:46 | Add to Tcl_ExternalToUtf() a capability to impose a limit on the number of chars produce in the enco... check-in: 4c4b417d21 user: dgp tags: dgp-encoding-flags | |
| 21:13 | With no padding needed for a terminating NUL, there no need for a distinction between the dstNeeded ... check-in: 08d5c4e676 user: dgp tags: dgp-encoding-flags | |
| 21:08 | Tcl_ExternalToUtf appends a terminating NUL to its encoded results. Perhaps this is a welcome conven... check-in: dfbd1c41a7 user: dgp tags: dgp-encoding-flags | |
| 14:48 | Added the C implementation of the zipvfs encoder that was originally bundled into the zvfs.c file as... check-in: cb1011bfac user: hypnotoad tags: core_zip_vfs_c_encoder | |
| 00:12 | For the feature branch we now enable Zip file functions for all shells in Unix, and explicitly name ... check-in: 1d8bf095f0 user: hypnotoad tags: core_zip_vfs | |
|
2014-11-14
| ||
| 12:29 | Merge trunk. Update to Unicode 8 beta check-in: 5e0b59a946 user: jan.nijtmans tags: tip-389-impl | |
| 09:47 | merge trunk check-in: b83be1ab3b user: jan.nijtmans tags: novem | |
| 09:44 | Remove a number of eol-spaces. No change in functionality. check-in: 43b5a95f6d user: jan.nijtmans tags: trunk | |
|
2014-11-13
| ||
| 16:08 | Simplify NativeIsComPort() implementation: native paths never end in ':', and never use forward slas... check-in: f27ce7a1a5 user: jan.nijtmans tags: trunk | |
| 15:50 | Add a mode for injecting the TkDll into the VFS check-in: b607f9b797 user: hypnotoad tags: core_zip_vfs | |
| 14:58 | Removed _ANSI_ARGS_ macros. They were not compiling in Tk for some reason today... check-in: 758f3bb391 user: hypnotoad tags: core_zip_vfs | |
| 14:30 | Tweak to delete the tclzsh.vfs directory before the rm -rf tclvfs* statement in "make clean" check-in: c0b9d42ce2 user: hypnotoad tags: core_zip_vfs | |
| 14:13 | Merging in changes from trunk check-in: 173ba18398 user: hypnotoad tags: core_zip_vfs | |
| 12:52 | Improve documentation on the use of com ports (remove references to Windows 95, deprecate the use of... check-in: 90f8c27d0d user: jan.nijtmans tags: trunk | |
| 12:29 | Improve documentation on the use of com ports (remove references to Windows 95, deprecate the use of... check-in: d2562ffa65 user: jan.nijtmans tags: core-8-5-branch | |
| 03:20 | Even though we are ultimately terminating the process, we manage our resources. (ref: Coverity CID 4... check-in: 836d53271d user: bch tags: bch_coverity | |
|
2014-11-12
| ||
| 04:45 | merge novem check-in: edf50096a2 user: dgp tags: dgp-refactor | |
| 04:44 | merge trunk check-in: c0fa0060a5 user: dgp tags: novem | |
| 04:35 | merge release check-in: 2b53ef7858 user: dgp tags: trunk | |
|
2014-11-11
| ||
| 22:23 | Likely fix for channel mem leaks. Closed-Leaf check-in: 450a131ee7 user: dgp tags: core-8-6-3-rc, core-8-6-3, release | |
|
2014-11-09
| ||
| 06:56 | coverity 1251249 Out-of-bounds read, off-by-one check-in: 12524da9f5 user: bch tags: bch_coverity | |
|
2014-11-08
| ||
| 07:06 | [214cc0eb22] Add tests to make sure that this bug stays fixed. check-in: fcc112066f user: dkf tags: trunk | |
|
2014-11-07
| ||
| 17:48 | Correct -singleproc 1 testing flaws. check-in: b71c2af14a user: dgp tags: rc2, core-8-6-3-rc | |
| 14:10 | update changes; more test suite polishing. check-in: 156a2211b7 user: dgp tags: core-8-6-3-rc | |
| 13:59 | Make sure all uses of the [testbytestring] command are constrained. check-in: c60e3fa141 user: dgp tags: core-8-6-3-rc | |
|
2014-11-06
| ||
| 18:38 | Merged latest trunk work (especially changes to eof handling) into the RC. check-in: b37ba326f6 user: andreask tags: core-8-6-3-rc | |
| 17:34 | cleanup global namespace litter check-in: 1647ca4c08 user: dgp tags: trunk | |
| 16:56 | merge novem check-in: 49f1d7fec5 user: dgp tags: dgp-refactor | |
| 16:56 | merge trunk check-in: d5dbec3ae3 user: dgp tags: novem | |
| 16:34 | [5adc350683] Stop Tcl forcing EOF condition on channels to be permanent. It may be fleeting, and all... check-in: 16bdf667aa user: dgp tags: trunk | |
| 16:24 | [5adc350683] Stop Tcl forcing EOF condition on channels to be permanent. It may be fleeting, and all... check-in: bd09a69e14 user: dgp tags: core-8-5-branch | |
| 16:20 | merge iogt fixes. Closed-Leaf check-in: 032cde93a3 user: dgp tags: bug-5adc350683-86 | |
| 16:12 | Also test transfroms that delay. Closed-Leaf check-in: 431afa5371 user: dgp tags: bug-5adc350683 | |
| 15:49 | fix failing test check-in: 40e3fd70f3 user: dgp tags: bug-5adc350683 | |
| 15:06 | New test iogt-7.0 demos bug in [testchannel transform]. check-in: 6955a98430 user: dgp tags: bug-5adc350683 | |
| 14:52 | Another test checking that handling when transform returns nothing is right. check-in: d7e45b9c0f user: dgp tags: bug-5adc350683-86 | |
| 13:38 | New tests iortrans-4.11* demonstrate what was wrong with the "leaky EOF flag" approach in 8.6.1 and ... check-in: d603576fb7 user: dgp tags: bug-5adc350683-86 | |
|
2014-11-05
| ||
| 20:34 | Reflected Transform channel fix. Be sure each EOF on the base channel gets passed up to become an e... check-in: 8b00e4587f user: dgp tags: bug-5adc350683-86 | |
| 16:47 | New test iortrans-4.10 to demo failure of channel transformation to handle fleeting EOF in the base ... check-in: d73979ff65 user: dgp tags: bug-5adc350683-86 | |
| 16:39 | merge trunk check-in: 92fc15829a user: dgp tags: bug-5adc350683-86 | |
| 06:36 | [214cc0eb22] Restore [lappend $var] return value to the 8.6.1- behavior. If this is going to change,... check-in: f40e585e4b user: dgp tags: trunk | |
|
2014-11-04
| ||
| 16:05 | Proposed workaround for [b5ced5865b]: newer MinGW compilers can link directory to the zlib dll, hope... Closed-Leaf check-in: f4b66e37c7 user: jan.nijtmans tags: bug-b5ced5865b | |
|
2014-11-03
| ||
| 21:37 | Make sure reflected channels do not make a double call to Tcl_ReadRaw(), with the unwarranted assump... check-in: b3df4b3d82 user: dgp tags: bug-5adc350683-86 | |
| 21:04 | Same patch re-enabling read after EOF, but here applied to 8.6. Likely additional changes needed in ... check-in: e9b791012a user: dgp tags: bug-5adc350683-86 | |
| 20:54 | merge 8.5 check-in: d7e566ea16 user: dgp tags: bug-5adc350683 | |
| 20:39 | [5adc350683] Reworked the management of the EOF states to re-enable the ability to read beyond EOF. ... check-in: 77bf4ea593 user: dgp tags: bug-5adc350683 | |
| 12:54 | Add test-case for previous commit, which shows that when trying to open a filename with invalid char... check-in: 9971779e88 user: jan.nijtmans tags: trunk | |
| 12:44 | Add test-case for previous commit, which shows that when trying to open a filename with invalid char... check-in: e03818474b user: jan.nijtmans tags: core-8-5-branch | |
| 10:23 | Better errormessage when file path contains invalid characters. check-in: 58143ff4f8 user: jan.nijtmans tags: trunk | |
| 10:14 | Better errormessage when file path contains invalid characters. See: [03414f517b7a74]. check-in: 20366d4c8e user: jan.nijtmans tags: core-8-5-branch | |
|
2014-11-01
| ||
| 14:52 | Disable assertion until tls bug it detects is fixed. check-in: bd7e5a4c20 user: dgp tags: trunk | |
|
2014-10-31
| ||
| 11:14 | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. Prevent possible buffer-ov... check-in: 68cbd0b200 user: jan.nijtmans tags: trunk | |
| 10:57 | Extend WinIsReserved() to recognize COM[5-9]: as valid com ports as well. check-in: 25a624797c user: jan.nijtmans tags: core-8-5-branch | |
| 10:20 | When translating a reserved devicename to native pathname, strip ':' postfix. Possible fix for [dcc0... check-in: a48b313b26 user: jan.nijtmans tags: trunk | |
| 09:59 | When translating a reserved devicename to native pathname, strip ':' postfix. Possible fix for [dcc0... check-in: 198d89722a user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-29
| ||
| 14:54 | Base test for [5adc350683]. check-in: 19b8cc5448 user: dgp tags: bug-5adc350683 | |
| 13:49 | merge 8.5 check-in: 2d01a0b901 user: dgp tags: bug-5adc350683 | |
|
2014-10-28
| ||
| 20:10 | Work in progress restoring ability to [read] after [eof] and get non-empty strings back in those cas... check-in: 442bff14d8 user: dgp tags: bug-5adc350683 | |
| 13:06 | merge trunk check-in: c75e80f332 user: dgp tags: core-8-6-3-rc | |
| 11:42 | Revert bug-fix for [2413550], in order to be able to investigate whether it caused [dcc03414f5] or n... Closed-Leaf check-in: 35aa29eca7 user: jan.nijtmans tags: bug-dcc03414f5 | |
|
2014-10-26
| ||
| 07:53 | Support for Windows 10 check-in: f01531c3d2 user: jan.nijtmans tags: trunk | |
| 07:51 | Support for Windows 10 check-in: 585b37d8d8 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-24
| ||
| 20:10 | merge mark check-in: a9d85b0a22 user: dgp tags: trunk | |
| 20:07 | merge release check-in: 4b568c140c user: dgp tags: core-8-5-branch | |
|
2014-10-22
| ||
| 14:46 | by request check-in: 76fb8c73a5 user: dgp tags: rc1, core-8-6-3-rc | |
|
2014-10-21
| ||
| 01:20 | Fixes to allow a standard tclsh build to do the zip file encoding, instead of having to do it all t... check-in: 6c7635e2ee user: hypnotoad tags: core_zip_vfs | |
| 01:11 | Tweaked zvfstools to always allows the zvfs::mkzip command, and defer the check for the rest of the ... check-in: 5cef4847a0 user: hypnotoad tags: core_zip_vfs | |
| 01:04 | Replaced calls to zip with calls to the new pure-tcl zipfile encoder embedded in zvfstools. Fixed a... check-in: 6dd3878e92 user: hypnotoad tags: core_zip_vfs | |
|
2014-10-20
| ||
| 20:54 | Added the zipfile::encode routine from Tcllib, and a rudimentary zipfile decode as a package "zvfsto... check-in: 8b58e606ad user: hypnotoad tags: core_zip_vfs | |
| 19:59 | Renamed "tclkit" to "tclzsh" Removed tclzsh from "make binaries". (It the user wants it, they have ... check-in: 5577189ee9 user: hypnotoad tags: core_zip_vfs | |
| 01:23 | Removed the dual ported canonical path mapping scheme to allow Odie and FreeWrap to coexist. The res... check-in: dd441a751c user: hypnotoad tags: core_zip_vfs | |
| 01:20 | Added thread mutex/release calls around the potentially contested regions of the code: Mounting a... check-in: eb7ef71fe1 user: hypnotoad tags: core_zip_vfs | |
|
2014-10-19
| ||
| 20:20 | Added a "_bare" stage to capture the kit executable before the VFS is wrapped to it. check-in: 9edde82482 user: hypnotoad tags: core_zip_vfs | |
| 20:03 | Update the zipvfs implementation with additional code from both Odie and Dennis LaBelle's FreeWrap.... check-in: 5fa52cd7ed user: hypnotoad tags: core_zip_vfs | |
| 11:06 | Bringing in the latest fixes from trunk check-in: d4e9327ae2 user: seandeelywoods tags: core_zip_vfs | |
|
2014-10-18
| ||
| 22:51 | merge novem check-in: a63895b926 user: dgp tags: dgp-refactor | |
| 22:49 | merge trunk: check-in: 7abadb418f user: dgp tags: novem | |
| 22:43 | merge trunk check-in: 0a522a5abd user: dgp tags: rc0, core-8-6-3-rc | |
| 20:11 | update changes Closed-Leaf check-in: 90f02fbce3 user: dgp tags: rc0, core-8-5-17-rc, core-8-5-17 | |
| 20:06 | merge 8.5 check-in: b45b149a60 user: dgp tags: core-8-5-17-rc | |
| 20:03 | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly accounts for the effects... check-in: 58e5b26f2a user: dgp tags: trunk | |
| 19:50 | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly accounts for the effect... check-in: dfb79fa482 user: dgp tags: core-8-5-branch | |
|
2014-10-17
| ||
| 14:28 | Merge trunk Closed-Leaf check-in: 1984d275c5 user: oehhar tags: tip-428 | |
| 12:52 | fconfigure -peername and -sockname return empty string while async connect running. check-in: 44cb942486 user: oehhar tags: trunk | |
| 12:28 | New tests: 14.16: -peername empty while async connect running, 14.17: -sockname check-in: de0ebf629b user: oehhar tags: tip-427 | |
| 10:00 | Merge trunk check-in: e14a019b4f user: oehhar tags: tip-427 | |
|
2014-10-14
| ||
| 18:12 | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. check-in: 481f2d5443 user: dgp tags: core-8-6-3-rc | |
|
2014-10-13
| ||
| 17:34 | missed a bump check-in: 59a0067f32 user: dgp tags: core-8-5-17-rc | |
| 17:15 | update changes file check-in: 286dced066 user: dgp tags: core-8-5-17-rc | |
|
2014-10-10
| ||
| 20:37 | Resolve test conflicts over global vars check-in: 524b934ef0 user: dgp tags: trunk | |
| 20:17 | Bump to 8.5.17 check-in: 08c159aa7e user: dgp tags: core-8-5-17-rc | |
| 20:04 | merge novem check-in: d5c6105bab user: dgp tags: dgp-refactor | |
| 20:03 | merge trunk check-in: 40b2999ded user: dgp tags: novem | |
| 20:02 | merge mark check-in: db897a5666 user: dgp tags: trunk | |
| 20:02 | backport those tests that can be check-in: 2bd1163469 user: dgp tags: core-8-5-branch | |
| 19:56 | [bf7135428c] Restore the Tcl_Write() return value logic. check-in: 2e1556fb0e user: dgp tags: trunk | |
| 19:54 | [bf7135428c] Restore the Tcl_Write() return value logic. check-in: 9e301d16f7 user: dgp tags: core-8-5-branch | |
| 19:44 | [ed29c4da21] Completed fix for [chan copy] handling [chan blocked]. check-in: b71be3e49e user: dgp tags: trunk | |
| 19:36 | Add Colin's test for coro floor above street level [Bug #3008307] check-in: b6705463b3 user: ferrieux tags: trunk | |
| 19:02 | Another test so both DoRead and MBRead are covered. check-in: 0b0cac0b60 user: dgp tags: trunk | |
| 18:28 | [ed29c4da21] Merge patch from 8.5, still not a complete fix. check-in: 009cbc8def user: dgp tags: trunk | |
| 18:24 | [ed29c4da21] Don't let BLOCKED state get converted into a channel error. check-in: a0b44a3c1d user: dgp tags: core-8-5-branch | |
| 16:13 | New test io-53.15 for [ed29c4da21]. check-in: ead247a36f user: dgp tags: trunk | |
| 15:38 | New test io-53.15 for [ed29c4da21]. check-in: 6464f9b757 user: dgp tags: core-8-5-branch | |
|
2014-10-09
| ||
| 18:44 | Updated patch for Ticket 3328635 to implement fixes for virtualk time (use of clock_gettime, and, wh... Closed-Leaf check-in: 265e84eb5e user: andreask tags: tkt3328635-posix-monotonic-clock | |
| 14:56 | [2039178] Remove false claims about TCL_INTERP_DESTROYED flag bit in command traces. check-in: 5234b9ac20 user: dgp tags: trunk | |
| 14:52 | [2039178] Remove false claims about TCL_INTERP_DESTROYED flag bit in command traces. check-in: b14bb38f76 user: dgp tags: core-8-5-branch | |
|
2014-10-08
| ||
| 12:07 | merge novem check-in: d99d6b5460 user: dgp tags: dgp-refactor | |
| 07:14 | Merge trunk check-in: 1fde3c846f user: jan.nijtmans tags: novem | |
| 07:11 | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does not compile with MSVC1... check-in: c9c7d35c9d user: jan.nijtmans tags: trunk | |
| 07:02 | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does not compile with MSVC1... check-in: c69f003888 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-10-03
| ||
| 20:26 | merge novem check-in: 0e216d959a user: dgp tags: dgp-refactor | |
| 20:26 | merge trunk check-in: 830dc0d2e2 user: dgp tags: novem | |
| 20:20 | fix [bc1a96407a] check-in: d7030fb605 user: dgp tags: trunk | |
| 15:47 | test cases Closed-Leaf check-in: c812d55777 user: dgp tags: bug-bc1a96407a | |
|
2014-10-02
| ||
| 21:40 | Possible fix for testing. check-in: 7bc07a4974 user: dgp tags: bug-bc1a96407a | |
| 17:43 | [bc1a96407a] Partial solution should avoid crash, but may lead to wrong behavior. check-in: 6c9efd94aa user: dgp tags: bug-bc1a96407a | |
| 14:52 | merge novem check-in: 9d27a814c2 user: dgp tags: dgp-refactor | |
| 14:51 | merge trunk check-in: a20825f456 user: dgp tags: novem | |
| 14:46 | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7. check-in: 32edfe9722 user: dgp tags: trunk | |
| 14:43 | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7. check-in: df382f0bf1 user: dgp tags: core-8-5-branch | |
|
2014-09-30
| ||
| 19:41 | Remove TODO when it gets TODONE check-in: c999e510e1 user: dgp tags: dgp-refactor | |
| 19:37 | Convert loop to use a BP iterator. check-in: adc6634678 user: dgp tags: dgp-refactor | |
|
2014-09-29
| ||
| 13:37 | Rebase the refactoring branch to novem. check-in: 663194637e user: dgp tags: dgp-refactor | |
| 13:25 | merge trunk check-in: 95094291e7 user: dgp tags: dgp-refactor | |
| 13:10 | Restore build - transform AuxData collection to Brodnik Array check-in: d5caacf10d user: dgp tags: dgp-refactor | |
| 11:49 | Merge new disassembler. DOES NOT BUILD! tclDisassemble.c still needs conversion. check-in: 16dfcd4ff8 user: dgp tags: dgp-refactor | |
|
2014-09-28
| ||
| 22:23 | merge trunk check-in: 9a9386911e user: dgp tags: novem | |
|
2014-09-27
| ||
| 21:36 | Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd] The "optimisation" in that commit... check-in: 956d1be41b user: msofer tags: trunk | |
| 20:28 | Applied patch by Andreas Leitgeb so that [string cat]'s compiled bytecode optimally groups args by 2... check-in: 32c3cbf245 user: ferrieux tags: trunk | |
|
2014-09-26
| ||
| 12:05 | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-sockname when still con... check-in: 2baaa060aa user: oehhar tags: tip-427 | |
| 11:34 | Win implementation of TIP 428 Rev 1.21: fconfigure channel -error ?errorDictVar? check-in: 2d27b66029 user: oehhar tags: tip-428 | |
|
2014-09-25
| ||
| 18:47 | comment fix check-in: 39d3ca2cad user: dgp tags: trunk | |
| 13:27 | Win implementation of TIP 428 Rev 1.21: fconfigure channel -error ?otherVar? This branch is a doubl... Closed-Leaf check-in: ed4a7d805e user: oehhar tags: tip-428 | |
|
2014-09-22
| ||
| 18:27 | Merge with trunk check-in: aa4f784295 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-20
| ||
| 12:37 | Added a script-readable bytecode disassembler in tcl::unsupported. check-in: 9b04dd8ea0 user: dkf tags: trunk | |
| 11:40 | Tidy things up a bit more. Closed-Leaf check-in: e31506063b user: dkf tags: dkf-improved-disassembler | |
|
2014-09-19
| ||
| 06:36 | Merge from trunk check-in: 9d87cb1287 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-17
| ||
| 13:40 | merge trunk check-in: a21142a02c user: dgp tags: dgp-refactor | |
| 13:16 | merge trunk check-in: e483b90ad3 user: jan.nijtmans tags: novem | |
| 10:47 | merge-mark check-in: c3abb5be5a user: jan.nijtmans tags: trunk | |
| 08:33 | Walked back modifications to tclConfig.sh.in (Builds don't require them anymore) check-in: 63f755231c user: tne tags: core_zip_vfs | |
| 08:31 | Removed non-working tclkit-direct makefile technique check-in: f62bd8dc6e user: tne tags: core_zip_vfs | |
|
2014-09-16
| ||
| 23:07 | Added a "make tclkit" to makefile Removed debugging fprintf check-in: b2491b1e92 user: hypnotoad tags: core_zip_vfs | |
| 15:52 | Better pic flag for OpenBSD. check-in: ae05904233 user: stwo tags: core-8-5-branch | |
| 15:48 | Better pic flag for OpenBSD. check-in: fc3dfd9bc8 user: stwo tags: trunk | |
| 11:14 | fix silly errors, add tests Leaf check-in: e26675fabd user: aspect tags: aspect-file-createdir | |
| 10:47 | file createdir PoC check-in: 656abcf350 user: aspect tags: aspect-file-createdir | |
| 10:32 | ... okay, so it looks like: * TclCallVarTraces *can* identify the name of an array element becaus... Leaf check-in: 0166a72b6a user: aspect tags: aspect-array-traces | |
|
2014-09-15
| ||
| 14:59 | Removed non-working code from the end of the mkVfs.tcl script check-in: 36c73f3d2f user: hypnotoad tags: core_zip_vfs | |
| 10:04 | Modified the makefile to produce a distinct name for a kit depending on whether it was compiled stat... check-in: 2c33cc0626 user: hypnotoad tags: core_zip_vfs | |
| 09:44 | The unix build has been pared down to the minimum hooks required to build a VFS enabled Tclsh with a... check-in: f0b37aebaf user: hypnotoad tags: core_zip_vfs | |
|
2014-09-14
| ||
| 17:11 | whitespace tweak check-in: 61b66a0f21 user: dkf tags: dkf-improved-disassembler | |
| 16:51 | merge trunk check-in: d7e6ea8c44 user: dkf tags: dkf-improved-disassembler | |
|
2014-09-12
| ||
| 17:59 | Zip enabled shells now build just like tclsh. Whether they are dynamic or static is determined by -... Closed-Leaf check-in: 8f11d69abf user: tne tags: core_zip_vfs | |
| 16:13 | Backing out code that inserted a debug statement into the http package check-in: 623e75f093 user: hypnotoad tags: core_zip_vfs | |
| 16:06 | Merging in changes from trunk check-in: ba85013c28 user: hypnotoad tags: core_zip_vfs | |
| 16:03 | Developed an improved bootloader built around TclSetPreInitScript. The new bootloader now mounts th... check-in: c6b845bda5 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-11
| ||
| 04:31 | merge trunk check-in: a9c6fb8114 user: stwo tags: stwo-dev86 | |
|
2014-09-10
| ||
| 22:17 | [cee90e4e88] Correct error in stack depth checking. check-in: b5ecfdaff3 user: dgp tags: trunk | |
| 08:24 | [2486824] Improve error message; not all that upvars is an upvar. check-in: aa55afef99 user: dkf tags: trunk | |
| 08:20 | [2486824] Improve error message; not all that upvars is an upvar. check-in: f3c64a7a7c user: dkf tags: core-8-5-branch | |
|
2014-09-09
| ||
| 19:49 | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. check-in: 25f44e9a6d user: dkf tags: trunk | |
| 15:23 | Folding the core_zip_vfs_static work back into main branch. The pure-dynamic line of research was no... check-in: c5e069de45 user: hypnotoad tags: core_zip_vfs | |
| 15:09 | Added the "run tcl dll from vfs" magic to windows check-in: cde34f25f5 user: hypnotoad tags: core_zip_vfs | |
| 15:02 | Add tclkit to "make all" and install check-in: 84365e493b user: hypnotoad tags: core_zip_vfs | |
| 14:47 | Instead of statically link the tclkit executable, pack the tcl dll in the VFS check-in: 8d38788ffd user: hypnotoad tags: core_zip_vfs | |
| 13:59 | Add Static library link instructions to tclConfig.sh Closed-Leaf check-in: 2cd7c40e2b user: hypnotoad tags: core_zip_vfs_static | |
| 07:55 | Instead of statically compiling the Tclkit executable straight from .o files, generate a static libr... check-in: 03dbd642da user: hypnotoad tags: core_zip_vfs_static | |
| 06:54 | Added the tclkit binaries to install check-in: f38b8d5ad3 user: hypnotoad tags: core_zip_vfs_static | |
|
2014-09-08
| ||
| 22:50 | Refine TclFinalizeThreadData so that the quick-exit optimization really only affects exit. check-in: c16bc1a7db user: ferrieux tags: trunk | |
| 21:36 | Zap outdated comment. Leaf check-in: d61626209b user: ferrieux tags: nonmonotonic-obj-alloc | |
| 21:22 | Exceptional handling of oo::class has to be consistent throughout. check-in: 084ef81a6c user: dgp tags: trunk | |
| 00:37 | Change one '#ifdef' to '#if defined()' for improved consistency within the file, as in checkin [211a... check-in: 0746efa716 user: stwo tags: core-8-5-branch | |
|
2014-09-06
| ||
| 19:56 | Don't leak our temp sorted chunk table. check-in: a3fa5b8266 user: ferrieux tags: nonmonotonic-obj-alloc | |
| 14:31 | a little bit of code tidy-up check-in: add596e868 user: dkf tags: nonmonotonic-obj-alloc | |
| 13:19 | Qsort gotcha: pointer difference is *not* a proper order unless computed in N+1 bits. Use explicit c... check-in: a04fcb396e user: ferrieux tags: nonmonotonic-obj-alloc | |
| 11:41 | Created a designated bootloader for Tclkits under windows On windows, tclkits build a private VFS i... check-in: cd9bbdf261 user: hypnotoad tags: core_zip_vfs | |
| 01:21 | Preliminary checkin for Windows tclkit builds check-in: c9f72a4736 user: hypnotoad tags: core_zip_vfs | |
| 00:58 | New build process for Tcl kits in Unix (Windows port to follow...) Rather than force a "make instal... check-in: a45b82575d user: hypnotoad tags: core_zip_vfs | |
|
2014-09-05
| ||
| 20:42 | merge trunk check-in: dee6e07687 user: ferrieux tags: nonmonotonic-obj-alloc | |
| 20:34 | Updating to the latest trunk check-in: 6c37892758 user: hypnotoad tags: core_zip_vfs | |
| 19:04 | Remove unused macros. check-in: c750138b4b user: dgp tags: trunk | |
| 18:30 | Make corrections to long-false comments. check-in: 2558fa2094 user: dgp tags: trunk | |
| 10:05 | [ccc2c2cc98]: lreplace edge case check-in: c20208530f user: dkf tags: trunk | |
|
2014-09-04
| ||
| 22:05 | Remove ChannelHandlerEvent struct, which has never been used in all of recorded Tcl history. Still n... check-in: e2338e8828 user: dgp tags: trunk | |
| 01:27 | Removed a typo check-in: bbbef942d3 user: hypnotoad tags: core_zip_vfs | |
| 01:23 | Removed some debugging code of mine... check-in: dfd8080cdc user: hypnotoad tags: core_zip_vfs | |
| 01:22 | Adapted the Unix startup process to ifdef out the KIT specific behaviors. tclkit is now build as a ... check-in: 048d56390d user: hypnotoad tags: core_zip_vfs | |
| 00:30 | Re-engineered the windows kitbuilding process to produce a standalone executable (in a similar proc... check-in: ae8b5b6616 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-03
| ||
| 22:03 | Typo Fix check-in: f32c24047c user: tne tags: core_zip_vfs | |
| 21:24 | Merging changes from trunk check-in: 6f6342b8fe user: hypnotoad tags: core_zip_vfs | |
| 21:11 | Closing the hypnotoad branch check-in: 93e7e6f813 user: tne tags: core_zip_vfs | |
| 21:10 | Updating hypnotoad branch Closed-Leaf check-in: b2aeca61e8 user: tne tags: hypnotoad | |
| 20:41 | More tweaks to makefiles check-in: 430f936c3b user: hypnotoad tags: core_zip_vfs | |
| 20:32 | Merging in changes from Tcl Reduced the code necessary to bootstrap a shell to a single C call. Re... check-in: a706cf4205 user: hypnotoad tags: core_zip_vfs | |
| 19:44 | Distinguish hanging from crashing in exit tests. check-in: 208b2e859d user: ferrieux tags: trunk | |
| 15:48 | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset instead of calloc. Now consistent with tclWi... check-in: da203cbda6 user: ashok tags: trunk | |
| 10:50 | Backported dkf's documentation effort to the main core_zip_vfs branch check-in: 2743e37804 user: hypnotoad tags: core_zip_vfs | |
| 10:24 | Clean up of docs, import basic text from comments in code, format. check-in: f6c5f91158 user: dkf tags: hypnotoad | |
| 08:33 | merge trunk check-in: ae0ebaef76 user: jan.nijtmans tags: novem | |
|
2014-09-02
| ||
| 22:06 | Merging in the "official" windows hang patch check-in: 67c6c1c72a user: hypnotoad tags: hypnotoad | |
| 22:00 | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is useless (just memory freein... check-in: 3ec5b57e64 user: ferrieux tags: trunk | |
| 21:57 | Add test cases in very first position for hang-on-exit, both in (normal) quick-exit and TCL_FINALIZE... check-in: 60cd951205 user: ferrieux tags: trunk | |
| 21:19 | Merging with fix_windows_zip check-in: d5b9767029 user: hypnotoad tags: hypnotoad | |
| 21:16 | Fix for the cases where a dynamic build is used Leaf check-in: 903bd406c4 user: hypnotoad tags: fix_windows_zlib | |
| 20:26 | Revised patch (per ferrieux) check-in: 17facd18b9 user: hypnotoad tags: hypnotoad | |
| 20:17 | Merging in changes from core_zip_vfs check-in: b3cc774c30 user: hypnotoad tags: hypnotoad | |
| 20:16 | Added a hac^H^H^Hpatch from ferrieux to mask around the exit hang on windows until the issues are fi... check-in: 87d43b4d28 user: hypnotoad tags: hypnotoad | |
| 18:30 | Pared down tclZipVfs to eliminate #ifdef branches that we don't have to worry about with a modern Tc... check-in: e7375a703d user: hypnotoad tags: core_zip_vfs | |
| 15:23 | Start of the "hypnotoad" branch, combining the various patches I'm testing against. check-in: e1f1b9db01 user: hypnotoad tags: hypnotoad | |
| 15:21 | Patch to make the default behavior for Tcl under Windows to embed the Zlib sources rather than add ... check-in: 1d8c535315 user: hypnotoad tags: fix_windows_zlib | |
| 11:04 | Rather than make a special executable, tclkits are now a copy of tclsh with an attached zip file check-in: 5747a1b07c user: hypnotoad tags: core_zip_vfs | |
|
2014-09-01
| ||
| 23:23 | Tweaking the Makefile instructions for Tclkits under unix check-in: 7811fafa97 user: hypnotoad tags: core_zip_vfs | |
| 13:51 | Squelch most warnings. check-in: 376fdb8633 user: dkf tags: core_zip_vfs | |
| 10:45 | Bring the source more into line with Tcl style. check-in: e92cf56f98 user: dkf tags: core_zip_vfs | |
| 10:03 | Merging in changes from core. check-in: 35c56d3b90 user: hypnotoad tags: core_zip_vfs | |
| 09:41 | Tweaks to the Windows makefile. check-in: 874bfe9df5 user: hypnotoad tags: core_zip_vfs | |
| 09:36 | Tweak the Windows implementation of Tcl_AppInit() to match Unix check-in: dbf5b98ca7 user: hypnotoad tags: core_zip_vfs | |
| 08:19 | merge trunk check-in: aa7012d066 user: jan.nijtmans tags: novem | |
| 08:17 | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a single SHLIB_LD_LIBS us... check-in: a37bbd81ea user: jan.nijtmans tags: trunk | |
| 08:11 | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a single SHLIB_LD_LIBS us... check-in: abaf2748e2 user: jan.nijtmans tags: core-8-5-branch | |
| 07:15 | Adding the ability for the Tcl core to build self-contained Zip-based executables * Integrated a pu... check-in: c1d9b13f8c user: hypnotoad tags: core_zip_vfs | |
|
2014-08-30
| ||
| 08:30 | merge trunk check-in: e415ae9ffb user: dkf tags: dkf-improved-disassembler | |
|
2014-08-29
| ||
| 22:56 | Initial attempt at converting select()-based notifier to poll() check-in: 77bea02457 user: jcr tags: jcr-notifier-poll | |
| 17:33 | Use TclpSys* macros, not direct system calls. check-in: 4ca7fe7cf2 user: dgp tags: trunk | |
|
2014-08-28
| ||
| 07:53 | [b9e1a3032e] Implement the documented method search order for TclOO. This corrects the relative posi... check-in: ab635c8161 user: dkf tags: trunk, potential incompatibility | |
|
2014-08-27
| ||
| 20:58 | merge trunk check-in: 50170f8f77 user: jan.nijtmans tags: novem | |
| 20:36 | merge trunk check-in: 17b49b1805 user: dgp tags: dgp-refactor | |
| 20:34 | merge release check-in: 00c2575fe2 user: dgp tags: trunk | |
|
2014-08-25
| ||
| 21:43 | merge trunk; update changes Closed-Leaf check-in: f8d346ad1f user: dgp tags: rc3, core-8-6-2-rc, core-8-6-2, release | |
| 21:37 | TIP 429 implementation. New command [string cat]. check-in: 84ed8cd57f user: dgp tags: trunk | |
| 15:40 | merge-mark check-in: 7fb1988d33 user: dgp tags: trunk | |
| 15:36 | merge release check-in: 06a91f777f user: dgp tags: core-8-5-branch | |
| 13:51 | Do not let fossil README droppings leak into distribuion check-in: 4b5e8fec6b user: dgp tags: core-8-6-2-rc | |
| 13:31 | `make dist` allowed README-* fossil droppings to leak into the distribution. Closed-Leaf check-in: 904339cdce user: dgp tags: core-8-5-16-rc, core-8-5-16 | |
|
2014-08-24
| ||
| 17:59 | merge trunk check-in: ee7c5a97be user: dgp tags: dgp-refactor | |
| 17:50 | merge trunk check-in: 83d073e6c1 user: dgp tags: novem | |
|
2014-08-22
| ||
| 22:11 | Bump to zlib 2.0.1. check-in: 419c3dac03 user: dgp tags: core-8-6-2-rc | |
| 21:52 | Bump to TclOO 1.0.2 check-in: 05ecf401c7 user: dgp tags: core-8-6-2-rc | |
| 17:28 | merge trunk; stamp release date. check-in: c8daa1083d user: dgp tags: rc2, core-8-6-2-rc | |
| 13:48 | merge 8.5; fix notifier mask bug and Tcl_Read performance regression check-in: 8cf00e79f5 user: dgp tags: trunk | |
| 13:44 | merge 8.5; stamp release date check-in: f3a4fbba3d user: dgp tags: rc2, core-8-5-16-rc | |
| 13:23 | Correct performance regression in a series of short binary reads from a socket. Many thanks to Eric... check-in: 70e97884f0 user: dgp tags: core-8-5-branch | |
| 13:20 | Same results; simpler logic. Closed-Leaf check-in: 5180649ac5 user: dgp tags: dgp-slow-read | |
|
2014-08-21
| ||
| 23:07 | Test fix for likely cause of reported I/O slowdown. In a DoRead() revision, it came to favor making ... check-in: 85cd086fd2 user: dgp tags: dgp-slow-read | |
| 04:13 | Make simplificiations possible when we know just bytes are getting copied without complications of e... Closed-Leaf check-in: eb68cdfbc1 user: dgp tags: dgp-writebytes-optimize | |
|
2014-08-20
| ||
| 21:44 | Copy Write() to WriteBytes() to create an arena for performance hacking. check-in: 6e08d8924a user: dgp tags: dgp-writebytes-optimize | |
| 18:59 | Fix reviewed and accepted. check-in: ff52fbb4ac user: andreask tags: core-8-5-branch | |
| 18:40 | Make test io-36.1.1 more portable. check-in: 28e58db108 user: dgp tags: core-8-5-branch | |
| 17:50 | Docs for Tcl_CreateChannelHandler() state that the registered handler proc will be called back with ... Closed-Leaf check-in: f520790052 user: dgp tags: aku-review | |
| 14:28 | Additions to changes. check-in: a81f224e2b user: dgp tags: core-8-6-2-rc | |
| 11:23 | [74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old style dialogs when Tk is l... check-in: c438e5f6a0 user: jan.nijtmans tags: trunk | |
| 11:13 | [74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old style dialogs when Tk is l... check-in: a2a1fe34e9 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-08-19
| ||
| 20:35 | merge trunk Closed-Leaf check-in: 3455770a8f user: ferrieux tags: tip-429 | |
| 18:34 | Update changes file. check-in: 184a8023de user: dgp tags: core-8-6-2-rc | |
| 14:57 | merge trunk check-in: b8c5829d91 user: dgp tags: novem | |
| 13:39 | merge trunk check-in: 05909b3cb3 user: dgp tags: rc1, core-8-6-2-rc | |
| 13:38 | merge trunk check-in: bb83be9a5a user: dgp tags: dgp-refactor | |
|
2014-08-18
| ||
| 13:28 | Improved credit check-in: 6ab6bf99c5 user: dgp tags: rc1, core-8-5-16-rc | |
|
2014-08-17
| ||
| 15:23 | [7d52e1101b] oo::object should know that oo::class is a subclass. check-in: b3543267de user: dkf tags: trunk | |
|
2014-08-14
| ||
| 16:48 | Reconcile changes file with 8.6.1. check-in: cce0441bc7 user: dgp tags: core-8-5-16-rc | |
| 16:36 | merge 8.5 check-in: 8411205dcd user: dgp tags: core-8-5-16-rc | |
| 16:32 | Proof-of-concept of a nonmonotonic Tcl_Obj allocator, with zero perf impact and explicit ::tcl::unsu... check-in: 86886e44d8 user: ferrieux tags: nonmonotonic-obj-alloc | |
| 06:49 | Merge trunk. Remove (old and deprecated) SystemV timezone information. check-in: 2f17676f24 user: jan.nijtmans tags: novem | |
|
2014-08-13
| ||
| 09:06 | Put back SystemV timezone files, which were removed in previous commit. Don't know if that was by ac... check-in: 2c695b9fc8 user: jan.nijtmans tags: trunk | |
| 09:04 | Put back SystemV timezone files, which were removed in previous commit. Don't know if that was by ac... check-in: a0fa37f70e user: jan.nijtmans tags: core-8-5-branch | |
| 02:54 | merge 8.5, update changes check-in: 13d7b48f31 user: dgp tags: core-8-5-16-rc | |
| 01:45 | merge tzdata2014f from ietf.org check-in: d3c5f2eb2f user: kbk tags: trunk | |
| 01:42 | tzdata2014f from ietf.org check-in: cefd4a6c51 user: kbk tags: core-8-5-branch | |
|
2014-08-12
| ||
| 21:41 | Update changes file check-in: a630979fd3 user: dgp tags: core-8-5-16-rc | |
| 15:52 | merge trunk check-in: 01b8a806cb user: dgp tags: dgp-refactor | |
| 15:51 | merge 8.5 check-in: 2845f35ff7 user: dgp tags: core-8-5-16-rc | |
| 15:47 | merge trunk check-in: 6726634c92 user: dgp tags: core-8-6-2-rc | |
| 15:46 | merge-mark. Do not accommodate udp bugs in Tcl 8.6.2. check-in: f306d817b0 user: dgp tags: trunk | |
| 15:28 | Accommodate the "udp" package, and any other Tcl package that expects a [read] on a channel @ EOF to... check-in: 8cd55feb1d user: dgp tags: core-8-5-branch | |
|
2014-08-06
| ||
| 18:20 | Fixed type conversion warnings which break a Win32 debug build (MSVC). check-in: bd9c215886 user: andreask tags: trunk | |
|
2014-08-05
| ||
| 22:10 | Fix comment inaccuracy. check-in: 7dad8a3e54 user: ferrieux tags: tip-429 | |
| 18:20 | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking. check-in: 15f9b0abea user: ferrieux tags: tip-429 | |
| 11:29 | Better organize [string cat] by chunks of 255 args. check-in: 97af63ba9c user: ferrieux tags: tip-429 | |
| 10:34 | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a single push. check-in: a321e41d54 user: ferrieux tags: tip-429 | |
| 09:55 | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donal check-in: 70c49b9302 user: ferrieux tags: tip-429 | |
|
2014-08-04
| ||
| 14:06 | Hum. Really merge trunk. check-in: 5d9c445fc1 user: ferrieux tags: tip-429 | |
| 14:02 | merge trunk check-in: 67c1a8899a user: ferrieux tags: tip-429 | |
| 13:37 | merge trunk check-in: 4a2f6c01ab user: dgp tags: core-8-6-2-rc | |
| 13:36 | Add tclsh.exe.manifest.in to the distribution check-in: ed24f583f4 user: dgp tags: trunk | |
| 13:35 | merge 8.5 check-in: a8b88f749b user: dgp tags: core-8-5-16-rc | |
| 13:35 | Add tclsh.exe.manifest.in to the distribution. check-in: 783edfead2 user: dgp tags: core-8-5-branch | |
|
2014-08-03
| ||
| 22:43 | Tidy up the docs check-in: d560d1022a user: dkf tags: tip-429 | |
|
2014-08-02
| ||
| 19:20 | merge trunk check-in: 63ed148e71 user: kbk tags: dkf-improved-disassembler | |
| 15:26 | Don't use [pid] in tests, stick to constant literals. check-in: a3fb69be9f user: ferrieux tags: tip-429 | |
| 13:04 | TIP 429 Implementation: [string cat] check-in: 9ce779b099 user: ferrieux tags: tip-429 | |
| 04:50 | merge trunk check-in: f4c5f4c7b0 user: dgp tags: dgp-refactor | |
| 04:38 | merge trunk check-in: c8994555bf user: dgp tags: core-8-6-2-rc | |
| 04:36 | Another Preserve/Release on channels is needed during IO finalization. check-in: c286356bd3 user: dgp tags: trunk | |
| 04:29 | merge 8.5 check-in: fa1dac68fd user: dgp tags: core-8-5-16-rc | |
| 04:25 | Another Preserve/Release on channels is needed during IO finalization. check-in: c22cc5859b user: dgp tags: core-8-5-branch | |
| 00:06 | merge 8.5 check-in: ed1cb5aeb6 user: dgp tags: core-8-5-16-rc | |
|
2014-08-01
| ||
| 20:07 | Addition of a cast in tclWinFile.c to match types in a comparison, and fix of a TRACE string literal... check-in: f8304cc503 user: andreask tags: trunk | |
| 19:50 | Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "... check-in: 8e0d1b1eca user: andreask tags: trunk | |
| 19:29 | merge-mark check-in: 5b1069eccd user: dgp tags: trunk | |
| 18:36 | Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "... check-in: dcb280116a user: andreask tags: core-8-5-branch | |
| 17:18 | merge trunk check-in: 4f6076a7d9 user: dgp tags: core-8-6-2-rc | |
| 17:17 | merge 8.5 check-in: c607234e4a user: dgp tags: core-8-5-16-rc | |
| 17:16 | Backport the cheaper Preserve/Release on channels. check-in: ddcf91c9bd user: dgp tags: core-8-5-branch | |
| 16:34 | Recognize that "id" is the K combinator in disguise. Rename it as "K" and extend its semantics accor... Leaf check-in: 63a2d798bd user: ferrieux tags: tip429-only-id | |
| 16:01 | [e75fabac06] Teardown line information after failed ensemble subcommand compile attempts. Copy/past... check-in: 42ab495d54 user: dgp tags: trunk | |
| 15:53 | Tentative implementation of the "pure" part of TIP 429: the [id] function (bytecoded). To be discuss... check-in: 735df299b5 user: ferrieux tags: tip429-only-id | |
| 14:36 | Correction and commentary in the details of ensemble compiling. check-in: 2bee22315a user: dgp tags: trunk | |
|
2014-07-31
| ||
| 21:23 | Fix part of [d19aef1487] (broken --disable-load on MacOSX), broken by [4d417791c9] check-in: a41a431706 user: jan.nijtmans tags: trunk | |
| 20:00 | merge trunk check-in: c9835f5515 user: dgp tags: core-8-6-2-rc | |
| 19:58 | [a84a720966] Protect against double free in TclOO classChainCache teardown. check-in: 61e0390b0a user: dgp tags: trunk | |
| 15:49 | merge trunk check-in: 9f9f03353d user: dgp tags: core-8-6-2-rc | |
| 08:39 | merge trunk Closed-Leaf check-in: 8faac4e42d user: jan.nijtmans tags: robust-async-connect-tests | |
| 02:04 | Testing patches for iOS support Closed-Leaf check-in: ba55cebfc9 user: kevin_walzer tags: ios | |
|
2014-07-30
| ||
| 16:41 | [3757cdf808] More clock refactoring with spooky impact on [string match] performance. check-in: db3153c306 user: dgp tags: trunk | |
| 02:58 | Complete transformation off Tcl_Preserve() legacy onto ref counting. check-in: 6955f4f7b5 user: dgp tags: trunk | |
| 00:22 | Reduce the cost of Preserve/Release on channels check-in: d77bfcba0a user: dgp tags: trunk | |
|
2014-07-29
| ||
| 00:22 | [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a bizarre performance regress... check-in: aee3eac812 user: dgp tags: trunk | |
|
2014-07-28
| ||
| 14:50 | Bump to 8.6.2 for release. check-in: 3b527b0024 user: dgp tags: core-8-6-2-rc | |
| 12:53 | merge 8.5 check-in: 66b07eeb8d user: dgp tags: core-8-5-16-rc | |
| 02:06 | An alternative implementation of [chan copy] that operates in precisely those circumstances where th... check-in: c7b746822b user: dgp tags: trunk | |
| 01:53 | merge trunk Closed-Leaf check-in: 296a1ba317 user: dgp tags: dgp-move-buffers | |
| 01:42 | Revise MBRead() to be used in both sync and async modes. check-in: f906a935ae user: dgp tags: dgp-move-buffers | |
|
2014-07-27
| ||
| 22:53 | Push MBWrite() differences out to callers. check-in: f9904aa12a user: dgp tags: dgp-move-buffers | |
| 22:47 | merge-mark check-in: 259fad0956 user: jan.nijtmans tags: trunk | |
| 22:44 | correct EOLFIX macro, broken by [a803608ed5] check-in: 08188e00b1 user: jan.nijtmans tags: core-8-5-branch | |
| 17:20 | Rework MBWrite() so it can be used in both sync and async modes. Reduce code duplication. check-in: 50f3d36769 user: dgp tags: dgp-move-buffers | |
|
2014-07-26
| ||
| 15:44 | Use common MBError() routine for sync and async operations. check-in: 4712a9759c user: dgp tags: dgp-move-buffers | |
| 15:02 | Extend the "move buffer" implementation to cover the async case. check-in: 3523e77b9b user: dgp tags: dgp-move-buffers | |
|
2014-07-24
| ||
| 17:19 | merge trunk check-in: 23ad7264fd user: dgp tags: dgp-move-buffers | |
| 17:17 | [9d19af7adb] Make sure all timer events get canceled. check-in: 1f0a5df094 user: dgp tags: trunk | |
| 15:34 | simplify moveBytes selection logic check-in: e29e9fc580 user: dgp tags: dgp-move-buffers | |
| 15:24 | Make sure MoveBytes error reporting reproduces what CopyData does. Bugward compatibility! check-in: 4b830e8027 user: dgp tags: dgp-move-buffers | |
| 15:17 | merge trunk check-in: e5e8b19569 user: dgp tags: dgp-move-buffers | |
| 15:17 | Test format of write error messages during binary [chan copy] check-in: def53d5d4d user: dgp tags: trunk | |
| 15:02 | Make sure MoveBytes records read error messages. check-in: 92f931b2d4 user: dgp tags: dgp-move-buffers | |
| 15:01 | merge trunk check-in: c516bad281 user: dgp tags: dgp-move-buffers | |
| 15:00 | Test read error during binary [chan copy]. check-in: 9cf0bce34b user: dgp tags: trunk | |
|
2014-07-23
| ||
| 17:10 | Extend the buffer move optimization to the "same encodings" case. check-in: e44c207283 user: dgp tags: dgp-move-buffers | |
| 13:10 | Revert the EOLFIX changes of checkin [a803608ed5] (2013-10-28). They do not work on the one machine ... check-in: b18974c0c2 user: dgp tags: rc0, core-8-5-16-rc | |
| 12:26 | Bump to 8.5.16 for release. check-in: 94417e5c1d user: dgp tags: core-8-5-16-rc | |
|
2014-07-22
| ||
| 20:27 | merge trunk check-in: 4bfdb8139c user: dgp tags: dgp-move-buffers | |
| 20:19 | merge trunk check-in: 78f1abcc5d user: dgp tags: dgp-refactor | |
| 19:57 | Workaround [info frame] troubles with -singleproc 1 testing operations. check-in: eac8a5ab78 user: dgp tags: trunk | |
| 18:12 | Avoid [thread::exit]; Using it leads to memleaks. check-in: 0219cb74c6 user: dgp tags: trunk | |
| 17:04 | [12b0997ce7] Plug memleak in iocmd.tf-32.0 . check-in: 79ff19ba73 user: dgp tags: trunk | |
| 16:44 | [12b0997ce7] Plug memleak in iocmd.tf-32.0 . Closed-Leaf check-in: 1c054c06c9 user: dgp tags: bug-12b0997ce7 | |
|
2014-07-21
| ||
| 14:26 | [e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4. check-in: ce7a959e88 user: dgp tags: trunk | |
|
2014-07-19
| ||
| 16:35 | [75b8433707] Revised fix for memleak in oo instance list management. check-in: 98d8d28e03 user: dgp tags: trunk | |
|
2014-07-18
| ||
| 22:05 | [75b8433707] Plug a subtle memory leak in TclOO. Test suite very unhappy with this. Shoving into... Closed-Leaf check-in: 23be32a082 user: dkf tags: bug-75b8433707 | |
| 12:22 | merge trunk check-in: e2f47cd58e user: dkf tags: dkf-http-cookies | |
| 12:18 | [b43f2b49f7] New compilation strategy for lappend that allows multi-value lappend to not have quadra... check-in: 17150b71d2 user: dkf tags: trunk | |
| 10:00 | Make sure the "sockettest" command is available even when running socket.test individually. check-in: 513dd86a37 user: jan.nijtmans tags: robust-async-connect-tests | |
| 07:32 | merge trunk check-in: b094ff21be user: jan.nijtmans tags: robust-async-connect-tests | |
|
2014-07-17
| ||
| 20:37 | merge trunk check-in: 6ba4e4b23d user: jan.nijtmans tags: novem | |
| 18:43 | Finally, use correct octal notation which works in Tcl 9 as well. check-in: 838e8dcfd4 user: jan.nijtmans tags: trunk | |
| 17:52 | merge fork check-in: 47a076e497 user: jan.nijtmans tags: trunk | |
| 15:48 | Revised fix for memleak in [info frame]. Still pretty ugly, but not more so than a lot of TIP 280 m... check-in: 92217ed31a user: dgp tags: trunk | |
| 15:15 | Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. check-in: c1e59561b9 user: jan.nijtmans tags: trunk | |
| 14:08 | Make sure that all "testchmod" arguments start with '0', making it more obvious that the value is oc... check-in: 9490d74e19 user: jan.nijtmans tags: trunk | |
| 11:02 | Fix [3cdcfa40809ffd2b9d3d71f77dc57da615243730|3cdcfa4080]: tclWinFile.c does not compile with Win VC... check-in: f15f329238 user: jan.nijtmans tags: trunk | |
| 09:53 | Replaced option "-unsupported1" by test command "testsocket debugflags" (thanks Donal, Donald). check-in: 33737f615b user: oehhar tags: robust-async-connect-tests | |
| 07:39 | Convert some non-ASCII characters in testcase comments - which were mangled by my editor in [79ace7b... check-in: ef9bbc4d9c user: jan.nijtmans tags: trunk | |
| 04:24 | [9969cf8ca6] Move the bailout when the ->rewind flag is set down after all the housekeeping matters ... check-in: f076f44f1d user: dgp tags: trunk | |
|
2014-07-16
| ||
| 23:58 | Backout checkin that broke test io-39.1. check-in: 22e099d9ea user: dgp tags: trunk | |
| 22:01 | Repair improper assertion. check-in: 63a9ddd54e user: dgp tags: trunk | |
| 21:48 | Assert an equality test, not an assignment check-in: 598dd915dc user: dgp tags: trunk | |
| 21:46 | Assert an equality test, not an assignment. check-in: 72391d07b6 user: dgp tags: core-8-5-branch | |
| 15:59 | [6a2d339e50] Plug memleak in INST_STR_REPLACE instruction. check-in: 25e58d77ff user: dgp tags: trunk | |
| 10:02 | Modify the "gettimes" test-command to use the Tcl_Obj API. New "testbytestring" command which can b... check-in: 79ace7b793 user: jan.nijtmans tags: trunk | |
|
2014-07-15
| ||
| 15:10 | [726349fab8] Stop leaking compression dictionary on zlib xform channel close. check-in: 4e3d47ad17 user: dgp tags: trunk | |
| 13:18 | merge trunk Leaf check-in: 6559584842 user: dgp tags: dgp-pkg-migration | |
|
2014-07-12
| ||
| 16:15 | merge trunk Leaf check-in: e94bc46f19 user: dkf tags: bug-d5ddbc7f49 | |
| 16:13 | whopper change; now passes test suite on OSX check-in: 0b38cdbc76 user: dkf tags: bug-d5ddbc7f49 | |
|
2014-07-11
| ||
| 20:40 | Suppress valgrind warnings about uninitialized values. check-in: 37640d60e2 user: dgp tags: trunk | |
| 18:20 | [1211aceef2] Fix refcount management of TclpTempFileName() that caused leak. check-in: 44648f6210 user: dgp tags: trunk | |
| 15:44 | [9b352768e6] Plug memleak in INST_DICT_FIRST. check-in: e88e23fbdb user: dgp tags: trunk | |
| 12:56 | Stop memleak in [info frame]. check-in: 1610c45009 user: dgp tags: trunk | |
| 10:43 | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: 8320e361b7 user: jan.nijtmans tags: trunk | |
| 10:38 | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: f199c9d65c user: jan.nijtmans tags: core-8-5-branch | |
| 04:49 | [3479689] Plug memory leak due to incomplete bug fix. check-in: 2830730e99 user: dgp tags: trunk | |
|
2014-07-10
| ||
| 18:17 | makeFile / removeFile balance. check-in: 22ae2172c4 user: dgp tags: trunk | |
| 18:11 | makeFile / removeFile balance check-in: a12fdf1e85 user: dgp tags: trunk | |
| 18:02 | dup test name check-in: 144ab5b663 user: dgp tags: trunk | |
| 18:00 | dup test name check-in: 033a1af993 user: dgp tags: core-8-5-branch | |
| 17:21 | [f652ae79ed] Close sockets used in tests, so as not to corrupt other tests in the suite. check-in: fde4ddeb93 user: dgp tags: trunk | |
| 16:40 | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: d9d00aa893 user: dgp tags: trunk, potential incompatibility | |
| 15:45 | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: 212c0638b1 user: dgp tags: core-8-5-branch, potential incompatibility | |
| 14:23 | merge trunk check-in: dc24111d06 user: jan.nijtmans tags: tip-389-impl | |
| 12:59 | Repair buffer indexing error in Tcl_ReadRaw(). check-in: 0f4ff1ba28 user: dgp tags: trunk | |
| 12:52 | Repair buffer indexing error in Tcl_ReadRaw() exposed by iogt-6.0 and valgrind. check-in: 6526c14303 user: dgp tags: core-8-5-branch | |
|
2014-07-09
| ||
| 18:49 | Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices. check-in: 352223b866 user: jan.nijtmans tags: trunk | |
| 14:44 | First draft of using buffer moves in place of buffer copies to create an efficient [chan copy]. check-in: 7a8b871fc7 user: dgp tags: dgp-move-buffers | |
|
2014-07-08
| ||
| 14:02 | merge trunk check-in: 25d30e5445 user: dgp tags: dgp-refactor | |
| 13:45 | The write and flush operations of reflected transforms ([chan push]) have been converting all lower ... check-in: cedfcfd1b5 user: dgp tags: trunk | |
|
2014-07-07
| ||
| 12:04 | merge trunk check-in: 4e911486e2 user: dgp tags: dgp-refactor | |
|
2014-07-04
| ||
| 12:51 | merge trunk check-in: cc32a8e5c2 user: jan.nijtmans tags: novem | |
| 12:49 | Update Unicode tables to Unicode 7.0 check-in: 735fdb4267 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 12:47 | Update Unicode tables to Unicode 7.0 check-in: ccf9e0d1f7 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-07-02
| ||
| 20:22 | Clarify http::config and http::geturl -headers roles in setting request headers. check-in: 98090dcd2c user: dgp tags: trunk | |
| 16:30 | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: af0d8f3b3c user: dgp tags: trunk | |
| 16:20 | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: 6694ecd6d0 user: dgp tags: core-8-5-branch | |
|
2014-06-29
| ||
| 02:20 | merge trunk check-in: 8f0855701a user: kbk tags: dkf-improved-disassembler | |
|
2014-06-26
| ||
| 16:01 | Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: 4626888b50 user: dgp tags: trunk | |
| 15:59 | Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: f58a059b16 user: dgp tags: core-8-5-branch | |
|
2014-06-25
| ||
| 11:59 | merge trunk check-in: 79fc85211a user: dgp tags: dgp-refactor | |
|
2014-06-24
| ||
| 16:46 | Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: 1d2e0d8e55 user: dgp tags: trunk | |
| 16:34 | Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: a9f9ffa7c7 user: dgp tags: core-8-5-branch | |
| 13:31 | merge trunk check-in: 897edc6150 user: dgp tags: dgp-refactor | |
| 12:57 | __builtin_clzll(0) is undefined. Do not rely on it. check-in: 38c7d8c2ca user: dgp tags: dgp-refactor | |
| 07:42 | merge trunk check-in: aee39e91f2 user: dkf tags: bug-d5ddbc7f49 | |
|
2014-06-23
| ||
| 12:49 | Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: 7a794c6958 user: jan.nijtmans tags: trunk | |
| 12:48 | Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: df6f1f8b84 user: jan.nijtmans tags: core-8-5-branch | |
| 08:42 | merge trunk check-in: ea93cb999c user: dkf tags: bug-d5ddbc7f49 | |
| 08:41 | cleaning up option processing throughout Tcl to use common functions/language check-in: 7e93a07895 user: dkf tags: bug-d5ddbc7f49 | |
|
2014-06-22
| ||
| 16:17 | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 6c7cb5d46a user: jan.nijtmans tags: trunk | |
| 16:15 | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 1a1cb1c7d7 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-06-20
| ||
| 20:50 | previous commit was not quite right, this one should be better Closed-Leaf check-in: 8924f03c9a user: jan.nijtmans tags: bug-2f9df4c4fa | |
| 20:21 | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare check-in: a61197b82c user: jan.nijtmans tags: bug-2f9df4c4fa | |
| 20:00 | merge trunk check-in: dede94cd17 user: jan.nijtmans tags: novem | |
| 05:14 | [b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: 767aa6e893 user: aku tags: trunk | |
| 05:05 | [b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: bc8631546c user: aku tags: core-8-5-branch | |
|
2014-06-19
| ||
| 16:38 | [b47b176adf] Stop segfault when variability in mutex lock schedules cause a ForwardingResult to rem... check-in: bbbfa372e6 user: dgp tags: trunk | |
|
2014-06-17
| ||
| 14:30 | [f0f876c141] Improve consistency in error messages. check-in: fffc281b07 user: dkf tags: trunk | |
|
2014-06-16
| ||
| 21:28 | Implements Tip 428: socket error dict returned by fconfigure -options check-in: 25d2506e45 user: oehhar tags: tip-428 | |
| 21:01 | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-sockname when still con... Closed-Leaf check-in: 109f86e24f user: oehhar tags: tip-427 | |
| 14:22 | merge trunk check-in: f68d30646f user: dgp tags: dgp-refactor | |
| 13:38 | [1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linux kernels that fails to repo... check-in: dc173b3985 user: dgp tags: trunk | |
| 12:44 | [1758a0b603] socket-2.13 : Workaround the broken select() in some Linux kernels that fails to report... check-in: e67cc60d94 user: dgp tags: core-8-5-branch | |
| 12:40 | merge trunk check-in: f3492bdbad user: jan.nijtmans tags: novem | |
| 12:19 | merge socket test from 8.5 check-in: 4c113631af user: dgp tags: trunk | |
| 12:09 | merge 8.5 Closed-Leaf check-in: b41f47a5fa user: dgp tags: bug-1758a0b603 | |
| 09:24 | [311e61d12a] Generate error code in *all* places where commands are looked up. check-in: 990eed5c11 user: dkf tags: trunk | |
|
2014-06-15
| ||
| 16:50 | [cb042d294e] Improve consistency of [dict] wrong-args error messages. check-in: 968e9ac311 user: dkf tags: trunk | |
| 16:14 | [1b0266d8bb] Make [dict replace] and [dict remove] have canonicalization semantics close to [lrange]... check-in: 847fa2261d user: dkf tags: trunk, potential incompatibility | |
| 16:11 | Some more cleaning up Closed-Leaf check-in: fd9995590d user: dkf tags: bug-1b0266d8bb | |
| 07:52 | Make [dict replace] and [dict remove] guarantee result canonicality. check-in: a8cf3d7042 user: dkf tags: bug-1b0266d8bb | |
|
2014-06-13
| ||
| 21:15 | Draft test for [1758a0b603]. check-in: 71669f9456 user: dgp tags: core-8-5-branch | |
|
2014-06-12
| ||
| 13:36 | Additional check for an error condition on the socket. check-in: a6d7d34318 user: dgp tags: bug-1758a0b603 | |
|
2014-06-11
| ||
| 17:24 | Workaround the broken select() in some Linux kernels that fails to report a writable state on a sock... check-in: 1b53b3f232 user: dgp tags: bug-1758a0b603 | |
|
2014-06-08
| ||
| 16:01 | Generalization: desc is now appended to most events. Leaf check-in: 85101f0beb user: ferrieux tags: tcltest-verbose-desc | |
| 09:16 | Add a '(d)esc' verbose token to tcltest, to display test description on start. check-in: f91db5ae99 user: ferrieux tags: tcltest-verbose-desc | |
|
2014-06-07
| ||
| 14:18 | Improved the error messages. We do not want parsing an invalid dictionary to give errors about list... check-in: 1969678980 user: dkf tags: bug-1b0266d8bb | |
|
2014-06-06
| ||
| 08:47 | merge trunk check-in: 8fe677b133 user: dkf tags: bug-1b0266d8bb | |
| 08:46 | merge trunk check-in: 8fdb23bfd9 user: dkf tags: bug-1b0266d8bb | |
|
2014-06-05
| ||
| 19:13 | Tests socket*-2.12 test for DiscardOutput() updates. check-in: 39da5e7464 user: dgp tags: trunk | |
| 19:09 | Robust async connect tests by temporarely switching off auto continuation. Ticket [13d3af3ad5] check-in: 0c5005721e user: oehhar tags: robust-async-connect-tests | |
| 19:06 | Test socket-2.12 covers the DiscardOutput() update. check-in: 47e4ef3394 user: dgp tags: core-8-5-branch | |
| 15:20 | When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 2e1e7c8266 user: dgp tags: trunk | |
| 15:20 | merge fork check-in: 4b59bbceaf user: dgp tags: core-8-5-branch | |
| 15:17 | When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 04b06f7cea user: dgp tags: core-8-5-branch | |
| 00:22 | Fixed a tricky interaction of IO system and encodings which could result in a panic. The relevant f... check-in: 0f26611a0c user: andreask tags: core-8-5-branch | |
|
2014-06-04
| ||
| 21:45 | Add missing calls to Tcl_DecrRefCount() in string object man page examples. check-in: 8b99a29c3f user: andy tags: trunk | |
| 16:42 | Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2a072fdb9a user: dgp tags: trunk | |
| 16:36 | Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2b1cda088c user: dgp tags: core-8-5-branch | |
| 08:15 | more tests, cleaning up the code a bit check-in: 1fd96b571f user: dkf tags: bug-1b0266d8bb | |
| 03:25 | Valgrind doesn't like use of uninitialized variables. check-in: bf44d3d17c user: dgp tags: trunk | |
|
2014-06-03
| ||
| 19:57 | merge fork of 8.5 branch check-in: bd6ad3191b user: dgp tags: core-8-5-branch | |
| 17:47 | [734138ded8] Revisions so that unreported errors don't get lost during the close of a channel. check-in: 4ea8a01012 user: dgp tags: trunk | |
| 17:32 | Backport I/O core fixes made known by async socket work on trunk. check-in: c801a8d5cc user: dgp tags: core-8-5-branch | |
| 08:13 | merge trunk check-in: 57cb049043 user: dkf tags: bug-1b0266d8bb | |
| 07:26 | [1b0266d8bb] Working towards ensuring that all dict operations are sufficiently strict. check-in: 064f886aae user: dkf tags: bug-1b0266d8bb | |
| 02:26 | These edits make all tests outside of socket-14.* pass on OSX Mavericks. Several socket-14.* tests f... Closed-Leaf check-in: 5b3eed19a0 user: dgp tags: dgp-async-socket | |
|
2014-06-02
| ||
| 20:03 | These edits make the tests socket-14.11.[01] stop hanging, but also introduce a whole raft of test f... check-in: bf5e0126b5 user: dgp tags: dgp-async-socket | |
| 10:57 | Improve robustness of the socket tests against systems that support IPv6, but don't resolve localhos... check-in: 8a95c913e1 user: max tags: trunk | |
|
2014-05-31
| ||
| 20:47 | merge trunk check-in: 4acc825692 user: dkf tags: dkf-http-cookies | |
| 14:12 | Backout checkin 84f992ce50. This fixes test socket-14.11.1 and creates failure in tests *io-1.9. B... Closed-Leaf check-in: 5f5b6fc4b2 user: dgp tags: bug-734138ded8 | |
| 02:40 | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchProc(). When we are inte... check-in: 0d6ad67b02 user: dgp tags: trunk | |
| 02:30 | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchProc(). When we are int... check-in: 74a2238ecc user: dgp tags: core-8-5-branch | |
|
2014-05-30
| ||
| 10:36 | win socket -async: do not loose connect notification by temporarily stop connect monitoring. Bug [33... check-in: 6ecb583012 user: oehhar tags: core-8-5-branch | |
|
2014-05-29
| ||
| 20:03 | merge trunk check-in: 79a4738896 user: dgp tags: dgp-refactor | |
| 15:04 | Refinements of FlushChannel() and its callers. Notably includes removal of the flag BUFFER_READY. check-in: 37bcb4b42d user: dgp tags: trunk | |
| 14:56 | Try not to loose FD_CONNECT by switching monitoring off. Closed-Leaf check-in: a658836882 user: oehhar tags: bug-336441ed59 | |
| 14:53 | merge core-8-5-branch check-in: 4f0f24c6c3 user: oehhar tags: bug-336441ed59 | |
|
2014-05-28
| ||
| 19:21 | Merged the workarounds and fixes for wrapped executables on various platforms into the trunk. For de... check-in: 466970e1d3 user: andreask tags: trunk | |
| 18:58 | Refinements of FlushChannel() and its callers. Notably includes removal of the flag BUFFER_READY. check-in: 0ddf09e8bd user: dgp tags: core-8-5-branch | |
| 18:49 | Update comment to explain assumptions. Closed-Leaf check-in: b7bbbbc6ed user: dgp tags: dgp-flush-channel | |
| 18:24 | Further simplifications to FlushChannel(). This makes clear the BUFFER_READY flag serves no necessa... check-in: d9e66fbb28 user: dgp tags: dgp-flush-channel | |
| 17:14 | Expand the IsBufferFull() macro to check non-NULL bufPtr.. check-in: 577da77e8c user: dgp tags: dgp-flush-channel | |
| 16:54 | Increase size of test io-29.34 so that it more portably tests the case where the OS networking machi... check-in: 83b2c056eb user: dgp tags: dgp-flush-channel | |
|
2014-05-27
| ||
| 13:28 | Move code that can only matter in the first loop iteration out of the loop. check-in: 38257b5296 user: dgp tags: dgp-flush-channel | |
|
2014-05-24
| ||
| 19:56 | Comment out lines of test io-53.4 that appear to do nothing of any value. check-in: fb90b0f1fd user: dgp tags: core-8-5-branch | |
|
2014-05-23
| ||
| 17:17 | Followup on [72c54e1659]. Removed unused variable. check-in: 9f7e74b65a user: andreask tags: core-8-5-branch | |
| 15:08 | merge trunk check-in: c933efe84d user: jan.nijtmans tags: novem | |
| 14:59 | eliminate two unused variables. check-in: abf4af70fa user: jan.nijtmans tags: trunk | |
|
2014-05-22
| ||
| 17:17 | Workarounds and fixes for wrapped executables on various platforms regarding the handling of wrappe... check-in: 72c54e1659 user: andreask tags: core-8-5-branch | |
|
2014-05-21
| ||
| 22:00 | Ditto [dict append], [dict incr], and [dict lappend]. Update description of [dict create] to explic... check-in: cdc4e05235 user: andy tags: trunk | |
| 21:40 | Ditto [dict unset]. check-in: 9c3d9a5080 user: andy tags: trunk | |
| 21:32 | Update dict man page to state that [dict set] returns the updated dictionary value. check-in: 5124083e65 user: andy tags: trunk | |
| 14:37 | Fix gcc warning (signed-unsigned compare) check-in: c84093ac60 user: jan.nijtmans tags: trunk | |
| 10:37 | Fix c&p errors in test descriptions check-in: 9b5df9c9b9 user: max tags: trunk | |
|
2014-05-20
| ||
| 18:40 | merge trunk check-in: 089274f4ba user: dgp tags: dgp-refactor | |
| 15:17 | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in particular not allowing them ... check-in: 2a40293a49 user: dgp tags: trunk, potential incompatibility | |
| 15:00 | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in particular not allowing them ... check-in: f6b7d496c4 user: dgp tags: core-8-5-branch | |
| 14:46 | Fix and improve socket -async [13d3af3ad5] check-in: fdd8917252 user: oehhar tags: trunk | |
|
2014-05-19
| ||
| 18:29 | Same improvements to the zlib transform operations. Closed-Leaf check-in: 6578106462 user: dgp tags: dgp-trunk-flag-repair | |
| 18:08 | Simplify ReflectInput(). Also stop intruding on channel internals with direct clearing of CHANNEL_E... check-in: 6600cc19d7 user: dgp tags: dgp-trunk-flag-repair | |
|
2014-05-17
| ||
| 07:01 | [47d66253c9]: "lsearch -sorted -integer" on 64bit system ***POTENTIAL INCOMPATIBILITY*** Changes... check-in: f70fa16889 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 03:38 | Simplify the inputProc of [testchannel transform]. check-in: 7506df18be user: dgp tags: dgp-trunk-flag-repair | |
| 03:32 | Simplify the inputProc of [testchannel transform]. Closed-Leaf check-in: 5995ff7e6d user: dgp tags: dgp-channel-flag-repair | |
| 03:05 | Revise results of tests iogt-2.[123] to account for EOF flags no longer leaking across channel stack... check-in: 844b2b0b19 user: dgp tags: dgp-trunk-flag-repair | |
| 02:53 | Repair broken tests iogt-2.[123]. What happened is that now that EOF flags no loger leak acros chann... check-in: fb7b45c267 user: dgp tags: dgp-channel-flag-repair | |
|
2014-05-16
| ||
| 23:17 | Merge flag changes. - Wow, no trouble with [chan push] demonstrated. check-in: 960f628ee8 user: dgp tags: dgp-trunk-flag-repair | |
| 21:33 | Let the generated Makefile be emacs-friendly by avoiding spurious empty lines and misplaced tabs. Us... check-in: 672c16903f user: ferrieux tags: trunk | |
| 19:11 | Improved use of EOF state to avoid worthless allocations. check-in: 916e33672f user: dgp tags: dgp-channel-flag-repair | |
| 18:45 | Move the resets and testings of the BLOCKED flag to where they make more sense. check-in: b7aafa1d2d user: dgp tags: dgp-channel-flag-repair | |
| 15:33 | merge trunk check-in: 44638ca040 user: dgp tags: novem | |
| 15:23 | merge trunk check-in: 1f1f15695d user: dgp tags: dgp-refactor | |
| 15:23 | merge trunk check-in: 9e2a793a91 user: dgp tags: dgp-trunk-flag-repair | |
| 15:10 | merge 8.5 check-in: 98814a9861 user: dgp tags: trunk | |
| 15:05 | merge 8.5 check-in: 673526a228 user: dgp tags: dgp-channel-flag-repair | |
| 14:59 | Fix for failing tests *io-32.11* check-in: cf82fbc5f8 user: dgp tags: core-8-5-branch | |
| 14:47 | merge 8.5 Closed-Leaf check-in: 66fb298ca6 user: dgp tags: bug-io-32.11 | |
| 14:47 | Merge completion of dgp-read-bytes branch. check-in: a2f2c22575 user: dgp tags: bug-io-32.11 | |
| 14:40 | Bug fix - accept consumption of the trailing newline in crlf with no characters produced. Also dele... check-in: d407a02dd2 user: dgp tags: bug-io-32.11 | |
| 12:56 | More tests to demo the bug more directly. check-in: 5d33e05b29 user: dgp tags: bug-io-32.11 | |
|
2014-05-15
| ||
| 18:38 | Branch to demo bug introduced in the parent commit. check-in: face40eac7 user: dgp tags: bug-io-32.11 | |
| 16:48 | Portable test to demo bug otherwise seen only on Windows. check-in: f49bdfc563 user: dgp tags: core-8-5-branch | |
| 14:59 | Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames starting with <drive>: but wi... check-in: 46ad3d9162 user: jan.nijtmans tags: trunk | |
| 14:54 | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ':' in filenames as wel... check-in: 874ce8daf2 user: jan.nijtmans tags: core-8-5-branch | |
| 11:04 | Push the setting and clearing of CHANNEL_BLOCKED flag to the more inner parts of the channel read ma... check-in: 39ace581ea user: dgp tags: dgp-channel-flag-repair | |
|
2014-05-14
| ||
| 15:09 | merge trunk check-in: cb0b2f9997 user: dgp tags: dgp-trunk-flag-repair | |
| 14:52 | merge 8.5 check-in: 8c51a39a00 user: dgp tags: dgp-channel-flag-repair | |
| 09:19 | Fix 3 test-cases which started failing on Windows check-in: 3ea3275ec9 user: jan.nijtmans tags: trunk | |
| 09:11 | Fix 3 test-cases which started failing on Windows check-in: 57d9dfa4e6 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-13
| ||
| 18:49 | Refactored much management of the BLOCKED and EOF flags into ChanRead() then began repairing some of... check-in: 98736462fb user: dgp tags: dgp-trunk-flag-repair | |
| 18:24 | Rework Tcl_ReadRaw() mostly taking things out of the loop that never repeat. check-in: e1c467edcd user: dgp tags: dgp-channel-flag-repair | |
| 16:42 | Salvaged what was left of value in the dgp-read-bytes-detour branch. Refactored much management of t... check-in: 94b7cdc521 user: dgp tags: dgp-channel-flag-repair | |
| 11:25 | [958bc05fbe]: Clarify "clock format" using "%R" check-in: b5de46ac73 user: jan.nijtmans tags: trunk | |
| 11:23 | [958bc05fbe]: Clarify "clock format" using "%R" check-in: 1e1b95e0e6 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-12
| ||
| 21:52 | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 take an unbearable 90 ... check-in: df4e6061ac user: dgp tags: trunk | |
| 21:50 | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 take an unbearable 90 ... check-in: 6fe20c93b6 user: dgp tags: core-8-5-branch | |
| 17:19 | Have the [chan push] machinery ReadRaw() directly into the argument to be passed to the read method ... check-in: df2b19250c user: dgp tags: trunk | |
| 13:09 | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsearch -sorted -integer" o... Closed-Leaf check-in: a1cf23084b user: jan.nijtmans tags: bug-47d66253c9 | |
|
2014-05-11
| ||
| 10:39 | [6d2f249a01] Handle a failure to comprehend half-way through the compilation of a chain of compileab... check-in: 0ef9c1b41a user: dkf tags: trunk | |
|
2014-05-09
| ||
| 17:46 | Repair another "impossible" test and the segfault it reveals. check-in: 695de04685 user: dgp tags: trunk | |
| 17:35 | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 67b870b07c user: dgp tags: trunk | |
| 16:55 | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 0d300e1793 user: dgp tags: core-8-5-branch | |
| 16:39 | Added comment explaining the "knownBug" in iogt-6.1 check-in: 8388952f62 user: dgp tags: trunk | |
| 16:38 | Added comment explaining the "knownBug" in iogt-6.1 check-in: 672bebd5f8 user: dgp tags: core-8-5-branch | |
| 16:33 | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disabled by default, which mea... check-in: 267dbca3d3 user: dgp tags: trunk | |
| 16:31 | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disabled by default, which mea... check-in: 753903e359 user: dgp tags: core-8-5-branch | |
| 13:50 | merge trunk check-in: 239fb8a769 user: jan.nijtmans tags: novem | |
| 13:33 | Test iocmd-32.1 is not "impossible" but after writing it properly it does segfault trying to use a d... check-in: 0a4dfac63e user: dgp tags: trunk | |
| 13:19 | Test iocmd-32.1 is not "impossible" but after writing it properly it does segfault trying to use a d... check-in: 430312d573 user: dgp tags: core-8-5-branch | |
| 12:03 | Fix [3389978]: Support for paths longer than MAX_PATH on Windows. check-in: 34528a47d1 user: jan.nijtmans tags: trunk | |
| 10:10 | Make Cygwin's "configure" work from another directory than /unix. (Not everything works this way!) check-in: b2c0b88e3a user: jan.nijtmans tags: trunk | |
| 10:08 | Make Cygwin's "configure" work from another directory than /unix. (Not everything works this way!) check-in: 4619d13620 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-08
| ||
| 17:46 | merge trunk check-in: e34a130b6f user: dgp tags: dgp-refactor | |
| 17:38 | Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes) Large overhaul ... check-in: d17b42d5cb user: dgp tags: trunk | |
| 17:30 | Merge the reforms of dgp-read-bytes branch into 8.5+ releases. Large overhaul of I/O read opera... check-in: ea760ac244 user: dgp tags: core-8-5-branch | |
| 16:28 | merge trunk check-in: 1f0f096bc0 user: dgp tags: dgp-refactor | |
| 16:21 | merge trunk Closed-Leaf check-in: 30ae8cb927 user: dgp tags: dgp-trunk-read | |
| 16:21 | silence compiler warning check-in: 1b033660ab user: dgp tags: trunk | |
| 16:12 | merge trunk check-in: b345c44424 user: dgp tags: dgp-trunk-read | |
| 16:03 | Fix the panic in iogt-2.5. Back in 2011, Bugs 3384654 and 3393276 first noticed troubles with Channe... check-in: cc5f6a9f05 user: dgp tags: trunk | |
| 13:01 | Revert the iogt-2.5 fix. For now one panic is better than widespread memory leaks. check-in: 1f0997a0f1 user: dgp tags: trunk | |
| 12:46 | More efficient/robust implementation of function TclNativeCreateNativeRep(). - No more intermediate... Closed-Leaf check-in: 1a24401380 user: jan.nijtmans tags: rfe-3389978 | |
| 03:28 | merge trunk check-in: 41b555c6c8 user: dgp tags: dgp-trunk-read | |
| 03:13 | Merge 8.5. check-in: 6373847bf0 user: dgp tags: trunk | |
| 02:55 | Merge 8.5. Closed-Leaf check-in: 355b7c916f user: dgp tags: dgp-read-bytes | |
| 02:38 | Stop leak in iocmd-21.22. check-in: bd77beabda user: dgp tags: core-8-5-branch | |
|
2014-05-07
| ||
| 22:22 | Corrected description of where tcl_platform(user) comes from on Unix. check-in: dadb2a77cc user: dkf tags: trunk | |
| 22:19 | Corrected description of where tcl_platform(user) comes from on Unix. check-in: 0e91209516 user: dkf tags: core-8-5-branch | |
| 03:30 | Stop leaks of cloned Tcl_ChannelTypes. check-in: 372a524f33 user: dgp tags: core-8-5-branch | |
| 02:28 | Stop leak in io-53.5. check-in: 923384ef74 user: dgp tags: core-8-5-branch | |
|
2014-05-06
| ||
| 23:51 | Stop leak in io-33.7. check-in: 85982d0ca3 user: dgp tags: core-8-5-branch | |
| 23:23 | Stop memory leak in io-29.34 check-in: 9ed25477ae user: dgp tags: core-8-5-branch | |
| 22:34 | Stop memory leak in io-29.27. check-in: 710c762201 user: dgp tags: core-8-5-branch | |
| 17:33 | Symptom relief. Make test stop panicking. This is not the proper final answer. ChannelBuffer manag... check-in: 299eab2396 user: dgp tags: trunk | |
| 15:23 | Add Panic call to better identify where iogt-2.5 goes wrong. check-in: bd7a70e510 user: dgp tags: trunk | |
| 14:43 | Merge 8.5. New test iogt-2.5 panics. check-in: ad0fc36bba user: dgp tags: trunk | |
| 14:10 | merge 8.5 check-in: a7733bb0e0 user: dgp tags: dgp-read-bytes | |
| 13:56 | Have to manage the lifetime of the self handle in testchannel transform. check-in: 74bb290f92 user: dgp tags: core-8-5-branch | |
| 11:17 | Start working on [3389978]. Appears to work, but some clean-up needed. check-in: 80d513f9cb user: jan.nijtmans tags: rfe-3389978 | |
|
2014-05-05
| ||
| 17:18 | Segfaulting test (backport of iortrans-5.11). check-in: 3c3c44ac41 user: dgp tags: core-8-5-branch | |
| 13:23 | Merge GotFlag() backport from 8.5. Conflicts galore! check-in: b1ed89a610 user: dgp tags: dgp-read-bytes | |
| 09:18 | merge-mark check-in: 0d1e692970 user: jan.nijtmans tags: trunk | |
| 09:17 | Backport "GotFlag" macro from Tcl 8.6. Makes code more readable. No change in functionality. check-in: 70147dfbb6 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-05-02
| ||
| 15:58 | merge trunk check-in: 8940c7f376 user: dgp tags: dgp-trunk-read | |
| 15:41 | merge 8.5 check-in: 5c1344169d user: dgp tags: dgp-read-bytes | |
| 15:35 | Re-apply [3010352], bringing back the symbol exports of shared libraries as it was in 8.6.0/8.6.1. check-in: 32a6915d8a user: jan.nijtmans tags: trunk | |
| 15:29 | Bring back self restacking support. Channel tests all passing now. check-in: 795288918d user: dgp tags: trunk | |
| 15:19 | Fixup restacking tests to expect the right results. Closed-Leaf check-in: 8ffe58f8e9 user: dgp tags: dgp-demo | |
| 15:06 | Backport channel self restacking support. (Test iogt-2.4). check-in: 65f9e5c5ef user: dgp tags: core-8-5-branch | |
| 14:45 | Add some comments about possible other self-restacking troubles. check-in: cc96a1b1e4 user: dgp tags: dgp-demo | |
| 13:02 | Fully restore topChan resetting to accommodate self-restacking channels. check-in: 479b266698 user: dgp tags: dgp-demo | |
| 12:39 | Re-enable buffer recycling. check-in: 19ba1dca2c user: dgp tags: dgp-demo | |
| 08:59 | merge novem Closed-Leaf check-in: a549f4599c user: jan.nijtmans tags: novem-bug-3598300 | |
| 07:39 | int -> size_t for hash tables check-in: 9f9abcbc4a user: jan.nijtmans tags: novem-more-memory-API | |
| 07:15 | merge novem check-in: 08a7e90291 user: jan.nijtmans tags: novem-more-memory-API | |
| 06:58 | Update Unicode tables to Unicode 7.0 beta check-in: 872972ea94 user: jan.nijtmans tags: novem | |
|
2014-05-01
| ||
| 16:33 | Stop the segfault in iogt-2.4. First by changing the UpdateInterest() call that triggers it. "down... check-in: a6e8d96c80 user: dgp tags: dgp-demo | |
| 15:16 | merge trunk check-in: ace047c40e user: jan.nijtmans tags: novem | |
| 15:13 | merge trunk check-in: 22914ee992 user: dgp tags: dgp-demo | |
| 15:00 | merge trunk check-in: 52f2afaf4f user: dgp tags: dgp-trunk-read | |
| 14:52 | merge 8.5 check-in: c88761f6af user: dgp tags: dgp-read-bytes | |
| 14:36 | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to get error information ... check-in: 4c9bb6c772 user: dgp tags: trunk | |
| 14:18 | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to get error information ... check-in: 97a0ec7bfd user: dgp tags: core-8-5-branch | |
| 09:40 | Merge trunk. Update Unicode tables to Unicode 7.0 beta. check-in: 13a1d81916 user: jan.nijtmans tags: tip-389-impl | |
| 09:11 | make doubly sure that things which should be unshared stay unshared check-in: 67c8b705b5 user: dkf tags: trunk | |
| 07:44 | merge-mark check-in: 1c9a8330da user: jan.nijtmans tags: trunk | |
| 07:38 | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f1]: The only place wher... check-in: 91be696bf3 user: jan.nijtmans tags: core-8-5-branch | |
| 01:26 | Merge in the fixes for improper ChannelBuffer sharing via recycling. check-in: a63b3cbe41 user: dgp tags: trunk | |
| 01:15 | missing constraint check-in: 36b1780d1a user: dgp tags: trunk | |
|
2014-04-30
| ||
| 21:59 | Better (safer) fix for [0e92c404f1] check-in: b8c06f813e user: jan.nijtmans tags: core-8-5-branch | |
| 21:24 | [82e7f67325] Fix an evil refcount problem in compiled [string replace]. check-in: 9d2057859c user: dkf tags: trunk | |
| 19:54 | Stop the segfaults in [close] during [gets] tests. Not sure this is the right behavior, but it's bet... check-in: 04b1f8b14c user: dgp tags: core-8-5-branch | |
| 19:33 | Panic message to pinpoint the cause of iocmd-21.23 segfault. check-in: 7bbdf769a2 user: dgp tags: core-8-5-branch | |
| 19:12 | Another segfault demo test, this one with [close] during [gets]. check-in: a0ef399dee user: dgp tags: core-8-5-branch | |
|
2014-04-29
| ||
| 17:40 | Make sure no shared ChannelBuffers get recycled. check-in: c101f46322 user: dgp tags: core-8-5-branch | |
| 17:04 | merge trunk check-in: e344fa9b49 user: dgp tags: dgp-demo | |
| 16:47 | Fix bug exposed when buffer recycling is disabled. check-in: 84f992ce50 user: dgp tags: trunk | |
| 16:36 | Fix bug exposed when buffer recycling is disabled. check-in: 9823e74a67 user: dgp tags: core-8-5-branch | |
| 15:54 | Revise the logic for setting TCL_ENCODING_END in the outputEncodingFlags so it does not rely on buff... Closed-Leaf check-in: bf4b0651be user: dgp tags: dgp-no-buffer-recycle | |
|
2014-04-28
| ||
| 20:28 | Clarify fcopy manpage regarding its bidirectional uses. [1350564] check-in: a6e8d5d50c user: ferrieux tags: trunk | |
| 18:56 | Merge to fix accidental fork in branch bug-3600058-td Leaf check-in: cdb671dd50 user: twylite tags: bug-3600058-td | |
| 18:41 | Reintroduce tabular format for alphabetical index of commands, but use CSS columns. Put a categoriz... check-in: dae988402a user: twylite tags: bug-3600058-td | |
|
2014-04-25
| ||
| 20:12 | Disable buffer recycling to expose bugs for fixing. check-in: e9c2ad7207 user: dgp tags: dgp-no-buffer-recycle | |
| 19:51 | Disable buffer recycling, which creates mysteries. check-in: 0e64d0aa58 user: dgp tags: dgp-demo | |
| 17:34 | Test iortrans-4.8.2 demos an infinite loop. Possible trouble with pushback buffers. check-in: 71c708ce30 user: dgp tags: dgp-demo | |
|
2014-04-24
| ||
| 18:21 | merge trunk check-in: 63b6268aeb user: dgp tags: dgp-trunk-read | |
| 18:14 | merge 8.5 check-in: 31f56dd77d user: dgp tags: dgp-read-bytes | |
| 15:27 | Make sure the ReflectedChannel struct is freed in the handler thread, where it was allocated. This ... check-in: 453e07a7d8 user: dgp tags: trunk | |
| 04:34 | [3493120] Plug memory leak in thread exit. check-in: 6b5f70a82f user: dgp tags: trunk | |
|
2014-04-23
| ||
| 18:25 | [3493120] Plug memory leak in thread exit. check-in: 18257b2f89 user: dgp tags: core-8-5-branch | |
| 09:18 | *nix segfault cleared: we should reset a thread key after freeing of alloc cache (in tclUnixThrd.c) Closed-Leaf check-in: 1dc6ea5ab2 user: sebres tags: bug-3493120 | |
|
2014-04-22
| ||
| 15:09 | Merge the [testchannel transform] fixes. check-in: 9bf970cda4 user: dgp tags: trunk | |
| 14:57 | Add refcounting and preservation to [testchannel transform] to stop segfault in test iogt-2.4. check-in: 1f873e8005 user: dgp tags: core-8-5-branch | |
| 13:25 | Memory leak after thread exit, fixed (alloc cache released by exit), belong to ticket [3493120] M... check-in: c251d61424 user: sebres tags: bug-3493120 | |
|
2014-04-21
| ||
| 20:02 | merge trunk check-in: 58bcc7a29a user: dgp tags: dgp-trunk-read | |
| 20:01 | merge 8.5 check-in: 621d5cbc6e user: dgp tags: dgp-read-bytes | |
| 19:04 | Merge refcounting machinery for ChannelBuffer. check-in: 0c1015d94d user: dgp tags: trunk | |
| 18:55 | Added a refcounting mechanism to ChannelBuffers. Other edits to stop segfaults in tests iocmd-21.2[... check-in: 13886141d8 user: dgp tags: core-8-5-branch | |
|
2014-04-20
| ||
| 15:29 | merge trunk check-in: 95c09d2f0b user: dkf tags: dkf-http-cookies | |
| 15:28 | more tinkering check-in: 8eb5a4845a user: dkf tags: dkf-http-cookies | |
|
2014-04-17
| ||
| 19:58 | Another test exposing another segfault. check-in: dbd29ee73d user: dgp tags: core-8-5-branch | |
| 19:17 | merge 8.5 check-in: 70bdf638d9 user: dgp tags: dgp-read-bytes | |
| 19:11 | merge trunk check-in: 15f3a695ca user: dgp tags: dgp-trunk-read | |
| 18:10 | Merge reflected channel improvements. check-in: 3c6eba5c93 user: dgp tags: trunk | |
| 17:55 | Reflected channels. Keep a set of method names cached so we don't create new each operation, and we... check-in: 4c7df62128 user: dgp tags: core-8-5-branch | |
| 16:05 | Simplify reflected channels. Instead of having two modes of Close operations and the need to choose ... check-in: ef3818afcd user: dgp tags: core-8-5-branch | |
| 14:01 | Remove all win95-specific test-cases, since Windows 95 is not supported any more. check-in: 324a458635 user: jan.nijtmans tags: trunk | |
|
2014-04-16
| ||
| 20:11 | merge 8.5 check-in: 97f35a8071 user: dgp tags: dgp-read-bytes | |
| 19:11 | merge trunk check-in: 7d6ac7cc9a user: dgp tags: dgp-refactor | |
| 18:53 | merge trunk check-in: c6828884d2 user: jan.nijtmans tags: novem | |
| 17:35 | merge trunk check-in: 505682a5bb user: dgp tags: dgp-trunk-read | |
| 15:40 | [d19a30db57] More testing. check-in: 90fb2d568e user: dgp tags: trunk | |
| 15:37 | Repair new test so all parts will be effective. check-in: ff8ab70e08 user: dgp tags: core-8-5-branch | |
| 15:30 | Test for [d19a30db57] extended check-in: 591ee4c021 user: sebres tags: core-8-5-branch | |
| 15:30 | [d19a30db57] Fixed segfault in [clock] internals. Includes test. check-in: 8aca271fac user: dgp tags: trunk | |
| 15:17 | Test for [d19a30db57]. check-in: bbf2e2ebf8 user: dgp tags: core-8-5-branch | |
| 14:12 | Fix compiler warnings in win32/cygwin build check-in: b18178d2d2 user: jan.nijtmans tags: trunk | |
| 14:07 | merge fork: Segmentation fault using some functions of tcl::clock, fixed, belong to ticket [d19a30db... check-in: b98c43b470 user: jan.nijtmans tags: core-8-5-branch | |
| 14:04 | Fix compiler warnings in win32/cygwin build. check-in: ee58aa423a user: jan.nijtmans tags: core-8-5-branch | |
| 13:18 | Segmentation fault using some functions of tcl::clock, fixed, belong to ticket [d19a30db57] check-in: e336aa2db0 user: sebres tags: core-8-5-branch | |
| 11:21 | merge trunk check-in: b436bc86df user: jan.nijtmans tags: novem | |
| 11:20 | Remove unused variable, don't use deprecated function, some formatting. check-in: 29bb868e02 user: jan.nijtmans tags: trunk | |
| 11:06 | merge trunk. Remove (internal) functions TclWinGetServByName(), TclWinGetSockOpt() and TclWinSetSoc... check-in: a7d000700b user: jan.nijtmans tags: novem | |
| 09:44 | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000+. See: [http://msdn.mi... check-in: 61866a947e user: jan.nijtmans tags: trunk | |
| 09:28 | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000+. See: [http://msdn.mi... check-in: 7e814eaa84 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-04-15
| ||
| 18:55 | merge trunk check-in: c59de3724d user: dgp tags: dgp-refactor | |
| 18:36 | Purge the (now unused) argc and argv fields. check-in: f0b9f4e373 user: dgp tags: trunk | |
| 17:45 | Purge (now unused) argc and argv fields. check-in: 4f1501f935 user: dgp tags: core-8-5-branch | |
| 17:25 | [88aef05cda] Stop reentrancy segfault in reflected channels by managing callbacks as (copies of) lis... check-in: 4985635c78 user: dgp tags: trunk | |
| 16:09 | [88aef05cda] Stop reentrancy segfault in reflected channels by managing callbacks as (copies of) lis... check-in: d20d5a14bd user: dgp tags: core-8-5-branch | |
| 10:46 | merge trunk check-in: 4b651b011f user: jan.nijtmans tags: novem | |
| 10:41 | Test-cases which pick up the completion of bug-fix [e663138a06d98e48b5fbb42cc015cf1698f486cd|e663138... check-in: f13e5bd0cf user: jan.nijtmans tags: trunk | |
|
2014-04-14
| ||
| 18:45 | [e663138a06] Fix the new INST_NUM_TYPE instruction so that the boundary cases of [string is] on inte... check-in: 5eae727664 user: dgp tags: trunk | |
|
2014-04-11
| ||
| 09:55 | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. For consistancy, any NUL char... check-in: b5dd510e85 user: jan.nijtmans tags: trunk | |
| 08:23 | Fix [3118489] for Windows only: NUL in filenames. This allows various characters to be used in win32... check-in: 0f4597a73c user: jan.nijtmans tags: trunk | |
|
2014-04-10
| ||
| 13:59 | [792641f95b]: Normalized win32 paths should never contain backslash. check-in: 578237c4c6 user: jan.nijtmans tags: trunk | |
| 13:32 | [792641f95b]: Normalized win32 paths should never contain backslash. check-in: bade6c326a user: jan.nijtmans tags: core-8-5-branch | |
| 07:57 | Fix bug [e663138a06]: Test failures in "string is" check-in: 772c763815 user: jan.nijtmans tags: trunk | |
|
2014-04-08
| ||
| 18:00 | * Give clearer names to some of the state flags and sync them with Windows where it makes sense. ... Closed-Leaf check-in: 9b3b3adf47 user: max tags: bug-13d3af3ad5 | |
| 15:15 | Beautify check for async connect reentry check-in: 2b3521353b user: oehhar tags: bug-13d3af3ad5 | |
| 15:02 | Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". Record the fact that... check-in: 667dfe5615 user: jan.nijtmans tags: trunk | |
| 14:52 | Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". check-in: e4510b50a5 user: jan.nijtmans tags: core-8-5-branch | |
| 14:40 | Changed error report logic, that an async connect error is only reported by 'fconfigure -error' and ... check-in: 774db15517 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-04-07
| ||
| 15:18 | Rename error to connectError in struct TcpState. check-in: 890a840201 user: max tags: bug-13d3af3ad5 | |
| 15:11 | Rename CreateClientSocket to TcpConnect check-in: 3cbbb06987 user: max tags: bug-13d3af3ad5 | |
| 15:08 | Renamed function CreateClientSocket to TcpConnect and variable error to connectError check-in: 27e28d5ecc user: oehhar tags: bug-13d3af3ad5 | |
| 14:56 | merge trunk check-in: f24df1717c user: jan.nijtmans tags: novem | |
| 14:32 | Merge-mark: Those two test-cases will arrive in trunk as soon as branch [http://core.tcl.tk/tcl/time... check-in: a006f5a452 user: jan.nijtmans tags: trunk | |
| 12:34 | Return async connect error by first following read or write operation. check-in: 0818d96293 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-04-04
| ||
| 16:44 | Moved tests socket-8.2 and socket-8.3 to socket-14.3 and socket-14.4 and made them robust against co... check-in: 59056c0ca3 user: oehhar tags: core-8-5-branch | |
| 16:27 | Avoid multiple returns of connect errors check-in: 0def1219a1 user: oehhar tags: bug-13d3af3ad5 | |
| 15:56 | Move tests 8.2 and 8.3 out of the IPv4/IPv6 loop to 14.13 and 14.14. check-in: e686d4cac9 user: max tags: bug-13d3af3ad5 | |
| 15:45 | Fix/improve tests. check-in: cb65273402 user: max tags: bug-13d3af3ad5 | |
| 11:53 | Add tests for bugs [336441ed59] and [581937ab1e] from core-8-5-branch. check-in: b602826a44 user: max tags: bug-13d3af3ad5 | |
| 11:14 | Fix for Bug [97069ea11a]: Set return message in close if a flush error is reported (which may be an ... check-in: 7aa743c0ee user: oehhar tags: trunk | |
| 10:02 | * Rework WaitForConnect() to fix synchronous completion of asynchronous connections. * Let Tcp... check-in: 56d4a94da9 user: max tags: bug-13d3af3ad5 | |
| 08:55 | Fix for Bug [97069ea11a]: Set return message in close if a flush error is reported (which may be an ... check-in: 45d1b34648 user: oehhar tags: core-8-5-branch | |
| 08:51 | Make the naming of TcpState variables consistent check-in: 8f4a29e820 user: max tags: bug-13d3af3ad5 | |
| 08:29 | Revert the tests for bug#97069ea11a from socket.test, because it is hard to test with the socket com... Closed-Leaf check-in: 48cf391339 user: max tags: bug-97069ea11a | |
|
2014-04-02
| ||
| 13:33 | Fix bug [581937ab1e]: fire readable event on async socket connect failure check-in: 37dce67f70 user: oehhar tags: core-8-5-branch | |
| 12:43 | Fix bug [581937ab1e]: fire readable event on async socket connect failure Closed-Leaf check-in: 29adf4bac3 user: oehhar tags: bug-581937ab1e | |
| 10:02 | Fix bug [336441ed59]: Win socket stall on quick termination of async socket connect check-in: 1dfe1390d8 user: oehhar tags: core-8-5-branch | |
| 09:54 | Test to demonstrate bug [336441ed59]. Depends on timing and will not always fire but is better than ... check-in: 22a6175c07 user: oehhar tags: bug-336441ed59 | |
| 08:35 | Set all variables written by the notifier thread as volatile. check-in: 7af0573f72 user: oehhar tags: bug-336441ed59 | |
| 08:22 | Marked all communication variables which are set by notifier thread with "volatile". check-in: 31e88e5cda user: oehhar tags: bug-13d3af3ad5 | |
|
2014-04-01
| ||
| 14:00 | Centralize and clarify the user of 169.254.0.0 as a non-reachable address. check-in: adeb86d0f9 user: max tags: bug-97069ea11a | |
| 13:06 | Imported fix for bug [97069ea11a] from branch bug-97069ea11a: empty error message on stalled backgro... check-in: 0fa84c1e50 user: oehhar tags: bug-13d3af3ad5 | |
| 12:17 | Add test cases for Bug [97069ea11a]. check-in: 019eadce85 user: max tags: bug-97069ea11a | |
| 12:16 | Removed thread debugging printf messages check-in: 7dc794f0c8 user: oehhar tags: bug-13d3af3ad5 | |
| 11:31 | Fix test failure socket-2.9: "1 {not owner}" instead of "1 {couldn't open socket address already in ... check-in: 5277cd7d5d user: oehhar tags: bug-97069ea11a | |
| 09:52 | Set return message in close if a flush error is reported (which may be an error from a background fl... check-in: d9c2394aec user: oehhar tags: bug-97069ea11a | |
| 08:18 | Limit number of cookies stored, deleting least recently used ones. check-in: 95b427a898 user: dkf tags: dkf-http-cookies | |
|
2014-03-31
| ||
| 18:47 | merge trunk check-in: 33f13ba67c user: jan.nijtmans tags: novem | |
| 18:44 | Add missing @TCL_LIB_FLAG@ to tcl.pc.in (derived from ticket [5bcb5026ad]) check-in: 85f74e89a1 user: jan.nijtmans tags: trunk | |
| 15:23 | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like info via pkg-config. Add ... check-in: 70b7d58cae user: jan.nijtmans tags: core-8-5-branch | |
| 08:09 | merge trunk check-in: 0f642ee045 user: dkf tags: dkf-http-cookies | |
| 08:08 | Better cookie option parsing that doesn't throw away critical information. check-in: 0ef3ed62be user: dkf tags: dkf-http-cookies | |
|
2014-03-28
| ||
| 20:29 | Merge minimal fix for iocmd-23.11. Note that top channel regeneration is removed, so that Preserve/R... check-in: 4c19c39276 user: dgp tags: trunk | |
|
2014-03-27
| ||
| 21:35 | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix. check-in: b846182cdc user: dgp tags: core-8-5-branch | |
| 19:15 | Test iocmd-23.11 demos another segfault. check-in: 045e8076eb user: dgp tags: trunk | |
| 19:14 | Test iocmd-23.11 demos another segfault. check-in: d237824bfd user: dgp tags: core-8-5-branch | |
| 16:47 | Test iogt-2.4 is another segfault demo for [721ec69271]. check-in: b83734f724 user: dgp tags: trunk | |
| 16:44 | Test iogt-2.4 is another segfault demo for [721ec69271]. check-in: ee4b5c6c43 user: dgp tags: core-8-5-branch | |
| 16:27 | New test iortrans-4.8.1 exposes segfault bug [721ec69271]. check-in: 994f93910e user: dgp tags: trunk | |
|
2014-03-26
| ||
| 14:38 | Implement RFE [b42b208ba4]: file attributes -readonly (and -archive, -hidden, -system) on Cygwin. check-in: 5656978163 user: jan.nijtmans tags: trunk | |
| 14:34 | Only write back file attributes if any of them really changed. Closed-Leaf check-in: f6fc8ce920 user: jan.nijtmans tags: rfe-b42b208ba4 | |
| 10:37 | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For completeness, implemented -... check-in: 71d7e7db09 user: jan.nijtmans tags: rfe-b42b208ba4 | |
|
2014-03-24
| ||
| 21:42 | Add test io-53.12 to verify proper unbuffered sync-fcopy [Bug #3096275] check-in: 3b391551d0 user: ferrieux tags: dgp-trunk-read | |
| 11:03 | Fire also readable event on final async connect failure. Armor WaitForSocketEvent by access signal a... check-in: f1d2f6dbad user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-23
| ||
| 20:59 | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to and including checkin a1e82fb6... check-in: c4c1cd81e4 user: dgp tags: dgp-trunk-read | |
| 11:42 | Be sure tsd pointer to the info structure is invalidated before memory free check-in: d045cdc948 user: oehhar tags: bug-13d3af3ad5 | |
| 11:31 | Be shure tsd pointer to the info structure is invalidated before memory free check-in: 25f4fca4ee user: oehhar tags: bug-336441ed59 | |
|
2014-03-22
| ||
| 16:14 | Bug [336441ed59]: Buffer infoPtr between socket creation and insertion into info structure in thread... check-in: 2596fec7bd user: oehhar tags: bug-336441ed59 | |
|
2014-03-21
| ||
| 19:07 | Correct some faulty assumptions in the zlib transformation input driver. BRANCHED - some other EO... Closed-Leaf check-in: dfadac1b71 user: dgp tags: dgp-eof | |
| 17:11 | Added comments raising questions about possible updates to channel drivers on Windows. check-in: 5134ecb54a user: dgp tags: trunk | |
| 14:45 | missing declaration Closed-Leaf check-in: 44ad35d49a user: dgp tags: dgp-read-bytes-detour | |
| 14:07 | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 1322e9c55d user: dgp tags: dgp-read-bytes-detour | |
| 13:40 | Added comment explaining the "knownBug" check-in: 76da1d965e user: dgp tags: dgp-read-bytes-detour | |
| 13:20 | Convert "impossible" test to a "knownBug" test. Exposes a segfault! check-in: 85f07be907 user: dgp tags: dgp-read-bytes-detour | |
| 12:58 | Restore default suppression of large file test. check-in: 29bad58a75 user: dgp tags: dgp-read-bytes-detour | |
| 12:57 | Fixup ChanRead() header. Note (dstSize > 0) precondition. check-in: 466dfbd509 user: dgp tags: dgp-read-bytes-detour | |
| 12:56 | io-34.21 - fix bugs in normally skipped test. io-35.18b - knownBug is not buggy on this branch. check-in: 04ade665cf user: dgp tags: dgp-read-bytes-detour | |
| 02:36 | Documentation header for ChanRead() check-in: 594b1261d6 user: dgp tags: dgp-read-bytes-detour | |
|
2014-03-20
| ||
| 23:21 | Both callers of ChanRead() have simlar epilogs. Shift that into ChanRead and refactor. check-in: bae1c688f2 user: dgp tags: dgp-read-bytes-detour | |
| 20:18 | Don't allow buffer recycling to prevent or delay buffersize shrinkage. check-in: a1e82fb63e user: dgp tags: dgp-read-bytes | |
| 19:25 | Stop routine clearing of CHANNEL_EOF. Only clear when there's a reason (seek, eofchar change, unget... check-in: 4da5102566 user: dgp tags: dgp-read-bytes | |
| 16:31 | Use assertions about the pushback buffers to simplify their handling. Mark several things left TODO.... check-in: 059316c224 user: dgp tags: dgp-read-bytes | |
| 14:45 | merge 8.5 check-in: 3f0acb898a user: dgp tags: dgp-read-bytes | |
| 12:01 | merge trunk check-in: fcb93a439f user: dgp tags: dgp-refactor | |
| 10:14 | merge trunk check-in: 386ead73ae user: jan.nijtmans tags: novem | |
| 10:10 | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: 2c5beb4f45 user: jan.nijtmans tags: trunk | |
| 10:06 | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: b5fb55f2fe user: jan.nijtmans tags: core-8-5-branch | |
| 09:22 | Proposed fix for [2f7cbd01c3]. Closed-Leaf check-in: e0b5b5cbd2 user: jan.nijtmans tags: bug-2f7cbd01c3 | |
|
2014-03-19
| ||
| 21:43 | Let TranslateInputEOL handle the "\r$eofChar" sequence in CRLF mode. check-in: 87cabe74cb user: dgp tags: dgp-read-bytes | |
| 20:32 | Complete rewrite of DoRead(). check-in: b0fec86516 user: dgp tags: dgp-read-bytes | |
|
2014-03-17
| ||
| 17:56 | Remove long dead "BAD_BLOCKING" support code so it no longer confuses people reading/editing this co... check-in: b97275fff8 user: dgp tags: dgp-read-bytes | |
|
2014-03-14
| ||
| 17:01 | WaitForConnection like tclUnixSock.c, new option [fconfigure -connecting] check-in: 650e8b8468 user: oehhar tags: bug-13d3af3ad5 | |
| 16:59 | file tclWinSock.c reorganized to minimize diff to tclUnixSock.c. No functional change check-in: dc0a9645cc user: oehhar tags: bug-13d3af3ad5 | |
| 14:36 | Remove writable shortcut and errorneous workaround to get [connect -async] fail error to [fconfigure... check-in: 65b320b464 user: oehhar tags: bug-13d3af3ad5 | |
| 14:26 | * More test improvements for async sockets. * Advance async connections whenever the channel i... check-in: ece135ac28 user: max tags: bug-13d3af3ad5 | |
| 09:12 | Async connect terminates: fire fileevent by setting readyEvent, propage commit fail message to [fcon... check-in: 711c272f36 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-13
| ||
| 17:10 | Bug 3600058 work-in-progress: restored table format for contents page (easy for eyes to scan, each t... check-in: ce23a97e6f user: twylite tags: bug-3600058-td | |
|
2014-03-11
| ||
| 17:34 | * Hide transient errors of the internal iterations of [socket -async] from the script level. * ... check-in: 5fafcb7857 user: max tags: bug-13d3af3ad5 | |
| 16:51 | Compress code for better single screen viewing. check-in: b1b64885a9 user: dgp tags: dgp-read-bytes | |
| 13:35 | No [fconfigure -error] error in connect process; gets after failed async connect returns connect err... check-in: cb1a6a0924 user: oehhar tags: bug-13d3af3ad5 | |
| 03:38 | Trial rewrite of AUTO input translation. check-in: 8753583e66 user: dgp tags: dgp-read-bytes | |
|
2014-03-10
| ||
| 19:30 | .... and then the bug fix. check-in: 626308d6df user: dgp tags: dgp-read-bytes | |
| 19:29 | Test for the bug I just committed. check-in: 98fca4e9bf user: dgp tags: dgp-read-bytes | |
| 19:00 | Rewrite CRLF translation to use more system calls. check-in: 6ac30093f3 user: dgp tags: dgp-read-bytes | |
| 18:11 | WaitForConnect may only call back to CreateClientSocket when the socket is writable or something. Wh... check-in: d2b5426431 user: max tags: bug-13d3af3ad5 | |
| 17:58 | Bring CRLF translation in parallel with others. check-in: 1e9ea0b532 user: dgp tags: dgp-read-bytes | |
| 16:59 | Additional security for wrong pointer check-in: 64ccc14933 user: oehhar tags: bug-13d3af3ad5 | |
| 16:56 | merge trunk check-in: f5326d1de7 user: dgp tags: dgp-refactor | |
| 15:38 | Fire write fileevent if async connect fails finally (test socket-14.2) check-in: c80dc6e566 user: oehhar tags: bug-13d3af3ad5 | |
| 15:22 | Also continue async connect without event loop if gets/puts is called (test socket-14.8.*) check-in: 33d1e6a53a user: oehhar tags: bug-13d3af3ad5 | |
| 14:36 | Workaround if FD_CONNECT notification comes before socket list registration in TcpThreadActionProc check-in: a4af0b5949 user: oehhar tags: bug-13d3af3ad5 | |
| 12:08 | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try more than one address. ... check-in: 06c4fda007 user: max tags: bug-13d3af3ad5 | |
| 09:01 | merge trunk check-in: 4634b864fa user: dkf tags: dkf-http-cookies | |
| 09:00 | Reorganize log level management, start testing persistence, refactor code to not put so much in ::ht... check-in: b6af1d7ed5 user: dkf tags: dkf-http-cookies | |
| 03:09 | TranslateInputEOL doesn't need to return anything. No caller cares. Other optimizations and simplif... check-in: a534865f9d user: dgp tags: dgp-read-bytes | |
|
2014-03-09
| ||
| 21:58 | merge trunk check-in: b9dc391702 user: jan.nijtmans tags: novem | |
| 21:58 | Merge core-8-5-branch (New tests covering INPUT_NEED_NL flag handling. One exposes a bug.) check-in: 26bd1581af user: jan.nijtmans tags: trunk | |
| 21:55 | Mark io-35.18b test as knownBug check-in: 4fb211cd74 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-03-08
| ||
| 00:21 | socket -async and gets/puts stall on windows (Ticket [336441ed59]) This is a change for a problem... Closed-Leaf check-in: 521b7229c4 user: andreask tags: win-sock-async-connect-race-fix | |
|
2014-03-07
| ||
| 20:15 | TranslateInputEOL() callers no longer need assert dstLen <= srcLen. check-in: ab50666290 user: dgp tags: dgp-read-bytes | |
| 19:43 | Simplify the input eof char scan. Update some comments. check-in: ac39a58a9c user: dgp tags: dgp-read-bytes | |
| 07:40 | Still incomplete info structure in event proc: try to protect with locks (unsuccesful). Probably loc... check-in: ffb0e6c712 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-06
| ||
| 18:21 | More debug to chase different fd in struct than in callback check-in: 210378511e user: oehhar tags: bug-13d3af3ad5 | |
| 15:51 | Variable "rawStart" serves no purpose. check-in: 961f9c82ce user: dgp tags: dgp-read-bytes | |
| 10:37 | Terminate async connect synchronously by any blocking operation check-in: 76a90541db user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-05
| ||
| 22:28 | more checks of domain data loading check-in: 4c9fc857ef user: dkf tags: dkf-http-cookies | |
| 19:41 | Remove old dead code; silence compiler warnings; tidy up. check-in: df25cce286 user: dgp tags: dgp-read-bytes | |
| 17:16 | Adapt CopyAndTranslateBuffer() to changes in TranslateInputEOL(). Notably no longer using the INPUT_... check-in: e9e06ab343 user: dgp tags: dgp-read-bytes | |
| 15:15 | "gets" blocked after async cannect: SOCKET_ASYNC_CONNECT was not cleared check-in: e6b7f7708c user: oehhar tags: bug-13d3af3ad5 | |
| 14:40 | Refactor the error handling logic around connect() check-in: a532187514 user: max tags: bug-13d3af3ad5 | |
| 14:23 | Merge repair to correct failing tests. check-in: be0a413ba3 user: dgp tags: dgp-read-bytes | |
| 13:12 | avoid warnings about uninitialized infoPtr in DEBUG check-in: 49c77f95c1 user: max tags: bug-13d3af3ad5 | |
| 13:09 | Print out the value of infoPtr in DEBUG, so that coexisting sockets can be distinguished in the outp... check-in: a3b9f7fdbd user: max tags: bug-13d3af3ad5 | |
| 10:20 | Next async connect try works. Reset error and move notifier before connect. check-in: 296c6ffb8c user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-04
| ||
| 18:54 | * Use watchEvents only for read/write/close events of [chan event], don't mix with internal use o... check-in: 9c695de236 user: max tags: bug-13d3af3ad5 | |
| 08:11 | safer setter mechanism check-in: 2049ccd386 user: dkf tags: dkf-http-cookies | |
| 07:54 | Reverted move of WSAAsyncSelect before connect -> FD_Connect message does also fire if it exists on ... check-in: c044ae1f1b user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-03
| ||
| 23:22 | working towards a more consistent way of handling options in the cookiejar API check-in: 5658068e23 user: dkf tags: dkf-http-cookies | |
| 15:57 | WIP: async open event now passes to SocketEventProc() and connects but does not finalyze that (I gue... check-in: 1a15736603 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-01
| ||
| 03:01 | Fixups make the test suite almost pass (except *io-39.17) check-in: b745eb9ba4 user: dgp tags: dgp-read-bytes | |
|
2014-02-28
| ||
| 19:01 | Bring over the ReadChars rewrite for integration into the other I/O work. check-in: 22a9f73877 user: dgp tags: dgp-read-bytes | |
| 18:36 | another coverage test. check-in: fc0ec64788 user: dgp tags: dgp-read-bytes | |
| 18:28 | tidy up. Closed-Leaf check-in: 967f356dde user: dgp tags: dgp-read-chars | |
| 18:25 | More ReadChars rewriting. Test suite now passes. Note that this reform simplifies ReadChars a fair ... check-in: 8928ad3eb5 user: dgp tags: dgp-read-chars | |
| 11:05 | Make printf debugging switchable, because it affects 'make test' check-in: 84c3e283bc user: max tags: bug-13d3af3ad5 | |
| 10:47 | Broken intermediate state. Calling back to CreateClientSocket() from the event loop works, but the ... check-in: a1779bfd08 user: max tags: bug-13d3af3ad5 | |
|
2014-02-27
| ||
| 20:21 | Work in progress attempting a ReadChars rewrite. check-in: 914a1b6351 user: dgp tags: dgp-read-chars | |
| 20:11 | remove comment check-in: 5d763d1af8 user: dgp tags: dgp-read-bytes | |
|
2014-02-26
| ||
| 20:28 | merge 8.5 check-in: 27707adf73 user: dgp tags: dgp-read-bytes | |
| 17:47 | New tests covering INPUT_NEED_NL flag handling. One exposes a bug. check-in: 279154c448 user: dgp tags: core-8-5-branch | |
| 13:18 | merge-mark check-in: f9fcde39ad user: jan.nijtmans tags: novem | |
| 13:16 | Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c37ab8944], itcl*Decls.h... check-in: ebf5381b2f user: jan.nijtmans tags: trunk | |
| 12:44 | Merge trunk check-in: 6cdbf73536 user: max tags: bug-13d3af3ad5 | |
| 11:26 | More coverage tests and bug fixes. check-in: 929bdbd0af user: dgp tags: dgp-read-bytes | |
| 08:58 | start writing integration tests check-in: 0db5a8b266 user: dkf tags: dkf-http-cookies | |
|
2014-02-25
| ||
| 15:59 | merge trunk check-in: 2ab5c24490 user: jan.nijtmans tags: novem | |
| 15:49 | [8d5f5b8034] Flush internal representations in [string tolower] of unshared obj check-in: 6504791ba5 user: dkf tags: trunk | |
| 09:10 | more tests and some fixes check-in: 049762f4d4 user: dkf tags: dkf-http-cookies | |
| 08:32 | merge trunk check-in: 784a6ebd99 user: jan.nijtmans tags: novem | |
| 08:02 | Do not reopen a win serial channel for serial detection. There are issues with some Bluetooth virtua... check-in: eb0919a1ec user: oehhar tags: trunk | |
|
2014-02-24
| ||
| 21:25 | Reduce ReadBytes to simplest expression. check-in: fa8b2ead5a user: dgp tags: dgp-read-bytes | |
| 21:01 | simplification trims check-in: d5fce7db96 user: dgp tags: dgp-read-bytes | |
| 20:53 | merge 8.5 check-in: bf1327f687 user: dgp tags: dgp-read-bytes | |
| 19:11 | Merge the stricter binary mode experiment. check-in: b3f0eb6d21 user: dgp tags: dgp-read-bytes | |
| 17:25 | Do not reopen a win serial channel for serial detection. There are issues with some Bluetooth virtua... check-in: b6459ef66c user: oehhar tags: core-8-5-branch | |
| 08:13 | more functional testing check-in: d8fc962c97 user: dkf tags: dkf-http-cookies | |
|
2014-02-23
| ||
| 18:17 | merge trunk check-in: 00ed09fc01 user: dkf tags: dkf-http-cookies | |
| 13:07 | [3597178]: Improve documentation of what's going on with encodings check-in: 29b5d483ec user: dkf tags: trunk | |
|
2014-02-21
| ||
| 20:08 | merge trunk check-in: 7067cdd418 user: jan.nijtmans tags: novem | |
| 15:12 | Simplify ReadBytes based on new constraints. Closed-Leaf check-in: adeabf71cf user: dgp tags: dgp-experiment | |
| 15:02 | fix type error check-in: 80330ed77d user: dgp tags: dgp-experiment | |
|
2014-02-20
| ||
| 21:23 | Switch consistently on the narrower def of binary mode. check-in: 5a647c7aae user: dgp tags: dgp-experiment | |
| 20:31 | Can we send some binary reads down the char-reading path? check-in: 13ebbaf45b user: dgp tags: dgp-experiment | |
| 03:51 | Refactoring repair to fix failing test. check-in: 2e3d8aa19c user: dgp tags: dgp-read-bytes | |
|
2014-02-19
| ||
| 14:12 | [1230597] Update test comment. check-in: 6deecf6f75 user: dgp tags: trunk | |
| 14:10 | [1230597] Update test comment. check-in: 0392a86d4d user: dgp tags: core-8-5-branch | |
| 03:45 | Next coverage test to expose another refactoring error. check-in: 7ee5a61b87 user: dgp tags: dgp-read-bytes | |
| 03:36 | Shortcut ReadBytes() when it's a no-op. check-in: cc398cf78d user: dgp tags: dgp-read-bytes | |
|
2014-02-18
| ||
| 23:20 | Callers of TranslateInputEOL are expected to manage the INPUT_NEED_NL flag. check-in: 0426499beb user: dgp tags: dgp-read-bytes | |
| 21:27 | Another coverage test that reveals refactoring error. check-in: be16a4865e user: dgp tags: dgp-read-bytes | |
| 18:35 | coverage test for -translation cr check-in: b79ce5761c user: dgp tags: dgp-read-bytes | |
| 18:26 | Refactor correction exposed by coverage test. check-in: 8619f9ff5d user: dgp tags: dgp-read-bytes | |
| 17:54 | Coverage test for -translation auto handling of INPUT_SAW_CR flag. Demonstrates refactor failure. check-in: 18b306d083 user: dgp tags: dgp-read-bytes | |
| 14:14 | testing of the cookiejar implementation check-in: bde54f5d48 user: dkf tags: dkf-http-cookies | |
| 10:56 | merge novem check-in: ebffa137e2 user: jan.nijtmans tags: novem-bug-3598300 | |
| 09:56 | merge trunk check-in: 7250e8085c user: jan.nijtmans tags: novem | |
|
2014-02-16
| ||
| 09:04 | extending the IDNA tests check-in: 1567ef37b2 user: dkf tags: dkf-http-cookies | |
| 08:18 | [9bf7e67b37]: minor documentation blooper check-in: 319683e85d user: dkf tags: trunk | |
|
2014-02-15
| ||
| 10:02 | add the test cases from RFC 3492 check-in: b09e2204e4 user: dkf tags: dkf-http-cookies | |
|
2014-02-14
| ||
| 09:03 | more tests, now getting to the IDNA handling check-in: 5f6bb663fd user: dkf tags: dkf-http-cookies | |
|
2014-02-13
| ||
| 09:04 | more tests for the punycode engine check-in: 9783d98bd3 user: dkf tags: dkf-http-cookies | |
|
2014-02-12
| ||
| 18:46 | merge 8.5 check-in: 19731e45f5 user: dgp tags: dgp-read-bytes | |
| 12:15 | typo check-in: dc8f438313 user: jan.nijtmans tags: trunk | |
| 12:13 | typo check-in: 4eb3385757 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-02-11
| ||
| 19:53 | Refactor so that CopyAndTranslateBuffer() calls on TranslateInputEOL() instead of duplicating so muc... check-in: 26bac705c9 user: dgp tags: dgp-read-bytes | |
| 11:13 | Merge trunk check-in: 73afad5c30 user: jan.nijtmans tags: novem | |
| 10:58 | Fix execute permission bit (should not be set) for *Decls.h files check-in: 5308afeb26 user: jan.nijtmans tags: trunk | |
| 08:53 | Changed position of flag evaluation as proposed by Phil Hoffman Closed-Leaf check-in: 024a523361 user: oehhar tags: bug-2413550 | |
|
2014-02-10
| ||
| 17:09 | merge trunk check-in: ca8cc64e32 user: dgp tags: dgp-refactor | |
| 11:59 | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang/LLVM) don't define it,... check-in: 80cf092cc7 user: jan.nijtmans tags: trunk | |
|
2014-02-09
| ||
| 12:56 | starting to write some tests check-in: ece03eda87 user: dkf tags: dkf-http-cookies | |
| 12:41 | D'oh! check-in: 3e89b49881 user: dkf tags: dkf-http-cookies | |
|
2014-02-08
| ||
| 15:36 | update list of TLDs check-in: 38e63c1acb user: dkf tags: dkf-http-cookies | |
| 15:03 | merge trunk check-in: 20ad99c5e9 user: dkf tags: dkf-http-cookies | |
| 07:54 | merge trunk check-in: 470ba4edf6 user: dkf tags: dkf-improved-disassembler | |
| 07:54 | improve the testing of the disassembly commands check-in: d369bbfd9a user: dkf tags: dkf-improved-disassembler | |
| 07:41 | merge trunk check-in: b42667a7e0 user: dkf tags: dkf-improved-disassembler | |
|
2014-02-07
| ||
| 19:40 | This patch is not pointless. Tests encoding-25.* demonstrate its utility. check-in: 79a8716060 user: dgp tags: dgp-read-bytes | |
|
2014-02-06
| ||
| 22:48 | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of importe... check-in: ec28d672c6 user: dgp tags: trunk | |
| 22:41 | Change the flag value to avoid merge conflict with trunk. check-in: 8e0145bccc user: dgp tags: core-8-5-branch | |
| 22:38 | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of imported commands whe... check-in: 3bf0700110 user: dgp tags: core-8-5-branch | |
| 22:10 | merge trunk check-in: 6828d86c67 user: jan.nijtmans tags: novem | |
| 21:45 | check for existance of __BORLANDC__ before using its value check-in: e212ae9cf1 user: jan.nijtmans tags: trunk | |
| 21:44 | Check for existance of __BORLANDC__ before using its value check-in: 381e442683 user: jan.nijtmans tags: core-8-5-branch | |
| 19:04 | Revised ReadChars to restore an attempt to make sure we do not short read because of a false notion ... Closed-Leaf check-in: 8a185f4fe9 user: dgp tags: dgp-may-be-pointless | |
| 18:35 | merge trunk check-in: 0eb8efa5ba user: mig tags: mig-optimize | |
| 16:33 | merge 8.5 check-in: 3d3823e676 user: dgp tags: dgp-read-bytes | |
|
2014-02-04
| ||
| 21:52 | Satisfy required position of __stdcall from VC++ check-in: 4d93b22209 user: jan.nijtmans tags: trunk | |
| 21:51 | Satisfy required position of __stdcall from VC++ check-in: 4aa0755656 user: jan.nijtmans tags: core-8-5-branch | |
| 21:33 | Add missing __stdcall (which crashes on win32), and clean-up indenting check-in: d2660a9d11 user: jan.nijtmans tags: trunk | |
| 21:29 | remove duplicate declaration check-in: 9d33e20c12 user: jan.nijtmans tags: core-8-5-branch | |
| 21:21 | Add missing __stdcall (which crashes on win32), and clean-up indenting check-in: f4b331d2fb user: jan.nijtmans tags: core-8-5-branch | |
| 16:30 | merge trunk check-in: 7642672bf2 user: dgp tags: dgp-refactor | |
| 16:24 | Simplify the core output operations of channels. Reduce duplicative and dead code. check-in: af063120ee user: dgp tags: trunk | |
| 15:17 | Simplify the core output operations of channels. Reduce duplicative and dead code. check-in: 9057fb00e2 user: dgp tags: core-8-5-branch | |
| 14:30 | Be sure to finalize the identity encoding. Closed-Leaf check-in: 02c6d2d336 user: dgp tags: dgp-optimize-output-stage | |
| 09:09 | merge trunk check-in: b9f6344af3 user: dkf tags: dkf-improved-disassembler | |
| 09:02 | make the printing of source much less inclined to be fazed by non-ASCII chars check-in: 185f7e2f36 user: dkf tags: trunk | |
| 08:15 | [971cb4f1db]: Make debugging traces less inclined to serious visual corruption check-in: 9533dbc4c7 user: dkf tags: trunk | |
|
2014-02-03
| ||
| 22:58 | merge 8.5 check-in: c407e0fc64 user: dgp tags: dgp-optimize-output-stage | |
| 22:29 | merge trunk check-in: 6e467f54ca user: dkf tags: dkf-improved-disassembler | |
| 17:32 | merge trunk check-in: 2dc7adbbf0 user: mig tags: mig-optimize | |
| 15:29 | merge trunk check-in: eb01b5b26b user: jan.nijtmans tags: novem | |
| 15:19 | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 check-in: 818d7d0f1a user: jan.nijtmans tags: trunk | |
| 14:43 | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 check-in: 8aefc70fdb user: jan.nijtmans tags: core-8-5-branch | |
| 09:53 | merge trunk check-in: 63547cfbe8 user: jan.nijtmans tags: novem | |
|
2014-02-02
| ||
| 16:01 | add compilation of [string is] check-in: f74647ceeb user: dkf tags: trunk | |
| 15:09 | merge main working branch Closed-Leaf check-in: b3a938ddc0 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 15:08 | merge main working branch Closed-Leaf check-in: e3f27bdbd1 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 14:43 | compilation of [string is] Closed-Leaf check-in: fc4df9d199 user: dkf tags: dkf-bytecode-8.6-main | |
| 14:42 | improve the disassembly Closed-Leaf check-in: d1f2d16fd2 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-31
| ||
| 22:07 | Simplify macro typecasting. check-in: 77d1c32097 user: dgp tags: dgp-optimize-output-stage | |
| 20:42 | The "channel" Tcl_ObjType is caching only. It never needs an UpdateString routine. It's also static... check-in: 3be587ea63 user: dgp tags: dgp-optimize-output-stage | |
| 20:02 | Do not call updateStringProc directly. We have TclGetString() for that. check-in: 16cebba90b user: dgp tags: dgp-optimize-output-stage | |
| 09:26 | merge trunk check-in: 9cbf304e98 user: jan.nijtmans tags: novem | |
| 09:19 | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before sanity check ? check-in: 0b5fb73910 user: jan.nijtmans tags: trunk | |
| 09:13 | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before sanity check ? check-in: f6a2f50eb8 user: jan.nijtmans tags: core-8-5-branch | |
|
2014-01-30
| ||
| 20:10 | Refactor to eliminate the DoWriteChars() layer. check-in: 1fb1e81ddc user: dgp tags: dgp-optimize-output-stage | |
| 19:30 | Eliminate DoWrite(). It duplicates WriteBytes(). check-in: 4a35001f56 user: dgp tags: dgp-optimize-output-stage | |
| 19:13 | Trial: Implement DoWrite() as WriteBytes(). check-in: e38265e698 user: dgp tags: dgp-optimize-output-stage | |
| 18:45 | Simplification and cleanup enabled by last commit. check-in: df0dfbf28d user: dgp tags: dgp-optimize-output-stage | |
| 18:31 | Refactor WriteChars() and WriteBytes() into simple wrappers of a common routine Write(). check-in: d651018d94 user: dgp tags: dgp-optimize-output-stage | |
| 16:21 | merge trunk check-in: b05a6048ea user: dgp tags: dgp-refactor | |
| 15:02 | merge 8.5 check-in: 5ef480c185 user: oehhar tags: bug-2413550 | |
| 14:51 | Eliminate the use of a staging buffer in WriteChars(). check-in: f5f5df0f00 user: dgp tags: trunk | |
| 14:50 | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error check-in: 3fb17c9267 user: jan.nijtmans tags: trunk | |
| 14:44 | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error check-in: 8a9e78209d user: jan.nijtmans tags: core-8-5-branch | |
| 14:31 | Eliminate the use of a staging buffer in WriteChars(). check-in: 4749538620 user: dgp tags: core-8-5-branch | |
| 11:02 | win/tclWinChan.c Tcl_InitNotifier: Bug [2413550] Avoid reopening of serial channels which causes iss... check-in: 84307fe13f user: oehhar tags: bug-2413550 | |
|
2014-01-29
| ||
| 23:18 | Squashed C99 syntax breaking the native AIX cc. check-in: 8d1efaf42d user: andreask tags: trunk | |
| 13:59 | Compile [string is] with character classes in a non-awful way. Needs more work to make resulting byt... check-in: 587d82b78a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-28
| ||
| 20:23 | The outputStage field is now unused, so never allocate it. check-in: d89e241ea4 user: dgp tags: dgp-optimize-output-stage | |
| 20:19 | tidy things up check-in: 69fc4bcc62 user: dgp tags: dgp-optimize-output-stage | |
| 18:51 | Working code with no staging buffer use. check-in: d6de6b35d8 user: dgp tags: dgp-optimize-output-stage | |
| 11:04 | WIP check-in: e1ed4ca828 user: dgp tags: dgp-optimize-output-stage | |
|
2014-01-27
| ||
| 17:58 | merge 8.5 check-in: 95bdfa070a user: dgp tags: dgp-optimize-output-stage | |
| 17:35 | merge 8.5 check-in: 85a4eb2c6c user: dgp tags: dgp-read-bytes | |
| 17:35 | Revise the Tcl_Append* machinery to tolerate NULL bytes to append. Then have ReadChars() use that ma... check-in: dcc87ec669 user: dgp tags: dgp-read-bytes | |
|
2014-01-25
| ||
| 21:42 | merge trunk check-in: 5fb12de009 user: jan.nijtmans tags: novem | |
| 21:41 | sync tcl.m4 with Tk version check-in: d16f9a59ec user: jan.nijtmans tags: trunk | |
| 21:41 | sync tcl.m4 with Tk version check-in: fc06c2939f user: jan.nijtmans tags: core-8-5-branch | |
| 09:02 | merge principal development branch check-in: 51b5fe9afe user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 08:57 | more quieting of excessively-noisy messages Closed-Leaf check-in: 7d37b91ada user: dkf tags: dkf-quieter-compiles, dkf-bytecode-8.6-main | |
|
2014-01-24
| ||
| 22:33 | merge 8.5 check-in: 3920660b95 user: dgp tags: dgp-read-bytes | |
| 22:00 | merge trunk check-in: f00afeae97 user: dgp tags: dgp-refactor | |
| 21:52 | In WriteChars(), eliminate the copy step through a staging buffer when it is not required for channe... check-in: d76ed8a13f user: dgp tags: trunk | |
| 21:45 | In WriteChars(), eliminate the copy step through a staging buffer when it is not required for channe... check-in: 01ff1f0a45 user: dgp tags: core-8-5-branch | |
| 17:38 | Eliminate the copy to a staging buffer when that serves no functional purpose. check-in: 68c21e5139 user: dgp tags: dgp-optimize-output-stage | |
|
2014-01-23
| ||
| 23:12 | merge trunk check-in: ddec41f466 user: jan.nijtmans tags: novem | |
| 13:15 | merge trunk check-in: e5eacae891 user: dgp tags: dgp-refactor | |
|
2014-01-22
| ||
| 19:44 | experimenting with making the compilation less noisy check-in: 1a780d806a user: dkf tags: dkf-quieter-compiles, dkf-bytecode-8.6-main | |
| 19:33 | improved tidy-up from branch check-in: b946fae2c6 user: dkf tags: trunk | |
| 13:48 | remove unused variable check-in: 8cf8f4d2dc user: jan.nijtmans tags: trunk | |
| 09:14 | minor tidying up check-in: 039b02fa79 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:11 | add compilation for [nextto] and [yieldto]; fix [a90d9331bc] check-in: b64f6cd9a9 user: dkf tags: trunk | |
| 09:07 | [a90d9331bc]: must not crash when yieldto called in vanishing namespace check-in: b37441105a user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-21
| ||
| 22:08 | There is no need for ReadBytes() or its caller(s) to track how many bytes are actually stored in obj... check-in: 4d0dcf283d user: dgp tags: dgp-read-bytes | |
| 21:32 | Backport of bytearray append machinery to support bug fixes in ReadBytes. check-in: 9e237cce30 user: dgp tags: dgp-read-bytes | |
| 18:17 | merge mark check-in: 345437b24b user: dgp tags: trunk | |
| 18:16 | Silence compiler warnings. check-in: 76fb868129 user: dgp tags: core-8-5-branch | |
| 17:25 | [2992970] Restore safety of Tcl_AppendObjToObj(x, x) for bytearrays. check-in: 704897a19b user: dgp tags: trunk | |
| 15:07 | implementation of [yieldto] in bytecode check-in: ef8db24f85 user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-19
| ||
| 18:39 | added compilation for [nextto] check-in: 6f3de2ee14 user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-17
| ||
| 09:43 | remove some dead code Closed-Leaf check-in: a9e0697268 user: dkf tags: bug-272e866f1e | |
|
2014-01-15
| ||
| 20:21 | [272e866f1e][965a39e314] Revise ReadBytes so that it uses the bytearray growth algorithm already in ... check-in: 128d902c33 user: dgp tags: bug-272e866f1e | |
| 19:04 | [2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. Also moves overflow checkin... Closed-Leaf check-in: e5267e9dcd user: dgp tags: bug-2992970 | |
|
2014-01-13
| ||
| 08:06 | extend [string is] to booleans check-in: 4013777385 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-10
| ||
| 15:58 | a different approach check-in: 85c888f3e7 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-09
| ||
| 21:20 | merge trunk check-in: cd045e6a26 user: dkf tags: dkf-improved-disassembler | |
| 14:29 | merge trunk check-in: 769d84f6a6 user: dgp tags: dgp-refactor | |
| 10:49 | use compact form check-in: ef10c605e4 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-08
| ||
| 11:04 | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be shared in tclCmdMZ.o and T... check-in: 2191bd8485 user: jan.nijtmans tags: trunk | |
|
2014-01-07
| ||
| 15:29 | Revert Makefile.in changes and remove added tclStringTrim.h header. Otherwise, the same changes wo... Closed-Leaf check-in: acd990a59d user: jan.nijtmans tags: remove-trim-header | |
| 14:52 | merge trunk check-in: 0d51d6c35e user: dgp tags: dgp-refactor | |
| 14:25 | merge main working branch check-in: 694ecb849a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 14:19 | Add compilations for the following commands: * concat * linsert * namespace origin * next * str... check-in: 4492d3b645 user: dkf tags: trunk | |
| 14:13 | make function static once more; not needed outside of source file check-in: db86bf6a15 user: dkf tags: dkf-bytecode-8.6-main | |
| 13:59 | reduce the overhead of NR-enabled TclOO [next] check-in: 966489854c user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-06
| ||
| 13:07 | merge trunk check-in: c830714db9 user: dgp tags: dgp-refactor | |
|
2014-01-05
| ||
| 17:31 | factor out a common stanza check-in: 92b49504eb user: dkf tags: dkf-bytecode-8.6-main | |
| 17:00 | merge main working branch check-in: efa38c6308 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 16:57 | merge trunk check-in: 48c3800a6d user: dkf tags: dkf-bytecode-8.6-main | |
| 15:02 | merge trunk check-in: 16ddfe9591 user: mig tags: mig-optimize | |
| 15:01 | fix arraySet compiler to set -errorcode instead of -errorCode in return options check-in: 5a9b720577 user: mig tags: trunk | |
| 14:11 | merge trunk check-in: 617a70e5c0 user: mig tags: mig-optimize | |
| 14:10 | skip the switch(result) on returning TCL_OK from a proc check-in: ea59100c56 user: mig tags: trunk | |
| 12:03 | merge trunk check-in: 6064646a34 user: mig tags: mig-optimize | |
| 12:01 | reducing TEBCdata: pc and cleanup now passed in the NREcallback check-in: 0c12259de7 user: mig tags: trunk | |
|
2014-01-03
| ||
| 11:08 | merge trunk check-in: 9ceab49e1e user: mig tags: mig-optimize | |
|
2014-01-02
| ||
| 22:12 | remove unintended change check-in: c872c87b27 user: mig tags: mig-optimize | |
| 22:11 | remove two now unneeded corrections in the for compiler check-in: 78492334ba user: mig tags: mig-optimize | |
| 17:05 | merge trunk check-in: 2c2c6d6225 user: jan.nijtmans tags: novem | |
| 15:30 | redevelop code to have more in common with the interpreted [string is] and to remove non-working typ... check-in: fce302b44d user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 13:43 | merge trunk check-in: e9435b0a49 user: dgp tags: dgp-refactor | |
| 10:11 | merge-mark check-in: 4e94603486 user: jan.nijtmans tags: dkf-bytecode-8.6-main | |
| 10:01 | more fixes to instruction tracing; ensure all places that need DECACHE_STACK_INFO have it check-in: cecc44d165 user: dkf tags: trunk | |
| 09:38 | merge main working branch check-in: 8985308f80 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 09:37 | merge main working branch check-in: 044fae58fd user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 09:35 | merge main working branch check-in: 1c324ae77e user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 09:17 | implement TclOO's [next] in bytecode check-in: 6909efd4f5 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:15 | merge main working branch; made opcode work by getting callback ordering right Closed-Leaf check-in: 5caf29d929 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 08:51 | merge trunk check-in: dbaf3fe8ab user: dkf tags: dkf-bytecode-8.6-main | |
| 08:35 | merge trunk check-in: 5eb96f00af user: dkf tags: dkf-bytecode-8.6-main | |
| 08:32 | merge main working branch check-in: fa1b103f18 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 03:27 | merge trunk check-in: b0d8ce1dfd user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-01
| ||
| 16:19 | factor out a common peephole stanza check-in: 1b5fb87b71 user: dkf tags: trunk | |
| 12:36 | merge trunk check-in: 3cb08706ae user: jan.nijtmans tags: novem | |
| 00:02 | merge trunk check-in: 8c6514e159 user: mig tags: mig-optimize | |
|
2013-12-31
| ||
| 23:34 | another jump peephole, this time with string comparisons check-in: 8674c9099d user: dkf tags: trunk | |
| 17:28 | more cleaning up of error-case instruction tracing check-in: 9a0fff9f2b user: dkf tags: dkf-bytecode-8.6-main | |
| 16:36 | merge trunk check-in: 5f687f32da user: mig tags: mig-optimize | |
| 16:28 | merge trunk check-in: bf55737041 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:26 | more peephole optimizations in TEBC, and better instruction execution traces check-in: c5d6c15df9 user: dkf tags: trunk | |
| 12:38 | merge trunk; segfault in assemble-30.4, to be investigated check-in: 6896877443 user: mig tags: mig-optimize | |
| 12:14 | clarify the resume sequence in TEBCresume; make checkInterp a local variable, remove it from the sav... check-in: af06c0fbf8 user: mig tags: trunk | |
| 10:49 | merge trunk check-in: f31bdb28e9 user: dkf tags: dkf-bytecode-8.6-main | |
| 10:47 | remove ill-advised change to assembler What made sense for the compiler does not for the assemble... check-in: eabc1b8699 user: dkf tags: trunk | |
| 10:37 | Now gets the stack depth about right, but still many test failures. check-in: 6145c5e865 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
|
2013-12-30
| ||
| 16:36 | merge trunk Closed-Leaf check-in: 014940909e user: dgp tags: dkf/asm-crash-20131022 | |
| 11:58 | merge main working branch check-in: b540b18e40 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 11:56 | put the other definition of a trim set in the header file too check-in: 9f5aa1fe63 user: dkf tags: dkf-bytecode-8.6-main | |
| 11:44 | merge main working branch check-in: 10c9b8f76d user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 11:40 | Factor out the definition of the default string trim set; define it once only. check-in: 57c46ae806 user: dkf tags: dkf-bytecode-8.6-main | |
| 10:24 | merge main working branch check-in: 1eae2c7592 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 08:50 | merge main working branch check-in: ef604e2db9 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 08:49 | merge main working branch check-in: 1b96ee83b9 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 08:49 | merge main working branch check-in: dde154938f user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 08:37 | implement [namespace origin] in bytecode check-in: 1572fe02bd user: dkf tags: dkf-bytecode-8.6-main | |
| 08:16 | allow generation by assembler check-in: 7b776b5ef4 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:12 | corrected comment check-in: e56b6a5abb user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-12-29
| ||
| 18:49 | Improved general case of [string replace] implementation. check-in: abb9522f54 user: dkf tags: dkf-bytecode-8.6-main | |
| 18:48 | precondition was wrong, and needed to flush part of the string/internal rep Closed-Leaf check-in: 61d38268ae user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
| 16:59 | use the new instruction check-in: 5b590417f3 user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
|
2013-12-28
| ||
| 17:21 | completed instruction implementation check-in: 4baf63487a user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
|
2013-12-27
| ||
| 21:00 | merge trunk check-in: 4eca9283c9 user: dgp tags: dgp-refactor | |
| 20:22 | merge to pre-conflict check-in: 378998b647 user: dgp tags: dgp-refactor | |
| 20:16 | resolve conflict in merge check-in: 0df9a9850e user: dgp tags: dgp-refactor | |
| 19:51 | merge to pre-conflict check-in: 97e935896f user: dgp tags: dgp-refactor | |
| 13:28 | last few 1-jumps gone; only remain the special ones after INST_RETURN_CODE_BRANCH check-in: d7bbadd225 user: mig tags: mig-optimize | |
|
2013-12-26
| ||
| 18:22 | one more 1-4 jump conversion check-in: 5e5429fb68 user: mig tags: mig-optimize | |
| 15:25 | remove uninitialized variable and the code that used it DKF: very ill-advised; changes semantics ... Closed-Leaf check-in: 996c4a1cda user: mig tags: dkf-review | |
|
2013-12-25
| ||
| 16:51 | move initial traceExec to TclNRExecuteBytecode check-in: c2df802f9b user: mig tags: mig-optimize | |
| 16:10 | slight INST_DONE optimization check-in: 2677d85ad7 user: mig tags: mig-optimize | |
|
2013-12-24
| ||
| 18:57 | interim commit; not yet working check-in: 71f55efff2 user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
|
2013-12-23
| ||
| 18:32 | merge trunk check-in: 9dfb1c05dd user: dkf tags: dkf-bytecode-8.6-main | |
| 11:42 | merge new stack checking tools for the compiler check-in: 3729db90cb user: mig tags: mig-optimize | |
| 11:28 | Added new tools for managing and verifying the stack depth during compilation. Used it in some spots... check-in: c91b235146 user: mig tags: trunk | |
|
2013-12-22
| ||
| 15:22 | fix bad stack computations in subst compiler check-in: 8ccd564033 user: mig tags: mig-optimize | |
| 15:08 | fix stack counting bug in catch compiler check-in: 2a11a32dae user: mig tags: mig-optimize | |
| 14:19 | merge trunk check-in: 1b948d66b1 user: mig tags: mig-optimize | |
| 14:11 | remove unnecessary messing around INST_CONTINUE and INST_BREAK: local continue/break are already con... check-in: 6e3a672696 user: mig tags: trunk | |
| 13:05 | merge trunk check-in: 9609a547c6 user: mig tags: mig-optimize | |
| 13:03 | remove duplicate statement in previous commit check-in: ce6b692ea9 user: mig tags: trunk | |
| 12:52 | fix stack counting bug in new catch compiler, commit 62a51cdb45. check-in: f4a47f8891 user: mig tags: trunk | |
|
2013-12-20
| ||
| 22:00 | merge mark check-in: 5ac24a13ca user: mig tags: mig-optimize | |
| 21:59 | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick from mig-optimize) check-in: cddbfc3081 user: mig tags: trunk | |
| 21:45 | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary. Passes the testsuite check-in: 2c9af1bcda user: mig tags: mig-optimize | |
| 20:18 | remove unnecessary messing around INST_CONTINUE and INST_BREAK: local continue/break are already con... check-in: a3dd0d49c5 user: mig tags: mig-optimize | |
| 08:18 | merge trunk check-in: 9b7c42180e user: jan.nijtmans tags: novem | |
|
2013-12-19
| ||
| 19:18 | merge trunk check-in: 27341f4eb3 user: mig tags: mig-optimize | |
| 14:35 | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, looks like a good idea ... check-in: e6528e54af user: jan.nijtmans tags: trunk | |
| 12:21 | merge trunk check-in: 7d7672c1eb user: jan.nijtmans tags: novem | |
|
2013-12-18
| ||
| 22:01 | merge trunk check-in: c08920b226 user: mig tags: mig-optimize | |
| 21:57 | make tclInstructionTable and TclRegisterLiteral available to stubs-enabled extensions check-in: 9b86972a1d user: mig tags: mig-optimize | |
| 18:23 | [0b874c344d] Fix for nested coroutines ability to stitch together multiple parts of the CmdFrame cha... check-in: 955265f9a0 user: dgp tags: trunk | |
| 18:20 | merge trunk Closed-Leaf check-in: c2729f6ccc user: dgp tags: bug-0b874c344d | |
| 18:09 | Big simplification of the bug fix. check-in: 377a1e094e user: dgp tags: bug-0b874c344d | |
| 17:29 | merge trunk check-in: 9e7cd2afeb user: mig tags: mig-optimize | |
| 16:06 | Making the optimizer pluggable by extensions check-in: f1ad9cd44e user: mig tags: trunk | |
| 15:34 | Making the optimizer pluggable by extensions; please review for committing to trunk Closed-Leaf check-in: 66649275ed user: mig tags: mig-tmp-optimize | |
|
2013-12-17
| ||
| 21:19 | Factor out the level offsetting into a final pass. Let the first pass of the "chain" operation just... check-in: 8dba1257b1 user: dgp tags: bug-0b874c344d | |
|
2013-12-16
| ||
| 21:01 | Refactoring work on the "chain" operation. check-in: 57834e5a05 user: dgp tags: bug-0b874c344d | |
|
2013-12-15
| ||
| 21:28 | merge trunk check-in: 9940ea9d74 user: jan.nijtmans tags: novem | |
| 17:49 | Improve descriptions of character escapes and ranges in Tcl.n. Improve output format handlers to cop... check-in: 35e85b0756 user: dkf tags: trunk | |
|
2013-12-14
| ||
| 03:23 | adding a PUSH4-to-jump step check-in: ead6b44f47 user: mig tags: mig-optimize | |
|
2013-12-13
| ||
| 18:39 | Simplify the coding of the unchain operation. check-in: faa9978a25 user: dgp tags: bug-0b874c344d | |
|
2013-12-12
| ||
| 09:57 | simple compilation of [string replace] check-in: 42c221805b user: dkf tags: dkf-bytecode-8.6-main | |
| 09:13 | merge trunk; document added instructions check-in: 3c12b66379 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:09 | merge trunk check-in: 7bab51b334 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-12-11
| ||
| 21:15 | merge check-in: 488aa08719 user: mig | |
| 20:57 | logic fix; special handling for RETURN_CODE_BRANCH check-in: 0fed1bc012 user: mig tags: mig-optimize | |
| 18:05 | removing most of the optimizer, will be back after a change in data structs check-in: 12f906e772 user: mig | |
| 18:02 | fix stupid error check-in: d203d7e71a user: mig tags: mig-optimize | |
| 17:31 | merge - no diff to mig-optimize has yet been committed check-in: 95715761bd user: mig | |
| 17:29 | merge new catch compiler check-in: 35565158e5 user: mig tags: mig-optimize | |
| 17:13 | allow simple optimization of the OK case, at the cost of some code duplication Closed-Leaf check-in: e777d7ae20 user: mig tags: mig-catch-compiler | |
| 16:48 | merge mark check-in: e0c8c98af2 user: mig tags: mig-catch-compiler | |
| 16:46 | simplification of the catch compiler and new test check-in: 62a51cdb45 user: mig tags: trunk | |
| 16:43 | comments check-in: 2e7bd6187e user: mig tags: mig-catch-compiler | |
| 16:33 | comments check-in: 7df5af9041 user: mig tags: mig-catch-compiler | |
| 16:27 | comments check-in: 26000c5283 user: mig tags: mig-catch-compiler | |
| 15:55 | new test, and fix for bug check-in: a54157c969 user: mig tags: mig-catch-compiler | |
| 15:16 | simplify: remove the special case check-in: da1e3c8fc9 user: mig tags: mig-catch-compiler | |
| 14:51 | store options early: simplify compiler, reduce stack manipulations check-in: a31b0e17b7 user: mig tags: mig-catch-compiler | |
| 13:49 | simplifying: drop early the evaled script check-in: 8ffaec97b7 user: mig tags: mig-catch-compiler | |
| 12:57 | shrink 4 jumps even if not recursing; change jumps to next into NOP or POP check-in: 98e98e59ec user: mig tags: mig-optimize | |
| 11:59 | merge check-in: 2ba245e5f9 user: mig | |
| 11:58 | cosmetic: move macros to the top of the file, add comments. check-in: e580cf7590 user: mig tags: mig-optimize | |
| 11:47 | copyright check-in: 16d64b476f user: mig | |
| 11:46 | add my copyright notice check-in: fd582653ac user: mig tags: mig-optimize | |
| 11:33 | branch for developing a different bc optimizer check-in: bf5d07c872 user: mig | |
| 11:29 | move the optimizer back to TclSetByteCodeFromAny - still unsure if it actually belongs in InitByteco... check-in: 51dac455d6 user: mig tags: mig-optimize | |
| 10:34 | change criterion: always restart code compaction. To be revisited. check-in: c6f68bb0af user: mig tags: mig-optimize | |
|
2013-12-10
| ||
| 22:52 | restart code compaction if a further 10% code reduction can be achieved check-in: be1401ea70 user: mig tags: mig-optimize | |
| 19:14 | temporarily remove assemble.test to get a clean testsuite, until the bug in trunk gets fixed check-in: f03c6dab0b user: mig tags: mig-optimize | |
| 19:05 | add comment, early exit to CompactCode check-in: 81c40a12f0 user: mig tags: mig-optimize | |
| 17:42 | reverting catch compiler changes - better let END_CATCH be "transparent" to PUSH in the optimizer. A... check-in: 9a2de2068f user: mig tags: mig-optimize | |
| 12:07 | fix INST_LMAP_COLLECT from trunk check-in: c70ff981e2 user: mig tags: mig-optimize | |
| 12:05 | fix stack computations for lmap check-in: e4212fccc3 user: mig tags: trunk | |
| 11:40 | get INST_LMAP_COLLECT from trunk check-in: 72fd8739c8 user: mig tags: mig-optimize | |
| 11:38 | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var check-in: 58ebb29700 user: mig tags: trunk | |
| 10:24 | more INST4 to INST1 conversions where possible check-in: 69b878258b user: mig tags: mig-optimize | |
| 01:17 | added a code-shrinker as last optimizer step: 5-byte to 2-byte insts where possible, remove all INST... check-in: 5fa375f12a user: mig tags: mig-optimize | |
|
2013-12-08
| ||
| 23:34 | one more jump into a body is grown to 4-size check-in: dbf2d918c3 user: mig tags: mig-optimize | |
| 20:53 | only emit PUSH4, give the optimizer more room to work with check-in: 7cc33eb452 user: mig tags: mig-optimize | |
| 17:49 | two more short-to-long jump conversions check-in: a3def86cfc user: mig tags: mig-optimize | |
| 15:20 | stop emitting non-removable unreachable INST_NOPs; replace with INST_DONE check-in: d159f8466c user: mig tags: mig-optimize | |
|
2013-12-07
| ||
| 20:15 | More simplification of forward jumps, emiting almost only 4 jumps. Ready to start on optimizer. check-in: 60fe9d5c31 user: mig tags: mig-optimize | |
| 17:38 | More simplification of forward jumps check-in: be9709bda2 user: mig tags: mig-optimize | |
| 15:46 | Some simplification of forward jumps check-in: 265934fd86 user: mig tags: mig-optimize | |
| 12:14 | First steps to a rewriting-optimizer: emit all forward jumps as 4-jumps to have rewriting space. Th... check-in: b5d790a234 user: mig tags: mig-optimize | |
|
2013-12-06
| ||
| 20:15 | merge trunk check-in: c3515741fc user: dgp tags: dgp-refactor | |
| 17:46 | merge trunk check-in: 5bbe184374 user: dgp tags: dgp-refactor | |
| 17:41 | Resolve "conflict" that dgp-refactor stores AuxData in a Brodnik array. check-in: 40308d67c9 user: dgp tags: dgp-refactor | |
| 17:34 | Merge to pre-conflict. check-in: f3f5be3937 user: dgp tags: dgp-refactor | |
| 16:59 | Resolve (mostly cosmetic) conflicts merging changes in the compiler. check-in: 5659066924 user: dgp tags: dgp-refactor | |
| 16:44 | Merge to pre-conflict checkin check-in: b0b4303cbb user: dgp tags: dgp-refactor | |
| 15:58 | change NULL to INT2PTR(0), for clarity check-in: 6cfea930ff user: mig tags: trunk | |
| 14:29 | change NULL to INT2PTR(0), for clarity Closed-Leaf check-in: a3b06bc1de user: mig tags: mig-opt-foreach | |
| 14:20 | merge trunk check-in: 2d5b161958 user: mig tags: mig-opt-foreach | |
| 10:17 | Oops, wrong macro. check-in: c2afe8e73a user: jan.nijtmans tags: trunk | |
| 10:04 | Introducing a new union member in Tcl_Obj is not a good idea in a patch release, especially using "l... check-in: e8d964a08e user: jan.nijtmans tags: trunk | |
| 09:33 | merge trunk check-in: 1ab40a5c8f user: dkf tags: dkf-bytecode-8.6-main | |
| 09:28 | Stop printing undefined values in disassembled code. check-in: ccaa2e5f90 user: dkf tags: trunk | |
| 05:24 | 3x speed improvement in foreach, via new compiler and opcodes. The old version remains for old .tbc ... check-in: 93a75ad1c4 user: mig tags: trunk | |
| 01:07 | adapted the array-set compiler to use the new foreach opcodes check-in: 88629f23ac user: mig tags: mig-opt-foreach | |
| 00:16 | tighter mem management in array-set compiler check-in: 368bf6383f user: mig tags: mig-opt-foreach | |
| 00:02 | tighter mem management check-in: 2f0632c179 user: mig tags: mig-opt-foreach | |
|
2013-12-05
| ||
| 20:45 | Draft fix for Bug 0b874c344d. Includes test. check-in: de30f9f78a user: dgp tags: bug-0b874c344d | |
| 17:18 | add comments on INST_FOREACH_* check-in: 66ba84a6ad user: mig tags: mig-opt-foreach | |
| 16:01 | add comments on field "misuse" check-in: e95d817ced user: mig tags: mig-opt-foreach | |
| 15:15 | New compiler and bytecodes for foreach and lmap: 70% faster * speed as measured by http://wiki... check-in: 3782af5f5a user: mig tags: mig-opt-foreach | |
|
2013-11-29
| ||
| 18:14 | Modified info frame's coro handling to allow for a caller coro without cmdFramePtr (toplevel) Leaf check-in: f8164c896c user: andreask tags: bug-0b874c344d-ak-info-frame-coro | |
|
2013-11-25
| ||
| 13:02 | Take over "changes" and "doc/file.n" from trunk, it should have been merged to "novem" already. check-in: 558938a186 user: jan.nijtmans tags: novem | |
| 12:39 | Don't depend on TCLAPI to be defined in <tcl.h>. If this tclOODecls.h is ever installed in an Tcl 8.... check-in: 7cca123cba user: jan.nijtmans tags: novem | |
|
2013-11-24
| ||
| 22:12 | merge trunk check-in: 162f412163 user: jan.nijtmans tags: novem | |
| 18:35 | [a122627849] Improve stack trace from parray on not-array. check-in: 02ef6fa87e user: dkf tags: trunk | |
| 18:34 | [a122627849] Improve stack trace from parray on not-array. check-in: 2c4acdb880 user: dkf tags: core-8-5-branch | |
|
2013-11-22
| ||
| 13:21 | revert accidental part of previous commit check-in: b7d07f415c user: jan.nijtmans tags: trunk | |
| 13:17 | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together with <tcl.h> check-in: 5dac33e7ef user: jan.nijtmans tags: trunk | |
| 13:16 | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together with <tcl.h> check-in: 90bf70eb07 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-21
| ||
| 16:22 | Modify makefile.vc for Windows 8.1 support check-in: c8998f018b user: jan.nijtmans tags: trunk | |
| 16:20 | Modify makefile.vc for Windows 8.1 support check-in: 550bb146c6 user: jan.nijtmans tags: core-8-5-branch | |
| 11:52 | Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.a... check-in: f858abe62f user: jan.nijtmans tags: trunk | |
| 11:43 | Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.a... check-in: c505b4ac53 user: jan.nijtmans tags: core-8-5-branch | |
| 09:24 | The only relyable way of changing environment variables to uppercase (e.g. env(ComSpec) to env(COMSP... check-in: bd7d5c1f7c user: jan.nijtmans tags: trunk | |
| 09:18 | The only relyable way of changing environment variables to uppercase (e.g. env(ComSpec) to env(COMSP... check-in: 26c40ac305 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-20
| ||
| 16:06 | Safer clean-up of environment variables: Do removal after insertions -> tcltest 2.3.7 check-in: 9835f4f033 user: jan.nijtmans tags: trunk | |
| 16:04 | Safer clean-up of environment variables: Do removal after insertions -> tcltest 2.3.7 check-in: e934186601 user: jan.nijtmans tags: core-8-5-branch | |
| 14:40 | Starting with Windows 8 DSK, GetVersionExA is deprecated check-in: bd84c74e43 user: jan.nijtmans tags: trunk | |
| 14:38 | Starting with Windows 8 DSK, GetVersionExA is deprecated check-in: 450e7bd007 user: jan.nijtmans tags: core-8-5-branch | |
| 12:58 | Fix env-5.1 test-case on Cygwin (and probably other platforms which don't have iso8859-1 as system-e... check-in: 1f318a23a1 user: jan.nijtmans tags: trunk | |
| 11:34 | ... and don't break env-5.3 and env-5.5 test-cases. check-in: f6c1c6b491 user: jan.nijtmans tags: trunk | |
| 11:20 | Bug Fix: EnvTraceProc() MUST always return NULL to indicate success. check-in: bac3f9b139 user: jan.nijtmans tags: trunk | |
|
2013-11-19
| ||
| 13:02 | merge trunk check-in: ac9edf70ff user: dkf tags: dkf-bytecode-8.6-main | |
| 11:50 | Some formatting check-in: 1ea2b5393f user: jan.nijtmans tags: trunk | |
| 09:47 | Cygwin: Instead of checking whether the win32 part is configured properly, just configure it when ne... check-in: 79b33761cc user: jan.nijtmans tags: trunk | |
| 09:09 | Revert [5215b8740c] (Enh [2959069]), as it turns out that -fvisibility=hidden only affects definitio... check-in: 8cce7b5a1a user: jan.nijtmans tags: trunk | |
| 08:23 | Cygwin: Instead of checking whether the win32 part is configured properly, just configure it when ne... check-in: 4202101f7e user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-18
| ||
| 13:37 | merge trunk check-in: 797af34e34 user: max tags: bug-13d3af3ad5 | |
| 13:32 | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by other means than covering... check-in: c1c1d9ee69 user: max tags: trunk | |
| 12:35 | To prepare for completion of the [socket -async] implementation on Windows [13d3af3ad5]: * Move ... check-in: 09ba8482cc user: max tags: bug-13d3af3ad5 | |
| 11:00 | Eliminate some redundant Tcl_GetErrno() calls. check-in: 29b76e5d7d user: jan.nijtmans tags: trunk | |
|
2013-11-16
| ||
| 21:06 | Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. check-in: 04b08d7303 user: jan.nijtmans tags: trunk | |
| 21:05 | Fix [e832d2b08]: unnecessary code in Tcl_SetMaxBlockTime. check-in: 4c14f88702 user: jan.nijtmans tags: core-8-5-branch | |
| 20:33 | Map WSAEWOULDBLOCK to EWOULDBLOCK. Suggested by Reinhard Max. check-in: b34eced180 user: jan.nijtmans tags: trunk | |
|
2013-11-15
| ||
| 16:13 | Don't leak getaddrinfo() results check-in: a94b14f5b4 user: max tags: trunk | |
|
2013-11-14
| ||
| 10:25 | merge trunk check-in: bfd0e7d5aa user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-11-13
| ||
| 22:18 | merge trunk check-in: 7a9fe7d77b user: jan.nijtmans tags: novem | |
|
2013-11-12
| ||
| 15:47 | Grammar check... check-in: 709893c659 user: dkf tags: trunk | |
| 15:43 | [528717] Slight rewording to clarify what the evaluation steps are. check-in: c0264cc2d3 user: dkf tags: trunk | |
| 13:12 | socket-14.6 only makes sense where both, IPv4 and IPv6 are supported. check-in: f644fb5a9f user: max tags: trunk | |
| 11:45 | Fix [5425f2c082]: [fconfigure -error] breaks the background processing of a pending [socket -async]. check-in: 80ca9fe746 user: max tags: trunk | |
|
2013-11-08
| ||
| 15:06 | rebase TIP [http://tip.tcl.tk/414|#414] implementation check-in: 43d9b69489 user: jan.nijtmans tags: initsubsystems | |
| 14:57 | rebase TIP [http://tip.tcl.tk/425|425] implementation check-in: 4743eeb5a6 user: jan.nijtmans tags: win-console-panic | |
| 14:38 | Merge trunk (order of man.macros inclusion). Simplify TCLAPI definition: Since there are extern "C" ... check-in: 8d35d71882 user: jan.nijtmans tags: novem | |
|
2013-11-05
| ||
| 12:39 | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. check-in: 92ff51d4b5 user: jan.nijtmans tags: trunk | |
| 12:36 | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. check-in: 5145f9b673 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-11-04
| ||
| 10:26 | merge trunk check-in: deea906ab7 user: jan.nijtmans tags: novem | |
| 10:13 | Put extern "C" guards around all stub table struct definitions, so it is usable for C++ compilers as... check-in: af0f607ada user: jan.nijtmans tags: trunk | |
| 10:02 | Put extern "C" guards around all stub table struct definitions, so it is usable for C++ compilers as... check-in: e0986c290f user: jan.nijtmans tags: core-8-5-branch | |
|
2013-10-31
| ||
| 11:44 | Windows dll's should be executable. check-in: e81e8058f8 user: jan.nijtmans tags: trunk | |
|
2013-10-29
| ||
| 20:08 | merge trunk check-in: e73a6a8458 user: dkf tags: dkf-bytecode-8.6-main | |
| 20:07 | Now do [string toupper], [string tolower] and [string totitle]. Only handles the no-indices case; th... check-in: 993ffd1993 user: dkf tags: dkf-bytecode-8.6-main | |
| 13:25 | merge trunk check-in: e494959ae2 user: jan.nijtmans tags: novem | |
| 08:17 | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec on HP-UX check-in: 6ba84ab753 user: jan.nijtmans tags: trunk | |
| 08:15 | Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec on HP-UX check-in: d7c93731e2 user: jan.nijtmans tags: core-8-5-branch | |
| 00:30 | Also finalize the condition variables for each notifier thread. Leaf check-in: 331b645669 user: mistachkin tags: unsetThreadData | |
| 00:19 | Some cleanup of the previous assumptions. check-in: e972fd496b user: mistachkin tags: unsetThreadData | |
|
2013-10-28
| ||
| 23:39 | Add experimental new Tcl API Tcl_UnsetThreadData. check-in: f6b2f8b451 user: mistachkin tags: unsetThreadData | |
| 22:40 | Another attempt to cleanup stale remnants of the notifier subsystem. Leaf check-in: 2226ee4340 user: mistachkin tags: tkt-414d10346b | |
| 21:45 | Try resetting all the 'one time' locks as well. check-in: 4ae506f66c user: mistachkin tags: tkt-414d10346b | |
| 21:01 | Attempt to make sure the notifier gets fully re-initialized. check-in: 1b49d47281 user: mistachkin tags: tkt-414d10346b | |
| 20:21 | Tweak to the fix. Tcl_InitNotifier() hangs. Removed. Fixes exec. Unclear about Rivet with original c... check-in: 519892f27c user: andreask tags: tkt-414d10346b | |
| 19:34 | Prototype of fix for ticket [414d10346b]. check-in: 53e8329d0d user: mistachkin tags: tkt-414d10346b | |
| 10:57 | Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-pres... check-in: ee8c73bbd4 user: jan.nijtmans tags: trunk | |
| 10:55 | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 release, just as in Tcl ... check-in: a803608ed5 user: jan.nijtmans tags: core-8-5-branch | |
| 09:23 | [01b77111e5]: Small fixes relating to this bug. In particular, the package name mapping was not bein... check-in: bfb7a5375f user: dkf tags: trunk | |
|
2013-10-27
| ||
| 12:55 | merge trunk check-in: 48fc2421d2 user: jan.nijtmans tags: novem | |
| 11:20 | This sucks less. Still too slow. check-in: c48189ab92 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 11:09 | Bytecoded [join]; works, but performance sucks. check-in: 762822ef8e user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 08:32 | merge trunk check-in: 68b0fc16b1 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:28 | [53a917d6c9]: Correction to macro for determining how to deprecate things. Thanks to Raphael Kubo da... check-in: 28b5fd6723 user: dkf tags: trunk | |
|
2013-10-26
| ||
| 09:41 | Take advantage of new concatenation opcode. check-in: cae643cc09 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 08:27 | merge check-in: fb05981397 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 08:25 | General [concat] compilation. check-in: 280e05bb11 user: dkf tags: dkf-bytecode-8.6-main | |
| 07:50 | Change name of instruction to make way for future changes. check-in: 5c6f835158 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-10-25
| ||
| 13:08 | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8 check-in: 9294544d51 user: jan.nijtmans tags: trunk | |
| 12:57 | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13 check-in: 2312006602 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-10-24
| ||
| 07:21 | First step in compiling [concat]: the trivial cases. check-in: f703b807c4 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-10-23
| ||
| 15:34 | Report pc value when VERIFY fails. Closed-Leaf check-in: 0bcb0be962 user: dgp tags: dgp-stack-depth-tester | |
| 15:34 | merge trunk check-in: 82ea7da5a4 user: dgp tags: dkf/asm-crash-20131022 | |
| 15:32 | silence compiler warning check-in: 7a099f617d user: dgp tags: trunk | |
| 14:58 | Avoid stack verificaton steps in macros when called by assembler. It uses them differently. Also s... check-in: 013678a14e user: dgp tags: dgp-stack-depth-tester | |
| 08:34 | merge fix check-in: 68928bc3ed user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 08:33 | Stack depth calculation correction. check-in: 88fafcb106 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:18 | Possible compilation of [eval]. check-in: 7ccc8e0189 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
|
2013-10-22
| ||
| 20:11 | Merge assemble revert. check-in: dccf6099ce user: dgp tags: dgp-stack-depth-tester | |
| 18:58 | [3556215]: Made [scan] match [format] better in what it accepts as a format string, by allowing uppe... check-in: 815e766d3e user: dkf tags: trunk | |
| 18:55 | [3556215]: Made [scan] match [format] better in what it accepts as a format string, by allowing uppe... check-in: e077937cf0 user: dkf tags: core-8-5-branch | |
| 17:37 | merge trunk check-in: 604c3c8c38 user: dgp tags: dgp-stack-depth-tester | |
| 17:36 | merge fixes from trunk check-in: 11b31eb3dd user: dkf tags: dkf-bytecode-8.6-main | |
| 17:34 | Fix for assemble.test; problem was a total assumption failure caused by way that the assembler works... check-in: 24a4e407ea user: dkf tags: dkf/asm-crash-20131022 | |
| 17:17 | Complete the repair on the INST_POP removal. check-in: e884549c28 user: dgp tags: dgp-stack-depth-tester | |
| 14:53 | Conditionalize size of INST_POP removal. check-in: 94e56787fa user: dgp tags: dgp-stack-depth-tester | |
| 14:30 | Merge e9c8ef check-in: 72e2f3c377 user: dgp tags: dgp-stack-depth-tester | |
| 14:29 | Fix problems in for.test check-in: da8d84083c user: dkf tags: trunk | |
| 12:53 | Merge 15882 check-in: 0f06901874 user: dgp tags: dgp-stack-depth-tester | |
| 12:42 | Merge 78341 check-in: 97a7427fc1 user: dgp tags: dgp-stack-depth-tester | |
| 12:24 | Merge d1cc50 check-in: 47728157c8 user: dgp tags: dgp-stack-depth-tester | |
| 12:10 | Merge af7ffd check-in: b9f0a93b97 user: dgp tags: dgp-stack-depth-tester | |
| 09:18 | corrected trace printing check-in: 86f4eacb97 user: dkf tags: dkf-bytecode-8.6-main | |
| 04:39 | Merge 2718a16 check-in: c4801d3413 user: dgp tags: dgp-stack-depth-tester | |
|
2013-10-21
| ||
| 22:59 | Merge to TCS rewrite merge point. check-in: 959a872065 user: dgp tags: dgp-stack-depth-tester | |
| 21:32 | Merge 97f680 check-in: 3024ea00d3 user: dgp tags: dgp-stack-depth-tester | |
| 19:47 | Merge to pre-TCS branch. check-in: 7baa52405f user: dgp tags: dgp-stack-depth-tester | |
| 17:09 | Merge to pre-TCS rewrite. Closed-Leaf check-in: daa3925cb9 user: dgp tags: dgp-stack-depth-tester | |
| 14:35 | silence compiler warnings check-in: 14351c91dd user: dgp tags: trunk | |
|
2013-10-20
| ||
| 18:44 | merge trunk check-in: cddba18029 user: dkf tags: dkf-bytecode-8.6-main | |
| 18:15 | [2835313] Ensure correct stack balance when break and continue exceptions are about: the hard cases ... check-in: 582877d8ab user: dkf tags: trunk | |
| 18:11 | And the last bits that need fixing; the code is still less efficient than desired but should now not... Closed-Leaf check-in: bd1fb54305 user: dkf tags: dkf-loop-exception-range-work | |
|
2013-10-19
| ||
| 14:11 | Fix handling of 'invokeExpanded' and start to do 'returnStk'. check-in: 7e41c534a9 user: dkf tags: dkf-loop-exception-range-work | |
| 12:29 | Added missing exception range finalize. check-in: 9a368b1f23 user: dkf tags: dkf-loop-exception-range-work | |
| 11:20 | Improve coverage of [error] compilation. check-in: 59be7daf9e user: dkf tags: dkf-loop-exception-range-work | |
|
2013-10-18
| ||
| 07:36 | rebase RFE [854941|#854941] implementation check-in: 982f3531f3 user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 07:16 | rebase TIP [http://tip.tcl.tk/414|#414] implementation check-in: 675f2efc3d user: jan.nijtmans tags: initsubsystems | |
| 07:08 | Tackle evalStk by reusing existing machinery. check-in: 253aef53ca user: dkf tags: dkf-loop-exception-range-work | |
|
2013-10-17
| ||
| 19:07 | merge trunk check-in: 6a50ea2d13 user: dgp tags: dgp-refactor | |
| 18:04 | Add new sub-command: file utime ?ATIME? MTIME (re-checkin a mistaken checkin: [fa2e445528]) Closed-Leaf check-in: 9c8b16fd68 user: damkerngt tags: damkerngt-file-utime | |
| 14:48 | Create new branch named "damkerngt-file-utime" check-in: 92934f6366 user: damkerngt tags: damkerngt-file-utime | |
| 11:22 | Prevent tclOOIntStubs from being exported from the shared library. check-in: a1615831d6 user: jan.nijtmans tags: novem | |
| 09:48 | merge trunk check-in: 69cffe1da9 user: jan.nijtmans tags: novem | |
| 09:40 | Fix execute permission on many files which shouldn't have it. check-in: e9c8ef1fe6 user: jan.nijtmans tags: trunk | |
| 09:28 | Fix execute permission on many files which shouldn't have it. check-in: 850d487bd7 user: jan.nijtmans tags: core-8-5-branch | |
| 09:00 | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at least the TclOOInitializeSt... check-in: 5faca23620 user: jan.nijtmans tags: novem | |
|
2013-10-16
| ||
| 07:55 | improve compatibility with initsubsystems branch Closed-Leaf check-in: 8e0d608bea user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 07:13 | merge novem check-in: f9b406d125 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 05:09 | merge trunk check-in: c59bd0a42d user: jan.nijtmans tags: novem | |
|
2013-10-15
| ||
| 21:09 | -I${BUILD_DIR}/.. doesn't work when BUILD_DIR != "unix". Reported by Matthias Kraft check-in: 9d2e353c0d user: jan.nijtmans tags: trunk | |
| 00:27 | Do jump generation at places where INST_RETURN_IMM might occur. check-in: 98717da70a user: dkf tags: dkf-loop-exception-range-work | |
|
2013-10-14
| ||
| 08:36 | merge trunk check-in: 9f4d2c3f6c user: jan.nijtmans tags: novem | |
| 08:34 | Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only). check-in: 708626dfe6 user: jan.nijtmans tags: trunk | |
| 08:11 | Fix comment in tclOO.decls: tclOOStubLib.c is not generated by "make genstubs". In pkgooa.c, check ... check-in: 89bfaf2e79 user: jan.nijtmans tags: trunk | |
|
2013-10-13
| ||
| 17:22 | Fix definition of TCLAPI macro, when Tcl header files are used from within C++. check-in: 1e9350be88 user: jan.nijtmans tags: novem | |
| 16:19 | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclOO in Tcl means that cal... Closed-Leaf check-in: 6142b8e869 user: jan.nijtmans tags: rfe-dfc08326e3 | |
| 15:32 | Add note to ChangeLog, copied from Tcl 8.6 ChangeLog note check-in: bcba8c7cdb user: jan.nijtmans tags: novem | |
| 13:57 | Added the tests I want to pass... check-in: 403db2ac90 user: dkf tags: dkf-loop-exception-range-work | |
| 13:34 | update comments check-in: 73671810e9 user: dkf tags: dkf-loop-exception-range-work | |
| 12:09 | Stop crashing in interactive testing. (The unknown and history mechanisms tend to exercise some part... check-in: f6e5ac8873 user: dkf tags: dkf-loop-exception-range-work | |
| 11:02 | merge trunk check-in: 6e62b19f3c user: jan.nijtmans tags: novem | |
| 10:45 | Allow loading of pkgooa.so in Tcl 8.5 for (regression) test purposes. Better error messages in ste... check-in: 53e3237225 user: jan.nijtmans tags: trunk | |
|
2013-10-11
| ||
| 10:26 | Even though TCLOO_PATCHLEVEL is equal to TCLOO_VERSION, using "patchlevel" is more appropriate in th... check-in: 5c6379ab2b user: jan.nijtmans tags: trunk | |
|
2013-10-10
| ||
| 21:24 | [98c8b3ec12] Use constraint to work around failing test; it's just a bug in the underlying library, ... check-in: d6b87763af user: dkf tags: trunk | |
| 14:37 | merge trunk check-in: 16af423f68 user: jan.nijtmans tags: novem | |
| 14:13 | Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new test-case which makes the ... check-in: 7abbaed029 user: jan.nijtmans tags: trunk | |
|
2013-10-09
| ||
| 22:04 | merge-mark (novem already had the Unicode 6.3 tables) check-in: a6040de0b8 user: jan.nijtmans tags: novem | |
| 22:03 | Update to Unicode 6.3 tables check-in: 8806f05b71 user: jan.nijtmans tags: trunk | |
| 21:57 | Update to Unicode 6.3 tables check-in: fc0b5887e3 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-10-08
| ||
| 11:58 | Merge trunk. Remove obsolete lines in tclOO*Decls.h: TCL_STORAGE_CLASS is not used anywhere in "nov... check-in: b874d5210d user: jan.nijtmans tags: novem | |
| 09:02 | Working towards better handling of stack balance with break and continue exceptions. check-in: e4d6e9291b user: dkf tags: dkf-loop-exception-range-work | |
|
2013-10-07
| ||
| 14:25 | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin check-in: 09eb125484 user: jan.nijtmans tags: trunk | |
| 14:23 | Fix for [d4e464ae48]: tcl 8.5.15/8.6.1 breaks python make check on darwin check-in: a546b99dac user: jan.nijtmans tags: core-8-5-branch | |
|
2013-10-06
| ||
| 19:27 | First attempt to fix bug [d4e464ae48]: tcl 8.5.15/8.61 breaks python make check on darwin Closed-Leaf check-in: 4b277b8c24 user: jan.nijtmans tags: bug-d4e464ae48 | |
| 19:17 | [3381085] Improved way of detecting what version of the documentation to build. Set the HTML_VERSION... check-in: 390d70697c user: dkf tags: trunk | |
| 13:21 | Factor out some knowledge of immediate index encoding. check-in: 0ab965b438 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-10-05
| ||
| 16:44 | Merge trunk. Restore buildability by adding 'scspec TCLAPI' in tclOOInt.decls. check-in: 0c37ab8944 user: kbk tags: novem | |
| 16:30 | mark merge check-in: e0b34d545e user: kbk tags: trunk | |
| 16:28 | Advance to tzdata2013g check-in: 6daaae31c9 user: kbk tags: trunk | |
| 16:22 | Advance to tzdata2013g check-in: 0bce3cbeeb user: kbk tags: core-8-5-branch | |
| 14:09 | merge Closed-Leaf check-in: 50de1a6cc2 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 13:58 | merge trunk check-in: 952d5cb1d1 user: dkf tags: dkf-bytecode-8.6-main | |
| 13:53 | Added 'linsert' compiler. Factored out constant list index parser. check-in: 18dbc7744a user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-10-04
| ||
| 18:55 | merge trunk Closed-Leaf check-in: d4459319ac user: jan.nijtmans tags: bug-dfc08326e3 | |
| 13:12 | Added missing documentation. Corrected result of Tcl_OOInitStubs in non-stub case. check-in: 0c04e93258 user: dkf tags: trunk | |
|
2013-10-03
| ||
| 20:41 | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. This way, workarounds... check-in: 2acf2a071b user: jan.nijtmans tags: trunk | |
| 15:17 | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. This way, workarounds... check-in: 9b0c095048 user: jan.nijtmans tags: core-8-5-branch | |
| 13:32 | cleaner and faster 'string trim' check-in: 0d32a0f39f user: dkf tags: dkf-bytecode-8.6-main | |
| 08:54 | merge trunk check-in: 384d74c8f1 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-10-02
| ||
| 18:30 | Better fix for bug [dfc08326e3] check-in: 0d8c808d43 user: jan.nijtmans tags: bug-dfc08326e3 | |
| 14:35 | minor: whitespace correction (my bad!) check-in: 6fbfa3e7a2 user: dkf tags: trunk | |
| 13:16 | neater check-in: f5738a4c37 user: dkf tags: trunk | |
| 13:14 | silence warnings with clang check-in: f5a69fee4d user: dkf tags: trunk | |
| 10:30 | Fix compilation of Itcl and Tdbc check-in: a795ebaacf user: jan.nijtmans tags: trunk | |
| 10:01 | Turn Tcl_OOInitStubs into a no-op in non-stub-enabled usage. check-in: f796f7d95d user: dkf tags: trunk | |
| 09:41 | Fix TclOO API export rules. check-in: 187f341932 user: dkf tags: trunk | |
| 08:46 | Expand subset of lreplace functionality that is compiled. check-in: ea422ac47b user: dkf tags: dkf-bytecode-8.6-main | |
| 08:17 | merge trunk check-in: 6d1a631108 user: jan.nijtmans tags: novem | |
| 08:08 | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGISTRATION typedef, which... check-in: 7488de4f4b user: jan.nijtmans tags: trunk | |
| 07:58 | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGISTRATION typedef, which... check-in: 93a144a3be user: jan.nijtmans tags: core-8-5-branch | |
|
2013-10-01
| ||
| 10:12 | Working on compiling 'eval'; not yet finished. check-in: 6760542172 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
|
2013-09-30
| ||
| 14:33 | merge trunk check-in: a765e280e7 user: dgp tags: dgp-refactor | |
| 14:08 | merge trunk check-in: 4d2bc6a652 user: jan.nijtmans tags: novem | |
| 14:07 | Disable command line globbing on MinGW compiles: this saves startup time, since the result of the gl... check-in: fa4ce191d2 user: jan.nijtmans tags: trunk | |
| 14:03 | Disable command line globbing on MinGW compiles: this saves startup time, since the result of the gl... check-in: 5099a81b50 user: jan.nijtmans tags: core-8-5-branch | |
| 10:13 | export tclOO symbols from the dll/so, as suggested in RFE [dfc08326e3], in addition to exporting it ... Closed-Leaf check-in: 8e25674013 user: jan.nijtmans tags: rfe-dfc08326e3 | |
| 09:44 | merge novem Closed-Leaf check-in: ec3dfc657f user: dkf tags: novem-64bit-sizes | |
| 09:44 | merge trunk check-in: e25b747b7d user: jan.nijtmans tags: novem | |
| 09:38 | Restore copyright assignments and some improved comments in tclOO.decls: previous commit was a blind... check-in: 4a0553616c user: jan.nijtmans tags: trunk | |
| 09:03 | Fix [f51efe99a7] by reverting [371bcd0714] check-in: 8ee49da609 user: jan.nijtmans tags: trunk | |
| 08:31 | merge trunk check-in: 7ae862fc61 user: jan.nijtmans tags: novem | |
| 03:00 | First attempt at [string trim] compilation. check-in: 62a0ec46d8 user: dkf tags: dkf-bytecode-8.6-main | |
| 01:05 | merge trunk check-in: 44ad0f4b4e user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-09-29
| ||
| 20:46 | merge novem check-in: 2170e066f2 user: dkf tags: novem-64bit-sizes | |
|
2013-09-28
| ||
| 22:52 | typo; spotted by stu check-in: 97ba1dcf13 user: dkf tags: trunk | |
| 21:10 | [dfc08326e3]: Corrected symbol export for TclOO to match Tcl so things work as expected in a static ... check-in: 371bcd0714 user: dkf tags: trunk | |
| 18:39 | Fix the broken tests check-in: c8cb3e1aaa user: dkf tags: novem-64bit-sizes | |
|
2013-09-27
| ||
| 17:39 | merge trunk check-in: f55df9a649 user: jan.nijtmans tags: novem | |
| 17:36 | more cleanup check-in: 61476ef248 user: dkf tags: novem-64bit-sizes | |
| 17:33 | Fix test source-4.1 check-in: d6941999f1 user: dgp tags: trunk | |
| 16:54 | Patch to the original line continuation commit to fix up TclCompileTokens. Closed-Leaf check-in: 8af75fedaa user: dgp tags: adjust-fix | |
| 16:38 | Clean compile on OSX check-in: adad1a60c5 user: dkf tags: novem-64bit-sizes | |
| 16:12 | merge trunk check-in: 3d9a482efb user: dgp tags: dgp-refactor | |
| 16:10 | merge 8.5 check-in: 7c787248f0 user: dgp tags: trunk | |
| 15:34 | Merge forward new test, marked as knownBug, so other merges are no longer held back. check-in: af5c85f043 user: dgp tags: trunk | |
| 14:58 | merge trunk check-in: dbdc689250 user: dgp tags: dgp-refactor | |
| 14:45 | merge near-trunk check-in: e725e2ec83 user: dgp tags: dgp-refactor | |
| 10:29 | [219226]: Rewrote how ::env is synchronized to the environment so it no longer smashes the array or ... check-in: afaff33553 user: dkf tags: trunk | |
| 09:35 | Cherrypick [87d1313df3] from trunk: Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW... check-in: 5fe84a86f5 user: jan.nijtmans tags: core-8-5-branch | |
| 09:18 | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w6... check-in: 87d1313df3 user: jan.nijtmans tags: trunk | |
|
2013-09-26
| ||
| 16:32 | merge trunk check-in: 4052e55925 user: dkf tags: dkf-improved-disassembler | |
| 14:49 | merge novem check-in: 681068bb9c user: dkf tags: novem-64bit-sizes | |
| 14:28 | merge trunk check-in: ef483313f1 user: jan.nijtmans tags: novem | |
| 14:27 | Tcl_SetResult -> Tcl_SetObjResult check-in: 15647dce75 user: jan.nijtmans tags: trunk | |
| 13:13 | merge novem WARNING: No checks of build-ability done yet. check-in: 2688d65077 user: dkf tags: novem-64bit-sizes | |
|
2013-09-25
| ||
| 22:54 | [d614d63989] Ensure that there are no trailing colons as that causes chaos when a deleteProc is spec... check-in: 8e508e44f4 user: dkf tags: core-8-5-branch | |
| 16:39 | Test demonstrating need for "adjust" manipulation in TclSubstTokens. check-in: 91986db2b8 user: dgp tags: core-8-5-branch | |
|
2013-09-24
| ||
| 05:43 | Support compiling Tcl for Win32 on ARM. Closed-Leaf check-in: fbab8d9b31 user: mistachkin tags: win32-arm | |
|
2013-09-23
| ||
| 20:04 | merge trunk check-in: 6ec1685ef4 user: jan.nijtmans tags: novem | |
| 18:14 | merge trunk check-in: f72962c880 user: dgp tags: dgp-refactor | |
| 12:18 | revert mistaken commit of experiment check-in: 3b340542f2 user: dgp tags: trunk | |
| 11:27 | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] check-in: 146b87c2f1 user: jan.nijtmans tags: trunk | |
| 11:12 | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] check-in: 60c6ff868f user: jan.nijtmans tags: core-8-5-branch | |
|
2013-09-21
| ||
| 12:49 | merge trunk check-in: 7c19121b2e user: dgp tags: novem | |
|
2013-09-20
| ||
| 13:05 | Potential fix for issues relating to lack of errorCode setting with unknown command handling. Leaf check-in: cb6e704762 user: dkf tags: bug-unknown-no-errorcode | |
| 13:02 | New routines _Plus and _Minus apply increments to BPs. Quite crude. Much opportunity for optimizin... check-in: f4c5c1b275 user: dgp tags: dgp-refactor | |
| 13:02 | merge trunk check-in: 7c1d00afae user: dkf tags: dkf-improved-disassembler | |
| 12:22 | Revert mistaken commit of experiment. check-in: e1a17466ce user: dgp tags: dgp-refactor | |
| 12:13 | merge trunk check-in: eb9d41af7b user: dgp tags: dgp-refactor | |
| 09:11 | Make sure that panic's during finalization are handled by the custom panicproc not by the default pa... check-in: d7d7d0857d user: jan.nijtmans tags: trunk | |
| 05:31 | merge trunk check-in: c186938df9 user: dgp tags: dgp-refactor | |
| 05:28 | merge release check-in: 63009ab07c user: dgp tags: trunk | |
|
2013-09-19
| ||
| 22:37 | [3970f54c4e]: Improved fix that is more tolerant of a single variable varname. check-in: af5c35971a user: dkf tags: trunk | |
| 20:07 | merge trunk Closed-Leaf check-in: 2bcfea1433 user: dgp tags: core-8-6-1, rc2, core-8-6-1-rc | |
| 19:38 | merge trunk check-in: 5039d0589e user: dgp tags: dgp-refactor | |
| 19:37 | [3970f54c4e]: Corrected regression in argument order processing in [unset]. check-in: 836d61598d user: dkf tags: trunk | |
| 19:10 | merge trunk; update changes check-in: c81d39a8aa user: dgp tags: core-8-6-1-rc | |
| 19:02 | comment check-in: a6959b7e04 user: dgp tags: trunk | |
| 18:53 | Line numbers wrong in compiled [unset]. check-in: b7c97d2912 user: dgp tags: trunk | |
| 17:21 | Line numbers wrong in compiled [dict with]. check-in: 985e1825e1 user: dgp tags: trunk | |
| 17:01 | Line numbers wrong in compiled [dict exists]. check-in: 0c34f1cd4a user: dgp tags: trunk | |
| 16:41 | Line numbers wrong in compiled [global] and [variable]. check-in: 4b8618f2b2 user: dgp tags: trunk | |
| 16:33 | Line numbers wrong in compiled [global] and [variable]. check-in: 5e60d6ec24 user: dgp tags: core-8-5-branch | |
| 16:11 | Line numbers wrong in compiled [namespace upvar]. check-in: cfb8f570fd user: dgp tags: trunk | |
| 16:06 | renumber tests for branch merge check-in: 3b07c5616d user: dgp tags: core-8-5-branch | |
| 16:04 | Line numbers wrong in compiled [namespace upvar]. check-in: c6be5aced2 user: dgp tags: core-8-5-branch | |
| 15:57 | Line numbers wrong in compiled [upvar]. check-in: 15882da014 user: dgp tags: trunk | |
| 15:44 | Line numbers wrong in compiled [upvar]. check-in: d98f24cfe5 user: dgp tags: core-8-5-branch | |
| 15:05 | Line numbers wrong in compiled [dict update]. check-in: 102bca24dc user: dgp tags: trunk | |
| 15:04 | Line numbers wrong in compiled [dict update]. check-in: f536ae3095 user: dgp tags: core-8-5-branch | |
| 14:56 | Line numbers wrong in compiled [dict for]. check-in: 63d9595cb7 user: dgp tags: trunk | |
| 14:55 | Line numbers wrong in compiled [dict for]. check-in: b34cab40a9 user: dgp tags: core-8-5-branch | |
| 14:49 | Line numbers wrong in compiled [dict get]. check-in: 7cdfebfeb6 user: dgp tags: trunk | |
| 14:48 | Line numbers wrong in compiled [dict get]. check-in: 1b79ee628e user: dgp tags: core-8-5-branch | |
| 14:22 | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler. check-in: 109b343727 user: dgp tags: trunk | |
| 14:21 | [3606943]: Corrected description of method search order. check-in: afc9ca5c0b user: dkf tags: trunk | |
| 14:06 | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler. check-in: 3a3f75ac5a user: dgp tags: core-8-5-branch | |
| 13:44 | [31661d2135] Plug memory leak. check-in: d2f9db98ef user: dgp tags: trunk | |
| 13:39 | [31661d2135] Plug memory leak. Closed-Leaf check-in: 3aeeb51441 user: dgp tags: bug-31661d2135 | |
| 13:13 | Line numbers wrong in compiled [dict set]. check-in: 78341f75f9 user: dgp tags: trunk | |
| 13:06 | Line numbers wrong in compiled [dict set]. check-in: a5c2d783ad user: dgp tags: core-8-5-branch | |
| 13:00 | consistant use of capitals check-in: eb4132517a user: jan.nijtmans tags: trunk | |
| 12:37 | consistant use of capitals. check-in: 65270ac77b user: jan.nijtmans tags: core-8-5-branch | |
| 12:22 | Merge test; bug already fixed in trunk. check-in: dd4cc03df6 user: dgp tags: trunk | |
| 12:20 | Line numbers wrong in compiled foreach body. check-in: 8426bef124 user: dgp tags: core-8-5-branch | |
| 04:27 | Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. check-in: 166ffc0cc5 user: dgp tags: trunk | |
| 04:20 | Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. check-in: 12dfd2bea4 user: dgp tags: core-8-5-branch | |
| 04:11 | [3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk. check-in: d1cc50d7bd user: dgp tags: trunk | |
| 04:03 | [3487626] Backport fix for knownBug test dict-23.2. check-in: b8c8cdb8f4 user: dgp tags: core-8-5-branch | |
|
2013-09-18
| ||
| 19:13 | merge release check-in: 6eb7e50d87 user: dgp tags: core-8-5-branch | |
| 12:32 | Bump TclOO version to 1.0.1 check-in: 32f292bcc3 user: dkf tags: trunk | |
|
2013-09-17
| ||
| 12:17 | merge trunk; update changes check-in: fa66765e6a user: dgp tags: rc1, core-8-6-1-rc | |
| 12:13 | merge trunk check-in: b2da30d59f user: dgp tags: dgp-refactor | |
| 09:24 | [2152292]: Corrected implementation of uuencode handling to support line length indicator bytes. **... check-in: c001d40665 user: dkf tags: trunk, potential incompatibility | |
| 09:20 | ChangeLog entry Closed-Leaf check-in: b9547959b8 user: dkf tags: bug-2152292 | |
| 09:13 | small improvements to the documentation check-in: 7825d13bbc user: dkf tags: bug-2152292 | |
|
2013-09-16
| ||
| 23:26 | merge trunk check-in: 6c01126c60 user: dgp tags: dgp-refactor | |
| 23:18 | [7b32d8d13b] Insert missing field initialization. check-in: 7059c2ea37 user: dgp tags: trunk | |
| 18:59 | merge trunk; update changes check-in: 933afe0b2e user: dgp tags: core-8-6-1-rc | |
| 09:03 | Refactor to remove unused flexibility. check-in: 7b485e827b user: dkf tags: bug-2152292 | |
| 08:52 | Be careful: separator needs to be bytes, not internal-encoded. check-in: 613440ae3d user: dkf tags: bug-2152292 | |
|
2013-09-15
| ||
| 16:30 | Add back -wrapchar option to "binary encode uuencode" check-in: 0e087acc80 user: jan.nijtmans tags: bug-2152292 | |
|
2013-09-14
| ||
| 18:25 | And the decoder too. check-in: 4c99c6d1d5 user: dkf tags: bug-2152292 | |
| 08:59 | Hm, this check doesn't really add anything. check-in: 2155b405f3 user: jan.nijtmans tags: bug-2152292 | |
| 08:51 | Add back -wrapchar option to "binary encode uuencode". check-in: ede84216fa user: jan.nijtmans tags: bug-2152292 | |
| 07:07 | [2152292] Corrected implementation of uuencoding. check-in: f335dbad5b user: dkf tags: bug-2152292 | |
|
2013-09-13
| ||
| 20:25 | Add _Get routine to pull a random access BrodnikPointer from a BrodnikArray. Use it to scan the CmdL... check-in: 2c7770626b user: dgp tags: dgp-refactor | |
| 16:02 | Added note to ChangeLog pointing to the fossil timeline for better logging. Closed-Leaf check-in: ae00707ece user: dgp tags: rc1, core-8-5-15, core-8-5-15-rc | |
| 14:14 | merge 8.5; update changes check-in: 9f7491d11b user: dgp tags: core-8-5-15-rc | |
| 14:12 | merge mark check-in: 15cf5b6ebb user: dgp tags: trunk | |
| 14:09 | [bdd91c7e43] Stop crash due to error in execution stack memory management. Thanks to azazel for the ... check-in: f26faa61b9 user: dgp tags: core-8-5-branch | |
| 10:53 | Suggested fix for [bdd91c7e43]: tclsh crashes in [interp delete] Closed-Leaf check-in: c910b7341a user: jan.nijtmans tags: bug-bdd91c7e43 | |
| 03:36 | merge trunk check-in: cbd632b7b7 user: dgp tags: dgp-refactor | |
| 03:33 | More macro use. check-in: bd7b545d09 user: dgp tags: trunk | |
|
2013-09-12
| ||
| 23:34 | Revise _Append and _Detach to return element pointers. check-in: e16c235651 user: dgp tags: dgp-refactor | |
| 20:29 | Without next pointers, a JumpList is just a JumpFixup, so get rid of it. check-in: 8dfb69e025 user: dgp tags: dgp-refactor | |
| 20:08 | A BrodnikArray is already a stack; it does not need next pointers to make it one. check-in: b74a35af98 user: dgp tags: dgp-refactor | |
| 19:49 | merge trunk check-in: 2f43fe91b6 user: dgp tags: dgp-refactor | |
| 19:34 | merge trunk check-in: 5c7b60d996 user: dgp tags: dgp-refactor | |
| 19:27 | Push fixup on the stack only when needed. check-in: 8678be2995 user: dgp tags: trunk | |
| 19:21 | Swap the two fixups used when compiling the ternary operator. Push them on the stack only when neede... check-in: 750f5a8d1f user: dgp tags: trunk | |
| 17:42 | Stop allocating JumpFixups for jumps that can never need any fixing up. check-in: 09f64e96d7 user: dgp tags: trunk | |
|
2013-09-11
| ||
| 05:08 | merge trunk check-in: 00564ed6a1 user: dgp tags: dgp-refactor | |
| 05:07 | Eliminate another surplus storage field. Make a(n ab)use of the existing JumpFixup fields instead. check-in: 263b4394a2 user: dgp tags: trunk | |
| 04:52 | merge trunk check-in: f90afb1831 user: dgp tags: dgp-refactor | |
| 04:49 | Make use of the existing JumpFixup fields. Eliminate extra storage field 'offset' in JumpList that ... check-in: df49cdf291 user: dgp tags: trunk | |
| 02:36 | merge trunk check-in: f1a7bb9aa4 user: dgp tags: dgp-refactor | |
| 02:32 | Stop the save and restore of currStackDepth. Just manage it correctly so it doesn't need correcting... check-in: 6c5624d40f user: dgp tags: trunk | |
|
2013-09-10
| ||
| 20:34 | Revise _Append, _Detach, etc. to use the efficiencies used by pointers. _Next may still need some op... check-in: 36baa8655f user: dgp tags: dgp-refactor | |
| 18:46 | [547989] Proposed implementation of the change described in the comments of the bug report. Leaf check-in: 942397a2a7 user: dkf tags: bug-547989 | |
| 17:15 | More loop conversions. Also use the stability of BAs to keep pointers instead of indicies. check-in: 97124028bb user: dgp tags: dgp-refactor | |
| 16:07 | Convert first CmdLocation loop to iterate with pointers. Add missing failed compile cleanup discove... check-in: f4ce6685c1 user: dgp tags: dgp-refactor | |
| 14:27 | Convert more simple loops to iterate with pointers. check-in: 5d6eec4b72 user: dgp tags: dgp-refactor | |
| 14:04 | Convert first loop to iterate with a pointer. check-in: ad4af823bf user: dgp tags: dgp-refactor | |
|
2013-09-09
| ||
| 19:31 | Start work creating a BrodnikPointer to go with the BrodnikArray. check-in: 589416b0f9 user: dgp tags: dgp-refactor | |
| 18:46 | Now that BA's retain an identity, stop returning them from routines. check-in: a298d81f98 user: dgp tags: dgp-refactor | |
| 18:23 | Revise the BrodnikArray struct so that the store is held as a pointer rather than an array. This pe... check-in: a069431c53 user: dgp tags: dgp-refactor | |
| 17:39 | Reduce size_t quantities to unsigned ints where the scaling impact will be completely theoretical un... check-in: 33c00b0226 user: dgp tags: dgp-refactor | |
| 17:05 | merge trunk check-in: 87c3331a02 user: dgp tags: dgp-refactor | |
| 15:22 | New routine TclBAInvertIndices() performs the reverse mapping from Brodnik index pairs back to index... check-in: a1900d1117 user: dgp tags: dgp-refactor | |
| 14:12 | [3609693] Must strip the internal representation of procedure-like methods in order to ensure that a... check-in: e5fba23b18 user: dkf tags: trunk | |
| 13:34 | [3609693] Must strip the internal representation of procedure-like methods in order to ensure that a... Closed-Leaf check-in: 847567403d user: dkf tags: bug-3609693 | |
| 12:34 | merge trunk check-in: f02940a1c9 user: dkf tags: bug-3609693 | |
| 11:54 | merge trunk check-in: 67d8741300 user: dgp tags: dgp-refactor | |
|
2013-09-08
| ||
| 15:02 | merge mark Closed-Leaf check-in: 4a60c3ee74 user: dkf tags: bug-3600057 | |
| 14:59 | *BACKPORT* [3600057]: Filled out missing parts of implementation of [string is double]. DGP - I'm... Closed-Leaf check-in: 2759df9850 user: dkf tags: bug-3600057-85 | |
| 14:58 | typo check-in: 214b1c7f4f user: dkf tags: bug-3600057 | |
| 14:48 | [3600057]: Filled out missing parts of implementation of [string is double]. DGP - I'm pretty sur... check-in: e81ce48725 user: dkf tags: bug-3600057 | |
| 10:21 | [3611643] Stop polluting the global namespace. Refactor the index entry generation so it is done rig... check-in: c45d777d3c user: dkf tags: trunk | |
| 03:26 | merge 8.5. update changes. check-in: 6a7083949d user: dgp tags: core-8-5-15-rc | |
|
2013-09-07
| ||
| 22:19 | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer the same version of the same ... check-in: d041733320 user: dgp tags: trunk | |
| 21:36 | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer the same version of the same ... check-in: f55d921665 user: dgp tags: core-8-5-branch | |
| 21:19 | merge trunk Closed-Leaf check-in: b4df43a7b3 user: dgp tags: bug-86ceb4e2b6 | |
| 18:49 | Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler. check-in: d7ad86353f user: dgp tags: core-8-5-branch | |
| 08:06 | Rebase TIP #414 implementation. check-in: eb51174a19 user: jan.nijtmans tags: initsubsystems | |
|
2013-09-05
| ||
| 18:32 | merge trunk check-in: c3aeba1bd3 user: dgp tags: dgp-refactor | |
| 18:29 | Move AuxData array rather than copy it. check-in: 79fae728af user: dgp tags: dgp-refactor | |
| 17:21 | Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler. Closed-Leaf check-in: cd9e4957c5 user: dgp tags: unbreak-tclcompiler | |
| 15:47 | Use ne instead of [string length] for less shimmer risk. check-in: 5fd0b7f61e user: dgp tags: bug-86ceb4e2b6 | |
| 12:45 | Error in order of #include lines broke some windows builds. check-in: c2ab5f62c0 user: dgp tags: trunk | |
| 12:35 | Merge commits to the correct branch -- trunk check-in: c7aebcdf72 user: dgp tags: trunk | |
| 12:31 | [010f4162ef] Repair effect of trace errors on -errorinfo and -errorstack. Closed-Leaf check-in: f0e808cc64 user: dgp tags: mig-review | |
| 11:47 | resolve fork check-in: 8a85b196f1 user: dgp tags: dgp-refactor | |
| 03:22 | Split BA macros into declaration part and definition part so that a BA_* type can be used in multipl... check-in: 5523d5bd5e user: dgp tags: dgp-refactor | |
|
2013-09-04
| ||
| 13:19 | merge trunk check-in: 2b0c31871e user: dgp tags: dgp-refactor | |
| 12:45 | Cleaned up test command trying to make valgrind happy. check-in: dd500d1c6c user: dgp tags: mig-review | |
| 09:36 | [98c8b3ec12] Make test fail in less catastrophic manner. check-in: dde62ffdf8 user: dkf tags: trunk | |
| 07:22 | Fix 3 trivial (possible) errors, discovered by covertity.com check-in: 38e00f27c9 user: jan.nijtmans tags: trunk | |
|
2013-09-03
| ||
| 20:12 | merge trunk check-in: 167ec40a93 user: dgp tags: dgp-refactor | |
| 18:50 | doc fix exposed by `make html` check-in: 41dfc40c2a user: dgp tags: rc0, core-8-6-1-rc | |
| 17:39 | make dist check-in: 2b3ca74e16 user: dgp tags: core-8-6-1-rc | |
| 17:07 | typo check-in: 67d6a9543c user: dgp tags: core-8-6-1-rc | |
| 16:47 | Favor timeline over ChangeLog check-in: 47d761d2a0 user: dgp tags: core-8-6-1-rc | |
| 16:45 | Favor timeline over ChangeLog check-in: ee609a2663 user: dgp tags: core-8-5-15-rc | |
| 16:04 | update changes check-in: 5bd33e3ca5 user: dgp tags: core-8-6-1-rc | |
| 16:04 | some missed changes check-in: cb84ed25cc user: dgp tags: core-8-5-15-rc | |
|
2013-09-02
| ||
| 18:47 | Add test and improve errorInfo. Closed-Leaf check-in: 2d4eff472e user: dgp tags: bug-010f4162ef | |
| 17:59 | [010f4162ef] First step of fix on stammering errorstack. errorstack fixed. errorinfo revision still... check-in: 909dcc2cf0 user: dgp tags: bug-010f4162ef | |
| 14:01 | typo check-in: a5ab971f3d user: jan.nijtmans tags: trunk | |
|
2013-09-01
| ||
| 20:08 | [b98fa55285]: Fix handling of whitespace at end of hex strings to decode. check-in: 3534dc020d user: dkf tags: trunk | |
|
2013-08-30
| ||
| 22:04 | Bump version number to 8.6.1. check-in: 9824f745cc user: dgp tags: core-8-6-1-rc | |
| 21:57 | Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release. check-in: 1fde5f0db3 user: dgp tags: trunk | |
| 14:31 | fix date check-in: d85e816231 user: dgp tags: rc0, core-8-5-15-rc | |
| 14:16 | changes check-in: 7fa0fe032b user: dgp tags: core-8-5-15-rc | |
|
2013-08-29
| ||
| 20:08 | Bump to 8.5.15 for release. check-in: c46e5e4d16 user: dgp tags: core-8-5-15-rc | |
| 19:22 | merge trunk check-in: 9d9256cf4a user: dgp tags: dgp-refactor | |
| 19:19 | [2486550] NR-enable same-interp invokehidden. Also, reroute all objProc invocation through the comm... check-in: 1e66a5c9c0 user: dgp tags: trunk | |
| 17:59 | New internal eval flag value so that all TclNREvalObjv() callers that pre-resolve command names can ... Closed-Leaf check-in: 9394415ab9 user: dgp tags: bug-2502002 | |
|
2013-08-28
| ||
| 18:05 | Rework the re-resolution after enter traces machinery with cleaner separations and neater interfaces... check-in: c10157dfd4 user: dgp tags: bug-2502002 | |
| 02:44 | Clarfy and prettify influence of flag settings and command lookups. check-in: 5cf01176b3 user: dgp tags: bug-2502002 | |
|
2013-08-27
| ||
| 20:25 | Tidy up indenting for clarity in refactoring. check-in: bf7f439987 user: dgp tags: bug-2502002 | |
| 20:06 | Exceptions raised from enter traces take priority over re-resolution games. check-in: f3862d4ec5 user: dgp tags: bug-2502002 | |
| 20:03 | Inline TEOV_RunEnterTraces() so its interface can be redesigned. check-in: 1b39dee3d7 user: dgp tags: bug-2502002 | |
| 18:11 | Add test for Bug 2486550. check-in: 055779b95b user: dgp tags: bug-2502002 | |
|
2013-08-26
| ||
| 18:32 | merge trunk check-in: 219c73f7e8 user: dgp tags: bug-2502002 | |
|
2013-08-24
| ||
| 09:42 | Unbreak doc; the apropos index entry *must* be one line. (This is an external constraint forced by ... check-in: 608930382f user: dkf tags: trunk | |
|
2013-08-23
| ||
| 18:30 | stop looking at the C-stack depth Leaf check-in: 23832ea106 user: mig tags: mig-stacklevels | |
| 16:33 | merge trunk check-in: 83dc51357b user: dgp tags: bug-2502002 | |
| 16:29 | merge trunk check-in: 8d1656cc0c user: dgp tags: dgp-refactor | |
| 16:23 | Make sure all Tcl_NR*Eval*() routines do a schedule only. No errors raised. check-in: af7ffdb548 user: dgp tags: trunk | |
| 13:08 | fix NRE docs check-in: 2f58df3b39 user: mig tags: trunk | |
| 12:04 | merge trunk check-in: 81e2e8668b user: dgp tags: bug-2502002 | |
| 12:03 | merge trunk check-in: fd1683f37a user: dgp tags: dgp-refactor | |
| 05:59 | Remove complications that no longer server any required purpose. check-in: 0390ff3464 user: dgp tags: trunk | |
|
2013-08-22
| ||
| 20:41 | merge trunk check-in: 2f5d805694 user: dgp tags: bug-2502002 | |
| 20:34 | compiler warning check-in: 26a14f7f49 user: dgp tags: dgp-refactor | |
| 20:34 | compiler warning check-in: edc3131309 user: dgp tags: trunk | |
| 20:27 | merge trunk check-in: d3b3fd78ea user: dgp tags: dgp-refactor | |
| 20:21 | Make Dispatch() the single point for calling a Tcl_ObjCmdProc, and attach the DTRACE machinery there... check-in: cf9917a942 user: dgp tags: trunk | |
| 16:13 | Remove assertion that is not true in some circumstances (--enable-dtrace). check-in: e2dcd81b28 user: dgp tags: trunk | |
| 13:01 | More coroutine tests. check-in: acc67cbb48 user: dgp tags: trunk | |
| 08:07 | Correction to documentation check-in: bb0a6db5e9 user: dkf tags: trunk | |
| 07:09 | merge trunk check-in: 6818b3c99c user: dkf tags: dkf-improved-disassembler | |
| 01:13 | merge trunk check-in: 7a2ab4dc79 user: dgp tags: bug-2502002 | |
| 01:10 | merge trunk check-in: 554b3422a1 user: dgp tags: dgp-refactor | |
|
2013-08-21
| ||
| 19:30 | [8ff0cb9fe1] Make Tcl_NREvalObj() (and friends) behave as documented, by only scheduling evaluation ... check-in: ec51e0603e user: dgp tags: trunk | |
| 19:18 | Tidy the code and add a test. Closed-Leaf check-in: 3f49eeab3d user: dgp tags: dgp-purge-NRRunObjProc | |
| 19:00 | Don't allocate memory until you know you're going to use it and arrange for it to be freed. Leak! check-in: 923b21f385 user: dgp tags: dgp-purge-NRRunObjProc | |
| 18:27 | Don't use automatic storage to hold the invocation words of oo::define. That practice doesn't agree ... check-in: a50ead7062 user: dgp tags: dgp-purge-NRRunObjProc | |
| 13:34 | merge trunk check-in: aa7926c7ec user: dgp tags: dgp-purge-NRRunObjProc | |
| 10:25 | [3612422]: Refer to correct part of tclvars(n) rather than page itself. check-in: a197e6853e user: dkf tags: trunk | |
| 09:35 | define tests for this bug; no fix yet check-in: b58873a477 user: dkf tags: bug-3609693 | |
|
2013-08-20
| ||
| 14:00 | Push out a trial patch for more eyes to see. check-in: e14cebbeab user: dgp tags: dgp-purge-NRRunObjProc | |
|
2013-08-19
| ||
| 16:34 | Revise execution trace handling to take account of the new reality in Tcl 8.6 that callers can pre-r... check-in: 8b417f03d0 user: dgp tags: bug-2502002 | |
| 15:22 | Testing doing away with the NRRunObjProc routine, which looks like a useless extra bounce on the NRE... check-in: a9eba981e6 user: dgp tags: dgp-purge-NRRunObjProc | |
| 09:10 | rebase TIP [http://tip.tcl.tk/425|425] implementation check-in: 74f7e63465 user: jan.nijtmans tags: win-console-panic | |
| 09:05 | rebase TIP [http://tip.tcl.tk/414|414] implementation check-in: 3c9828933f user: jan.nijtmans tags: initsubsystems | |
|
2013-08-15
| ||
| 20:00 | merge trunk check-in: 5f37dcc364 user: dgp tags: bug-2502002 | |
| 19:59 | merge trunk check-in: bebd66fb8b user: dgp tags: dgp-refactor | |
| 19:59 | Make sure the errors raised by execution traces become errors raised by the traced command, as docum... check-in: 04da25f2f5 user: dgp tags: trunk | |
| 19:55 | Make sure the errors raised by execution traces become errors raised by the traced command, as docum... check-in: f3fac8ede1 user: dgp tags: core-8-5-branch | |
| 17:43 | merge trunk check-in: 5bb2ee559c user: dgp tags: bug-2502002 | |
| 14:05 | The fix for [3610404] leads to a simplification in the implementation of forward methods. check-in: 1cafa9ed0e user: dgp tags: trunk | |
|
2013-08-14
| ||
| 20:31 | merge trunk check-in: ffbe318c05 user: dgp tags: bug-2502002 | |
| 20:20 | Add several tests to check consistency of stack traces. check-in: e3800f9fba user: dgp tags: trunk | |
| 19:07 | merge trunk check-in: bcf24b4b92 user: dgp tags: dgp-refactor | |
| 19:07 | merge trunk check-in: da357df523 user: dgp tags: bug-2502002 | |
| 19:01 | [3610404] Re-resolution of command after enter traces invalidate epoch. Make sure context is such th... check-in: c1bc5483be user: dgp tags: trunk | |
| 18:44 | merge trunk Closed-Leaf check-in: 0b6624feda user: dgp tags: bug-3610404 | |
| 18:00 | merge trunk check-in: e3c0cec6ed user: dgp tags: bug-2502002 | |
| 17:08 | merge trunk check-in: adc0415eea user: dgp tags: dgp-refactor | |
| 17:07 | [a16752c252] Correct failure to call cmd deletion callbacks. check-in: 2718a160f1 user: dgp tags: trunk | |
| 17:02 | [a16752c252] Correct failure to call cmd deletion callbacks. check-in: 746ec0f768 user: dgp tags: core-8-5-branch | |
| 14:40 | merge trunk check-in: e24c4b1f62 user: jan.nijtmans tags: novem | |
| 14:15 | restore all #ifdef TCL_WIDE_INT_IS_LONG, which were accidently removed in [19ff9b95e1] check-in: 7958111476 user: jan.nijtmans tags: novem | |
| 13:50 | merge trunk check-in: b6d55aaba5 user: dgp tags: dgp-refactor | |
| 12:43 | Arrange for both execution traces and [info frame] to get their pre-subst source strings from a comm... check-in: 3648c59d0d user: dgp tags: trunk | |
| 12:15 | Consolidate some helper routines. Closed-Leaf check-in: 6a2b3f4c6d user: dgp tags: dgp-bye-ctx-eval-flag | |
| 04:13 | Only schedule leave traces if enter traces complete successfully. This avoids a memleak, and opens a... check-in: bf4296a85b user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-13
| ||
| 19:26 | [0aa8f12dcc] Restore minimum code to stop failing tests. check-in: a64f1e873a user: dgp tags: novem | |
|
2013-08-12
| ||
| 20:00 | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to determine whether the pre-subs... check-in: 435e0dcc82 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 15:52 | merge trunk check-in: 1341529437 user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-11
| ||
| 15:21 | rebase check-in: 73c73ec2b4 user: jan.nijtmans tags: initsubsystems | |
| 15:19 | rebase check-in: 76709a732d user: jan.nijtmans tags: win-console-panic | |
| 14:42 | Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann check-in: bc57d06610 user: jan.nijtmans tags: trunk | |
| 14:41 | Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann check-in: f04e2881d3 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-08-10
| ||
| 05:16 | Arrange for both execution traces and [info frame] to get their pre-subst source strings from a comm... check-in: 853abff6c9 user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-09
| ||
| 16:48 | Revised GetCommandSource() can (and thus should) return a normal zero refcount value. check-in: 81b4073e16 user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-08
| ||
| 20:19 | merge trunk check-in: d66b65883f user: dkf tags: dkf-command-type | |
|
2013-08-07
| ||
| 20:27 | Revise GetCommandSource() to return a normal Tcl_Obj value. check-in: 4172eb0252 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 19:45 | Give (objc, objv) their own ride from enter to leave traces. check-in: cea40c809e user: dgp tags: dgp-bye-ctx-eval-flag | |
| 18:34 | merge trunk check-in: b94fb74ee9 user: dgp tags: dgp-refactor | |
| 17:11 | Many simplifications to the TIP 280 machinery. * Removed support for non-NULL invoker when TCL_EV... check-in: 2f5ee8efad user: dgp tags: trunk | |
| 16:44 | Remove Tcl_Preserve support for ContLineLoc values. It's not needed. This allows the clLoc field of... check-in: 08cfa769ec user: dgp tags: dgp-bye-ctx-eval-flag | |
| 16:01 | Test for TclContinuationsGet() usage, and simplifications. check-in: 26304b215c user: dgp tags: dgp-bye-ctx-eval-flag | |
| 14:41 | Replace potentially memleak creating safety check of a "cannot happen" condition with an assertion. check-in: 6d9ae929c5 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 12:44 | Add comment stating new limitation on Tcl(NR)EvalObjEx() interface. check-in: 45e786b5ee user: dgp tags: dgp-bye-ctx-eval-flag | |
|
2013-08-06
| ||
| 20:18 | merge trunk check-in: 1f866ae516 user: dgp tags: dgp-refactor | |
| 17:24 | All use of the evalFlag value TCL_EVAL_CTX is unused by the code and unreachable by extensions. Thi... check-in: dfb5bac00f user: dgp tags: dgp-bye-ctx-eval-flag | |
| 16:41 | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to exist only for the sake ... check-in: b673919222 user: dgp tags: trunk | |
| 16:20 | Add assertions that will guide and protect more discovery of dead code for elimination. check-in: 08d5678d26 user: dgp tags: dgp-bye-ctx-eval-flag | |
| 13:30 | Drop TCL_LOCATION_EVAL_LIST now that it is unused. Closed-Leaf check-in: ac585604b9 user: dgp tags: dgp-bye-location-eval-list | |
| 13:20 | Eliminate the union that is no longer needed. check-in: 73f1c90b0d user: dgp tags: dgp-bye-location-eval-list | |
| 13:08 | Revert the changes that went too far and broke things. check-in: 230b3c084e user: dgp tags: dgp-bye-location-eval-list | |
| 04:15 | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears to exist only for the sake ... check-in: a292acfcd1 user: dgp tags: dgp-bye-location-eval-list | |
|
2013-08-05
| ||
| 23:54 | merge trunk check-in: 19c11d8c16 user: dgp tags: dgp-refactor | |
| 22:06 | rebase against trunk Leaf check-in: e0957ec4b8 user: jan.nijtmans tags: bug-c4e230f29b | |
| 22:00 | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. Make sure that when testing for... check-in: 4e3f024bd7 user: jan.nijtmans tags: trunk | |
| 21:58 | Mark unixforkevent-1.1 nonPortable, until proven on more platforms. check-in: 0107005970 user: jan.nijtmans tags: core-8-5-branch | |
| 16:37 | merge trunk check-in: dd155eb7e2 user: dgp tags: dgp-refactor | |
| 14:47 | merge trunk check-in: cb1d262fa1 user: dgp tags: dkf-command-type | |
| 08:32 | Iron test "unixforkevent-1.1" against forked process stall and file phase issues check-in: c008fa3bbd user: oehhar tags: bug-c4e230f29b | |
|
2013-08-04
| ||
| 16:38 | Possible fix for [c4e230f29b] check-in: 7de91edd9b user: jan.nijtmans tags: bug-c4e230f29b | |
|
2013-08-03
| ||
| 15:27 | [3611643fff]: Support TclOO in autoload mechanism. check-in: f031beec9a user: dkf tags: trunk | |
|
2013-08-02
| ||
| 21:16 | merge trunk check-in: 5c1b3d3094 user: dgp tags: dgp-refactor | |
| 20:19 | Deal with the elaborate rip-apart-a-metaclass case as well. check-in: 04e4971bde user: dkf tags: trunk | |
| 17:30 | merge trunk check-in: 0d355bac3f user: dgp tags: dgp-refactor | |
| 14:58 | [9d61624b3d]: Stop crashes when emptying the superclass slot. check-in: 8e643395a4 user: dkf tags: trunk | |
| 10:33 | merge trunk check-in: 396ccb299c user: jan.nijtmans tags: novem | |
|
2013-08-01
| ||
| 19:18 | [1905562] [8d2c0da36d] Raise the recursion limits on regexps to allow existing regexps "in the wild"... check-in: b7100ded1f user: dgp tags: trunk | |
| 15:09 | merge trunk check-in: 82f569b731 user: dgp tags: dgp-refactor | |
| 13:40 | merge trunk check-in: c40011494f user: dkf tags: dkf-command-type | |
| 13:27 | And documentation check-in: da1c84db5c user: dkf tags: dkf-command-type | |
| 13:21 | Support type discovery in coroutines. check-in: fe2979495f user: dkf tags: dkf-command-type | |
| 12:54 | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were forked, to solve Rivet bu... check-in: e733a91cdb user: jan.nijtmans tags: trunk | |
| 12:38 | Tcl_InitNotifier: Bug [a0bc856dcd]. Start notifier thread again if we were forked, to solve Rivet b... check-in: 02909e227f user: jan.nijtmans tags: core-8-5-branch | |
| 06:44 | Improving the test suite for [info cmdtype]. check-in: 8ec3cb29a9 user: dkf tags: dkf-command-type | |
|
2013-07-31
| ||
| 20:05 | merge trunk check-in: 9997333092 user: dkf tags: dkf-command-type | |
| 20:03 | Added tests check-in: c279444116 user: dkf tags: dkf-command-type | |
|
2013-07-30
| ||
| 19:49 | merge trunk check-in: 9764d43a45 user: dgp tags: dgp-refactor | |
|
2013-07-29
| ||
| 10:51 | rebase check-in: b63d274c35 user: jan.nijtmans tags: win-console-panic | |
| 10:12 | Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this ... check-in: a72287aa7d user: jan.nijtmans tags: trunk | |
| 09:29 | Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this ... check-in: 334ab96e5e user: jan.nijtmans tags: core-8-5-branch | |
|
2013-07-28
| ||
| 00:03 | merge cleanup check-in: 31629ba6cd user: dgp tags: dgp-refactor | |
|
2013-07-27
| ||
| 20:54 | merge-mark check-in: 8d3d92c641 user: dgp tags: dgp-refactor | |
| 20:29 | Simplify AuxData access with a macro. check-in: 3f7279e103 user: dgp tags: trunk | |
| 19:23 | Shut down the remaining places where a TCL_TOKEN_COMMAND token was generated and then passed on to c... check-in: 1cbf82e813 user: dgp tags: dgp-refactor | |
| 17:06 | Tidy up syntax error handling so that tested error messages are preserved. check-in: 29f5a9b93f user: dgp tags: dgp-refactor | |
|
2013-07-26
| ||
| 20:34 | Work In Progress making expr parsing produce TCL_TOKEN_SCRIPT_SUBST tokens. check-in: 5de07618b9 user: dgp tags: dgp-refactor | |
| 17:05 | Remove Tcl_ResetResult() workaround that's no longer needed after merging the TclCompileScript() re... check-in: db9f99d903 user: dgp tags: dgp-refactor | |
| 13:30 | merge trunk check-in: 19708186c4 user: dkf tags: dkf-command-type | |
| 13:27 | merge trunk check-in: 737776fd62 user: dgp tags: dgp-refactor | |
| 13:24 | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for passing on the discove... check-in: bff43cd4c3 user: dgp tags: trunk | |
| 13:21 | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for passing on the discove... check-in: 2425a69341 user: dgp tags: core-8-5-branch | |
| 09:20 | Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: efa7ddd3b9 user: jan.nijtmans tags: trunk | |
|
2013-07-25
| ||
| 17:20 | Fixed test case variable clash with 'folder' Closed-Leaf check-in: 92136fde90 user: oehhar tags: rfe-notifier-fork | |
| 15:20 | Make sure all syntax errors in subst get properly compiled. check-in: 76b2b7a130 user: dgp tags: dgp-refactor | |
| 14:25 | rebase check-in: 8cf516f508 user: jan.nijtmans tags: rfe-notifier-fork | |
| 14:24 | Move test for pthread_atfork inside SC_ENABLE_THREADS check-in: f7fe2446ce user: jan.nijtmans tags: core-8-5-branch | |
| 08:29 | Make sure that the notifierMutex and notifierCV in a forked child cannot block anything, even though... check-in: 116f5be24c user: jan.nijtmans tags: rfe-notifier-fork | |
| 07:02 | rebase check-in: c33b976db3 user: jan.nijtmans tags: rfe-notifier-fork | |
| 06:59 | Put Cygwin's tclWinError.o in PLAT_OBJS, not in DL_OBJS check-in: 53be2bce4e user: jan.nijtmans tags: trunk | |
|
2013-07-24
| ||
| 17:15 | Remove all unneeded handling of the TCL_TOKEN_COMMAND token type. Add comment explaining the handlin... check-in: dd09c7e820 user: dgp tags: dgp-refactor | |
| 16:56 | Demonstrate and fix memory leak in Tcl_ParseVar(). check-in: ade314d8cf user: dgp tags: trunk | |
| 16:51 | Demonstrate and fix memory leak in Tcl_ParseVar(). check-in: 5cc898d566 user: dgp tags: core-8-5-branch | |
| 14:14 | Fix Cygwin build: put Tcl_ConsolePanic in the stub library, not the dll. check-in: bec248e963 user: jan.nijtmans tags: win-console-panic | |
| 14:04 | merge trunk check-in: a4b5282a13 user: dgp tags: dgp-refactor | |
| 13:58 | Mark commands with potential to compile expansion arguments (as [list] does). check-in: 2a890ec41a user: dgp tags: trunk | |
| 12:15 | merge trunk check-in: 00d71a61ed user: dgp tags: dgp-refactor | |
| 12:13 | more disabled code removal check-in: 7b08cfd02d user: dgp tags: trunk | |
|
2013-07-23
| ||
| 20:27 | delete stray commented out bits check-in: 2a7d6b0074 user: dgp tags: dgp-refactor | |
| 20:18 | merge trunk check-in: 411112f7ca user: dgp tags: dgp-refactor | |
| 20:11 | Remove outdated, disabled code. check-in: d526d293b4 user: dgp tags: trunk | |
| 18:05 | merge trunk check-in: 143b76f4bb user: dgp tags: dgp-refactor | |
| 18:03 | Remove outdated comment. Stack depths are well checked now. check-in: 872bbb0773 user: dgp tags: trunk | |
| 18:01 | Stop checking stack depth in [catch] compiler. Stack depth is checked in compiles of *all* Tcl comma... check-in: d9951d453c user: dgp tags: trunk | |
| 16:57 | Find and repair the surplus PUSH that was causing trouble. check-in: c3815bca63 user: dgp tags: dgp-refactor | |
| 12:42 | implement for Cygwin as well check-in: 00a17823f0 user: jan.nijtmans tags: win-console-panic | |
| 11:54 | Add documentation check-in: 1a3237a811 user: jan.nijtmans tags: win-console-panic | |
| 10:57 | rebase check-in: da05c42132 user: jan.nijtmans tags: win-console-panic | |
| 09:54 | rebase check-in: f0ea734a4a user: jan.nijtmans tags: rfe-notifier-fork | |
| 09:49 | merge trunk check-in: 2dd21b756d user: jan.nijtmans tags: novem | |
| 09:27 | Add "testfork" test command. Not used in any test-case yet check-in: 48ebb48d02 user: jan.nijtmans tags: trunk | |
| 09:07 | Add "testfork" test command. Not used in any test-case yet check-in: b425245964 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-07-22
| ||
| 11:11 | Tcl_InitNotifier() call in TestforkObjCmd() is only necessary when pthread_atfork() is not available... check-in: 362b6e3375 user: jan.nijtmans tags: rfe-notifier-fork | |
| 10:57 | Use pthread_atfork() when available. check-in: 94b207274c user: jan.nijtmans tags: rfe-notifier-fork | |
| 10:11 | Test-case should pass on Darwin or with non-threaded build as well. check-in: a201b97b3e user: jan.nijtmans tags: rfe-notifier-fork | |
| 10:10 | Fix bug which hangs iocmd.tf-32.1 check-in: 9ce264b926 user: jan.nijtmans tags: rfe-notifier-fork | |
| 08:45 | Test file tests/unixForkEvent.test added check-in: 26e13f1943 user: oehhar tags: rfe-notifier-fork | |
|
2013-07-21
| ||
| 14:52 | Rebase to core-8-5-branch Add "testfork" test command to be usable in testcase. check-in: 6f69bbba43 user: jan.nijtmans tags: rfe-notifier-fork | |
|
2013-07-20
| ||
| 04:54 | merge trunk. still have stack depth issues in [subst] syntax errors. check-in: df020c50d0 user: dgp tags: dgp-refactor | |
| 04:40 | fix for the segfault check-in: b9a246c16d user: dgp tags: dgp-refactor | |
|
2013-07-19
| ||
| 15:57 | test demonstrating segfault check-in: afa3069486 user: dgp tags: dgp-refactor | |
|
2013-07-18
| ||
| 20:27 | Rewrite of the TclCompileScript() routine. Primarily this breaks that large, rather convoluted rout... check-in: 1757fd6ebc user: dgp tags: trunk | |
| 18:25 | [assemble] compile syntax error into bytecode reporting syntax error message. Closed-Leaf check-in: fd39545639 user: dgp tags: dgp-tcs-rewrite | |
| 15:42 | merge trunk check-in: 84e6740946 user: dgp tags: dgp-tcs-rewrite | |
| 15:34 | merge trunk; resolve conflicts; adapt [1c17fbba5d] fix check-in: 60b66eae40 user: dgp tags: dgp-refactor | |
| 15:05 | [Bug 1c17fbba5d] Fix -errorinfo from syntax errors so that the error is not obscured. Instead highl... check-in: 91ed4186a8 user: dgp tags: trunk | |
|
2013-07-17
| ||
| 16:02 | Start notifier thread again if we were forked, to solve Rivet bug 55153 - RFE [a0bc856dcd] check-in: 30ab3e0fb0 user: oehhar tags: rfe-notifier-fork | |
| 13:57 | Factor out the call to a compileProc into one place used by both ensemble subcommand compiles and to... check-in: 2c30f7e029 user: dgp tags: dgp-tcs-rewrite | |
|
2013-07-16
| ||
| 20:48 | Streamline the housekeeping on the operands of INST_START_CMD. For example, do only incr on success,... check-in: c13bc40aa0 user: dgp tags: dgp-tcs-rewrite | |
| 17:21 | Simplify the ensemble subcommand compile. There's no need to be crafting synthetic Tcl_Parse and co... check-in: c094eb7c53 user: dgp tags: dgp-tcs-rewrite | |
| 14:52 | Simplify arguments to TclContinuationsEnterDerived(). check-in: 9554c7ea6d user: dgp tags: dgp-tcs-rewrite | |
| 14:12 | Changed subcommand name following community feedback. check-in: 4e6e5d4f1a user: dkf tags: dkf-command-type | |
| 14:07 | Eliminate the litInfo table and all the code tending to its care and feeding. The pc -> command inde... check-in: 495adbf6e7 user: dgp tags: dgp-tcs-rewrite | |
|
2013-07-15
| ||
| 20:16 | Build CompileBasicNArgCommand on top of TclCompileInvocation. check-in: eefc49c5e0 user: dgp tags: dgp-tcs-rewrite | |
| 19:40 | merge trunk check-in: 303b956143 user: dgp tags: dgp-tcs-rewrite | |
| 19:20 | merge trunk check-in: 369655f910 user: dgp tags: dgp-refactor | |
| 19:09 | Possible improvement in light of [86ceb4e2b6]. check-in: d97afc2a13 user: dgp tags: bug-86ceb4e2b6 | |
| 17:07 | Prefer CompileWord() over CompileTokens() when possible. check-in: 4790b68c65 user: dgp tags: trunk | |
|
2013-07-12
| ||
| 18:44 | Global replace: CompileBody() -> BODY(). check-in: 8338d07129 user: dgp tags: trunk | |
| 16:25 | Tests demonstrating the need for the last two SetLineInformation() calls. check-in: 4b58b335d4 user: dgp tags: trunk | |
|
2013-07-11
| ||
| 23:19 | Revise the CompileWord() and PushVarNameWord() macros to make explicit the SetLineInformation() that... check-in: 7306344a31 user: dgp tags: trunk | |
| 17:06 | Have TclMakeEnsemble() set ENSEMBLE_COMPILE at creation, not as a separate epoch-bumping step. check-in: ecb508317b user: dgp tags: trunk | |
| 04:12 | merge trunk check-in: b54bb58009 user: dgp tags: dgp-tcs-rewrite | |
| 04:11 | merge trunk check-in: 0d2ad11aca user: dgp tags: dgp-refactor | |
| 04:07 | Add a test for each call to SetLineInformation() demonstrating the need for it to be there. Fixed b... check-in: b5f3a4a690 user: dgp tags: trunk | |
| 04:00 | Revert the revised macros used in developing the new tests. Closed-Leaf check-in: cfbc6f951c user: dgp tags: tip280-test-coverage | |
| 03:48 | Add tests for the SetLineInformation() calls in tclEnsemble.c, and fix the bugs around those calls e... check-in: 3282980a1f user: dgp tags: tip280-test-coverage | |
|
2013-07-10
| ||
| 20:33 | Add tests for SetLineInformation() calls in tclCompCmdsSZ.c as well as some obvious refactoring impr... check-in: b117cbf10a user: dgp tags: tip280-test-coverage | |
| 19:43 | Add tests for SetLineInformation() calls in tclCompCmdsGR.c. check-in: e91a9d2971 user: dgp tags: tip280-test-coverage | |
| 19:34 | Add tests for, and fix bugs in, the SetLineInformation() calls in tclCompCmds.c. check-in: 82bfa30a3c user: dgp tags: tip280-test-coverage | |
| 18:02 | merge trunk check-in: 4e4f10a76c user: dgp tags: tip280-test-coverage | |
| 17:58 | Fix for [86fb5ea28e]. Test will eventually merge in from tip280-test-coverage. check-in: ca488c3bfe user: dgp tags: trunk | |
| 16:43 | Next attempt. Appears to have uncovered a bug. check-in: 815313114f user: dgp tags: tip280-test-coverage | |
| 16:27 | First additional test. Remove dup macros in tclEnsemble.c. check-in: a70901af92 user: dgp tags: tip280-test-coverage | |
| 16:17 | Disabling the SetLineInformation() macro entirely causes only 3 tests in the test suite to fail. Re... check-in: 3474390eda user: dgp tags: tip280-test-coverage | |
| 13:45 | Some documentation. check-in: d2e5dab63a user: dkf tags: dkf-command-type | |
| 03:28 | Remove the (now unused) wlineat arguments. check-in: 28e986f628 user: dgp tags: dgp-tcs-rewrite | |
| 03:17 | Revise the litInfo table so that it gets built later (in TclInitByteCodeObj) from a simpler store of... check-in: cd1f5a64d4 user: dgp tags: dgp-tcs-rewrite | |
|
2013-07-09
| ||
| 20:37 | Tentative Work In Progress unwinding TIP 280 line information. check-in: fc79e08504 user: dgp tags: dgp-tcs-rewrite | |
| 09:30 | rebase check-in: 82fa3f9bb1 user: jan.nijtmans tags: bug-1712098 | |
|
2013-07-08
| ||
| 23:02 | Use the TokenAfter() macro. check-in: 8b4182f53a user: dgp tags: dgp-tcs-rewrite | |
| 22:36 | Use TIP 280 macros. check-in: 6c074bf665 user: dgp tags: dgp-tcs-rewrite | |
| 19:54 | merge trunk check-in: 917f4540cf user: dgp tags: dgp-tcs-rewrite | |
| 19:53 | merge trunk: check-in: 886e808dd1 user: dgp tags: dgp-refactor | |
| 19:29 | Factor out compiling the Command literal. check-in: 07154b5b9c user: dgp tags: dgp-tcs-rewrite | |
| 18:56 | Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: b259e31b93 user: jan.nijtmans tags: novem | |
| 18:56 | Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: d369017148 user: jan.nijtmans tags: trunk | |
| 18:55 | Unbreak MSVC6 debug build (thanks Andreas Kupries!) check-in: 728fb2f25b user: jan.nijtmans tags: core-8-5-branch | |
| 18:08 | Plug memory leak; Break three compilation mechanisms into routines. check-in: 1be8ee0aab user: dgp tags: dgp-tcs-rewrite | |
| 15:39 | Move TIP 280 and command extent housekeeping to the periphery. check-in: 98d911f411 user: dgp tags: dgp-tcs-rewrite | |
| 15:24 | Defer expansion request detection as much as possible. check-in: b5995f92b3 user: dgp tags: dgp-tcs-rewrite | |
| 15:00 | Consolidate the StartExpanding() calls. check-in: 92ab99b072 user: dgp tags: dgp-tcs-rewrite | |
| 14:31 | The routines StartExpanding() and EnterCmdWordData() are orthogonal, so it's ok to reverse the order... check-in: 33fae79cbd user: dgp tags: dgp-tcs-rewrite | |
| 13:18 | rebase check-in: 3940be1e6f user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 12:55 | merge trunk check-in: c3479ec585 user: dgp tags: dgp-tcs-rewrite | |
| 12:38 | merge trunk check-in: 111df960dc user: dgp tags: dgp-refactor | |
| 12:37 | Rebase. Remove usability of -DUSE_TCL_STUBS check-in: fa6285ac6b user: jan.nijtmans tags: initsubsystems | |
| 07:20 | Merge stwo's fork and trunk back to a single "novem". check-in: 3681adaaea user: jan.nijtmans tags: novem | |
| 06:51 | Build stub objects with -DSTATIC_BUILD on all platforms. Only important on win32 (already done) and ... check-in: 15c829bcbe user: jan.nijtmans tags: trunk | |
| 06:49 | Build stub objects with -DSTATIC_BUILD on all platforms. Only important on win32 (already done) and ... check-in: dda8563eba user: jan.nijtmans tags: core-8-5-branch | |
|
2013-07-07
| ||
| 15:43 | First part of upcoming TIP - Improving [exec]'s syntax : the syntax extension (not the new redirects... Leaf check-in: ca7271f40f user: ferrieux tags: tip-improve-exec | |
| 11:57 | merge trunk check-in: da2f2cfb27 user: dkf tags: dkf-improved-disassembler | |
| 11:15 | Added a mechanism for discovering the "type" of a command. check-in: 91caa35b78 user: dkf tags: dkf-command-type | |
| 09:15 | merge-mark check-in: e72d624507 user: jan.nijtmans tags: trunk | |
| 02:19 | OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 62f5521264 user: stwo tags: core-8-5-branch | |
| 02:11 | OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 6340b1084c user: stwo tags: trunk | |
| 01:09 | OpenBSD/m88k is now elf. Remove unneeded elf check. check-in: 8d6af72e7b user: stwo tags: novem | |
|
2013-07-06
| ||
| 22:33 | merge http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: b4662ea558 user: kbk tags: novem | |
| 22:29 | Merge mark check-in: 7201f921aa user: kbk tags: trunk | |
| 22:24 | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: 35cce9c766 user: kbk tags: trunk | |
| 22:22 | http://www.iana.org/time-zones/repository/releases/tzdata2013d.tar.gz check-in: b7f2bd8640 user: kbk tags: core-8-5-branch | |
|
2013-07-05
| ||
| 19:56 | merge trunk check-in: cd4d468de2 user: dgp tags: dgp-tcs-rewrite | |
| 19:55 | merge trunk check-in: 337ee7924f user: dgp tags: dgp-refactor | |
| 19:54 | merge trunk check-in: d26213e0bd user: dgp tags: dgp-tcs-rewrite | |
| 14:56 | Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic.h. Suggested by Pietro... check-in: a3d5954fa4 user: jan.nijtmans tags: trunk | |
| 14:52 | Use X11/Xlib.h for checking where X11 can be found in stead of X11/XIntrinsic.h. Suggested by Pietro... check-in: 1a48f9c2e1 user: jan.nijtmans tags: core-8-5-branch | |
| 14:06 | merge-mark check-in: c1b7020feb user: jan.nijtmans tags: novem | |
| 14:04 | CONST -> const in one place check-in: d854a861eb user: jan.nijtmans tags: trunk | |
| 14:02 | Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are redefined as macros. check-in: 30f633409c user: jan.nijtmans tags: trunk | |
| 11:07 | More complete implementation of RFE [854941], now not requiring TIP #414 any more. check-in: 717ee454f7 user: jan.nijtmans tags: rfe-854941, tip-596 | |
|
2013-07-04
| ||
| 19:33 | merge trunk check-in: 26ef4ffa3f user: jan.nijtmans tags: novem | |
|
2013-07-03
| ||
| 10:43 | Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change check-in: 023ab0d950 user: jan.nijtmans tags: trunk | |
| 10:39 | Bug [817249]: bring tclXtNotify.c up to date with Tcl_SetNotifier() change check-in: c21496f5a4 user: jan.nijtmans tags: core-8-5-branch | |
| 08:59 | Fix compiler warning when compiling Itcl 4.0: In file included from ./generic/itcl2TclOO.c:12:0: /Tc... check-in: 3c0b0bbda6 user: jan.nijtmans tags: trunk | |
| 08:56 | Fix compiler warning when compiling Cygwin port with -Wwrite-strings check-in: 5873351128 user: jan.nijtmans tags: trunk | |
|
2013-07-02
| ||
| 12:05 | First experimental implementation of RFE [854941], built on top of [http://tip.tcl.tk/414|TIP #414]. check-in: ccb77d8416 user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 10:36 | comment improvements check-in: 4bf4d3191d user: dgp tags: dgp-tcs-rewrite | |
| 07:17 | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin. check-in: a3ae798ed1 user: jan.nijtmans tags: trunk | |
| 07:16 | Don't forget ChangeLog for previous commit check-in: e8e4a564d6 user: jan.nijtmans tags: core-8-5-branch | |
| 07:14 | Bug [32afa6e256]: dirent64 check is incorrect in tcl.m4. Thanks to Brian Griffin. check-in: f8d461fd57 user: jan.nijtmans tags: core-8-5-branch | |
| 06:43 | Better (hopefully) fix for Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098], which elimin... Closed-Leaf check-in: e2f236a273 user: jan.nijtmans tags: bug-1712098 | |
|
2013-07-01
| ||
| 20:58 | More Work In Progress. check-in: 579d4e455f user: dgp tags: dgp-tcs-rewrite | |
|
2013-06-28
| ||
| 13:16 | merge trunk check-in: 85728857dc user: dgp tags: dgp-refactor | |
| 12:31 | Tk bug [http://core.tcl.tk/tk/tktview?name=1712098|1712098] check-in: 15475c0ad5 user: jan.nijtmans tags: bug-1712098 | |
| 02:58 | More elimination of error message litter to fix [Bug 20a81392ec]. check-in: 2b4ecf6ecb user: dgp tags: dgp-tcs-rewrite | |
|
2013-06-27
| ||
| 20:10 | Stop the compileProc routines leaving behind error messages in interp. (Nicer way to solve [Bug 20a8... check-in: 0a9f3b2935 user: dgp tags: dgp-tcs-rewrite | |
| 15:05 | rebase check-in: 530e1d11e3 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 13:12 | merge trunk check-in: c499bee30f user: dgp tags: dgp-tcs-rewrite | |
| 13:11 | plug memory leaks check-in: c5dcd6efaa user: dgp tags: dgp-tcs-rewrite | |
| 12:42 | merge trunk check-in: 5b074630fd user: dgp tags: dgp-refactor | |
| 12:35 | Fix [34538ba43f] check-in: 535c915c79 user: jan.nijtmans tags: trunk | |
| 12:34 | Fix [34538ba43f] check-in: 01ae5c884c user: jan.nijtmans tags: core-8-5-branch | |
| 12:26 | merge step from trunk check-in: 86a495fc78 user: dgp tags: dgp-refactor | |
| 12:05 | merge trunk check-in: bd5af01d4d user: dgp tags: dgp-tcs-rewrite | |
| 10:30 | rebase check-in: 4bc183093d user: jan.nijtmans tags: initsubsystems | |
| 09:53 | merge trunk. Remove Tcl_SetPanicProc from stub table; it is meant to be called by embedders, before... check-in: e100908f94 user: jan.nijtmans tags: novem | |
| 09:07 | rebase check-in: 789f1aed4e user: jan.nijtmans tags: win-console-panic | |
| 08:51 | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. check-in: 6189063c4d user: jan.nijtmans tags: trunk | |
| 08:28 | Bug [9b2e636361]: Tcl_CreateInterp() needs initialized encodings. check-in: 341f682e08 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-06-26
| ||
| 20:20 | merge trunk check-in: 4fe319cbcc user: dgp tags: dgp-tcs-rewrite | |
| 20:13 | Stop buffer overrun into undefined values detected by valgrind. check-in: b043bd2769 user: dgp tags: trunk | |
| 17:26 | Correct typo detected by valgrind. check-in: 8817dafe34 user: dgp tags: trunk | |
| 16:06 | Fix bytecode ranges in the cmdMapPtr. still leaky. check-in: f6a18ccded user: dgp tags: dgp-tcs-rewrite | |
| 14:24 | typos. On Cygwin, Tcl_SetPanicProc(NULL) should set back the panic proc to its default, which is no... check-in: 38e74dd2c5 user: jan.nijtmans tags: trunk | |
| 14:20 | formatting, typo check-in: e359b91742 user: jan.nijtmans tags: core-8-5-branch | |
| 08:23 | rebase check-in: ca1a1a7c57 user: jan.nijtmans tags: win-console-panic | |
| 08:15 | rebase check-in: 61bc7420cf user: jan.nijtmans tags: initsubsystems | |
| 08:10 | Allocate encoding name, so caller of Tcl_RegisterConfig() doesn't need to keep it forever. Fix some... Closed-Leaf check-in: 8e9ed1f74e user: jan.nijtmans tags: ticket-9b2e636361 | |
| 07:42 | Proposed solution for [9b2e636361] check-in: 06020a12ac user: jan.nijtmans tags: ticket-9b2e636361 | |
| 03:46 | A few bug fixes from failing tests; still leaky. check-in: c7302407ae user: dgp tags: dgp-tcs-rewrite | |
|
2013-06-25
| ||
| 20:22 | merge trunk check-in: 49f14bbea9 user: dgp tags: dgp-tcs-rewrite | |
| 20:22 | Nearly functional now, but leaky and not yet as tidy as I'm hoping for. check-in: 97f68093e1 user: dgp tags: dgp-tcs-rewrite | |
| 19:23 | Replace always true test with assertion. check-in: 131df98507 user: dgp tags: trunk | |
| 15:01 | merge trunk check-in: 2ee54f2f83 user: dgp tags: dgp-tcs-rewrite | |
| 15:01 | Make more use of the CompileTokens() macro. check-in: dfc55c5a38 user: dgp tags: trunk | |
| 14:19 | Branch for rewriting TclCompileScript() and related routines, with the intent to generally simplify ... check-in: 8297f30f00 user: dgp tags: dgp-tcs-rewrite | |
| 12:32 | merge trunk check-in: 106c3a3fde user: jan.nijtmans tags: initsubsystems | |
| 12:22 | merge-mark check-in: f11c8c5db0 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 12:13 | merge trunk check-in: e125db6f98 user: dgp tags: dgp-refactor | |
| 12:07 | merge trunk check-in: bb2a18c661 user: jan.nijtmans tags: novem | |
| 12:06 | Don't use deprecated Tcl_DStringTrunc any more check-in: 4967e0a879 user: jan.nijtmans tags: trunk | |
| 12:02 | Don't use deprecated Tcl_DStringTrunc any more. check-in: 21bffe717c user: jan.nijtmans tags: core-8-5-branch | |
| 10:56 | rebase check-in: e1791704a3 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 10:02 | Remove TclInitStubTable() function (but keep it in the "initsubsystems" branch). check-in: d9308f6b18 user: jan.nijtmans tags: trunk | |
|
2013-06-24
| ||
| 18:59 | merge trunk check-in: 83dbd0b97e user: dgp tags: dgp-refactor | |
|
2013-06-21
| ||
| 12:28 | rebase check-in: e5f09adeaa user: jan.nijtmans tags: initsubsystems | |
| 12:13 | Merge trunk. Remove TclpReaddir and TclpInetNtoa from internal stub table: It's not used anywhere a... check-in: 6606e36376 user: jan.nijtmans tags: novem | |
| 11:57 | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it's even not necessary a... check-in: 390eff66e1 user: jan.nijtmans tags: trunk | |
| 11:53 | Modify internal TclStubInfoType type: use TclStubs * in stead of ClientData, so less type casts are... check-in: 6fcb6b3e57 user: jan.nijtmans tags: trunk | |
|
2013-06-20
| ||
| 14:20 | TclCompileScript() should not overwrite envPtr->numSrcBytes. The envPtr already has the right value ... check-in: e346706482 user: dgp tags: trunk | |
| 14:17 | TclCompileScript() should not overwrite envPtr->numSrcBytes. The envPtr already has the right value ... check-in: 349fd09957 user: dgp tags: core-8-5-branch | |
| 12:37 | merge trunk check-in: 7d96f3bfeb user: dgp tags: dgp-refactor | |
| 11:05 | Properly encode more operand types to reduce the number of special cases in the disassembler. check-in: 9d361e7c74 user: dkf tags: dkf-improved-disassembler | |
|
2013-06-19
| ||
| 22:46 | merge trunk check-in: 8d4c7580ce user: dkf tags: dkf-improved-disassembler | |
| 22:44 | Fixed bug with optimizing with INST_START_CMD about. check-in: 126b87f15e user: dkf tags: trunk | |
| 20:00 | merge trunk check-in: 4b848557de user: dgp tags: dgp-refactor | |
| 19:33 | More use of simplifying macros. Replace dynamic allocation with automatic storage on the call stack. check-in: bf171b6b51 user: dgp tags: trunk | |
| 12:53 | Eliminate a lot of dead code (for Windows 95/98/ME only). Eliminate all usage of TclWinSetInterface... check-in: 68c2017fb2 user: jan.nijtmans tags: trunk | |
| 08:56 | minor bug: Don't TclpInitUnlock() here, because the following TclFinalizeLock() already does an impl... Leaf check-in: 5613c11c82 user: jan.nijtmans tags: bug-3611974 | |
|
2013-06-18
| ||
| 15:45 | Make the (cosmetic) change to 4-state system, separating RISING and FALLING. check-in: c874a1c96a user: dgp tags: bug-3611974 | |
| 13:59 | Update Unicode tables to latest 6.3 beta version check-in: 0c0141f21f user: jan.nijtmans tags: novem | |
| 13:58 | merge 8.5 check-in: a39df4a149 user: dgp tags: bug-3611974 | |
| 13:46 | merge trunk check-in: e6a93ffe18 user: jan.nijtmans tags: tip-389-impl | |
| 13:27 | Merge to near-8.5-branch-tip. check-in: 8953e9cdc3 user: dgp tags: bug-3611974 | |
| 11:50 | merge trunk check-in: bc4d6bb1d4 user: jan.nijtmans tags: novem | |
| 10:36 | Fix [3611974]: InitSubsystems multiple thread issue check-in: 33d17a1685 user: jan.nijtmans tags: trunk | |
| 10:33 | Fix [3611974]: InitSubsystems multiple thread issue check-in: d155ff70cf user: jan.nijtmans tags: core-8-5-branch | |
| 09:52 | rebase check-in: 94ffa9c58a user: jan.nijtmans tags: win-console-panic | |
| 08:13 | Simplify TIP #414 implementation by using the function TclInitStubTable() in stead of re-use Tcl_Ini... check-in: 77799a9144 user: jan.nijtmans tags: initsubsystems | |
| 07:50 | Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. check-in: 6aa9adc7fc user: jan.nijtmans tags: trunk | |
| 07:43 | Fix uniClass tool which was the real cause for [a876646efe], and add test-case for it. check-in: f604a21bb0 user: jan.nijtmans tags: core-8-5-branch | |
| 07:00 | Better place to put vsnprintf switch, so it is usable by all *.c files. Fix comment on _ANSI_ARGS_ ... check-in: 315c3fcfce user: jan.nijtmans tags: trunk | |
|
2013-06-17
| ||
| 19:59 | merge trunk check-in: 4aab607c04 user: dgp tags: dgp-refactor | |
| 17:05 | Updates to redirect bug reports to the new tracker location. check-in: b359014605 user: dgp tags: trunk | |
| 17:03 | Fix [42b8083613] check-in: 486c1f031e user: jan.nijtmans tags: trunk | |
| 17:03 | Updates to redirect bug reports to the new tracker location. check-in: cc0db5a0ac user: dgp tags: core-8-5-branch | |
| 14:04 | Remove extra scribblings not normally needed. Thanks to jdc for suggestion. check-in: 82ded8793a user: dkf tags: dkf-improved-disassembler | |
| 13:29 | Use more portable TclIsSpaceProc() in stead of isspace(). check-in: 4bfe3111b1 user: jan.nijtmans tags: trunk | |
| 13:23 | Use more portable TclIsSpaceProc() in stead of isspace(). Make sure that "string is space \u180e" c... check-in: 5712054958 user: jan.nijtmans tags: core-8-5-branch | |
| 04:54 | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \u001f check-in: 89b05343cb user: jan.nijtmans tags: trunk | |
| 04:52 | Fix [a876646efe]: re_expr character class [:cntrl:] should contain \u0000 - \u001f check-in: cc1a71b4e5 user: jan.nijtmans tags: core-8-5-branch | |
| 04:41 | On 32-bit platforms, 12 characters for version is enough, on 64-bit platforms it will be aligned to ... check-in: 2c3567ce0e user: jan.nijtmans tags: trunk | |
|
2013-06-16
| ||
| 20:48 | link tclsh with stub library, just like xttest and tcltest, in order to allow additional static stub... check-in: a5fc9b9513 user: jan.nijtmans tags: trunk | |
| 20:32 | split off TclInitStubTable() as separate function - which does the actual stub table initialization ... check-in: e04a3d09f8 user: jan.nijtmans tags: trunk | |
|
2013-06-14
| ||
| 11:21 | rebase check-in: 980cdb2a78 user: jan.nijtmans tags: win-console-panic | |
| 10:15 | Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. Some... check-in: cc8464e99f user: jan.nijtmans tags: trunk | |
| 10:11 | Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. check-in: 0231bc500c user: jan.nijtmans tags: core-8-5-branch | |
|
2013-06-13
| ||
| 21:21 | Improved rendering of some opcode arguments and auxdata. check-in: ff4c6d947f user: dkf tags: dkf-improved-disassembler | |
| 20:37 | Repair the panics in the test suite. check-in: 05d512a0d0 user: dgp tags: dgp-refactor | |
| 17:51 | equivalent Closed-Leaf check-in: 085d8ad9a1 user: jan.nijtmans tags: dgp-review | |
| 15:14 | Merge trunk all the way. Still suffers panics. check-in: 17714198a3 user: dgp tags: dgp-refactor | |
| 15:08 | Merge to next conflict resolution. Result has panics in test suite. check-in: c791a1eece user: dgp tags: dgp-refactor | |
| 14:50 | merge trunk to the next conflict resolution check-in: b7f61fa3c7 user: dgp tags: dgp-refactor | |
| 14:03 | Merge trunk to next conflict resolution. check-in: b88278df21 user: dgp tags: dgp-refactor | |
| 13:49 | Merge trunk to first conflict resolution. check-in: f3790e370e user: dgp tags: dgp-refactor | |
| 08:31 | merge trunk check-in: f1f306cbcc user: dkf tags: dkf-improved-disassembler | |
| 07:23 | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. Fix some gcc warnings which... check-in: 7233b39085 user: jan.nijtmans tags: trunk | |
| 07:13 | Fix some gcc warnings which become visible with -Wextra check-in: 3ef0025839 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-06-12
| ||
| 19:36 | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64 check-in: 51e52ec852 user: jan.nijtmans tags: core-8-5-branch | |
| 12:24 | Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as produced by Microsoft tools)... check-in: 4cca2f5455 user: jan.nijtmans tags: trunk | |
| 10:35 | merge trunk (except for disabled MSVC warnings, see [48b92a6ab6]) check-in: 3a393d295a user: jan.nijtmans tags: novem | |
| 10:29 | Silence various warnings when doing a 64-bit build with MSVC: Those warnings can only _really_ be fi... check-in: 48b92a6ab6 user: jan.nijtmans tags: trunk | |
| 10:24 | Silence various warnings when doing a 64-bit build with MSVC: Those warnings can only _really_ be fi... check-in: e2b60a9a55 user: jan.nijtmans tags: core-8-5-branch | |
| 08:55 | Extract more of the info from the bytecode. check-in: 9cd4cf533f user: dkf tags: dkf-improved-disassembler | |
| 07:19 | rebase TIP #414 implementation check-in: 62048336ab user: jan.nijtmans tags: initsubsystems | |
|
2013-06-11
| ||
| 23:05 | Leave behind the stack depth estimate testing machinery in this branch. It verifies instruction by ... check-in: 107fff7e1e user: dgp tags: dgp-stack-depth-tester | |
| 22:47 | Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand. All the information require... check-in: 857848cd8e user: dgp tags: trunk | |
| 21:40 | merge trunk check-in: 16ef96c190 user: dkf tags: dkf-improved-disassembler | |
| 21:33 | Code-readable disassembler: tcl::unsupported::getbytecode check-in: 791b38c94f user: dkf tags: dkf-improved-disassembler | |
| 20:45 | merge trunk Closed-Leaf check-in: f38f08056c user: dgp tags: mig-review | |
| 20:38 | Select improvements in stack depth estimates brought over from mig-review. Mostly these are just si... check-in: c438852c5f user: dgp tags: trunk | |
| 19:51 | merge trunk check-in: 343157ed81 user: dgp tags: mig-review | |
| 19:41 | Repairs to compile/exec debugging output. check-in: 31ab051598 user: dgp tags: trunk | |
| 19:21 | Make compiled [if] stack depth estimation simpler and more accurate. check-in: 89575ae1e2 user: dgp tags: mig-review | |
| 18:10 | merge trunk check-in: 70a20c2f04 user: dgp tags: mig-review | |
| 17:58 | Stack housekeeping repair for last checkin. check-in: 28107fc861 user: dgp tags: trunk | |
| 16:57 | simpler stack management check-in: 4ebf99f4b9 user: dgp tags: mig-review | |
| 16:44 | [33b7abb8a2] [7174354ecb] Rewrite TclCompileThrowCmd(). check-in: f51d308790 user: dgp tags: trunk | |
| 08:34 | merge trunk check-in: 0b1bfdabdd user: dkf tags: dkf-improved-disassembler | |
| 08:19 | Move the disassembler to its own file. check-in: d5d42f1b36 user: dkf tags: dkf-improved-disassembler | |
| 08:12 | Improve compatibility detection for <time.h> and <sys/stat.h>: - Move <time.h> before other include... check-in: 832ec0b070 user: jan.nijtmans tags: trunk | |
| 07:58 | Improve compatibility detection for <time.h> and <sys/stat.h>: - Move <time.h> before other include... check-in: 85e9c3bd83 user: jan.nijtmans tags: core-8-5-branch | |
| 05:26 | More tidying of stack management code. check-in: cca1b62768 user: dgp tags: mig-review | |
| 04:54 | Tidy up the stack depth management code. check-in: 899091eba0 user: dgp tags: mig-review | |
|
2013-06-10
| ||
| 16:25 | Fix stack estimates for INST_EXPAND_DROP. check-in: ed2c0d0cc7 user: dgp tags: mig-review | |
| 15:24 | Repair stack estimates. check-in: 62d663840c user: dgp tags: mig-review | |
| 10:04 | unwrapping some of the complexity Leaf check-in: c1e812405e user: dkf tags: bug-3613671 | |
| 08:26 | Start of work on a proper fix for [3613671]; just structural refactoring first. check-in: 8f572309d2 user: dkf tags: bug-3613671 | |
| 07:41 | merge trunk check-in: b0dd790637 user: jan.nijtmans tags: novem | |
| 07:36 | Update Unicode tables to Unicode 6.3 beta. Merge trunk check-in: 9e9232f06e user: jan.nijtmans tags: tip-389-impl | |
| 04:09 | Merge trunk (creates new stack estimate breakage). check-in: 04b1daf754 user: dgp tags: mig-review | |
| 03:29 | undo mistaken commit check-in: 6e8977e585 user: dgp tags: mig-review | |
| 03:25 | merge near trunk check-in: a2f6edc051 user: dgp tags: mig-review | |
|
2013-06-09
| ||
| 17:38 | merge trunk Closed-Leaf check-in: 2c864037e0 user: dkf tags: dkf-bytecode-optimizer | |
| 17:34 | [779d38b996]: Make the 'try' compiler handle -during right and compile some more cases than it did b... check-in: c802ed39c4 user: dkf tags: trunk | |
| 17:21 | Fix the problems with code generation; behavior now appears correct. Closed-Leaf check-in: e5c6d3237f user: dkf tags: dkf-better-try-compilation | |
| 08:15 | Improving tests, fixed one case. check-in: 9e122457be user: dkf tags: dkf-better-try-compilation | |
|
2013-06-08
| ||
| 23:43 | Working on a better compiler for [try]; found some bugs in previous compilation code which aren't re... check-in: 0d0c3fe646 user: dkf tags: dkf-better-try-compilation | |
| 23:35 | More informative comment describing INST_SYNTAX. check-in: b51448551b user: dkf tags: trunk | |
| 13:42 | merge trunk check-in: 6cc5db9090 user: dkf tags: dkf-bytecode-optimizer | |
| 13:17 | Factor out stereotypical ways of getting variable indices. check-in: 360646c003 user: dkf tags: trunk | |
|
2013-06-07
| ||
| 15:26 | merge trunk check-in: d02be90b14 user: dgp tags: mig-review | |
| 13:22 | rebase check-in: 5317ab91f8 user: jan.nijtmans tags: win-console-panic | |
| 12:48 | Simplify stack depth management. check-in: d1d80bd65a user: dkf tags: trunk | |
| 04:24 | Repaid debug compile of [array unset]. check-in: b9aa843f54 user: dgp tags: mig-review | |
| 04:09 | Repair debug compile of [info commands]. check-in: 829641f1bd user: dgp tags: mig-review | |
|
2013-06-06
| ||
| 23:26 | Fix up the stack estimates for dict.test again check-in: 9601841d5c user: dgp tags: mig-review | |
| 22:15 | merge trunk check-in: 184de21a77 user: dgp tags: mig-review | |
| 21:01 | More efficient instruction sequence for [dict for] with correct exception depth handling. check-in: b8ef9b2ae6 user: dkf tags: trunk | |
| 19:29 | Progress getting more stack estimates correct. Exceptions are still the hard part. check-in: 2081ac3e11 user: dgp tags: mig-review | |
| 18:24 | Stack estimates corrected for dict.test check-in: 8ef0557982 user: dgp tags: mig-review | |
| 17:24 | merge trunk check-in: 7347c76f80 user: dgp tags: mig-review | |
| 16:55 | 3614382 Fix stack management of compiled [dict for] by shifting limits of the catch range. check-in: 1ece872cc7 user: dgp tags: trunk | |
| 14:24 | 3614360 Repair stack demands of optimized compiled [return LITERAL]. check-in: 540c80bfad user: dgp tags: trunk | |
| 10:51 | merge trunk check-in: abce91dbf1 user: dgp tags: mig-review | |
| 09:09 | Working on the optimizer. check-in: 3a46a5a270 user: dkf tags: trunk | |
| 06:56 | Minor grammar fix. check-in: f89ee3aa87 user: dkf tags: dkf-bytecode-optimizer | |
| 06:53 | Split the optimizer up. Remove the dreaded 'goto' from which doesn't need it. check-in: 397ecd686a user: dkf tags: dkf-bytecode-optimizer | |
|
2013-06-05
| ||
| 23:05 | Added optimizing of jump-to-nop and jump-to-jump cases. Ta to AK for suggesting. check-in: 678267e235 user: dkf tags: dkf-bytecode-optimizer | |
| 21:44 | merge trunk check-in: 0d7b5d2fb0 user: dkf tags: mig-review | |
| 21:42 | Working on the optimizer, and finding a few bugs in bytecode generation. check-in: 7cac684087 user: dkf tags: trunk | |
| 21:05 | Added the optimizer... check-in: 21f1396d3e user: dkf tags: dkf-bytecode-optimizer | |
| 20:55 | Corrected wrong information about instruction width that was causing an optimizer crash. check-in: 86379e17df user: dkf tags: dkf-bytecode-optimizer | |
| 20:25 | debug reporting fix check-in: 83166feb50 user: dgp tags: mig-review | |
| 20:23 | merge fixes check-in: 9fb220c28a user: dkf tags: dkf-bytecode-optimizer | |
| 20:15 | Progress fixing up the stack management of compiled [dict]. check-in: d4b3d3041a user: dgp tags: mig-review | |
| 18:12 | Get stack depth adjustments right for INST_DONE opimized [return] compile. check-in: 2b62dc5fb5 user: dgp tags: mig-review | |
| 17:23 | Compiled [subst] properly track stack adjustments. check-in: 72c970770d user: dgp tags: mig-review | |
| 16:09 | Debug printing for [subst] compiles check-in: fffd1d6dfa user: dgp tags: mig-review | |
| 16:07 | Repair merge of instruction table check-in: 2994094c72 user: dgp tags: mig-review | |
| 15:35 | Get a proper merge from the trunk going again. check-in: 19eadbeb44 user: dgp tags: mig-review | |
| 15:24 | merge trunk Fossil has hopelessly fouled up this checkin's branch history. Closed-Leaf check-in: 53494f969b user: dgp tags: mig-review | |
| 15:22 | [Bugs 2835313, 3614226, 3614342]: Complete the construction of break/continue compilers that get the... check-in: 0cf4701170 user: dgp tags: trunk | |
| 15:07 | Repair TCL_COMPILE_DEBUG guards Closed-Leaf check-in: f938eff7f5 user: dgp tags: bug-3614342 | |
| 14:50 | Stack Depth fixups. check-in: 37677f8c2e user: dgp tags: bug-3614342 | |
| 12:34 | More cleaning up; factor out optimizer to new file. Some weird problems still. check-in: 585a8c7af2 user: dkf tags: dkf-bytecode-optimizer | |
| 11:59 | merge trunk check-in: 0208fd3481 user: dgp tags: mig-review | |
| 08:11 | [Bugs 2835313, 3614226]: Complete the construction of break/continue compilers that get the stack cl... check-in: ac84c44dcf user: dkf tags: bug-3614342 | |
| 07:57 | merge trunk Closed-Leaf check-in: 831ea0cbac user: dkf tags: dkf-compile-improvements | |
| 07:51 | Even better tests check-in: 5e5fa6ce2d user: dkf tags: dkf-compile-improvements | |
| 07:19 | Stack cleanup works now even in the most evil expansion cases. check-in: 5f597cd627 user: dkf tags: dkf-compile-improvements | |
|
2013-06-04
| ||
| 08:34 | TIP #414 implementation check-in: f76bf90f39 user: jan.nijtmans tags: initsubsystems | |
| 08:33 | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. One more last-moment fix for FreeB... check-in: 47e3976f09 user: jan.nijtmans tags: trunk | |
|
2013-06-03
| ||
| 22:43 | repair error.test check-in: 59081017e1 user: dgp tags: mig-review | |
| 22:38 | merge trunk check-in: cdfdeca7cf user: dgp tags: mig-review | |
| 20:31 | merge 8.5 check-in: d0c70147da user: dgp tags: trunk | |
| 20:31 | merge 8.4 check-in: e9555b15b3 user: dgp tags: core-8-5-branch | |
| 16:52 | fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tc... check-in: b9d619c24f user: mig tags: trunk | |
| 16:10 | fix for perf bug detected by Kieran (https://groups.google.com/forum/?fromgroups#!topic/comp.lang.tc... check-in: 2df9da6902 user: mig tags: core-8-5-branch | |
| 14:57 | Next stage of fixing the break/continue generation. check-in: c1d4474810 user: dkf tags: dkf-compile-improvements | |
| 12:55 | merge back from trunk check-in: c806ed3683 user: dkf tags: dkf-compile-improvements | |
| 09:46 | Merge back the improved [break] and [continue] compilation. check-in: db942354cc user: dkf tags: trunk | |
| 09:37 | Generate [continue] optimally in [for] next clauses. Add tests for Bug 3614226. check-in: 0244245364 user: dkf tags: dkf-compile-improvements | |
|
2013-06-02
| ||
| 21:32 | Fix a stack depth calculation. check-in: d8a4c9f440 user: dkf tags: dkf-compile-improvements | |
| 18:54 | Remove useless macro, use existing macro where it makes sense. check-in: 16d63a94d0 user: dkf tags: dkf-compile-improvements | |
| 17:41 | Many improvements to code generation of efficient break and continue. check-in: 4ee4a3fe46 user: dkf tags: dkf-compile-improvements | |
|
2013-06-01
| ||
| 21:05 | Getting better at doing more efficient break/continue instruction handling. check-in: 5d2383cba4 user: dkf tags: dkf-compile-improvements | |
| 04:05 | Work in progress auditing the stack usage estimates of the bytecode compiler routines. Much of this... check-in: f77c2158c2 user: dgp tags: mig-review | |
|
2013-05-30
| ||
| 23:29 | Experimental super-stack-estimate checker. check-in: eb37a3ef11 user: dgp tags: mig-review | |
| 22:46 | Set up to (ab)use INST_EXPAND_STKTOP to debug compiler stack estimates. check-in: 4079ecc87b user: dgp tags: mig-review | |
| 20:37 | Tighten up expansion a bit. check-in: e9aab30d75 user: dgp tags: mig-review | |
| 20:03 | Back on track. check-in: fb1ab4af1d user: dgp tags: mig-review | |
| 19:07 | Try this instead Closed-Leaf check-in: 28f799eed9 user: dgp tags: mig-review | |
| 18:58 | Oops! Don't forget nested script substitution! check-in: 43cf65d2e4 user: dgp tags: mig-review | |
| 18:51 | More robust expansion calculation. Look Ma! No operand! check-in: ae093ef704 user: dgp tags: mig-review | |
| 10:57 | derp check-in: 204a8cab40 user: dkf tags: dkf-compile-improvements | |
| 10:55 | Working towards the next batch of optimizations. check-in: 3b09d7b08a user: dkf tags: dkf-compile-improvements | |
| 10:29 | Corrected code generation when doing the second run with an 'infinite' loop. check-in: aebfca2101 user: dkf tags: trunk | |
|
2013-05-29
| ||
| 20:36 | Simplifications and tidying up of stack management issues. Work in progress. check-in: 94c169dbe0 user: dgp tags: trunk | |
| 17:28 | merge trunk check-in: b6d8bbff1b user: dgp tags: dgp-refactor | |
| 17:20 | 3614102 - Reset stack housekeeping when compileProc fails. check-in: 83e8b2e153 user: dgp tags: trunk | |
| 16:24 | Fix C99 comment-ism breaking the native AIX compiler. HPUX likely as well. check-in: dd32313fb4 user: andreask tags: core-8-5-branch | |
| 16:08 | merge trunk check-in: 3d9e134de3 user: dgp tags: dgp-refactor | |
| 14:37 | Stop emitting the instructions INST_*_SCALAR_STK*. They are identical to their INST_*_STK* counterp... check-in: 134b3c0bfc user: dgp tags: trunk | |
|
2013-05-28
| ||
| 19:21 | Use the routines that provide "basic compile" instead of reinventing them. check-in: d578a3c006 user: dgp tags: trunk | |
| 14:29 | Plug the memory leak. Greater ambitions to improve this routine are proving more difficult than exp... check-in: e4201224a2 user: dgp tags: trunk | |
| 14:04 | Missed bits of dup code elimination. check-in: e636794bc5 user: dgp tags: trunk | |
| 07:25 | merge trunk check-in: 03d94f0a34 user: jan.nijtmans tags: novem | |
| 07:24 | Move changelog entry to correct date. check-in: e12f672220 user: jan.nijtmans tags: trunk | |
| 07:18 | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. Bumped msgcat to ve... check-in: 82b537d31b user: jan.nijtmans tags: core-8-5-branch | |
|
2013-05-27
| ||
| 20:45 | 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key. Bumped msgcat to ve... check-in: 520c9e9ff7 user: oehhar tags: trunk | |
|
2013-05-25
| ||
| 03:26 | Repair some stack depth housekeeping. check-in: 3ebbf5fefa user: dgp tags: trunk | |
|
2013-05-24
| ||
| 18:37 | 3613854 - Fixup stack maintenance /code generation for [array set x $oddList]. Postscript - I see... check-in: 77f74854f9 user: dgp tags: trunk | |
| 10:39 | merge trunk check-in: 6604e2cb37 user: dgp tags: dgp-refactor | |
|
2013-05-23
| ||
| 20:24 | Spare developers the burden and error risk of counting bytes in string literals, or having to type t... check-in: b89a07c1fc user: dgp tags: trunk | |
| 18:42 | merge trunk check-in: 7c1b88ceaf user: dgp tags: dgp-refactor | |
| 18:32 | Eliminate code duplication. check-in: 948546755c user: dgp tags: trunk | |
| 18:13 | merge trunk check-in: 19a741f795 user: dgp tags: dgp-refactor | |
| 11:40 | merge-mark check-in: 60f412d6a8 user: jan.nijtmans tags: trunk | |
| 11:39 | merge-mark check-in: e85cd0b5a8 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-05-22
| ||
| 16:39 | Removed const qualifier causing the HP native cc to error out (error 1675: Duplicate type qualifier ... check-in: 6d9213be40 user: andreask tags: trunk | |
| 13:34 | silence compiler warning check-in: 13314a4573 user: dgp tags: trunk | |
| 13:14 | silence compiler warning check-in: dcd61515be user: dgp tags: core-8-5-branch | |
| 13:07 | [3613609]: Replace strcasecmp() with UTF-8-aware version. check-in: 89f027f118 user: dkf tags: trunk | |
| 12:59 | [3613609]: Replace strcasecmp() with UTF-8-aware version. check-in: 8cc7cdfbd6 user: dkf tags: core-8-5-branch | |
| 12:55 | Fixed the weird edge case. Closed-Leaf check-in: 93dd8bb33b user: dkf tags: bug-3613609 | |
| 12:32 | Improved tests. check-in: 1fbbe4aec3 user: dkf tags: bug-3613609 | |
| 10:36 | * doc/file.n: [Bug 3613671]: Added note to portability section on the fact that [file owned] does ... check-in: a9869d4e5a user: dkf tags: trunk | |
|
2013-05-21
| ||
| 09:38 | Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue after NUL-byte, this sho... check-in: a765f37f78 user: jan.nijtmans tags: bug-3613609 | |
| 09:27 | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly check-in: 66c30c4369 user: jan.nijtmans tags: bug-3613609 | |
|
2013-05-20
| ||
| 16:14 | Merge trunk. Still crippled in the same way as before. check-in: d99df0e9f0 user: dgp tags: dgp-refactor | |
| 15:10 | 3613569 Handle case when TclpTempFileNameForLibrary returns NULL. check-in: 5548df43ec user: dgp tags: trunk | |
| 14:17 | [3613567]: Corrected sense of test on results of access() in temp file creation. check-in: 98e89843c0 user: dkf tags: trunk | |
|
2013-05-19
| ||
| 20:44 | merge trunk check-in: 964dda3207 user: jan.nijtmans tags: novem | |
| 20:37 | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate possibly conflicting LOC... check-in: 837d5a924d user: jan.nijtmans tags: trunk | |
| 20:26 | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate possibly conflicting LOC... check-in: 157acf6411 user: jan.nijtmans tags: core-8-5-branch | |
| 19:09 | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Pietro Cerutti check-in: 29afce30ee user: jan.nijtmans tags: trunk | |
| 19:03 | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Pietro Cerutti check-in: 970c40e701 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-05-18
| ||
| 13:25 | Split tclCompCmds.c into two roughly-equal-sized pieces. check-in: acbaf52e6e user: dkf tags: trunk | |
|
2013-05-17
| ||
| 17:56 | Merge trunk. Conflicts resolved. Branch builds and runs ok. Still does not have the new expand-su... check-in: 67c1291e8a user: dgp tags: dgp-refactor | |
| 17:00 | Merge near-trunk. check-in: d3d95087d5 user: dgp tags: dgp-refactor | |
| 14:09 | fix directory where tclWinPanic.c resides check-in: 24bf5a61dd user: jan.nijtmans tags: win-console-panic | |
| 14:02 | rebase check-in: 807f110dd7 user: jan.nijtmans tags: novem-bug-3598300 | |
| 13:49 | merge trunk check-in: c8652a1430 user: jan.nijtmans tags: novem | |
| 11:02 | Remove useless variables. check-in: 1b1edcdcc7 user: dkf tags: trunk | |
| 07:36 | rebase check-in: 3a8c190af0 user: jan.nijtmans tags: win-console-panic | |
| 07:24 | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-... check-in: f13860c832 user: jan.nijtmans tags: trunk | |
| 07:21 | Revert defining _HAVE_32BIT_TIME_T especially for mingw-4.0-rc1: Although it works, it has the side-... check-in: 55a95054aa user: jan.nijtmans tags: core-8-5-branch | |
|
2013-05-16
| ||
| 17:43 | Sigh. Fix version number of package "platform" in the Makefile.n files. Future: Write a small tcl sc... check-in: 0dcab17710 user: andreask tags: trunk | |
| 17:39 | Sigh. Fix version number of package "platform" in the Makefile.n files. Future: Write a small tcl sc... check-in: 87bdd6cc6c user: andreask tags: core-8-5-branch | |
| 13:24 | Confirmed that every caller of TclProcCompileProc() arranges for the procPtr and nsPtr arguments: ns... Closed-Leaf check-in: 9424cfeac1 user: dgp tags: dkf-review | |
| 12:33 | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-... check-in: 562f5e0679 user: jan.nijtmans tags: trunk | |
| 12:28 | _USE_32BIT_TIME_T is already defined in tclWinPort.h check-in: 63647dceb1 user: jan.nijtmans tags: core-8-5-branch | |
| 12:22 | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/mingw/mingw-org-wsl/ci/4.0-... check-in: 9cc84b876e user: jan.nijtmans tags: core-8-5-branch | |
|
2013-05-15
| ||
| 20:32 | Unless I'm missing something, this patch to TclCompileListCmd() should eliminate pointless, wasteful... Closed-Leaf check-in: 2f95126244 user: dgp tags: dgp-compile-list-shimmer | |
| 16:55 | Fix platform version mismatch between code and index. check-in: d64159a66f user: andreask tags: trunk | |
| 16:49 | Fix platform version mismatch between code and index. check-in: a94115b025 user: andreask tags: core-8-5-branch | |
| 15:18 | Disabled some code in TclCompileScript(). Test suite results are unaffected. Does this indicate a g... check-in: e7415ccfa3 user: dgp tags: dkf-review | |
| 13:27 | Trunk merged. Conflicts resolved. New functionality not yet enabled. check-in: 775ad8abf2 user: dgp tags: dgp-refactor | |
| 11:03 | merge trunk check-in: 389eae3a70 user: jan.nijtmans tags: novem | |
| 10:56 | Removing a few changes that were not actually needed, and correcting comments. check-in: e112c51022 user: dkf tags: trunk | |
| 10:44 | merge-mark check-in: d6300a7bf5 user: dkf tags: trunk | |
| 10:42 | merge trunk check-in: afed07eb5d user: jan.nijtmans tags: novem | |
| 10:41 | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: 40f8bba871 user: dkf tags: trunk | |
| 10:41 | merge-mark check-in: 6f516aeb48 user: jan.nijtmans tags: trunk | |
| 10:41 | merge trunk Closed-Leaf check-in: c76fb949b9 user: dkf tags: dkf-bcc-optimize | |
| 10:38 | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: a42aa0a38c user: dkf tags: dkf-bcc-optimize | |
| 10:37 | merge-mark check-in: 1521440b6d user: jan.nijtmans tags: core-8-5-branch | |
|
2013-05-14
| ||
| 18:44 | make dist check-in: 652c4f2107 user: dgp tags: trunk | |
| 12:39 | merge trunk check-in: 56cdb9f4ce user: dgp tags: dgp-refactor | |
|
2013-05-13
| ||
| 19:30 | merge trunk check-in: e1f06628eb user: jan.nijtmans tags: novem | |
| 16:59 | Merged fix to bytecode engine problem. Details in merged revision. check-in: 01e27a732a user: andreask tags: trunk | |
| 16:51 | Fixed bug in parent revision [832a1994c7] unpredictably breaking the execution of precompiled byteco... Closed-Leaf check-in: 461dc8b0cc user: andreask tags: bugfix-832a1994c7-for-precompiled-bc | |
| 15:17 | merge trunk. Add back Tcl_AddErrorInfo to stub table (it's still used by Tk 8.6) check-in: 2097339df1 user: jan.nijtmans tags: novem | |
| 14:35 | merge trunk check-in: c366eda7c3 user: dgp tags: dgp-refactor | |
| 14:23 | compiler warning check-in: 49281094f1 user: dgp tags: trunk | |
| 14:12 | Solved with a Tcl_ResetResult() call. check-in: 2569f069d9 user: dgp tags: dgp-refactor | |
| 14:07 | Upgrade to zlib 1.2.8 check-in: f7bd677361 user: jan.nijtmans tags: trunk | |
| 14:05 | Cause of the failing tests is the second pass optimizing compile. The second pass is building on re... check-in: 49a20875f0 user: dgp tags: dgp-refactor | |
| 12:53 | Bring merge up to date with the trunk. Still suffers two test failures. check-in: 4700365c09 user: dgp tags: dgp-refactor | |
| 12:37 | Create stanza to set INST_LIST_EXPANDED to replace function lost in merge. Still have two failing te... check-in: 65eb9f36e1 user: dgp tags: dgp-refactor | |
| 11:18 | merge check-in: f4dd83a22d user: dgp tags: dgp-refactor | |
|
2013-05-12
| ||
| 00:44 | Optimizations and general bytecode generation improvements. check-in: efa1b5bb6b user: dkf tags: trunk | |
| 00:42 | Corrected the stack balancing in the special [list {*} ] compiler. check-in: 037223b708 user: dkf tags: dkf-bcc-optimize | |
| 00:04 | Fix implementation of INST_LIST_EXPANDED. check-in: db31442aff user: dkf tags: dkf-bcc-optimize | |
|
2013-05-11
| ||
| 20:02 | Partial fix: still ongoing check-in: faad6bf676 user: dkf tags: dkf-bcc-optimize | |
|
2013-05-10
| ||
| 19:08 | Merge to near-trunk. check-in: 6f527b2285 user: dgp tags: dgp-refactor | |
| 12:57 | Optimizations and general bytecode generation improvements. check-in: 18bcecceea user: dkf tags: dkf-bcc-optimize | |
|
2013-05-08
| ||
| 19:28 | Start branch reducing use of sprintf(). Closed-Leaf check-in: cef46dbe76 user: dgp tags: dgp-sprintf | |
| 15:47 | Corrected args -> arg arg ... in msgcat doc Closed-Leaf check-in: e74b5b596c user: oehhar tags: bug3036566 | |
| 14:52 | Document mcunknown format parameters check-in: 218c37d355 user: oehhar tags: bug3036566 | |
| 08:40 | Add install references and changes entry check-in: 18cd5e8964 user: oehhar tags: bug3036566 | |
| 08:24 | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : PreferredUILanguages" t... check-in: 6dd00195c1 user: oehhar tags: bug3036566 | |
|
2013-05-07
| ||
| 18:08 | merge trunk Closed-Leaf check-in: 53d0e4fb5c user: mig tags: mig-no280 | |
| 15:02 | merge trunk. remove some unneeded #undef's check-in: 312eebbd03 user: jan.nijtmans tags: novem | |
| 11:38 | No longer link Cygwin executables with zlib1.dll, but with cygz.dll. On Cygwin64 this doesn't work,... check-in: 76f6a1495e user: jan.nijtmans tags: trunk | |
|
2013-05-06
| ||
| 09:08 | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned long. This is potentia... check-in: 9bb59c6083 user: jan.nijtmans tags: novem | |
| 07:35 | merge trunk check-in: 19ff9b95e1 user: jan.nijtmans tags: novem | |
| 07:33 | Add support for Cygwin64, which has a 64-bit "long" type. Binary compatibility with win64 requires ... check-in: ad5495e548 user: jan.nijtmans tags: trunk | |
| 07:22 | Add support for Cygwin64, which has a 64-bit "long" type. Binary compatibility with win64 requires ... check-in: 95f65c60b8 user: jan.nijtmans tags: core-8-5-branch | |
| 06:48 | merge-mark check-in: 86970292d9 user: jan.nijtmans tags: trunk | |
|
2013-05-01
| ||
| 21:13 | Backport 8.6's fix [checkin 5af0d249de] to [Bug 2901998]: Inconsistent buffered I/O. Tcl's I/O now f... check-in: e7d7fe409a user: ferrieux tags: core-8-5-branch | |
|
2013-04-30
| ||
| 18:49 | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE become too restrictive again. S... check-in: b15cddcf1f user: andreask tags: trunk | |
| 18:46 | (::platform::LibcVersion): Followup to the 2013-01-30 change. The RE become too restrictive again. S... check-in: d220e04846 user: andreask tags: core-8-5-branch | |
|
2013-04-29
| ||
| 12:34 | Bringing vexpr up to date with the latest trunk. Combining the vexpr patch with my fix to the m4 fi... Closed-Leaf check-in: 728208200b user: hypnotoad tags: hypnotoad-vexpr | |
| 12:31 | Bringing patch up to date with the latest trunk Closed-Leaf check-in: 216aa27e26 user: hypnotoad tags: hypnotoad-prefer-native-8.6 | |
| 09:31 | Improve code generation for [array set] in a common case. check-in: b274b30ee6 user: dkf tags: trunk | |
|
2013-04-26
| ||
| 19:02 | Revisions to the multi-thread arrangments of TclInitSubsystems(). With these changes, the caller of ... check-in: 9cadc9f272 user: dgp tags: bug-3611974 | |
|
2013-04-25
| ||
| 07:40 | merge-mark check-in: f97e93ec09 user: jan.nijtmans tags: trunk | |
| 07:32 | merge-mark check-in: 9f90cb648d user: jan.nijtmans tags: core-8-5-branch | |
|
2013-04-23
| ||
| 14:38 | Eliminate use of NO_WIDE_TYPE everywhere: It's exactly the same as TCL_WIDE_INT_IS_LONG check-in: 579f65acc8 user: jan.nijtmans tags: novem | |
| 14:15 | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj... check-in: 039d46054a user: jan.nijtmans tags: trunk | |
| 13:30 | Split ChangeLog in 3 parts, just as already done on trunk check-in: 8b1287fd4b user: jan.nijtmans tags: core-8-5-branch | |
| 10:39 | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as macros using Tcl_NewIntObj... check-in: fee45978cb user: jan.nijtmans tags: core-8-5-branch | |
|
2013-04-21
| ||
| 21:01 | Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj, Tcl_NewBooleanObj, Tc... check-in: 15c4d2e35f user: jan.nijtmans tags: novem | |
|
2013-04-19
| ||
| 09:49 | merge-mark check-in: 7fb8568b0c user: jan.nijtmans tags: novem | |
| 09:39 | merge trunk Closed-Leaf check-in: 2be1ff116b user: jan.nijtmans tags: more-macros | |
| 09:12 | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-saving) macros around re... check-in: 73c89b805b user: jan.nijtmans tags: trunk | |
| 08:41 | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-saving) macros around re... check-in: d230417e3f user: jan.nijtmans tags: core-8-5-branch | |
|
2013-04-16
| ||
| 20:20 | merge-mark check-in: 5025e53b83 user: dgp tags: trunk | |
| 20:18 | 3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out the variable so we don't mista... check-in: 6c9f37059e user: dgp tags: core-8-5-branch | |
| 17:34 | merge trunk check-in: 03a0f57813 user: dgp tags: bug-2502002 | |
|
2013-04-12
| ||
| 11:31 | merge trunk check-in: c3d77d2f57 user: jan.nijtmans tags: novem | |
| 11:27 | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) f... check-in: 0d1aa1bcb8 user: jan.nijtmans tags: trunk | |
| 11:22 | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack space, is (marginally) f... check-in: 7314d4f7dc user: jan.nijtmans tags: core-8-5-branch | |
|
2013-04-11
| ||
| 21:30 | More progress. NR-enable [interp] and [$slave], completely with invokehidden subcommand. Test suit... check-in: 895289c52a user: dgp tags: bug-2502002 | |
| 19:36 | More revisions let multi-interp test case work, but at cost of panics and segfaults. Pushing the NR... check-in: 21d32f3242 user: dgp tags: bug-2502002 | |
| 15:10 | rebase check-in: f3309c1997 user: jan.nijtmans tags: initsubsystems | |
| 14:39 | New internal routine TclNRInvoke() - NR-enabled path through the machinery behind invokehidden comma... check-in: db2d5a1b57 user: dgp tags: bug-2502002 | |
| 13:35 | merge trunk check-in: 5a1c73c881 user: dgp tags: bug-2502002 | |
| 12:26 | merge mark check-in: 6b78eda9dd user: dgp tags: trunk | |
| 10:18 | rebase check-in: 1ef49d9a0e user: jan.nijtmans tags: initsubsystems | |
|
2013-04-09
| ||
| 20:45 | 3608714 Stop [string replace] refusing to replace empty substrings. check-in: 00e0754b40 user: dgp tags: bug-3608714 | |
| 20:01 | added some test cases, based on bug report check-in: 2bf9b851b9 user: dkf tags: bug-3610404 | |
| 19:04 | Use the double-secret iPtr->lookupNsPtr field to get post-enter-trace re-resolutions of commands don... check-in: 50ca00e10f user: dgp tags: bug-3610404 | |
| 17:46 | First simple-minded attempt at fix. Fixes the demo script. Causes massive test failures. Leaf check-in: 6a70fd9dd8 user: dgp tags: bug-3610383 | |
| 11:06 | merge-mark check-in: 44252ce501 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-04-08
| ||
| 20:29 | fix http package installation check-in: 106daecfca user: jan.nijtmans tags: trunk | |
| 20:07 | 3610026 Stop crash when the number of "colors" in a regular expression overflows a short int. Thank... check-in: f8f456846f user: dgp tags: trunk | |
| 19:59 | 3610026 Stop crash when the number of "colors" in a regular expression overflows a short int. Thank... check-in: a0f071f00b user: dgp tags: core-8-5-branch | |
| 18:11 | Revise TclNREvalObjv so that pre-resolution of the Command by a caller does not force suppression of... check-in: cc11942e49 user: dgp tags: bug-2502002 | |
| 15:58 | Documentation fix. check-in: e3d216f079 user: dgp tags: trunk | |
|
2013-04-05
| ||
| 08:46 | merge trunk check-in: 8647fce932 user: dkf tags: dkf-http-cookies | |
|
2013-04-04
| ||
| 17:18 | merge-mark check-in: a0ad7c4dd4 user: dgp tags: trunk | |
| 17:08 | Allow URLs that don't have a path, but a query, e.g. http://example.com?foo=bar and bump http to 2.... check-in: e47216d06d user: max tags: core-8-5-branch | |
| 15:00 | Bump http to 2.8.7 in the other dozen places as well. check-in: 30ee96e61d user: max tags: trunk | |
| 14:52 | Bump http to 2.8.7 check-in: 6021cc928a user: max tags: trunk | |
| 14:42 | Allow URLs that don't have a path, but a query query, e.g. http://example.com?foo=bar . check-in: a0172365d2 user: max tags: trunk | |
| 07:10 | merge-mark check-in: 269efe1424 user: jan.nijtmans tags: novem | |
| 07:07 | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. check-in: 45d8edf1bb user: jan.nijtmans tags: trunk | |
| 07:03 | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs. check-in: 40cc6d8f3b user: jan.nijtmans tags: core-8-5-branch | |
|
2013-04-03
| ||
| 21:27 | merge trunk check-in: a01b93b18e user: jan.nijtmans tags: more-macros | |
| 21:24 | rebase check-in: b7d15a1a4b user: jan.nijtmans tags: initsubsystems | |
| 21:07 | rebase check-in: 22d20ff38b user: jan.nijtmans tags: win-console-panic | |
| 20:55 | merge trunk check-in: 025e044267 user: jan.nijtmans tags: novem | |
| 20:50 | some more "ignore-glob" patterns check-in: 4783ead091 user: jan.nijtmans tags: trunk | |
| 20:48 | some more "ignore-glob" patterns check-in: ce6095ab91 user: jan.nijtmans tags: core-8-5-branch | |
| 13:27 | merge-mark check-in: 48f5143259 user: jan.nijtmans tags: trunk | |
| 13:26 | [Bug 3205320]: stack space detection defeated by inlining. Now fixed in the cross-compile case as we... check-in: dea7c55032 user: jan.nijtmans tags: core-8-5-branch | |
| 13:15 | merge-mark check-in: 13e5002af4 user: dgp tags: trunk | |
| 13:12 | merge release to 8.5 check-in: 477fb34842 user: dgp tags: core-8-5-branch | |
| 13:12 | rebase increase limit to 26000 characters check-in: 5e330292a6 user: jan.nijtmans tags: win-console-panic | |
| 12:38 | better comments check-in: 78ecb6410c user: jan.nijtmans tags: initsubsystems | |
|
2013-04-02
| ||
| 10:57 | Prevent inlining of StackGrowsDown(), in case of cross-compiling Closed-Leaf check-in: e0c216c183 user: jan.nijtmans tags: prevent-inline | |
|
2013-04-01
| ||
| 21:48 | Use Tcl_InitSubsystems in Tcl_Main macro check-in: 64763c55bf user: jan.nijtmans tags: initsubsystems | |
| 16:45 | initsubsystems check-in: ad3c7bfca4 user: jan.nijtmans tags: initsubsystems | |
|
2013-03-31
| ||
| 22:09 | 2 lines not used any more check-in: f40ca07559 user: jan.nijtmans tags: initsubsystems | |
| 20:27 | Fix Tcl_Main macro check-in: eed03000ed user: jan.nijtmans tags: initsubsystems | |
| 20:17 | Going forward trying to define a better Tcl_InitStubsystems() check-in: f1f393d1f0 user: jan.nijtmans tags: initsubsystems | |
| 19:32 | better leave tclPanic.c as it was check-in: 394d222af4 user: jan.nijtmans tags: win-console-panic | |
| 19:12 | Use more macros in stead of thin wrapper functions. check-in: 3236f03180 user: jan.nijtmans tags: more-macros | |
|
2013-03-30
| ||
| 21:44 | Better Windows console panic proc, still to be TIPped. check-in: 429d0febb3 user: jan.nijtmans tags: win-console-panic | |
|
2013-03-29
| ||
| 15:08 | Redate. Retag RC1. Closed-Leaf check-in: fdc2caede9 user: dgp tags: core-8-5-14, core-8-5-14rc | |
| 13:17 | revert previous 2 commits: Setting argv0 as well is not a good idea. Needs to be worked out further,... Closed-Leaf check-in: 78c782a997 user: jan.nijtmans tags: initsubsystems2 | |
| 12:46 | Always set "argv0", irrespective of the "argc" value. check-in: 6d95830845 user: jan.nijtmans tags: initsubsystems2 | |
| 12:29 | Set the "argv0" variable as well as "argc"/"argv", if specified. This makes Tcl_InitSubsystems set t... check-in: 07ffdd7695 user: jan.nijtmans tags: initsubsystems2 | |
| 10:08 | New version, which takes the TCL_INIT_PANIC flag and the pseudo interpreter stuff out, without losin... check-in: 3ae7bcc7f0 user: jan.nijtmans tags: initsubsystems2 | |
| 07:49 | How would it look like, if the various initializations were split in separate commands? Closed-Leaf check-in: 14318b338f user: jan.nijtmans tags: initsubsystems2-split | |
|
2013-03-28
| ||
| 21:33 | merge trunk check-in: 092350c306 user: jan.nijtmans tags: initsubsystems2 | |
| 20:50 | Demonstrate how the Tcl_Main() macro can use Tcl_InitSubsystems(), as fully equivalent replacement o... Closed-Leaf check-in: c65adb6b19 user: jan.nijtmans tags: initsubsystems2 | |
| 18:31 | Merge 8.5. Tag RC1. check-in: 7acb1cbc6d user: dgp tags: core-8-5-14rc | |
| 14:49 | merge-mark check-in: ab56b33031 user: jan.nijtmans tags: trunk | |
| 14:48 | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no longer necessary. check-in: 12f98a9528 user: jan.nijtmans tags: core-8-5-branch | |
| 11:50 | merge trunk. typo check-in: 77d3c41af0 user: jan.nijtmans tags: initsubsystems2 | |
|
2013-03-27
| ||
| 18:48 | Tolerate NULL interps check-in: 877c8ac162 user: dgp tags: trunk | |
| 15:46 | renumber flag values, improve doc. check-in: 8e182c8395 user: jan.nijtmans tags: initsubsystems2 | |
| 14:13 | merge-mark check-in: 6a633181a3 user: jan.nijtmans tags: trunk | |
| 14:06 | Add dummy (undocumented) TclCanceled function in stub table (not exported as symbol or macro), which... check-in: 6a9ee3273c user: jan.nijtmans tags: core-8-5-branch | |
| 10:49 | merge-mark check-in: 8da6d71781 user: jan.nijtmans tags: trunk | |
| 10:48 | remove unneccessary duplication check-in: 1d94413d32 user: jan.nijtmans tags: core-8-5-branch | |
| 07:51 | Version with all TCL_INIT_CREATE_XXX flags back check-in: b086c08897 user: jan.nijtmans tags: initsubsystems2 | |
|
2013-03-26
| ||
| 18:00 | merge trunk so review patch/diff is smaller check-in: 0dd323deff user: dgp tags: initsubsystems | |
| 15:57 | Looks like TCL_INIT_CUSTOM (previously known as TCL_INIT_STUFF) is not a bad idea at all, provided i... check-in: a89da0d045 user: jan.nijtmans tags: initsubsystems | |
| 13:58 | Add TCL_INIT_STUFF check-in: 2b53c1a5ac user: jan.nijtmans tags: initsubsystems | |
| 10:46 | Don't initialize the encoding subsystem any more in Tcl_InitSubsystems(). check-in: 95b6e24fda user: jan.nijtmans tags: initsubsystems2 | |
| 10:20 | Version having TCL_INIT_PANIC as only Tcl_InitSubsystems() flag check-in: 02bff4de7f user: jan.nijtmans tags: initsubsystems | |
|
2013-03-25
| ||
| 15:00 | TCL_INIT_ENCODINGPATH check-in: 19f0825e7e user: jan.nijtmans tags: initsubsystems | |
|
2013-03-23
| ||
| 20:25 | Update tzdata and release tags check-in: 6d6f2fb7da user: dgp tags: core-8-5-14rc | |
|
2013-03-22
| ||
| 23:08 | Update to tzdata2013b check-in: 2fa10e0214 user: venkat tags: trunk | |
| 23:05 | Update to tzdata2013b check-in: 15d1b83223 user: venkat tags: core-8-5-branch | |
| 16:11 | Tag for release check-in: dbc6cc3964 user: dgp tags: core-8-5-14rc | |
| 14:38 | Eliminate some usage of VOID and its variants. Remove unnecessary #undef's check-in: 173d15f828 user: jan.nijtmans tags: novem | |
| 14:15 | merge trunk check-in: d836fd6c98 user: jan.nijtmans tags: novem | |
| 13:22 | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases ... check-in: 8c696d0203 user: jan.nijtmans tags: trunk | |
| 12:47 | Completed changes. check-in: ca9b2c2617 user: dgp tags: core-8-5-14rc | |
| 11:35 | merge trunk check-in: 7107b724db user: jan.nijtmans tags: initsubsystems | |
| 09:30 | Minor: version number correction. check-in: 9078175c91 user: dkf tags: core-8-5-14rc | |
| 04:18 | changes WIP check-in: 3016bdbab3 user: dgp tags: core-8-5-14rc | |
|
2013-03-21
| ||
| 19:09 | Release branch for Tcl 8.5.14. check-in: bc1ba19e60 user: dgp tags: core-8-5-14rc | |
| 14:56 | merge-mark check-in: 5d80e6de9b user: jan.nijtmans tags: trunk | |
| 14:56 | Tcl 8.5 doesn't have [try] check-in: 1ea74eff23 user: jan.nijtmans tags: core-8-5-branch | |
| 14:45 | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 45e154a241 user: jan.nijtmans tags: trunk | |
| 14:42 | test suite hygiene check-in: 5115309a0d user: dgp tags: trunk | |
| 14:39 | test suite hygiene check-in: 61271524e1 user: dgp tags: core-8-5-branch | |
| 14:35 | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. check-in: 3541de0a97 user: dgp tags: trunk | |
| 14:32 | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 541abadf3e user: jan.nijtmans tags: core-8-5-branch | |
| 14:30 | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test case fCmd-30.3 were backp... check-in: 7985dfa8d7 user: jan.nijtmans tags: core-8-5-branch | |
| 14:28 | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin. check-in: 7a2254a607 user: dgp tags: core-8-5-branch | |
|
2013-03-20
| ||
| 15:39 | Bring forward tests to trunk check-in: 6dc8fe8244 user: dgp tags: trunk | |
| 15:26 | dup test names check-in: 024ec31117 user: dgp tags: core-8-5-branch | |
| 14:10 | merge trunk check-in: 5a5d0ec834 user: mig tags: mig-no280 | |
| 13:41 | Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: d2de88281c user: jan.nijtmans tags: trunk | |
| 13:39 | Slightly more correct: If FindFirstFile() fails, the error should be "no such file or directory" (EN... check-in: 5ed5ec73c0 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-03-19
| ||
| 14:59 | Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: 7eee715c3f user: jan.nijtmans tags: trunk | |
| 14:57 | Handle the (unlikely) case that the file is deleted in between. Suggested by Harald Oehlmann (Thanks... check-in: 2314a4bd26 user: jan.nijtmans tags: core-8-5-branch | |
| 14:39 | 3597000 Consistent [file copy] result. check-in: 64f4ffa382 user: dgp tags: trunk | |
| 14:31 | 3597000 Consistent [file copy] result. check-in: 629ee9f78d user: dgp tags: core-8-5-branch | |
| 13:57 | [Bug 3608360]: Incompatible behaviour of "file exists". check-in: 5567ed9fa5 user: jan.nijtmans tags: trunk | |
| 13:48 | [Bug 2893771]: file stat fails on locked files on win32. check-in: f5ff2ff965 user: jan.nijtmans tags: core-8-5-branch | |
| 13:13 | Test independence in fCmd.test check-in: 207842b573 user: dgp tags: trunk | |
| 13:11 | Test independence in fCmd.test. check-in: a9c03bc5f2 user: dgp tags: core-8-5-branch | |
| 11:55 | Back out bug fix for [Bug 2893771], because it was the cause of the regression. check-in: 61ca003f52 user: jan.nijtmans tags: trunk | |
| 11:48 | Check for wildcards if we've used FindFirstFile inside NativeAccess. Closed-Leaf check-in: 99d56dff4b user: dkf tags: bug-3608360 | |
| 10:18 | [Bug 3606390]: Fix isolation of test string-6.37. check-in: 872241114a user: dkf tags: trunk | |
| 10:16 | [Bug 3606390]: Fix isolation of test string-6.37. check-in: 0d203d42ce user: dkf tags: core-8-5-branch | |
| 10:06 | [Bug 3606387]: Fix isolation of test scan-7.4. check-in: cf4f9480ee user: dkf tags: core-8-5-branch | |
| 10:01 | [Bug 3606387]: Fix isolation of test scan-7.4. Also updated scan.test to use tcltest 2 properly. check-in: 44ed41f429 user: dkf tags: trunk | |
|
2013-03-18
| ||
| 18:37 | Test independence in fileSystem.test check-in: 5db36f952e user: dgp tags: trunk | |
| 18:35 | Test independence in fileSystem.test check-in: bebb15f295 user: dgp tags: core-8-5-branch | |
| 18:00 | Test independence in unixFCmd.test check-in: 704a4f5023 user: dgp tags: trunk | |
| 17:59 | Test independence in unixFCmd.test. check-in: 459474d587 user: dgp tags: core-8-5-branch | |
| 14:30 | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: 4d12cfb47c user: dkf tags: trunk | |
| 14:25 | [Bug 3608360]: Test to make sure we never let [file exists] do globbing. check-in: 28f6af0a75 user: dkf tags: core-8-5-branch | |
| 12:41 | Merging in changes from trunk Closed-Leaf check-in: e580295bc9 user: seandeelywoods tags: hypnotoad-bug-3598385 | |
| 12:38 | Merging with updates from trunk check-in: 0827b509f2 user: seandeelywoods tags: hypnotoad-vexpr | |
| 12:37 | Updating with latest fixes from trunk check-in: e92018c3bf user: seandeelywoods tags: hypnotoad-prefer-native-8.6 | |
|
2013-03-12
| ||
| 12:53 | merge trunk check-in: d78ed2315d user: dgp tags: dgp-refactor | |
| 08:47 | Patch by Andrew Shadura, providing better support for three architectures they have in Debian. check-in: ab91ada793 user: jan.nijtmans tags: trunk | |
| 08:45 | Patch by Andrew Shadura, providing better support for three architectures they have in Debian. check-in: 2544c55254 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-03-11
| ||
| 19:06 | 3606391 trace.test test independence. check-in: 47cb241e14 user: dgp tags: trunk | |
| 19:05 | 3606391 trace.test test independence check-in: b94141ae1d user: dgp tags: core-8-5-branch | |
| 17:40 | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. check-in: 081509f926 user: dgp tags: trunk | |
| 17:37 | Greater protection against double TclFreeObj() calls in TCL_MEM_DEBUG mode. check-in: 3474bcc2db user: dgp tags: core-8-5-branch | |
| 12:55 | 3607246,3607372 Unbalanced refcounts of literals in the global literal table. check-in: c440d13b97 user: dgp tags: trunk | |
| 12:46 | merge trunk check-in: 1ea0f1cce2 user: dgp tags: dgp-literal-reform | |
| 01:42 | Bring over the literal reform ideas. check-in: 6333182519 user: dgp tags: dgp-refactor | |
| 01:38 | merge trunk check-in: 1158364b0d user: dgp tags: dgp-refactor | |
|
2013-03-10
| ||
| 16:13 | Don't scan the whole literal list seeking the one value that can cause a circular reference, when w... check-in: 674a1ecef4 user: dgp tags: dgp-literal-reform | |
| 15:10 | When possible, move literals instead of copying them. check-in: bf1bea5357 user: dgp tags: dgp-literal-reform | |
|
2013-03-08
| ||
| 21:24 | 3607372 Correct literal refcounting. check-in: f1a5efa5f0 user: dgp tags: dgp-literal-reform | |
| 21:14 | 3607372 Correct literal refcounting. Closed-Leaf check-in: 1c1952f439 user: dgp tags: bug-3607372 | |
| 20:57 | msvc compiler warning: signed-unsigned mismatch. check-in: 8af2068174 user: jan.nijtmans tags: trunk | |
| 19:11 | Now change to store a simple array of (Tcl_Obj *) literal values in CompileEnv. WARNING! This will ... check-in: 8d274fcbcf user: dgp tags: dgp-literal-reform | |
| 18:49 | Simplify the TclCreateLiteral() interface. Save the complexity for within tclLiteral.c where it is ... check-in: 9a1eac84fd user: dgp tags: dgp-literal-reform | |
| 01:37 | Restore the optional return of a (LiteralEntry *) by TclCreateLiteral so that refCounts can be incre... check-in: b64e393eac user: dgp tags: dgp-literal-reform | |
|
2013-03-07
| ||
| 22:26 | Restore the "find-only" mode of TclCreateLiteral(). check-in: 75ceac5253 user: dgp tags: dgp-literal-reform | |
| 22:17 | Fix for Bug 3607246 closes the memleaks and stops the panics. check-in: e2a1f97623 user: dgp tags: dgp-literal-reform | |
| 21:30 | Work in progress reworking how literals are stored. First effort is replacing the string based loca... check-in: 8de868a03b user: dgp tags: dgp-literal-reform | |
| 21:16 | Correct unbalanced effect of TclInvalidateCmdLiteral() on the refcounts of literals in the global ta... Closed-Leaf check-in: 03fa2a45da user: dgp tags: bug-3607246 | |
| 04:44 | merge trunk check-in: a9b009d0e5 user: dgp tags: dgp-refactor | |
|
2013-03-06
| ||
| 21:55 | Cleaner error handling in fixempties(). check-in: c769b9bb91 user: dgp tags: trunk | |
| 21:54 | Cleaner error handling in fixempties(). check-in: 8577d952c4 user: dgp tags: core-8-5-branch | |
| 20:54 | merge trunk check-in: 54d0ba332e user: dgp tags: dgp-refactor | |
| 20:50 | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 4d7eba11ad user: dgp tags: trunk | |
| 20:28 | 3604074,3606683 Rewrite of the fixempties() routine (and supporting routines) to completely eliminat... check-in: 71a42e2a9c user: dgp tags: core-8-5-branch | |
| 20:25 | merge trunk Closed-Leaf check-in: 83fa62555b user: dgp tags: bug-3606683 | |
| 20:19 | Rework into Tcl 8.5+ coding style. check-in: e2e917cba4 user: dgp tags: bug-3606683 | |
| 19:56 | merge 8.5 Closed-Leaf check-in: 5ea1084e1e user: dgp tags: bug-3606683-85 | |
| 19:53 | Rework into Tcl 8.5+ coding style. check-in: 6fd3ededf1 user: dgp tags: bug-3606683-85 | |
| 18:10 | Indent reduction in fixempties() check-in: db9ee67ba8 user: dgp tags: bug-3606683 | |
| 18:01 | Indent reduction in fixempties() check-in: cc4f0aada0 user: dgp tags: bug-3606683-85 | |
| 17:33 | Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: ef621551bc user: dgp tags: bug-3606683 | |
| 17:30 | Use flag argument to combine copy(nonempty)* routines into copy* routines. check-in: ee5fff61d9 user: dgp tags: bug-3606683-85 | |
| 16:27 | New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 959e0edb20 user: dgp tags: bug-3606683 | |
| 16:26 | New routine hasnonemptyout() for minor improvement to new fixempties(). check-in: 3c35d0842a user: dgp tags: bug-3606683-85 | |
| 13:41 | merge novem Closed-Leaf check-in: 71ed38908b user: jan.nijtmans tags: novem-remove-va | |
| 13:38 | merge trunk check-in: e15ac1e46b user: jan.nijtmans tags: initsubsystems | |
| 13:37 | merge trunk check-in: 1c0213ef18 user: jan.nijtmans tags: tip-389-impl | |
| 13:16 | merge trunk check-in: abcef2c4ac user: jan.nijtmans tags: novem | |
| 12:26 | Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: da4c323ede user: jan.nijtmans tags: trunk | |
| 12:22 | Add Eclipse .project too check-in: 7da71b436d user: jan.nijtmans tags: core-8-5-branch | |
| 12:19 | Tell fossil and Eclipse that the default eol-convention is LF. Tell fossil which files are binary a... check-in: c1c1f6e24d user: jan.nijtmans tags: core-8-5-branch | |
|
2013-03-05
| ||
| 23:44 | merge trunk check-in: 9b6195c25c user: mig tags: mig-no280 | |
| 22:35 | merge trunk; resolve conflicts check-in: 5e76cf24a8 user: dgp tags: dgp-refactor | |
| 22:13 | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. check-in: b98f550ddf user: dgp tags: trunk | |
| 20:19 | Remove from tclCompile.h declarations used in only one source file. check-in: 0db2298136 user: dgp tags: trunk | |
| 20:16 | Remove from tclCompile.h declarations used in only one source file. check-in: df46919393 user: dgp tags: core-8-5-branch | |
| 19:48 | Remove TclInitCompilation() declaration with no definition. check-in: b2050b3947 user: dgp tags: trunk | |
| 19:44 | Remove TclInitCompilation() declaration with no definition. check-in: 5e46caaf72 user: dgp tags: core-8-5-branch | |
| 18:35 | merge trunk check-in: d1e83b542c user: dgp tags: dgp-refactor | |
| 14:04 | Contributed regexp engine patch from Tom Lane. Backports clean from trunk. check-in: f3d549dc4e user: dgp tags: bug-3606683-85 | |
| 14:01 | Contributed patch from Tom Lane <tgl@users.sf.net>. Rewrites parts of the regexp engine to avoid inf... check-in: 1ac3b956e9 user: dgp tags: bug-3606683 | |
|
2013-03-04
| ||
| 15:41 | merge mark check-in: c3555b23bf user: dgp tags: trunk | |
| 15:40 | merge mark check-in: 86a398db8f user: dgp tags: core-8-5-branch | |
|
2013-03-03
| ||
| 17:58 | unix/configure: regenerated. check-in: 3cbcd8e900 user: jenglish tags: trunk | |
| 17:57 | Unix terminal and serial port I/O: retire obsolete termio and sgtty code, general cleanup. See SF [... check-in: 993c21721a user: joe tags: trunk | |
|
2013-03-02
| ||
| 20:32 | ... which means struct TtyState can be replaced with struct FileState. Closed-Leaf check-in: a0a30dc1e2 user: joe tags: jenglish-termios-cleanup | |
| 20:06 | Member TtyState.savedState set in TtyInit() but never subsequently used. This can go away... check-in: add199644a user: joe tags: jenglish-termios-cleanup | |
| 07:52 | TtyParseMode signature simplification: take single pointer to struct TtyAttrs instead of separate p... check-in: ffc66250fc user: jenglish tags: jenglish-termios-cleanup | |
| 07:30 | More ifdef shuffling: GETREADQUEUE and GETWRITEQEUE always defined, dummy implementations return 0 i... check-in: 5db764042b user: jenglish tags: jenglish-termios-cleanup | |
| 07:22 | Do not use strncasecmp(). It is nonstandard and not portable. Use Tcl_UtfNcasecmp() instead. check-in: ebcb4500bd user: jenglish tags: jenglish-termios-cleanup | |
| 07:19 | Do not use strncasecmp(). It is nonstandard and not portable. Closed-Leaf check-in: 8b86a7d30f user: jenglish tags: jenglish-termios-cleanup | |
|
2013-03-01
| ||
| 23:57 | unix/configure: regenerated. check-in: 7b597d4160 user: jenglish tags: jenglish-termios-cleanup | |
| 23:53 | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests. check-in: 686239894b user: jenglish tags: jenglish-termios-cleanup | |
| 22:52 | merge trunk: check-in: 89b0073ee3 user: dgp tags: dgp-refactor | |
| 21:13 | ifdef shuffling: TIOCMC[GS]ET ioctls are not specified by POSIX, so we can't assume they are present... check-in: b62235d0e5 user: jenglish tags: jenglish-termios-cleanup | |
| 18:47 | [Bug 3606397]: Make test work in isolation, and corrected what was being tested. check-in: 921106e91c user: dkf tags: trunk | |
| 18:33 | [Bug 3606542]: Add missing constraint to test. check-in: 068506d5f1 user: dkf tags: trunk | |
| 18:30 | [Bug 3606542]: Add missing constraint to test. check-in: 13d4bdb8dd user: dkf tags: core-8-5-branch | |
|
2013-02-28
| ||
| 21:52 | TtyGetOptionProc: remove inoperative comment "The string returned by this function is in static sto... check-in: e62e3d1877 user: jenglish tags: jenglish-termios-cleanup | |
| 17:09 | merge trunk check-in: e37a95335b user: dgp tags: dgp-refactor | |
| 17:08 | Revise TclReleaseLiteral() to tolerate a NULL interp argument. Update callers and revise mistaken co... check-in: c192ffaad6 user: dgp tags: trunk | |
| 15:05 | merge trunk check-in: 0c45bc8da1 user: dgp tags: dgp-refactor | |
| 14:19 | fix coroutine-4.6 so that it runs in isolation, [Bug 3606395] check-in: 2c8c39bdf1 user: mig tags: trunk | |
| 13:03 | merge trunk check-in: b357321c05 user: mig tags: mig-no280 | |
| 08:47 | Use more macro's in stead of thin wrapper functions. check-in: 3b51901dfc user: jan.nijtmans tags: more-macros | |
| 08:29 | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. check-in: 03b46ac836 user: jan.nijtmans tags: trunk | |
|
2013-02-27
| ||
| 23:48 | TtyGetBaud(), TtyGetSpeed(): use POSIX speed_t typedef instead of 'unsigned long'. check-in: 332ffa37e6 user: jenglish tags: jenglish-termios-cleanup | |
| 22:30 | Remove IOSTATE facade: it's always a struct termios. check-in: 8ca75fe668 user: jenglish tags: jenglish-termios-cleanup | |
| 22:12 | ifdef reduction - missed a couple spots (#if ... defined(USE_TERMIO)) check-in: 101dfc5395 user: jenglish tags: jenglish-termios-cleanup | |
| 21:09 | ifdef reduction: SUPPORTS_TTY defined if and only if USE_TERMIOS defined. check-in: b63d89e585 user: jenglish tags: jenglish-termios-cleanup | |
| 20:33 | For termios, we never want DIRECT_BAUD; always use the symbolic constants as prescribed by POSIX. check-in: bab772b6a5 user: jenglish tags: jenglish-termios-cleanup | |
| 19:53 | termios cleanup step 1: remove USE_TERMIO and USE_SGTTY conditional sections (mechanical change, don... check-in: 2b1e1359fe user: jenglish tags: jenglish-termios-cleanup | |
| 17:49 | merge trunk check-in: ae24060008 user: dgp tags: dgp-refactor | |
| 17:48 | minor: formatting tweaks in the change log check-in: 95baa65e2e user: dkf tags: trunk | |
| 15:33 | Somewhat tidier, less daunting test. check-in: bb0c2651c0 user: dgp tags: trunk | |
| 15:18 | Somewhat tidier, less daunting test. check-in: 4459688518 user: dgp tags: core-8-5-branch | |
| 13:26 | Wrap test-case over multiple lines check-in: 807251dc1a user: jan.nijtmans tags: trunk | |
| 13:23 | Wrap test-case over multiple lines check-in: 61a68a853a user: jan.nijtmans tags: core-8-5-branch | |
| 12:06 | merge trunk. Implement Tcl_VarTraceInfo and Tcl_UpVar as macro. check-in: fa671b9c4f user: jan.nijtmans tags: novem | |
| 11:42 | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_VarTraceInfo2 conversio... check-in: bc5a4c82f4 user: jan.nijtmans tags: trunk | |
| 08:19 | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: 3cb628fa5e user: jan.nijtmans tags: trunk | |
| 08:12 | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom Lane for providing the ... check-in: 859928772a user: jan.nijtmans tags: core-8-5-branch | |
|
2013-02-26
| ||
| 17:48 | merge trunk check-in: 5cdc56d804 user: dgp tags: dgp-refactor | |
| 17:48 | Remove from tclIO.h structs used only in tclIO.c. check-in: f02d4b5c29 user: dgp tags: trunk | |
| 17:37 | structs *ChannelHandler* GetsState CopyState used only locally. Remove from tclIO.h. check-in: cee6202b4c user: dgp tags: core-8-5-branch | |
| 13:37 | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. check-in: 6186ad3f14 user: dkf tags: trunk | |
| 10:17 | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a setFromAnyProc, create a p... check-in: d6219fccc2 user: jan.nijtmans tags: trunk | |
| 10:15 | Don't panic if Tcl_ConvertToType is called for a type that doesn't have a setFromAnyProc, create a p... check-in: 40f7c0065c user: jan.nijtmans tags: core-8-5-branch | |
|
2013-02-25
| ||
| 18:31 | [Bug 3605721]: Test independence fixes for binary-41.* check-in: 810e56be3c user: dkf tags: trunk | |
| 18:19 | merge trunk check-in: 603ebf1760 user: dgp tags: dgp-refactor | |
| 18:17 | Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct used only locally. ... check-in: c3e51e7bce user: dgp tags: trunk | |
| 18:15 | Repair linked list management in Tcl_DeleteCloseHandler(). CloseCallback struct used only locally. ... check-in: 0998e957ef user: dgp tags: core-8-5-branch | |
| 16:46 | merge trunk check-in: 75efda89ec user: dgp tags: dgp-refactor | |
| 16:41 | LimitHandler struct used only locally. Remove from tclInt.h check-in: bf6457d2fe user: dgp tags: trunk | |
| 16:35 | LimitHandler struct used only locally. Remove from tclInt.h. check-in: c0c7c36496 user: dgp tags: core-8-5-branch | |
| 16:07 | merge novem check-in: 8b01448495 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 16:05 | merge trunk. Unicode 6.3 does not have that many spaces..... check-in: 7087b32fea user: jan.nijtmans tags: novem | |
| 16:05 | merge trunk check-in: 73e2db1b36 user: dgp tags: dgp-refactor | |
| 16:03 | Merge trunk. Unicode 6.3 does not have that many spaces..... check-in: 0e5e775003 user: jan.nijtmans tags: tip-389-impl | |
| 16:00 | Remove unused struct InterpList. check-in: c522399ab8 user: dgp tags: trunk | |
| 15:57 | Remove unused struct InterpList. check-in: 163559dc25 user: dgp tags: core-8-5-branch | |
| 15:45 | Array Search struct used only locally. Remove from tclInt.h. check-in: d37e373c83 user: dgp tags: trunk | |
| 15:37 | ArraySearch struct used only locally. Remove from tclInt.h. check-in: 5983dbd3a0 user: dgp tags: core-8-5-branch | |
| 15:35 | ArraySearch struct used only locally. Remove from tclInt.h. check-in: 0e027e1610 user: dgp tags: dgp-refactor | |
| 14:58 | merge trunk check-in: ee6e67fe2b user: dgp tags: dgp-refactor | |
| 14:55 | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. check-in: c4b02b8c49 user: dgp tags: trunk | |
| 14:54 | 3605719,3605720 Test independence. Thanks Rolf Ade for patches. check-in: c11ede57a1 user: dgp tags: core-8-5-branch | |
| 13:52 | merge trunk. Update all unicode tables to current state of Unicode 6.3 (not released yet) check-in: 2fffdb3621 user: jan.nijtmans tags: novem | |
| 13:49 | merge trunk check-in: 3b77ae7a29 user: dgp tags: dgp-refactor | |
| 13:38 | Merge trunk. Upgrade all tables to Unicode 6.3 (not released yet) check-in: adf88dd045 user: jan.nijtmans tags: tip-389-impl | |
| 13:16 | For Unicode 6.3, mongolian vowel separator (U+180e) is nominated to change character class from Spac... check-in: b553432c31 user: jan.nijtmans tags: trunk | |
|
2013-02-24
| ||
| 21:35 | integrate TIP #414 check-in: ef6717b40a user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 12:17 | merge trunk check-in: 8738bbd988 user: mig tags: mig-no280 | |
|
2013-02-23
| ||
| 20:16 | merge trunk. Comment improvements, styling. check-in: 3f9ac86c63 user: jan.nijtmans tags: initsubsystems | |
| 20:00 | Bug [3599194]: compat/fake-rfc2553.c is broken check-in: 3f470535de user: jan.nijtmans tags: trunk | |
| 11:19 | merge trunk. Simplify dummy "interp" struct. check-in: 10fb5497e9 user: jan.nijtmans tags: initsubsystems | |
| 11:05 | merge novem. Simplify dummy "interp" struct. check-in: 64671da9bd user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 10:54 | merge trunk check-in: f9d20f59a1 user: jan.nijtmans tags: novem | |
| 04:08 | New BA routines _Size() and Copy(). Use BA_AuxData in CompileEnv. check-in: de39cce7e6 user: dgp tags: dgp-refactor | |
|
2013-02-22
| ||
| 19:24 | refactor so that all access to auxDataArrayPtr field are in tclCompile.c. check-in: a5c5bd22d0 user: dgp tags: dgp-refactor | |
| 19:17 | merge trunk check-in: fe0d62b5d5 user: dgp tags: dgp-refactor | |
| 19:10 | unused variables check-in: 0ca3bfd67d user: dgp tags: trunk | |
| 19:05 | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 541899f7c7 user: dgp tags: trunk | |
| 18:54 | Restore the ReleaseCmdWordData cleanup routine from 8.4, to plug very rare memory leak. check-in: a616d4b120 user: dgp tags: core-8-5-branch | |
| 18:26 | Shift more burden of smart cleanup onto the TclFreeCompileEnv() routine. Stop crashes when the hookP... check-in: 06abbd6e02 user: dgp tags: core-8-5-branch | |
| 15:01 | Convert the JumpList stack to storage in a BrodnikArray. check-in: f9fa79b99b user: dgp tags: dgp-refactor | |
| 13:40 | revert unnecessary invalidate string rep check-in: 91133d74f9 user: mig tags: mig-no280 | |
| 13:25 | merge trunk check-in: db7dc35588 user: mig tags: mig-no280 | |
| 13:24 | clear the string rep of bcSrcPtr if it was generated by a trace check-in: 977246ec27 user: mig tags: mig-no280 | |
| 12:01 | fix doc: return value of Tcl_FindExecutable check-in: f29dc113f0 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 11:51 | merge-mark check-in: 8758cf2678 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 09:59 | merge novem check-in: 04a9713437 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 09:41 | Merge trunk. Convert Tcl_UntraceVar to macro, calling Tcl_UntraceVar2 in stead. No change of functi... check-in: ca1773c970 user: jan.nijtmans tags: novem | |
|
2013-02-21
| ||
| 14:49 | Revise [namespace export] to not call Tcl_Export(). This still isn't as nice as one would hope. Wha... check-in: 2cd5f5a56f user: dgp tags: dgp-refactor | |
| 13:04 | merge trunk check-in: 04f150ae38 user: dgp tags: dgp-refactor | |
| 03:24 | 3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: a2b4b773d4 user: dgp tags: trunk | |
| 03:16 | 3605447 Make sure the -clear option to [namespace export] always clears, whether or not new export p... check-in: a238b854d7 user: dgp tags: core-8-5-branch | |
|
2013-02-20
| ||
| 15:04 | merge trunk check-in: 1684a55b42 user: dgp tags: dgp-refactor | |
| 14:51 | Merge trunk. Convert Tcl_SetVar/Tcl_UnsetVar/Tcl_GetVar/Tcl_TraceVar to macros, calling the *2 vari... check-in: badbf86292 user: jan.nijtmans tags: novem | |
| 12:47 | merge trunk. doc improvements check-in: 90fc621127 user: jan.nijtmans tags: initsubsystems | |
| 11:43 | [Bug 3605401]: Compiler error with latest mingw-w64 headers. check-in: 935bea4747 user: jan.nijtmans tags: trunk | |
| 11:40 | [Bug 3605401]: Compiler error with latest mingw-w64 headers. Closed-Leaf check-in: 0db74d9ccc user: jan.nijtmans tags: bug-3605401 | |
| 10:25 | Bug 3605401: Compiler error with latest mingw-w64 headers check-in: d67be824f8 user: jan.nijtmans tags: bug-3605401 | |
|
2013-02-19
| ||
| 19:08 | Store the export pattern list of a Namespace in a Tcl list. Don't use a BrodnikArray. Tcl list is b... check-in: 6e3269c313 user: dgp tags: dgp-refactor | |
| 17:11 | Refactor so all refs to exportArrayPtr field are in tclNamesp.c check-in: f65e7b0320 user: dgp tags: dgp-refactor | |
| 15:47 | Revise Append and Detach ops on BrodnikArray to work with pointers. This makes more data copying opt... check-in: 9215a31935 user: dgp tags: dgp-refactor | |
| 15:46 | merge novem check-in: 28ee40df7e user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 13:22 | merge trunk check-in: 358258bd5f user: dgp tags: dgp-refactor | |
| 13:21 | Merge trunk. Tranform Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult to macros, and remove them... check-in: e216391d96 user: jan.nijtmans tags: novem | |
| 11:36 | Fix bug #2438181: Incorrect error reporting in traces. Test-case and fix provided by Poor Yorick. check-in: 30b7b8d858 user: jan.nijtmans tags: trunk | |
| 10:53 | revert mangling with "code" variable. This caused unrelated var.test failures. check-in: f909ea084e user: jan.nijtmans tags: core-8-5-branch | |
| 10:34 | Fix bug #2438181: Incorrect error reporting in traces. Test-case and fix provided by Poor Yorick. check-in: db3dff4fb2 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-02-17
| ||
| 22:14 | merge trunk Closed-Leaf check-in: b811284fad user: jan.nijtmans tags: better-deprecation | |
| 21:03 | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tclAppInit.c, both UNIX and Win. check-in: c5362b1bbd user: jan.nijtmans tags: trunk | |
| 13:02 | Doc improvements. Use freeProc field of pseudo interpreter to store the magic value. check-in: f95bca8d3c user: jan.nijtmans tags: initsubsystems | |
|
2013-02-15
| ||
| 21:09 | Re-implement TclLog2() as call to TclMSB(). Fix RequirePrecision comments. check-in: f96c55017d user: dgp tags: dgp-refactor | |
| 20:27 | Replace the JumpFixupArray with a BrodnikArray of JumpFixup. check-in: affdb3a496 user: dgp tags: dgp-refactor | |
| 18:51 | Convert the array of CmdLocation in the CompileEnv struct to a BrodnikArray. check-in: 44ba7ef101 user: dgp tags: dgp-refactor | |
| 16:21 | merge trunk check-in: fac0c7fdd6 user: jan.nijtmans tags: novem | |
| 15:34 | merge trunk check-in: 24c3ab2c88 user: dgp tags: dgp-refactor | |
| 15:32 | 3604074 Fix regexp optimization to stop hanging on the expression ((((((((a)*)*)*)*)*)*)*)* . Thank... check-in: d706380005 user: dgp tags: trunk | |
| 15:27 | 3604074 Fix regexp optimization to stop hanging on the expression ((((((((a)*)*)*)*)*)*)*)* . Thank... check-in: d0cc63091a user: dgp tags: core-8-5-branch | |
| 14:41 | merge trunk check-in: 7978262fd5 user: mig tags: mig-no280 | |
| 14:21 | merge trunk: check-in: f95a1f3321 user: dgp tags: dgp-refactor | |
| 13:01 | Eliminate last use of Tcl_SetResult (except the use in the Test suite) Fix depreciation message in t... check-in: 5624da85e3 user: jan.nijtmans tags: trunk | |
| 10:29 | Merge trunk. Move Tcl_InitSubsystems documentation to its own manpage check-in: 2c1aac6d79 user: jan.nijtmans tags: initsubsystems | |
|
2013-02-14
| ||
| 13:49 | merge-mark check-in: 482e6777f0 user: jan.nijtmans tags: trunk | |
| 13:24 | ChangeLog corrected: msgcat issue must not be XP specific check-in: b8b8789444 user: oehhar tags: trunk | |
| 13:23 | ChangeLog corrected: msgcat issue must not be XP specific check-in: 2942ffcba5 user: oehhar tags: core-8-5-branch | |
| 12:11 | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP check-in: a93771b3e5 user: jan.nijtmans tags: trunk | |
| 12:09 | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP check-in: cae0f1fb41 user: jan.nijtmans tags: core-8-5-branch | |
| 11:09 | Finer granulated catch Closed-Leaf check-in: 0c58bdf592 user: oehhar tags: bug-3604576 | |
| 10:11 | merge trunk check-in: 74eea63e68 user: jan.nijtmans tags: initsubsystems | |
| 09:38 | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusive bump to version 1.5.1... check-in: a5b035f3f2 user: jan.nijtmans tags: bug-3604576 | |
| 09:01 | Improve some comments and quoting, no change in functionality. Only check for refCount == 0x6161616... check-in: 37c5e68b61 user: jan.nijtmans tags: trunk | |
| 08:26 | Improve some comments and quoting, no change in functionality check-in: 996d4a85b5 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-02-13
| ||
| 19:31 | Use a Brodnik array for the cache of env variable strings set by Tcl. check-in: f6c5711efa user: dgp tags: dgp-refactor | |
|
2013-02-12
| ||
| 23:21 | merge-mark check-in: d64bd8ab03 user: jan.nijtmans tags: core-8-5-branch | |
| 21:40 | use longValue as internal repr in stead of wideValue. name new type "lindex" in stead of already ex... Closed-Leaf check-in: 36abbd5b57 user: jan.nijtmans tags: no-register-objtypes | |
|
2013-02-11
| ||
| 19:01 | merge trunk check-in: 29af322735 user: dgp tags: dgp-refactor | |
| 15:53 | Still to be TIP'ed. In this branch objTypes are not registered to Tcl any more, and still can do ev... check-in: 271dbffaf7 user: jan.nijtmans tags: no-register-objtypes | |
| 13:50 | merge trunk Leaf check-in: 76befed959 user: mig tags: mig-alloc-reform | |
| 13:48 | fix no-thread build check-in: db817d8d11 user: mig tags: mig-alloc-reform | |
| 10:25 | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions check-in: a80fb8c697 user: jan.nijtmans tags: novem | |
| 09:38 | Merge trunk. Various Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj modifications check-in: 1b58c7107b user: jan.nijtmans tags: novem | |
| 08:57 | Fix [Bug 3603553]. check-in: 58f4f4ca46 user: dkf tags: trunk | |
| 08:54 | Correction to comment in re key buffer size. Closed-Leaf check-in: 7ac67a7adf user: dkf tags: bug-3603553 | |
| 08:11 | [Bug 3603553]: Ensure that data gets written to the underlying stream by compressing transforms when... check-in: 872d5beba0 user: dkf tags: bug-3603553 | |
|
2013-02-10
| ||
| 17:33 | merge trunk check-in: 635340f79c user: mig tags: mig-no280 | |
| 13:26 | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> check-in: 4ef9e63656 user: jan.nijtmans tags: trunk | |
| 13:12 | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. check-in: 7725ffcfef user: jan.nijtmans tags: core-8-5-branch | |
|
2013-02-09
| ||
| 15:33 | merge trunk check-in: 81bad31ec1 user: dgp tags: dgp-refactor | |
| 12:30 | [Bug 3603695]: Change the way that the [oo::object] 'varname' method is implemented so that there ar... check-in: 00a57768c1 user: dkf tags: trunk | |
| 12:25 | Apply a fix for the bug. Passes the test suite now. Closed-Leaf check-in: 42bc12523c user: dkf tags: bug-3603695 | |
|
2013-02-08
| ||
| 15:14 | merge trunk. Simplify Reference struct of tclPreserve.c. check-in: 115adf7562 user: dgp tags: dgp-refactor | |
| 14:07 | characterize bug check-in: c8569983d1 user: dkf tags: bug-3603695 | |
| 13:28 | Merge trunk. Eliminate all usage of internal macros: TclNewIntObj, TclNewBooleanObj, TclSetIntObj, ... check-in: bb4707eb07 user: jan.nijtmans tags: novem | |
| 11:48 | merge trunk check-in: 9af350fd79 user: mig tags: mig-no280 | |
| 09:23 | [3603804]: Improve example to actually be capable of throwing the trapped errors check-in: 2ac1c24629 user: dkf tags: trunk | |
| 01:44 | [3603557]: Increase the maximum depth of recursion used when duplicating an automaton in response to... check-in: 089609bfd8 user: dkf tags: trunk | |
|
2013-02-07
| ||
| 21:27 | Convert tclPreserve.c to use a BrodnikArray of Reference, primarily as a means to test the BrodnikAr... check-in: fb7f9690ef user: dgp tags: dgp-refactor | |
| 17:30 | Convert to macros, parameterized by element type. check-in: 4168aee3eb user: dgp tags: dgp-refactor | |
| 14:24 | merge trunk check-in: 5545001768 user: dgp tags: dgp-refactor | |
| 14:22 | put braces around all macro parameters check-in: 4537584c92 user: jan.nijtmans tags: novem | |
| 13:57 | merge trunk check-in: 74dc2e68f8 user: jan.nijtmans tags: novem | |
| 13:55 | Tcl_InvalidateStringRep -> TclInvalidateStringRep check-in: b0db125f02 user: jan.nijtmans tags: trunk | |
| 13:53 | Tcl_InvalidateStringRep -> TclInvalidateStringRep check-in: c7fb5aa3b9 user: jan.nijtmans tags: core-8-5-branch | |
| 10:15 | merge trunk check-in: 3d2d02771d user: jan.nijtmans tags: novem | |
|
2013-02-06
| ||
| 20:22 | First draft implementation of the BrodnikArray. check-in: e0f6846c68 user: dgp tags: dgp-refactor | |
|
2013-02-05
| ||
| 21:34 | merge trunk check-in: 0b573f25cb user: dgp tags: dgp-refactor | |
| 16:56 | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to be normalized, even when n... check-in: aba7ba3b9f user: dgp tags: trunk | |
| 16:55 | [Bug 3603434] Make sure TclpObjNormalizePath() properly declares "a:/" to be normalized, even when n... check-in: 111464a29c user: dgp tags: core-8-5-branch | |
| 13:55 | merge trunk check-in: 0ae611bce6 user: jan.nijtmans tags: initsubsystems | |
| 13:26 | fix broken lset tests, now all test-cases pass! Closed-Leaf check-in: fd6c05968f user: jan.nijtmans tags: no-shimmer-string-length | |
| 12:37 | Enable "list" optimize, fix cmdIL-1.29 test case check-in: 31e1aab3cd user: jan.nijtmans tags: no-shimmer-string-length | |
| 10:35 | Merge core-8-5-branch. If the string representation is invalidated, the Unicode intRep must be inval... check-in: e24015d79a user: jan.nijtmans tags: no-shimmer-string-length | |
| 09:21 | [3433012]: Added dummy version of TclpLoadMemory to use in the event that a platform thinks it can l... check-in: bf36815647 user: dkf tags: trunk | |
| 09:17 | [Bug 3433012]: Added dummy version of TclpLoadMemory to use in the event that a platform thinks it c... check-in: f8694d903a user: dkf tags: core-8-5-branch | |
|
2013-02-04
| ||
| 22:58 | merge trunk check-in: dbf610a339 user: jan.nijtmans tags: initsubsystems | |
| 22:56 | merge trunk check-in: 4d2d2556fc user: jan.nijtmans tags: novem | |
| 22:02 | merge trunk check-in: 27b32c30cb user: dkf tags: dkf-bytecode-8.6-main | |
| 20:48 | Merge in fix for 3602706 check-in: dff3f1d1e5 user: dgp tags: trunk | |
| 18:51 | Fix for Bug 3602706. check-in: 1e3399e347 user: dgp tags: core-8-5-branch | |
| 18:38 | Cherrypick again. Add test. Closed-Leaf check-in: 19aee948a2 user: dgp tags: bug-3602706 | |
| 18:14 | undo mistaken bits Closed-Leaf check-in: 7aed734c2c user: dgp tags: mig-review | |
| 17:13 | Cherrypick the refcount fixes and comments from mig-review. I also find the revised "createPart2" v... check-in: 1c7e20e653 user: dgp tags: bug-3602706 | |
| 16:51 | Corrections to refcount housekeeping analysis. check-in: bbd77bec11 user: dgp tags: mig-review | |
| 15:49 | merge novem. Some more API changes int -> size_t check-in: abeb8eae61 user: jan.nijtmans tags: novem-more-memory-API | |
| 14:40 | [3603163]: Stop crash in weird case where [eval] is used to make [array set] get confused about whet... check-in: 8426c3a5db user: dkf tags: trunk | |
| 14:30 | [3603163]: Prevent odd crashes in 'eval {array set ...}' check-in: 48c9fc5cdf user: dkf tags: dkf-bytecode-8.6-main | |
| 14:15 | merge trunk check-in: 0439b85bce user: jan.nijtmans tags: novem | |
| 10:51 | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFromAnyProc (except the ca... check-in: af25d8dc8c user: jan.nijtmans tags: trunk | |
|
2013-02-03
| ||
| 17:17 | merge novem check-in: f0ab71bc6c user: jan.nijtmans tags: novem-more-memory-API | |
| 16:07 | merge trunk check-in: 4c05d0f9d9 user: jan.nijtmans tags: initsubsystems | |
| 16:05 | merge trunk check-in: 127b30eda5 user: jan.nijtmans tags: novem | |
| 11:37 | merge core-8-5-branch check-in: 70f410f71f user: jan.nijtmans tags: no-shimmer-string-length | |
| 11:34 | More symmetric Tcl_(Incr|Decr)RefCount call, preventing bugs like #3601260 and #3602706 check-in: fa161ec8b8 user: jan.nijtmans tags: trunk | |
| 11:31 | re-apply [8aca9a8e96], while backporting [d91c86d0da] from trunk. This fixes bugs #3601260 and #3602... check-in: 8e90418421 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-02-01
| ||
| 15:32 | merge trunk check-in: 900671e443 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:46 | merge trunk check-in: 1d3d013041 user: mig tags: mig-no280 | |
| 09:32 | back out 418e8da - removal of one trampoline bounce check-in: a984ce0d62 user: mig tags: mig-no280 | |
| 09:11 | merge trunk check-in: 4e754b12da user: jan.nijtmans tags: initsubsystems | |
| 08:15 | Real bug-fix! Closed-Leaf check-in: aa0c2910c0 user: jan.nijtmans tags: bug-3602706 | |
|
2013-01-31
| ||
| 21:41 | restore memdebug, accidentally broken check-in: cf31c15308 user: mig tags: mig-no280 | |
| 15:04 | cherry-pick [0f098031c3] check-in: 3a2f83fa6f user: jan.nijtmans tags: bug-3602706 | |
| 14:57 | Branch for fixing 3602706 check-in: 895132af47 user: dgp tags: bug-3602706 | |
| 13:52 | Bug [3598282]: Stop using installData.tcl to install the timezone files. check-in: 0f098031c3 user: stwo tags: core-8-5-branch | |
| 13:50 | Bug [3598282]: Stop using installData.tcl to install the timezone files. check-in: 70995bd619 user: stwo tags: trunk | |
| 11:41 | Merge core-8-5-branch. Optimize tclCmdNameType the same way. check-in: b4cdb58176 user: jan.nijtmans tags: no-shimmer-string-length | |
| 10:32 | merge-mark check-in: d582535bcc user: jan.nijtmans tags: trunk | |
| 10:31 | merge core-8-5-branch check-in: f9be79d941 user: jan.nijtmans tags: trunk | |
| 09:49 | Fix bug #3601260 and #3602706 by reverting [8aca9a8e96]. This gives time to investigate the issue wi... check-in: 703a29ceb2 user: jan.nijtmans tags: core-8-5-branch | |
| 09:42 | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly the same field, but it al... check-in: 17354de1e8 user: jan.nijtmans tags: core-8-5-branch | |
| 07:56 | Merge trunk Handle caching of string intRep in more internal objTypes check-in: c5f0ac6cc3 user: jan.nijtmans tags: no-shimmer-string-length | |
| 05:17 | merge trunk Leaf check-in: 6ea5f2ccf9 user: dgp tags: contrib-patrick-fradin-code-cleanup | |
| 04:34 | For traces and embedding support, select modernizations from Patrick Fradin. check-in: d36209124c user: dgp tags: trunk | |
| 04:29 | For embedding support, select modernizations from Patrick Fradin check-in: ee70052c43 user: dgp tags: core-8-5-branch | |
| 04:14 | merge trunk check-in: 1eee93abda user: dgp tags: dgp-refactor | |
| 04:07 | Better testevent cleanup and event loop management check-in: f28e0cda05 user: dgp tags: trunk | |
|
2013-01-30
| ||
| 22:40 | Remove old vars and tests, now unused, one that collides with tcltest. check-in: 744155fc38 user: dgp tags: trunk | |
| 22:08 | missing testevent delete check-in: 5942243a74 user: dgp tags: trunk | |
| 21:34 | For traces, select modernizations from Patrick Fradlin. check-in: 8062ae03bd user: dgp tags: core-8-5-branch | |
| 20:51 | For Parse/eval & msgcat, select modernizations from Patrick Fradin + -debug fix check-in: 886f2784c1 user: dgp tags: trunk | |
| 20:49 | For msgcat, select modernizations from Patrick Fradin + -debug fix. check-in: 927b8c4de9 user: dgp tags: core-8-5-branch | |
| 20:42 | For Parse/eval, select modernizations from Patrick Fradin. check-in: 529efda549 user: dgp tags: core-8-5-branch | |
| 20:11 | merge trunk check-in: 49cb04bef0 user: mig tags: mig-no280 | |
| 19:27 | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting the version to avoid issues w... check-in: cc69dcd0b5 user: andreask tags: trunk | |
| 19:18 | (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extracting the version to avoid issues w... check-in: e70b932ea4 user: andreask tags: core-8-5-branch | |
| 19:00 | For [package] etc., select modernizations from Patrick Fradin. check-in: 29a8e457d4 user: dgp tags: trunk | |
| 18:58 | For [package] etc., select modernizations from Patrick Fradin. check-in: e7ef315c2f user: dgp tags: core-8-5-branch | |
| 17:58 | In the script library, selected modernizations from Patrick Fradin. check-in: e2850774ab user: dgp tags: trunk | |
| 17:46 | In the script library, selected modernizations from Patrick Fradin. check-in: df3aac7d79 user: dgp tags: core-8-5-branch | |
| 17:22 | More improvements found browsing tcltest check-in: b1b77002f4 user: dgp tags: trunk | |
| 17:15 | More improvements found browsing tcltest. check-in: 38058afdf7 user: dgp tags: core-8-5-branch | |
| 16:52 | Fradin improvements in test suite too check-in: 71b3eaddaa user: dgp tags: trunk | |
| 16:51 | Fradin improvements in test suite too. check-in: 43a0a934b5 user: dgp tags: core-8-5-branch | |
| 16:34 | For tcltest, selected modernizations and style improvements from Patrick Fradin. check-in: 5a6e2b64fd user: dgp tags: trunk | |
| 16:27 | For tcltest, selected modernizations and style improvements from Patrick Fradin. check-in: 1209ebb68f user: dgp tags: core-8-5-branch | |
| 08:19 | merge changes from trunk Closed-Leaf check-in: fc2438ef5f user: dkf tags: novem-no-startcmd | |
| 07:30 | more style enforcement check-in: 4fbe0cedaf user: dkf tags: novem-no-startcmd | |
|
2013-01-29
| ||
| 20:03 | For MSVC 7+, attempt to use _BitScanReverse* for better assembly. Untested. check-in: a182522c9a user: dgp tags: dgp-refactor | |
| 19:20 | For gcc 3.4+, use __builtin_clzll for better assembly code results. check-in: 5e69b62a21 user: dgp tags: dgp-refactor | |
| 18:54 | passes testsuite, should be ever-so-slightly faster ... opinion? Closed-Leaf check-in: 977ea3f1c7 user: mig tags: dkf-review | |
| 17:50 | empty, to jump over mistake check-in: 2004d228c6 user: mig tags: trunk | |
| 11:53 | Prevent shimmering of "byte length" for ByteArray, Dict and List objs, by keeping the string interna... check-in: 621e03a369 user: jan.nijtmans tags: no-shimmer-string-length | |
| 10:46 | Change core to use repr->twoPtrValue.ptr1 in stead of repr->otherValuePtr (which is exactly the same... check-in: 4918a10d3d user: jan.nijtmans tags: no-shimmer-string-length | |
| 09:26 | merge removal of one trampoline bounce in 'mig-retest' check-in: 418e8da991 user: mig tags: mig-no280 | |
| 09:24 | Remove one trampoline bounce in EvalObjv. Leaf check-in: 6201c0ec53 user: mig tags: mig-retest | |
| 08:14 | merge trunk check-in: 548bf19900 user: jan.nijtmans tags: novem | |
| 03:27 | typos check-in: 59b8b01501 user: dgp tags: dgp-refactor | |
|
2013-01-28
| ||
| 22:27 | Make test suite coverage more sensible. check-in: 4ed3793bf0 user: dgp tags: dgp-refactor | |
| 20:52 | merge trunk check-in: 9bba578a45 user: mig tags: mig-no280 | |
| 19:39 | Rework the comments for accuracy and clarity. Make some simplifications. check-in: a4a46a4167 user: dgp tags: dgp-refactor | |
| 17:40 | merge trunk check-in: f892643b53 user: dgp tags: dgp-refactor | |
| 17:34 | remove unused var check-in: 1fd5a134cd user: dgp tags: dgp-refactor | |
| 15:16 | Improve code generation for some ensemble subcommands in cases where full compilation is impossible ... check-in: c8a255c3f3 user: dkf tags: trunk | |
| 11:43 | More extensive use of the techniques to improve other edge cases in ensemble compilation. check-in: 6c2a113fcb user: dkf tags: dkf-bytecode-8.6-main | |
| 01:27 | Slightly better compilation of some [array] cases. check-in: cb37eebca5 user: dkf tags: dkf-bytecode-8.6-main | |
| 00:57 | merge trunk check-in: fbec850cdd user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-01-27
| ||
| 23:38 | New experiment (ended), regarding non-shimmering "string length" Closed-Leaf check-in: 9b7ff4b901 user: jan.nijtmans tags: novem-no-shimmer-string-length | |
|
2013-01-26
| ||
| 20:06 | merge trunk check-in: f330dcdf6f user: dgp tags: dgp-refactor | |
| 17:04 | merge trunk check-in: e910becf4c user: jan.nijtmans tags: initsubsystems | |
| 16:55 | [Bug 3601804]: platformCPUID segmentation fault on Darwin check-in: e6f01c28bd user: jan.nijtmans tags: trunk | |
| 16:53 | [Bug 3601804]: platformCPUID segmentation fault on Darwin check-in: 2be066838a user: jan.nijtmans tags: core-8-5-branch | |
| 16:11 | macros for Tcl_GetString and Tcl_GetStringFromObj check-in: 7845d6854d user: jan.nijtmans tags: novem-more-memory-API | |
| 05:06 | Redo the 64-bit TclMSB() using 8 bit blocks instead of 9 bit blocks. check-in: e49632d725 user: dgp tags: dgp-refactor | |
| 00:45 | merge trunk doc improvements check-in: 77f930df2e user: jan.nijtmans tags: initsubsystems | |
|
2013-01-25
| ||
| 23:38 | merge novem check-in: 6d83b97710 user: jan.nijtmans tags: novem-more-memory-API | |
| 21:56 | Repair the 64-bit TclMSB() to correct for the surprising behavior of the C rightshift operator. check-in: 197eda1d0c user: dgp tags: dgp-refactor | |
| 21:02 | Variable and code lines reduction of 32-bit TclMSB() keeping correctness. check-in: 86a362410e user: dgp tags: dgp-refactor | |
| 20:19 | Fix the 32-bit version of TclMSB() by correcting flaws in the compress step. check-in: dfbb214954 user: dgp tags: dgp-refactor | |
| 18:48 | merge trunk check-in: 11c27b3886 user: mig tags: mig-no280 | |
| 18:47 | remove unused code check-in: a55a37a15b user: mig tags: trunk | |
| 17:18 | Testing command and (some) tests for TclMSB(). check-in: 04e0787dbb user: dgp tags: dgp-refactor | |
| 15:53 | merge trunk check-in: 73a8288593 user: dgp tags: dgp-refactor | |
| 13:18 | merge trunk check-in: 9a6483315f user: mig tags: mig-no280 | |
| 13:14 | merge trunk check-in: cc31429de1 user: jan.nijtmans tags: novem | |
| 13:12 | merge trunk check-in: 03ea4f0870 user: jan.nijtmans tags: initsubsystems | |
| 13:07 | Another memory leak, and one Tcl_Free -> ckfree check-in: 248353f6a6 user: jan.nijtmans tags: trunk | |
| 13:07 | Another memory leak, and one Tcl_Free -> ckfree check-in: 479be4881a user: jan.nijtmans tags: initsubsystems | |
| 12:58 | merge trunk Add -Wwrite-strings to compiler options, so we can guarantee correct "const" usage. check-in: b23d78bcae user: jan.nijtmans tags: novem | |
| 11:53 | fix minor memory leak check-in: b8a82c3fd7 user: jan.nijtmans tags: trunk | |
| 11:48 | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cyg... check-in: 12d1dbc8af user: jan.nijtmans tags: trunk | |
| 11:45 | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo Fix "make test-packages" on cyg... check-in: 199cbbfcdb user: jan.nijtmans tags: initsubsystems | |
| 10:04 | merge novem. Some more fixes. Closed-Leaf check-in: 0d1a1f9a92 user: jan.nijtmans tags: novem-unversioned-stub | |
| 09:12 | Merge trunk Rename TclInitStubs back to Tcl_InitStubs, for easier compatibility with Tcl 8. check-in: f2fa121e89 user: jan.nijtmans tags: novem | |
|
2013-01-24
| ||
| 22:02 | new version of cpuid, which doesn't use the edi register any more. Hopefully that works better on so... check-in: 08080f56f1 user: jan.nijtmans tags: trunk | |
| 22:01 | new version of cpuid, which doesn't use the edi register any more. Hopefully that works better on so... check-in: 8750be345c user: jan.nijtmans tags: core-8-5-branch | |
| 21:31 | revert [8e83219e38]: it doesn't work on i386 check-in: 16e86f8613 user: jan.nijtmans tags: trunk | |
| 21:30 | TclMSB(): First draft of 32-bit implementation. Untested. check-in: efac7801c5 user: dgp tags: dgp-refactor | |
| 21:29 | revert [f3509c3d35]: it doesn't work on i386 check-in: 5aa72128a9 user: jan.nijtmans tags: core-8-5-branch | |
| 21:04 | merge trunk check-in: ca479183a2 user: dgp tags: dgp-refactor | |
| 20:46 | Silence some compiler warnings. check-in: cd00ede986 user: dgp tags: trunk | |
| 20:25 | Bug 3599789: Proposed fix by Serg G. Brester Closed-Leaf check-in: dc427c5f49 user: jan.nijtmans tags: bug-3599789 | |
| 19:09 | Silence come compiler warnings. check-in: 846d6d7575 user: dgp tags: core-8-5-branch | |
| 18:38 | Protect 32-bit systems, and satisfy a cranky old compiler. check-in: d6738af392 user: dgp tags: dgp-refactor | |
| 15:14 | New file, tclBrodnik.c, to hold a dynamic array implementation. New routine TclMSB() to compute trun... check-in: 4dca221eb8 user: dgp tags: dgp-refactor | |
| 14:56 | merge core-8-5-branch Closed-Leaf check-in: ae2e423023 user: jan.nijtmans tags: bug-3601260 | |
| 10:37 | Convert Tcl_GetIndexFromObj implementation to macro check-in: 039696e2d8 user: jan.nijtmans tags: novem | |
| 08:22 | Simplify STRING_AT macro. Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or ... check-in: 4d66f17ddb user: jan.nijtmans tags: trunk | |
| 08:05 | Simplify STRING_AT macro. Protect Tcl_GetIndexFromObjStruct from invalid "offset" values, like 0 or ... check-in: 8d90ad34d1 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-23
| ||
| 16:58 | merge trunk check-in: 71bd53c7b0 user: dgp tags: dgp-refactor | |
| 16:38 | close fork check-in: 66791937a9 user: dgp tags: dgp-refactor | |
| 14:11 | merge trunk check-in: da179330ed user: jan.nijtmans tags: novem | |
| 14:04 | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. check-in: b242bb3e4b user: jan.nijtmans tags: trunk | |
| 13:57 | fix leak (not present in trunk) check-in: 8419c6aaa5 user: mig tags: mig-no280 | |
| 11:12 | (Experiment) [string length] which does not shimmer any more. Closed-Leaf check-in: 44514b9586 user: jan.nijtmans tags: no-shimmer-string-length | |
| 09:03 | Fix [2911139]: connect asynchronously, but without unnecessary internal waits. check-in: 5562d8bc15 user: dkf tags: core-8-5-branch | |
|
2013-01-22
| ||
| 22:53 | Now really fix test-case http-4.14 Closed-Leaf check-in: 1bbf0da818 user: jan.nijtmans tags: bug-2911139 | |
| 21:58 | Bug [3601804]: platformCPUID segmentation fault on Darwin check-in: 8e83219e38 user: jan.nijtmans tags: trunk | |
| 21:57 | Bug [3601804]: platformCPUID segmentation fault on Darwin check-in: f3509c3d35 user: jan.nijtmans tags: core-8-5-branch | |
| 19:24 | Contribution by Patrick Fradin <patrick.fradin@planar.com> Quoting his mail: <pre> ================... check-in: d801822907 user: andreask tags: contrib-patrick-fradin-code-cleanup | |
| 08:16 | Fix test-case http-4.14 check-in: a34d23182d user: jan.nijtmans tags: bug-2911139 | |
|
2013-01-21
| ||
| 22:44 | Make it work on mingw as well check-in: 7e7515a079 user: jan.nijtmans tags: novem-bug-3598300 | |
| 18:27 | remove tip348: errorstack check-in: 68ed8e9957 user: mig tags: mig-no280 | |
| 18:20 | remove stray tip280 remains check-in: de246d2083 user: mig tags: mig-no280 | |
| 18:17 | merge trunk, keep no280 "pure" check-in: cd71689178 user: mig tags: mig-no280 | |
| 16:27 | merge trunk. rename TclInitStubs to Tcl_InitStubs, so tclStubLibCompat.c is no longer necessary check-in: a102833ac9 user: jan.nijtmans tags: novem-unversioned-stub | |
| 13:56 | merge trunk check-in: bfce21f368 user: jan.nijtmans tags: initsubsystems | |
| 13:52 | merge-mark check-in: 73eaab6e6c user: jan.nijtmans tags: novem | |
| 13:51 | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so extensions using this (like... check-in: 84256abd0c user: jan.nijtmans tags: trunk | |
|
2013-01-19
| ||
| 22:25 | merge main 8.5 branch check-in: b1d119dd70 user: dkf tags: bug-2911139 | |
| 22:19 | win32/win64/cygwin follow-up: change Tcl_StatBuf from _stat32i64 to __stat64 check-in: b7e5cc2b82 user: jan.nijtmans tags: novem-bug-3598300 | |
| 18:50 | Attempt for better approach fixing bug 3598300 on OSX. It is binary incompatible, so it can only be ... check-in: c0d528ca3c user: jan.nijtmans tags: novem-bug-3598300 | |
| 18:28 | merge trunk check-in: f7a92b1cbd user: jan.nijtmans tags: novem | |
| 17:49 | fix Bug 3598300 on MacOSX too check-in: 590472b443 user: jan.nijtmans tags: trunk | |
| 17:48 | fix Bug 3598300 on MacOSX too check-in: db771d0a61 user: jan.nijtmans tags: core-8-5-branch | |
| 17:02 | Merging in changes from TRUNK check-in: 920d263867 user: seandeelywoods tags: hypnotoad-vexpr | |
| 13:36 | merge trunk check-in: a33431908c user: dgp tags: dgp-pkg-migration | |
| 04:02 | isolate the compiler/engine subsystem - preparing to move them out of generic and permit plugging in... Closed-Leaf check-in: 563e43ef46 user: mig tags: mig-no280-mistake | |
|
2013-01-18
| ||
| 17:13 | merge no280, empty Leaf check-in: 20a97c9cf6 user: mig tags: mig-strip-brutal | |
| 17:11 | remove stray tip280 remains Closed-Leaf check-in: 0e374a646e user: mig tags: mig-no280 | |
| 16:18 | Rework copyright parsing logic to handle a wider variety of name and date formats check-in: 77d5743f56 user: twylite tags: bug-3600058-td | |
| 16:16 | Fix handling of text lines starting with a period (they could be confused with directives). Fix hand... check-in: a5f6a91d6e user: twylite tags: bug-3600058-td | |
| 15:07 | Proposed solution for Bug 3598300 on MacOSX Closed-Leaf check-in: 51d35815e9 user: jan.nijtmans tags: bug-3598300 | |
| 14:44 | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. (with an exception for OSX, for now) check-in: 992ef8a601 user: jan.nijtmans tags: trunk | |
| 14:30 | ... and fix cygwin build check-in: 6ad2f4f258 user: jan.nijtmans tags: core-8-5-branch | |
| 14:19 | Send status messages to ::STATUSOUT (default stdout) and warnings/errors to stderr. Fix LF in messag... check-in: 5ae21c0da6 user: twylite tags: bug-3600058-td | |
| 13:58 | [Bug 3598300]: unix: tcl.h does not include sys/stat.h. (with an exception for OSX, for now) check-in: 85097cd14e user: jan.nijtmans tags: core-8-5-branch | |
| 13:54 | Merge frq-3599786 into bug-3600058-td to handle interrelated changes check-in: 0be80a1464 user: twylite tags: bug-3600058-td | |
| 01:56 | removing interp-wide shared literals (see also branch novem-purge-literals) check-in: 58e15f85c8 user: mig tags: mig-strip-brutal | |
|
2013-01-17
| ||
| 22:28 | Convert Tcl_Eval and Tcl_GlobalEval to a macro check-in: 159cb7db17 user: jan.nijtmans tags: novem | |
| 16:41 | Branch to investigate what happens when we no longer maintain shared literal tables. First checkin ... check-in: 739fe7ea28 user: dgp tags: novem-purge-literals | |
| 16:32 | merge trunk check-in: 3c4edc83aa user: dgp tags: novem | |
| 16:24 | add/remove files from incomplete commit check-in: 73dd0e6336 user: mig tags: mig-strip-brutal | |
| 16:18 | more removals, more separation of concerns: destruction almost complete TEBC now almost split in tw... check-in: ee6fe20b03 user: mig tags: mig-strip-brutal | |
| 15:46 | merge check-in: 22a269a657 user: mig tags: mig-strip-brutal | |
| 15:35 | merge trunk check-in: 236305ce7d user: mig tags: mig-no280 | |
| 15:13 | COMPILE_DEBUG big: fix bug in stack verification for {*} check-in: 187e70fc60 user: mig tags: trunk | |
| 15:08 | [3600328]: Fix problems caused by buggy [array] compilation inside a buggy ensemble compilation (whi... check-in: 44fc0c6d46 user: dkf tags: trunk | |
| 14:56 | Bug 3601260: Reverting [8aca9a8e96] fixes it. check-in: 10b2640e48 user: jan.nijtmans tags: bug-3601260 | |
| 13:46 | merge trunk Closed-Leaf check-in: 53b13e69d1 user: dkf tags: bug-3600328 | |
| 13:29 | Proposed fix, by kakaroto, for Bug 2911139: http::geturl abuses vwait on async call check-in: c2dabc4396 user: jan.nijtmans tags: bug-2911139 | |
| 09:12 | As minimal a fix for the issues with [3598300] as I can make. Closed-Leaf check-in: 80f892227c user: dkf tags: minimal-fix-for-3598300-problems | |
| 08:38 | revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sy... check-in: a1d2456c70 user: jan.nijtmans tags: trunk | |
| 08:28 | revert [8abba84224], and make sure that every source file that uses Tcl_StatBuf has an "#include <sy... check-in: 38228c7569 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-16
| ||
| 14:16 | merge trunk check-in: b0cc155cb9 user: dkf tags: bug-3600328 | |
| 11:01 | [Bug 3601086]: Register zlib config as iso8859-1 (a superset of ascii) as that is an encoding we gua... check-in: 6fbfcdadfe user: dkf tags: trunk | |
| 09:58 | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default. Define Tcl_EvalO... check-in: e227db0bcb user: jan.nijtmans tags: trunk | |
| 09:17 | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by default. Define Tcl_EvalO... check-in: acce59a015 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-15
| ||
| 23:54 | missing file check-in: 912cd908fe user: mig tags: mig-strip-brutal | |
| 23:08 | TEBC is almost gone, down to 44 insts mostly for math. No commands are compiled, all (including [set... check-in: da8004af56 user: mig tags: mig-strip-brutal | |
| 22:57 | adding back the docs and changes, now that the novem mess is (mostly?) cleaned check-in: d7a9910dd3 user: mig tags: mig-strip-brutal | |
| 21:06 | [Bug 3598300]: unix: tcl.h does not include sys/stat.h check-in: 71141a7657 user: jan.nijtmans tags: trunk | |
| 19:46 | merge trunk check-in: ece0938d6c user: mig tags: mig-no280 | |
| 19:37 | peephole INST_START_CMD before entering the big switch in tebc check-in: 832a1994c7 user: mig tags: trunk | |
| 19:35 | merge trunk Closed-Leaf check-in: 9842555cd9 user: mig tags: ISC-peephole | |
| 19:26 | remove [4522b11989], it breaks the build on linux check-in: f00093f08c user: mig tags: trunk | |
| 17:32 | [Bug 3598300]: unix: tcl.h does not include sys/stat.h check-in: 8abba84224 user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-14
| ||
| 21:22 | Even more List-like alternative redesign to fix Bug 1884496. check-in: b4d6d76edc user: dgp tags: dgp-refactor | |
| 20:13 | More flexible search for win32 tclConfig.sh, backported from TEA (not actually used in Tcl, only for... check-in: 1f2c54d30c user: jan.nijtmans tags: core-8-5-branch | |
| 20:01 | fake merge: sync check-in: 1b1677cb97 user: mig tags: mig-strip-brutal | |
| 20:00 | merge check-in: 06ef021f40 user: mig tags: mig-strip-brutal | |
| 19:56 | merge trunk remove some EXTERN and CONST usages in tclUnixPort.h Closed-Leaf check-in: d05def2132 user: jan.nijtmans tags: bug-3598300 | |
| 19:42 | merge trunk check-in: f0d9025358 user: mig tags: mig-no280 | |
| 19:11 | backout novem - merges are noisy enough as it is check-in: 370629d5e7 user: mig tags: mig-strip-brutal | |
| 18:02 | update INCOMPATIBILITIES check-in: add96adf79 user: mig tags: mig-strip-brutal | |
| 18:00 | removing "uninteresting" files (doc, Changelog) to reduce merge conflicts check-in: e6c519de83 user: mig tags: mig-strip-brutal | |
| 15:23 | forgot two #undef's check-in: e643c0a9c3 user: jan.nijtmans tags: trunk | |
| 15:19 | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using this, compiled against ... check-in: 159d19e85b user: jan.nijtmans tags: trunk | |
| 15:04 | *** CLOSED *** the code lives in the newer version of the branch merge trunk Closed-Leaf check-in: cc8466e440 user: mig tags: mig-nre-mods | |
| 15:01 | merge trunk check-in: 92db875654 user: mig tags: mig-alloc-reform | |
| 12:14 | remove tip348: errorstack check-in: 9d2ae9006e user: mig tags: mig-no280 | |
| 11:00 | remove tip348: errorstack check-in: a5fe7b7d06 user: mig tags: mig-strip-brutal | |
| 08:32 | merge trunk via no280 check-in: 3ff2f11b3b user: mig tags: mig-strip-brutal | |
| 08:11 | merge trunk check-in: e0f3a4b292 user: mig tags: mig-no280 | |
|
2013-01-13
| ||
| 23:26 | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c (from mig-review) check-in: 34c7f786b2 user: mig tags: trunk | |
| 23:15 | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c (from mig-review) check-in: 8aca9a8e96 user: mig tags: core-8-5-branch | |
| 18:12 | Clarify readable fileevent "false positives" in the case of multibyte encodings/transforms [Bug 3436... check-in: 1b05bdee42 user: ferrieux tags: trunk | |
| 09:13 | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are taken from the public stu... check-in: 7a46d6fb7a user: jan.nijtmans tags: trunk | |
| 09:04 | If TCL_NO_DEPRECATED is defined, make sure that TIP #139 functions all are taken from the public stu... check-in: 4c2509336a user: jan.nijtmans tags: core-8-5-branch | |
|
2013-01-12
| ||
| 22:23 | merge trunk Remove various double-defined (both in public and private stub tables) functions from pr... check-in: 93807ff0cd user: jan.nijtmans tags: novem | |
| 21:57 | Put back TclBackgroundException in internal stub table, so extensions using this, compiled against 8... check-in: 10413f8ec8 user: jan.nijtmans tags: trunk | |
| 18:32 | Decouple (List-like) TokenArray intreps from parent object to avoid pull-the-rug shimmering effects ... check-in: 86e21dd01d user: ferrieux tags: dgp-refactor | |
| 10:53 | discouraging the compiler from re-reading *pc in the peephole loop, part2 (any diff?) check-in: 6a87d68046 user: mig tags: ISC-peephole | |
| 10:49 | discouraging the compiler from re-reading *pc in the peephole loop check-in: aca39f9669 user: mig tags: ISC-peephole | |
| 10:14 | even better ... or so I hope: also inlining INST_PUSH1 in the peephole, checking for ISC after LOAD1... check-in: e8fdf6d26b user: mig tags: ISC-peephole | |
|
2013-01-11
| ||
| 23:29 | merge trunk check-in: 8fc1e382f6 user: mig tags: ISC-peephole | |
| 21:16 | better comments check-in: 7299843751 user: mig tags: ISC-peephole | |
| 18:05 | fix for consecutive ISC (produced by [while 1 {...}) check-in: eae6510cde user: mig tags: ISC-peephole | |
| 17:33 | merge trunk check-in: af6f7ab078 user: dgp tags: dgp-refactor | |
| 17:27 | Test for Bug 1884496 (not buggy on trunk). check-in: ebc33b0d1d user: dgp tags: trunk | |
| 15:37 | testing a cheaper(?) INST_START_COMMAND check-in: c718302fca user: mig tags: ISC-peephole | |
| 14:15 | merge trunk check-in: d8848dae5b user: dkf tags: bug-3600328 | |
| 14:04 | First attempt at fixing problems caused by [array set] inside [namespace eval], which caused partial... check-in: aa3b9c941a user: dkf tags: bug-3600328 | |
| 13:03 | merges check-in: a737d88683 user: mig tags: mig-strip-brutal | |
| 12:45 | merge trunk check-in: e1fc074fec user: mig tags: mig-no280 | |
| 12:43 | merge trunk check-in: 75b83898e5 user: mig tags: mig-nre-mods | |
| 12:43 | merge trunk check-in: 82f56635d2 user: mig tags: mig-alloc-reform | |
| 12:42 | Name functions according to 'what' instead of 'how' in the [tailcall] machinery, in view of making p... check-in: 436a4cdd32 user: mig tags: trunk | |
|
2013-01-10
| ||
| 21:44 | merge mig-nre-mods check-in: 0968a8dae3 user: mig tags: mig-no280 | |
| 21:39 | bring in improvs from trunk check-in: b6343c1d9f user: mig tags: mig-nre-mods | |
| 21:18 | tailcall now running in a simpler model, with no eval-flags and no nre-stack rewriting; yieldto also... check-in: 7bbaefb54f user: mig tags: trunk | |
| 20:43 | tailcall now running in a simpler model, with no eval-flags and no nre-stack rewriting. check-in: ab22e6199f user: mig tags: mig-nre-mods | |
| 20:28 | merge trunk check-in: 2f274ed277 user: mig tags: mig-nre-mods | |
| 19:04 | merge trunk check-in: c8969e4cd8 user: mig tags: mig-alloc-reform | |
| 18:36 | merge trunk check-in: 68d60b33f1 user: dgp tags: dgp-refactor | |
| 18:17 | fix off-by-one error introduced in bd7d7a2061 check-in: 6547cc9e7b user: mig tags: trunk | |
| 17:22 | Merge trunk through conflict-free, failure-free checkins. check-in: 4c9fad4837 user: dgp tags: dgp-refactor | |
| 11:45 | Remove TclWinNToHS, it is not used anywhere any more. check-in: d02d0e8a9b user: jan.nijtmans tags: novem | |
| 11:31 | merge novem check-in: 01d6d91b04 user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:04 | merge trunk check-in: 6ea214ccfe user: jan.nijtmans tags: novem | |
| 09:55 | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. Make sure that extensions which are compiled using... check-in: ae4651d4d1 user: jan.nijtmans tags: novem | |
| 09:23 | Implement TCL_INIT_CREATE_UTF8/TCL_INIT_CREATE_UNICODE check-in: 80facf4d91 user: jan.nijtmans tags: initsubsystems | |
| 02:38 | merge mig-nre-mods check-in: 7a87611416 user: mig tags: mig-strip-brutal | |
| 02:32 | adding new file, forgotten in last commit check-in: 1c45076f5a user: mig tags: mig-nre-mods | |
| 02:29 | code reorg, trying to make it clearer who needs to know what about NRE internals check-in: 2ad2681308 user: mig tags: mig-nre-mods | |
| 00:54 | more info hiding: stop using the macro version of NRAddCallback check-in: 30fa8455a2 user: mig tags: mig-nre-mods | |
|
2013-01-09
| ||
| 21:31 | merge-mark check-in: b1b0a1174f user: jan.nijtmans tags: core-8-5-branch | |
| 17:32 | more NRE abstraction check-in: e3caace30c user: mig tags: mig-nre-mods | |
| 16:43 | Experimental: categories added to man pages; enhance tcltk-man2html to use categories to render ToC Leaf check-in: 82bff07330 user: twylite tags: frq-3599786 | |
| 15:37 | Restore panic check at and of the loop. Thanks! Don for noticing this. check-in: 37ceb43edf user: jan.nijtmans tags: novem | |
| 14:07 | [Bug 3599395]: http assumes status line is a proper tcl list. check-in: f4f88c291e user: jan.nijtmans tags: trunk | |
| 14:00 | [Bug 3599395]: http assumes status line is a proper tcl list. Bump http package to 2.7.11. check-in: 3de56e8ad0 user: jan.nijtmans tags: core-8-5-branch | |
| 12:33 | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (changes in private funct... check-in: 96818dd70f user: jan.nijtmans tags: novem | |
| 10:30 | New function Tcl_InitSubsystems, still to be TIP'ed check-in: 5a777a1b8a user: jan.nijtmans tags: initsubsystems | |
| 09:27 | Proposed fixes for bug #3600058: support escaped single quote; rewrite font handling to handle font ... check-in: 8b229b6c5b user: twylite tags: bug-3600058-td | |
| 08:17 | Join paths with 'file join' not as strings to avoid platform-specific separator problems check-in: b4888e8144 user: twylite tags: frq-3599786 | |
| 03:20 | First sketches of a two-layer data structure for storing Tcl lists. Closed-Leaf check-in: 02a317eb67 user: dgp tags: novem-two-layer-list | |
|
2013-01-08
| ||
| 23:19 | merge from trunk and mig-nre-mods, via no280 check-in: 62f42cba47 user: mig tags: mig-strip-brutal | |
| 23:12 | merges check-in: 74d86827cf user: mig tags: mig-no280 | |
| 23:01 | merge trunk check-in: 52003e67f8 user: mig tags: mig-no280 | |
| 22:46 | backing out the TCL_EVAL_REDIRECT changes, orthogonal check-in: 54461f939f user: mig tags: mig-nre-mods | |
| 22:34 | added macros for speed, reduced stack size to 100 check-in: 02104c4da4 user: mig tags: mig-nre-mods | |
| 21:42 | remove some unused static functions/variables check-in: a257559487 user: jan.nijtmans tags: novem | |
| 21:40 | NRE now running on a stack! Version 0: more things to test and details to polish. check-in: c2471a3eb4 user: mig tags: mig-nre-mods | |
| 21:38 | merge trunk check-in: 2be3881eef user: mig tags: mig-nre-mods | |
| 20:31 | merge trunk check-in: 44958db7fd user: dkf tags: dkf-http-cookies | |
| 17:10 | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, to hold their flags. Reduce wa... check-in: 01b69f70f3 user: dgp tags: novem | |
| 16:57 | fixed debug version check-in: 924cef56ee user: mig tags: mig-nre-mods | |
| 16:09 | move to auto-init check-in: c60ec2c4d1 user: mig tags: mig-nre-mods | |
| 13:03 | $builddir is a local variable check-in: d433d96843 user: jan.nijtmans tags: trunk | |
| 10:27 | [Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find i... check-in: 8a291bcb44 user: jan.nijtmans tags: trunk | |
| 10:17 | [Bug 3092089]: [file normalize] can remove path components. [Bug 3587096] win vista/7: "can't find i... check-in: 55b5e89e13 user: jan.nijtmans tags: core-8-5-branch | |
| 08:44 | new attempt for better fix Closed-Leaf check-in: 4fad40532f user: jan.nijtmans tags: bug-3092089 | |
| 08:08 | mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core list check-in: 0d1bc53480 user: jan.nijtmans tags: trunk | |
| 03:42 | one smallbug gone, the big one still eludes me check-in: 9976c8459d user: mig tags: mig-nre-mods | |
| 03:32 | merge trunk check-in: 9904da079b user: mig tags: mig-alloc-reform | |
| 01:30 | empty merge of trunk (via no280) check-in: 02f83e8ea1 user: mig tags: mig-strip-brutal | |
| 01:26 | merge trunk check-in: bc7170d76c user: mig tags: mig-no280 | |
| 01:06 | CRASH. Have to look for who is calling TclNRAddCallback and trying to access its data[] afterwards (... check-in: a7149815b9 user: mig tags: mig-nre-mods | |
|
2013-01-07
| ||
| 18:38 | backout, and merge trunk check-in: 31794a3cc2 user: mig tags: mig-nre-mods | |
| 18:34 | still no good Closed-Leaf check-in: 9becc4f643 user: mig tags: mig-err | |
| 14:40 | Restrict the stub library to only use Tcl_PkgRequireEx, Tcl_ResetResult and Tcl_AppendResult, not an... check-in: 8ceea4a885 user: jan.nijtmans tags: trunk | |
| 13:25 | merge trunk check-in: a51b0d02b1 user: mig tags: mig-strip-brutal | |
| 13:24 | merge trunk check-in: e520340e06 user: mig tags: mig-err | |
| 13:21 | removing stupid trick of maintaining the diff, does not really help check-in: 311b53ae7b user: mig tags: mig-strip-brutal | |
| 13:16 | FRQ-3599786: add command line option --pkgdir to tcltk-man2html.tcl to specify the directory under w... check-in: aa69efcca9 user: twylite tags: frq-3599786 | |
| 13:00 | merge-mark. Hoping trunk is OK now, again ;-( check-in: 212c2767fe user: jan.nijtmans tags: trunk | |
| 11:16 | Extend the public stub table with dummy NULL entries, up to the size of the Tcl 8.6 stub tables. Th... check-in: 8f90660f49 user: jan.nijtmans tags: core-8-5-branch | |
| 10:07 | Merging vexpr branch back to trunk check-in: a7631372a7 user: seandeelywoods tags: hypnotoad-vexpr | |
| 07:28 | CRASH - possibly full of mental typos check-in: e419af1fe1 user: mig tags: mig-err | |
| 04:21 | move TCL_EVAL_REDIRECT from iPtr->evalFlags (tclInt.h) to flags passed to the eval functions (tcl.h) check-in: dbbf3397a0 user: mig tags: mig-nre-mods | |
| 03:51 | more abstraction check-in: e26efb6f53 user: mig tags: mig-nre-mods | |
| 02:54 | reenable compiled tailcall check-in: a05cac94c9 user: mig tags: mig-nre-mods | |
| 01:55 | ... tmp check-in: f992470028 user: mig tags: mig-nre-mods | |
| 00:45 | partial work towards a new tailcall mechanism check-in: f588f27dc9 user: mig tags: mig-nre-mods | |
|
2013-01-06
| ||
| 21:52 | towards an nre stack (instead of linked list) check-in: 0415caab7d user: mig tags: mig-nre-mods | |
| 21:09 | Don't depend on Spencer-specific regexp syntax (/u and /U) any more. Bump http package to 2.8.6. check-in: 5cac37240c user: jan.nijtmans tags: novem | |
| 20:40 | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in unrelated places . Bump http... check-in: f38c7f79f0 user: jan.nijtmans tags: trunk | |
| 16:34 | merge novem check-in: fef6277219 user: mig tags: mig-strip-brutal | |
| 15:16 | remove deprecated API's part 1: declarations check-in: 490fb3a809 user: mig tags: mig-strip-brutal | |
| 09:06 | nreProc gone for good check-in: 1a8a7b595d user: mig tags: mig-strip-brutal | |
| 08:36 | nreProc gone from TclOO and namespaces, only ensembles left. OO-nre fixed check-in: 741dcb6acf user: mig tags: mig-strip-brutal | |
| 08:02 | *REVIEW* nreProc not mentioned anymore in tclBasic.c, but oo-nre is broken (nre.test) check-in: 37f98635a5 user: mig tags: mig-strip-brutal | |
| 07:15 | oops :( now it compiles and runs cleanly check-in: 65bb2c8af4 user: mig tags: mig-strip-brutal | |
| 07:11 | Tcl_NRCreateObjCommand is gone, objProc and nreProc are merged into one. Lots of cleanup still due, ... check-in: c23cc74614 user: mig tags: mig-strip-brutal | |
| 06:51 | ... ensembles like it check-in: 1181ca09e7 user: mig tags: mig-strip-brutal | |
| 06:40 | moving along towards unifying objProc and nreProc check-in: 204b79148c user: mig tags: mig-strip-brutal | |
| 05:32 | proof: treating objProc as if it were nreProc works check-in: 40f809df32 user: mig tags: mig-strip-brutal | |
| 05:18 | small fix in OO constructors (dkf approves?) check-in: 266ae8974c user: mig tags: mig-strip-brutal | |
| 05:06 | test cmd type on the deleteProc,not the objProc or nreProc check-in: 29dbafe242 user: mig tags: mig-strip-brutal | |
|
2013-01-05
| ||
| 22:24 | Make CreateInterp use the standard API to create the builtin commands. Remove [case]. check-in: 0b76a34ae3 user: mig tags: mig-strip-brutal | |
| 19:45 | removed Tcl_CmdInfo and its API check-in: e9a98443e4 user: mig tags: mig-strip-brutal | |
| 18:16 | merge trunk check-in: 6c03a15d80 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:58 | merge trunk check-in: 6f7f4d94f9 user: mig tags: mig-nre-mods | |
| 16:05 | removed TCL_EVAL_DIRECT support check-in: 45eff1b998 user: mig tags: mig-strip-brutal | |
| 15:20 | add file INCOMPATIBILITIES check-in: 5d4a506c27 user: mig tags: mig-strip-brutal | |
| 14:21 | simplifying CF management, keeping it internal check-in: 9f8643cf48 user: mig tags: mig-strip-brutal | |
| 05:08 | merge trunk, fix stack computation tocompensate for current BC errors check-in: e8a597b33c user: mig tags: mig-alloc-reform | |
| 04:45 | get COMPILE_DEBUG to work check-in: d0c595e2a5 user: mig tags: mig-strip-brutal | |
| 04:34 | added a tiny shell script to maintain the diffs check-in: 96fb4f3dba user: mig tags: mig-strip-brutal | |
| 04:25 | doh ... first merge, THEN store the diff check-in: b66df9c7b3 user: mig tags: mig-strip-brutal | |
| 04:20 | merge trunk check-in: bf3c0ee683 user: mig tags: mig-strip-brutal | |
| 03:53 | forgot to update fromTrunk.diff check-in: 3ee2726c02 user: mig tags: mig-strip-brutal | |
| 03:43 | improved stack checking under TCL_COMPILE_DEBUG check-in: 33d3915a80 user: mig tags: trunk | |
| 03:22 | removed stupid diffs from trunk, added fromTrunk.diff to better track merged changes check-in: 87f8819f8f user: mig tags: mig-strip-brutal | |
| 02:47 | move file, trying to get simpler diffs from trunk check-in: 7cdbea5f05 user: mig tags: mig-strip-brutal | |
| 02:36 | temp fix: overallocate stack in tebc until we fix issues check-in: f562a17af5 user: mig tags: mig-strip-brutal | |
| 02:18 | remove the assembler, part2 check-in: 861406ec89 user: mig tags: mig-strip-brutal | |
| 02:17 | remove the assembler check-in: 5e6fed4034 user: mig tags: mig-strip-brutal | |
| 01:20 | remove old droppings check-in: 137c34b39d user: mig tags: mig-strip-brutal | |
| 01:07 | merge trunk check-in: 7d0aeef64f user: mig tags: mig-strip-brutal | |
| 01:04 | merge novem check-in: 7b65c4ebc1 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 00:42 | merge trunk check-in: deb13a6abe user: jan.nijtmans tags: novem | |
| 00:39 | merge fork check-in: b18953345f user: jan.nijtmans tags: trunk | |
| 00:36 | fix the new assertion, it should not trigger when an expansion is in progress check-in: 56be4365e0 user: mig tags: trunk | |
| 00:36 | adjust stub library version number check-in: 5f32d735d7 user: jan.nijtmans tags: trunk | |
| 00:33 | adjust stub library version number check-in: 84e3fcb1ea user: jan.nijtmans tags: core-8-5-branch | |
| 00:15 | Add an assertion that checks the stack depth under TCL_COMPILE_DEBUG *before* stack cleanup. It curr... check-in: cc975c8c54 user: mig tags: trunk | |
| 00:11 | merge novem finish implementation, now works as intended change Tcl_FindExecutable by returning a du... check-in: 7c09ac36af user: jan.nijtmans tags: novem-reduced-symbol-export | |
|
2013-01-04
| ||
| 16:56 | getting out of the mem allocator biz check-in: f7a7c5653d user: mig tags: mig-strip-brutal | |
| 15:44 | merge check-in: 7daaf951c4 user: mig tags: mig-strip-brutal | |
| 15:09 | merge trunk check-in: 7fae92b2e1 user: mig tags: mig-alloc-reform | |
| 15:01 | Fix memory leak in [format] compiler. check-in: 113b75cd58 user: dkf tags: trunk | |
| 14:38 | Fix bad memory access problems found by Miguel Sofer when valgrinding. check-in: 963a7f31e2 user: dkf tags: trunk | |
| 14:34 | merge trunk check-in: d4b0410564 user: mig tags: mig-alloc-reform | |
| 14:32 | missing file check-in: 7bbee83e6e user: mig tags: mig-alloc-reform | |
| 11:14 | merge trunk check-in: c79e7ecc00 user: dkf tags: dkf-bytecode-8.6-main | |
| 11:14 | Improve code generation for many simple core ensemble subcommands. check-in: 5a0e18f766 user: dkf tags: trunk | |
| 11:06 | Add super-simple compiler to many ensemble subcommands to allow better code generation where we can ... check-in: 40fef44a65 user: dkf tags: dkf-bytecode-8.6-main | |
| 06:54 | merges check-in: 01331c9a5a user: mig tags: mig-strip-brutal | |
| 05:35 | empty merge with trunc: sync, last patch does not apply to this branch. Temp work committed, not deb... check-in: 467a159cd0 user: mig tags: mig-alloc-reform | |
| 05:26 | Insure that PURIFY builds cannot exploit the Tcl stack to hide mem defects. check-in: bd7d7a2061 user: mig tags: trunk | |
| 02:09 | small change, clearer logic replacing sizeof with offsetof check-in: 00ba59bb7d user: mig tags: mig-alloc-reform | |
| 02:05 | merge trunk check-in: effc9f8ca4 user: mig tags: mig-alloc-reform | |
|
2013-01-03
| ||
| 14:35 | "Mine eyes deceive, but others catch me when I fall." -- Someone or other check-in: 606dc91401 user: dkf tags: trunk | |
| 14:24 | Channel buffer min size is 1. Issue found by Schelte Bron. check-in: 8c118480fd user: dkf tags: trunk | |
| 14:08 | merge main dev branch check-in: ca5122117a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 14:07 | merge main dev branch check-in: b7fcd3c212 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 14:02 | speling ficks check-in: ea646daa60 user: dgp tags: trunk | |
| 14:00 | speling ficks check-in: 0087436727 user: dgp tags: core-8-5-branch | |
| 11:59 | merge mig-alloc-reform check-in: fe20502465 user: mig tags: mig-strip-brutal | |
| 11:47 | remove unused var check-in: 57c67c7ee6 user: mig tags: mig-alloc-reform, mig-alloc-reform-Z2 | |
| 11:45 | merge trunk check-in: c711be5b6a user: mig tags: mig-alloc-reform | |
| 11:40 | suggested fix for Bug 3092089: [file normalize] can remove path component, and for Bug 3587096: sta... check-in: c74b286bfa user: jan.nijtmans tags: bug-3092089 | |
| 11:24 | now working, configuration still to do check-in: aac0c044ee user: mig tags: mig-alloc-reform | |
| 10:25 | merge trunk check-in: 9734fe87d2 user: dkf tags: dkf-bytecode-8.6-main | |
| 10:23 | Added mechanism for pre-parsing built-in ensembles even when they are not going to generate specific... check-in: 0a095f089c user: dkf tags: trunk | |
| 10:17 | don't use iPtr->legacyResult for Tcl >= 8.1, because it doesn't work. Use Tcl_AppendResult in stead. check-in: 7163f9950a user: jan.nijtmans tags: novem-more-memory-API | |
| 09:46 | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements too early check-in: 6a52542dcc user: jan.nijtmans tags: trunk | |
| 09:29 | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements too early check-in: 93213f3e6d user: jan.nijtmans tags: core-8-5-branch | |
| 04:28 | a little less broken than before check-in: 27d899c597 user: mig tags: mig-alloc-reform | |
| 04:14 | *BROKEN* First steps towards choosing allocators at load time check-in: 86a7932955 user: mig tags: mig-alloc-reform | |
| 00:37 | Got the test suite passing cleanly. Excellent. check-in: 181c28a90f user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-01-02
| ||
| 19:28 | no changes, sync with core-8-5-branch to signal the backported fix check-in: b3100f7283 user: mig tags: trunk | |
| 19:27 | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to ... check-in: eac08e625f user: mig tags: core-8-5-branch | |
| 19:20 | remove stray calls to Tcl_Alloc and friends: the core should only use ckalloc to allow MEM_DEBUG to ... check-in: 9691e2e37d user: mig tags: trunk | |
| 18:35 | merge trunk check-in: b007e860d2 user: dkf tags: dkf-bytecode-8.6-main | |
| 18:33 | All tests pass except one; not sure what's wrong there. check-in: f3fd481cd7 user: dkf tags: dkf-bytecode-8.6-main | |
| 18:06 | Merge the [subst] compile improvements with accommodations to parser changes. check-in: 55db16ea6d user: dgp tags: dgp-refactor | |
| 17:38 | Merge trunk through conflict-free, failure-free checkins. check-in: d66d19493d user: dgp tags: dgp-refactor | |
| 17:14 | merge trunk to conflict point; resolve check-in: c1c8005786 user: dgp tags: dgp-refactor | |
| 15:10 | Passing more tests. check-in: f3f4dfddde user: dkf tags: dkf-bytecode-8.6-main | |
| 14:59 | merge novem check-in: aa3f8af5e0 user: jan.nijtmans tags: novem-more-memory-API | |
| 14:56 | merge trunk check-in: ab2fe69baf user: jan.nijtmans tags: novem | |
| 14:49 | remove the refcounts and NEW_PRESERVE from zippy: it only works for Tcl_Alloc'ed blocks, and is inco... check-in: 1cb98eb1b9 user: mig tags: mig-alloc-reform | |
| 14:37 | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. Don't free ctrl.script... check-in: 179ae0efd8 user: jan.nijtmans tags: trunk | |
| 14:30 | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. Marked some string sub... check-in: 06271b0e07 user: jan.nijtmans tags: core-8-5-branch | |
| 14:30 | fix MEM_DEBUG and leak, ported from mig-strip-brutal check-in: a1a46aa241 user: mig tags: mig-no280 | |
| 13:44 | fix mem leak. The leak was introduced when providing a command source for cmd traces without using t... check-in: 4b55e80476 user: mig tags: mig-strip-brutal | |
| 11:58 | merge trunk. tclStubLib.c: protect loading incompatible Tcl9 extensions in Tcl8 check-in: 4919da4fc4 user: jan.nijtmans tags: novem-more-memory-API | |
| 11:33 | restore missing file check-in: bfcdd1a5c1 user: mig tags: mig-strip-brutal | |
| 11:31 | merge mig-alloc-reform, get MEM_DEBUG working again check-in: e8eb527a16 user: mig tags: mig-strip-brutal | |
| 02:24 | restore TCL_MEM_DEBUG to working order check-in: 8e3f5b5619 user: mig tags: mig-alloc-reform | |
|
2013-01-01
| ||
| 18:38 | merged mig-alloc-reform: MEM_DEBUG is gone, as is the Tcl stack and TclStackAlloc. See also README.m... check-in: 0b98f38a1d user: mig tags: mig-strip-brutal | |
| 17:51 | merge trunk check-in: 4242bd371d user: mig tags: mig-alloc-reform | |
| 17:23 | Start of the mig-strip-brutal branch, initially a copy of mig-no280 The idea of this branch is to r... check-in: 62c193ec98 user: mig tags: mig-strip-brutal | |
| 16:54 | merge trunk check-in: 4c4fb7eeec user: mig tags: mig-no280 | |
| 15:26 | missing update in last merge check-in: 289843313b user: mig tags: mig-no280 | |
|
2012-12-31
| ||
| 20:39 | Bug fix for 3598385 dict exists now throws an error if an invalid dict is encountered, according to... check-in: e04297dbf7 user: hypnotoad tags: hypnotoad-bug-3598385, bug-3598385 | |
| 12:32 | Marked some string subcommands as obsolete, following discussion on tcl-core. check-in: 1a460ac0d3 user: dkf tags: trunk | |
| 02:39 | Working towards more efficient treatment of non-bytecoded ensemble subcommands. check-in: 8e445bdbe1 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-12-29
| ||
| 18:17 | Fix correct cleanup in more situations, using a new macro TclFreeIfRefCountZero Closed-Leaf check-in: 00a7908896 user: jan.nijtmans tags: novem-freeifrefcountzero | |
| 18:12 | two more places where refCount was assumed to be a signed value. In Tcl9 that will probably be not t... check-in: 59b85594f2 user: jan.nijtmans tags: novem | |
| 16:37 | Implement Tcl_SaveResult/Tcl_DiscardResult/Tcl_RestoreResult as macro This is already on the nove... Closed-Leaf check-in: f75bd45aaf user: jan.nijtmans tags: novem-saveresult-as-macro | |
| 15:24 | fix tm.tcl to include tcl8 locations, and fix corresponding test-cases check-in: c2a6bd5d9e user: jan.nijtmans tags: novem | |
| 09:24 | merge trunk check-in: d53d72ddfb user: jan.nijtmans tags: novem | |
| 09:23 | restore refcounts as they were before the Tcl_ListObjReplace call, in the error situation. In Tcl9,... check-in: f83c3f4bad user: jan.nijtmans tags: trunk | |
| 09:16 | restore refcounts as they were before the Tcl_ListObjReplace call, in the error situation. In Tcl9, ... check-in: b7ca02496d user: jan.nijtmans tags: core-8-5-branch | |
| 00:06 | For Tcl9, do a real Tcl_DecrRefCount Closed-Leaf check-in: 450c192395 user: jan.nijtmans tags: bug-3598580 | |
|
2012-12-27
| ||
| 20:54 | restore old refcounts in TCL_ERROR case. check-in: d5147fc677 user: jan.nijtmans tags: bug-3598580 | |
| 15:05 | merge trunk check-in: 721001a95f user: jan.nijtmans tags: novem | |
| 15:04 | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early check-in: 4865e19aac user: jan.nijtmans tags: trunk | |
| 14:57 | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early check-in: 6d560f6812 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-26
| ||
| 10:07 | proposed fix for Bug 3598300 check-in: dcbf22ad99 user: jan.nijtmans tags: bug-3598300 | |
| 09:59 | eliminate dependancy of compat/*.h on tcl.h check-in: 1a74bb2740 user: jan.nijtmans tags: trunk | |
| 09:55 | eliminate dependancy of compat/*.h on tcl.h check-in: 5e21e8284c user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-25
| ||
| 12:09 | proposed fix for Bug 3598300 Closed-Leaf check-in: 02a51cbb69 user: jan.nijtmans tags: bug-3598300 | |
|
2012-12-23
| ||
| 10:55 | some simplifycations and more comments check-in: 6d15f7f316 user: jan.nijtmans tags: novem-unversioned-stub | |
| 08:18 | merge trunk check-in: c5680da39e user: dkf tags: dkf-bytecode-8.6-main | |
| 08:17 | Change back to using an isDigit function. We simply don't need to make any (formally non-portable) ... check-in: 31e633f6ad user: dkf tags: trunk | |
|
2012-12-22
| ||
| 22:56 | dde/reg dll/lib without version number as well check-in: ba03bb7fd0 user: jan.nijtmans tags: novem-unversioned-stub | |
| 22:42 | reduce exported symbols for makefile.vc as well check-in: 86d27aadb0 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 20:20 | merge novem add Tcl_TomMath_InitStubs/Tcl_OOInitStubs to unix/tclAppInit.c check-in: 96d9dbe992 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 19:48 | merge novem remove version number from reg.dll and dde.dll check-in: b9fd2ceaf2 user: jan.nijtmans tags: novem-unversioned-stub | |
| 19:05 | Stop leaking allocated space when objifying a zero-length DString. [Bug 3598150] spotted by afredd. check-in: c384751ee6 user: ferrieux tags: trunk | |
| 15:21 | merge release check-in: 13b5907663 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-12-21
| ||
| 10:13 | remove unnecessary struct names, which only pollute the "struct" namespace for the compiler. check-in: 7752ee08e3 user: jan.nijtmans tags: novem | |
| 10:00 | merge novem check-in: 1e6adfd926 user: jan.nijtmans tags: novem-unversioned-stub | |
| 09:42 | merge trunk check-in: 3e37fb5245 user: jan.nijtmans tags: novem | |
| 09:13 | Inline compat Tcl_GetDefaultEncodingDir. Eliminate unnecessary static HasStubSupport() and isDigit(... check-in: fd98f3556d user: jan.nijtmans tags: trunk | |
| 08:36 | Make pkgb.so loadable in Tcl 8.4 as well. Eliminate unnessarcy static HasStubSupport() and isDigit(... check-in: 4355f3d4c8 user: jan.nijtmans tags: core-8-5-branch | |
| 06:16 | merge release check-in: bace4350dd user: dgp tags: trunk | |
|
2012-12-20
| ||
| 10:04 | Merging in changes from trunk check-in: 040936a1c7 user: seandeelywoods tags: hypnotoad-vexpr | |
| 09:56 | Merging with trunk check-in: bd253c91c6 user: seandeelywoods tags: hypnotoad-prefer-native-8.6 | |
|
2012-12-19
| ||
| 11:43 | merge main dev branch check-in: a6aefff3f5 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 11:42 | merge main dev branch check-in: ec9d7394f3 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 11:15 | merge trunk re-use interp->result and interp->freeProc check-in: c5d467fb05 user: jan.nijtmans tags: novem-unversioned-stub | |
|
2012-12-18
| ||
| 14:02 | Improved the sequence of instructions issued for [subst] when dealing with simple variable reference... check-in: 879b78fc5c user: dkf tags: trunk | |
| 13:47 | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_SetErrorCodeVA, Tcl_PanicV... check-in: 38e0d974dc user: jan.nijtmans tags: novem-remove-va | |
| 10:21 | Better version that can handle simple composite array keys as well. As long as they are free of comm... check-in: bc557e607b user: dkf tags: dkf-bytecode-8.6-main | |
| 09:37 | Generate better code for the common case of subst-ed variables where the variable is a simple scalar... check-in: 2a40713424 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:02 | merge trunk check-in: 7e88f46d94 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-12-17
| ||
| 14:40 | Simpler code to do installation of [info class] and [info object]. We know this is a safe thing to ... check-in: e3336029df user: dkf tags: trunk | |
| 14:27 | Slim down the code a bit more; we can make more safe assumptions. Closed-Leaf check-in: db490510ed user: dkf tags: dkf-review | |
| 12:45 | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVA check-in: 9d10212623 user: jan.nijtmans tags: novem | |
|
2012-12-14
| ||
| 19:25 | merge trunk, update changes and re-tag Closed-Leaf check-in: cbbe01fc1a user: dgp tags: core-8-6-0-rc, core-8-6-0 | |
| 17:47 | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c check-in: bf3373269c user: dgp tags: mig-review | |
| 13:21 | undo TCL_STUB_MAGIC change: It was not a good idea to change it at all. check-in: cdd454262b user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 13:14 | merge novem check-in: 2cfbe81281 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 12:45 | re-add some things lost in [d70f8a19e4] check-in: 20ee37718a user: jan.nijtmans tags: novem-unversioned-stub | |
| 12:13 | Merge novem. Remove interp->result completely (experiment, seems to work fine). check-in: 5023b5c133 user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:24 | Use the Tcl memory allocator in the stub library. unused variable "minor" check-in: 91df28f375 user: jan.nijtmans tags: novem-unversioned-stub | |
| 09:58 | merge trunk. Don't specify which Tcl 8.x version Tcl_InitStubs is used with: we simply don't know, ... check-in: d70f8a19e4 user: jan.nijtmans tags: novem-unversioned-stub | |
| 09:40 | Merge trunk. Add more clarity why refCount should be decremented AFTER checking for <2. Protect 8.... check-in: e427f41e18 user: jan.nijtmans tags: novem | |
|
2012-12-13
| ||
| 20:20 | TIP 400 suffered from the same segfaulting flaw as 3595576. Segfaulting test and fix committed. check-in: 8ca83061d7 user: dgp tags: trunk | |
| 19:43 | Simplify the [info object] and [info class] additions. check-in: 3184e01afd user: dgp tags: dkf-review | |
| 16:17 | Restore clarity to macro test. check-in: 64542aaa92 user: dgp tags: trunk | |
| 16:16 | Restore clarity to macro test. check-in: 66b3be3b10 user: dgp tags: core-8-5-branch | |
| 16:08 | Merge 3595576 tests from 8.5. check-in: 48775c28b4 user: dgp tags: trunk | |
| 15:59 | 3595576 Tests/fix for mem corruption: [catch] fails to store options in a var. check-in: 747bcd52c1 user: dgp tags: core-8-5-branch | |
| 15:31 | merge novem check-in: 431733cccd user: jan.nijtmans tags: novem-unversioned-stub | |
| 13:37 | Fix for [Bug 3595576], found by andrewsh check-in: 5e873e324a user: mig tags: trunk | |
| 13:01 | merge trunk check-in: d64cd8436c user: jan.nijtmans tags: novem | |
| 12:14 | Changelog entry, and change macro variable to not conflict with possible outside variable names check-in: 25064e0f65 user: jan.nijtmans tags: trunk | |
| 12:09 | Changelog entry, and change macro variable to not conflict with possible outside variable names check-in: 398f13f7ab user: jan.nijtmans tags: core-8-5-branch | |
| 11:02 | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. check-in: fb66668b16 user: jan.nijtmans tags: trunk | |
| 11:00 | Fix Tcl_DecrRefCount macro, not to refer to its objPtr parameter twice. check-in: 4658460021 user: jan.nijtmans tags: core-8-5-branch | |
| 10:54 | add special opcodes for common forms of stack manipulations check-in: 79822eefc6 user: dkf tags: novem-no-startcmd | |
| 09:01 | merge novem Change signature of Tcl_FindExecutable: const char * -> const void *, to make it usable ... check-in: d7750d0af0 user: jan.nijtmans tags: novem-reduced-symbol-export | |
|
2012-12-12
| ||
| 21:21 | More memory API changes, mainly char* -> void* and unsigned -> size_t check-in: 19fb92fb72 user: jan.nijtmans tags: novem-more-memory-API | |
| 20:16 | Prefer to extract package data from the *contents* not the directory name. check-in: da0cd63997 user: dgp tags: core-8-6-0-rc | |
| 16:25 | merge 8.5 Leaf check-in: 50ac3ee7c3 user: dgp tags: griffin-numlevels | |
| 11:24 | gcc warning check-in: 373dd16752 user: jan.nijtmans tags: novem-unversioned-stub | |
| 11:17 | merge novem change length and refCount field of Tcl_Obj to size_t change numBytes parameters of Tcl_... check-in: adc78601ea user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:21 | allow novem to use installed Tcl8 .tm packages, such as tcltest and msgcat remove some dead code (al... check-in: 387d3899e0 user: jan.nijtmans tags: novem | |
| 05:01 | Rename the memory routines so that Tcl_Alloc/Tcl_Free/etc become the recommended things for extensio... Closed-Leaf check-in: af97429aed user: dgp tags: novem-rename-memory-API | |
|
2012-12-11
| ||
| 23:13 | better wordings in error-messsage. now works in Tcl 8.6 as well. check-in: 8a8361607e user: jan.nijtmans tags: novem-unversioned-stub | |
| 21:31 | Tag 8.6.0 for release check-in: a8713b3963 user: dgp tags: core-8-6-0-rc | |
| 21:19 | update changes check-in: 764d85a7ee user: dgp tags: trunk | |
| 21:04 | seems to be working. More testing and code cleanup needed. check-in: a076e87ed3 user: jan.nijtmans tags: novem-unversioned-stub | |
| 15:55 | refactor all macros for code issuing into tclCompile.h check-in: bb1a189497 user: dkf tags: novem-no-startcmd | |
| 11:14 | formatting, comments check-in: 6f1d7c9394 user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:51 | merge trunk better error message in stub library in case of incompatible stubs check-in: c035f83a83 user: jan.nijtmans tags: novem-unversioned-stub | |
|
2012-12-10
| ||
| 23:23 | Improve the generation of HTML documentation in 8.6, allowing for contributed packages whose non-ver... check-in: 2246e9d5a0 user: dkf tags: trunk | |
| 21:59 | use Tcl_StubInit(... "8.5-") everywhere check-in: 5d9f03902e user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 21:51 | merge trunk fix mingw build check-in: 8e7234ccff user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 20:54 | merge trunk check-in: 94274c0c5b user: jan.nijtmans tags: novem | |
| 15:58 | merge trunk check-in: a827c84f1b user: dgp tags: core-8-6-0-rc | |
| 14:17 | Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 08341ded36 user: dgp tags: trunk | |
| 14:15 | Restore the initialization of tclStubsPtr from the "Tcl" package clientData so that we don't close o... check-in: 7c62a0d57c user: dgp tags: core-8-5-branch | |
| 09:27 | remove TODO: peephole definitely not worth the complexity check-in: 53742b73b3 user: dkf tags: novem-no-startcmd | |
| 04:32 | WIP getting rid of the ::tcl_precision variable Closed-Leaf check-in: 3f715e19ef user: dgp tags: novem-numbers-eias | |
|
2012-12-09
| ||
| 23:41 | Create new branch named "je-tty-cleanup" Closed-Leaf check-in: 2f4ee7f8a2 user: joe tags: je-tty-cleanup | |
| 21:30 | merge novem put Tcl_GetDefaultEncodingDir legacy implementation to its own file in the stub library check-in: 1e365f91da user: jan.nijtmans tags: novem-unversioned-stub | |
| 19:44 | [Bug 3594188] Clarifications about commas. check-in: d9fda76c9b user: ferrieux tags: trunk | |
| 12:08 | merge trunk: get fix for test error under -DPURIFY check-in: 9912334f76 user: mig tags: mig-nre-mods | |
| 11:52 | Clean up unwanted eofchar side-effect of chan-4.6 leading to a spurious "'" at end of chan.test und... check-in: c6db0a87d1 user: ferrieux tags: trunk | |
|
2012-12-08
| ||
| 17:20 | merge trunk: get fix for test error under -DPURIFY check-in: 17400850c5 user: mig tags: mig-nre-mods | |
| 17:13 | Fix busyloop at exit under TCL_FINALIZE_ON_EXIT when there are unflushed nonblocking channels. Th... check-in: 3a000c424c user: ferrieux tags: trunk | |
|
2012-12-07
| ||
| 22:16 | merge trunk check-in: a14ea8190e user: jan.nijtmans tags: novem | |
| 22:14 | just lost one MODULE_SCOPE in the merge check-in: 5df2ea1b62 user: jan.nijtmans tags: trunk | |
| 21:36 | only set tclStubsPtr if all version checks pass check-in: 54e473087a user: jan.nijtmans tags: trunk | |
| 21:30 | only set tclStubsPtr when all version checks pass check-in: abc5f976ff user: jan.nijtmans tags: core-8-5-branch | |
| 19:26 | merge trunk check-in: 1362ee01f0 user: dgp tags: core-8-6-0-rc | |
| 18:08 | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). check-in: ee35495951 user: dgp tags: trunk | |
| 18:07 | 3593703 Don't crash on bad input to Tcl_PkgRequire*(). check-in: b9b41a3719 user: dgp tags: core-8-5-branch | |
| 17:06 | merge trunk Leaf check-in: 6bc654cdb3 user: dgp tags: bug-3588687 | |
| 17:05 | merge trunk check-in: e4e386f99f user: dgp tags: novem | |
| 17:03 | Source compat, rather than stubs compat demo. check-in: 782e6b36ec user: dgp tags: trunk | |
| 16:27 | merge trunk check-in: a2d65bb563 user: dgp tags: bug-3588687 | |
| 16:12 | merge trunk check-in: 897580da1c user: jan.nijtmans tags: novem | |
| 15:56 | small correction in doc/NRE.3 check-in: 911bf76b1e user: mig tags: trunk | |
| 15:53 | fix failing test check-in: 0443331428 user: jan.nijtmans tags: trunk | |
| 15:51 | add proper runtime-detection to pkgb.so check-in: a88be5763c user: jan.nijtmans tags: trunk | |
| 14:54 | merge trunk check-in: 23cb3fc491 user: dgp tags: bug-3588687 | |
| 14:53 | Extended test of [load]ing Tcl 8 compiled extension into Tcl 9 interp. check-in: 65b793e46a user: dgp tags: trunk | |
| 14:11 | now change magic value, to demonstrate better solution Closed-Leaf check-in: 6036e60a13 user: jan.nijtmans tags: novem-demo-bug-3588687 | |
| 13:02 | merge trunk check-in: db526d195f user: dgp tags: bug-3588687 | |
| 12:37 | merge core-8-5-branch. eliminate more deprecated calls Closed-Leaf check-in: dd65aee247 user: jan.nijtmans tags: better-deprecation-85 | |
| 10:51 | merge novem protect Tcl_InitStubs from generating extensions loadable in Tcl 8, as long as Tcl9 is i... check-in: 85ac919260 user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:13 | merge novem check-in: 5e60484f24 user: jan.nijtmans tags: novem-demo-bug-3588687 | |
| 10:11 | merge trunk turn pkgb.so into a Tcl8 interoperability test library: Whatever Tcl9 looks like, loadin... check-in: f65733f49b user: jan.nijtmans tags: novem | |
| 09:56 | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: eacefd5015 user: jan.nijtmans tags: trunk | |
| 09:53 | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in... check-in: d3a1afc2a4 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-12-06
| ||
| 21:10 | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. check-in: 5930a12b49 user: dgp tags: trunk | |
| 21:03 | Tcl_InitStubs("8.5",1) would succeed in an "8.50" interp. Fixed. check-in: a3ba72e837 user: dgp tags: core-8-5-branch | |
| 19:31 | Move toward version-free stubs library. Continued WIP. check-in: 5cddc0f2ed user: dgp tags: bug-3588687 | |
| 16:40 | Be even stricter: on alpha/beta, extesions only run with the exact same Tcl version. Stub library im... check-in: 4ecf252eb3 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 15:53 | Provide the real required version number to Tcl_InitStubs, even in alpha/beta released. During alpha... check-in: 0302a932a8 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 15:44 | merge trunk check-in: 307f1ec368 user: jan.nijtmans tags: better-deprecation-85 | |
| 15:43 | Use Tcl_EvalEx in pkgb.dll. Same functionality. More deprecated function replacements check-in: 6f8010216f user: jan.nijtmans tags: better-deprecation-85 | |
| 15:33 | New branch for exploring mods to nre's guts check-in: c132033ec9 user: mig tags: mig-nre-mods | |
| 02:17 | Fix [tailcall] and [yieldto] to not panic in dying namespaces: [Bug 3592747] Leaf check-in: 76780156de user: mig tags: bug-3592747 | |
| 01:57 | Create new branch named "bug-3592747" check-in: f7c415b6fa user: mig tags: bug-3592747 | |
|
2012-12-05
| ||
| 22:40 | A demo version of "novem" in which the signature of Tcl_EvalEx is modified to have a Tcl_WideInt num... check-in: 20aaa17323 user: jan.nijtmans tags: novem-demo-bug-3588687 | |
| 22:38 | do some Tcl_EvalEx, for test-purposes, demonstrating a crash Closed-Leaf check-in: 67ca035922 user: jan.nijtmans tags: novem-support | |
| 14:42 | use Tcl_PkgProvideEx everywhere (again, for testing purposes) check-in: e63bcbdcec user: jan.nijtmans tags: novem-support | |
| 14:21 | merge trunk Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do ... check-in: 50e935089a user: jan.nijtmans tags: novem-support | |
| 14:07 | merge novem check-in: 396bd93f09 user: jan.nijtmans tags: novem-unversioned-stub | |
| 14:04 | merge novem Eliminate the use of USE_TCL_STUBS everywhere, use !BUILD_tcl in stead check-in: 17b7956803 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 13:41 | merge trunk check-in: 6fd5ca7bd0 user: jan.nijtmans tags: novem | |
| 13:31 | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTemporaryFile. Move the f... check-in: ebd606c56f user: jan.nijtmans tags: trunk | |
| 10:30 | take over earlier changes as well check-in: 599e1b8629 user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:27 | merge trunk re-add tclStubLibCompat.c (removed in a previous merge action) check-in: 064f99da9a user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:11 | tweaking; fix busylooping test check-in: 5ee25d36b9 user: dkf tags: novem-no-startcmd | |
| 09:42 | Move the TCL_MAJOR_VERSION check to the HasStubSupport function. Change the signature of TclInitStu... check-in: afba69728c user: jan.nijtmans tags: bug-3588687 | |
|
2012-12-04
| ||
| 20:53 | merge trunk check-in: 0a9254547c user: dgp tags: bug-3588687 | |
| 20:40 | merge trunk check-in: 3b2d7fa654 user: dgp tags: core-8-6-0-rc | |
| 15:12 | more eliminations of 'deprecated' calls check-in: c3a8114dc1 user: jan.nijtmans tags: better-deprecation-85 | |
| 14:28 | merge check-in: 7d3e4d8977 user: dkf tags: novem-no-startcmd | |
| 14:28 | merge main novem branch Closed-Leaf check-in: 59f4f6914f user: dkf tags: novem-reduced-bytecodes | |
| 14:26 | Factor out patterns. check-in: 19ea054967 user: dkf tags: novem-no-startcmd | |
| 14:14 | Even simpler: make Tcl_Init() a macro which calls Tcl_InitStubs. Embedder doesn't need to change the... check-in: 16a63b155c user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 13:51 | Experiment: Speed up Tcl by only exporting the minimal set of symbols from the dll/so. Advantage: U... check-in: 668d02e882 user: jan.nijtmans tags: novem-reduced-symbol-export | |
| 13:40 | merge trunk check-in: ab905bcfdc user: jan.nijtmans tags: novem | |
| 13:39 | MODULE_SCOPE symbol names are suppoted to start with 'tcl' (data) or 'Tcl' (code) check-in: 31daf6f1a3 user: jan.nijtmans tags: trunk | |
| 00:01 | Cleaning up some of the internals of TIP #280. Replaced the hashtables keyed by pointers to Proc an... Leaf check-in: d2cb52feda user: andreask tags: novem-ak-iframe-direct | |
|
2012-12-03
| ||
| 21:04 | merge trunk Leaf check-in: 4418113cd7 user: dgp tags: unknown-rewrite | |
| 20:47 | This branch explores the performance implications of relacing the dynamic array data structure unde... Leaf check-in: 22f8fd36d9 user: andreask tags: novem-ak-preserve-experiments | |
| 19:50 | Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: 1cba517bf0 user: dgp tags: trunk | |
| 19:19 | Disable the legacy configuration setting from $::argv only when a setting call to [configure] is mad... check-in: d456675973 user: dgp tags: core-8-5-branch | |
| 15:02 | This doesn't compile! Just a reminder to myself which other API's/fields/whatever might need to beco... Closed-Leaf check-in: 6fe6e74b8f user: jan.nijtmans tags: other-64bit-candidates | |
| 14:35 | Tcl headers already protect from EXTERN defines check-in: 6b7f7f3849 user: dgp tags: trunk | |
| 14:33 | Post-header reform (long long ago now) Tcl headers take care of their own protection from EXTERN def... check-in: c0335ac55d user: dgp tags: core-8-5-branch | |
| 13:02 | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 1dfcdabf11 user: jan.nijtmans tags: novem | |
| 11:59 | fix math problem; remove duplicate opcodes check-in: 01ee59ac30 user: dkf tags: novem-no-startcmd | |
| 11:47 | deprecate Tcl_Backslash, Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodingDir check-in: 2a1937a64a user: jan.nijtmans tags: better-deprecation | |
| 10:57 | Optimizations for incr-heavy code. check-in: 4fdda0401b user: dkf tags: novem-no-startcmd | |
| 10:01 | Initialize legacyFreeProc with invalid value: This will result in a crash immediately, when an exten... check-in: f72e9defa2 user: jan.nijtmans tags: novem | |
| 08:11 | merge core-8-5-branch eliminate more usage of to-be-deprecated functions check-in: 976aeca8c6 user: jan.nijtmans tags: better-deprecation-85 | |
|
2012-12-02
| ||
| 23:24 | Experimenting with not generating INST_START_CMD where it wouldn't be useful. Also removed INST_DIC... check-in: 96f784113e user: dkf tags: novem-no-startcmd | |
| 14:35 | Allow http, msgcat and tcltest to be loaded by Tcl 9 as well. I think that this should be included ... check-in: 499080ff58 user: jan.nijtmans tags: novem-support | |
|
2012-11-30
| ||
| 21:39 | Rewrite [::unknown] making use of [tailcall]. Big reduction in complexity, with minor cosmetic dama... check-in: 7ce47f1fbc user: dgp tags: unknown-rewrite | |
| 21:16 | merge novem check-in: a778111260 user: jan.nijtmans tags: novem-unversioned-stub | |
| 17:00 | Remove all maintenance of a string result in the Interp. check-in: 9178d5ee52 user: dgp tags: novem | |
| 16:14 | Re-fix failing load-3.2 test. The right way this time. check-in: c2d9408ad3 user: dgp tags: novem | |
| 16:10 | Stop [glob] complaining about empty list result. Continue support for a no-op -nocomplain option, b... check-in: 8995198630 user: dgp tags: novem | |
| 15:55 | After a Tcl_SetObjResult, don't do a Tcl_TransferResult to the same interpreter check-in: 840a428efe user: jan.nijtmans tags: novem | |
| 15:42 | merge (modified) novem-review. unbreak windows build check-in: 450c1b970d user: jan.nijtmans tags: novem | |
| 15:10 | Restore agreement between Cache and AllocCache. check-in: 7d862e8db2 user: dgp tags: novem-64bit-sizes | |
| 13:13 | Update stringObj tester to match changes in the stringObj. check-in: 7968fa24d4 user: dgp tags: novem-64bit-sizes | |
| 12:33 | allow encoding of empty string check-in: f841f67edd user: dgp tags: novem-64bit-sizes | |
| 09:16 | Inform the HTML builder about the TDBC drivers. check-in: 4a4695ca27 user: dkf tags: trunk | |
| 07:55 | Improve behavior when exception ranges need retraction. check-in: bcd72865d9 user: dkf tags: novem-reduced-bytecodes | |
| 04:14 | Prevent the first few panics when testing on a 64-bit system. check-in: 5447c2a1d7 user: dgp tags: novem-64bit-sizes | |
|
2012-11-29
| ||
| 21:44 | merge novem check-in: 8b49954837 user: dkf tags: novem-reduced-bytecodes | |
| 21:44 | Get rid of two unusable bytecodes; they always Tcl_Panic()ed... check-in: f047f6448e user: dkf tags: novem-reduced-bytecodes | |
| 21:34 | No string result -> no more need for TCL_RESULT_SIZE Closed-Leaf check-in: f859396af2 user: dgp tags: novem-remove-string-result | |
| 21:28 | Bug fix. Stop load-3.2 test failure. check-in: 62aae3e879 user: dgp tags: novem | |
| 21:26 | merge novem check-in: 80d7fefc49 user: dkf tags: novem-reduced-bytecodes | |
| 21:26 | merge novem check-in: eb6eee568f user: dkf tags: novem-reduced-bytecodes | |
| 21:25 | Purge remnants of support for compilers ignorant of C keyword 'inline'. check-in: 3b2b41c66a user: dgp tags: novem | |
| 21:25 | Reducing the complexity of the bytecodes as an experiment. check-in: f85f56e089 user: dkf tags: novem-reduced-bytecodes | |
| 21:03 | Stop defining VOID. Demand C compilers that know the void keyword. check-in: 0cbc079c6b user: dgp tags: novem | |
| 20:32 | Destroy all the TCL_STORAGE_CLASS and associated nonsense. check-in: 3ce8b298a8 user: dgp tags: novem | |
| 17:45 | Remove STRINGIFY and JOIN utility macros. Tcl doesn't use them. And Tcl doesn't need to be in the u... check-in: 5cb2cdbe3e user: dgp tags: novem | |
| 17:25 | Proposed rollback of the TCL_STUB_MAGIC change on novem branch. Closed-Leaf check-in: acb499fbfd user: dgp tags: novem-review | |
| 17:03 | missed bit of merge check-in: f8c0bcf085 user: dgp tags: novem-remove-string-result | |
| 16:52 | Get the updated error message check-in: 8c5d02ccf4 user: dgp tags: novem-remove-string-result | |
| 16:26 | Merge bug-3588687 check-in: e738bbbfd9 user: dgp tags: novem-remove-string-result | |
| 16:03 | merge novem check-in: 9aea84f29c user: dgp tags: novem-remove-string-result | |
| 15:58 | merge trunk check-in: b4566ed5f7 user: dgp tags: novem | |
| 15:24 | Revise TclInitStubs() so that it checks for consistent values of both TCL_MAJOR_VERSION and TCL_STUB... check-in: b170487915 user: dgp tags: bug-3588687 | |
| 14:54 | 3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 115032dc74 user: dgp tags: trunk | |
| 14:50 | 3588687 When detecting incompatibility during stubs initialization, the error message has always ass... check-in: 8f79454347 user: dgp tags: core-8-5-branch | |
| 13:15 | silence compiler warning check-in: b447c19b77 user: dgp tags: trunk | |
|
2012-11-28
| ||
| 08:52 | Silence some (unimportant) warnings from the MIPSpro compiler. check-in: 3b738c70ee user: dkf tags: trunk | |
| 00:04 | [3590483]: Some compilers cannot initialize with complex non-constants. check-in: 7d73c405e1 user: dkf tags: trunk | |
|
2012-11-27
| ||
| 21:09 | 3588687 Added cross checks so that [load]ed extension, [load]ing interp, and linked stubs library al... check-in: eb3b3c4f75 user: dgp tags: bug-3588687 | |
| 11:02 | Conversion of Win-specific code to new model API. WARNING! UNTESTED! check-in: 4adcc3c51f user: dkf tags: novem-64bit-sizes | |
|
2012-11-26
| ||
| 22:37 | Merge (selected bits of) novem check-in: 1d357d342e user: dgp tags: novem-remove-string-result | |
| 22:23 | Stop segfaults in test suite. check-in: c39b6ff155 user: dgp tags: novem-remove-string-result | |
| 21:49 | merge (some of) novem check-in: cc8d784bea user: dgp tags: novem-remove-string-result | |
| 21:43 | Merge use of [load] to find and nicely report error when incompatible stubs mechanisms between [load... check-in: 1d36aeb2bf user: dgp tags: novem-remove-string-result | |
| 21:30 | ...and here's the lines left behind in the editor. check-in: 20202399bf user: dgp tags: novem-remove-string-result | |
| 21:25 | Comments and renamings around the legacy fields for string results. check-in: 70b9582b31 user: dgp tags: novem-remove-string-result | |
| 18:08 | Submitted patch on interactive use of the rc file. Needs resolution of the failing tests in the test... Leaf check-in: ec3bfb08c2 user: dgp tags: rfe-3432962 | |
| 17:40 | Factor out creation of the -sockname and -peername lists from TcpGetOptionProc() to TcpHostPortList(... check-in: d2d9d14de4 user: max tags: trunk | |
| 16:59 | merge 8.5 check-in: 45a2eb8ff0 user: dgp tags: griffin-numlevels | |
| 16:44 | Submitted patch claiming to fix errors in nested eval counting. check-in: 31204c61f8 user: dgp tags: griffin-numlevels | |
| 15:54 | shut up some pointless compiler grumbling check-in: 0a002c55f6 user: dkf tags: novem-64bit-sizes | |
| 15:48 | missed a spot in an unsaved file... check-in: c667547fe6 user: dkf tags: novem-64bit-sizes | |
| 15:46 | merge novem check-in: ab9713b5f1 user: dkf tags: novem-64bit-sizes | |
| 15:40 | reducing the number of signed/unsigned hazards check-in: 381a588058 user: dkf tags: novem-64bit-sizes | |
| 15:37 | merge trunk check-in: 3be459daae user: jan.nijtmans tags: novem | |
| 15:33 | merge trunk check-in: f3fa5b57c9 user: mig tags: mig-alloc-reform | |
| 15:33 | unbreak UNIX build check-in: b676e091f0 user: jan.nijtmans tags: novem | |
| 15:31 | merge trunk check-in: cdc837ae05 user: mig tags: mig-alloc-reform | |
| 15:28 | merge trunk check-in: 75ea3a482f user: dgp tags: core-8-6-0-rc | |
| 15:27 | doc formatting goofs check-in: c6b4acb1a5 user: dgp tags: trunk | |
| 14:29 | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslash, Tcl_EvalFile, Tcl_Gl... check-in: 6b2cf92413 user: jan.nijtmans tags: novem | |
| 10:12 | Fixing a few things that were missed (as they are for non-OSX Unix). check-in: 768ab704ad user: dkf tags: novem-64bit-sizes | |
|
2012-11-25
| ||
| 18:27 | merge novem check-in: ba36ca6cfd user: dkf tags: novem-64bit-sizes | |
| 16:02 | remove commented-out junk in tclListObj.c check-in: 0c315832ff user: mig tags: mig-alloc-reform | |
| 15:21 | Clean compile on OSX - except for usual warnings - and passes test suite. check-in: 1ef028ae69 user: dkf tags: novem-64bit-sizes | |
|
2012-11-24
| ||
| 12:17 | fix number of problems due to signed/unsigned comparisons check-in: 88da44219e user: dkf tags: novem-64bit-sizes | |
|
2012-11-23
| ||
| 15:16 | the last places that outright crashed check-in: 570a8e0df4 user: dkf tags: novem-64bit-sizes | |
| 14:29 | some more fixes check-in: cbdd34dc78 user: dkf tags: novem-64bit-sizes | |
| 13:57 | and a few more fixes check-in: f46395821f user: dkf tags: novem-64bit-sizes | |
| 13:53 | fix crashing test check-in: 2567131f05 user: dkf tags: novem-64bit-sizes | |
| 13:49 | test suite now doesn't hang check-in: 142af68cf0 user: dkf tags: novem-64bit-sizes | |
| 13:42 | stop io.test from busylooping on unix check-in: af95eda298 user: dkf tags: novem-64bit-sizes | |
| 09:04 | fix some fencepost errors check-in: 5cb9be31d5 user: dkf tags: novem-64bit-sizes | |
|
2012-11-22
| ||
| 23:20 | now, some tests even pass! check-in: a9b17dd321 user: dkf tags: novem-64bit-sizes | |
| 17:27 | merge trunk check-in: 35b8d54516 user: dgp tags: core-8-6-0-rc | |
| 15:14 | Modification to Autoconf to prefer tcl8.6+ or tcl9 over tcl8.5 (or older) This allows build scripts... check-in: 9166f0084e user: seandeelywoods tags: hypnotoad-prefer-native-8.6 | |
| 09:18 | merge trunk check-in: e122d03c34 user: jan.nijtmans tags: novem | |
| 08:49 | Fix bug reported by Brian Griffin: <p>[http://code.activestate.com/lists/tcl-core/12524/] check-in: 181caa1a57 user: jan.nijtmans tags: trunk | |
| 08:47 | Fix bug reported by Brian Griffin: <p>[http://code.activestate.com/lists/tcl-core/12524/] check-in: 6509c9b571 user: jan.nijtmans tags: core-8-5-branch | |
| 04:07 | Adding: * generic/tclVexpr.tcl - Script to build tclVexpr.c and vexpr.n * generic/tclVexpr.c - F... check-in: 7fcc65a8ad user: hypnotoad tags: hypnotoad-vexpr | |
|
2012-11-21
| ||
| 10:18 | more conversion of code, still not running test suite at all check-in: e648a1571f user: dkf tags: novem-64bit-sizes | |
| 00:42 | converting to use TCL_STRLEN check-in: 2afb72a22d user: dkf tags: novem-64bit-sizes | |
|
2012-11-20
| ||
| 22:02 | some more fixes check-in: be28a68ad4 user: dkf tags: novem-64bit-sizes | |
| 21:37 | Basic changes to make it possible to get to a command prompt without warnings. check-in: 449c3702a3 user: dkf tags: novem-64bit-sizes | |
| 12:14 | merge dkf-compile-misc-info check-in: 7ddc1cf12f user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 12:13 | merge dkf-compile-misc-info check-in: e4156ccf6b user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 12:11 | [Bug 3033307]: fix [binary decode base64] whitespace handling with '=' suffixes check-in: 15e6f87e78 user: dkf tags: trunk | |
| 12:04 | very minor style tweaks Closed-Leaf check-in: d83ade012e user: dkf tags: bug-3033307 | |
| 11:26 | Change Tcl_VarTraceInfo into a macro, just as Tcl_EvalObj/Tcl_GlobalEvalObj check-in: 7e3503676e user: jan.nijtmans tags: better-deprecation-85 | |
| 10:03 | merge novem check-in: e445ac19a3 user: jan.nijtmans tags: novem-unversioned-stub | |
| 10:01 | merge trunk check-in: 4403712fe4 user: jan.nijtmans tags: novem | |
| 09:12 | merge trunk check-in: b80796f566 user: jan.nijtmans tags: better-deprecation | |
| 09:01 | It might be that iPtr->result points to an empty string but that iPtr->objResult contains the real e... check-in: c7d7ddfbe3 user: jan.nijtmans tags: novem | |
| 08:42 | ... make it more portable check-in: b72b900ae6 user: jan.nijtmans tags: novem | |
| 08:40 | Add checks for the assumtions made in tclStubLib.c, making sure that those assumtions are maintained... check-in: 16299cb2af user: jan.nijtmans tags: novem | |
|
2012-11-19
| ||
| 22:35 | Remove version number from stub library check-in: bd9e1fa311 user: jan.nijtmans tags: novem-unversioned-stub | |
| 22:34 | make windde and winreg load again check-in: ae8377e32a user: jan.nijtmans tags: novem | |
| 22:23 | merge trunk check-in: 9bbf5fce52 user: dkf tags: bug-3033307 | |
| 22:10 | merge trunk check-in: 6300f76d27 user: dkf tags: dkf-bytecode-8.6-main | |
| 22:08 | [Bug 3588366]: Corrected implementation of bounds restriction for end-indexed compiled [string range... check-in: 2af48a01bb user: dkf tags: trunk | |
| 21:57 | (Bad idea) Closed-Leaf check-in: bb17b099d2 user: jan.nijtmans tags: tcl_nosize | |
| 21:46 | Single stub library can now handle Tcl8 and Tcl9 with different MAGIC values check-in: ce3ac22537 user: jan.nijtmans tags: novem | |
| 21:45 | eliminate unused variable check-in: 945c5ca4de user: jan.nijtmans tags: novem | |
| 17:30 | merge trunk check-in: 9e3b81d1d8 user: dgp tags: core-8-6-0-rc | |
| 15:37 | make Tcl_SeekOld, Tcl_TellOld, TclCopyChannelOld and TclSockMinimumBuffersOld deprecated as well: <p... check-in: cc058c2125 user: jan.nijtmans tags: better-deprecation | |
| 12:17 | Merge trunk <p>Adapt Tcl_Tell and Tcl_Seek to use the new type check-in: d2181b6ae0 user: jan.nijtmans tags: tcl_nosize | |
| 11:17 | Remove some undocumented - obsolete - function from the API with 'Old' in the name. check-in: 4648cb9db2 user: jan.nijtmans tags: novem | |
| 10:20 | Merge novem. <p>Introduce TCL_SIZE_T type. Not complete yet. check-in: a3ee6b3635 user: jan.nijtmans tags: tcl_nosize | |
| 08:30 | Better solution for handling errors from Tcl 8.x compiled extensions. Works for existing ones. check-in: 34daa2003f user: jan.nijtmans tags: novem | |
| 07:14 | getting closer to being able to run the test suite... check-in: 71eeff3601 user: dkf tags: novem-64bit-sizes | |
| 06:41 | now a clean compile on OSX in non-debug mode check-in: b814e8d7e8 user: dkf tags: novem-64bit-sizes | |
|
2012-11-18
| ||
| 23:57 | TclOO converted, plus tclLoadDyld.c check-in: 8d9ba11c5f user: dkf tags: novem-64bit-sizes | |
| 22:18 | If TCL_NO_DEPRECATED is defined, switch off obsolete "puts" syntax check-in: a25a575bed user: jan.nijtmans tags: better-deprecation | |
| 22:11 | Better deprecation: If TCL_NO_DEPRECATED is defined, disable Tcl_CreateMathFunc, Tcl_GetMathFuncInfo... check-in: f283c4dc45 user: jan.nijtmans tags: better-deprecation | |
| 20:13 | merge novem branch check-in: 0e988a3278 user: jan.nijtmans tags: tcl_nosize | |
| 19:38 | no need for head-scratching any more, already corrected on novem branch Closed-Leaf check-in: e649759f5c user: jan.nijtmans tags: novem-remove-string-result | |
| 17:42 | ... and the unix-specific files converted check-in: 7cc91279e2 user: dkf tags: novem-64bit-sizes | |
| 17:24 | change stub library to detect - and generate a nice error-message - when a shared library compiled ... check-in: cd530ee72f user: jan.nijtmans tags: novem | |
| 17:21 | ... and even more check-in: 7a9b06162b user: dkf tags: novem-64bit-sizes | |
| 17:12 | <i>on-hold at Don Porter's request</i> change stub library to detect - and generate a nice error-me... Closed-Leaf check-in: 7b721861e8 user: jan.nijtmans tags: on-hold-trunk | |
| 17:04 | <i>On hold at Don Porter's request</i> hange stub library to detect - and generate a nice error-mes... Closed-Leaf check-in: 9c960be0cb user: jan.nijtmans tags: on-hold-85 | |
| 13:59 | ... and another tranche check-in: c4a1bbbad2 user: dkf tags: novem-64bit-sizes | |
| 12:41 | parser and line number computation engine check-in: 717ce64a54 user: dkf tags: novem-64bit-sizes | |
| 07:39 | Better programming practice, no literal '-1' in source code. Might even be useful for 64bit-sizes br... check-in: 11a1d1e174 user: jan.nijtmans tags: tcl_nosize | |
| 00:38 | ...and a few more check-in: 152944662f user: dkf tags: novem-64bit-sizes | |
| 00:06 | another batch of conversions check-in: 7698b769e5 user: dkf tags: novem-64bit-sizes | |
|
2012-11-17
| ||
| 08:11 | merge novem Closed-Leaf check-in: 0b14473507 user: jan.nijtmans tags: novem-64bit-sizes | |
| 00:25 | WIP removing the maintenance of a string result in the Interp. Still some head-scratching on what t... check-in: f46d17d968 user: dgp tags: novem-remove-string-result | |
|
2012-11-16
| ||
| 22:56 | revert mistaken commit Closed-Leaf check-in: d4edc59509 user: dgp tags: dgp-remove-string-result | |
| 22:51 | merge trunk check-in: 8f081ad005 user: dgp tags: dgp-remove-string-result | |
| 22:44 | yet more conversions check-in: ef4d60fc2b user: dkf tags: novem-64bit-sizes | |
| 21:18 | a bunch more conversions check-in: a152888208 user: dkf tags: novem-64bit-sizes | |
| 21:17 | Burn the bridge back to obsolete [puts] syntax. (Tcl 6?!) check-in: 536c0df045 user: dgp tags: novem | |
| 19:17 | Burn the octal bridges. We're not goin' back. check-in: f1954e7f4d user: dgp tags: novem | |
| 17:57 | Tcl_Value is now a synonym for Tcl_Obj ! check-in: d6204416c3 user: dgp tags: novem | |
| 17:52 | Remove pre-8.5 interface for custom expr functions. check-in: d0406260f8 user: dgp tags: novem | |
| 17:23 | merge Jan's contribution check-in: 2926909462 user: dkf tags: novem-64bit-sizes | |
| 16:37 | merge trunk check-in: 748e6739a3 user: dgp tags: novem | |
| 16:19 | 3587651 Fix [info functions] and Tcl_ListMathFuncs(). check-in: 182c1d99c3 user: dgp tags: trunk | |
| 16:11 | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions] check-in: 970cfc1041 user: dgp tags: core-8-5-branch | |
| 15:40 | conversion of many files check-in: 30983e25c6 user: dkf tags: novem-64bit-sizes | |
| 15:35 | 3587651 fix [info functions] (Re-implementation in Tcl) check-in: ea330a961c user: dgp tags: core-8-5-branch | |
| 14:15 | More work done. Still I am finding places where int should be size_t and reverse. check-in: d348e679f7 user: jan.nijtmans tags: novem-64bit-sizes | |
| 12:52 | merge trunk check-in: 0cf5bc8ded user: dgp tags: core-8-6-0-rc | |
| 12:38 | merge "novem" <p>Everything compiles now, but it doesn't run yet. check-in: 005a09e2be user: jan.nijtmans tags: novem-64bit-sizes | |
| 12:02 | eliminate CONST/CONST84/CONST86 check-in: b9edee7fc7 user: jan.nijtmans tags: novem | |
| 11:41 | A few unneeded internal CONST/CONST86's check-in: b86be72558 user: jan.nijtmans tags: trunk | |
| 11:27 | merge "novem" Review function changes int <-> size_t. Changed some more and reverted some others. Ru... check-in: 8edd8131a2 user: jan.nijtmans tags: novem-64bit-sizes | |
| 10:22 | Doc fix in TCL_MEM_DEBUG.3 check-in: 17676b7c5f user: jan.nijtmans tags: novem | |
| 10:22 | Doc fix in TCL_MEM_DEBUG.3 check-in: 6dbd91a6d0 user: jan.nijtmans tags: trunk | |
| 10:21 | Doc fix in TCL_MEM_DEBUG.3 check-in: f8609137ca user: jan.nijtmans tags: core-8-5-branch | |
| 10:12 | Merge trunk <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some... check-in: 603622b6d3 user: jan.nijtmans tags: novem | |
| 09:38 | Let all test-cases which require Thread, at least require Thread 2.7 check-in: 12f5a13e60 user: jan.nijtmans tags: trunk | |
| 08:35 | Don't use deprecated function check-in: c063c9d28f user: jan.nijtmans tags: trunk | |
|
2012-11-15
| ||
| 22:17 | Abandon support for pre-8.5 bytecode. check-in: 334b80b0c1 user: dgp tags: novem | |
| 21:46 | merge from novem check-in: 9d18b10109 user: dkf tags: novem-64bit-sizes | |
| 21:04 | Goodbye to [case]. check-in: ece21b6163 user: dgp tags: novem | |
| 20:56 | first few files converted check-in: 072b223051 user: dkf tags: novem-64bit-sizes | |
| 20:25 | Contributed patch from Andy Goth. check-in: 9fb81c1f45 user: dgp tags: bug-3033307 | |
| 15:59 | Working towards 64-bit memory object sizes; WIP... check-in: c8100e8bb4 user: dkf tags: novem-64bit-sizes | |
| 15:04 | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no secti... check-in: 534312e090 user: jan.nijtmans tags: trunk | |
| 15:02 | Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no secti... check-in: 468cd154a3 user: jan.nijtmans tags: core-8-5-branch | |
| 11:48 | Simplification: don't declare struct types that are never used. check-in: 1e2c21fd06 user: jan.nijtmans tags: trunk | |
| 10:40 | merge-mark check-in: 36dcc8c210 user: jan.nijtmans tags: core-8-5-branch | |
| 09:10 | merge-mark check-in: fb7744fb69 user: jan.nijtmans tags: core-8-5-branch | |
| 05:12 | Octal death documentation impacts. check-in: d0016535c0 user: dgp tags: novem | |
| 04:09 | Kill Octal; bump to 9.0a0; make test suite work again. check-in: 9ea4c8ee49 user: dgp tags: novem | |
| 01:54 | merge trunk: check-in: 6dd0c8d37c user: dgp tags: core-8-6-0-rc | |
| 01:44 | unbreak trunk; fix some warnings check-in: 3bb8276262 user: dkf tags: trunk | |
| 00:20 | IMPLEMENTATION OF TIP#416: New Options for 'load': -global and -lazy check-in: ee5b8dcfad user: jan.nijtmans tags: trunk | |
|
2012-11-14
| ||
| 16:57 | merge trunk check-in: 872a233e89 user: dgp tags: core-8-6-0-rc | |
| 15:50 | oops Closed-Leaf check-in: 19cd443ed2 user: jan.nijtmans tags: forgiving-pkgconfig | |
| 15:44 | Experiment: make ::tcl::pkgconfig more forgiving when the requested encoding cannot be found. check-in: 4cc7e2a948 user: jan.nijtmans tags: forgiving-pkgconfig | |
| 14:35 | merge mark check-in: dc72be0dbc user: dkf tags: trunk | |
| 14:33 | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of the back-stop default te... check-in: 4fb4ed1471 user: dkf tags: core-8-5-branch | |
| 13:01 | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factor out all the code to do temp... check-in: 2f3da59db1 user: dkf tags: trunk | |
| 09:58 | merge trunk Closed-Leaf check-in: 7e567b9e05 user: jan.nijtmans tags: frq-3579001 | |
| 09:12 | Workaround for mingw versions which don't provide _fpcontrol in float.h check-in: 73042d17c8 user: jan.nijtmans tags: trunk | |
| 09:11 | Workaround for mingw versions which don't provide _fpcontrol in float.h check-in: f93feee5b5 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-11-13
| ||
| 21:31 | merge trunk check-in: 21954dc8a9 user: dgp tags: core-8-6-0-rc | |
| 21:23 | 360894 Threads inherit floating point config from their creator thread check-in: 3574448bf4 user: dgp tags: trunk | |
| 21:22 | 360894 Threads inherit floating point config from their creator thread. check-in: 5e4a7a9ee2 user: dgp tags: core-8-5-branch | |
| 20:03 | also search for the library directory (init.tcl, encodings, etc) relative to the build directory ass... check-in: e54043c366 user: mistachkin tags: trunk | |
| 19:59 | also search for the library directory (init.tcl, encodings, etc) relative to the build directory ass... check-in: be9a7049d7 user: mistachkin tags: core-8-5-branch | |
| 18:02 | merge trunk check-in: 9d434752ed user: dkf tags: dkf-http-cookies | |
|
2012-11-12
| ||
| 23:33 | merge mark check-in: addeb1588f user: dgp tags: trunk | |
| 23:22 | merge release to 8.5 check-in: a07da4ee35 user: dgp tags: core-8-5-branch | |
| 10:25 | Check for USE_TCL_STUBS as well Closed-Leaf check-in: 5339e19ee5 user: jan.nijtmans tags: bug-3562640 | |
| 10:03 | merge trunk check-in: af3e5de5a0 user: jan.nijtmans tags: bug-3562640 | |
| 08:01 | merge trunk. <p>doc fix check-in: 50ce5a659d user: jan.nijtmans tags: frq-3579001 | |
| 07:53 | style fix check-in: 5fbbfc2a80 user: jan.nijtmans tags: trunk | |
| 07:44 | merge trunk check-in: b3da51d3fb user: jan.nijtmans tags: frq-3579001 | |
|
2012-11-10
| ||
| 19:24 | added forgotten Changelog entry check-in: d5f32ab609 user: mig tags: trunk | |
| 17:08 | re-enable bcc-tailcall, after fixing an infinite loop in the TCL_COMPILE_DEBUG mode check-in: 4ea681879b user: mig tags: trunk | |
|
2012-11-09
| ||
| 20:11 | merge trunk check-in: 0808bcc7b6 user: jan.nijtmans tags: frq-3579001 | |
| 15:12 | ChangeLog release mark Closed-Leaf check-in: b336545c4f user: dgp tags: core-8-5-13-rc, core-8-5-13 | |
| 13:53 | merge mark check-in: 5468c99748 user: dgp tags: core-8-5-13-rc | |
| 12:11 | Flag USE_TCLOO_STUBS is not necessary any more for extensions: Stubs are the only way to access TclO... check-in: 06345d5b54 user: jan.nijtmans tags: trunk | |
|
2012-11-08
| ||
| 21:46 | merge trunk; resolve conflicts check-in: b9106ac438 user: dgp tags: dgp-refactor | |
| 16:22 | dup test name check-in: dd63631c29 user: dgp tags: trunk | |
| 15:44 | merge trunk check-in: 80ae3ec193 user: dgp tags: core-8-6-0-rc | |
| 15:43 | Declare TclOO portion of the Tcl API to be stable -> TclOO 1.0 check-in: 1f7c7e8b4e user: dgp tags: core-8-6-0-rc | |
| 15:25 | Create Tcl 8.6.0 release branch check-in: 1cb8443cf3 user: dgp tags: core-8-6-0-rc | |
| 15:21 | Updated the language of the documentation so that "object" refers to an OO concept throughout, and a... check-in: d664748a86 user: dkf tags: trunk | |
| 13:50 | Missing bits of the msgcat 1.4 -> 1.5 bump. check-in: fc792635e1 user: dgp tags: trunk | |
| 13:33 | Pull msgcat fixes over the main dev branch check-in: 1ba576d019 user: dgp tags: core-8-5-branch | |
| 13:31 | Revert msgcat requirement bump in the "clock" module. Should be no need for it. check-in: 2806445514 user: dgp tags: core-8-5-13-rc | |
| 13:06 | Remove another reference to tcl.wse.in check-in: 5c25c5c93b user: jan.nijtmans tags: trunk | |
| 10:16 | merge updates to make HTML generation better check-in: 069f682541 user: dkf tags: trunk | |
| 10:14 | Added tooltip generation to contents and keywords pages. Closed-Leaf check-in: 833d91a67d user: dkf tags: off-trunk | |
| 09:15 | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, library/clock.tcl, win/mak... check-in: a0f5aefcc4 user: oehhar tags: core-8-5-13-rc | |
| 08:22 | Make HTML generator more resilient against problems when generating docs for older versions of Tcl/T... check-in: d61b5fb209 user: dkf tags: off-trunk | |
|
2012-11-07
| ||
| 20:56 | tzdata update check-in: 42c4fb738c user: dgp tags: core-8-5-13-rc | |
| 20:53 | Import tzdata2012i check-in: 4d62db0c92 user: kbk tags: trunk | |
| 20:49 | Import tzdata2012i check-in: d3f74cece8 user: kbk tags: core-8-5-branch | |
| 20:41 | Remove files and references for long outdated Wise Installer. check-in: bbb8a76120 user: dgp tags: trunk | |
| 19:11 | update changes check-in: 4477bffb9d user: dgp tags: core-8-5-13-rc | |
| 17:36 | merge 8.5 check-in: 833ad6022e user: dgp tags: core-8-5-13-rc | |
| 17:30 | merge mark check-in: bbfde6b0fc user: dgp tags: trunk | |
| 17:26 | 3574493 Avoid hanging on exit due to use of synchronization calls in routines called by DllMain(). check-in: ff93640153 user: dgp tags: core-8-5-branch | |
| 15:29 | merge-mark check-in: e9a3d02458 user: jan.nijtmans tags: core-8-5-branch | |
| 14:41 | Added package descriptor file to allow for easier configuration of integration of contributed packag... check-in: 38cdd285ca user: dkf tags: trunk | |
| 14:27 | merge trunk check-in: f1c98e24ba user: jan.nijtmans tags: frq-3579001 | |
| 13:18 | Minor change: another formatting improvement check-in: 9fdefb44c5 user: dkf tags: trunk | |
| 13:14 | Minor change: Formatting fix check-in: ea0214e0bd user: dkf tags: trunk | |
| 10:36 | just fix some characters that fossil cannot handle well check-in: 9c4864e9d1 user: jan.nijtmans tags: trunk | |
| 10:32 | just fix some characters that fossil cannot handle well check-in: 7559185e9a user: jan.nijtmans tags: core-8-5-branch | |
| 08:03 | Finish the TIP #416 implementation as specified (#define's were still missing). Added warning to "lo... check-in: 6c3f682fbf user: jan.nijtmans tags: frq-3579001 | |
|
2012-11-06
| ||
| 21:16 | merge trunk check-in: 892cbafd88 user: dkf tags: frq-3579001 | |
| 16:28 | merge 8.5 check-in: 2f1584af57 user: dgp tags: core-8-5-13-rc | |
| 16:27 | Complete bump to http 2.8.5 check-in: ccb1ff90b3 user: dgp tags: trunk | |
| 16:20 | changes update check-in: a9e7e88084 user: dgp tags: core-8-5-branch | |
| 16:14 | complete bump to http 2.7.10 check-in: 4801f395db user: dgp tags: core-8-5-branch | |
| 13:16 | [Bug 3581754]: Ensure that http -command callbacks are done at most once. check-in: c25583796f user: dkf tags: trunk | |
| 10:40 | [Bug 3581754]: Ensure that http -command callbacks are done at most once. check-in: 7cc196fc6f user: dkf tags: core-8-5-branch | |
|
2012-11-05
| ||
| 21:56 | merge main dev branch check-in: cccfdb8685 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 21:55 | merge main dev branch check-in: 4c63be2ac8 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 21:47 | merge trunk: INST_TAILCALL has bug check-in: 90ced9e9c8 user: dkf tags: dkf-bytecode-8.6-main | |
| 21:03 | make dist check-in: c1a927a382 user: dgp tags: core-8-5-13-rc | |
| 20:29 | merge 8.5 check-in: 60575eaae2 user: dgp tags: core-8-5-13-rc | |
| 20:27 | merge changes check-in: 67e02930a9 user: dgp tags: trunk | |
| 20:27 | date fixes check-in: 430c551c34 user: dgp tags: core-8-5-branch | |
| 20:19 | Update changes for 8.5.13. check-in: c83c57ad2d user: dgp tags: core-8-5-branch | |
| 18:42 | autoconf-2.59 check-in: bc204342cf user: dgp tags: core-8-5-13-rc | |
| 18:38 | Release branch for Tcl 8.5.13. check-in: b4e06ef649 user: dgp tags: core-8-5-13-rc | |
| 16:57 | Disable bytecompile of [tailcall] until it gets some repair. As is, it hopelessly bogs down debug-e... check-in: 681260c3fd user: dgp tags: trunk | |
| 15:33 | merge main dev branch check-in: bd2cb80131 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 15:28 | merge main dev branch check-in: 3b9b1bfb43 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 15:17 | merge trunk check-in: 1fc3f2cbaf user: dkf tags: dkf-bytecode-8.6-main | |
| 14:55 | Added bytecode compilation of many Tcl commands, merged from development branch. check-in: 8e20d1a93f user: dkf tags: trunk | |
| 14:42 | TIP #413 check-in: 1763fa9dc9 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 14:34 | Added compilation of [array exists], [array set] and [array unset]. Fixed a whole bunch of issues wi... check-in: 7c61073736 user: dkf tags: merge-to-trunk, dkf-bytecode-8.6-main | |
|
2012-11-04
| ||
| 16:57 | fix Tcl_FSFileAttrStrings doc check-in: 78a8bf7285 user: jan.nijtmans tags: trunk | |
|
2012-11-03
| ||
| 20:21 | Added compilation of [string last] and improved the compilation of [string range]. This in turn enab... check-in: 75cbbc5cf0 user: dkf tags: dkf-bytecode-8.6-main | |
| 12:48 | Added compilation of [info object isa object] (i.e., object verification). check-in: 4d5db00353 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-11-02
| ||
| 20:39 | reorder to preserve main BC development branch sequence better check-in: ef6191e5a7 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 20:25 | merge dkf-compile-misc-info check-in: f0a7031a74 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 18:13 | Added more TclOO introspection bytecodes ([info object class], [info object namespace]). Also moved ... check-in: 294a3d3bb9 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:50 | Work on compilation of [string is]. Hit some problem edge cases with differences in strictness of ed... check-in: dd27dc1543 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2012-11-01
| ||
| 20:40 | Working towards a BCCed [next]. This version <i>almost</i> works, except for a problem with restorin... check-in: 6344562868 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 18:06 | Added compilation of [tailcall]. Not a particularly efficient compilation though; it does not detect... check-in: 2968fdc5d5 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:47 | Added compilation of [dict create] and [dict merge]. check-in: b8eaa3a98a user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-31
| ||
| 13:09 | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 check-in: 2afb21274b user: jan.nijtmans tags: trunk | |
|
2012-10-30
| ||
| 22:16 | Added [dict exists] compilation; implementation is 95% shared with [dict get]. check-in: 6859d16fe4 user: dkf tags: dkf-bytecode-8.6-main | |
| 20:59 | Some corrections and performance tweaks check-in: b6871e5b80 user: dkf tags: dkf-bytecode-8.6-main | |
| 18:20 | Compilation of [string first] and [string range] (with constant indices). check-in: e756e9bdac user: dkf tags: dkf-bytecode-8.6-main | |
| 12:39 | Added compilation of [regsub] (in the simplest, most restricted case). check-in: d2d9a5c8de user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-29
| ||
| 21:35 | Added compilation of simplest practical case of [string map]. check-in: b1a427318b user: dkf tags: dkf-bytecode-8.6-main | |
| 17:16 | Minor: correct a comment check-in: e10490c739 user: dkf tags: dkf-bytecode-8.6-main | |
| 17:15 | Compiler for some of the simpler cases of [format]. check-in: 07728408e3 user: dkf tags: dkf-bytecode-8.6-main | |
| 12:03 | merge trunk check-in: 4b0388c65f user: dkf tags: dkf-bytecode-8.6-main | |
| 12:03 | Merge corrected [yield] compilation. Many thanks to Miguel Sofer for help. check-in: dfc7ee7e95 user: dkf tags: dkf-bytecode-8.6-main | |
| 11:02 | Compilation of [info commands] in the case of a fully-qualified literal name. check-in: 71f464d707 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-28
| ||
| 18:58 | fix INST_YIELD so that it works Closed-Leaf check-in: ce774f1a5a user: mig tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main | |
| 16:01 | Added [self namespace] to bytecoded command set. check-in: 6f1282e0b7 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-26
| ||
| 13:13 | Working towards a BCCed [yield]; this doesn't work right now. check-in: af49d8d62b user: dkf tags: dkf-bytecode-8.6/yield, dkf-bytecode-8.6-main | |
| 07:32 | Compile [namespace which -command]; big performance saving in some contexts. check-in: a8d554940e user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-25
| ||
| 09:56 | Added compilation of [namespace code] (except for gnarly edge cases). check-in: a761d4846d user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-24
| ||
| 21:22 | syntax improvement: expect options before the filename <p>start at documentation check-in: 7bc615df40 user: jan.nijtmans tags: frq-3579001 | |
| 13:08 | experimental implementation of FRQ-3579001 check-in: 0895bccd51 user: jan.nijtmans tags: frq-3579001 | |
| 11:28 | make tclTest.c compilable against version 2 filesystems check-in: 69687a01db user: jan.nijtmans tags: trunk | |
| 11:21 | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for upwards compatibility ... check-in: 16e24baac7 user: jan.nijtmans tags: core-8-5-branch | |
| 09:52 | merge trunk check-in: a141b7be02 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:50 | Added compilation of [dict unset]; the bytecode needed already existed anyway. check-in: 673065682d user: dkf tags: trunk | |
| 08:19 | minor correction to index line check-in: aedd95e0ee user: dkf tags: trunk | |
|
2012-10-23
| ||
| 22:07 | unbreak Mac OSX build check-in: 38faf636a9 user: jan.nijtmans tags: trunk | |
| 21:52 | merge trunk Closed-Leaf check-in: e01dd5837a user: jan.nijtmans tags: tip-318-update | |
| 21:50 | Add "flags" parameter from Tcl_LoadFile to to various internal functions, so these flags are availab... check-in: 4d417791c9 user: jan.nijtmans tags: trunk | |
| 21:45 | Remove unused TclpLoadFile function. check-in: fa1b4b9d54 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-10-19
| ||
| 14:17 | yet another small introspector: [self] check-in: 7d0c06ec95 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:48 | merge trunk check-in: 73270ca4da user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-18
| ||
| 17:38 | * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels are properly set, fix bug discove... check-in: ad2663e692 user: mig tags: trunk | |
|
2012-10-17
| ||
| 13:52 | merge trunk check-in: 818f3a1c03 user: dkf tags: dkf-bytecode-8.6-main | |
|
2012-10-16
| ||
| 14:25 | Remove two characters, zero width non-joiner (U+200c) and zero width joiner (U+200d), which were fin... check-in: d02f58c491 user: jan.nijtmans tags: tip-318-update | |
| 13:58 | doc fix check-in: 594e7e2747 user: jan.nijtmans tags: tip-318-update | |
| 13:44 | merge trunk check-in: ea6ac35e9b user: dkf tags: dkf-http-cookies | |
| 13:44 | merge trunk check-in: 4d4bfd540c user: dkf tags: tip-318-update | |
| 13:14 | Implementation of TIP #405. check-in: 24849c713c user: dkf tags: trunk | |
| 13:06 | merge trunk Closed-Leaf check-in: 1196fa3726 user: dkf tags: tip-405-impl-td | |
| 13:04 | Implementation of TIP #400. check-in: b6e98440db user: dkf tags: trunk | |
| 12:50 | merge trunk Closed-Leaf check-in: 006482c0ff user: dkf tags: tip-400-impl | |
|
2012-10-14
| ||
| 19:02 | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's source code. check-in: 6d7a7b3eb9 user: jan.nijtmans tags: trunk | |
| 19:00 | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's source code. check-in: 4f28137715 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-10-13
| ||
| 20:29 | Bug 3576509: tcl::Bgerror crashes with invalid arguments check-in: 70a5908228 user: jan.nijtmans tags: trunk | |
| 20:26 | Bug 3576509: tcl::Bgerror crashes with invalid arguments check-in: 8250ea2509 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-10-12
| ||
| 13:18 | separating out the IDNA handling code check-in: 62de51204b user: dkf tags: dkf-http-cookies | |
|
2012-10-10
| ||
| 14:49 | reorganize the code so that the IDNA procs live with the punycode procs; correct some misleading (an... check-in: 90c381007e user: dkf tags: dkf-http-cookies | |
|
2012-10-09
| ||
| 01:55 | and remove the two characters from string trim as well check-in: 999841323f user: jan.nijtmans tags: tip-318-update | |
| 01:48 | merge trunk <p>Dont include U+0082 and U+0083 in the Tcl space set check-in: 227a4f0b70 user: jan.nijtmans tags: tip-318-update | |
|
2012-10-06
| ||
| 06:13 | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8. check-in: ffd92c638b user: jan.nijtmans tags: trunk | |
|
2012-10-05
| ||
| 16:37 | 3574819 Increase test robustness by creating files in fresh directory to reduce trouble with any exi... check-in: 03878f7b0c user: dgp tags: trunk | |
| 14:54 | ...and all the compilation and tests now work/pass check-in: d075bd7bcd user: dkf tags: tip-405-impl-td | |
| 13:05 | compilation code adjusted check-in: 726ad3d776 user: dkf tags: tip-405-impl-td | |
| 08:55 | adjusted non-compiled implementation of [dict map] to match TIP check-in: 609bef1013 user: dkf tags: tip-405-impl-td | |
| 08:17 | tuning up the documentation check-in: 2e8391a42d user: dkf tags: tip-405-impl-td | |
| 07:56 | merge trunk check-in: 299bf364c3 user: dkf tags: tip-405-impl-td | |
|
2012-10-04
| ||
| 10:31 | merge trunk check-in: ba7cb4e081 user: dkf tags: dkf-http-cookies | |
| 08:25 | merge trunk check-in: 81346a2dc2 user: dkf tags: tip-400-impl | |
| 08:24 | clean up some of the code to remove warnings and uselessly-settable things check-in: 27db6ec7f9 user: dkf tags: tip-400-impl | |
|
2012-10-03
| ||
| 15:39 | When checking for std channels being closed, compare the channel state, not the channel itself so th... check-in: 986eb391ad user: dgp tags: trunk | |
| 15:29 | When checking for std channels being closed, compare the channel state, not the channel itself so th... check-in: 00425ee7d7 user: dgp tags: core-8-5-branch | |
| 09:38 | documented new C API; corrected type signature of no-zlib fallback function check-in: dac22bcb59 user: dkf tags: tip-400-impl | |
| 08:11 | merge trunk check-in: 46dc221942 user: dkf tags: tip-400-impl | |
|
2012-10-02
| ||
| 16:08 | Fix for core bug yet to be named/numbered. Closed-Leaf check-in: ba0663c73f user: dgp tags: dgp-stackedstdchan | |
|
2012-09-26
| ||
| 21:02 | Workaround for [socket -server foo -myaddr localhost 0] failure on OSX. check-in: 3989ecbba9 user: max tags: trunk | |
| 12:32 | update documentation check-in: 2e479f5fee user: jan.nijtmans tags: tip-318-update | |
| 12:00 | Merge trunk check-in: b2aae08f2d user: jan.nijtmans tags: tip-389-impl | |
|
2012-09-25
| ||
| 12:59 | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6 check-in: 2806b288e6 user: oehhar tags: core-8-5-branch | |
|
2012-09-23
| ||
| 20:29 | eliminate unnecessary TEXT() macros check-in: c155794425 user: jan.nijtmans tags: trunk | |
| 16:48 | tip 318 update check-in: f09c1bc377 user: jan.nijtmans tags: tip-318-update | |
|
2012-09-21
| ||
| 09:27 | new Tcl_UniCharIsWhitespace function Closed-Leaf check-in: 7a11f2ec28 user: jan.nijtmans tags: tip-318-update | |
|
2012-09-20
| ||
| 22:24 | merge trunk <p>add some more related space characters check-in: 7d7bea41b7 user: jan.nijtmans tags: tip-318-update | |
| 21:43 | New import libraries for zlib 1.2.7, usable for all win32/win64 compilers check-in: 5b46cb3197 user: jan.nijtmans tags: trunk | |
| 21:18 | [Frq 3527238]: Full unicode support for dde. Dde version is now 1.4.0b2. check-in: 9cf41d70ab user: jan.nijtmans tags: trunk, potential incompatibility | |
| 09:53 | clock uses new msgcat features check-in: d0f6a51a8f user: oehhar tags: msgcat_dyn_locale | |
|
2012-09-19
| ||
| 22:57 | merge trunk check-in: 598b8f1670 user: dkf tags: dkf-http-cookies | |
| 20:40 | (proposal) msgcat with dynamic mc file load on locale change check-in: 0c67dffd72 user: oehhar tags: msgcat_dyn_locale | |
| 20:31 | TIP#399 implementation: mcconfig may add additional glob pattern for mcload check-in: dbafc2163d user: oehhar tags: msgcat_dyn_locale | |
| 14:50 | merge trunk <p>change dde version to 1.4.0b2 Closed-Leaf check-in: 82e045469a user: jan.nijtmans tags: frq-3527238 | |
| 12:33 | Let "nmakehlp -V" start searching digits after the found match (suggested by Harald Oehlmann) check-in: 8be494c5ee user: jan.nijtmans tags: trunk | |
| 09:50 | Make Tcl_Interp a fully opaque structure if TCL_NO_DEPRECATED is set (TIP 330 and 336). check-in: d35c303e78 user: jan.nijtmans tags: trunk | |
|
2012-09-18
| ||
| 20:44 | merge release branch check-in: 29624cf67f user: dgp tags: trunk | |
| 10:15 | Fix the bugs in the punycode decoder check-in: bb4d24d885 user: dkf tags: dkf-http-cookies | |
| 07:21 | add next line (U+0085), zero width space (U+200b) and zero width no-break space (U+feff) to the defa... check-in: e2bad6f20a user: jan.nijtmans tags: tip-318-update | |
|
2012-09-17
| ||
| 14:44 | adapt to 8.6 environment properly; still some bugs... check-in: fa6e3d18fd user: dkf tags: dkf-http-cookies | |
| 12:56 | Tag Tcl 8.6b3 for release. Closed-Leaf check-in: 4b47cb33d0 user: dgp tags: core-8-6-b3-rc, core-8-6-b3 | |
| 12:26 | merge trunk check-in: 328958e0e1 user: dgp tags: core-8-6-b3-rc | |
| 10:50 | eliminate compiler warning in previous commit check-in: 81b322475b user: jan.nijtmans tags: trunk | |
| 10:45 | eliminate compiler warning in previous commit check-in: 6b15f347eb user: jan.nijtmans tags: core-8-5-branch | |
| 06:42 | Correct build version and backported 973091ef75 Closed-Leaf check-in: 2e943e53fe user: oehhar tags: tip404_tcl8-5 | |
|
2012-09-16
| ||
| 15:56 | Nicer style test. check-in: ef79a774d6 user: stwo tags: core-8-5-branch | |
| 15:51 | Nicer style test. check-in: 5a15cd0ee2 user: stwo tags: trunk | |
|
2012-09-14
| ||
| 18:20 | Mistaken cleanup command. check-in: d614733809 user: dgp tags: trunk | |
| 18:15 | Missing test cleanup. check-in: ac320d5dc6 user: dgp tags: trunk | |
| 14:59 | 3555001 Safer stale config fix. check-in: 405473ca60 user: dgp tags: core-8-6-b3-rc | |
| 07:44 | merge trunk check-in: 1b812be6a3 user: dkf tags: dkf-http-cookies | |
|
2012-09-13
| ||
| 16:19 | Safer stale config fix for review. Closed-Leaf check-in: 4a50977539 user: dgp tags: bug-3555001 | |
| 15:55 | merge trunk check-in: f6bdb60091 user: dgp tags: core-8-6-b3-rc | |
| 15:54 | autoconf-2.59 check-in: 47f0dca723 user: dgp tags: trunk | |
| 15:34 | First draft of tcl/pkgs/README bundling instructions. check-in: 172f8899ef user: dgp tags: core-8-6-b3-rc | |
| 14:17 | Revert committed debugging configuration. check-in: 4594e269cc user: dgp tags: core-8-6-b3-rc | |
| 14:08 | merge trunk check-in: e5ba23a0a1 user: dgp tags: core-8-6-b3-rc | |
| 13:09 | Fix msgcat-0.7 when running tests outside of the build tree (part of Bug #3549770) check-in: 973091ef75 user: jan.nijtmans tags: trunk | |
| 12:37 | merge trunk check-in: b052731c8b user: dgp tags: core-8-6-b3-rc | |
| 12:34 | 3566106 Solaris9/x86 support. Thanks Dagobert and others. check-in: a017a9202a user: dgp tags: trunk | |
| 11:32 | Update TIP #318 implementation to conform to the Unicode 6.2 space characters <p>To be discussed on ... check-in: 31ec38cd41 user: jan.nijtmans tags: tip-318-update | |
| 09:02 | 3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for filesystem-7.1.1 check-in: d3bb61ba3c user: twylite tags: trunk | |
|
2012-09-12
| ||
| 19:15 | merge trunk check-in: 2a7a5a7b0e user: dgp tags: core-8-6-b3-rc | |
| 19:11 | finish the TIP 404 implementation. check-in: 0d4581c31d user: dgp tags: trunk | |
| 17:42 | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6 check-in: c55455c351 user: oehhar tags: tip404_tcl8-5 | |
| 17:08 | tip#404 file locale mcset: mc(fl)(m)set check-in: dc1e9e3dea user: oehhar tags: trunk | |
| 11:50 | merge trunk check-in: d5aa40b536 user: dgp tags: core-8-6-b3-rc | |
|
2012-09-11
| ||
| 14:07 | 3564735 Protect against mem corruption when var resolvers misbehave. check-in: 693403d81c user: dgp tags: trunk | |
| 14:02 | 3564735 Protect against mem corruption when var resolvers misbehave. check-in: 8ffef269a0 user: dgp tags: core-8-5-branch | |
| 13:58 | contributed patch for Solaris 9/x86 support Closed-Leaf check-in: 343301da00 user: dgp tags: bug-3566106 | |
| 12:23 | merge trunk check-in: 69991604b3 user: dgp tags: core-8-6-b3-rc | |
| 10:37 | packing the code tighter, doing more explanatory comments check-in: 34c925dc01 user: dkf tags: dkf-http-cookies | |
|
2012-09-10
| ||
| 21:26 | merge trunk check-in: 005c69b8a7 user: dkf tags: dkf-http-cookies | |
| 21:24 | loading of restricted domain list now believed to work check-in: 40f3b920e9 user: dkf tags: dkf-http-cookies | |
| 13:24 | fix running package-tests on Windows, correct TCLSH_PROG in this case check-in: fe48e50258 user: jan.nijtmans tags: trunk | |
| 11:00 | Now, a working punycode engine check-in: 0553f99855 user: dkf tags: dkf-http-cookies | |
|
2012-09-09
| ||
| 12:02 | working on handling punycoding of IDNAs check-in: 4119011907 user: dkf tags: dkf-http-cookies | |
|
2012-09-07
| ||
| 21:58 | Experiment: MSVC build now links with 64-bit zlib1.dll Closed-Leaf check-in: a63c381a6f user: jan.nijtmans tags: msvc-with-64bit-zlib1.dll | |
| 21:01 | removed leftover from failed attempt to unify stub tables. check-in: 786146633c user: jan.nijtmans tags: trunk | |
| 17:22 | ChangeLog entry added Closed-Leaf check-in: 7236bac9ae user: oehhar tags: tip-404 | |
| 15:47 | correct font issues in define.n silence thread.test warning messages Automake updates check-in: 53895584ca user: dgp tags: core-8-6-b3-rc | |
| 15:32 | Reentrant mcfl(m)set command, test, document mcflset as recommended for message files check-in: 62aa37bb59 user: oehhar tags: tip-404 | |
| 14:44 | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes [2417695] check-in: 662a69f571 user: ferrieux tags: core-8-5-branch | |
| 10:35 | More improvements check-in: 93526c4a13 user: dkf tags: dkf-http-cookies | |
| 07:13 | improving the database, working towards a purging algorithm for session cookies check-in: 7e095fd713 user: dkf tags: dkf-http-cookies | |
|
2012-09-06
| ||
| 19:18 | Tidy up, making code be of higher general quality. check-in: 1065366fb5 user: dkf tags: dkf-http-cookies | |
| 19:01 | 3564735 Protection against namespace var resolvers that unexpectedly return a pointer to Var while T... Closed-Leaf check-in: b0ffeaec95 user: dgp tags: bug-3564735 | |
| 12:02 | merge trunk check-in: 190fcdd1cb user: dgp tags: core-8-6-b3-rc | |
| 10:16 | merge trunk check-in: d39b2621be user: dkf tags: dkf-http-cookies | |
| 09:49 | improve logging, correct 'secure' property handling, correct domain handling, simplify http<->cookie... check-in: 6524b62e77 user: dkf tags: dkf-http-cookies | |
|
2012-09-05
| ||
| 10:24 | closer to working check-in: 4a6b9a9da7 user: dkf tags: dkf-http-cookies | |
| 09:47 | Minor clarification of description; all traces use a command prefix for their callbacks. check-in: cc90448ff2 user: dkf tags: trunk | |
| 09:46 | more realistic queries check-in: 2a58a9277e user: dkf tags: dkf-http-cookies | |
| 09:37 | Minor clarification of description; all traces use a command prefix for their callbacks. check-in: 2bb4e9212b user: dkf tags: core-8-5-branch | |
|
2012-09-04
| ||
| 21:35 | merge trunk check-in: b38773da76 user: dkf tags: tip-405-impl-td | |
| 21:26 | merge trunk check-in: b4413bbae8 user: dkf tags: dkf-http-cookies | |
| 21:24 | Improving the cookie lookup code to actually handle paths&domains check-in: 70cf84a53e user: dkf tags: dkf-http-cookies | |
|
2012-09-02
| ||
| 07:28 | Add package index entry. check-in: dbca55b3e5 user: dkf tags: dkf-http-cookies | |
| 07:21 | merge trunk check-in: 1ed34b8810 user: dkf tags: dkf-http-cookies | |
|
2012-08-30
| ||
| 18:49 | ...and the date too. check-in: 9701b127b9 user: dgp tags: trunk | |
| 18:46 | Update changes for 8.6b3 check-in: b5c1fbee86 user: dgp tags: trunk | |
|
2012-08-29
| ||
| 08:49 | Alternative fix for bug-3562640 Closed-Leaf check-in: 71d18ede8d user: jan.nijtmans tags: bug-3562640-alt | |
| 06:31 | proposed solution for [Bug 3562640]: problem loading Thread in 8.5, when compiled for 8.6 check-in: 6b9d54bfeb user: jan.nijtmans tags: bug-3562640 | |
|
2012-08-28
| ||
| 14:28 | And add the listing of supported options. Closed-Leaf check-in: 21d7b4b106 user: dkf tags: tip-404 | |
| 14:15 | Added mcconfig -mcfilelocale, as TIP-specified. check-in: 674aa977f0 user: dkf tags: tip-404 | |
| 13:04 | merge trunk check-in: 3875099862 user: dgp tags: core-8-6-b3-rc | |
|
2012-08-27
| ||
| 17:24 | Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some added documentation. ... check-in: b7c4598501 user: dkf tags: tip-404 | |
| 17:12 | Followup to [6325d5dbeac6f91d28d6]. dlerror() may return NULL. Fixed the code which wasn't prepared ... check-in: d17e59a33e user: andreask tags: trunk | |
| 12:40 | merge trunk check-in: 52b73fe414 user: dgp tags: core-8-6-b3-rc | |
|
2012-08-26
| ||
| 08:20 | minor: tidy up formatting check-in: 7cbc87061e user: dkf tags: trunk | |
|
2012-08-25
| ||
| 16:39 | minor: tidy up formatting check-in: 9bc869dda1 user: dkf tags: core-8-5-branch | |
| 10:11 | [Bug 3561330]: Use the correct full name of March in Ukrainian. check-in: 7fd43f120a user: dkf tags: trunk | |
| 10:07 | [Bug 3561330]: Use the correct full name of March in Ukrainian. check-in: 0c983d78f7 user: dkf tags: core-8-5-branch | |
|
2012-08-24
| ||
| 06:33 | make sure that extensions which might still use TclWinNToHS, now use ntohs directly. check-in: e9aa33ca4b user: jan.nijtmans tags: trunk | |
| 06:29 | make sure that extensions which might still use TclWinNToHS, now use ntohs directly. check-in: f66713fc65 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-08-23
| ||
| 20:18 | small wrapper for TclWinNToHs, for change in calling convention check-in: 65be206be4 user: jan.nijtmans tags: trunk | |
| 20:06 | small wrapper for TclWinNToHs, for change in calling convention check-in: 624e7971f7 user: jan.nijtmans tags: core-8-5-branch | |
| 14:37 | merge trunk check-in: b691687908 user: dgp tags: core-8-6-b3-rc | |
| 12:11 | [Bug 3496014] Unecessary memset() in Tcl_SetByteArrayObj(). check-in: f61c86cef1 user: jan.nijtmans tags: trunk | |
| 12:07 | [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid values (Backported from Tcl 8.6) check-in: 268122a79b user: jan.nijtmans tags: core-8-5-branch | |
|
2012-08-21
| ||
| 16:35 | merge trunk check-in: ce5a28a6c4 user: dgp tags: core-8-6-b3-rc | |
| 08:07 | unnecessary hook struct definitions Closed-Leaf check-in: e787083b2f user: jan.nijtmans tags: jn-no-struct-names | |
|
2012-08-20
| ||
| 23:50 | 3559678 Fix bad filename normalization when the last component is the empty string. check-in: ec32e3cc76 user: dgp tags: trunk | |
| 23:45 | 3559678 Fix bad filename normalization when the last component is the empty string. check-in: 0b332ef62e user: dgp tags: core-8-5-branch | |
| 14:14 | merge trunk check-in: e6892c2563 user: dgp tags: core-8-6-b3-rc | |
| 09:12 | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an initialized winsock_2 l... check-in: 46096ee96a user: jan.nijtmans tags: trunk | |
| 09:01 | ... and don't forget ChangeLog entry check-in: 4000282abb user: jan.nijtmans tags: core-8-5-branch | |
| 08:59 | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an initialized winsock_2 l... check-in: 8dfb46ecf8 user: jan.nijtmans tags: core-8-5-branch | |
| 06:49 | remove unnecessary struct names, which only pollute the "struct" namespace for te compiler. check-in: db442914c7 user: jan.nijtmans tags: jn-no-struct-names | |
|
2012-08-17
| ||
| 07:21 | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version numbers. check-in: 7c90caa198 user: jan.nijtmans tags: trunk | |
| 07:19 | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version numbers. check-in: 38bf51dba1 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-08-15
| ||
| 08:41 | build htmlhelp, not winhelp by default check-in: ab0adb1265 user: jan.nijtmans tags: trunk | |
| 08:22 | Only build the threaded builds by default check-in: 0f40790ef4 user: jan.nijtmans tags: trunk | |
| 08:12 | Only build the threaded builds by default. Backport some improvements from Tcl 8.6 check-in: 8cf1845eaf user: jan.nijtmans tags: core-8-5-branch | |
|
2012-08-13
| ||
| 22:27 | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler warnings. check-in: 074c6d5d58 user: stwo tags: core-8-5-branch | |
| 14:18 | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler warnings. check-in: 3f2231d81a user: stwo tags: trunk | |
| 14:02 | .... but be less verbose check-in: 7762aa5871 user: jan.nijtmans tags: trunk | |
| 13:58 | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 build check-in: 17f050e907 user: jan.nijtmans tags: trunk | |
| 10:05 | tinkering with the documentation check-in: ab548049ff user: dkf tags: tip-400-impl | |
| 04:42 | minor fix check-in: 3ef4f0c6d7 user: jan.nijtmans tags: trunk | |
|
2012-08-11
| ||
| 21:24 | merge trunk check-in: edaf160c8e user: dkf tags: tip-400-impl | |
|
2012-08-09
| ||
| 14:34 | Complete multi-fd server socket channels on Windows [Bug #3545363]. check-in: aef7ffe46d user: max tags: trunk | |
| 14:26 | Fix http-3.29 for machines without IPv6 support. check-in: 5d478dc916 user: max tags: trunk | |
| 00:25 | merge trunk check-in: aa80e8a546 user: stwo tags: stwo-dev86 | |
|
2012-08-08
| ||
| 23:07 | Change one '#ifdef' to '#if defined()' for improved consistency within the file. check-in: 211aa43013 user: stwo tags: trunk | |
| 20:30 | merge trunk check-in: ddf95e5e5d user: dgp tags: core-8-6-b3-rc | |
| 16:00 | Man page updates for command rename from 'mapeach' to 'lmap'. check-in: 812e05fc2c user: twylite tags: tip-405-impl-td | |
| 15:34 | Rename 'mapeach' to 'lmap' per preferred alternative in TIP #405. check-in: 3bbaa5984a user: twylite tags: tip-405-impl-td | |
| 15:28 | Back-out 'foreacha' implementation but leave code cleanup of 'mapeach' and 'dict map'. check-in: ef48016717 user: twylite tags: tip-405-impl-td | |
| 10:32 | merge trunk check-in: 27388707f2 user: jan.nijtmans tags: frq-3527238 | |
| 10:00 | [Bug #1536227]: Cygwin network pathname supoort check-in: dfd98db64f user: jan.nijtmans tags: trunk | |
| 09:25 | [Bug #1536227]: Cygwin network pathname supoort check-in: b43269edb8 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-08-07
| ||
| 20:57 | Minor changes to improve style (C89 declarations, consistent indentation, clarification of #endifs, ... check-in: 3995dbcf90 user: dkf tags: trunk | |
| 15:27 | 3554250 Overlooked one field of cleanup in the thread exit handler for the filesystem subsystem. check-in: 9379eb7e44 user: dgp tags: trunk | |
| 15:23 | 3554250 Overlooked one field of cleanup in the thread exit handler for the filesystem subsystem. check-in: ab38ae2fd5 user: dgp tags: core-8-5-branch | |
| 14:58 | add 3 testcases for "dde poke", only active with --enable-symbols (we need a "dde poke" server for t... check-in: 2cc13853c7 user: jan.nijtmans tags: trunk | |
| 07:19 | A little more installer consistency tweaking. check-in: da69009508 user: stwo tags: trunk | |
| 06:46 | Installer improvements, like [226a993973]. check-in: 238d0cb630 user: stwo tags: core-8-5-branch | |
| 02:55 | No need for install-sh to be executable. check-in: 6a8c6fd0ae user: stwo tags: trunk | |
|
2012-08-06
| ||
| 11:45 | Installer consistency tweaks. check-in: 5b33f65330 user: stwo tags: trunk | |
| 08:48 | fix two minor blunders, introduced by [1fb35ca910] Only define _USE_32BIT_TIME_T for Tcl build, and ... check-in: 701864f6d2 user: jan.nijtmans tags: trunk | |
| 07:59 | merge trunk check-in: ff11683bab user: jan.nijtmans tags: frq-3527238 | |
| 07:40 | Reference to correct Bug #number. Fix warning in winDde.c, and more test-cases using Unicode charac... check-in: 359adb529b user: jan.nijtmans tags: trunk | |
| 07:01 | Reference to correct Bug #number check-in: cde975b711 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-08-05
| ||
| 20:34 | Fixes to my previous commit, from Francois Vogel. (My thanks and apologies!) check-in: 37c35b79b9 user: dkf tags: trunk | |
| 15:12 | Initial implementation of frq [3551813], use @ to report offset in [binary scan]. check-in: 27834cfe28 user: stwo tags: stwo-dev86 | |
| 12:09 | Final part of result generation conversion (modulo any minor blunders) check-in: 1fb35ca910 user: dkf tags: trunk | |
|
2012-08-04
| ||
| 18:54 | Unbreak. check-in: 5047d34050 user: stwo tags: trunk | |
| 13:04 | more result generation conversion check-in: 6325d5dbea user: dkf tags: trunk | |
| 12:09 | Reduce the amount of ifdeffery somewhat by requiring at least OSX Tiger. That's now everyone we care... check-in: 1a67b9c45a user: dkf tags: trunk | |
| 07:52 | merge trunk Closed-Leaf check-in: 87af801de3 user: dkf tags: dkf-utf16-branch | |
| 07:51 | merge trunk Closed-Leaf check-in: d203e314d8 user: dkf tags: dkf-notifier-poll | |
| 07:49 | merge trunk check-in: 680fa63bf7 user: dkf tags: dkf-http-cookies | |
| 07:48 | merge trunk Closed-Leaf check-in: 0e556bddf4 user: dkf tags: dkf-documentation-figures | |
| 07:47 | merge trunk check-in: 942e699a9b user: dkf tags: dkf-bytecode-8.6-main | |
| 07:46 | merge trunk Closed-Leaf check-in: cd8e483be3 user: dkf tags: dkf-alias-encoding | |
| 07:41 | more result generation conversion check-in: 9a036eff3a user: dkf tags: trunk | |
|
2012-08-03
| ||
| 16:39 | [Patch-3163961] Implementation of TIP #405 merged from private branch. Includes 'mapeach', 'dict ma... check-in: 252caf426a user: twylite tags: tip-405-impl-td | |
| 16:38 | Create new branch named "tip-405-impl-td" check-in: b2326556cd user: twylite tags: tip-405-impl-td | |
| 14:24 | more result generation conversion check-in: b3ccaec093 user: dkf tags: trunk | |
| 10:56 | converting to using Tcl_Obj API for error message generation; part done check-in: 7fb86a29c9 user: dkf tags: trunk | |
|
2012-08-02
| ||
| 15:44 | integrate QNX special path handling better with TIP #402 check-in: 239d8177fa user: jan.nijtmans tags: tip-402 | |
| 12:54 | merge trunk check-in: 15da7fc903 user: jan.nijtmans tags: tip-402 | |
| 12:08 | merge trunk check-in: d62cfbac77 user: jan.nijtmans tags: frq-3527238 | |
| 09:54 | Fix Bug #3545367: DDE test failures It turns out that "dde poke" had the same bug, unfortunately we ... check-in: cc7f2babeb user: jan.nijtmans tags: trunk | |
|
2012-08-01
| ||
| 14:53 | Fix Bug #3545367: DDE test failures check-in: bc4b7b1b91 user: jan.nijtmans tags: trunk | |
|
2012-07-31
| ||
| 23:27 | add coffbase for sample check-in: 1917444560 user: jan.nijtmans tags: trunk | |
| 23:25 | add coffbase for sample check-in: 2b8235ee3f user: jan.nijtmans tags: core-8-5-branch | |
| 15:16 | oops check-in: 00d7ce369f user: jan.nijtmans tags: trunk | |
| 14:48 | add thread to coffbase.txt, so the thread extension can use it check-in: 4f37b72ad7 user: jan.nijtmans tags: trunk | |
| 14:46 | add thread to coffbase.txt, so the thread extensions can use it check-in: ad357243f9 user: jan.nijtmans tags: core-8-5-branch | |
| 14:35 | Purge use of Tcl_AppendElement, and corrected conversion of PIDs to integer objects. check-in: b074e043df user: dkf tags: trunk | |
| 12:46 | small cosmetic fixes check-in: 79fb0cd1e4 user: dkf tags: trunk | |
| 12:19 | import small refactoring from TclOO package codebase check-in: 81b73c1017 user: dkf tags: trunk | |
| 11:46 | [Frq 3544967] Missing objectfiles in static lib check-in: 184b5f3465 user: jan.nijtmans tags: trunk | |
| 11:00 | merge trunk Closed-Leaf check-in: c37771a249 user: dkf tags: bug-3545363 | |
| 10:52 | some small tinkerings check-in: d50462be29 user: dkf tags: dkf-http-cookies | |
| 10:37 | add -Q option from sampleextension check-in: 1f2aea4e3d user: jan.nijtmans tags: trunk | |
| 10:33 | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextension check-in: 837d4e168b user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-30
| ||
| 18:56 | event tests should continue to work with static Tcltest package check-in: eeed854a7b user: jan.nijtmans tags: trunk | |
| 15:33 | fix winPipe.test tests, when running with tcltest86.dll check-in: f25a960e68 user: jan.nijtmans tags: trunk | |
| 15:13 | fix event-tests running with tcltest86.dll check-in: f589421a83 user: jan.nijtmans tags: trunk | |
| 15:03 | fix filesystem-7.1.x tests in install environment [3549770], as suggested by Twylite temporary worka... check-in: a748572cd1 user: jan.nijtmans tags: trunk | |
| 14:09 | unneeded variable check-in: d54ed135c4 user: jan.nijtmans tags: trunk | |
| 14:06 | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT environment variable now, whic... check-in: c963f30c85 user: jan.nijtmans tags: trunk | |
| 14:01 | Updated ChangeLog for changes in [7a82c3e6] check-in: a676783b98 user: twylite tags: bug-3545363 | |
| 13:15 | fix load-9.1 test case, when testing using tcltest86.dll check-in: c3114ad016 user: jan.nijtmans tags: trunk | |
| 12:51 | Less strictness about exactly which dll versions are tested check-in: 6a9564af94 user: jan.nijtmans tags: trunk | |
| 11:42 | Fix various test when run outside of the build environment [3549770] check-in: c1dc55adfd user: jan.nijtmans tags: trunk | |
| 10:44 | Add checks whether we are testing the right dll's check-in: 9ec11d9ecc user: jan.nijtmans tags: trunk | |
| 09:27 | fix info.test tests check-in: df5d6146cb user: jan.nijtmans tags: trunk | |
|
2012-07-29
| ||
| 21:11 | fix some comments check-in: 6c2af8c78b user: jan.nijtmans tags: trunk | |
| 16:23 | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll t... check-in: 9792ff8b65 user: jan.nijtmans tags: trunk | |
|
2012-07-28
| ||
| 23:22 | [Bug 3549770] Multiple test failures running tcltest outside build tree check-in: 334aea1d5d user: jan.nijtmans tags: trunk | |
| 22:54 | Bug [3549770]: Multiple test failures running tcltest outside build tree check-in: 288d3e72e5 user: jan.nijtmans tags: core-8-5-branch | |
| 14:52 | [Bug 3549770] Multiple test failures running tcltest outside build tree check-in: 6aef22c0bb user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-27
| ||
| 21:51 | Support Unicode 6.2 (Add Turkish lira sign) check-in: d3a863309e user: jan.nijtmans tags: trunk | |
| 21:48 | Support Unicode 6.2 (Add Turkish lira sign) check-in: bc05289ee9 user: jan.nijtmans tags: core-8-5-branch | |
| 16:31 | merge mark check-in: 8679e02d45 user: dgp tags: trunk | |
| 16:26 | merge release to dev check-in: 4e1195ef70 user: dgp tags: core-8-5-branch | |
|
2012-07-26
| ||
| 22:17 | use forward slashes in $ROOT, whenever the path is handled by tclsh/tcltest fix TCL_LIBRARY value in... check-in: 48960595cc user: jan.nijtmans tags: trunk | |
|
2012-07-25
| ||
| 15:03 | merge 8.5 Closed-Leaf check-in: 1cc0f68d7d user: dgp tags: core-8-5-12-rc, core-8-5-12 | |
| 15:00 | merge 8.5 check-in: c867d5576a user: dgp tags: trunk | |
| 14:56 | update changes check-in: 972b3415a1 user: dgp tags: core-8-5-branch | |
| 14:47 | 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. check-in: 6909864f56 user: dgp tags: trunk | |
| 14:44 | 3546275 Make [auto_execok] search match [exec]. Thanks Koen Danckaert. check-in: 1710c3171d user: dgp tags: core-8-5-branch | |
| 11:18 | merge 8.5 check-in: b741cf9ae4 user: dgp tags: core-8-5-12-rc | |
| 09:57 | [Bug 3547994]: Abandon the synchronous Windows pipe driver to its fate when needed to honour TIP#398... check-in: 9a396c910e user: ferrieux tags: trunk | |
| 08:10 | sync with TEA, fix some comments check-in: 0728cce9c7 user: jan.nijtmans tags: trunk | |
|
2012-07-24
| ||
| 20:20 | Preserve the chanPtr so that script evaluation cannot invalidate it when we plan to use it again. check-in: 7f143c10c1 user: dgp tags: trunk | |
| 20:19 | merge mark check-in: 702f260e56 user: dgp tags: core-8-5-branch | |
| 20:14 | Preserve the chanPtr so that script evaluation cannot invalidate it when we plan to use it again. check-in: 14f2ba0d03 user: dgp tags: core-8-5-branch | |
| 13:58 | [Bug: 3545363]: Handle socket with multiple underlying file descriptors where required (TcpCloseProc... check-in: 7a82c3e60d user: twylite tags: bug-3545363 | |
| 12:58 | merge 8.5 check-in: cd3b9d4d0e user: dgp tags: core-8-5-12-rc | |
|
2012-07-23
| ||
| 18:50 | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before 2011-08-17. check-in: 3bbd536102 user: ferrieux tags: trunk | |
| 14:46 | merge-mark check-in: 86fd7c9f28 user: jan.nijtmans tags: trunk | |
| 14:45 | use backslash and braces in regexp check-in: 247c77fb0f user: jan.nijtmans tags: core-8-5-branch | |
| 14:26 | merge-mark check-in: f90ce88076 user: jan.nijtmans tags: trunk | |
| 14:20 | Bug #3547593: fcmd test failures on Windows 7 WOW64 check-in: 8eed2203b6 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-20
| ||
| 08:43 | merge-mark check-in: 8c75ef0d5f user: jan.nijtmans tags: core-8-5-branch | |
| 08:37 | Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwin or Cygwin check-in: 482372f088 user: jan.nijtmans tags: trunk | |
| 08:28 | Add instrunctions how to (cross-)compile win32/win64 binaries on Linux, Darwin or Cygwin check-in: fc2b68ca7f user: jan.nijtmans tags: core-8-5-branch | |
| 08:23 | merge trunk check-in: cc1004724e user: dkf tags: dkf-http-cookies | |
| 01:53 | Fix several more missing mutex-locks in TestasyncCmd. check-in: 8a2457cb88 user: mistachkin tags: trunk | |
| 01:47 | Fix several more missing mutex-locks in TestasyncCmd. check-in: e393e41a8d user: mistachkin tags: core-8-5-branch | |
|
2012-07-19
| ||
| 22:39 | autoconf-2.59 check-in: 98b22dad01 user: jan.nijtmans tags: trunk | |
| 22:37 | autoconf-2.59 check-in: 39d2d58c69 user: jan.nijtmans tags: core-8-5-branch | |
| 17:36 | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. Unbounded gratitude to Stuart Ca... check-in: 9463032761 user: ferrieux tags: core-8-5-branch | |
| 17:34 | Fix for 3544685: Threaded build failures on OpenBSD-current Closed-Leaf check-in: 5194cd81f9 user: jan.nijtmans tags: bug-3544685 | |
| 16:28 | First attempt at a "bad cookie domain" detector, a critical security check. check-in: ad3ccf4e89 user: dkf tags: dkf-http-cookies | |
| 15:08 | merge trunk check-in: 7f4305364f user: dgp tags: dgp-remove-string-result | |
| 14:07 | 3544642 Be kind to BSDers day. Purge gmake-ism. check-in: fc2ebbbc9c user: dgp tags: trunk | |
| 13:41 | Remove surplus parens check-in: d5166be931 user: dgp tags: core-8-5-branch | |
| 13:34 | fix bug [3545366]: Win32 link normalization test failures check-in: 1a73a32709 user: jan.nijtmans tags: trunk | |
| 11:01 | merge-mark check-in: a13915c2bf user: jan.nijtmans tags: trunk | |
| 10:54 | [Bug: 3545363]: Use a large enough buffer for accept()ing IPv6 connections. Fix conversion of host a... check-in: a1fbf5e763 user: max tags: bug-3545363 | |
| 09:18 | fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable) check-in: 2b84f30b13 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-18
| ||
| 11:17 | better formatting of "configure --help" check-in: 816b439a2b user: jan.nijtmans tags: trunk | |
| 11:12 | better formatting of "configure --help" check-in: e963f45c7c user: jan.nijtmans tags: core-8-5-branch | |
| 08:42 | same fore Makefile.in Closed-Leaf check-in: bdd9c308d6 user: jan.nijtmans tags: frq-3544967 | |
| 06:36 | FRQ-3544967: Missing objectfiles in static lib check-in: 8dd36b5426 user: jan.nijtmans tags: frq-3544967 | |
|
2012-07-17
| ||
| 17:08 | Release note tidiness check-in: 28f19c5aaa user: dgp tags: core-8-5-12-rc | |
| 16:25 | merge 8.5 check-in: 20a4fde8d8 user: dgp tags: core-8-5-12-rc | |
| 13:08 | should be uppercase check-in: f0f8f50874 user: jan.nijtmans tags: trunk | |
| 13:07 | should be uppercase check-in: 1e99ac7328 user: jan.nijtmans tags: core-8-5-branch | |
| 12:59 | [Bug 3544932]: Visual studio compiler check fails check-in: 85aee0da88 user: jan.nijtmans tags: trunk | |
| 12:51 | [Bug 3544932]: Visual studio compiler check fails check-in: 9e14e63f45 user: jan.nijtmans tags: core-8-5-branch | |
| 09:03 | [Bug 3544943]: Version mismatch in rules.vc check-in: 55be072fff user: jan.nijtmans tags: trunk | |
|
2012-07-16
| ||
| 22:40 | [Bug 3544683]: Backport of reentrancy fix for super-POSIX correctness of the passwd/group access fun... check-in: 2516ef336d user: dkf tags: core-8-5-branch | |
| 22:28 | Fix mostly-harmless minor buffer overrun. check-in: 68e44b50d1 user: dkf tags: trunk | |
| 20:31 | [Bug 3496014]: Unecessary memset() in Tcl_SetByteArrayObj() Closed-Leaf check-in: b4ec99a4a5 user: jan.nijtmans tags: bug-3496014 | |
| 19:35 | merge 8.5 check-in: 3d64e70c04 user: dgp tags: core-8-5-12-rc | |
| 11:24 | merge trunk check-in: 777950336d user: jan.nijtmans tags: tip-402 | |
| 08:36 | make dde 1.4 loadlable when ::tcl::pkgconfig is available check-in: 5dd4322c78 user: jan.nijtmans tags: frq-3527238 | |
| 08:33 | merge trunk check-in: 23a2b25ef0 user: jan.nijtmans tags: frq-3527238 | |
| 08:09 | Make registry 1.3 package dynamically loadable when ::tcl::pkgconfig is available check-in: a65bf226ec user: jan.nijtmans tags: trunk | |
| 08:05 | merge-mark check-in: c5b1b41e6a user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-12
| ||
| 10:54 | Update TclOO package to 0.7, correct copyright dates. check-in: b656b5a3a7 user: dkf tags: core-8-6-b3-rc | |
| 08:09 | dde version: 1.4.0b1 check-in: 1908ecf966 user: jan.nijtmans tags: trunk | |
|
2012-07-11
| ||
| 20:18 | versions of dde and registry packages in "changes" file not correct check-in: 15595c4dc0 user: jan.nijtmans tags: trunk | |
| 19:30 | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts example better in order ... check-in: 09c2514752 user: jan.nijtmans tags: trunk | |
| 19:24 | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts example better in order ... check-in: b27068f63e user: jan.nijtmans tags: core-8-5-branch | |
| 17:09 | Release candidate branch for Tcl 8.6b3. check-in: b2b7bb2325 user: dgp tags: core-8-6-b3-rc | |
| 15:54 | Update changes for 8.6b3. check-in: b442199a53 user: dgp tags: trunk | |
| 10:56 | merge trunk check-in: d1d825927b user: dkf tags: dkf-http-cookies | |
| 10:52 | Start of implementation of cookiejar package. Not yet working/finished. check-in: a8d3af91a7 user: dkf tags: dkf-http-cookies | |
|
2012-07-10
| ||
| 20:27 | merge 8.5 check-in: c7c6dfcb5b user: dgp tags: trunk | |
| 18:28 | [Bug 3541646] Don't panic on triggerPipe overrun check-in: 8937ef6b48 user: jan.nijtmans tags: core-8-5-branch | |
| 18:22 | merge 8.5 check-in: b4a2c6e933 user: dgp tags: core-8-5-12-rc | |
| 18:21 | Update changes, repair ChangeLog check-in: f19d6cd6ae user: dgp tags: core-8-5-branch | |
| 14:00 | Release candidate branch for Tcl 8.5.12. check-in: 757700fb5a user: dgp tags: core-8-5-12-rc | |
| 11:03 | * win/tclWinSock.c (InitializeHostName): Corrected logic that extracted the name of the computer f... check-in: 2bd687a577 user: dkf tags: core-8-5-branch | |
|
2012-07-08
| ||
| 11:32 | merge trunk check-in: 4d5a76f620 user: dkf tags: dkf-http-cookies | |
| 11:22 | merge trunk check-in: bc6d15f63b user: dkf tags: dkf-http-cookies | |
| 11:15 | Make the parsing work with Google. check-in: 45709d29ff user: dkf tags: dkf-http-cookies | |
| 10:57 | merge trunk check-in: 1dc9aeaa83 user: jan.nijtmans tags: frq-3527238 | |
| 10:55 | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209] check-in: 1b9de38627 user: max tags: trunk | |
| 10:34 | MSVC 6.0 does not have the %I modifier check-in: 206a39d2c4 user: jan.nijtmans tags: trunk | |
| 10:26 | and don't forget the % check-in: 9651124b67 user: jan.nijtmans tags: core-8-5-branch | |
| 10:23 | add TCL_I_MODIFIER and use it in the correct places check-in: 89b4e59712 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-07
| ||
| 12:34 | Starting work on support code for cookies. This adds a configurable interface for plugging in a cook... check-in: 5dbc65f824 user: dkf tags: dkf-http-cookies | |
|
2012-07-05
| ||
| 13:56 | 1189293 Make "<<" binary safe. check-in: abc8fa71fe user: dgp tags: trunk | |
| 13:51 | 1189293 Make "<<" binary safe. check-in: e23daa9e30 user: dgp tags: core-8-5-branch | |
| 08:17 | protect Tcl_GetIndexFromObjStruct from empty strings in table check-in: 9d3c7c6bdb user: jan.nijtmans tags: trunk | |
| 07:55 | protect Tcl_GetIndexFromObjStruct from empty strings in table check-in: 002d03ef88 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-07-04
| ||
| 13:41 | only use public API in loaded packages; oops\! check-in: 1cbabb74c0 user: dkf tags: trunk | |
| 07:09 | merge trunk check-in: d35459107e user: dkf tags: tip-400-impl | |
| 00:07 | missed a spot check-in: 28f296708d user: dkf tags: trunk | |
|
2012-07-03
| ||
| 19:02 | Feature branch to explore making use of the Hoehrmann UTF-8 decoder. http://bjoern.hoehrmann.de/utf-... Closed-Leaf check-in: 8e353afbe6 user: dgp tags: dgp-hoehrmann-decoder | |
| 15:24 | merge trunk check-in: cac5eb87de user: dgp tags: dgp-refactor | |
| 14:52 | Factor out a number of common patterns of use of Tcl_DStringAppend. check-in: 4dd736c95f user: dkf tags: trunk | |
|
2012-07-02
| ||
| 15:11 | NRInterpCoroutine -> TclNRInterpCoroutine make NRCommand static make TalInstructionTable static cons... check-in: 676ca7df46 user: jan.nijtmans tags: trunk | |
| 08:57 | merge-mark check-in: a9f3496920 user: jan.nijtmans tags: trunk | |
| 08:56 | [Bug 3536888] update: Translate script parameters for msgcat check-in: 18643d3e4e user: jan.nijtmans tags: core-8-5-branch | |
| 08:40 | [Bug 3536888] update: Translate script parameters for msgcat check-in: b3e93a43b7 user: jan.nijtmans tags: trunk | |
|
2012-07-01
| ||
| 19:51 | merge trunk check-in: 734e9dff15 user: jan.nijtmans tags: frq-3527238 | |
| 19:44 | add TclUnixCopyFile to stub table for Cygwin check-in: afb4e7c90a user: jan.nijtmans tags: trunk | |
| 19:39 | add TclUnixCopyFile to stub table for Cygwin check-in: b8547fd202 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-06-29
| ||
| 19:27 | translate script parameters for msgcat update msgcat doc Closed-Leaf check-in: 925e009590 user: jan.nijtmans tags: bug-3536888 | |
| 11:40 | Add tn, ro_MO and ru_MO to msgcat check-in: 435c723835 user: jan.nijtmans tags: trunk | |
| 11:39 | Add tn, ro_MO and ru_MO to msgcat check-in: 77a676dfce user: jan.nijtmans tags: core-8-5-branch | |
| 09:30 | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 Bump msgcat version to 1.4.5 check-in: a9b59c28e4 user: jan.nijtmans tags: trunk | |
| 09:28 | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 Bump msgcat version to 1.4.5 check-in: 4f929ad524 user: jan.nijtmans tags: core-8-5-branch | |
| 08:49 | Reinforced the description of the requirement for the tables of names for Tcl_GetIndexFromObj to ind... check-in: c58e511ee3 user: dkf tags: trunk | |
| 08:47 | Reinforced the description of the requirement for the tables of names for Tcl_GetIndexFromObj to ind... check-in: a9bb7948cc user: dkf tags: core-8-5-branch | |
| 08:18 | suggestions from Harald Closed-Leaf check-in: c84b778844 user: jan.nijtmans tags: bug-3536888 | |
|
2012-06-28
| ||
| 21:30 | only expect tcldde.dll when --enable-shared check-in: 808ed98ff1 user: jan.nijtmans tags: trunk | |
| 21:26 | only expect tcldde.dll when --enable-shared check-in: 1d2e07ebb7 user: jan.nijtmans tags: core-8-5-branch | |
| 21:05 | Simplify tclFileSystem.h. Define structs where used. check-in: b59a169885 user: dgp tags: trunk | |
| 20:21 | Simplify tclFileSystem.h. Define structs where used. check-in: e7a1588111 user: dgp tags: core-8-5-branch | |
| 19:59 | merge trunk bug fix: variable $key not found make it work on cygwin as well check-in: 2f81c6ccf0 user: jan.nijtmans tags: bug-3536888 | |
|
2012-06-27
| ||
| 18:53 | merge check-in: 21f0d00d5c user: jan.nijtmans tags: trunk | |
| 18:51 | merge check-in: 940b45c17a user: jan.nijtmans tags: core-8-5-branch | |
| 15:12 | Experimental support for UNC paths (through VFS) on UNIX/Mac check-in: c91c7cef8f user: jan.nijtmans tags: tip-402 | |
| 14:41 | don't print out copying of zlib1.dll check-in: 8f812cd4e5 user: jan.nijtmans tags: trunk | |
|
2012-06-26
| ||
| 19:49 | merge-mark check-in: c12944a459 user: jan.nijtmans tags: trunk | |
| 19:48 | merge fix check-in: 0a1e4aa34a user: jan.nijtmans tags: core-8-5-branch | |
| 19:44 | fix some gcc 64-bit warnings quoting improvements eliminate unused variable check-in: 5ce6ec5402 user: jan.nijtmans tags: trunk | |
| 19:35 | fix some gcc 64-bit warnings quoting improvements eliminate unused variable check-in: ef83c30019 user: jan.nijtmans tags: core-8-5-branch | |
| 14:31 | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path check-in: 0bde6cbf35 user: jan.nijtmans tags: trunk | |
| 14:29 | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_path check-in: 23aec1435f user: jan.nijtmans tags: core-8-5-branch | |
| 09:41 | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less dependencies on cygwin-specific ... check-in: 00e39c13a5 user: jan.nijtmans tags: trunk | |
| 08:05 | Use EAI_SYSTEM only if it exists. check-in: 3a19fabce0 user: max tags: trunk | |
|
2012-06-25
| ||
| 16:42 | 3024359 Make sure that the per-thread cache of the list of file systems currently registered is only... check-in: a340fc1f8f user: dgp tags: trunk | |
| 16:19 | Repair Claim/Disclaim imbalance check-in: 42530a7e20 user: dgp tags: core-8-5-branch | |
| 15:19 | 3024359 Make sure that the per-thread cache of the list of file systems currently registered is only... check-in: 575001f433 user: dgp tags: core-8-5-branch | |
| 14:43 | Simplify bug fix so that active claims on the FilesystemRecord list of a thread prevent any overwrit... Closed-Leaf check-in: 37c6c2a2fc user: dgp tags: bug-3024359 | |
| 13:05 | minor: changelog formatting check-in: 6a08a1397b user: dkf tags: trunk | |
| 12:57 | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. check-in: 0d03fa5c04 user: dkf tags: trunk | |
| 12:54 | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message. check-in: 59d8363bd7 user: dkf tags: core-8-5-branch | |
| 11:55 | merge 8.5 check-in: dd0f4a0975 user: dgp tags: bug-3024359 | |
| 09:23 | merge trunk check-in: 9460101cd7 user: dkf tags: tip-400-impl | |
| 08:08 | [Patch #1536227]: Cygwin network pathname support check-in: a9f36601c5 user: jan.nijtmans tags: trunk | |
| 07:54 | [Patch #1536227]: Cygwin network pathname support check-in: 299f53aadb user: jan.nijtmans tags: core-8-5-branch | |
|
2012-06-24
| ||
| 15:15 | add configurability of readahead limit check-in: 7482d21f6a user: dkf tags: tip-400-impl | |
| 06:07 | some wrong versions check-in: 3d36fc27c1 user: jan.nijtmans tags: trunk | |
| 06:00 | some wrong versions check-in: eefe38655e user: jan.nijtmans tags: core-8-5-branch | |
|
2012-06-23
| ||
| 07:27 | [Bug 3508771]: Cygwin notifier for handling win32 events check-in: eb701a2be1 user: jan.nijtmans tags: trunk | |
| 07:10 | [Bug 3508771]: Cygwin notifier for handling win32 events check-in: b14932f43b user: jan.nijtmans tags: core-8-5-branch | |
|
2012-06-22
| ||
| 19:04 | merge 8.5 check-in: c6c04b097b user: dgp tags: bug-3024359 | |
| 18:50 | FilesystemRecord structs no longer need refcounting check-in: 1377d27f90 user: dgp tags: trunk | |
| 18:38 | FilesystemRecord structs no longer need refcounting. check-in: 8e03b0f1c9 user: dgp tags: core-8-5-branch | |
| 17:06 | merge 8.5 check-in: 3baa7fb823 user: dgp tags: bug-3024359 | |
| 16:50 | Revise the order of memory free, so that bugs that attempt to access freed memory are more likely to... check-in: 14796ee27f user: dgp tags: trunk | |
| 16:43 | Revise the order of memory free, so that bugs that attempt to access freed memory are more likely to... check-in: 6e6da30161 user: dgp tags: core-8-5-branch | |
| 15:25 | Rework the error message generation of [socket], so that the error code of getaddrinfo is used inste... check-in: 31ae01e6f6 user: max tags: trunk | |
| 13:41 | Locale guessing of msgcat fails on (some) Windows 7 check-in: a494196214 user: jan.nijtmans tags: bug-3536888 | |
| 12:07 | Cygwin network pathname support Closed-Leaf check-in: 2194dfa1f7 user: jan.nijtmans tags: bug-1536227 | |
| 10:51 | Restored the possibility to define a panicproc as low memory handler See: [#1446864] check-in: f3c68559aa user: jan.nijtmans tags: trunk | |
| 08:17 | merge trunk check-in: 5e66fb3083 user: dkf tags: tip-400-impl | |
| 07:52 | Documenting the stream command options better. check-in: 8441bebe57 user: dkf tags: tip-400-impl | |
| 07:51 | Start to split apart the stream command implementation for easier maintenance. check-in: 60118984c2 user: dkf tags: tip-400-impl | |
|
2012-06-21
| ||
| 21:36 | merge trunk check-in: 7c4c6a5dfc user: dgp tags: dgp-pkg-migration | |
| 18:38 | merge 8.5 check-in: f0d8295d3b user: dgp tags: bug-3024359 | |
| 18:03 | Stop storing FilesystemRecord in the intrep of a "path". We never use it. Store the Tcl_Filesystem i... check-in: 617b36da35 user: dgp tags: trunk | |
| 17:48 | Stop storing FilesystemRecord in the intrep of a "path". We never use it. Store the Tcl_Filesystem ... check-in: 157337f9dd user: dgp tags: core-8-5-branch | |
| 15:44 | Only record the filesystemEpoch when it actually marks the validity of something we are caching. check-in: 1b6612524e user: dgp tags: bug-3024359 | |
| 11:31 | [Bug 3362446]: possible allocation error when using UNICODE check-in: 8600fa53be user: jan.nijtmans tags: trunk | |
| 11:02 | [Bug 3362446]: possible allocation error when using UNICODE check-in: 38a393d995 user: jan.nijtmans tags: core-8-5-branch | |
| 10:56 | [Bug 3362446]: possible allocation error when using UNICODE check-in: 80fb35055e user: jan.nijtmans tags: trunk | |
| 09:48 | [Bug #3362446]: registry keys command fails with 8.5/8.6 check-in: 0aac52c609 user: jan.nijtmans tags: trunk | |
| 09:34 | [Bug #3362446]: registry keys command fails with 8.5/8.6 update registry version to 1.2.2 check-in: 5205e9ee6e user: jan.nijtmans tags: core-8-5-branch | |
|
2012-06-20
| ||
| 20:13 | merge 8.5 check-in: 53ce8de406 user: dgp tags: bug-3024359 | |
| 20:02 | Remove dead code that complicates fs path values but adds no value. check-in: dd88cbe53a user: dgp tags: trunk | |
| 19:49 | Purge more dead fs path code. check-in: 2c1828bed8 user: dgp tags: core-8-5-branch | |
| 19:19 | Remove dead code that complicates fs path values but adds no value. check-in: 1dbe30bfaf user: dgp tags: core-8-5-branch | |
|
2012-06-19
| ||
| 15:00 | Plug memory leak, part of [Bug #3362446]. Dde version should be 1.3.0, not 1.3 check-in: 1c7cfda54c user: jan.nijtmans tags: trunk | |
| 14:57 | Plug memory leak, part of [Bug #3362446] check-in: 05b87bac69 user: jan.nijtmans tags: core-8-5-branch | |
| 11:58 | make tclWinReg.c compile/run without UNICODE (suggested in bug #3362446) check-in: 2bdd7f3c3c user: jan.nijtmans tags: trunk | |
|
2012-06-18
| ||
| 20:36 | Next draft fix. This one appears to solve the problem, at least as demo'd by the test attached to T... check-in: dea555ba83 user: dgp tags: bug-3024359 | |
|
2012-06-16
| ||
| 17:20 | merge trunk check-in: 2b00cddb34 user: dkf tags: tip-400-impl | |
|
2012-06-15
| ||
| 09:39 | alternative fix for [a7e00a0e02] breakage: just make sure that the variable $tmpspace is always set check-in: 1581f9beac user: jan.nijtmans tags: trunk | |
| 09:02 | upgrade to 1.2.7 build of dll check-in: 0799b50a05 user: jan.nijtmans tags: trunk | |
|
2012-06-14
| ||
| 13:56 | fix fCmd-6.19 on win32, which was broken by [a7e00a0e02] check-in: 8992b49011 user: jan.nijtmans tags: trunk | |
| 07:37 | more readable check-in: 29049e28d2 user: jan.nijtmans tags: trunk | |
| 07:32 | more readable check-in: e39c97211d user: jan.nijtmans tags: core-8-5-branch | |
|
2012-06-13
| ||
| 17:26 | More work in progress. The problem with release of the elements of a fileSystemList by one routine w... check-in: 223bd04c8b user: dgp tags: bug-3024359 | |
| 12:42 | merge trunk update dde doc check-in: fd51a2cd3c user: jan.nijtmans tags: frq-3527238 | |
|
2012-06-12
| ||
| 13:44 | Convert function calls to macros. check-in: eefb9a9fee user: dgp tags: bug-3024359 | |
| 12:36 | add test that triggered reporting of [Bug 3530230] check-in: 41bb6c4e84 user: dkf tags: trunk | |
| 12:35 | add test that triggered reporting of [Bug 3530230] check-in: 25c42cd3dc user: dkf tags: core-8-5-branch | |
|
2012-06-11
| ||
| 22:25 | First draft patch to fix Bug 3024359. No reliable test yet. check-in: a5173a4b74 user: dgp tags: bug-3024359 | |
| 17:49 | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash table can tolerate eit... check-in: bfddfa54a6 user: dgp tags: trunk | |
| 17:34 | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hash table can tolerate eit... check-in: 20de131aef user: dgp tags: core-8-5-branch | |
| 12:21 | Revised so that we avoid hashing twice. Closed-Leaf check-in: 0e61587a63 user: dgp tags: bug-3532959 | |
| 09:34 | new attempt, with only those parts of frq-3527238 which don't introduce new command options, so don'... check-in: 28ef7b1b66 user: jan.nijtmans tags: frq-3527238 | |
| 00:07 | verify zlib package presence and version check-in: f610c56714 user: dkf tags: tip-400-impl | |
|
2012-06-10
| ||
| 23:34 | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash table. Then the two tear... check-in: 7228cc387b user: dgp tags: bug-3532959 | |
|
2012-06-09
| ||
| 23:18 | merge trunk check-in: 22783de97e user: dkf tags: tip-400-impl | |
| 23:15 | more cross-testing of dictionary-powered compression; describe package configuration check-in: 0b4976f30a user: dkf tags: tip-400-impl | |
| 17:52 | tidy up, fix test check-in: 8de6530ffc user: dkf tags: tip-400-impl | |
|
2012-06-08
| ||
| 15:51 | Work in progress fixing 3532959 check-in: efc5b0fe61 user: dgp tags: bug-3532959 | |
| 13:25 | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that old unix systems that ne... check-in: a790f23b77 user: dgp tags: trunk | |
| 13:14 | Update autogoo for gettimeofday(). Thanks Joe English. check-in: a5996386b3 user: dgp tags: core-8-5-branch | |
| 13:00 | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that old unix systems that ne... check-in: bd718144bf user: dgp tags: core-8-5-branch | |
| 08:07 | Revise the "null data" check: null strings are possible, but empty binary arrays are not check-in: 146dc6a0b5 user: jan.nijtmans tags: trunk | |
|
2012-06-07
| ||
| 07:12 | compressing transforms now work with dictionaries, even if raw check-in: e231a12fa0 user: dkf tags: tip-400-impl | |
|
2012-06-06
| ||
| 14:49 | merge trunk check-in: b109af9eb4 user: dkf tags: tip-400-impl | |
| 14:48 | Declare that Tcl provides the zlib 2.0 package. check-in: bb6a97ac20 user: dkf tags: trunk | |
| 13:07 | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables check-in: f980e7a9d2 user: jan.nijtmans tags: trunk | |
| 13:02 | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform variables check-in: b60f48db3f user: jan.nijtmans tags: core-8-5-branch | |
| 10:34 | making the -dictionary option work with streams check-in: 66c85777b9 user: dkf tags: tip-400-impl | |
| 09:30 | more tests, more failures, more docs check-in: f8985a5c76 user: dkf tags: tip-400-impl | |
|
2012-06-05
| ||
| 16:50 | more test tinkering check-in: 742f9aa251 user: dkf tags: tip-400-impl | |
| 16:36 | fix broken tests check-in: 880937da6f user: dkf tags: tip-400-impl | |
| 16:25 | better test that dictionaries work check-in: de20ce73f0 user: dkf tags: tip-400-impl | |
| 16:05 | merge trunk check-in: e73acb9905 user: dkf tags: tip-400-impl | |
| 15:59 | Remove unused variable NULL_CONTEXT. check-in: 56ee0e2274 user: dgp tags: trunk | |
| 15:41 | Remove unused variable mantDIGIT. check-in: 8444ad9f87 user: dgp tags: trunk | |
| 15:40 | Remove unused variable mantDIGIT. check-in: 7581260f8e user: dgp tags: core-8-5-branch | |
| 13:06 | 3530533 Add comments to failing tests. check-in: f2f7e65354 user: dgp tags: trunk | |
| 13:04 | 3530533 Add comments to failing tests. check-in: c49d5499e5 user: dgp tags: core-8-5-branch | |
|
2012-06-01
| ||
| 22:01 | [Bug 3530536]: zlib-7.4 fails on IRIX64 check-in: 4427cf5dcc user: jan.nijtmans tags: trunk | |
| 21:34 | two more testcases, showing that only the "deflate" and "inflate" streams don't update the checksum,... Closed-Leaf check-in: 2cd9b5a6b6 user: jan.nijtmans tags: bug-3530536 | |
| 21:09 | bug-3530536 check-in: b7606a8e7c user: jan.nijtmans tags: bug-3530536 | |
| 19:34 | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict check-in: a7e00a0e02 user: dgp tags: trunk | |
| 19:25 | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict check-in: a4511ae802 user: dgp tags: core-8-5-branch | |
| 19:05 | Do filesystem tests needing /tmp access in a subdir less likely to conflict. Closed-Leaf check-in: dc95af105a user: dgp tags: bug-3519357 | |
|
2012-05-31
| ||
| 14:52 | [Bug 3531089] Added test to stop this from happening again check-in: e35f4db709 user: dkf tags: trunk | |
| 14:20 | fix subtle problem with safe [file] that caused Tk test failure check-in: 0eb7c39906 user: dkf tags: trunk | |
| 10:09 | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. check-in: cb03557b65 user: dkf tags: trunk | |
| 10:02 | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. check-in: f579ec5fc2 user: dkf tags: core-8-5-branch | |
| 09:04 | Prevented intermittent test failure due to race condition. check-in: aef2fad906 user: dkf tags: trunk | |
| 08:31 | merge trunk check-in: 12d3e9c223 user: dkf tags: tip-400-impl | |
|
2012-05-30
| ||
| 14:41 | minor: make TIP 106 commit easier to spot in ChangeLog check-in: c73d8858d2 user: dkf tags: trunk | |
| 04:59 | experiment fixing bug 3530536 Closed-Leaf check-in: fd248ceb70 user: jan.nijtmans tags: bug-3530536 | |
|
2012-05-29
| ||
| 11:09 | merge trunk Note: this breaks winDde-9.4 test, which still needs to be fixed! Closed-Leaf check-in: 623ce25e16 user: jan.nijtmans tags: frq-3527238 | |
| 09:52 | minor: rewrap overlong lines check-in: 4c808f2ab4 user: dkf tags: trunk | |
| 09:48 | [Bug 2931407]: Clarified semantics of division and remainder operators. check-in: 719987889f user: dkf tags: trunk | |
| 09:44 | [Bug 2931407]: Clarified semantics of division and remainder operators. check-in: abbefb0bfc user: dkf tags: core-8-5-branch | |
| 07:57 | [Bug 3525762]: Encoding handling in dde check-in: 9cc84a6ebc user: jan.nijtmans tags: trunk | |
|
2012-05-28
| ||
| 19:30 | explicitely specify encoding in DdeCreateStringHandle Closed-Leaf check-in: 262b595d2b user: jan.nijtmans tags: bug-3525762 | |
| 13:17 | [Bug 3529949]: Defang 'file dirname ~' etc in safe interps check-in: 88208bfbd4 user: dkf tags: trunk | |
| 08:39 | fix for bug bug-3525762 check-in: 225184bfe2 user: jan.nijtmans tags: bug-3525762 | |
|
2012-05-26
| ||
| 13:04 | Track the remnants of [Bug 2913625] as knownBug tests. :-( check-in: 32f830e2a6 user: dkf tags: trunk | |
| 12:51 | Track the remnants of [Bug 2913625] as knownBug tests. :-( check-in: a808d38140 user: dkf tags: core-8-5-branch | |
|
2012-05-25
| ||
| 14:52 | [Bug 3528418]: Document what is going on with respect to qualification of command prefixes in ensemb... check-in: 95e215a97e user: dkf tags: trunk | |
| 14:49 | [Bug 3528418]: Document what is going on with respect to qualification of command prefixes in ensemb... check-in: 89a62de6b5 user: dkf tags: core-8-5-branch | |
| 08:50 | Factor out constant that must be the same in multiple places. Prompted by a conversation with Alexan... check-in: 68547a2755 user: dkf tags: trunk | |
| 08:29 | merge trunk check-in: 58ac4eadab user: jan.nijtmans tags: frq-3527238 | |
| 08:19 | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as well as XTYP_REQUEST. ... check-in: e50aa91fc7 user: jan.nijtmans tags: trunk | |
| 08:00 | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as well as XTYP_REQUEST. ... check-in: 4a4a047f4b user: jan.nijtmans tags: core-8-5-branch | |
| 06:42 | fix genStubs.tcl for OSX check-in: 0a86fa399d user: jan.nijtmans tags: trunk | |
| 06:39 | fix genStubs.tcl check-in: 7260ff0970 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-05-24
| ||
| 19:52 | Take cygwin handling of X11 into account Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix check-in: 8b1aa1dc5e user: jan.nijtmans tags: trunk | |
| 19:36 | Take cygwin handling of X11 into account Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix check-in: 14f4c6fb94 user: jan.nijtmans tags: core-8-5-branch | |
| 16:50 | merge 8.5 check-in: b314889c95 user: dgp tags: bug-3519357 | |
| 10:54 | Revert most of [3caedf05df], since when we let cygwin share the win32 stub table this is no longer n... check-in: 3873dc6035 user: jan.nijtmans tags: trunk | |
| 10:05 | merge trunk check-in: baf67cf0df user: dkf tags: tip-400-impl | |
| 09:54 | minor: Cleaning up code, adding comments. check-in: f44eb823c8 user: dkf tags: trunk | |
| 08:02 | add "--" argument to various commands, and some bug fixes check-in: ec27660cbb user: jan.nijtmans tags: frq-3527238 | |
|
2012-05-23
| ||
| 14:15 | add -binary option to "dde eval" check-in: 3f917a93ea user: jan.nijtmans tags: frq-3527238 | |
| 13:13 | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that decompressed input is flushed t... check-in: 0252132d3a user: dkf tags: trunk | |
| 12:00 | fix [bug 3529063]: 2 minor bugs in TIP #106 implementation check-in: 1b2cd6ca9a user: jan.nijtmans tags: trunk | |
| 09:19 | added -binary option for "dde servername" check-in: b087d03c2b user: jan.nijtmans tags: frq-3527238 | |
| 04:43 | fix merge problem on Linux check-in: f7161e4708 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-05-22
| ||
| 20:28 | Use zero-delays instead of finite ones when posting fileevents, because (1) they should be zero in t... Closed-Leaf check-in: 8971a30409 user: ferrieux tags: bug-3525907 | |
| 16:05 | 3528601 Fix broken --disable-threads build. check-in: a7a2d55df6 user: dgp tags: trunk | |
| 15:11 | Avoid calling close() on a bogus fd when an attempt to open a client socket with an unsupported addr... check-in: 95bbb434f9 user: dgp tags: trunk | |
| 12:32 | Increase the timer resolution of test io-29.33b so the timing sensitivity of the test is reduced and... check-in: 3d15cab626 user: dgp tags: trunk | |
| 09:15 | better unicode detection: Unicode always ends with two zero-bytes check-in: a80aa8d5d3 user: jan.nijtmans tags: frq-3527238 | |
|
2012-05-21
| ||
| 17:08 | Use [package prefer latest] to force valgrinding to use a version of Thread suitable for the whole t... check-in: fe1400c626 user: dgp tags: trunk | |
| 16:56 | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, care must be taken ... check-in: a13bf543cf user: dgp tags: trunk | |
| 16:49 | Update requirements to avoid old buggy Thread releases. check-in: 57970151cd user: dgp tags: trunk | |
| 16:48 | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, care must be taken ... check-in: 28e43f3b9c user: dgp tags: core-8-5-branch | |
| 14:08 | merge trunk check-in: af0d651ee7 user: dgp tags: dgp-pkg-migration | |
| 12:12 | update doc check-in: 6081ecfbdf user: jan.nijtmans tags: frq-3527238 | |
| 11:58 | merge trunk check-in: 9130382a5a user: jan.nijtmans tags: frq-3527238 | |
| 11:31 | TIP #106: Add Encoding Abilities to the [dde] Command check-in: caff0b1e87 user: jan.nijtmans tags: trunk | |
|
2012-05-20
| ||
| 20:46 | Add test showing both loss of bytes and empty-fileevent frenzy. check-in: 1897b2023d user: ferrieux tags: bug-3525907 | |
| 07:58 | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut the amount of hackiness in cl... check-in: 5855f07bc4 user: dkf tags: trunk | |
|
2012-05-18
| ||
| 00:01 | typofix check-in: 79f43c880f user: dkf tags: tip-400-impl | |
|
2012-05-17
| ||
| 21:47 | Brought bugfix branch uptodate with head development. check-in: c003b262df user: andreask tags: bug-3525907 | |
| 21:45 | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of timed events, and added co... check-in: 5ffc93920d user: andreask tags: bug-3525907 | |
| 17:26 | merge trunk check-in: 22b8f68842 user: dkf tags: tip-400-impl | |
| 17:20 | Cancel the timeout timers! If this isn't done, lingering timers from early tests can trigger false... check-in: ba6087ec84 user: dgp tags: trunk | |
| 16:43 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected resulting indexes from -indexvar... check-in: 0fb04d2cdf user: dkf tags: trunk, potential incompatibility | |
| 16:40 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected resulting indexes from -indexvar... check-in: 384267c223 user: dkf tags: core-8-5-branch, potential incompatibility | |
| 15:01 | [Bug 3527618]: Stabilize tests that use [info frame 0] check-in: 7b16456f75 user: dkf tags: trunk | |
| 14:44 | [Bug 2964715]: fixes to globbing in safe interpreters check-in: fe7ec23cbd user: dkf tags: trunk | |
| 14:14 | [Bug 2964715]: fixes to globbing in safe interpreters check-in: f94f9185d7 user: dkf tags: core-8-5-branch | |
| 10:27 | minor: ChangeLog formatting fixes check-in: ea85222359 user: dkf tags: trunk | |
|
2012-05-16
| ||
| 23:23 | [Bug 3525462]: Document what relational operators really do with string args. check-in: b16c8afdda user: dkf tags: trunk | |
| 23:19 | [Bug 3525462]: Document what relational operators really do with string args. check-in: 1fcb9d63fa user: dkf tags: core-8-5-branch | |
| 14:11 | [Bug 3445787]: Improve the compatibility of safe interpreters' version of 'file' with that of unsafe... check-in: 35240baf0f user: dkf tags: trunk | |
| 09:29 | FRQ 3527238: first experiment implementing CF_UNICODETEXT for dde check-in: ba88b2a19d user: jan.nijtmans tags: frq-3527238 | |
|
2012-05-15
| ||
| 05:18 | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleReso... check-in: 0b3f9702e0 user: jan.nijtmans tags: trunk | |
| 04:54 | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSXOpenVersionedBundleReso... check-in: 4fa183b80c user: jan.nijtmans tags: core-8-5-branch | |
|
2012-05-13
| ||
| 14:53 | Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: 7e5a842ffb user: jan.nijtmans tags: trunk | |
| 14:50 | Protect against receiving strings without ending \0, as external applications (or Tcl with TIP #106)... check-in: d18e27ccd9 user: jan.nijtmans tags: core-8-5-branch | |
| 11:04 | merge trunk check-in: b939500e30 user: dkf tags: tip-400-impl | |
|
2012-05-11
| ||
| 12:50 | fix handling of closing '\0' for -binary data update dde version to 1.4.0 Closed-Leaf check-in: 5199131175 user: jan.nijtmans tags: tip-106-impl | |
|
2012-05-10
| ||
| 22:01 | merge trunk check-in: 965fe4924b user: jan.nijtmans tags: tip-106-impl | |
| 21:57 | first shot at internationalization of dde check-in: d36a06647e user: jan.nijtmans tags: trunk | |
| 21:48 | [Bug 473946]: special characters not correctly sent check-in: 1aee402b1b user: jan.nijtmans tags: trunk | |
| 21:43 | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ./configure, to avoid s... check-in: de38d43a1e user: ferrieux tags: trunk | |
| 20:44 | [Bug 473946]: special characters not correctly sent check-in: 8a869dadb3 user: jan.nijtmans tags: core-8-5-branch | |
| 09:22 | updated C API to be more focused on supporting just some operations check-in: edb281b2f7 user: dkf tags: tip-400-impl | |
|
2012-05-09
| ||
| 22:28 | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for owner == handler. check-in: 360eb75e01 user: andreask tags: trunk | |
| 19:09 | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the test case. Modified [chan post... check-in: 32d93a8414 user: andreask tags: trunk | |
| 19:03 | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the core if it were not disabled as ... check-in: 92b2807753 user: andreask tags: trunk | |
|
2012-05-08
| ||
| 15:23 | merge trunk check-in: abf7628aac user: dgp tags: dgp-refactor | |
| 09:26 | another bug: [dde eval -async -binary] didn't work check-in: 1a74749c0d user: jan.nijtmans tags: tip-106-impl | |
| 09:07 | fix test-cases winDde 5.1 and 5.3 check-in: e200c4594c user: jan.nijtmans tags: tip-106-impl | |
|
2012-05-07
| ||
| 18:40 | merge trunk check-in: 3653a449db user: dgp tags: dgp-pkg-migration | |
| 16:36 | Properly close nonblocking channels even when not flushing them. check-in: a219ffee40 user: ferrieux tags: trunk | |
| 09:29 | merge trunk check-in: ac9bcc3eb6 user: dkf tags: tip-400-impl | |
| 08:27 | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pla... check-in: 93f80efb6e user: jan.nijtmans tags: trunk | |
| 08:21 | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Pla... check-in: d87557d5c3 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-05-06
| ||
| 17:33 | merge trunk check-in: 4126f879b2 user: dkf tags: tip-106-impl | |
|
2012-05-05
| ||
| 14:29 | start writing some documentation check-in: 309ef52010 user: dkf tags: tip-400-impl | |
|
2012-05-04
| ||
| 21:18 | Add ability to get gzip header out of streaming zlib access check-in: a4f46e56cc user: dkf tags: tip-400-impl | |
| 21:11 | some more removals from zlib1.2.7 check-in: 0b062cab34 user: jan.nijtmans tags: trunk | |
| 21:09 | files removed from zlib-1.2.7 check-in: 054979d3c1 user: jan.nijtmans tags: trunk | |
| 10:53 | merge trunk check-in: e9adf356e2 user: dkf tags: tip-400-impl | |
|
2012-05-03
| ||
| 21:14 | don't try to run the cpuid test when cpuid is not available check-in: cbc4a3686d user: jan.nijtmans tags: trunk | |
| 21:01 | don't try to run the cpuid test when cpuid is not available check-in: 9bbb7cfbc5 user: jan.nijtmans tags: core-8-5-branch | |
| 20:41 | zlib-1.2.7 check-in: eb14b7478a user: jan.nijtmans tags: trunk | |
| 20:22 | 3428754 Test socket-14.2 tolerate [socket -async] connection that connects synchronously. check-in: 08c5c40d93 user: dgp tags: trunk | |
| 18:28 | 3428753 Fix [socket -async] connections that manage to connect synchronously. check-in: 0b459f0184 user: dgp tags: trunk | |
| 13:10 | Move cpuid testcase from win-specific to generic tests check-in: 123ede1877 user: jan.nijtmans tags: trunk | |
| 12:31 | Move cpuid testcase from win-specific to generic tests check-in: 05e03611b4 user: jan.nijtmans tags: core-8-5-branch | |
| 09:29 | add some tests check-in: cb81e23411 user: dkf tags: tip-106-impl | |
| 09:09 | move some more CYGWIN stuff to unix/tclUnixPort.h check-in: a973c8d07a user: jan.nijtmans tags: trunk | |
| 09:05 | move some more CYGWIN stuff to unix/tclUnixPort.h check-in: 521cc77858 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-05-02
| ||
| 21:55 | Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit a... check-in: 269feeeb77 user: jan.nijtmans tags: trunk | |
| 21:48 | Better detection and implementation for cpuid instruction on Intel-derived processors, both 32-bit a... check-in: 1e03bb547b user: jan.nijtmans tags: core-8-5-branch | |
| 21:40 | Disable offending test iocmd.tf-24.16, pending fix in refchan code explored in branch bug-3522560. check-in: fa80e0adcf user: ferrieux tags: trunk | |
| 21:15 | Explicitly declare a channel nonblocking before throwing EAGAIN on write. Leaf check-in: cf299e00cf user: ferrieux tags: bug-3522560 | |
| 14:37 | cpuid-on-unix Closed-Leaf check-in: ffb2de10b7 user: jan.nijtmans tags: cpuid-on-unix | |
| 14:14 | switch off 32-bit assembler check-in: 39f5e59933 user: jan.nijtmans tags: trunk | |
| 14:12 | switch off 32-bit specific assembler check-in: c08b6fe926 user: jan.nijtmans tags: core-8-5-branch | |
| 10:11 | Update of Patch 2445648 to trunk tip. Implementation of TIP 106: Add Encoding Abilities to the [dde]... check-in: 73a6b9d590 user: dkf tags: tip-106-impl | |
| 06:50 | TclWinCPUID now respects -fPIC compilation on 32-bit Linux check-in: cf269b5da3 user: jan.nijtmans tags: trunk | |
| 06:48 | TclWinCPUID now respects -fPIC compilation on 32-bit Linux check-in: 64a0a9db46 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-05-01
| ||
| 12:21 | merge trunk Leaf check-in: 18b67ecc84 user: dgp tags: tip-401 | |
| 08:29 | first actual test of doing something with a compression dictionary check-in: 7990b4b092 user: dkf tags: tip-400-impl | |
| 04:51 | merge trunk check-in: f0310da009 user: dkf tags: tip-400-impl | |
|
2012-04-30
| ||
| 21:53 | Tame deadlocks in broken refchan tests [Bug 3522560] check-in: 29535daab1 user: ferrieux tags: trunk | |
| 21:31 | Fix a nesting bug in the message-passing protocol to Tcl_SetChannelError in one case. check-in: a13a83a7c2 user: ferrieux tags: bug-3522560 | |
| 21:15 | Explore enforcing the (implied) law that EAGAIN is forbidden for a blocking channel. Violation disco... check-in: 89f82f5eaf user: ferrieux tags: bug-3522560 | |
| 20:21 | Initial TIP 401 patch check-in: e3a37c3439 user: dgp tags: tip-401 | |
| 12:55 | Revert introduction of non-portable asm snippet in function TclWinCPUID, to restore compilability on... check-in: 2e93a2feb3 user: ferrieux tags: trunk | |
| 09:15 | Mention compatibility matters in Changelog. Make test insensitive to ambient compat flag. check-in: 08f40b8f8e user: ferrieux tags: trunk | |
|
2012-04-29
| ||
| 07:23 | merge trunk check-in: 8610da4944 user: dkf tags: tip-400-impl | |
| 07:18 | Differentiate what options may be set by format type. check-in: bf9b0551c5 user: dkf tags: tip-400-impl | |
|
2012-04-28
| ||
| 17:09 | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channels check-in: efc6bbd2cb user: ferrieux tags: trunk, potential incompatibility | |
| 17:03 | Compat flag, test, and doc update. Closed-Leaf check-in: 96fb0e1328 user: ferrieux tags: tip-398-impl | |
|
2012-04-27
| ||
| 14:37 | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs check-in: add6ea1397 user: jan.nijtmans tags: trunk | |
| 14:30 | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs check-in: 533c11d007 user: jan.nijtmans tags: core-8-5-branch | |
| 08:51 | Make 'auto_execok START' do the Right Thing check-in: b8ffe55b40 user: dkf tags: trunk | |
| 08:49 | Make 'auto_execok START' do the Right Thing check-in: cdcff6d669 user: dkf tags: core-8-5-branch | |
|
2012-04-26
| ||
| 19:59 | get rid of _ANSI_ARGS_ and CONST check-in: ce95e51ad2 user: jan.nijtmans tags: trunk | |
| 19:42 | get rid of _ANSI_ARGS_ check-in: a3f95a3b3d user: jan.nijtmans tags: core-8-5-branch | |
| 15:00 | compiler warning check-in: fe6ff3b983 user: jan.nijtmans tags: trunk | |
| 14:59 | compiler warning check-in: 4a7bc2d107 user: jan.nijtmans tags: core-8-5-branch | |
| 13:52 | merge trunk check-in: b440e1e4c3 user: dkf tags: tip-400-impl | |
| 13:21 | Repair more build breakage. check-in: 0589ebf465 user: dgp tags: trunk | |
| 13:00 | fix Linux build ;-( check-in: e25c56f934 user: jan.nijtmans tags: trunk | |
| 12:59 | fix Linux build ;-( check-in: 3dba4b4916 user: jan.nijtmans tags: core-8-5-branch | |
| 10:45 | fix OSX crash check-in: 8b54a29ab2 user: jan.nijtmans tags: trunk | |
| 10:43 | fix crash on Mac OSX check-in: ed94d13f68 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-04-25
| ||
| 21:03 | Implement Tcl_DStringResult with call to TclDStringToObj. check-in: e5a8be5394 user: dgp tags: dgp-remove-string-result | |
| 21:02 | merge trunk check-in: e9150d1e4c user: dgp tags: dgp-remove-string-result | |
| 12:07 | * generic/tclUtil.c (TclDStringToObj): Added internal function to make the fairly-common operation... check-in: 2e12143e39 user: dkf tags: trunk | |
| 11:11 | merge-mark check-in: fd5204d93c user: jan.nijtmans tags: core-8-5-branch | |
|
2012-04-24
| ||
| 21:50 | fix merge error check-in: ca02a64d68 user: jan.nijtmans tags: trunk | |
| 21:29 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetSockOpt, TclWinGetServByName and Tc... check-in: 3caedf05df user: jan.nijtmans tags: trunk | |
| 21:25 | gcc warnings check-in: d2d01508c4 user: jan.nijtmans tags: core-8-5-branch | |
| 21:02 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetSockOpt, TclWinGetServByName and Tc... check-in: fcc5957e59 user: jan.nijtmans tags: core-8-5-branch | |
| 08:55 | merge trunk check-in: 3a8c412e3e user: ferrieux tags: tip-398-impl | |
|
2012-04-23
| ||
| 17:02 | grammar fix (reported on Tcler's Chat) check-in: 1c1b151e93 user: dkf tags: trunk | |
| 14:13 | autoconf check-in: 4aac12631b user: dgp tags: trunk | |
| 13:49 | make some more internal tables const check-in: 8f88d10716 user: jan.nijtmans tags: trunk | |
| 13:17 | make some more internal tables const check-in: 7ac468debe user: jan.nijtmans tags: core-8-5-branch | |
| 08:20 | fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' differs in parameter lists... check-in: fa22672ea8 user: jan.nijtmans tags: trunk | |
|
2012-04-22
| ||
| 20:51 | merge trunk check-in: 0d20ee5cfe user: jan.nijtmans tags: tip-389-impl | |
|
2012-04-21
| ||
| 09:09 | merge trunk check-in: bcbac1a341 user: dkf tags: dkf-utf16-branch | |
| 09:09 | merge trunk check-in: 7c323936dd user: dkf tags: dkf-notifier-poll | |
| 09:07 | merge trunk check-in: ed65c88c82 user: dkf tags: dkf-documentation-figures | |
| 09:05 | merge trunk check-in: 3b60e56ca4 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:05 | merge trunk check-in: 5854464b46 user: dkf tags: dkf-alias-encoding | |
|
2012-04-20
| ||
| 10:22 | another bit of fconfigure guts check-in: 3703d50e0a user: dkf tags: tip-400-impl | |
| 09:45 | merge trunk check-in: b857802eb5 user: dkf tags: tip-400-impl | |
|
2012-04-19
| ||
| 12:57 | To preserve the ability of [load] to bring in mistmatched stubs-enabled modules and react with an er... check-in: 2c78fcc24c user: dgp tags: dgp-remove-string-result | |
| 12:41 | Clean version of changes; ifdef-free check-in: a9865171d6 user: dkf tags: dgp-remove-string-result | |
| 12:20 | merge trunk check-in: 13b3347e1d user: dkf tags: dgp-remove-string-result | |
| 10:28 | Added example to platform(n) manpage check-in: 77ebc079e2 user: dkf tags: trunk | |
| 08:05 | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp. check-in: 7634024387 user: sebres tags: bug-3519357 | |
| 07:59 | Create new branch named "bug-3519357" check-in: 8195fcc0d9 user: sebres tags: bug-3519357 | |
|
2012-04-18
| ||
| 22:12 | make some more internal tables const a few CONST -> const changes check-in: b45a9ed9e6 user: jan.nijtmans tags: trunk | |
| 22:05 | make some more internal tables const a few CONST -> const changes check-in: 24c0f42d9a user: jan.nijtmans tags: core-8-5-branch | |
| 18:42 | Experimental branch where the interp->result field and related are removed and all simplifications t... check-in: 4d5b476573 user: dgp tags: dgp-remove-string-result | |
| 12:47 | Apply tzdata2012c check-in: 4f48685207 user: kbk tags: trunk | |
| 12:44 | Apply tzdata2012c check-in: 7fbd5f91d3 user: kbk tags: core-8-5-branch | |
|
2012-04-17
| ||
| 17:10 | merge trunk check-in: 3d9e04ba5f user: dkf tags: tip-400-impl | |
| 15:55 | merge trunk check-in: 55516a61c0 user: dgp tags: dgp-refactor | |
| 13:49 | Restore the tcl_platform(threaded) variable. check-in: 5d93f81982 user: dgp tags: trunk | |
| 07:46 | merge trunk check-in: a35c196e10 user: dkf tags: tip-400-impl | |
| 07:42 | Working towards the channel transform config options. check-in: dec545b884 user: dkf tags: tip-400-impl | |
|
2012-04-16
| ||
| 06:15 | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys... check-in: 0f636792c9 user: dkf tags: trunk | |
| 06:07 | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys... check-in: e5a6d7528c user: dkf tags: core-8-5-branch | |
|
2012-04-15
| ||
| 21:05 | Refactor some [zlib] subcommands into their own functions check-in: e1ad1c7bd0 user: dkf tags: tip-400-impl | |
| 17:36 | minor comment formatting check-in: 3b169161c4 user: dkf tags: trunk | |
| 14:07 | Remove some low-value C stack frames. check-in: daf94de0ca user: dkf tags: trunk | |
| 10:12 | merge trunk check-in: bd9cd15006 user: dkf tags: tip-400-impl | |
| 10:07 | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make flushing work correctly in a pus... check-in: d04f1fc81a user: dkf tags: trunk | |
|
2012-04-14
| ||
| 06:45 | merge trunk check-in: f054d4db25 user: dkf tags: tip-400-impl | |
|
2012-04-13
| ||
| 22:29 | sync win/rules.vc with Tk version check-in: ead472afb0 user: jan.nijtmans tags: trunk | |
| 22:24 | sync win/rules.vc with Tk version check-in: 72d2828eba user: jan.nijtmans tags: core-8-5-branch | |
|
2012-04-12
| ||
| 21:17 | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName check-in: f45623c63d user: jan.nijtmans tags: trunk | |
|
2012-04-11
| ||
| 20:36 | fix windows build broken by [92cfbef048] (Refactor Win socket and load code to be less baroque in it... check-in: c8d80a632a user: jan.nijtmans tags: trunk | |
| 20:34 | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: 8032e7f92e user: jan.nijtmans tags: trunk | |
| 19:50 | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: beba7a8c8c user: jan.nijtmans tags: core-8-5-branch | |
| 07:16 | towards dictionary setting on transforms check-in: 584e69e4d2 user: dkf tags: tip-400-impl | |
|
2012-04-10
| ||
| 21:28 | Ensure all documented functions are listed in index line. check-in: ea709bd746 user: dkf tags: trunk | |
| 09:30 | corrected changelog entry check-in: 2f3e260bc8 user: dkf tags: trunk | |
| 09:29 | very slight tidy up to make build messages more regular check-in: ec02f76b8b user: dkf tags: trunk | |
| 09:17 | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to mark parts of Tcl's API as d... check-in: 5b94c3788a user: dkf tags: trunk | |
| 08:13 | merge trunk check-in: a8711ad508 user: dkf tags: tip-400-impl | |
| 07:29 | Argument parsing update check-in: a853fd68ae user: dkf tags: tip-400-impl | |
|
2012-04-09
| ||
| 21:38 | Fix [Bug 3396896] check-in: 8c8cfe9c98 user: dkf tags: trunk | |
| 17:04 | Fix [Bug 2712377]: [info vars] and object declared variables check-in: 0b5e337729 user: dkf tags: trunk | |
|
2012-04-08
| ||
| 17:16 | Another few bits of zlib stream core hacking check-in: c59fa7ccf4 user: dkf tags: tip-400-impl | |
|
2012-04-07
| ||
| 17:41 | Another bit more check-in: 06de3274f0 user: dkf tags: tip-400-impl | |
|
2012-04-06
| ||
| 23:44 | merged check-in: 57ffafa704 user: jan.nijtmans tags: trunk | |
| 23:42 | cygwin should use SetEnvironmentVariable for windows env Closed-Leaf check-in: b154f7f607 user: jan.nijtmans tags: cygwin-environment-changes | |
|
2012-04-05
| ||
| 16:29 | merge trunk check-in: f24817c9e5 user: dkf tags: tip-400-impl | |
| 09:34 | Reduce amount of unreachable code. Refactor Win socket and load code to be less baroque in its inter... check-in: 92cfbef048 user: dkf tags: trunk | |
| 07:07 | cygwin should use SetEnvironmentVariable for windows env check-in: d39be5f098 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-04-04
| ||
| 20:51 | Fix [Bug 3514761] and related ensemble/construction problems. check-in: 9569a8471a user: dkf tags: trunk | |
| 20:37 | some formatting (*.decls) remove some unused cygwin-related code some minor gcc warnings check-in: 804d7eee7c user: jan.nijtmans tags: trunk | |
| 20:17 | some formatting (*.decls) move up #undef, for macro which is conflicting with later stuff. remove so... check-in: 904f4fe3fe user: jan.nijtmans tags: core-8-5-branch | |
| 15:07 | merge-mark check-in: fdfbefa0b9 user: jan.nijtmans tags: trunk | |
| 14:48 | Quick workaround for busted branch tip. check-in: 9fc4ed3a6d user: dgp tags: core-8-5-branch | |
| 10:51 | Added characterisation of Bug 3514761; currently knownBug... check-in: fdd4e996ad user: dkf tags: trunk | |
| 09:54 | [Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: 0dfb472cef user: jan.nijtmans tags: trunk | |
| 09:05 | [Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: 2725f75513 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-04-03
| ||
| 14:44 | Remove the TclpGetTZName implementation for Cygwin (from 2012-04-02 commit) check-in: 64404b14d5 user: jan.nijtmans tags: trunk | |
| 14:27 | cleanup tcl.decls (unnecessary "generic" argument) check-in: 1fb2809854 user: jan.nijtmans tags: core-8-5-branch | |
| 13:09 | Remove the TclpGetTZName implementation for Cygwin (from previous commit) check-in: 3c8544ca3e user: jan.nijtmans tags: core-8-5-branch | |
| 10:58 | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName Closed-Leaf check-in: 571970a62f user: jan.nijtmans tags: bug-3514475 | |
|
2012-04-02
| ||
| 17:51 | re-generate configure check-in: 6104ed0d3e user: jan.nijtmans tags: trunk | |
| 14:13 | cygwin should not use ExitProcess check-in: 810dc33bbd user: jan.nijtmans tags: trunk | |
| 13:13 | Implementation of TIP #396 check-in: 1d6747e53f user: dkf tags: trunk | |
| 09:45 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: 9e1a41ed83 user: jan.nijtmans tags: trunk | |
|
2012-04-01
| ||
| 18:35 | re-generate configure check-in: 7cc6d227fc user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-31
| ||
| 15:16 | Another step on the road to implementation. check-in: 928447f7d2 user: dkf tags: tip-400-impl | |
| 14:06 | D'oh! check-in: 9e464ab00d user: dkf tags: tip-400-impl | |
| 13:48 | Start of implementation of TIP 400: zlib improvements check-in: 359ebdf668 user: dkf tags: tip-400-impl | |
|
2012-03-30
| ||
| 14:57 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: 27ca86ce9b user: jan.nijtmans tags: core-8-5-branch | |
| 12:28 | [Bug 3511806] Compiler checks too early (autoconf still to be run!) check-in: df5899ee61 user: jan.nijtmans tags: trunk | |
| 09:49 | [Bug 3511806] Compiler checks too early (autoconf still to be run!) check-in: b684c66031 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-29
| ||
| 09:24 | Fix minor typos in ChangeLog messages. check-in: e9858729dc user: dkf tags: trunk | |
| 08:38 | faster memleak-free implementation of [string is entier] check-in: df23d89ed4 user: jan.nijtmans tags: trunk | |
|
2012-03-28
| ||
| 14:28 | merge trunk check-in: 2a19fcb152 user: dkf tags: dkf-utf16-branch | |
| 14:27 | merge trunk check-in: c908855c32 user: dkf tags: dkf-notifier-poll | |
| 13:33 | merge trunk check-in: 2edb5d44c0 user: dkf tags: dkf-documentation-figures | |
| 13:32 | merge trunk check-in: 13a02eed88 user: dkf tags: dkf-bytecode-8.6-main | |
| 13:32 | merge trunk check-in: 10889e2974 user: dkf tags: dkf-alias-encoding | |
| 13:30 | merge trunk check-in: 78f305269a user: dkf tags: tip-398-impl | |
|
2012-03-27
| ||
| 14:26 | se lower numbers, preventing integer overflow in tclWinError.c check-in: f38a3c4d81 user: jan.nijtmans tags: trunk | |
| 12:36 | gcc warning: unused but set variable check-in: 443b5353a6 user: jan.nijtmans tags: trunk | |
| 12:26 | Implementation of TIP #395 check-in: 7141246313 user: dkf tags: trunk | |
| 12:15 | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: cd7415d81d user: jan.nijtmans tags: trunk | |
| 11:39 | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: f9900bca57 user: jan.nijtmans tags: core-8-5-branch | |
| 08:21 | Implementation of TIP #397 check-in: 037a44105f user: dkf tags: trunk, potential incompatibility | |
|
2012-03-26
| ||
| 13:11 | Fix uninit variable (thanks to dgp for reporting) check-in: 785a336086 user: dkf tags: trunk | |
| 12:51 | Implementation of TIP #380 check-in: 3e85aec4f2 user: dkf tags: trunk, potential incompatibility | |
| 08:56 | 3 missing stub macros for cygwin merge problem from Tcl 8.4 (old mac stub table got accidently back) check-in: 460693a27f user: jan.nijtmans tags: trunk | |
| 08:06 | 3 missing stub macros for cygwin fix merge problem from Tcl 8.4 (old mac stub table got accidently b... check-in: 990925c563 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-25
| ||
| 21:42 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: b503983e6b user: jan.nijtmans tags: trunk | |
| 21:22 | [Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: 7d739c330e user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-23
| ||
| 15:55 | wrong date in ChangeLog check-in: ed8d45b515 user: jan.nijtmans tags: trunk | |
| 15:54 | wrong date in ChangeLog check-in: 6c9f9d1bca user: jan.nijtmans tags: core-8-5-branch | |
| 15:53 | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). They were an attempt to... check-in: 70fd0e4074 user: jan.nijtmans tags: trunk | |
| 15:26 | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) They were an attempt to ... check-in: 0756e97333 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-22
| ||
| 21:57 | merge trunk (fix OSX build error) check-in: c63f1e426a user: jan.nijtmans tags: tip-398-impl | |
| 10:01 | [bug 3508771] fix OSX build check-in: 73fee7c814 user: jan.nijtmans tags: trunk | |
| 09:57 | [bug 3508771] fix OSX build check-in: 47b5a84a31 user: jan.nijtmans tags: core-8-5-branch | |
| 08:04 | Take two. Don't forget to apply all patches, even when the phone rings in between. check-in: 83c38b0c0d user: ferrieux tags: tip-398-impl | |
| 07:33 | Implement tip 398 : Quickly Exit with Non-Blocking Blocked Channels. This is simply a revert of the ... check-in: f2a0a1891c user: ferrieux tags: tip-398-impl | |
|
2012-03-20
| ||
| 11:59 | [Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 8f9c16848b user: jan.nijtmans tags: trunk | |
| 10:16 | merge-mark check-in: 304c3cdf05 user: jan.nijtmans tags: core-8-5-branch | |
| 09:58 | [Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 5caa06383d user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-19
| ||
| 17:15 | Update to tzdata 2012b check-in: df17301541 user: venkat tags: trunk | |
| 17:09 | Update to tzdata 2012b check-in: 1077be73d7 user: venkat tags: core-8-5-branch | |
| 16:51 | * Use the values returned by getaddrinfo() for all three arguments to socket() instead of only us... check-in: 74615f33dc user: max tags: trunk | |
|
2012-03-15
| ||
| 21:14 | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin check-in: 7ad5febe39 user: jan.nijtmans tags: trunk | |
| 21:03 | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin check-in: 33b1706cef user: jan.nijtmans tags: core-8-5-branch | |
| 09:22 | [bug-3288345] Wrong Tcl_StatBuf used on Cygwin Closed-Leaf check-in: d4f3024ba5 user: jan.nijtmans tags: bug-3288345 | |
| 08:42 | x Closed-Leaf check-in: 06584f0569 user: jan.nijtmans tags: private | |
| 08:33 | x check-in: 50a7f8cea5 user: jan.nijtmans tags: private | |
|
2012-03-12
| ||
| 14:48 | Start of some support for a macro for figures, which is mainly intended for use with Tk. Prompted by... check-in: 101dd10b7d user: dkf tags: dkf-documentation-figures | |
| 12:40 | [Bug 3388350] mingw64 compiler warnings check-in: a798d1b44e user: jan.nijtmans tags: trunk | |
| 12:38 | [Bug 3388350] mingw64 compiler warnings check-in: ba7352dfe4 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-11
| ||
| 17:03 | A number of small spelling and wording fixes in the docs. check-in: 9539be84d1 user: dkf tags: trunk | |
|
2012-03-08
| ||
| 21:12 | More small bits of doc mending. check-in: c00ce8ef2e user: dkf tags: trunk | |
| 09:55 | Various minor fixes (prompted by Andreas Kupries detecting a spelling mistake). check-in: ef1168c4d6 user: dkf tags: trunk | |
| 09:43 | Added source test with utf-8 (without -encoding param), remove too many same single byte tests Closed-Leaf check-in: 0d794e7275 user: sebres tags: bug-3466099 | |
| 09:01 | merge from trunk check-in: 198464a9f4 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:00 | merge from trunk check-in: dd77c1513d user: dkf tags: dkf-utf16-branch | |
| 09:00 | merge from trunk check-in: ea86b8ad37 user: dkf tags: dkf-notifier-poll | |
| 08:59 | merge from trunk check-in: cb4a3bfbb9 user: dkf tags: dkf-alias-encoding | |
|
2012-03-07
| ||
| 22:09 | put -checkbom encoding only when encoding is not set check-in: 4de05bbbf2 user: jan.nijtmans tags: bug-3466099 | |
| 21:59 | start of a new attempt, building functionality in "channel" check-in: a0ed010170 user: jan.nijtmans tags: bug-3466099 | |
| 21:21 | Style guide and tidying up. check-in: 5b854537f0 user: dgp tags: bug-3485833 | |
| 21:03 | merge 8.5 to bugfix check-in: 7362610a94 user: dgp tags: bug-3485833 | |
| 20:54 | Refactor TclScanElement() part of list parsing to take advantage of tables constructed for the task ... check-in: 3b5c5a2957 user: dgp tags: trunk | |
| 20:21 | merge trunk Closed-Leaf check-in: ed9f08c48e user: jan.nijtmans tags: dgp-scan-element | |
| 20:18 | DWORD_PTR typedef after <windows.h> check-in: 2c094f46eb user: jan.nijtmans tags: trunk | |
| 20:15 | DWORD_PTR typedef after <windows.h> check-in: bcbec8c1b2 user: jan.nijtmans tags: core-8-5-branch | |
| 18:59 | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ... check-in: d4d8d006ea user: andreask tags: trunk | |
| 18:54 | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for ... check-in: 157183e09d user: andreask tags: core-8-5-branch | |
| 15:40 | experimental trying to use TclGetSrcInfoForCmd without special sentinel ENSEMBLE_PSEUDO_COMMAND check-in: 0331a1cb8f user: sebres tags: bug-3485833 | |
|
2012-03-06
| ||
| 21:03 | merge core-8-5-branch check-in: 1ba2001d30 user: jan.nijtmans tags: dgp-scan-element | |
| 20:54 | Compatibility with older Visual Studio versions check-in: b9d820cfd6 user: jan.nijtmans tags: trunk | |
| 20:53 | Compatibility with older Visual Studio versions check-in: e54a8c811e user: jan.nijtmans tags: core-8-5-branch | |
| 14:18 | another solution with auto recognition (without fixed cpBomTable) Closed-Leaf check-in: 8da0451f94 user: sebres tags: bug-3466099 | |
| 09:30 | Compatibility to older visual studio / windows platform SDK check-in: a16a2b5417 user: sebres tags: dgp-scan-element | |
|
2012-03-05
| ||
| 20:47 | Better conform to Tcl style guidelines. check-in: ffd6477611 user: dgp tags: bug-3485833 | |
| 20:44 | merge-mark check-in: 6aba59467d user: jan.nijtmans tags: trunk | |
| 20:39 | eliminate the use of intptr_t check-in: 1622089a42 user: jan.nijtmans tags: core-8-5-branch | |
| 20:11 | merge-mark check-in: b9d5abfcc5 user: jan.nijtmans tags: core-8-5-branch | |
| 19:11 | Backdoor kludge to let traced ensemble subcommands gain access to the string command of the original... check-in: a96d145418 user: dgp tags: bug-3485833 | |
| 17:46 | merge trunk check-in: 41e5026e0c user: dgp tags: dgp-refactor | |
|
2012-03-04
| ||
| 16:52 | Compilation of misc info sometimes used in high-performance code. check-in: 2eebfcc371 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:39 | Patch from the cygwin folks check-in: 09cd534bb6 user: jan.nijtmans tags: trunk | |
| 16:38 | Patch from the cygwin folks check-in: 8dafecc06c user: jan.nijtmans tags: core-8-5-branch | |
|
2012-03-02
| ||
| 10:07 | Add bug number. check-in: a17072b253 user: dkf tags: trunk | |
| 10:05 | (Tcl_SetByteArrayObj): Only zero out the memory block if it is not being immediately overwritten. Th... check-in: 281db1ba11 user: dkf tags: trunk | |
|
2012-03-01
| ||
| 22:48 | experiment: Handle BOM by switching to utf-8 when the system encoding is cp1250-cp1258 or identity (... check-in: 110d7c7820 user: jan.nijtmans tags: bug-3466099 | |
| 10:02 | merge core-8-5-branch check-in: 09bbc03c47 user: sebres tags: dgp-scan-element | |
| 09:33 | fix compile error win / visual studio check-in: 57f30e3f2c user: sebres tags: dgp-scan-element | |
| 09:29 | clarify and review code check-in: cda4203920 user: sebres tags: dgp-scan-element | |
|
2012-02-29
| ||
| 22:41 | oops, that's no utf-8 BOM ;-( check-in: 86923ce939 user: jan.nijtmans tags: trunk | |
| 22:38 | oops, that's no utf-8 BOM ;-( check-in: d2c359a194 user: jan.nijtmans tags: core-8-5-branch | |
| 21:56 | [Bug 3466099] BOM in Unicode check-in: ad684faec9 user: jan.nijtmans tags: trunk | |
| 21:34 | [Bug 3466099] BOM in Unicode check-in: ca6c454087 user: jan.nijtmans tags: core-8-5-branch | |
|
2012-02-23
| ||
| 21:10 | Add tests relating to bug 1115587. The bug itself still exists at this point. check-in: fc453fd101 user: dkf tags: trunk | |
| 21:08 | Add tests relating to bug 1115587. The bug itself still exists at this point. check-in: 6990132056 user: dkf tags: core-8-5-branch | |
|
2012-02-21
| ||
| 10:25 | Documentation clarification, as discussed in [Bug 3482614]. check-in: 1d80a41569 user: dkf tags: trunk | |
|
2012-02-17
| ||
| 21:18 | [Bug 2233954] AIX: compile error, but don't do that for _WIN32 (doesn't work in VS10) check-in: 130293d784 user: jan.nijtmans tags: trunk | |
| 21:17 | [Bug 2233954] AIX: compile error, but don't do that for _WIN32 (doesn't work in VS10) check-in: fa683cad00 user: jan.nijtmans tags: core-8-5-branch | |
| 17:15 | Merged core-8-5-branch segfault fix (commits [39f6ebe301] and [a6aa5be5b7]). check-in: 7135bc0716 user: andreask tags: trunk | |
| 17:12 | Fix: Removed C99ism (in-block variable declaration) from commit [39f6ebe301] which prevents building... check-in: a6aa5be5b7 user: andreask tags: core-8-5-branch | |
| 15:14 | bug fix: avoid segfaulting by deleted interp in RecordByteCodeStats check-in: 39f6ebe301 user: sebres tags: core-8-5-branch | |
| 09:10 | merge trunk check-in: f7b605d4cd user: dkf tags: dkf-alias-encoding | |
| 09:08 | merge trunk check-in: 8454ac74d2 user: dkf tags: dkf-utf16-branch | |
| 09:06 | merge trunk check-in: 6ef0534927 user: dkf tags: dkf-notifier-poll | |
|
2012-02-16
| ||
| 23:11 | [Bug 2233954] AIX: compile error check-in: dc007f490b user: jan.nijtmans tags: trunk | |
| 23:09 | [Bug 2233954] AIX: compile error check-in: 66427b5db9 user: jan.nijtmans tags: core-8-5-branch | |
| 13:51 | * generic/tclExecute.c (INST_LIST_RANGE_IMM): Enhance implementation so that shortening a (not multi... check-in: cad3b32b14 user: dkf tags: trunk | |
|
2012-02-15
| ||
| 20:43 | * generic/tclCompCmds.c (TclCompileLreplaceCmd): Added a compilation strategy for [lreplace] that ... check-in: e3106247db user: dkf tags: trunk | |
| 12:02 | * generic/tclCompCmds.c (TclCompileLrangeCmd): Add compiler for [lrange] with constant indices so ... check-in: 533a2ba7b7 user: dkf tags: trunk | |
| 10:01 | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix crash in compilation of [dict f... check-in: af39754237 user: dkf tags: trunk | |
| 09:55 | merge bugfix Closed-Leaf check-in: 734678417d user: dkf tags: sebres-optimized-8-5 | |
| 09:51 | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix crash in compilation of [dict f... check-in: 58aa65251b user: dkf tags: core-8-5-branch | |
|
2012-02-14
| ||
| 16:51 | optimizing / bug fixing of clock.tcl check-in: aa30a04b13 user: sebres tags: sebres-optimized-8-5 | |
| 14:44 | Minor change: clarify code to indicate magical sentinel values. check-in: faff574673 user: dkf tags: dgp-scan-element | |
| 13:06 | Testing of fixing execution trace, overhead by ensemble commands check-in: d6c4824b30 user: sergey.brester tags: dgp-scan-element | |
|
2012-02-11
| ||
| 15:44 | Minor: Formatting fixes. check-in: e7b4aca827 user: dkf tags: trunk | |
| 12:47 | merge mark check-in: 5cfe6cf698 user: dkf tags: trunk | |
|
2012-02-10
| ||
| 15:11 | Document, by a retroactive bug report, a nasty Notifier issue on 64-bits x86 that affects the 8.4 br... check-in: 38c3b80088 user: ferrieux tags: trunk | |
| 15:06 | Document, by a retroactive bug report, a nasty Notifier issue on 64-bits x86 that affects the 8.4 br... check-in: 1bad99fa02 user: ferrieux tags: core-8-5-branch | |
| 08:25 | Define dependencies in Makefile. check-in: 1c577fcea4 user: dkf tags: dgp-scan-element | |
|
2012-02-09
| ||
| 18:38 | Testing speedup of TclScanElement(). check-in: c649888cfe user: dgp tags: dgp-scan-element | |
| 15:28 | merge trunk check-in: 2b01c45c26 user: dkf tags: dkf-alias-encoding | |
| 15:28 | merge trunk check-in: 2ee17eeb36 user: dkf tags: dkf-utf16-branch | |
| 15:28 | merge trunk check-in: 8db26d2e11 user: dkf tags: dkf-notifier-poll | |
| 15:23 | Converted the memcpy() calls in append operations to memmove() calls. This adds safety in the case o... check-in: 3bb4751c4e user: dgp tags: trunk | |
| 15:00 | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. Also corrected test for w... check-in: f43b43900f user: dgp tags: core-8-5-branch | |
|
2012-02-08
| ||
| 20:22 | merge trunk Closed-Leaf check-in: 66f3affcbc user: jan.nijtmans tags: bug-3466099 | |
|
2012-02-06
| ||
| 19:12 | Honor per-namespace compile suppression in ensemble subcommands. check-in: ecbee70832 user: dgp tags: trunk | |
| 18:57 | 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). check-in: f59553e6ec user: dgp tags: trunk | |
| 18:54 | 3485022 Disable ensemble subcommand compile inside a Tcl_Create*Trace(). check-in: a7cd8eab0f user: dgp tags: core-8-5-branch | |
| 17:41 | 3485022 TclCompileEnsemble() avoid compile when exec traces set. check-in: 64bca4282c user: dgp tags: trunk | |
| 17:34 | 3485022 TclCompileEnsemble() avoid compile when exec traces set. check-in: 37f719ad40 user: dgp tags: core-8-5-branch | |
| 17:11 | fix for [Bug 3484621], take 3 check-in: 3f2b9932a7 user: mig tags: trunk | |
| 17:10 | fix for [Bug 3484621], take 3 check-in: ab33cfbe94 user: mig tags: core-8-5-branch | |
| 16:53 | fix for [Bug 3484621], take 2 check-in: 2525262824 user: mig tags: trunk | |
| 16:53 | fix for [Bug 3484621], take 2 check-in: 86f6c436c7 user: mig tags: core-8-5-branch | |
| 16:46 | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bump the interp's compile ... check-in: b5b93de310 user: mig tags: trunk | |
| 16:43 | Fix for [Bug 3484621]: insure that execution traces on bytecoded commands bump the interp's compile ... check-in: ec27f1e69d user: mig tags: core-8-5-branch | |
|
2012-02-04
| ||
| 17:49 | merge trunk check-in: 1051c7ac93 user: dkf tags: dkf-alias-encoding | |
| 17:48 | merge trunk check-in: 6062d13e22 user: dkf tags: dkf-utf16-branch | |
| 17:48 | merge trunk check-in: 1ea7dfcf2c user: dkf tags: dkf-notifier-poll | |
|
2012-02-03
| ||
| 23:33 | [Frq 3483854] zlib-1.2.6 Not to be merged to trunk until the official zlib1.dll is released as well!... Closed-Leaf check-in: aed9557397 user: jan.nijtmans tags: zlib-1.2.6 | |
| 23:00 | mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: df5aea7b41 user: jan.nijtmans tags: trunk | |
| 22:59 | mingw doesn't have LABEL_SECURITY_INFORMATION definition check-in: 8e600076a4 user: jan.nijtmans tags: core-8-5-branch | |
| 21:25 | merge trunk check-in: ffb46b40ba user: jan.nijtmans tags: tip-389-impl | |
|
2012-02-02
| ||
| 21:13 | [Frq 3464401] Support Unicode 6.1 check-in: b171159506 user: jan.nijtmans tags: trunk | |
| 21:13 | [Frq 3464401] Support Unicode 6.1 check-in: 0090ba5598 user: jan.nijtmans tags: core-8-5-branch | |
| 18:01 | inverted logic check-in: 4ebc3a8e1e user: dgp tags: trunk | |
| 17:35 | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries... check-in: 23cc9bf170 user: dgp tags: trunk | |
| 17:21 | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() routine that queries... check-in: 6203735037 user: dgp tags: core-8-5-branch | |
|
2012-02-01
| ||
| 15:46 | merge to bugfix branch Closed-Leaf check-in: 0b276de667 user: dgp tags: fix-win-native-access | |
| 13:00 | [Bug 3482614]: Documentation nit. check-in: 7f49ede254 user: dkf tags: trunk | |
| 12:55 | [Bug 3482614]: Documentation nit. check-in: 39b0b3fb61 user: dkf tags: core-8-5-branch | |
|
2012-01-30
| ||
| 23:34 | Minor: make comments accurate in [catch] compiler. check-in: b95f569ee3 user: dkf tags: trunk | |
| 15:43 | * generic/tclCompCmds.c (TclCompileCatchCmd): Added a more efficient bytecode generator for the ca... check-in: c7bbf49644 user: dkf tags: trunk | |
|
2012-01-27
| ||
| 21:56 | 3479689 New internal routine TclJoinPath(). Refactor all the *Join*Path* routines to give them more... check-in: 55c8c6c155 user: dgp tags: trunk | |
| 18:44 | 3480599 Make [source] and [load] order of multi-file package happen in sorted order of the file name... check-in: d17bc3040a user: dgp tags: trunk | |
| 18:44 | 3480599 Make [source] and [load] order of multi-file package happen in sorted order of the file name... check-in: 38d06f3dba user: dgp tags: core-8-5-branch | |
| 18:39 | 3480599 Make [source] and [load] order of multi-file package happen in sorted order of the file name... Closed-Leaf check-in: 1da688ab14 user: dgp tags: bug-3480599 | |
|
2012-01-26
| ||
| 23:26 | alternative TIP 395 implementation: - more efficient, will not generate bignum - uses "string is int... Closed-Leaf check-in: 9969397e80 user: jan.nijtmans tags: tip-395-with-alt-name | |
| 21:58 | merge trunk check-in: 702fdde8e2 user: jan.nijtmans tags: tip-389-impl | |
| 16:53 | 3475569 Add checks for unshared values before calls demanding them. 3479689 Stop memory corruption w... check-in: c53d73cbc2 user: dgp tags: trunk | |
| 16:42 | 3479689 Stop memory corruption when shimmering 0-refCount value to "path" type. check-in: a38a27a364 user: dgp tags: core-8-5-branch | |
| 16:33 | 3475569 Add value-sharing checks before calls that demand unshared arguments. check-in: f7e88adeb4 user: dgp tags: core-8-5-branch | |
| 16:26 | yank back debugging code Closed-Leaf check-in: c4792a35f0 user: dgp tags: bug-3475569 | |
| 16:15 | merge to bugfix check-in: 2391ff9f02 user: dgp tags: bug-3475569 | |
| 16:14 | Backport more robust stringObj tests. check-in: b10fdd096e user: dgp tags: core-8-5-branch | |
|
2012-01-25
| ||
| 14:39 | * generic/tclOO.c (Tcl_CopyObjectInstance): [Bug 3474460]: When copying an object, make sure that ... check-in: 2058b8a0d7 user: dkf tags: trunk | |
|
2012-01-24
| ||
| 22:50 | 3475569 Add value-sharing checks before calls that demand unshared arguments. check-in: 912125df60 user: dgp tags: bug-3475569 | |
| 13:11 | merge to bugfix branch check-in: e5d9cb52b3 user: dgp tags: fix-win-native-access | |
|
2012-01-23
| ||
| 22:19 | merge trunk check-in: 9eab8924a0 user: jan.nijtmans tags: tip-389-impl | |
| 21:21 | Simplify the logic of setting the TCL_REG_NOTBOL flag. check-in: e454de076f user: dgp tags: trunk | |
| 21:17 | Simplify the logic of setting the TCL_REG_NOTBOL flag. check-in: 9a7d9d9f02 user: dgp tags: core-8-5-branch | |
| 17:51 | merge mark check-in: ec2592bc98 user: dgp tags: trunk | |
| 17:45 | merge mark check-in: 088f7be200 user: dgp tags: core-8-5-branch | |
| 15:35 | merge trunk check-in: 3d4874b922 user: dgp tags: dgp-pkg-migration | |
| 09:38 | merge trunk check-in: 048c3301f8 user: dkf tags: dkf-alias-encoding | |
| 09:38 | merge trunk check-in: 41d9eb81af user: dkf tags: dkf-utf16-branch | |
| 09:38 | merge trunk check-in: b350d71428 user: dkf tags: dkf-notifier-poll | |
|
2012-01-22
| ||
| 21:50 | [Frq 3473670]: Various Unicode-related check-in: d772d08f8a user: jan.nijtmans tags: trunk | |
| 21:49 | [Frq 3473670]: Various Unicode-related speedups/robustness check-in: 2ccfd0f771 user: jan.nijtmans tags: core-8-5-branch | |
| 13:16 | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that errors only ever happen when in... check-in: 22ec97b057 user: dkf tags: trunk | |
| 13:08 | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that errors only ever happen when in... check-in: 8becd9515d user: dkf tags: core-8-5-branch | |
| 12:19 | mark to avoid mistaken commit check-in: 1cf2a06f53 user: dkf tags: dkf-alias-encoding | |
| 12:13 | merge from 8.5 main branch check-in: 5ae5382258 user: dkf tags: fix-win-native-access | |
| 12:06 | merge trunk check-in: e91fb0cde4 user: dkf tags: dkf-alias-encoding | |
| 12:06 | merge trunk check-in: bf9ad9a5fb user: dkf tags: dkf-utf16-branch | |
| 12:05 | merge trunk check-in: bc79ca2833 user: dkf tags: dkf-notifier-poll | |
|
2012-01-21
| ||
| 08:31 | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h check-in: 473eee5c31 user: jan.nijtmans tags: trunk | |
| 08:31 | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h check-in: b87b66b503 user: jan.nijtmans tags: core-8-5-branch | |
| 08:20 | Prevent buffer read overflow. Thanks to "sebres" for the report and fix check-in: 3cb2ac8fbd user: jan.nijtmans tags: trunk | |
| 08:19 | Prevent buffer read overflow. Thanks to "sebres" for the report and fix. check-in: 03cb2cb9ed user: jan.nijtmans tags: core-8-5-branch | |
|
2012-01-17
| ||
| 15:22 | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on when a dictionary key and t... check-in: 18138fd96f user: dkf tags: trunk | |
| 15:17 | * doc/dict.n (dict with): [Bug 3474512]: Explain better what is going on when a dictionary key and t... check-in: 7c568a9106 user: dkf tags: core-8-5-branch | |
| 14:34 | merge mark check-in: 003418bc2c user: dgp tags: trunk | |
| 14:32 | Bump to version 2.7.8 check-in: ba7ac32678 user: dgp tags: core-8-5-branch | |
|
2012-01-16
| ||
| 14:20 | merge from 8.5 main branch check-in: 73e6c2a5ea user: dkf tags: fix-win-native-access | |
| 13:35 | merge trunk check-in: b9329b4911 user: dkf tags: dkf-alias-encoding | |
| 13:35 | merge trunk check-in: 0d8d161fe8 user: dkf tags: dkf-utf16-branch | |
| 13:34 | merge trunk check-in: 94e7978a5c user: dkf tags: dkf-notifier-poll | |
| 13:32 | Ensure that error messages are always set, even in believed-unreachable code. check-in: 4366119ec4 user: dkf tags: trunk | |
| 13:32 | Ensure that error messages are always set, even in believed-unreachable code. check-in: 37f485edba user: dkf tags: core-8-5-branch | |
|
2012-01-13
| ||
| 11:50 | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we only try to read the socket... check-in: f9a94facca user: dkf tags: trunk | |
| 11:48 | * library/http/http.tcl (http::Connect): [Bug 3472316]: Ensure that we only try to read the socket... check-in: bb0af2dfb6 user: dkf tags: core-8-5-branch | |
|
2012-01-12
| ||
| 20:40 | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on sockets. check-in: daf88a2bd0 user: ferrieux tags: trunk | |
| 20:34 | [Bug 3472316] Document the destructive semantics of [fconfigure -error] on sockets. check-in: c840cf2371 user: ferrieux tags: core-8-5-branch | |
| 13:23 | [Bug 3466506]: Document more environment variables. check-in: 6f0fbae68b user: dkf tags: trunk | |
|
2012-01-11
| ||
| 21:24 | Contributed patch aiming to fix [file writable] problems on Windows & Samba. check-in: 0aabf0529e user: dgp tags: fix-win-native-access | |
|
2012-01-09
| ||
| 20:34 | [Bug 3464428] string is graph \u0120 is wrong check-in: e9a619e9dc user: jan.nijtmans tags: trunk | |
| 20:31 | [Bug 3464428] string is graph \u0120 is wrong check-in: 14fc5c19b7 user: jan.nijtmans tags: core-8-5-branch | |
| 13:50 | Revert mistaken commit. check-in: 38a63eef25 user: dgp tags: trunk | |
|
2012-01-08
| ||
| 20:49 | Fix loading of timezones where one abbreviation is a proper suffix of another [Bug 3470928] check-in: dc71499520 user: kbk tags: trunk | |
| 20:43 | Fix loading of timezones where one abbreviation is a proper suffix of another [Bug 3470928] check-in: c7e8dc4c9b user: kbk tags: core-8-5-branch | |
|
2011-12-31
| ||
| 15:13 | merge trunk check-in: d0927e994c user: dkf tags: dkf-alias-encoding | |
| 15:12 | merge trunk check-in: e0cf8ae638 user: dkf tags: dkf-utf16-branch | |
| 15:09 | merge trunk check-in: ac9b0e6278 user: dkf tags: dkf-notifier-poll | |
| 15:04 | merge trunk check-in: d7da5e7e1e user: dkf tags: dkf-alias-encoding | |
|
2011-12-30
| ||
| 08:26 | Update to Olson's tzdata2011n check-in: fdf178b941 user: venkat tags: trunk | |
| 08:17 | Actually check in the files, not just the Changelog. check-in: 3a32e7eedc user: venkat tags: core-8-5-branch | |
| 08:14 | Update to Olson's tzdata2011n check-in: f903a74e2f user: venkat tags: core-8-5-branch | |
|
2011-12-28
| ||
| 23:29 | first attempt at fixing bug-3466099 check-in: 625e54fc08 user: jan.nijtmans tags: bug-3466099 | |
|
2011-12-24
| ||
| 00:30 | [Bug 3464428] string is graph \u0120 is wrong check-in: 0c1ac83954 user: jan.nijtmans tags: trunk | |
| 00:15 | [Bug 3464428] string is graph \u0120 is wrong check-in: 005fc77cde user: jan.nijtmans tags: core-8-5-branch | |
|
2011-12-13
| ||
| 17:45 | (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure as an AuxData type. For... check-in: 1afb7a55b3 user: andreask tags: trunk | |
|
2011-12-11
| ||
| 09:17 | Some Unicode 6.0 chars not in [:print:] class check-in: 95f8aa7255 user: jan.nijtmans tags: trunk | |
| 09:13 | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] class check-in: 6a31dc71dc user: jan.nijtmans tags: core-8-5-branch | |
|
2011-12-07
| ||
| 06:23 | [Bug 3444754] string tolower \u01c5 is wrong check-in: 1f5f4a676e user: jan.nijtmans tags: trunk | |
| 06:17 | [Bug 3444754] string tolower \u01c5 is wrong check-in: 74cab55c44 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-12-01
| ||
| 09:18 | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070. check-in: 41679f73e6 user: dkf tags: trunk | |
| 09:10 | Note incompatibility caused by switch of flags to dlopen() for Bug 3216070. check-in: 4eb50d65b8 user: dkf tags: core-8-5-branch | |
|
2011-11-30
| ||
| 21:05 | [Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw... check-in: 8ba57189f9 user: jan.nijtmans tags: trunk | |
| 21:01 | [Bug 967195]: Make tcltest work when tclsh is compiled without using the setargv() function on mingw... check-in: 3fdf31914d user: jan.nijtmans tags: core-8-5-branch | |
| 06:15 | [Bug 2991415]: tclport.h #include'd before limits.h check-in: 92d210ba25 user: jan.nijtmans tags: trunk | |
| 06:08 | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3 check-in: 07e9a25b12 user: jan.nijtmans tags: trunk | |
| 06:01 | Use the same shebang comment everywhere don't install tommath_(super)?class.h don't install director... check-in: 8bc09f09f9 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-11-26
| ||
| 16:08 | merge trunk check-in: ff15145ebd user: dkf tags: dkf-utf16-branch | |
| 16:06 | merge trunk check-in: e54193b3cb user: dkf tags: dkf-notifier-poll | |
| 16:04 | merge trunk check-in: 854afbcec5 user: dkf tags: dkf-alias-encoding | |
|
2011-11-25
| ||
| 11:55 | * library/history.tcl (history): Simplify the dance of variable management used when chaining to t... check-in: 8d7fa1c1f0 user: dkf tags: trunk | |
|
2011-11-22
| ||
| 13:07 | Make some of the logic in TclCompileObj less heavily nested, to improve clarity. check-in: 94f63a92f9 user: dkf tags: trunk | |
| 08:30 | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) check-in: bc67d4f61a user: jan.nijtmans tags: trunk | |
| 08:25 | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) check-in: 8a10f0c0ea user: jan.nijtmans tags: core-8-5-branch | |
|
2011-11-21
| ||
| 18:23 | Fix a bug where global precompiled code (A) called from a precompiled procedure causes the core to ... check-in: 51f9d8af10 user: andreask tags: trunk | |
| 18:12 | Fixed typo in a comment. check-in: 0a6cf58d8f user: andreask tags: trunk | |
| 05:51 | Revise results of the thread-7.28 through thread-7.31 tests to account for the fact they are cancele... check-in: 0201686f93 user: mistachkin tags: trunk | |
| 01:26 | Remove unnecessary [after] calls from the thread tests. Make error message matching more robust for... check-in: 4466e490d8 user: mistachkin tags: trunk | |
|
2011-11-18
| ||
| 12:11 | Remove all use of thread::release from the thread 7.x tests, replacing it with a script that can eas... check-in: d4b7c74d47 user: mistachkin tags: trunk | |
| 04:57 | Refactor all the remaining thread-7.x tests that were using [testthread]. Note that this test file ... check-in: 3344b33e21 user: mistachkin tags: trunk | |
| 01:01 | For [testthread cancel], avoid creating a new Tcl_Obj when the default script cancellation result is... check-in: 0b4be2fe68 user: mistachkin tags: trunk | |
|
2011-11-11
| ||
| 13:11 | merge trunk check-in: 751590f372 user: dkf tags: dkf-utf16-branch | |
| 13:11 | merge trunk check-in: 8157b4c216 user: dkf tags: dkf-notifier-poll | |
| 13:09 | win/tclWinConsole.c: Refactor common thread handling patterns. check-in: 042936d44f user: dkf tags: trunk | |
| 10:58 | Generalize previous fix to all of zlib.test; also, tidy up [chan configure] flags across zlib.test. check-in: 0c68b36e42 user: ferrieux tags: trunk | |
| 10:34 | Use nonblocking writes in single-threaded IO tests to avoid deadlocks when going beyond OS buffers ... check-in: 242ebc5e92 user: ferrieux tags: trunk | |
|
2011-11-09
| ||
| 20:40 | More work in progress converting tests from [testthread] to Thread package. check-in: b9f009241b user: dgp tags: trunk | |
|
2011-11-08
| ||
| 17:20 | missing constraint and too brittle result check-in: ebef023af4 user: dgp tags: trunk | |
| 16:44 | missing constraints check-in: b1ea4cffbf user: dgp tags: trunk | |
| 16:12 | Missing constraints check-in: 3ca1f95c82 user: dgp tags: core-8-5-branch | |
|
2011-11-07
| ||
| 17:23 | merge release to dev check-in: b49824ff3d user: dgp tags: core-8-5-branch | |
|
2011-11-04
| ||
| 12:39 | tag&bag another 8.5.11 RC. Closed-Leaf check-in: f0b315cce4 user: dgp tags: core-8-5-11-rc, core-8-5-11 | |
|
2011-11-03
| ||
| 14:37 | * unix/tclUnixCompat.c (TclpGetPwNam, TclpGetPwUid, TclpGetGrNam) (TclpGetGrGid): Use the elaborat... check-in: ed2b08e566 user: dkf tags: trunk | |
|
2011-11-01
| ||
| 18:53 | Work in progress converting tests from [testthread cancel] to [thread::cancel] check-in: 5587254983 user: dgp tags: trunk | |
| 14:40 | merge to release check-in: d16b765320 user: dgp tags: core-8-5-11-rc | |
| 14:39 | merge mark check-in: 8fe91a8e59 user: dgp tags: trunk | |
| 14:14 | silence more warnings check-in: 04e72dd1dc user: dgp tags: core-8-5-branch | |
| 14:10 | Silence warnings. check-in: af91d8f029 user: dgp tags: core-8-5-branch | |
|
2011-10-31
| ||
| 19:16 | merge to release check-in: 0488895962 user: dgp tags: core-8-5-11-rc | |
| 17:08 | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. check-in: 0b6c54865b user: dgp tags: trunk | |
| 17:06 | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. check-in: 594e384786 user: dgp tags: core-8-5-branch | |
| 17:04 | Purge the old, buggy implementation. Closed-Leaf check-in: 96abaae1f9 user: dgp tags: bug-3414754 | |
|
2011-10-27
| ||
| 21:16 | CONST-ification update. check-in: 1df7c85892 user: dgp tags: bug-3414754 | |
| 20:35 | Start of work on system for alias encodings, i.e., alternate names for encodings. check-in: 4d643b6bec user: dkf tags: dkf-alias-encoding | |
| 20:15 | Work In Progress migrating msgcat package to tcl/pkgs/ distribution. Includes inventing configure/ma... check-in: d505b7f4cd user: dgp tags: dgp-pkg-migration | |
| 19:37 | After manual establish of symlink in second sandbox, commit sync'd change to both images of the link... check-in: 500e62a3e3 user: dgp tags: dgp-pkg-migration | |
| 19:35 | Remove mistaken commits. check-in: 79fb8b8133 user: dgp tags: dgp-pkg-migration | |
| 19:31 | Commit from the sandbox with the symlink to restore the consistency. check-in: 39aaba477b user: dgp tags: dgp-pkg-migration | |
| 19:27 | Testing symlink support check-in: b2b0b83944 user: dgp tags: dgp-pkg-migration | |
| 19:13 | Attempt to use new symlink support in fossil to begin package migration. check-in: d7de076618 user: dgp tags: dgp-pkg-migration | |
| 18:17 | merge trunk check-in: a7347bcec3 user: dkf tags: dkf-utf16-branch | |
| 18:13 | merge trunk check-in: 0af44e08cb user: dkf tags: dkf-notifier-poll | |
| 15:49 | merge trunk check-in: 66be65105d user: dgp tags: dgp-refactor | |
| 15:08 | Added test case to the test suite check-in: 98005cd50d user: dgp tags: bug-3414754 | |
| 14:03 | Proposed fix for 3414754 check-in: acbf3262a4 user: dgp tags: bug-3414754 | |
|
2011-10-26
| ||
| 17:45 | merge mark check-in: dc19c17742 user: dgp tags: trunk | |
| 17:40 | Merge to release branch check-in: 6ae66c9a18 user: dgp tags: core-8-5-11-rc | |
| 17:40 | merge backport check-in: 799ae39045 user: dgp tags: core-8-5-branch | |
| 17:25 | Backport 2902268 fix. Closed-Leaf check-in: a536f9f774 user: dgp tags: bug-2902268 | |
|
2011-10-25
| ||
| 04:21 | Add a local copy of reference JS demo at same fps. Add an interactive tclsh page for easy timings, i... Closed-Leaf check-in: 29517d12f7 user: ferrieux tags: ferrieux-nacl | |
|
2011-10-21
| ||
| 09:39 | MINOR: Add emacs style info to end of C files. check-in: 845f5f4d8e user: dkf tags: trunk | |
|
2011-10-20
| ||
| 16:06 | Release candidate branch for Tcl 8.5.11. check-in: 4a2b312443 user: dgp tags: core-8-5-11-rc | |
| 15:59 | add missing merge mark check-in: a25a66c4d1 user: dgp tags: trunk | |
| 15:56 | Update changes toward 8.6b3 release. Bump to http 2.8.3. check-in: 4643e7b717 user: dgp tags: trunk | |
| 15:32 | Update changes toward 8.5.11 release. Bump to http 2.7.7. check-in: 8010db2398 user: dgp tags: core-8-5-branch | |
| 14:39 | merge trunk check-in: f92dc9224e user: dkf tags: dkf-utf16-branch | |
| 14:39 | merge trunk check-in: c04c36b0d0 user: dkf tags: dkf-notifier-poll | |
| 14:37 | Resolver fix from Stefan Sobernig. * generic/tclLiteral.c (TclInvalidateCmdLiteral): [Bug 3418547]:... check-in: 6941a89e57 user: dkf tags: trunk | |
| 14:24 | ChangeLog entry. Closed-Leaf check-in: 0ce8e2b854 user: dkf tags: bug-3418547 | |
| 13:50 | Tidying up. check-in: dfb85d39bc user: dkf tags: bug-3418547 | |
|
2011-10-19
| ||
| 20:21 | Stop warnings and segfault. check-in: 1e6db28a29 user: dgp tags: bug-3418547 | |
| 12:10 | merge trunk Closed-Leaf check-in: b6b01c5365 user: dgp tags: remove-pathappend-intrep | |
|
2011-10-18
| ||
| 22:03 | Streamline demo setup; update README to reflect API changes. check-in: 91aea72dbd user: ferrieux tags: ferrieux-nacl | |
| 13:08 | Don't cache the system timezone when it was derived from TCL_TZ or TZ. check-in: 2b6aaefebf user: max tags: trunk | |
| 13:03 | Don't cache the system timezone when it was derived from TCL_TZ or TZ. check-in: 0cf2dfd2bf user: max tags: core-8-5-branch | |
| 06:33 | Update to new (incompatible, stabilized) ABI. Now requires Chrome 15 or above. check-in: d6b778727b user: ferrieux tags: ferrieux-nacl | |
|
2011-10-17
| ||
| 17:38 | merge trunk check-in: bde0ffa6e5 user: dgp tags: remove-pathappend-intrep | |
|
2011-10-15
| ||
| 16:48 | And the failing test file too... check-in: ae57dfb77e user: dkf tags: bug-3418547 | |
| 15:57 | Commit of patch relating to interp resolvers check-in: 5ba2c5ac72 user: dkf tags: bug-3418547 | |
| 10:28 | Update to Olson's tzdata2011l check-in: 95db49a59b user: venkat tags: trunk | |
| 10:21 | Update to Olson's tzdata2011l check-in: d11be2712d user: venkat tags: core-8-5-branch | |
|
2011-10-13
| ||
| 21:10 | merge trunk check-in: e7017fcc72 user: dkf tags: dkf-utf16-branch | |
| 21:09 | merge trunk check-in: 96352b53af user: dkf tags: dkf-notifier-poll | |
| 19:18 | merge trunk check-in: 610f5b391c user: dgp tags: remove-pathappend-intrep | |
| 18:19 | Correct botch. check-in: f0486f9bbd user: dgp tags: trunk | |
| 18:10 | 3423059 silence compiler warning check-in: d287fac6bb user: dgp tags: trunk | |
| 18:02 | 3423069 silence compiler warnings. check-in: d6b80e8cf1 user: dgp tags: trunk | |
| 08:02 | revert test-case change for [Bug 2935503] check-in: fb6eac342d user: jan.nijtmans tags: trunk | |
| 08:01 | revert test-case from [Bug 2935503] check-in: 8588701fdf user: jan.nijtmans tags: core-8-5-branch | |
|
2011-10-11
| ||
| 13:39 | [Bug 2935503] Incorrect mode field returned by file stat command check-in: c07f32716f user: jan.nijtmans tags: trunk | |
| 13:29 | [Bug 2935503] Incorrect mode field returned by file stat command check-in: c865669b6f user: jan.nijtmans tags: core-8-5-branch | |
|
2011-10-09
| ||
| 14:41 | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of qualified names, and added ... check-in: acdee8149c user: dkf tags: trunk | |
|
2011-10-07
| ||
| 21:21 | Fix env.test, when running under wine 1.3 check-in: 78d77f044f user: jan.nijtmans tags: trunk | |
| 21:16 | Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6) check-in: 1c15b03dcd user: jan.nijtmans tags: core-8-5-branch | |
| 14:49 | merge trunk check-in: 3dcfeb9b27 user: dkf tags: dkf-utf16-branch | |
| 14:48 | merge trunk check-in: efd220a1ac user: dkf tags: dkf-notifier-poll | |
| 12:16 | Merge updates from trunk check-in: 59daece720 user: ferrieux tags: ferrieux-nacl | |
| 12:01 | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) check-in: 91a0a93dad user: jan.nijtmans tags: trunk | |
| 12:00 | Fix gcc warning (discovered with latest mingw, based on gcc 4.6.1) check-in: 7c93b4fe12 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-10-06
| ||
| 21:19 | Reintegrate the compilation of [dict with], which is now usually much faster (but only inside contex... check-in: 81996420e6 user: dkf tags: trunk | |
| 19:57 | Handle empty tail case to stop test failures. check-in: b14befee57 user: dgp tags: remove-pathappend-intrep | |
| 19:26 | Disabled more large blocks of code not needed in the absence of the TCLPATH_APPEND intrep. check-in: 3ea6aab6df user: dgp tags: remove-pathappend-intrep | |
| 19:15 | Add the other instructions to the assembler's nous. Closed-Leaf check-in: 5b83ff4cd5 user: dkf tags: dkf-dict-with-compiled | |
|
2011-10-05
| ||
| 19:01 | Add special handling required for ~foo filesystem paths. check-in: a09a9e64c0 user: dgp tags: remove-pathappend-intrep | |
| 18:11 | Radical experiment of completely disabling the TCLPATH_APPENDED intrep of the "path" Tcl_ObjType tha... check-in: 15d9677358 user: dgp tags: remove-pathappend-intrep | |
| 14:23 | Merge to feature branch check-in: 2b23686155 user: jan.nijtmans tags: tip-389-impl | |
| 14:21 | merge trunk check-in: 055aae0b17 user: dkf tags: dkf-dict-with-compiled | |
| 14:19 | Added some tests. check-in: 55b7d7fafb user: dkf tags: dkf-dict-with-compiled | |
| 14:05 | wrong copy/paste in ChangeLog check-in: fed81b9937 user: jan.nijtmans tags: trunk | |
| 13:58 | Remove tclWinProcs, as it is no longer being used check-in: 3bc90017b9 user: jan.nijtmans tags: trunk | |
|
2011-10-04
| ||
| 08:44 | merge trunk check-in: 7d5b912b37 user: dkf tags: dkf-dict-with-compiled | |
| 05:11 | Update to Olson's tzdata2011k check-in: 078177c87f user: venkat tags: trunk | |
| 05:00 | Update to Olson's tzdata2011k check-in: 26419277e5 user: venkat tags: core-8-5-branch | |
|
2011-10-03
| ||
| 10:45 | Added support for having the dict var itself referenced by LVT index. check-in: 0b8e874e2c user: dkf tags: dkf-dict-with-compiled | |
| 07:51 | Add assembler support for the new INST that I think has a stable interface. check-in: 13d6ce4ce6 user: dkf tags: dkf-dict-with-compiled | |
|
2011-10-02
| ||
| 16:29 | Experimental compilation of the [dict with] subcommand. No tests yet, and not yet certain that the a... check-in: 3e46935f68 user: dkf tags: dkf-dict-with-compiled | |
|
2011-09-29
| ||
| 14:58 | More polishing of Tcl's HTML doc converter. check-in: fe2f12390f user: dkf tags: trunk | |
| 10:56 | [Bug 3414769]: Updated list of default-hidden commands for safe interps. check-in: ff6cb3f219 user: dkf tags: trunk | |
|
2011-09-28
| ||
| 08:32 | [RFE 3010352]: make all TclOO API functions MODULE_SCOPE check-in: d952be86c1 user: jan.nijtmans tags: trunk | |
| 01:39 | merge trunk check-in: 0f1d9f3a48 user: mig tags: mig-no280 | |
| 01:39 | merge trunk check-in: 12126498b2 user: mig tags: mig-alloc-reform | |
|
2011-09-27
| ||
| 09:57 | Release unused memory... check-in: 538047ebb7 user: dkf tags: trunk | |
| 09:49 | * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected the memory management for th... check-in: 06c0436f04 user: dkf tags: trunk | |
| 09:45 | Test harness for Tcl_ParseArgsObjv Closed-Leaf check-in: ffc52b181f user: dkf tags: bug-3413857 | |
| 09:44 | Unbreak TCL_ARGV_AUTO_REST macro, found during testing. check-in: e670fd9be2 user: dkf tags: bug-3413857 | |
|
2011-09-26
| ||
| 12:06 | merge-mark check-in: e276dd59ba user: jan.nijtmans tags: core-8-5-branch | |
| 10:46 | Make [file] itself be safe, to reduce breakage in existing code. [Bug 3211758] check-in: 08c3728274 user: dkf tags: trunk | |
| 10:09 | Proposed patch to fix [Bug 3413857]... check-in: 8edb5ef770 user: dkf tags: bug-3413857 | |
|
2011-09-23
| ||
| 19:16 | More revisions to get finalization of ReflectedTransforms correct, including adopting a "dead" field... check-in: 5752b4e079 user: dgp tags: trunk | |
| 16:00 | Stop using the deprecated thread management commands of the tcltest package. The test suite ought to... check-in: d1a3e27d6c user: dgp tags: trunk | |
| 02:55 | Further corrections to [info frame] in a coroutine. check-in: 2caf2b6c9c user: dgp tags: trunk | |
|
2011-09-22
| ||
| 20:32 | Revise [info frame] so that it stops creating cycles in the iPtr->cmdFramePtr stack. check-in: 1250a21420 user: dgp tags: trunk | |
| 14:08 | (minor: tidy up some comments) check-in: 2e5e7f4e21 user: dkf tags: trunk | |
| 14:05 | [Bug 2903743]: Try to do the right thing when presented with old-style nroff. check-in: 6f7454b66b user: dkf tags: trunk | |
| 12:00 | typo check-in: a95a9b242d user: jan.nijtmans tags: trunk | |
|
2011-09-21
| ||
| 21:45 | Revise the thread exit handling of the [testthread] command so that it properly maintains the per-pr... check-in: 512220a685 user: dgp tags: trunk | |
| 20:54 | [Bug 3412487]: Now short reads are allowed in synchronous fcopy, avoid mistaking them as nonblocking... check-in: 300934ee84 user: ferrieux tags: trunk | |
| 17:13 | * generic/tclIORTrans.c (ForwardOpToOwnerThread): Fixed the missing initialization of the 'dsti' fie... check-in: a68be69eac user: andreask tags: trunk | |
| 11:48 | FRQ 3010352 implementation Closed-Leaf check-in: 25195041f0 user: jan.nijtmans tags: freq-3010352-impl | |
| 09:03 | Merge to feature branch check-in: 56ff28f1ee user: jan.nijtmans tags: tip-389-impl | |
| 08:00 | Remove constraint on test which apparently passes check-in: 68e549d7d5 user: dkf tags: trunk | |
|
2011-09-20
| ||
| 17:45 | ChangeLog entry check-in: e13984197a user: dgp tags: trunk | |
| 17:33 | Re-using the "interp" field to signal a dead channel (via NULL value) interfered with conditional c... check-in: e961049442 user: dgp tags: trunk | |
| 13:42 | Revised ReflectClose() and FreeReflectedTransform() so that we stop leaking ReflectedTransforms, yet... check-in: 2b932b9d01 user: dgp tags: trunk | |
| 08:24 | Merge to feature branch check-in: 4bb08079e6 user: dkf tags: dkf-utf16-branch | |
| 08:24 | Merge to feature branch check-in: 42d310a20c user: dkf tags: dkf-notifier-poll | |
|
2011-09-19
| ||
| 20:30 | Conversion from [testthread] to Thread package stops most memory leaks. check-in: b284fade78 user: dgp tags: trunk | |
| 17:46 | Plug most memory leaks in thread.test. check-in: 7f362b47fb user: dgp tags: trunk | |
| 17:19 | Plug all memory leaks in ioCmd.test exposed by `make valgrind`. check-in: cc4f894e4a user: dgp tags: trunk | |
| 15:26 | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a memory leak that cann... Closed-Leaf check-in: c7ef5247c8 user: dgp tags: iocmd-leaks | |
| 14:41 | Plug leak of a ReflectedChannel in test iocmd.tf-32.0 check-in: abb79fac86 user: dgp tags: iocmd-leaks | |
| 10:57 | Plug a number of MarshallError memleaks. check-in: 0cc5ee5d23 user: dgp tags: iocmd-leaks | |
|
2011-09-18
| ||
| 19:10 | Revise the tests that confront background flush on close across threads. Need cleanup code to bring ... check-in: 659251dcab user: dgp tags: iocmd-leaks | |
|
2011-09-17
| ||
| 07:19 | merge to feature branch check-in: 34736d2412 user: jan.nijtmans tags: tip-389-impl | |
|
2011-09-16
| ||
| 18:18 | Revise tests. You can't robustly thread::release a thread that's not thread::wait-ing check-in: f2bfb403dc user: dgp tags: trunk | |
| 17:12 | Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard) check-in: 2d642c14bb user: dgp tags: trunk | |
| 13:35 | Synchronization marker. check-in: 112a12c3ec user: dkf tags: trunk | |
| 13:23 | IMPLEMENTATION OF TIP #388 check-in: 4d6af4f7a4 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 13:22 | * generic/tclProc.c (ProcWrongNumArgs): [Bugs 3400658,3408830]: Corrected the handling of procedur... check-in: ed886c774f user: dkf tags: core-8-5-branch | |
| 13:19 | Noticed that a test now works. check-in: d281c444c3 user: dkf tags: trunk | |
| 13:13 | [Bug 3408830]: Use the _right_ fix for [Bug 3400658]! check-in: 09babeb9c5 user: dkf tags: trunk | |
| 13:09 | Don't change Tcl_UniChar type when TCL_UTF_MAX == 4 (not supported anyway) check-in: 98f64c277b user: jan.nijtmans tags: core-8-5-branch | |
| 08:55 | Minor change: formatting check-in: 1d7997772b user: dkf tags: trunk | |
| 08:34 | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the -type option (importan... check-in: ece59da1db user: dkf tags: trunk | |
| 08:28 | [Bug 3391977]: Ensure that the -headers option to http::geturl overrides the -type option (important... check-in: 0031bc6888 user: dkf tags: core-8-5-branch | |
| 08:14 | merge to feature branch check-in: 7c746c8b38 user: jan.nijtmans tags: tip-389-impl | |
| 08:12 | merge trunk to feature branch Closed-Leaf check-in: 8b3fef2633 user: jan.nijtmans tags: tip-388-impl | |
|
2011-09-15
| ||
| 16:27 | 3408408 Partial improvement by sharing as literals the computed values of constant subexpressions wh... check-in: 3ea7c67cbf user: dgp tags: trunk | |
|
2011-09-13
| ||
| 20:04 | 3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. check-in: b9fb2d7653 user: dgp tags: trunk | |
| 20:03 | 3390638 Workaround broken solaris studio cc optimizer. Thanks to Wolfgang S. Kechel. check-in: c233837119 user: dgp tags: core-8-5-branch | |
| 18:27 | 3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. check-in: d9f5e84500 user: dgp tags: trunk | |
| 18:23 | 3405652 Portability workaround for broken system DTrace support. Thanks to Dagobert Michelson. check-in: 2836989501 user: dgp tags: core-8-5-branch | |
|
2011-09-12
| ||
| 18:37 | revise iocmd.tf-24.16 result to deal with Thread conversion check-in: d667541dc2 user: dgp tags: iocmd-leaks | |
| 17:52 | stop segfault Closed-Leaf check-in: eeddaf97df user: dgp tags: thread-leaks | |
| 16:19 | Attempt to convert test thread-7.26 check-in: 0c36f08d9f user: dgp tags: thread-leaks | |
| 10:26 | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG check-in: f764b99f81 user: jan.nijtmans tags: trunk | |
| 10:12 | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG check-in: d3fba70ec1 user: jan.nijtmans tags: core-8-5-branch | |
| 05:06 | more conversion work check-in: 5d0b07dbeb user: dgp tags: trunk | |
| 04:50 | Work in progress taking leaks out of thread.test. check-in: abbfcb61f7 user: dgp tags: trunk | |
| 01:01 | Convert [testthread] to Thread check-in: 96fb2de63c user: dgp tags: trunk | |
| 00:41 | Convert [testthread] use to Thread package use in thread-6.1. Eliminates a memory leak in `make valg... check-in: a93bb93ff2 user: dgp tags: trunk | |
|
2011-09-11
| ||
| 20:02 | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. Eliminates a memory leak in... check-in: 09bf2a7588 user: dgp tags: trunk | |
|
2011-09-10
| ||
| 17:58 | Minor formatting fixes. check-in: ddebb4ea7b user: dkf tags: trunk | |
| 17:57 | [Bug 3400658]: Correction to forwarded method magic so that Tcl_WrongNumArgs produces the right sort... check-in: 3028445c87 user: dkf tags: trunk | |
|
2011-09-09
| ||
| 19:26 | Convert uses of the [testthread] command to uses of the Thread package. This takes as many leaks as ... check-in: d8749f66d5 user: dgp tags: iocmd-leaks | |
| 15:37 | 3389733 Convert [testthread] use to Thread package use in *io-70.1. Eliminates a memory leak in `mak... check-in: fa4e7a890c user: dgp tags: trunk | |
| 15:08 | Release the right thread! D'oh! check-in: 46c87cbb14 user: dgp tags: trunk | |
| 14:40 | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1. Eliminates a memory leak in ... check-in: fca6992b0c user: dgp tags: trunk | |
|
2011-09-07
| ||
| 18:03 | 3401704 Allow function names like influence(), nanobot(), and 99bottles() that have been parsed as m... check-in: b0cd41e35f user: dgp tags: trunk, potential incompatibility | |
| 17:48 | remove stray copy/paste check-in: c85b345cd1 user: dgp tags: core-8-5-branch | |
| 17:28 | missing 'break' check-in: ece518a000 user: dgp tags: core-8-5-branch | |
| 17:14 | 3401704 Allow function names like influence(), nanobot(), and 99bottles() that have been parsed as m... check-in: 3eda02cadc user: dgp tags: core-8-5-branch, potential incompatibility | |
| 14:30 | Tidiness, comments, and tests. Closed-Leaf check-in: fddfa53d53 user: dgp tags: dgp-3401704 | |
| 04:44 | Update to Olson's tzdata2011i check-in: b81b6908ed user: venkat tags: trunk | |
| 04:10 | Update to Olson's tzdata2011i check-in: 25a54364a6 user: venkat tags: core-8-5-branch | |
|
2011-09-06
| ||
| 20:37 | Don't extend numbers with non-alphanumeric characters into barewords. check-in: 6da7f606d3 user: dgp tags: dgp-3401704 | |
| 17:48 | 3401704 New patch to enable nancy(), influence(), 99bottles(). check-in: 248408b551 user: dgp tags: dgp-3401704 | |
| 14:35 | merge-mark check-in: 653bdbabc4 user: jan.nijtmans tags: core-8-5-branch | |
| 14:16 | merge-mark check-in: 11a438229b user: jan.nijtmans tags: core-8-5-branch | |
| 10:15 | [RFE 1711975]: Tcl_MainEx() (like Tk_MainEx()) check-in: e6695ae7dc user: jan.nijtmans tags: trunk | |
| 09:53 | unused static array wtens check-in: 6622b4b506 user: jan.nijtmans tags: trunk | |
| 09:51 | unused static array wtens check-in: 0c1ce51786 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-09-02
| ||
| 16:33 | Convert [testthread] use to Thread package use in http.test. Eliminates memory leak seen in `make va... check-in: eeab1116f0 user: dgp tags: trunk | |
|
2011-09-01
| ||
| 21:03 | [Bug 3401422] Cache script-level changes to the nonblocking flag of an async client socket in progre... check-in: 73120d28c1 user: ferrieux tags: trunk | |
| 20:42 | Bug 3401704 WIP: enables parse of functions nancy(), influence(), 99bottles() Closed-Leaf check-in: be7ef0d2a4 user: dgp tags: dgp-3401704 | |
| 17:29 | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). [scan Inf %g] is portabl... check-in: 79b3c9d044 user: dgp tags: trunk | |
| 17:13 | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex) [scan Inf %g] is portable... check-in: 37d01df720 user: dgp tags: core-8-5-branch | |
|
2011-08-31
| ||
| 18:26 | Use better 'isalnum' predicate ; add test case. Closed-Leaf check-in: 5ddc891b55 user: ferrieux tags: bug-3401704, dgp-thread-leaks | |
| 17:49 | Detect trailers after Nan, Inf, etc. check-in: a132259d0c user: ferrieux tags: bug-3401704, dgp-thread-leaks | |
|
2011-08-30
| ||
| 21:27 | Use the Thread package instead of the [testthread] command to do thread-enabled testing of the http... Closed-Leaf check-in: 029b9c4847 user: dgp tags: dgp-thread-leaks | |
| 16:20 | Prevent leak of interps when using the [testthread exit] command. check-in: 3fc64e5692 user: dgp tags: dgp-thread-leaks | |
| 15:44 | Prevent segfaults attempting to use thread maps after they've been deleted. Closed-Leaf check-in: a5b9dc7fa4 user: dgp tags: bug-3397515 | |
| 10:30 | Merge to feature branch check-in: d89eb1e656 user: dkf tags: dkf-utf16-branch | |
| 09:06 | Merge to feature branch check-in: 86b845ef50 user: dkf tags: dkf-notifier-poll | |
| 07:34 | merge-mark check-in: a726f434cd user: jan.nijtmans tags: core-8-5-branch | |
| 06:33 | Tcl_MainEx() (like Tk_MainEx()) Closed-Leaf check-in: 2f0a062d8f user: jan.nijtmans tags: rfe-1711975 | |
| 00:23 | [Bug 3398794]: Use Tcl errors in scripts, not panics. check-in: 241cdd7be1 user: dkf tags: trunk | |
| 00:05 | [Bug 3398794]: Use Tcl errors in scripts, not panics. check-in: b3333814a0 user: dkf tags: core-8-5-branch | |
|
2011-08-29
| ||
| 23:24 | Put back the check for server sockets (bug #3394732). check-in: 0722843420 user: max tags: trunk | |
| 20:41 | Work in progress plugging thread finalization memory leaks. check-in: b34df31421 user: dgp tags: bug-3397515 | |
| 14:16 | Leak of ReflectedTransformMap. check-in: e993e51faf user: dgp tags: trunk | |
| 10:43 | Fix eval's faulty objProc, it was actually an nreProc [3399564|Bug 3399564]. Thanks to Joe Mistachki... check-in: 6fde6aa738 user: mig tags: trunk | |
| 07:44 | Merge to feature branch check-in: 6652b24f63 user: jan.nijtmans tags: tip-389-impl | |
| 07:32 | Merge to feature branch check-in: a28c1f710a user: jan.nijtmans tags: tip-388-impl | |
| 07:25 | [3396731] inline string reverse: minor further improvements check-in: 69c582084d user: jan.nijtmans tags: trunk | |
|
2011-08-27
| ||
| 04:24 | 3396731 Revise the [string reverse] implementation to operate on the representation that comes in, a... check-in: dc7f1a9b04 user: dgp tags: trunk | |
| 02:28 | Repaired the lost performance in the copy loop hotspots. Now meets or beats the former trunk (and ... Closed-Leaf check-in: 34daf5b5b3 user: dgp tags: revert-3396731 | |
|
2011-08-25
| ||
| 16:26 | 3396731 Another rewrite of TclStringObjReverse() to make it adopt the nijtmans approach for reversin... check-in: 61d345ff2f user: dgp tags: revert-3396731 | |
| 12:11 | Merge to feature branch check-in: 4ddaab72c4 user: jan.nijtmans tags: tip-389-impl | |
| 12:03 | Merge to feature branch check-in: 9ffb07c7e4 user: jan.nijtmans tags: tip-388-impl | |
| 12:00 | [Enh 3396731] Follow-up: special case for Pure-unicode representation check-in: f9ddcf91ba user: jan.nijtmans tags: trunk | |
|
2011-08-24
| ||
| 08:32 | fix tests utf-2.8 and utf-2.9 check-in: 39ae4108bf user: jan.nijtmans tags: tip-389-impl | |
| 07:50 | Upcoming TIP implementation: Full support for Unicode 6.0 check-in: 5721cf9ae6 user: jan.nijtmans tags: tip-389-impl | |
| 07:47 | Merge to feature branch check-in: 66fc824c99 user: jan.nijtmans tags: tip-388-impl | |
|
2011-08-23
| ||
| 17:00 | Revert the [string reverse] rewrite in a branch for more review. check-in: 7e909249a4 user: dgp tags: revert-3396731 | |
| 16:58 | typo check-in: ee5a20b8a0 user: dgp tags: trunk | |
| 16:31 | 3396948 Leak of ReflectedChannelMap. check-in: 52957688a9 user: dgp tags: trunk | |
| 07:24 | Merge to feature branch check-in: c6361c69eb user: jan.nijtmans tags: tip-388-impl | |
| 07:22 | gcc 4.6 (64-bit) warnings check-in: 9d43ce6fe2 user: jan.nijtmans tags: trunk | |
| 07:15 | gcc 4.6 (64-bit) warnings check-in: cfbdbc28cb user: jan.nijtmans tags: core-8-5-branch | |
| 07:08 | [FRQ 3396731] inline string reverse check-in: 8ebe975003 user: jan.nijtmans tags: trunk | |
|
2011-08-22
| ||
| 20:35 | merge-mark check-in: 134a7332a8 user: jan.nijtmans tags: core-8-5-branch | |
| 10:19 | merge-mark check-in: 656a0bd6af user: jan.nijtmans tags: trunk | |
| 10:18 | Merge to feature branch check-in: 094a3c09ef user: jan.nijtmans tags: tip-388-impl | |
|
2011-08-19
| ||
| 20:27 | 3393279, 3393280 ReflectClose(.) is missing Tcl_EventuallyFree() calls at some of its exits. check-in: 08b1cf9ec5 user: dgp tags: trunk | |
| 19:07 | 3394654, 3393276 Revise FlushChannel() to account for the possibility that the ChanWrite() call migh... check-in: 75186ea1b1 user: dgp tags: trunk | |
| 16:05 | Preserve the chanPtr during FlushChannel so that channel drivers don't yank it away before we're don... check-in: 9b67637699 user: dgp tags: trunk | |
| 15:24 | [Bug 1774689] async-4.3 sometimes fails. (backport) check-in: a4f5e5d3bf user: ferrieux tags: core-8-5-branch | |
| 15:13 | [Bug 2981154] async-4.3 segfault. (backport) check-in: 15a55ecb19 user: ferrieux tags: core-8-5-branch | |
| 14:23 | [Bug 1774689] async-4.3 sometimes fails. check-in: 1bf9107770 user: ferrieux tags: trunk | |
| 13:59 | [Bug 2981154] async-4.3 segfault. check-in: 1163f96449 user: ferrieux tags: trunk | |
|
2011-08-18
| ||
| 15:06 | [Bug 3096275] Sync fcopy buffers input. check-in: 2b3b49886d user: ferrieux tags: trunk | |
| 12:25 | remove some debugging stuff check-in: 08c04d17be user: jan.nijtmans tags: tip-388-impl | |
| 12:25 | remove some debugging stuff check-in: be820a555c user: jan.nijtmans tags: trunk | |
| 12:24 | remove some debugging stuff check-in: 957b270cdb user: jan.nijtmans tags: core-8-5-branch | |
| 12:10 | Merge to feature branch check-in: 34615edbb6 user: jan.nijtmans tags: tip-388-impl | |
| 11:31 | [Bug 3393714] overflow in toupper delta check-in: 546b53b387 user: jan.nijtmans tags: trunk | |
| 11:27 | [Bug 3393714] overflow in toupper delta check-in: fa9548d6a1 user: jan.nijtmans tags: core-8-5-branch | |
| 06:52 | merge-mark check-in: 4499f9f1d0 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-08-17
| ||
| 20:35 | [Bug 2946474] Consistently resume backgrounded flushes+closes when exiting. check-in: 1025712d5b user: ferrieux tags: trunk | |
| 18:33 | Document TIP 378's one-way-ness. check-in: 2fd6414812 user: ferrieux tags: trunk | |
| 16:24 | 3393150 Overlooked free of intreps. (It matters for bignums!) check-in: ee34ff2b8a user: dgp tags: trunk | |
| 16:21 | 3393150 Overlooked free of intreps. (It matters for bignums!) check-in: a80a0119e2 user: dgp tags: core-8-5-branch | |
| 14:01 | Merge to feature branch check-in: 8286568880 user: jan.nijtmans tags: tip-388-impl | |
| 12:19 | 3392070 More complete prevention of Tcl_Obj reference cycles when producing an intrep of ByteCode. check-in: ed21e85c21 user: dgp tags: trunk | |
| 06:37 | separate test for overflowed and negative Tcl_UniChar check-in: 4ab5a018bc user: jan.nijtmans tags: trunk | |
|
2011-08-16
| ||
| 19:49 | 3392070 More complete prevention of Tcl_Obj reference cycles when producing an intrep of ByteCode. Closed-Leaf check-in: eb11820a8e user: dgp tags: bug-3392070 | |
| 16:04 | Fixed the C99/C++ comments introduced by [8d3f0fb215] which break strict C89 compilers (AIX, cough, ... check-in: ca3ccdf1df user: andreask tags: trunk | |
| 14:04 | Merge to feature branch check-in: fbcefff570 user: dkf tags: dkf-utf16-branch | |
| 14:03 | Merge to feature branch check-in: 7db2c10d31 user: dkf tags: dkf-notifier-poll | |
| 13:55 | Small changes to quell gcc warnings and make message generation less ugly. check-in: df6fb9a914 user: dkf tags: trunk | |
| 12:16 | merge-mark check-in: 35b05b35d9 user: jan.nijtmans tags: trunk | |
| 12:03 | [Bug 3388350] mingw64 compiler warnings check-in: 8c851aad1d user: jan.nijtmans tags: core-8-5-branch | |
| 09:18 | merge current trunk check-in: daf0004532 user: jan.nijtmans tags: tip-388-impl | |
| 07:40 | merge-mark check-in: 82122d5063 user: jan.nijtmans tags: trunk | |
| 07:38 | merge-mark check-in: f18efd7bee user: jan.nijtmans tags: core-8-5-branch | |
| 06:03 | merge-mark check-in: 200d5d451d user: jan.nijtmans tags: trunk | |
| 06:02 | merge-mark check-in: 346953c97f user: jan.nijtmans tags: core-8-5-branch | |
|
2011-08-15
| ||
| 15:58 | 3390272 Leak of [info script] value. check-in: 9e9e64abf9 user: dgp tags: trunk | |
| 15:56 | 3390272 Leak of [info script] value. check-in: 8fe0ede98d user: dgp tags: core-8-5-branch | |
| 13:55 | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, otherwise when mingw doesn't... check-in: 88771ce2cf user: jan.nijtmans tags: trunk | |
| 13:51 | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, otherwise when mingw doesn't... check-in: 0abc7c984e user: jan.nijtmans tags: core-8-5-branch | |
| 11:30 | merge-mark check-in: 18afef3c0d user: jan.nijtmans tags: trunk | |
| 11:28 | Oops, tclWinFile.c was not supposed to be checked in check-in: 66c7afb8ad user: jan.nijtmans tags: core-8-5-branch | |
| 11:18 | [Bug 3388350] mingw64 compiler warnings check-in: 15f0eeed1a user: jan.nijtmans tags: core-8-5-branch | |
| 08:59 | [Bug 3388350] mingw64 compiler warnings check-in: 8fbf108ea7 user: jan.nijtmans tags: trunk | |
| 08:44 | [Bug 3388350] mingw64 compiler warnings check-in: a12fd21407 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-08-14
| ||
| 08:23 | [Patch 3124554]: Move WishPanic from Tk to Tcl Added Documentation check-in: 346ca26aa0 user: jan.nijtmans tags: trunk | |
|
2011-08-12
| ||
| 16:10 | 3389764 Eliminate possibility that "path" value dup can create reference cycle. check-in: baab435049 user: dgp tags: trunk | |
| 15:59 | 3389764 Eliminate possibility that "path" value dup can create reference cycle. check-in: f1c3505212 user: dgp tags: core-8-5-branch | |
| 12:53 | Fix tcl8.6b2/win/tclWinPort.h:122:10: error: redefinition of 'struct __stati64' on newer mingw versi... check-in: d92dfa1a9d user: jan.nijtmans tags: trunk | |
| 09:55 | [Bug 3390073]: Return the correct length of written data for a compressing transform, ensuring that ... check-in: d1aa332fc3 user: dkf tags: trunk | |
| 08:02 | TIP 388 implementation check-in: 28fe328b17 user: jan.nijtmans tags: tip-388-impl | |
|
2011-08-11
| ||
| 20:04 | Proposed fix for 3389764. Have "path" dup routine duplicate the pattern of a value with a cyclic r... Closed-Leaf check-in: feed5dc533 user: dgp tags: bug-3389764 | |
|
2011-08-10
| ||
| 18:24 | [Bug 3386721] Allow multiple [load]ing of the Tcltest package check-in: b71406bb51 user: ferrieux tags: trunk | |
| 13:44 | compiler error on Windows: there should be only one TclFullFinalizationRequested function check-in: 5bcd13c4ac user: jan.nijtmans tags: trunk | |
|
2011-08-09
| ||
| 17:19 | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlining of [exit], by condi... check-in: 8d3f0fb215 user: ferrieux tags: trunk | |
| 17:01 | [Bug 3386417] avoid a reference loop between the bytecode and its companion errostack when compiling... check-in: 41f0f5b9d7 user: ferrieux tags: trunk | |
| 07:15 | [Bug 3388350] mingw64 compiler warnings check-in: d323be815f user: jan.nijtmans tags: trunk | |
| 06:57 | [Bug 3388350] mingw64 compiler warnings check-in: d4938bf2ce user: jan.nijtmans tags: core-8-5-branch | |
| 05:57 | Change the signature of TclParseHex(), such that it can now parse up to 8 hex characters check-in: 0ef52956a9 user: jan.nijtmans tags: trunk | |
|
2011-08-08
| ||
| 21:41 | Make the -buffersize option to '$zstream add' function correctly instead of having its value just be... check-in: 41f72bd027 user: dkf tags: trunk | |
| 21:14 | Merge to feature branch check-in: 5f90ef1bc2 user: dkf tags: dkf-notifier-poll | |
| 21:13 | Bring up to date with mainline. check-in: b85481571a user: dkf tags: dkf-utf16-branch | |
| 19:06 | merge trunk check-in: 96034c7aff user: dgp tags: dgp-refactor | |
| 18:32 | merge release to trunk check-in: 99580352a4 user: dgp tags: trunk | |
|
2011-08-07
| ||
| 15:46 | [Bug 3387082]: Plug memory leak in call chain introspection. check-in: 5f31ec3fcd user: dkf tags: trunk | |
|
2011-08-06
| ||
| 20:49 | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] * generic/tclStrToD.c: Plug anothe... check-in: 2edd8ea296 user: kbk tags: trunk | |
| 19:56 | Plug another memory leak. [Bug 3384840] check-in: 81336419d0 user: kbk tags: trunk | |
| 16:27 | Plug another memory leak. [Bug 3384840] check-in: 2b5c5e43d4 user: kbk tags: trunk | |
| 03:19 | Plugged a memory leak in double->string conversion. [Bug 3386975] check-in: c9b7bd387f user: kbk tags: trunk | |
| 03:14 | Plugged a memory leak in double->string conversion. [Bug 3386975] check-in: 1a881ee299 user: kbk tags: core-8-5-branch | |
|
2011-08-05
| ||
| 18:53 | merge from trunk to rc all but the AI_ADDRCONFIG experiment Closed-Leaf check-in: 06dea9b027 user: dgp tags: core-8-6-b2-rc, core-8-6-b2 | |
| 15:23 | Use Tcl_PrintfObj to generate more (complex) error messages. check-in: 76495bbc29 user: dkf tags: trunk | |
| 09:36 | Ensure that memory isn't leaked when an unknown instruction is encountered. check-in: d4980ede3e user: dkf tags: trunk | |
| 00:00 | [Bug 3386197]: Fix buffer direction botch. Damn you, confusing terminology! check-in: d104ee18f9 user: dkf tags: trunk | |
|
2011-08-04
| ||
| 23:12 | [Bug 3386197]: Plug memory leak in unstacking of zlib transforms. check-in: 89ff730dfa user: dkf tags: trunk | |
| 18:40 | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValuePtr is the interp's resu... check-in: 8c944e4622 user: mig tags: trunk | |
| 16:35 | More changes tidying. check-in: 3fbc04d14b user: dgp tags: trunk | |
| 14:38 | missing TIP id in changes check-in: ce6e82ac1b user: dgp tags: trunk | |
| 14:13 | More memleak plugging. check-in: 9798173867 user: dkf tags: trunk | |
| 14:03 | Don't use AI_ADDRCONFIG for now. It seems to do more harm than good. check-in: 585e304a31 user: max tags: trunk | |
| 13:16 | [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj reference ownership error. check-in: a8ffe21e92 user: dkf tags: trunk | |
|
2011-08-03
| ||
| 19:43 | merge to rc check-in: 24f476a610 user: dgp tags: core-8-6-b2-rc | |
| 19:42 | Update file generated by `make dist` check-in: 3bbd204856 user: dgp tags: trunk | |
| 19:38 | merge to rc check-in: d72ced9618 user: dgp tags: core-8-6-b2-rc | |
| 18:12 | Fix build on systems where ECANCELED == ELIBMAX check-in: a26df401f3 user: dgp tags: trunk | |
|
2011-08-02
| ||
| 15:12 | merge to rc check-in: e4ebd9b9c7 user: dgp tags: core-8-6-b2-rc | |
| 15:11 | Use the actual case used by Thread to name the directory its distributions unpack into. check-in: 95b2143482 user: dgp tags: trunk | |
| 14:46 | merge to rc check-in: eba2e95ed3 user: dgp tags: core-8-6-b2-rc | |
| 14:45 | Variable substitution botch. check-in: 16eb322d13 user: dgp tags: trunk | |
| 14:06 | merge to rc check-in: 579ee14b07 user: dgp tags: core-8-6-b2-rc | |
| 14:04 | Updates for 8.6b2 release. check-in: 00319e0051 user: dgp tags: trunk | |
| 11:18 | merge trunk; FIXME: symbols=mem build broken check-in: 5e6ff3418b user: mig tags: mig-no280 | |
| 11:18 | merge trunk; FIXME: symbols=mem build broken check-in: 384901c292 user: mig tags: mig-alloc-reform | |
| 09:12 | Merge to feature branch check-in: 8a0bf2664b user: dkf tags: dkf-notifier-poll | |
| 09:11 | Bring up to date with mainline. check-in: 58b46fcb13 user: dkf tags: dkf-utf16-branch | |
| 09:07 | [Bug 3384007]: Fix some panic messages. check-in: 783c413131 user: dkf tags: trunk | |
|
2011-08-01
| ||
| 17:15 | * generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when recompiling procs, [Bug 3... check-in: 5a334ac208 user: mig tags: trunk | |
| 10:07 | General cleanup of tests to promote intelligibility and to try to ensure that what is tested is just... check-in: 746b31b209 user: dkf tags: trunk | |
| 09:34 | Added some examples of how some of the standard global variables can be used, following prompting by... check-in: 02393482fb user: dkf tags: trunk | |
| 09:15 | [Bug 3382474]: Added code to determine the version number of contributed packages from their directo... check-in: a258021b9a user: dkf tags: trunk | |
|
2011-07-31
| ||
| 23:16 | Bring up to date with mainline. check-in: e878fe8df0 user: dkf tags: dkf-utf16-branch | |
| 23:14 | Add test of UTF-8 -> internal -> UTF-8 round trip (and make it pass). check-in: 7c97e3ea95 user: dkf tags: dkf-utf16-branch | |
|
2011-07-29
| ||
| 20:46 | Small errors plague us all... check-in: 6afb5b0222 user: dkf tags: trunk | |
| 20:20 | Small enhancements to improve cross-linking with contributed packages. check-in: 81c94d0f5a user: dkf tags: trunk | |
|
2011-07-28
| ||
| 15:56 | merge to rc check-in: b77ad4ed48 user: dgp tags: core-8-6-b2-rc | |
| 15:56 | autoconf check-in: c5229f032a user: dgp tags: trunk | |
| 15:51 | Fix AC_DEFINE invocation for NEED_FAKE_RFC2553. check-in: e8226eb7d0 user: max tags: trunk | |
| 14:47 | merge to rc check-in: ab6ffb7d77 user: dgp tags: core-8-6-b2-rc | |
| 14:45 | Update tzdata. Update changes. check-in: 26638820c0 user: dgp tags: trunk | |
| 14:42 | Update to Olson's tzdata2011h check-in: 6e66b1bc32 user: dgp tags: core-8-5-branch | |
| 14:26 | Merge to feature branch check-in: cd522f12fc user: dkf tags: dkf-notifier-poll | |
| 14:24 | Actual possible implementation of code to convert external UTF-8 to internal surrogate pairs and bac... check-in: fed6086a43 user: dkf tags: dkf-utf16-branch | |
|
2011-07-27
| ||
| 17:26 | merge to rc check-in: b8ec099c51 user: dgp tags: core-8-6-b2-rc | |
| 10:40 | Start work towards being able to work with utf8 fully and utf16 and other things outside the BMP. check-in: f9f8c8425c user: dkf tags: dkf-utf16-branch | |
|
2011-07-26
| ||
| 20:00 | Ensure that TclOO is properly found by all the various package mechanisms (by adding a dummy ifneede... check-in: b90f247299 user: dkf tags: trunk | |
|
2011-07-21
| ||
| 16:36 | [Bug 3372130] Fix hypot math function with MSVC10 check-in: eb36f33d12 user: jan.nijtmans tags: trunk | |
| 16:29 | [Bug 3372130] Fix hypot math function with MSVC10 check-in: faf8450cf0 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-07-19
| ||
| 19:42 | merge to rc check-in: b2cc6298a4 user: dgp tags: core-8-6-b2-rc | |
| 19:31 | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). check-in: 8e35530849 user: dgp tags: trunk | |
| 19:26 | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). check-in: 720e2e9c56 user: dgp tags: core-8-5-branch | |
| 18:13 | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. check-in: 4fadf0bce5 user: ferrieux tags: trunk | |
| 15:29 | merge to rc check-in: 6e381c8a11 user: dgp tags: core-8-6-b2-rc | |
|
2011-07-18
| ||
| 23:45 | The final parts of my doc improvement project check-in: 618f82e96e user: dkf tags: trunk | |
| 22:41 | Undocument long gone limitation of [upvar]. check-in: 9717e8acd7 user: ferrieux tags: trunk | |
| 20:01 | Bump version number to 8.6b2. check-in: e336bd355d user: dgp tags: core-8-6-b2-rc | |
| 15:24 | More small documentation improvements. check-in: d67b1dfdff user: dkf tags: trunk | |
|
2011-07-17
| ||
| 15:00 | Documentation improvements (small; some revision to parsing script) to improve the quality of HTML d... check-in: 03e341000a user: dkf tags: trunk | |
|
2011-07-15
| ||
| 17:56 | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. check-in: 609c597cb2 user: dgp tags: trunk | |
| 17:53 | Avoid segfaults when RecordByteCodeStats() is called in a deleted interp. check-in: 002be5a1c3 user: dgp tags: core-8-5-branch | |
| 14:55 | 3357771 Prevent circular references in values with ByteCode intreps. check-in: a26a1204dd user: dgp tags: trunk | |
| 11:45 | [Bug 3365156]: Remove stray refcount bump that caused a memory leak. check-in: c02169bafa user: dkf tags: trunk | |
|
2011-07-14
| ||
| 17:57 | Remove stray refcount bump that caused a memory leak. Closed-Leaf check-in: 238efaddfb user: dkf tags: bug-3365156 | |
| 03:19 | 3366265 Allocate proper size buffer for TclConvertElement() to write to. check-in: 828fc551b1 user: dgp tags: trunk | |
| 02:39 | 3366265 Allocate proper size buffer for TclConvertElement() to write to. check-in: edfd80bc20 user: dgp tags: core-8-5-branch | |
|
2011-07-13
| ||
| 21:19 | merge new test check-in: 38a5642a29 user: dgp tags: core-8-5-branch | |
|
2011-07-12
| ||
| 19:10 | 3364777 Stop segfault caused by reading from struct after it had been freed. check-in: 69fd1683a0 user: dgp tags: trunk | |
| 16:05 | platform portable type matching in debug prints check-in: 83d26b2944 user: dgp tags: trunk | |
| 15:51 | merge to trunk check-in: ad32aec14b user: dgp tags: trunk | |
| 15:19 | Silence type match warnings in debug print. check-in: c98cb23f45 user: dgp tags: core-8-5-branch | |
|
2011-07-11
| ||
| 20:04 | Correct cast for CURR_DEPTH to silence compiler warning. [Bug 3339502] check-in: 9ab9f69d77 user: mistachkin tags: trunk | |
|
2011-07-08
| ||
| 12:35 | [FRQ 3358415]: Minor doc improvement check-in: 15623d9fe5 user: dkf tags: trunk | |
| 12:32 | [FRQ 3358415]: Minor doc improvement check-in: 643ae1361a user: dkf tags: core-8-5-branch | |
|
2011-07-07
| ||
| 18:57 | * generic/tclBasic.c: add missing INT2PTR check-in: 08e5d58290 user: mig tags: trunk | |
| 17:41 | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. check-in: c5adaf006a user: dgp tags: trunk | |
| 08:47 | minor gcc compiler warning with -Wwrite-strings check-in: 73385cf5ac user: jan.nijtmans tags: trunk | |
|
2011-07-06
| ||
| 18:25 | merge trunk onto devel branch check-in: b60ab7bc4f user: mig tags: mig-alloc-reform | |
| 18:25 | merge trunk onto devel branch check-in: 7268fb6531 user: mig tags: mig-no280 | |
| 00:05 | Merge to feature branch check-in: 157b73fa41 user: dkf tags: dkf-notifier-poll | |
|
2011-07-03
| ||
| 10:12 | Corrected statements about ctime field of 'struct stat'; that was always the time of the last metada... check-in: 32a1e96326 user: dkf tags: trunk | |
| 10:08 | Corrected statements about ctime field of 'struct stat'; that was always the time of the last metada... check-in: 4a500ef659 user: dkf tags: core-8-5-branch | |
|
2011-07-02
| ||
| 22:36 | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] check-in: fe4dba4d60 user: kbk tags: trunk | |
| 22:21 | Dummy merge from rmax's commit for TCL_STACK_GROWS_UP, to avoid merge conflicts on the next merge. check-in: 923e63eeee user: kbk tags: trunk | |
| 21:56 | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] check-in: 96ac94d775 user: kbk tags: core-8-5-branch | |
|
2011-06-30
| ||
| 15:13 | Fix TCL_STACK_GROWS_UP for gcc 4.6 check-in: dda59f5593 user: max tags: core-8-5-branch | |
|
2011-06-28
| ||
| 15:43 | Rework constraint detection and add constraints that cater for the fact, that both address families ... check-in: 86730a63b2 user: max tags: trunk | |
| 14:42 | replace socket-14.3 with a test that is more useful and less likely to randomly fail depending on th... check-in: 2eb58b2d67 user: max tags: trunk | |
| 11:32 | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the writable fileevent at ... check-in: b56716f2ac user: max tags: trunk | |
|
2011-06-24
| ||
| 17:50 | merge mark check-in: a5f1869eae user: dgp tags: trunk | |
| 17:48 | merge RC to stable check-in: 1edc8bd8c1 user: dgp tags: core-8-5-branch | |
|
2011-06-23
| ||
| 19:55 | merge to trunk check-in: 2f56abf592 user: dgp tags: trunk | |
| 12:58 | merge to RC Closed-Leaf check-in: 0d362ed9f9 user: dgp tags: core-8-5-10, core-8-5-10-rc | |
| 12:57 | More changes check-in: 48e1cbabf0 user: dgp tags: core-8-5-branch | |
|
2011-06-22
| ||
| 17:05 | Re-add ".so man.macros", which got removed inadvertently along with the RCS Keyword lines. check-in: 6184e0639a user: max tags: trunk | |
| 17:01 | Re-add ".so man.macros", which got removed inadvertently along with the RCS Keyword lines. check-in: ea8477286e user: max tags: core-8-5-branch | |
| 16:40 | Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH lo... check-in: 3adcfbaba3 user: andreask tags: trunk | |
| 16:22 | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of the DEB_HOST_MULTIARCH lo... check-in: c524f624b7 user: andreask tags: core-8-5-branch | |
| 15:53 | Fixed the inadvertently committed disabling of stack checks, see my 2010-11-15 commit [8902c8bc82]. check-in: 01445f9259 user: andreask tags: core-8-5-branch | |
| 14:32 | Merge fixes for [socket -async] and other improvements to the unix socket code check-in: 8eefe5a06f user: max tags: trunk, potential incompatibility | |
| 14:21 | complete a comment in socket.test Closed-Leaf check-in: 8f2747dc54 user: max tags: rmax-ipv6-branch | |
|
2011-06-21
| ||
| 17:04 | merge to RC check-in: 3c985f08be user: dgp tags: core-8-5-10-rc | |
| 16:57 | changes update for 8.5.10 check-in: a03bd2daad user: dgp tags: core-8-5-branch | |
| 16:49 | tcltest 2.3.3 fixes: * Use package ifneeded so slave gets exactly same tcltest version as master ... check-in: 5c0438d85a user: dgp tags: trunk | |
| 16:45 | tcltest 2.3.3 fixes: * Use [package ifneeded] so slave gets exactly same tcltest version as master... check-in: c5a514eb6d user: dgp tags: core-8-5-branch | |
| 16:28 | Backport tcltest 2.3.3 for release with Tcl 8.5.* check-in: 8017ea6ba5 user: dgp tags: core-8-5-branch | |
| 14:10 | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. check-in: fb1352c7ed user: dgp tags: trunk | |
| 14:09 | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. check-in: 39eb20d6a2 user: dgp tags: core-8-5-branch | |
|
2011-06-20
| ||
| 20:16 | merge to RC check-in: 43da8d0e0f user: dgp tags: core-8-5-10-rc | |
| 20:11 | merge changes to trunk check-in: 3b3f0c8d18 user: dgp tags: trunk | |
| 20:09 | another changes item check-in: dfbe13b3ff user: dgp tags: core-8-5-branch | |
| 17:46 | more changes work check-in: 65260cfed6 user: dgp tags: core-8-5-branch | |
| 16:20 | changes updates for 8.5.10 check-in: 8de50d94f9 user: dgp tags: core-8-5-branch | |
| 11:59 | Merg [3148192] implementation fix, and caveat comment check-in: d4da13a54e user: jan.nijtmans tags: trunk | |
| 11:56 | Fix [3148192] implementation, restoring legacy form again check-in: 7b76da3992 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-06-19
| ||
| 23:25 | changes update work in progress check-in: 27af001e96 user: dgp tags: core-8-5-branch | |
| 20:22 | Merge to feature branch check-in: 9e8f986a3d user: dkf tags: dkf-notifier-poll | |
|
2011-06-17
| ||
| 20:03 | 3062331 Caveat added to comments. check-in: 143461c50b user: dgp tags: core-8-5-branch | |
|
2011-06-16
| ||
| 15:21 | * doc/socket.n: Document the fact that the event loop is now needed for [socket -async] * uni... check-in: 68deb29ead user: max tags: rmax-ipv6-branch | |
|
2011-06-13
| ||
| 19:36 | merge trunk check-in: 436bdbbf52 user: mig tags: mig-no280 | |
| 19:36 | merge trunk check-in: 1be044ebbd user: mig tags: mig-alloc-reform | |
| 13:50 | 3315098 Mem leak fix from Gustaf Neumann. check-in: 819514e8ee user: dgp tags: trunk | |
| 13:48 | 3315098 Mem leak fix from Gustaf Neumann. check-in: a04865ea8e user: dgp tags: core-8-5-branch | |
|
2011-06-10
| ||
| 20:21 | merge to RC check-in: 1ff3f868e9 user: dgp tags: core-8-5-10-rc | |
|
2011-06-08
| ||
| 20:28 | Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68]) and replaced with one ... check-in: 04f804b338 user: andreask tags: trunk | |
| 10:14 | More cleaning up of the code to remove unnecessary [string equal]s in tests. check-in: b26424e522 user: dkf tags: trunk | |
|
2011-06-07
| ||
| 14:59 | Simplify file descriptor handling for client sockets and derived server sockets by putting an instan... check-in: 5f816f5758 user: max tags: rmax-ipv6-branch | |
| 14:31 | Fix bug#3084338, a memleak when a [socket -async] was closed before the connection had succeeded or ... check-in: 3bbc03d664 user: max tags: rmax-ipv6-branch | |
| 12:53 | Fix bug#3164655: getaddrinfo() crash on HP-UX check-in: 88194f2c70 user: max tags: rmax-ipv6-branch | |
|
2011-06-06
| ||
| 22:42 | merge trunk check-in: a12509740a user: mig tags: mig-alloc-reform | |
| 22:36 | merge trunk check-in: 34a2a4de6d user: mig tags: mig-no280 | |
| 15:07 | * Don't use port 0 for test 14.2 as it fails in different ways on Linux and NetBSD. * Unify ch... check-in: b563eaed64 user: max tags: rmax-ipv6-branch | |
| 13:48 | Add test constraint, so 6.2 and 6.3 don't fail when the machine does not have support for ip6 Follow... check-in: 298a314c4f user: jan.nijtmans tags: trunk | |
|
2011-06-02
| ||
| 16:58 | Remove TclCleanupLiteralTable (see 994838). check-in: fbb4a85f92 user: dgp tags: trunk | |
| 16:55 | Remove TclCleanupLiteralTable (see 994838). check-in: d1c7844dd8 user: dgp tags: core-8-5-branch | |
| 14:55 | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in TclInvalidateNsCmdLookup) wh... check-in: 26e9391fdb user: dkf tags: trunk | |
| 14:45 | [Bug 3185407]: Extend the set of epochs that are potentially bumped (in TclInvalidateNsCmdLookup) wh... check-in: d395c74fc3 user: dkf tags: core-8-5-branch | |
|
2011-06-01
| ||
| 22:09 | missing INT2PTR in last commit check-in: c7ebc39d54 user: mig tags: trunk | |
| 22:05 | * generic/tclBasic.c: using the two free data elements in NRCommand to store objc and objv - useful ... check-in: ff4fa912fb user: mig tags: trunk | |
| 15:30 | * Improve socket.test by checking the latency on the loopback address and use that for some of th... check-in: 16c719352e user: max tags: rmax-ipv6-branch | |
| 14:54 | Merge from 8.5 branch tip Closed-Leaf check-in: 7e4c48fe4a user: dkf tags: bug-3185407 | |
| 14:08 | Revised fix for bug 3309871 check-in: 8da4e75d5f user: dgp tags: trunk | |
| 13:14 | Revised fix for bug 3309871 check-in: 19ef8e964e user: dgp tags: core-8-5-branch | |
| 12:09 | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() check-in: f3a017078d user: jan.nijtmans tags: trunk | |
| 12:06 | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() check-in: 522bbc6851 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-05-31
| ||
| 20:36 | Fix bug 3293874 check-in: 09c2da3a2a user: dgp tags: trunk | |
| 19:58 | Rewind from a refactoring that veered into the weeds. Closed-Leaf check-in: 1d247886db user: dgp tags: bug-3293874 | |
|
2011-05-30
| ||
| 18:04 | * Fix setting up of [fileevent] while an async socket is still in progress * Cache async sock... check-in: 6d66913621 user: max tags: rmax-ipv6-branch | |
|
2011-05-27
| ||
| 18:42 | purge old code Closed-Leaf check-in: bfd05a82ab user: dgp tags: bug-3293874 | |
| 18:36 | Fix [socket -async] for DNS names with more than one address check-in: a1abfd5e94 user: max tags: rmax-ipv6-branch | |
| 17:50 | fix a timing issue in socket-12.3 check-in: 188a795873 user: max tags: trunk | |
|
2011-05-26
| ||
| 20:17 | Release candidate branch for Tcl 8.5.10. check-in: 73b194bf99 user: dgp tags: core-8-5-10-rc | |
|
2011-05-25
| ||
| 14:44 | merge trunk check-in: f82b455ad0 user: dgp tags: bug-3293874 | |
| 14:37 | committed missing tzdata/Africa/Cairo from venkat's last commit check-in: df2425d65c user: kbk tags: trunk | |
| 14:34 | committed missing tzdata/Africa/Cairo from venkat's last commit check-in: 38c2483fe7 user: kbk tags: core-8-5-branch | |
| 14:19 | Bump to msgcat 1.4.4 check-in: 41dc9a2976 user: dgp tags: trunk | |
| 14:15 | Bump to msgcat 1.4.4. check-in: efa6a87106 user: dgp tags: core-8-5-branch | |
| 14:03 | merge trunk check-in: 52d8d45b3c user: dgp tags: bug-3293874 | |
| 13:42 | silence compiler warning check-in: 256e20e731 user: dgp tags: core-8-5-branch | |
| 13:40 | Bump TclOO version. check-in: 3c0ab86322 user: dkf tags: trunk, corresponds-to-TclOO-0-6-3 | |
| 13:35 | Implementation of TIP #381: Call Chain Introspection and Control check-in: 2778ad161a user: dkf tags: trunk | |
|
2011-05-24
| ||
| 16:02 | Update to Olson tzdata2011g check-in: 2568fbd704 user: venkat tags: trunk | |
| 14:55 | Update to Olson tzdata2011g check-in: bbc19ec223 user: venkat tags: core-8-5-branch | |
| 13:46 | merge trunk check-in: ec03bc928d user: mig tags: mig-no280 | |
| 13:46 | merge trunk check-in: f62a607c8e user: mig tags: mig-alloc-reform | |
| 12:39 | Merge to feature branch check-in: dcbbc346fa user: dkf tags: dkf-notifier-poll | |
| 12:36 | Undo mistaken commit check-in: c1347e51a9 user: dkf tags: trunk | |
| 12:23 | Remove some useless code from mcset and mcmset: [dict set] builds dictionary levels for us. check-in: 076d311d4f user: dkf tags: trunk | |
|
2011-05-17
| ||
| 21:38 | Merged core-8-5-branch, fixup of TIP 280 location mapping. check-in: 168a79562b user: andreask tags: trunk | |
| 21:26 | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixed * generic/tclBasic.c (TclArg... check-in: bbb487eaac user: andreask tags: core-8-5-branch | |
| 16:39 | Refactoring so that SetElement() becomes the foundational primitive operation. SetElement() supports... check-in: 9a9e541131 user: dgp tags: bug-3293874 | |
|
2011-05-16
| ||
| 09:09 | * fixed problem with quoting in ::nacl::evall - failed on things that looked like strings check-in: 141843d0f4 user: colin tags: ferrieux-nacl | |
|
2011-05-12
| ||
| 21:13 | Merged 8.5 following http fix that is not needed on trunk. check-in: 084dac6c02 user: pat tags: trunk | |
| 21:07 | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs. Package version increment... check-in: 9c90ac52e4 user: patthoyts tags: core-8-5-branch | |
| 15:00 | Set the defaults of all growth algorithm parameters based on one master value. check-in: e0b726da8e user: dgp tags: bug-3293874 | |
| 06:10 | If your compiler already defines _WIN64, assume --enable-64bit check-in: d55e77f0c4 user: jan.nijtmans tags: trunk | |
| 06:07 | If your compiler already defines _WIN64, assume --enable-64bit check-in: bec8d10e17 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-05-11
| ||
| 20:42 | Oops! check-in: 434596e345 user: dgp tags: bug-3293874 | |
| 20:33 | First draft of bug fix. check-in: ea441b300e user: dgp tags: bug-3293874 | |
| 15:43 | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets here, as the generic ser... check-in: 36776a398f user: max tags: trunk | |
|
2011-05-10
| ||
| 17:22 | New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produ... check-in: 7720fbb825 user: dgp tags: trunk | |
| 16:52 | New internal routines TclScanElement() and TclConvertElement(). Rewritten guts of machinery to produ... check-in: 37927cede6 user: dgp tags: core-8-5-branch | |
| 16:05 | Completed patch with mucho comments. Merge 8.5. Closed-Leaf check-in: 8de9137c51 user: dgp tags: bug-3173086 | |
|
2011-05-09
| ||
| 15:24 | Reduce use of Tcl_AppendElement, which is not (and can't be) a Tcl_Obj-aware API. check-in: dbab97cbba user: dkf tags: trunk | |
| 13:58 | Revise empty string tests so that we avoid potentially expensive string rep generations, especially ... check-in: c2d4899eeb user: dgp tags: trunk | |
| 13:53 | Revise empty string tests so that we avoid potentially expensive string rep generations, especially ... check-in: 765f5fcb20 user: dgp tags: core-8-5-branch | |
| 13:46 | Remove the old implementation. Closed-Leaf check-in: a040b3dde3 user: dgp tags: dgp-list-simplify | |
| 13:26 | A different technique to more precisely identify the optimization case. check-in: 3b589e9ee8 user: dgp tags: dgp-list-simplify | |
|
2011-05-08
| ||
| 13:00 | is this a proper fix? Or is it invalidating too much? check-in: 05250d7801 user: mig tags: bug-3185407 | |
| 11:07 | * fixed src handling to <script> emulation check-in: 81ae7caf45 user: colin tags: ferrieux-nacl | |
| 11:03 | * added src handling to <script> emulation (it's transformed into a [source] command. check-in: 274cf61d9a user: colin tags: ferrieux-nacl | |
| 07:20 | * debugging of label,entry and button widgets check-in: a1081db7bc user: colin tags: ferrieux-nacl | |
| 05:53 | * implemented frame widget * modified some of the ::JS interface check-in: ecbb0bbbb3 user: colin tags: ferrieux-nacl | |
| 04:14 | * implemented entry and label widgets check-in: d16e74cd46 user: colin tags: ferrieux-nacl | |
|
2011-05-07
| ||
| 23:08 | Convert TclGetLoadedPackages to use Tcl_Obj API for result generation. check-in: ae2f5eda42 user: dkf tags: trunk | |
| 20:39 | merge trunk check-in: eeefcef28f user: mig tags: mig-no280 | |
| 19:53 | merge trunk check-in: 241f36be4b user: mig tags: mig-alloc-reform | |
| 19:33 | fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: 11459f0b18 user: mig tags: trunk | |
| 19:30 | fix USE_TCLALLOC so that it can be enabled without editing the Makefile check-in: a569696f48 user: mig tags: core-8-5-branch | |
|
2011-05-06
| ||
| 07:55 | comment fix check-in: fa4eb25ecf user: jan.nijtmans tags: trunk | |
| 07:54 | comment fix check-in: c7d2de48fa user: jan.nijtmans tags: core-8-5-branch | |
| 01:30 | * Allowed for emulation of <script> ... now runTclScripts will callback to eval check-in: 5ee1aa409f user: colin tags: ferrieux-nacl | |
|
2011-05-05
| ||
| 22:17 | Update doc and tools to Colin's new layout Closed-Leaf check-in: 2d21680323 user: ferrieux tags: ferrieux-nacl | |
| 18:28 | Stop generating string rep of dict when converting to list. Tolerate NULL interps more completely. check-in: 849162b0bf user: dgp tags: trunk | |
| 18:00 | Disable all the special case code in place to prevent allocation of a List struct for empty lists as... check-in: cc113f7cfe user: dgp tags: dgp-list-simplify | |
| 16:53 | Tolerate NULL interps more completely. check-in: e7adc1255d user: dgp tags: core-8-5-branch | |
| 16:35 | Stop generating string rep of dict when converting to list. check-in: 746b228680 user: dgp tags: core-8-5-branch | |
| 15:32 | Fix typo spotted by Emiliano Gavilan. check-in: 0ef5e8c424 user: dkf tags: trunk | |
| 07:53 | * added initial NaTk support - won't yet run without symlink lib/ to Wub/ and symlink to tcllib/ check-in: 5262e46c8d user: colin tags: ferrieux-nacl | |
| 07:51 | * mods for NaTk check-in: d3a2b330e6 user: colin tags: ferrieux-nacl | |
| 06:26 | no longer depend on MODULE_SCOPE being defined check-in: b439e1d71b user: jan.nijtmans tags: trunk | |
|
2011-05-04
| ||
| 23:49 | * defined an init script with TclSetPreInitScript() which permits us to use [interp create] without ... check-in: 4701561332 user: colin tags: ferrieux-nacl | |
| 03:22 | * left out updateCoords, added it back into balls.html pending final disposition check-in: 43996dcdef user: colin tags: ferrieux-nacl | |
| 02:47 | * Added new ::nacl ensemble to init.natcl, moved most support commands there * created an execll met... check-in: c9c95d03d6 user: colin tags: ferrieux-nacl | |
|
2011-05-03
| ||
| 19:44 | merge 8.5 check-in: 27fd15ce57 user: dgp tags: trunk | |
| 19:07 | Tighten Tcl_SplitList(). check-in: eeab23b73b user: dgp tags: core-8-5-branch | |
| 18:53 | Tighten SetListFromAny(). check-in: d711aba568 user: dgp tags: core-8-5-branch | |
| 17:34 | Tighten SetDictFromAny(). check-in: 6a588e6fc4 user: dgp tags: core-8-5-branch | |
|
2011-05-02
| ||
| 21:46 | Merge to feature branch check-in: 55c8c105ff user: dkf tags: dkf-notifier-poll | |
| 21:12 | Rewrite of parts of the switch compiler to better use the powers of TclFindElement() and do less par... check-in: 30dad692de user: dgp tags: trunk | |
| 20:34 | Rewrite of parts of the switch compiler to better use the powers of TclFindElement() and do less par... check-in: 8bc0f9df3c user: dgp tags: core-8-5-branch | |
| 20:28 | Drop old code. Closed-Leaf check-in: cc7e00bc14 user: dgp tags: dgp-switch-compile | |
| 20:17 | Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: 60cf594f82 user: dgp tags: trunk, potential incompatibility | |
| 20:13 | Tests for expanded literals quoting detection. check-in: 8e71652744 user: dgp tags: dgp-switch-compile | |
| 20:10 | Tests for expanded literals quoting detection. check-in: 52e2ce6ae1 user: dgp tags: core-8-5-branch | |
| 17:47 | Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: c2ee6476c2 user: dgp tags: dgp-switch-compile | |
| 17:36 | Revised TclFindElement() interface. The final argument had been bracePtr, the address of a boolean v... check-in: 04d0ff20b9 user: dgp tags: core-8-5-branch, potential incompatibility | |
| 15:52 | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 056df6f608 user: dgp tags: dgp-switch-compile | |
| 15:44 | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 304fa3c29b user: dgp tags: trunk | |
| 15:38 | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we actually want. check-in: 63ec2ace6e user: dgp tags: core-8-5-branch | |
| 12:18 | Tighten up the patch. check-in: a4d8498860 user: dgp tags: dgp-switch-compile | |
|
2011-04-29
| ||
| 01:05 | Fix issue with library stripping in install-sh check-in: b269db5d3e user: kevin_walzer tags: trunk | |
|
2011-04-28
| ||
| 20:40 | Rewrite of parts of the [switch] compiler to better use the powers of TclFindElement() and do less p... check-in: 5f8dcf50a2 user: dgp tags: dgp-switch-compile | |
| 16:02 | More isspace() callers. check-in: 41acfe91ea user: dgp tags: trunk | |
| 16:00 | More isspace() callers. check-in: 88095bbde0 user: dgp tags: core-8-5-branch | |
| 14:44 | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and... check-in: ef10af814d user: dgp tags: trunk | |
| 14:39 | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() Use to replace calls to isspace() and... check-in: b1063a174c user: dgp tags: core-8-5-branch | |
| 13:45 | Improved reaction to out of memory. check-in: 4363a1c212 user: dgp tags: trunk | |
| 13:30 | minor comment fix check-in: 24205766d9 user: jan.nijtmans tags: trunk | |
| 13:29 | minor comment fix check-in: 1ce7439657 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-04-27
| ||
| 19:35 | merge mark check-in: 12793bbb81 user: dgp tags: trunk | |
| 19:34 | FreeIndex backport check-in: c24d5e2982 user: dgp tags: core-8-5-branch | |
| 19:26 | TclFreeIntRep() correction & cleanup. check-in: 5a1953dfe5 user: dgp tags: trunk | |
| 18:33 | FreeListInternalRep() cleanup. check-in: 4683efaee9 user: dgp tags: trunk | |
| 18:32 | FreeListInternalRep() cleanup. check-in: 403736bc07 user: dgp tags: core-8-5-branch | |
| 18:23 | Backport fix for [Bug 2857044]. check-in: 1855377cde user: dgp tags: core-8-5-branch | |
| 07:54 | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too fix a few more gcc warnings check-in: eaf4d5e09f user: jan.nijtmans tags: trunk | |
| 07:51 | fix for [Bug 3288345]: use _stat32i64 for CYGWIN too check-in: 742290a9e2 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-04-26
| ||
| 19:18 | struct _stat64 -> struct __stat64 on AMD64 check-in: e1e46a9fe0 user: jan tags: trunk | |
| 19:17 | struct _stat64 -> struct __stat64 on AMD64 check-in: 5386706f58 user: jan tags: core-8-5-branch | |
|
2011-04-25
| ||
| 17:51 | TclFreeIntRep() related cleanup. check-in: cb85bb5002 user: dgp tags: trunk | |
| 15:49 | merge mark check-in: 3f3cd0b0c2 user: dgp tags: trunk | |
| 12:49 | Revise last fix. check-in: d7448b047e user: dgp tags: trunk | |
| 12:48 | Revise last fix. check-in: a8e210ca62 user: dgp tags: core-8-5-branch | |
|
2011-04-24
| ||
| 19:26 | Fix compilation warning in TclListObj - printf format mismatch check-in: 3e2ab34dea user: venkat tags: trunk | |
| 19:19 | Fix compilation warning in TclListObj - printf format mismatch check-in: 7fabe333b9 user: venkat tags: core-8-5-branch | |
|
2011-04-23
| ||
| 12:24 | Merge to feature branch check-in: 31660e19ea user: dkf tags: dkf-notifier-poll | |
|
2011-04-22
| ||
| 08:28 | merge latest trunk Closed-Leaf check-in: 359a91e742 user: jan.nijtmans tags: jn-frq-3257396 | |
|
2011-04-21
| ||
| 21:15 | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality check-in: 4bf64360a5 user: jan tags: trunk | |
| 21:13 | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality check-in: 781ea5180b user: jan tags: core-8-5-branch | |
| 18:50 | Use macro to set List intreps check-in: 0353d21711 user: dgp tags: trunk | |
| 18:44 | Use macro to set List intreps check-in: ecb9834d12 user: dgp tags: core-8-5-branch | |
| 17:32 | Limits on list length were too strict. Revised panics to errors where possible. check-in: 2d215ce103 user: dgp tags: trunk | |
| 16:53 | Limits on list length were too strict. Revised panics to errors where possible. check-in: 9080c06a95 user: dgp tags: core-8-5-branch | |
| 13:47 | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 36b0307ba2 user: dgp tags: trunk | |
| 13:24 | Make sure SetFooFromAny routines react reasonably when passed a NULL interp. check-in: 0da07d5b1e user: dgp tags: core-8-5-branch | |
| 12:07 | merge-mark check-in: d6aef45cc4 user: jan.nijtmans tags: core-8-5-branch | |
| 08:49 | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. Make sure that all _WIN32 compilers use exact... check-in: ac3601bf0c user: jan.nijtmans tags: trunk | |
| 08:27 | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Make sure that all _WIN32 compilers use exac... check-in: 7fd2f5f049 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-04-20
| ||
| 22:13 | Support cross-compilation to x64 from ix86 hosts when using NMAKE. Part of the build uses tclsh to ... check-in: 2e77c2b14b user: patthoyts tags: trunk | |
| 22:05 | Support cross-compilation to x64 from ix86 hosts when using NMAKE. Part of the build uses tclsh to ... check-in: c8fe7da5db user: patthoyts tags: core-8-5-branch | |
| 19:29 | Merge marker check-in: 7434f28679 user: andreask tags: trunk | |
| 17:51 | (TclFileAttrsCmd): Added commands to reset the typePtr of the Tcl_Obj* whose int-rep was just purged... check-in: 20a3aedb2a user: andreask tags: core-8-5-branch | |
| 13:12 | merge mark check-in: 87bf0849b4 user: dgp tags: core-8-5-branch | |
|
2011-04-19
| ||
| 16:41 | Reduce internals access in the implementation of [<foo>::pkgconfig list]. check-in: 5637694013 user: dgp tags: trunk | |
| 16:38 | Reduce internals access in the implementation of [<foo>::pkgconfig list]. check-in: 52560d396e user: dgp tags: core-8-5-branch | |
| 14:24 | merge trunk check-in: 91f0cc8fa7 user: mig tags: mig-no280 | |
| 14:19 | merge trunk check-in: d040767de8 user: mig tags: mig-alloc-reform | |
| 08:19 | Merge to feature branch check-in: f727d678da user: dkf tags: dkf-notifier-poll | |
| 08:04 | This time, I'll try to get it right! check-in: ef35e2c747 user: dkf tags: trunk | |
|
2011-04-18
| ||
| 21:53 | More concise serialization of coord-updates check-in: 7755a6cc4c user: ferrieux tags: ferrieux-nacl | |
| 21:42 | Use ListRepPtr(.) and other cleanup. check-in: e7e05e37cc user: dgp tags: trunk | |
| 21:24 | Use ListRepPtr(.) and other cleanup. check-in: 3dba2563a1 user: dgp tags: core-8-5-branch | |
| 21:22 | Use closures rather than strings for [after] and [every] check-in: 06e1f26911 user: ferrieux tags: ferrieux-nacl | |
| 18:50 | Define and use macros that test whether a Tcl list value is canonical. check-in: 4b0bb72cb3 user: dgp tags: trunk | |
| 18:31 | Define and use macros that test whether a Tcl list value is canonical. check-in: 13ac6c8c7b user: dgp tags: core-8-5-branch | |
| 10:19 | [Bug 3288696]: Command summary was confusingly wrong when it came to [dict filter] with a 'value' fi... check-in: d7cfe67cc6 user: dkf tags: trunk | |
| 08:38 | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. check-in: 0b739fe1f1 user: jan.nijtmans tags: trunk | |
| 08:22 | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW check-in: 4f729efe4c user: jan.nijtmans tags: core-8-5-branch | |
|
2011-04-16
| ||
| 16:01 | Added 'natcl2tk' wrapper to run the same demo in true Tk, for speed comparisons. check-in: 8e4b3d24c5 user: ferrieux tags: ferrieux-nacl | |
| 14:21 | Merge to feature branch check-in: 5a59a01655 user: dkf tags: dkf-notifier-poll | |
| 14:20 | fix merge history check-in: ddca613cd6 user: dkf tags: trunk | |
| 11:51 | Added comments to try to tame the file attributes guts, while trying to simplify things enough that ... check-in: f1162c3bd2 user: dkf tags: trunk | |
| 11:35 | Added code to try to tame the [file attributes] guts, while trying to simplify things enough that I ... check-in: 607ac42cb5 user: dkf tags: core-8-5-branch | |
|
2011-04-15
| ||
| 12:15 | Cleanup of updateStatus() check-in: 1a6ada0a28 user: ferrieux tags: ferrieux-nacl | |
|
2011-04-14
| ||
| 21:10 | Balls demo -- better status display during Nacl load. Added setup and troubleshooting instructions. check-in: 6bc9b780a1 user: ferrieux tags: ferrieux-nacl | |
| 16:12 | More Tcl_Concat* and TclTrim* improvements. check-in: 80ebbf75f2 user: dgp tags: trunk | |
| 15:33 | More Tcl_Concat* and TclTrim* improvements. check-in: d317d3a547 user: dgp tags: core-8-5-branch | |
|
2011-04-13
| ||
| 20:37 | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. check-in: 7c5f3a8961 user: dgp tags: trunk | |
| 20:27 | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. check-in: c48b1de113 user: dgp tags: core-8-5-branch | |
| 13:26 | fix merge history check-in: 7dbbe17355 user: mig tags: trunk | |
| 13:25 | fix merge history check-in: 9a245919a3 user: mig tags: core-8-5-branch | |
| 13:23 | fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: d58030af16 user: mig tags: trunk | |
| 13:19 | fix for [Bug 2662380], crash caused by appending to a variable with a write trace that unsets it check-in: c12fa286f4 user: mig tags: core-8-5-branch | |
| 11:03 | [3285375]: Make the crash less mysterious through the judicious use of a panic. check-in: 398075e9b4 user: dkf tags: trunk | |
| 06:37 | merge from trunk proposed compromise: only use --export-dynamic with --enable-shared check-in: 44ffce9bb6 user: jan.nijtmans tags: jn-frq-3257396 | |
|
2011-04-12
| ||
| 21:52 | Allow to build both 32 and 64-bit nexes, and serve them together. check-in: d0dd0f5238 user: ferrieux tags: ferrieux-nacl | |
| 20:13 | Test for [Bug 3285472]. Not buggy in trunk. check-in: 920b355f33 user: dgp tags: trunk | |
| 20:04 | Repair corruption in [string reverse] when string rep invalidation failed to also reset the bytes al... check-in: 4ab8a5f225 user: dgp tags: core-8-5-branch | |
| 19:18 | Update to Olson tzdata2011f check-in: 3d162e8ce6 user: venkat tags: trunk | |
| 19:13 | Fix incorrect date in Changelog entry. check-in: 2414390332 user: venkat tags: core-8-5-branch | |
| 19:03 | Update to Olson tzdata2011f check-in: 6083be0e71 user: venkat tags: core-8-5-branch | |
| 17:34 | * generic/tclBasic.c: fix for [Bug 2440625], kbk's patch check-in: 7cbeec20a4 user: mig tags: trunk | |
| 14:21 | minor nits, taken over from TEA (tclconfig) check-in: 941b13875b user: jan.nijtmans tags: trunk | |
| 14:18 | minor nits, taken over from TEA (tclconfig) check-in: 0587544fd0 user: jan.nijtmans tags: core-8-5-branch | |
| 11:13 | merge trunk check-in: 31553b1b67 user: jan.nijtmans tags: jn-frq-3257396 | |
| 07:26 | revert 6b6ef4e0b1, removing the temporary tests again check-in: b580ef3c9e user: jan.nijtmans tags: trunk | |
|
2011-04-11
| ||
| 21:40 | Fix wobbling by int($x+0.5) check-in: 164a94c046 user: ferrieux tags: ferrieux-nacl | |
| 21:11 | Full emulation of the Google-balls demo. 40fps, but 3x CPU consumption check-in: ab96ed1ba7 user: ferrieux tags: ferrieux-nacl | |
| 11:10 | merge trunk check-in: b34a5b7358 user: mig tags: mig-alloc-reform | |
| 11:09 | merge trunk check-in: b936648e57 user: mig tags: mig-no280 | |
| 10:37 | insure that 'coroutine eval' runs the initial command in the proper context, [Bug 3282869] check-in: 15f9fcba6e user: mig tags: trunk | |
| 07:31 | fix for [Bug 3281728]: Tcl sources from 2011-04-06 do not build on GCC9 (RH9) check-in: e0421a23a8 user: jan.nijtmans tags: trunk | |
|
2011-04-10
| ||
| 23:11 | First step of a Tk canvas emulation in NaTcl based on the HTML5 canvas. Optimized for move-only upda... check-in: 6f398fb8ef user: ferrieux tags: ferrieux-nacl | |
| 11:25 | Cleanup of init, wrappers now compiled in. Coro-based [source $url]. Detailed description in README. check-in: 4d49dfa58c user: ferrieux tags: ferrieux-nacl | |
|
2011-04-09
| ||
| 20:28 | Merge to feature branch check-in: 05a04a1205 user: dkf tags: dkf-notifier-poll | |
| 09:43 | merge trunk check-in: 002e01648a user: jan tags: jn-frq-3257396 | |
| 09:40 | oops, accidently checked in check-in: d550d19c7c user: jan tags: trunk | |
| 08:03 | typo, (and accidently checked in changes to tclOO.decls, reverted in the next commit [d550d19c7c] check-in: 742bcc2aec user: jan.nijtmans tags: trunk | |
|
2011-04-08
| ||
| 22:47 | First example of a non-trivial event-driven Tcl program interacting with JS. Features [after], [bger... check-in: 21b74633e5 user: ferrieux tags: ferrieux-nacl | |
| 06:31 | fix for [Bug 3280043]: win2k: unresolved DLL imports check-in: d43bba3681 user: jan.nijtmans tags: trunk | |
|
2011-04-07
| ||
| 15:26 | restore exec perms on unix/ldAix, accidentally cleared check-in: ef9aacc2da user: mig tags: core-8-5-branch | |
| 10:24 | merge latest trunk check-in: 953246bca5 user: jan.nijtmans tags: jn-frq-3257396 | |
| 10:19 | Add some (temporary) test cases showing the problem with --export-dynamic check-in: 6b6ef4e0b1 user: jan.nijtmans tags: trunk | |
| 03:03 | fix incomplete merge check-in: 7f00e4f36d user: mig tags: mig-no280 | |
| 02:57 | merge trunk to feature branch check-in: fec12a456e user: mig tags: mig-no280 | |
| 02:56 | * generic/tclExecute.c (TclCompileObj): earlier return if Tip280 gymnastics not needed. check-in: 63b453f584 user: mig tags: trunk | |
| 02:53 | * generic/tclExecute.c (TclCompEvalObj): earlier return if Tip280 gymnastics not needed check-in: 9ac9ca33b6 user: mig tags: core-8-5-branch | |
| 00:11 | last bugfix was incomplete check-in: df052ad59f user: mig tags: trunk | |
|
2011-04-06
| ||
| 23:35 | * generic/tclExecute.c: fix for [Bug 3274728], making *catchTop an unsigned long. check-in: caf317ab68 user: mig tags: trunk | |
| 21:44 | Let nacl/tclUnixPort.h be a generated file rather than a source. check-in: bf7fead8fd user: ferrieux tags: ferrieux-nacl | |
| 19:05 | why was I undefining MODULE_SCOPE? check-in: a4cd9d3ffe user: mig tags: mig-no280 | |
| 18:53 | Build fix. add tocstr tools relative pathname check-in: ba23ecfe5e user: venkat tags: ferrieux-nacl | |
| 18:18 | merge trunk to feature branch check-in: af182bb0cf user: mig tags: mig-no280 | |
| 18:16 | merge trunk to feature branch check-in: 611c232145 user: mig tags: mig-alloc-reform | |
| 14:51 | Don't use -fvisibility=hidden with static libraries (--disable-shared) check-in: 9cee434074 user: jan.nijtmans tags: trunk | |
| 13:10 | Make symbols "main" and "Tcl_AppInit" MODULE_SCOPE: there is absolutely no reason for exporting them... check-in: 0a2eb3820d user: jan.nijtmans tags: trunk | |
| 13:09 | Don't use MODULE_SCOPE in module implementation, only in declaration. check-in: 02ace0039f user: jan.nijtmans tags: trunk | |
| 13:07 | Added missing Changelog entry. check-in: 7815a81153 user: dkf tags: trunk | |
| 13:05 | More generation of error codes (most platform-specific parts not already using Tcl_PosixError). check-in: 1b095ad294 user: dkf tags: trunk | |
|
2011-04-05
| ||
| 21:44 | Merge to feature branch check-in: 4ce991bfb8 user: dkf tags: dkf-notifier-poll | |
| 20:39 | Make init.tcl.c a generated file rather than a source. check-in: 67cb635128 user: ferrieux tags: ferrieux-nacl | |
| 20:19 | Import Olson's tzdata2011e. check-in: b349849325 user: venkat tags: trunk | |
| 20:05 | Import Olson's tzdata2011e. check-in: d9f4537543 user: venkat tags: core-8-5-branch | |
| 07:15 | merge trunk check-in: 442fe018f8 user: jan.nijtmans tags: jn-frq-3257396 | |
|
2011-04-04
| ||
| 22:54 | Merge to feature branch check-in: efc9c228a8 user: dkf tags: dkf-notifier-poll | |
| 22:53 | More generation of error codes (TclOO miscellany). check-in: 08998a4f58 user: dkf tags: trunk | |
| 22:03 | Improve README for running the example. check-in: a114bffb5a user: venkat tags: ferrieux-nacl | |
| 21:42 | Cleanup compile warnings - mostly by adding prototypes check-in: a44ecf099c user: venkat tags: ferrieux-nacl | |
| 20:17 | Test _before_ commit, not after... check-in: db7e6ab270 user: dkf tags: trunk | |
| 20:07 | More generation of error codes (miscellaneous commands mostly already handled). check-in: 3085894b65 user: dkf tags: trunk | |
| 18:56 | Big cleanup, avoiding any symlinks nor copies. More streamlined ./configure step. check-in: 264b36c863 user: ferrieux tags: ferrieux-nacl | |
| 16:39 | [3202030] Updated README files, repairing broken URLs and other rot. check-in: 154c0c9945 user: dgp tags: trunk | |
| 16:29 | [3202030] Updated README files, repairing broken URLs and other rot. check-in: d22d901bff user: dgp tags: core-8-5-branch | |
| 14:36 | Remove execute bit from tclStrToD.c check-in: 97d7eb05fc user: dkf tags: trunk | |
| 14:26 | Merge to feature branch Closed-Leaf check-in: c29f1b7a0d user: dkf tags: rfe-3216010 | |
| 14:22 | Merge to feature branch check-in: e058edf908 user: dkf tags: mig-no280 | |
| 14:18 | Merge to feature branch check-in: a7a0485fd1 user: dkf tags: mig-alloc-reform | |
| 14:17 | Merge to feature branch Closed-Leaf check-in: a35d52175c user: dkf tags: aku-tip-280-cl-perf-trial | |
| 14:11 | Merge to feature branch check-in: 0f976afd0f user: dkf tags: dkf-notifier-poll | |
| 14:10 | Disable tcl::mathfunc::rmmadwiw by default to make test suite work; automated test frameworks have n... check-in: 1758d58a3c user: dkf tags: trunk | |
| 14:01 | Remove unused header file: unix/tclUnixThrd.h check-in: f0f03b194c user: jan.nijtmans tags: trunk | |
| 13:55 | More generation of error codes ([format], [after], [trace], RE optimizer). check-in: 7100664240 user: dkf tags: trunk | |
| 13:46 | Minor tinkering with style. check-in: ad00613d3e user: dkf tags: trunk | |
| 13:40 | Better error-message in case of errors related to setting a variable check-in: 0b4ce29050 user: jan.nijtmans tags: trunk | |
| 08:08 | FRQ #3257396: Remove use of --export-dynamic check-in: bde7b55ccf user: jan.nijtmans tags: jn-frq-3257396 | |
| 07:03 | Explain chrome options better check-in: e860adf254 user: alex tags: ferrieux-nacl | |
|
2011-04-03
| ||
| 23:56 | Clarify which files are actually symlinks check-in: d7c3b38fe1 user: alex tags: ferrieux-nacl | |
| 23:35 | New branch ferrieux-nacl : a port of Tcl to Google's Nacl (Native Client) check-in: c38762ae52 user: alex tags: ferrieux-nacl | |
| 06:05 | More generation of error codes (namespace creation, path normalization, pipeline creation, package h... check-in: a6c95ed9e0 user: dkf tags: trunk | |
|
2011-04-02
| ||
| 22:07 | Replaced another couple of 'double' declarations with 'volatile double' to work around misrounding ... check-in: 147186904c user: kbk tags: trunk | |
| 21:55 | Replaced another couple of 'double' declarations with 'volatile double' to work around misrounding ... check-in: 6624676119 user: kbk tags: core-8-5-branch | |
| 17:22 | More generation of errorCodes ([interp], [lset], [load], [unload]). check-in: d109deac44 user: dkf tags: trunk | |
| 12:17 | More generation of errorCode information (default [bgerror] and [glob]). check-in: a2fcb8020d user: dkf tags: trunk | |
|
2011-04-01
| ||
| 10:48 | mathematical version of TIP#131 check-in: c5a8b77ec4 user: max tags: trunk | |
| 09:29 | Implement TIP#131 check-in: c7f554fb21 user: max tags: trunk | |
|
2011-03-31
| ||
| 10:05 | Merge to feature branch check-in: ca02b70013 user: dkf tags: dkf-notifier-poll | |
| 10:04 | TclClockOldscanObjCmd: More generation of errorCode information. check-in: 25eb27727e user: dkf tags: trunk | |
|
2011-03-30
| ||
| 22:29 | Fixed execute permission for unix/ldAix on this branch. core-8-4-branch and trunk are ok, so a merge... check-in: 4946996d08 user: andreask tags: core-8-5-branch | |
|
2011-03-29
| ||
| 15:06 | More generation of errorCode information, notably when lists are mis-parsed. check-in: 999804376c user: dkf tags: trunk | |
| 12:57 | merge trunk to feature branch check-in: e92fc1c871 user: mig tags: mig-no280 | |
| 12:56 | merge trunk to feature branch check-in: 097c214f3b user: mig tags: mig-alloc-reform | |
| 12:31 | normbench check-in: 1453361bcc user: mig tags: mig-alloc-reform | |
|
2011-03-28
| ||
| 12:15 | Corrected odd comment check-in: 748898a892 user: dkf tags: trunk | |
| 11:40 | set default MODULE_SCOPE=extern, in case no other value is determined check-in: dbf7b56685 user: jan.nijtmans tags: trunk | |
| 10:56 | Use the error messages generated by the variable management code rather than creating our own in [re... check-in: 2f614e5f12 user: dkf tags: trunk | |
| 09:32 | Merge to feature branch check-in: 2869529c82 user: dkf tags: dkf-notifier-poll | |
| 07:56 | merge-mark check-in: b0e1a49673 user: jan.nijtmans tags: core-8-5-branch | |
| 03:08 | normbench check-in: 399c1c64c5 user: mig tags: mig-alloc-reform | |
|
2011-03-27
| ||
| 22:49 | merge trunk to feature branch check-in: 3b4b6041b0 user: mig tags: mig-no280 | |
| 22:49 | merge trunk to feature branch check-in: 8dc909d654 user: mig tags: mig-alloc-reform | |
| 22:43 | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparent in tclbench's 'LIST l... check-in: 98907640f3 user: mig tags: trunk | |
| 10:21 | merge trunk to branch check-in: ff627b8a14 user: mig tags: mig-no280 | |
|
2011-03-26
| ||
| 12:38 | merge trunk to feature branch check-in: ff240fb01d user: mig tags: mig-alloc-reform | |
| 12:12 | More generation of errorCode information. check-in: a70db7c3eb user: dkf tags: trunk | |
| 11:58 | Squelch another unnecessary cast. check-in: 8ad026f31b user: dkf tags: trunk | |
| 11:53 | Reduce the number of casts used to manage Tcl_Obj internal representations. check-in: b2381061a7 user: dkf tags: trunk | |
| 07:24 | Merge to feature branch check-in: 2c89760d75 user: dkf tags: dkf-notifier-poll | |
| 06:32 | The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: d5d628263b user: jan tags: trunk | |
| 06:30 | The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 772bb5c56a user: jan tags: core-8-5-branch | |
|
2011-03-25
| ||
| 21:18 | merge-mark check-in: 74a01fb913 user: jan tags: core-8-5-branch | |
| 14:05 | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly check-in: 24d1308684 user: jan.nijtmans tags: trunk | |
| 14:04 | Merge to feature branch check-in: 48a0bb8660 user: dkf tags: dkf-notifier-poll | |
| 13:46 | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" Remove Tclp(Local|Gm)... check-in: 491f6fe449 user: jan.nijtmans tags: core-8-5-branch | |
| 01:09 | normbench check-in: 6ec584b8df user: mig tags: mig-alloc-reform | |
| 01:09 | reordering of TEBCdata fields, just for clarity check-in: c98b86fea1 user: mig tags: mig-alloc-reform | |
|
2011-03-24
| ||
| 23:42 | branch with tip #280 removed, for perf impact measurements check-in: 6cbe02a1d6 user: mig tags: mig-no280 | |
| 22:48 | only do the alloc-space maximization when needed check-in: dbff67cd44 user: mig tags: mig-alloc-reform | |
| 22:06 | add finalization code; needed? check-in: 5a869d1e11 user: mig tags: mig-alloc-reform | |
| 20:23 | slightly faster inUse computation check-in: 0148c7fff1 user: mig tags: mig-alloc-reform | |
| 19:24 | merge trunk into feature branch check-in: 7649a6b239 user: mig tags: mig-alloc-reform | |
| 16:43 | Restored C++ usability to the memory allocation and free macros. check-in: ffeec96f44 user: dgp tags: trunk | |
| 12:05 | fix comments check-in: 8f2bc5aa20 user: mig tags: mig-alloc-reform | |
| 11:39 | merge trunk check-in: 4bc0292a61 user: mig tags: mig-alloc-reform | |
| 10:23 | Merge to feature branch check-in: 1c5281d1a4 user: dkf tags: dkf-notifier-poll | |
| 09:52 | Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: 7d471fa4b4 user: dkf tags: trunk | |
| 09:45 | Ensure that any reference to temporary index tables is squelched immediately rather than hanging aro... check-in: 3971651ab7 user: dkf tags: core-8-5-branch | |
| 09:12 | Correct bizarre name of enumeration member. check-in: 0fe67a0357 user: dkf tags: trunk | |
| 06:23 | Merge to feature branch check-in: 6968a9adbd user: dkf tags: dkf-notifier-poll | |
| 00:47 | bugfix in new Tcl_Preserve check-in: 997703b388 user: mig tags: mig-alloc-reform | |
|
2011-03-23
| ||
| 23:42 | completely new Tcl_Preserve implementation under Zippy, should be *much* faster. Cost is loss of som... check-in: a39cc6c970 user: mig tags: mig-alloc-reform | |
| 23:23 | Trial patch changing the handling of the TIP 280 continuation line data structures to keep expensive... check-in: 2b5c76ad19 user: andreask tags: aku-tip-280-cl-perf-trial | |
| 19:04 | normBench check-in: 9dc1f7865d user: mig tags: mig-alloc-reform | |
| 13:12 | merge trunk to feature branch check-in: d99d43d373 user: mig tags: mig-alloc-reform | |
| 13:11 | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFreeObj() check-in: 005a498bda user: mig tags: trunk | |
| 11:59 | fix multi->purify, some cleanup check-in: a8eaab2085 user: mig tags: mig-alloc-reform | |
|
2011-03-22
| ||
| 22:13 | ifdefery now ok? testing all build options on core.tcl.tk check-in: 7a8b1fc210 user: mig tags: mig-alloc-reform | |
| 22:01 | parens check-in: 8187ce216e user: mig tags: mig-alloc-reform | |
| 21:51 | slightly clearer ifdefery check-in: ebf5f5e368 user: mig tags: mig-alloc-reform | |
| 21:18 | fix ifdefery check-in: 4b0d1bdd14 user: mig tags: mig-alloc-reform | |
| 19:02 | separate Tcl_Obj free lists from blocks, was having weird perf issues possibly due to different bloc... check-in: 4492886364 user: mig tags: mig-alloc-reform | |
| 11:21 | Merge to feature branch check-in: 03f3ae79e3 user: dkf tags: dkf-notifier-poll | |
| 11:20 | Restore build-ability and fix mixed up ordering assumptions. check-in: 2870a0fa35 user: dkf tags: dkf-notifier-poll | |
| 11:12 | Try to minimize the amount of work done inside the notifier thread. check-in: 792d0f741d user: dkf tags: dkf-notifier-poll | |
| 11:07 | better checks for allocator variant check-in: 571c0a6b39 user: mig tags: mig-alloc-reform | |
| 11:01 | merge trunk to feature branch check-in: 2963951bab user: mig tags: mig-alloc-reform | |
| 10:52 | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. check-in: 46389c7b91 user: mig tags: trunk | |
| 10:43 | merge-mark check-in: b98be6337d user: jan.nijtmans tags: trunk | |
| 10:41 | The -debug:full option is not supported when using the modern versions of link.exe included with MSV... check-in: 83ebc9c1fa user: jan.nijtmans tags: core-8-5-branch | |
| 10:15 | typo check-in: 6ef9ab3ad5 user: jan.nijtmans tags: trunk | |
| 10:14 | [Bug #3216070] Loading extension libraries from embedded Tcl applications. check-in: 58a4f59ea3 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 10:10 | [Bug #3216070] Loading extension libraries from embedded Tcl applications. check-in: e18262f10e user: jan.nijtmans tags: core-8-5-branch, potential incompatibility | |
|
2011-03-21
| ||
| 16:37 | simpler initialization check-in: aebc5a42cc user: mig tags: mig-alloc-reform | |
| 14:42 | remove one level of allocator indirection in non-memdebug builds, imported from mig-alloc-reform. check-in: d74d7bb013 user: mig tags: trunk | |
| 14:38 | fix last commit check-in: 54811e2ece user: mig tags: mig-alloc-reform | |
| 13:41 | remove one level of indirection in non-mem-debug builds check-in: 0e843f63e5 user: mig tags: mig-alloc-reform | |
| 11:42 | some cleanup re obj deletion check-in: ca6e8a9e5e user: mig tags: mig-alloc-reform | |
| 11:42 | small opts check-in: ce2cb0ea68 user: mig tags: mig-alloc-reform | |
|
2011-03-20
| ||
| 16:21 | Merge to feature branch check-in: b322e79d3f user: dkf tags: dkf-notifier-poll | |
| 16:20 | Getting closer to working check-in: 8e2242b4d1 user: dkf tags: dkf-notifier-poll | |
| 11:42 | merge trunk to feature branch check-in: 3560c1f392 user: mig tags: mig-alloc-reform | |
| 11:40 | changelog entry check-in: 292737732e user: mig tags: trunk | |
| 11:13 | (empty) merge trunk to feature branch check-in: 62f6fa7f9d user: mig tags: mig-alloc-reform | |
| 11:10 | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from mig-alloc-reform. The feature has to... check-in: 79413ce9a4 user: mig tags: trunk | |
|
2011-03-19
| ||
| 21:47 | adding benchmarks on core.tcl.tk; still some weirdos, but looking good check-in: 8b0b6c41ab user: mig tags: mig-alloc-reform | |
| 19:44 | early return on freeing a NULL pointer check-in: a32bb0339b user: mig tags: mig-alloc-reform | |
| 19:35 | remove stray panic set for debugging check-in: 75dcf88f4e user: mig tags: mig-alloc-reform | |
| 19:00 | uninited var in last commit check-in: e6905754d8 user: mig tags: mig-alloc-reform | |
| 17:56 | look at all blocks in this thread before looking in the shared cache check-in: 724c29a7ae user: mig tags: mig-alloc-reform | |
| 17:23 | tclListObj.c: simplify macros check-in: 3a9fac126e user: mig tags: mig-alloc-reform | |
| 12:24 | get purify and native to build by removing ref to ckalloc and friends check-in: 505625c2e2 user: mig tags: mig-alloc-reform | |
|
2011-03-18
| ||
| 23:04 | getting aPURIFY to build? check-in: 8f55251fdd user: mig tags: mig-alloc-reform | |
| 22:57 | remove TclpAlloc and friends from internal stubs check-in: 28384cbc01 user: mig tags: mig-alloc-reform | |
| 22:42 | move the allocator stuff to the end of tclInt.h, in order not to interfere with tclIntDecls.h check-in: cd2c0f98f9 user: mig tags: mig-alloc-reform | |
| 20:46 | Compilation support added. Code currently broken. check-in: adbeeca79c user: dkf tags: dkf-notifier-poll | |
| 19:18 | let TclAllocMaximize maintain zippys stats check-in: 9cb2f836cb user: mig tags: mig-alloc-reform | |
| 18:57 | let TEBC also use TclAllocMaximize check-in: 248b0a0e0a user: mig tags: mig-alloc-reform | |
| 18:06 | remove unused mutex check-in: a3f0c08c7f user: mig tags: mig-alloc-reform | |
| 16:16 | New function TclAllocMaximize(). Let tclListObj.c find out the real allocated size, thus reducing th... check-in: b8f22672b2 user: mig tags: mig-alloc-reform | |
| 13:55 | Merge to feature branch check-in: 4ce3d8681f user: dkf tags: dkf-notifier-poll | |
| 13:32 | README addition check-in: 3e9d5dacd9 user: mig tags: mig-alloc-reform | |
| 13:25 | README addition check-in: bba5f24346 user: mig tags: mig-alloc-reform | |
| 13:10 | README addition check-in: bafa2025b3 user: mig tags: mig-alloc-reform | |
| 12:54 | development branch for allocator changes check-in: 80a014ef05 user: mig tags: mig-alloc-reform | |
|
2011-03-17
| ||
| 22:00 | Generate errorCode information on failure to parse expressions. check-in: 0c22db4f68 user: dkf tags: trunk | |
| 21:18 | Support the requested [lsort -entier] functionality. check-in: cf82eb92c8 user: dgp tags: rfe-3216010 | |
| 16:12 | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c check-in: 9edcb7e14b user: jan.nijtmans tags: trunk | |
|
2011-03-16
| ||
| 21:36 | bug-3216070 Closed-Leaf check-in: 28d283ab37 user: jan.nijtmans tags: bug-3216070 | |
| 15:55 | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: 40cc64ec16 user: jan.nijtmans tags: trunk | |
| 15:53 | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds check-in: 8f397fe9f2 user: jan.nijtmans tags: core-8-5-branch | |
| 15:33 | merge-mark check-in: 553dd4e351 user: jan.nijtmans tags: core-8-5-branch | |
| 14:31 | Rewrites to eliminate some isspace() calls. check-in: abe0c909b1 user: dgp tags: trunk | |
| 14:21 | whitespace tidy check-in: 2b189b09a6 user: dgp tags: core-8-5-branch | |
| 14:13 | Rewrites to eliminate isspace() calls. check-in: 44266eb780 user: dgp tags: core-8-5-branch | |
| 11:48 | *CLOSED BRANCH* Switched noisy devel to private branch, will reopen when things work. Closed-Leaf check-in: 7cc6ed1035 user: mig tags: mig-alloc-reform | |
| 09:58 | Merge to feature branch check-in: 84c232a3dd user: dkf tags: dkf-notifier-poll | |
| 09:25 | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necessary basis. Backported f... check-in: 790d40558a user: jan.nijtmans tags: trunk | |
| 09:14 | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necessary basis. Backported f... check-in: f659b577f5 user: jan.nijtmans tags: core-8-5-branch | |
|
2011-03-15
| ||
| 23:06 | remove unneeded things check-in: be49a1fb5a user: mig tags: mig-alloc-reform | |
| 14:53 | fix so that thread blocks are recycled when a thread dies (HAVE_FAST_TSD), just keep the original st... check-in: 536791f045 user: mig tags: mig-alloc-reform | |
| 14:15 | reorganisation towards (hopefuly) defining the allocator and/or purify at app start time; for now it... check-in: d0f1659e90 user: mig tags: mig-alloc-reform | |
| 09:51 | Merge to feature branch check-in: 9d8e674712 user: dkf tags: dkf-notifier-poll | |
| 09:44 | retire TclInterpAlloc/Free/Realloc check-in: 15d781d135 user: mig tags: mig-alloc-reform | |
| 08:44 | retire USE_TCLALLOC check-in: 9345713da6 user: mig tags: mig-alloc-reform | |
| 01:04 | let zippy use fast __thread TSD; enable with -DHAVE_FAST_TSD, the corresponding autoconferry is miss... check-in: b598f4b149 user: mig tags: mig-alloc-reform | |
| 00:33 | bugfix, was always using the shared pool check-in: b4cce9f15d user: mig tags: mig-alloc-reform | |
| 00:18 | merge trunk check-in: 3be14a67e3 user: mig tags: mig-alloc-reform | |
| 00:16 | enable zippy to also work on unthreaded builds as a special case; to enable compile without threads ... check-in: 5b965f32a9 user: mig tags: mig-alloc-reform | |
|
2011-03-14
| ||
| 21:34 | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. * tools/tclZIC.tcl... check-in: 6ae7178df2 user: kbk tags: trunk | |
| 21:32 | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. * tools/tclZIC.tcl... check-in: 86f581a60d user: kbk tags: core-8-5-branch | |
| 17:22 | merge trunk check-in: 6823128b5b user: dgp tags: dgp-refactor | |
| 17:17 | Standardize on autoconf-2.59 to generate configure files check-in: ee51894333 user: dgp tags: trunk | |
| 17:16 | Standardize on autoconf-2.59 to generate configure files. check-in: 1337989f69 user: dgp tags: core-8-5-branch | |
| 16:57 | Add files that the cvs to fossil conversion failed to place on the dgp-refactor branch. check-in: 7ad5dfaf09 user: dgp tags: dgp-refactor | |
| 16:48 | optimise freeing in TclAttemptRealloc check-in: 50502adb40 user: mig tags: mig-alloc-reform | |
| 15:10 | merge 8.5 check-in: d1023d4eff user: dgp tags: trunk | |
| 15:08 | merge 8.4 check-in: 3e9d0beb61 user: dgp tags: core-8-5-branch | |
| 14:40 | Merge to feature branch check-in: 6f4e084302 user: dkf tags: dkf-notifier-poll | |
| 14:28 | merge trunk check-in: a8dba24937 user: mig tags: mig-alloc-reform | |
| 14:25 | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 71dc9aa917 user: dkf tags: trunk | |
| 14:23 | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 from 0.39. check-in: 902c7eef54 user: dkf tags: core-8-5-branch, libtommath-merge-0-42-0 | |
| 13:20 | Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: 36f4d48631 user: jan.nijtmans tags: mistake-20110314 | |
| 13:17 | Revert previous commit: I was not aware that we have a fork of libtommath Closed-Leaf check-in: db21821bb9 user: jan.nijtmans tags: mistake-20110314a | |
| 11:51 | Import of libtommath 0.40 check-in: a8fbf0f96a user: jan.nijtmans tags: libtommath | |
| 09:52 | re-import ltm-0.39, with original RCS-ID's check-in: d2435b0687 user: jan.nijtmans tags: mistake-20110314 | |
| 09:47 | re-import ltm-0.39, with original RCS-ID's check-in: 18317dde13 user: jan.nijtmans tags: mistake-20110314a | |
| 09:36 | re-import ltm-0.39, with original RCS-ID's check-in: 04515704be user: jan.nijtmans tags: libtommath | |
|
2011-03-13
| ||
| 23:15 | merge trunk check-in: 97528be764 user: mig tags: mig-alloc-reform | |
| 22:42 | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter data types in an effort to silence a MS... check-in: 2404226f31 user: kbk tags: trunk | |
| 18:20 | fixed bug in testnrelevels, all tests pass check-in: a63f3d7674 user: mig tags: mig-alloc-reform | |
| 18:01 | remove unneeded (DE)CACHE_STACK_INFO macros check-in: 50e3c694d6 user: mig tags: mig-alloc-reform | |
| 17:47 | remove the Tcl stack completely, each bytecode llocates its own stacklet. *BROKEN*: problems in coro... check-in: 56e8a9f747 user: mig tags: mig-alloc-reform | |
| 13:38 | manage the catch stack as array not pointer-to-top check-in: 04f1b785bf user: mig tags: mig-alloc-reform | |
| 13:01 | merge trunk check-in: 727d8e6901 user: mig tags: mig-alloc-reform | |
| 12:54 | remove TD->expanded, not needed now check-in: 86417ad208 user: mig tags: trunk | |
| 07:01 | merge trunk check-in: f480a4c841 user: mig tags: mig-alloc-reform | |
| 06:59 | * generic/tclExecute.c: remove TEBCreturn() check-in: 77dc554864 user: mig tags: trunk | |
| 05:50 | fix for other allocators check-in: 8778c03c38 user: mig tags: mig-alloc-reform | |
| 05:46 | redefine TclInterpAlloc/Free to use zippy Tcl_Alloc infrastructure; will be very fast on zippy, not ... check-in: 5314e617b9 user: mig tags: mig-alloc-reform | |
| 04:50 | rename TclStackAlloc/Free to TclInterpAlloc/Free check-in: 820d67f844 user: mig tags: mig-alloc-reform | |
| 02:21 | typo check-in: ad14fb1217 user: mig tags: mig-alloc-reform | |
| 02:13 | remove one level of indirection when using native malloc check-in: 0be21a8979 user: mig tags: mig-alloc-reform | |
| 01:45 | small typo check-in: 61312530e5 user: mig tags: mig-alloc-reform | |
| 01:37 | replace TclpAlloc with Tcl_AttemptAlloc, TclpRealloc with Tcl_AttemptRealloc, TclpFree with Tcl_Free check-in: c6418d0771 user: mig tags: mig-alloc-reform | |
| 00:13 | * tclInt.h: small change in macros check-in: e78bf70e9a user: mig tags: mig-alloc-reform | |
|
2011-03-12
| ||
| 23:32 | make Tcl_Obj alloc and smallest allocs in zippy use the same pool check-in: 74ccfbd00b user: mig tags: mig-alloc-reform | |
| 15:10 | Merge to feature branch check-in: b2b39ea64e user: dkf tags: dkf-notifier-poll | |
| 15:06 | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in rest of Tcl source code. ... check-in: 5574bdd262 user: dkf tags: trunk | |
| 00:52 | [Bug 3185609] File normalization corner case of ... broken with -DUNICODE check-in: 437c9cf011 user: jan.nijtmans tags: trunk | |
|
2011-03-11
| ||
| 23:09 | merge-mark check-in: 5dc038c5af user: jan.nijtmans tags: core-8-5-branch | |
| 22:20 | More test suite updating. check-in: 83b985ea92 user: dkf tags: trunk | |
| 19:14 | The re-creation of this branch should have deleted a few NRE specific testsuites, and did not. Fixed... Closed-Leaf check-in: 020e924fe9 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 12:36 | merge-mark check-in: 38c06ed49f user: jan.nijtmans tags: core-8-5-branch | |
| 11:26 | merge check-in: 1b7f047b8c user: jan.nijtmans tags: trunk | |
| 11:25 | merge-mark correct version of libtommath check-in: c2b3daa4f7 user: jan.nijtmans tags: core-8-5-branch | |
| 09:04 | Work in progress: poll()-based notifier. check-in: 4c8bb88ccd user: dkf tags: dkf-notifier-poll | |
| 08:58 | Create new branch named "dkf-notifier-poll" check-in: 0bd852075c user: dkf tags: dkf-notifier-poll | |
|
2011-03-10
| ||
| 21:40 | merge-mark check-in: e75529caea user: jan.nijtmans tags: trunk | |
| 21:33 | Turn namespace into an ensemble. check-in: cd80f3a423 user: dkf tags: trunk, potential incompatibility | |
| 21:32 | [Bug 3205320]: stack space detection defeated by inlining check-in: 93c78ea3d6 user: jan.nijtmans tags: core-8-5-branch | |
| 21:32 | Add ChangeLog entry. Closed-Leaf check-in: ecaf46e096 user: dkf tags: dkf-namespace-as-ensemble | |
| 16:25 | Fix remaining broken tests (test failures appear non-serious) check-in: 31c07eaf3f user: dkf tags: dkf-namespace-as-ensemble | |
| 15:31 | Fix most of the failing tests (some of which were due to breakage done to the parser used in auto_mk... check-in: f2b605a1ff user: dkf tags: dkf-namespace-as-ensemble | |
| 14:52 | Merge to feature branch check-in: 94102ceed2 user: dkf tags: dkf-namespace-as-ensemble | |
| 14:12 | fix broken build check-in: 6cbd775460 user: dgp tags: trunk | |
| 13:40 | Make tests in child interpreters report their summary info in the master. Bumped tcltest version to ... check-in: 6560e53205 user: dkf tags: trunk | |
| 09:31 | MINOR: Formatting fixes, mainly to comments, so code better fits the style in the Engineering Manual... check-in: 5cb634a1c1 user: dkf tags: trunk | |
|
2011-03-09
| ||
| 21:41 | Update more of the test suite to use Tcltest 2. check-in: c45a9f3c1c user: dkf tags: trunk | |
| 19:42 | Merge to feature branch check-in: 4004f41517 user: dkf tags: dkf-namespace-as-ensemble | |
| 16:42 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name... check-in: 52f5d3218a user: dgp tags: trunk | |
| 15:55 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/name... check-in: 88cba3ed97 user: dgp tags: core-8-5-branch | |
| 15:49 | * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys. check-in: a0de7bf8eb user: patthoyts tags: core-8-5-branch | |
| 14:56 | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] * tests/nam... Closed-Leaf check-in: ac4c249ecf user: dgp tags: bug-3202171 | |
| 14:06 | Turn namespace into an ensemble. Not yet on trunk because of some mysterious failures that need reso... check-in: 13038535e3 user: dkf tags: dkf-namespace-as-ensemble | |
| 10:38 | Update more of the test suite to use Tcltest 2. check-in: 7c3bb623c5 user: dkf tags: trunk | |
|
2011-03-08
| ||
| 23:07 | Fix gcc warning: comparison between signed and unsigned integer expressions check-in: 39587d8c79 user: jan.nijtmans tags: trunk | |
| 22:57 | merge check-in: 514a4ba4fc user: jan.nijtmans tags: trunk | |
| 22:33 | More gcc warnings: variable set but not used Closed-Leaf check-in: 383b6abfcc user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:25 | Fix gcc warnings: variable set but not used check-in: 448cb95dbe user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:14 | Fix gcc warnings: variable set but not used check-in: 8302182f6c user: jan.nijtmans tags: core-8-5-branch | |
| 19:27 | * generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU... check-in: 4f00f85797 user: dgp tags: trunk | |
| 19:24 | * generic/tclInt.h: Remove TclMarkList() routine, an experimental * generic/tclU... check-in: 43662324d4 user: dgp tags: core-8-5-branch | |
| 15:24 | merge repair check-in: e5f89b5fb4 user: dgp tags: trunk | |
| 15:22 | * generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th... check-in: 39e462a5d5 user: dgp tags: trunk | |
| 15:14 | * generic/tclResult.c (ResetObjResult): Correct failure to clear invalid intrep. Th... check-in: 643749dcb4 user: dgp tags: core-8-5-branch | |
| 10:28 | Make the assembler code more like Tcl code. check-in: fd182afaa3 user: dkf tags: trunk | |
|
2011-03-07
| ||
| 22:25 | merge-mark [3166410] as not applicable on trunk check-in: ee069af9c4 user: jan.nijtmans tags: pseudotrunk-2011-03-08 | |
| 22:23 | Fix [Bug 3166410]: "out of stack space" on AIX check-in: bde224c265 user: jan.nijtmans tags: core-8-5-branch | |
| 22:07 | stray ';' check-in: b14d484424 user: jan.nijtmans tags: trunk | |
| 21:56 | MSVC 6 does not have the %I modifier in sprintf check-in: ff727e02f4 user: jan.nijtmans tags: trunk | |
| 21:32 | One more .cvsignore file check-in: bf37afe41e user: jan.nijtmans tags: trunk | |
| 21:31 | Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: 3e6d11e738 user: jan.nijtmans tags: trunk | |
| 21:28 | Now that we are no longer on CVS, the .cvsignore files serve no purpose check-in: f53bd9ec91 user: jan.nijtmans tags: core-8-5-branch | |
| 14:55 | merge trunk + partial improvements to comments check-in: f716a66d07 user: dgp tags: bug-3173086 | |
|
2011-03-06
| ||
| 22:33 | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 6b0527ff33 user: dgp tags: trunk | |
| 22:19 | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls * generic/tclC... check-in: 7d1cc3f816 user: dgp tags: core-8-5-branch | |
| 20:07 | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: 4dbf4963bd user: dgp tags: trunk | |
| 19:58 | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans to not overrun t... check-in: c042cffb59 user: dgp tags: core-8-5-branch | |
| 05:19 | merge check-in: 17ff82f99a user: dgp tags: bug-3173086 | |
| 05:11 | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: ffce86baaf user: dgp tags: trunk | |
| 04:49 | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in * tests/parse.... check-in: c65512452c user: dgp tags: core-8-5-branch | |
|
2011-03-05
| ||
| 17:54 | * generic/tclExecute.c (TclStackFree): insure that the execStack satisfies "at most one free stack a... check-in: 02580251b5 user: msofer tags: trunk | |
| 16:53 | <verbatim> * generic/tclAssembly.c (new file): * generic/tclBasic.c (Tcl_CreateInterp): * generic/tc... check-in: c25aa35b3e user: kennykb tags: trunk | |
| 16:31 | merge trunk Closed-Leaf check-in: 08b261adfb user: kennykb tags: dogeen-assembler-branch | |
| 15:09 | * generic/tclExecute.c: cleaner mem management for TEBCdata check-in: 0798fea8d4 user: msofer tags: trunk | |
| 13:26 | Renamed BottomData to TEBCdata, so that the name refers to what it is rather than to its storage loc... check-in: 9f40419fa6 user: msofer tags: trunk | |
| 12:29 | Renamed struct TEOV_callback to the more descriptive NRE_callback. check-in: dbebe03821 user: msofer tags: trunk | |
| 05:13 | One trunk to rule them all... check-in: 66081a3e1e user: dgp tags: trunk | |
| 01:25 | Unbreak the build. check-in: 1f4297094c user: dkf tags: trunk | |
| 00:35 | [Bug 3185009]: Keep references to resolved object variables so that an unset doesn't leave any dangl... check-in: 6005a9d1b7 user: dkf tags: trunk | |
|
2011-03-04
| ||
| 11:57 | * generic/tclBasic.c (TclNREvalObjv): missing a variable declaration in commented out non-optimised ... check-in: b1628c0c00 user: msofer tags: trunk | |
|
2011-03-03
| ||
| 21:31 | date copy/paste error check-in: b46de1fb05 user: dgp tags: trunk | |
| 21:28 | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. check-in: d8df544b20 user: dgp tags: trunk | |
| 21:13 | Correct flaw in the rewrite handling [list \\\\\}]. check-in: c3168e2541 user: dgp tags: bug-3173086 | |
| 21:07 | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions to the callers. Needs... check-in: a142b240b3 user: dgp tags: bug-3173086 | |
| 21:02 | Simplified the logic of the Scan/Convert pair of routines for generating string reps of lists to st... check-in: 2f5897ef59 user: dgp tags: bug-3173086 | |
|
2011-03-02
| ||
| 21:31 | add missing comment terminator check-in: e3b87b44f3 user: mig tags: trunk | |
| 20:27 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: c64f310d38 user: dgp tags: trunk | |
| 16:06 | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Pu... check-in: 79367df0f0 user: dgp tags: core-8-5-branch | |
| 03:59 | merge trunk into dogeen-assembler-branch check-in: d7f33b3d72 user: kennykb tags: dogeen-assembler-branch | |
|
2011-03-01
| ||
| 20:02 | fix leaks in throw and unset compilers check-in: 0e18b9441c user: mig tags: trunk | |
| 19:54 | This is [Patch 3168398], Joe Mistachkin's optimisation of Tip #285 check-in: 40089e043b user: mig tags: trunk | |
| 19:26 | * generic/tclExecute.c (ExprObjCallback): fix object leak check-in: 41088210ac user: mig tags: trunk | |
| 18:24 | * generic/tclExecute.c (TEBCresume): store local var array and constants in automatic vars to reduce... check-in: 9c6343aefd user: mig tags: trunk | |
| 18:21 | merge trunk check-in: 14fef1ae97 user: kennykb tags: dogeen-assembler-branch | |
| 18:13 | fix typo in dkf's last commit check-in: b4bf957f29 user: mig tags: trunk | |
| 18:05 | remove unused variables check-in: 2b4579e047 user: mig tags: trunk | |
| 17:19 | * generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for commands that do not have an ... check-in: b97b771b6d user: mig tags: trunk | |
| 15:07 | Reorganization of call context reference count management so that code is (mostly) simpler. check-in: 25d2a66f4d user: dkf tags: trunk | |
| 04:16 | merge trunk check-in: 1357375583 user: kennykb tags: dogeen-assembler-branch | |
|
2011-02-28
| ||
| 21:21 | Mark merge of 8.5 bugfixes into 8.6 development. check-in: d1e1021f8a user: dgp tags: trunk | |
| 21:19 | Mark merge of 8.4 bugfixes into 8.5 development. check-in: d13d8d8f0a user: dgp tags: core-8-5-branch | |
| 20:26 | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: f6f4f8c5e7 user: dgp tags: trunk | |
| 20:14 | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: c1b432aee2 user: dgp tags: core-8-5-branch | |
|
2011-01-25
| ||
| 22:33 | Fix various gcc-4.5.2 64-bit warning messages, e.g. by using full 64-bits for socket fd's check-in: 92caef797a user: nijtmans tags: trunk | |
| 19:02 | Created branch dgp-refactor-merge-synthetic Closed-Leaf check-in: d2193dd943 user: cvs2fossil tags: dgp-refactor-merge, dgp-refactor-merge-synthetic | |
| 19:02 | typo check-in: c116ce9d3c user: dgp tags: trunk | |
| 15:55 | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, backported strcpy->memcpy chang... check-in: d69078d96b user: nijtmans tags: core-8-5-branch | |
| 07:17 | Don't miss 64-bit address bits in panic message. check-in: 8f2403f53e user: nijtmans tags: trunk | |
|
2011-01-19
| ||
| 23:34 | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to Brad Harder (yukonbob). [B... check-in: 71a85031c7 user: ferrieux tags: trunk | |
| 14:11 | [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. check-in: 028797ed80 user: nijtmans tags: trunk | |
| 14:04 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 22f28b5c02 user: nijtmans tags: trunk | |
| 14:02 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 5c3a90bdc4 user: nijtmans tags: core-8-5-branch | |
| 08:14 | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info wherever ::errorInfo may be up... check-in: 94a9222220 user: ferrieux tags: core-8-5-branch | |
| 08:04 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 1b43842ad6 user: nijtmans tags: core-8-5-branch | |
|
2011-01-18
| ||
| 19:26 | Brought no-nre v2 up-to-date with 8.6 head as of Jan 18 11:30 PST. check-in: 5b2d91d5e3 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:44 | Add missing comment check-in: a07004a06f user: dkf tags: trunk | |
| 13:50 | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make sure that the cmdPtr field of t... check-in: f2221b7726 user: dkf tags: trunk | |
| 10:02 | Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 6dd03122dc user: nijtmans tags: core-8-5-branch | |
| 08:43 | Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 964a1a5a57 user: nijtmans tags: trunk | |
|
2011-01-17
| ||
| 12:34 | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: e128e8f455 user: nijtmans tags: core-8-5-branch | |
| 11:27 | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: 49488fe933 user: nijtmans tags: trunk | |
| 08:43 | handle --enable-64bit=ia64 for gcc. BACKPORT. [Patch 3059922]: fixes for mingw64 - gcc4.5.1 check-in: 6e410a115b user: nijtmans tags: core-8-5-branch | |
|
2011-01-15
| ||
| 19:07 | * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: d27c6004c8 user: kennykb tags: core-8-5-branch | |
| 19:01 | Removed code that suppressed zeroes in a context where zeroes cannot appear. check-in: 12e11949ff user: kennykb tags: trunk | |
| 18:10 | * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: 32e80e56c7 user: kennykb tags: trunk | |
|
2011-01-13
| ||
| 11:30 | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in sizing the new allocation - was ... check-in: 78dccf16b8 user: msofer tags: core-8-5-branch | |
|
2011-01-12
| ||
| 20:17 | fall back to assembler for VC++ 32-bit check-in: 3aedd76d8f user: nijtmans tags: trunk | |
| 15:35 | Missed from update, dropped test file, is now part of package.test check-in: 09c46cb1e8 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:34 | Update to CVS head Wednesday Jan 11. check-in: 905d97c057 user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 15:23 | This commit is both no-NRE v2, implemented by subtracting the NRE pieces (*), and update to CVS trun... check-in: 2d93b1436c user: andreask tags: activestate-nre-excised-variant-2-subtracted | |
| 10:40 | handle --enable-64bit=ia64 for gcc more accurate test for correct <intrin.h> check-in: 8942ef5184 user: nijtmans tags: trunk | |
| 07:48 | VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 7a633418bf user: nijtmans tags: trunk | |
| 07:37 | VS 2005 64-bit does not have intrin.h, and does not need it. check-in: 5e2970599b user: nijtmans tags: trunk | |
| 07:32 | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reported by andreask. check-in: ae91cc7d31 user: nijtmans tags: trunk | |
|
2011-01-07
| ||
| 02:26 | * tests/util.test (util-15.*): Added test cases for floating point conversion of the largest denorma... check-in: d49689d1c1 user: kennykb tags: trunk | |
|
2011-01-06
| ||
| 10:20 | * tests/package.test, tests/pkg.test: Coalesce these tests into one file that is concerned with th... check-in: b3216c8061 user: dkf tags: trunk | |
|
2011-01-03
| ||
| 10:08 | Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits backport. check-in: 28e98e3407 user: nijtmans tags: core-8-5-branch | |
|
2011-01-01
| ||
| 15:14 | Clean up of tests and conversion to tcltest 2. Target has been to get init and cleanup code out of t... check-in: 69575bf53b user: dkf tags: trunk | |
| 14:44 | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that fails (with a crash) in an unf... check-in: 11dc5975d5 user: dkf tags: trunk | |
| 10:49 | * generic/tclCmdIL.c (SortElement): Use unions properly in the definition of this structure so tha... check-in: 945d846dfa user: dkf tags: trunk | |
|
2010-12-31
| ||
| 17:15 | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: e75735ef76 user: nijtmans tags: core-8-5-branch | |
| 16:35 | Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD check-in: ce79d0f88f user: nijtmans tags: trunk | |
|
2010-12-30
| ||
| 23:10 | * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in sizing the new allocation - was ... check-in: 5dd1506af4 user: msofer tags: trunk | |
|
2010-12-27
| ||
| 00:01 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index options are used. Simplifie... check-in: 4ab51c3483 user: dkf tags: trunk | |
|
2010-12-21
| ||
| 10:04 | [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all environments. check-in: 03a45b4b7a user: nijtmans tags: trunk | |
| 09:07 | cannot use '['/']' in configure.in, or re-generation will go wrong check-in: 884ed2b61e user: nijtmans tags: trunk | |
|
2010-12-20
| ||
| 12:12 | fix cpuid determination check-in: 7306f7672f user: nijtmans tags: trunk | |
| 10:28 | Explicitely test for intrinsics support in compiler, before assuming only MSVC has it. check-in: 8734d6c021 user: nijtmans tags: trunk | |
|
2010-12-19
| ||
| 18:16 | [Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 7fd73b2ad4 user: nijtmans tags: trunk | |
| 18:14 | [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. check-in: 1e77131c2b user: nijtmans tags: trunk | |
|
2010-12-17
| ||
| 23:51 | Remove unwanted/obsolete 'ddd' target. check-in: e8c32de6aa user: stwo tags: core-8-5-branch | |
| 23:49 | Remove unwanted/obsolete 'ddd' target. check-in: 331d62bfee user: stwo tags: trunk | |
| 23:14 | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missi... check-in: c92f91f6ff user: stwo tags: trunk | |
| 21:59 | [Bug 2446711]: Remove 'allpatch' target. check-in: ff2a86c952 user: stwo tags: core-8-5-branch | |
| 21:58 | [Bug 2446711]: Remove 'allpatch' target. check-in: cb0eed65cd user: stwo tags: trunk | |
| 17:56 | Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: d1d97d178e user: stwo tags: core-8-5-branch | |
| 17:55 | Created branch dogeen-assembler-merge-synthetic Closed-Leaf check-in: b984b3567a user: cvs2fossil tags: dogeen-assembler-merge, dogeen-assembler-merge-synthetic | |
| 17:55 | Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: a79e3d6c8c user: stwo tags: trunk | |
|
2010-12-16
| ||
| 13:38 | while 'info' is destroyed and becoms inaccessible after TclEvalObjEx. Closed-Leaf check-in: 577579ce4a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:03 | Ask for the version of http we actually provide. + 33 failures now, because httpd11.tcl uses coros. ... check-in: a832e5d0fa user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:33 | Marking that the previous commit [d80aeef81f] was a result of merging the state of [2ab5f8bab0] into... check-in: fef6a80d4e user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:32 | Updated remainder. Branch is now sync'd with head Dec 16, in the morning. 15 significant test failur... check-in: d80aeef81f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 09:47 | Windows specific files, updated to head. check-in: 5fe6c2f5f2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 08:52 | [Patch 3124554]: Move WishPanic from Tk to Tcl Better communication with debugger, if present. check-in: 2ab5f8bab0 user: nijtmans tags: trunk | |
| 01:42 | merge check-in: c6b9d34dfd user: kennykb tags: dogeen-assembler-branch | |
| 01:40 | * tclAssembly.c: * assemble.test: Reworked beginCatch/endCatch handling to enforce the more severe ... check-in: fb5e59d2ee user: kennykb tags: dogeen-assembler-branch | |
|
2010-12-15
| ||
| 16:21 | Unix updates. check-in: 7314dafe57 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:58 | Oops. Forgotten interp changes. check-in: 4681a75b2d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:58 | Continued comparison of no-nre against head, and updating the latest changes, and/or pieces forgotte... check-in: 26fcf437a2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:03 | Restore abort() in Tcl_Panic() as it was before. [Patch 3124554] use ExitProcess() here, like in wis... check-in: aca7d3274f user: nijtmans tags: trunk | |
|
2010-12-14
| ||
| 21:51 | [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 check-in: 1ae430c7db user: nijtmans tags: trunk | |
| 17:22 | * win/tclWinSock.c (CreateSocket): Swap the loops over * unix/tclUnixSock.c ... check-in: beb3b2f8a3 user: rmax tags: trunk | |
| 16:31 | small updates. check-in: 04411163ee user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:14 | Updates in proc handling. check-in: 11757bbc0a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:48 | Updated expected test results for history. We moved into 'tcl' namespace, but do not have the tailca... check-in: 5194d1e234 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:45 | Whitespace corrections to reduce noise in file comparisons. check-in: 5575a2b368 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:44 | This file was not up to date after the patches. Guessing that a number of NRE patches we skipped wer... check-in: 5d7c6ba434 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:42 | Heavy re-alignment of this tclExecute with head, in terms of the local variables used by the various... check-in: e8e7a3b75b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-13
| ||
| 22:33 | [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) check-in: c2a840f99b user: nijtmans tags: trunk | |
| 21:18 | Cross-compile support for Win and UNIX (backported) check-in: cfe5c44774 user: nijtmans tags: core-8-5-branch | |
| 13:57 | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. Undocumented featur... check-in: 9084edc9f0 user: nijtmans tags: trunk | |
|
2010-12-12
| ||
| 12:04 | Better building on OpenBSD. check-in: 5d16188d35 user: stwo tags: core-8-5-branch | |
| 11:51 | Better building on OpenBSD. check-in: 348121ed58 user: stwo tags: trunk | |
|
2010-12-11
| ||
| 18:39 | merge check-in: c291154f2c user: kennykb tags: dogeen-assembler-branch | |
|
2010-12-10
| ||
| 21:59 | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 check-in: e6ddd08613 user: nijtmans tags: trunk | |
| 17:16 | [backport] Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even f... check-in: f1c09901d7 user: ferrieux tags: core-8-5-branch | |
| 17:00 | Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zer... check-in: c65a69cfa4 user: ferrieux tags: trunk | |
| 15:44 | Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get|Set)SockOpt to SOCKET,... check-in: 5d5c5e198a user: nijtmans tags: trunk | |
| 13:08 | Fix gcc -Wextra warning: missing initializer check-in: 38357311b7 user: nijtmans tags: trunk | |
|
2010-12-09
| ||
| 15:31 | * tests/fCmd.test: Improve sanity of constraints now that we don't support anything before Windows... check-in: 4449e133f1 user: dkf tags: trunk | |
| 15:09 | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): Break up [file] into an ensemb... check-in: 264ccb78f6 user: dkf tags: trunk | |
| 10:47 | * tests/append.test, tests/appendComp.test: Clean up tests so that they don't leave things in the ... check-in: cfb644be15 user: dkf tags: trunk | |
|
2010-12-08
| ||
| 16:26 | 1402, dkf's goto reorganization to reduce the number of machine instructions this compiles to. check-in: cbd17ba44b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | Code cleanup. Most warnings are now gone. check-in: 90d463b3e7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | Build file cleanup. check-in: 6079f497cf user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:07 | 1577 merge (INST_STR_N(EQ) with INST_STR_CMP). check-in: b47956be3b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-07
| ||
| 16:32 | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, * tests/upvar.test, tests/var.test: Conver... check-in: 0ca22e73da user: dkf tags: trunk | |
| 16:27 | * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is quarantined at the front of the fi... check-in: 5f6ea0588c user: dkf tags: trunk | |
| 16:26 | @1648, minus the things I mentioned in the previous commit. 32 testsuite failures left over, and 5 c... check-in: 246c64263a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:01 | @1629 (excluding 1577 (INSTR_STR_EQ/NE/CMP merge skipped for today)). I also skipped DKF's math inst... check-in: ecb2476c6c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:39 | @1576 check-in: ef82386ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:45 | @1511 check-in: cde12364d3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:15 | @1451 check-in: 1ea47b059c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-06
| ||
| 14:52 | @1400, undo of 177 (TclpThreadGetStacksize). check-in: 861c844a13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | @1330 + jump interp, indexobj check-in: c08c831172 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:33 | @1300 check-in: 3f09e6a910 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 09:01 | [Bug 3129448]: possible over-allocation on 64-bit platforms check-in: ea6a3428d6 user: nijtmans tags: trunk | |
|
2010-12-05
| ||
| 08:55 | [Patch #3116490] cross-compile support for unix check-in: ce7a104a2c user: nijtmans tags: trunk | |
| 08:52 | [Patch #3116490] cross-compile support for unix check-in: f814ae9762 user: nijtmans tags: trunk | |
|
2010-12-03
| ||
| 22:30 | * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: 76870b1f3a user: hobbs tags: trunk | |
| 22:27 | * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: c7ad6de620 user: hobbs tags: core-8-5-branch | |
| 09:19 | silence gcc warning when using -Wwrite-strings silence gcc warning for non-IEEE platforms [Patch #31... check-in: d1cc649556 user: nijtmans tags: trunk | |
|
2010-12-02
| ||
| 15:49 | @1260 check-in: e3ce920ce7 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:17 | @1200 check-in: 772aad65cb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:58 | @1090 check-in: 64d3140aa1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-12-01
| ||
| 18:57 | Whitespace, and fix broken backport of ilimi* initialization. check-in: 0b092682c7 user: andreas_kupries tags: core-8-5-branch | |
| 16:42 | merge check-in: 0af397c644 user: kennykb tags: dogeen-assembler-branch | |
| 16:28 | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: 338734e990 user: kennykb tags: core-8-5-branch | |
| 16:28 | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: e856bbc067 user: kennykb tags: trunk | |
| 15:41 | @999 check-in: 1ad7b941e2 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:06 | @940 check-in: fbf7360824 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:48 | @921 check-in: 61b08bf693 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:50 | @893 check-in: 83f1d1c03c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:39 | @864 + jumps check-in: 0dbcc4b3c6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:27 | Forward jumps, mostly tests, some code. Plus 1428, 1118. check-in: 7c305a2ec0 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:43 | Allow Tcl_Panic() to enter the debugger on win32 check-in: 042cb661f1 user: nijtmans tags: trunk | |
| 09:58 | fix gcc 64-bit warnings: cast from pointer to integer of different size fix gcc(-4.5.2) warning: 'st... check-in: 10b83db14e user: nijtmans tags: trunk | |
|
2010-11-30
| ||
| 20:59 | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on * generic/tclInt.h: the Tcl Head, wi... check-in: 769801ace1 user: andreas_kupries tags: core-8-5-branch | |
| 18:17 | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: f43e9a82a7 user: hobbs tags: trunk | |
| 18:16 | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: 2a8fac784c user: hobbs tags: core-8-5-branch | |
| 16:27 | More tests jumping. check-in: 0748568581 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:16 | Jump tommath changes. check-in: 4144b8d30c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:50 | @830 + jumps (tests) + 1428 (tommath const). check-in: 4f51eb70e4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:58 | @820 check-in: c7d2796ef4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:42 | @800 check-in: 32871f3ed6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:22 | @777 check-in: b82b3cdf0c user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:08 | @728 check-in: 8e03c33dfd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-29
| ||
| 22:22 | ChangeLog typo. check-in: bc39db13b0 user: ferrieux tags: trunk | |
| 22:16 | Patch by Miguel, providing a [::tcl::unsupported::inject coroname command args], which prepends ("in... check-in: 988bbef5f1 user: ferrieux tags: trunk | |
| 14:36 | @701b check-in: 4b239bf4cd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:30 | @701 check-in: 91df6842c3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:51 | @670 check-in: 2435a4366f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 02:27 | added missing casts that MSVC complained about and deleted unused variable check-in: 7c3fff6000 user: kennykb tags: trunk | |
|
2010-11-28
| ||
| 23:20 | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: * generic/tclInt.h: * gene... check-in: 5986a2c421 user: kennykb tags: trunk | |
|
2010-11-24
| ||
| 11:56 | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more tests to tcltest2 and facto... check-in: 411fe1ce4d user: dkf tags: trunk | |
|
2010-11-23
| ||
| 20:01 | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete patch for AIX defining this macro... check-in: b279d6f571 user: andreas_kupries tags: core-8-5-branch | |
| 16:28 | @619 check-in: 1a1c301601 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:23 | Next @611, and jumping tclGetDate.yyacc grammar. check-in: b277d95385 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:27 | Jumps of win/ files. Fixed missing patches to configure. Jumped configure.in and tcl.m4. Also @578 check-in: 1c930c462b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:11 | Jump. check-in: f8ff91db3f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:39 | @500, missing pieces. check-in: fc6fda4711 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:38 | Next @500. check-in: 5365d7ae02 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:24 | Next @411 check-in: 769955448f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-22
| ||
| 16:46 | Jumping forward the files we can. check-in: 6e8bb472bd user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:07 | Next @380. OO Stacktraces broken. check-in: 1713113dd4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:14 | Next @251. check-in: 6e5d8c41eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:46 | Next @175 check-in: 8cd8dc3fc1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
|
2010-11-21
| ||
| 12:12 | More conversion of tcltest1 tests to tcltest2 check-in: 0e2f5a7990 user: dkf tags: trunk | |
|
2010-11-20
| ||
| 18:10 | * tests/chanio.test: Converted many tests to tcltest2 by marking the setup and cleanup parts as su... check-in: 839e019f62 user: dkf tags: trunk | |
|
2010-11-19
| ||
| 21:37 | Allow cross-compilation by default (backported) Use -pipe for gcc on win32 (backported) check-in: f2157e3e11 user: nijtmans tags: core-8-5-branch | |
| 20:47 | fix gcc warnings: unused variable 'registration' check-in: 862a46901a user: nijtmans tags: trunk | |
| 20:34 | fix gcc warnings: unused variable 'registration' check-in: 0f2da3bcd9 user: nijtmans tags: core-8-5-branch | |
| 20:12 | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules check-in: c1de9c54ef user: nijtmans tags: core-8-5-branch | |
| 19:45 | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target... check-in: 2cd6a7b788 user: nijtmans tags: core-8-5-branch | |
| 10:17 | Tcl_Panic already writes a newline at the end, so the caller doesn't have to do that check-in: 2894303074 user: nijtmans tags: trunk | |
|
2010-11-18
| ||
| 23:15 | Set NO_VIZ=1 when zlib is compiled in libtcl, this resolves compiler warnings in 64-bit and static b... check-in: e580353eb9 user: nijtmans tags: trunk | |
| 17:15 | Next, @134 check-in: 7fc03e57d1 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:17 | Next, @81. check-in: 269075aa4d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:50 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for cygwin and mingw32 t... check-in: 078f74fc6d user: nijtmans tags: trunk | |
| 15:08 | Next. check-in: 3120107af3 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 14:20 | Onward. check-in: fcf1f73ec6 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:39 | Ok, we are hopefully now be over the worst of the NRE core, dropping its code and coping with change... check-in: 43ea814b84 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:50 | The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: 52c9d27395 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:50 | The last slices were all vertical, bringing entire files forward to HEAD. Now starting to do horizon... check-in: c9ed486229 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 11:27 | * doc/file.n: [Bug 3111298]: Typofix. check-in: a57d36cd77 user: dkf tags: core-8-5-branch | |
| 11:25 | * doc/file.n: [Bug 3111298]: Typofix. check-in: 88108dee92 user: dkf tags: trunk | |
| 10:51 | Update tests for clock changes. check-in: b035b85a34 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:43 | Next slice. check-in: 095fc2f85f user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:11 | Next slice. check-in: 16246c5c13 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:10 | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this issue. check-in: 9c0e4f52d8 user: dkf tags: trunk | |
| 00:44 | * generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] (Correct fix this tim... check-in: 1bc1cdfe72 user: msofer tags: trunk | |
| 00:35 | * generic/tclNamesp.c: fix leak due to bad looping construct, [Bug 3111059] check-in: ff0d552461 user: msofer tags: trunk | |
|
2010-11-17
| ||
| 21:06 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented for mingw-w64 check-in: 8451fba99a user: nijtmans tags: trunk | |
| 16:32 | Next slice, big chunk of the generic IO layer plus a few miscellanea. check-in: 40a5fd2632 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 16:11 | Next slice. check-in: e83816154d user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:41 | Bringing the regex core forward. check-in: a425415487 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 15:31 | Most parts of the library/ brought forward. check-in: 97093aac88 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:58 | Moved the OSX build system forward, dropping tailcall, nre, and coroutine references. check-in: cd8584fecb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:38 | A few small things check-in: 4b9b7026eb user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:20 | Added the zlib sources under compat/, pulled from 8.6 head. check-in: 2c6567c88a user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 13:06 | Moved the compat/ files forward using 8.6 trunk changes, except for zlib. That one will be separate. check-in: ac67ff778b user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:47 | Moving tools in non-NRE branch forward, replaying the changes in 8.6 trunk. check-in: 45a42439b4 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:30 | Moving the timezone changes of 8.6 trunk into the non-NRE branches. No changes. check-in: 6c21910d18 user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 12:24 | Move the documentation changes of the 8.6 trunk forward on the no-NRE branch. Except for info.n and ... check-in: 383e0386ae user: andreask tags: activestate-nre-excised-variant-1-roll-forward | |
| 10:37 | Bring compilation under mingw-w64 a bit closer to reality (but don't break mingw32 build!) check-in: 87efc54866 user: nijtmans tags: trunk | |
|
2010-11-16
| ||
| 14:57 | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 702f2ec1eb user: nijtmans tags: core-8-5-branch | |
| 14:57 | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 54cb3a0c1d user: nijtmans tags: trunk | |
| 14:03 | Bring compilation under mingw-w64 a bit closer to reality check-in: bef6da697c user: nijtmans tags: trunk | |
|
2010-11-15
| ||
| 21:34 | * doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 61ddf0cf16 user: andreas_kupries tags: trunk | |
| 21:32 | * doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 8902c8bc82 user: andreas_kupries tags: core-8-5-branch | |
| 10:12 | reverted previous commit: it has effect on the Windows console check-in: 6c8f8523b9 user: nijtmans tags: trunk | |
| 09:21 | Eliminate use of the function Tcl_WinTCharToUtf in generic code check-in: 047cb5bdcf user: nijtmans tags: trunk | |
|
2010-11-10
| ||
| 17:43 | * changes: Updates for 8.6b2 release. check-in: b6b51e0cdc user: andreas_kupries tags: trunk | |
|
2010-11-09
| ||
| 16:26 | Fix [Bug 3105999]; deallocate temporary structure. check-in: db70277c1a user: dkf tags: trunk | |
| 14:41 | Clarify the tests so that what is being tested is in the body... :-) check-in: 754284b8be user: dkf tags: trunk | |
| 14:38 | * tests/oo.test: Various tests for memory leaks. check-in: 7ac1d58520 user: dkf tags: trunk | |
| 14:20 | Revert previous commit at request of KBK. check-in: 1695a5f14d user: dkf tags: trunk | |
| 13:41 | Added test case for [Bug #3105247] -NaN? check-in: 6803fb1fbc user: nijtmans tags: trunk | |
|
2010-11-08
| ||
| 09:02 | Add missing 'objs' verb in error message. check-in: 38fe3826bf user: ferrieux tags: trunk | |
|
2010-11-05
| ||
| 08:16 | fix TCL_ASCII_MAIN usage, as the name suggests check-in: ddecce42f0 user: nijtmans tags: trunk | |
| 00:06 | Backport dgp's fixes to comments and ChangeLog entry check-in: cad6896003 user: kennykb tags: core-8-5-branch | |
|
2010-11-04
| ||
| 23:56 | * generic/tclMain.c: Added missing conditional on _WIN32 around code that messes around with the def... check-in: 4bff967054 user: kennykb tags: trunk | |
| 21:48 | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for Tcl on MSVC++ check-in: 6bbdcbed5f user: nijtmans tags: trunk | |
| 21:38 | some more speedups to socket.test check-in: f37b754d86 user: rmax tags: trunk | |
| 21:08 | avoid having to wait for some child processes to time out after all tests have been run check-in: 1c63c22e4d user: rmax tags: trunk | |
| 18:39 | Rework some of the tests to speed them up by avoiding (supposedly) unneeded [after]s... check-in: ebe9d97179 user: rmax tags: trunk | |
| 15:59 | reorder the constraint list per test for clearer make test output of skipped tests check-in: 2af48b523e user: rmax tags: trunk | |
| 15:55 | Minor change: Added missing .PHONY marker for install-headers check-in: ce79474a8b user: dkf tags: trunk | |
| 15:40 | * tests/socket.test: Run the socket tests three times with the address family set to any, inet, and ... check-in: 8b13af389e user: rmax tags: trunk | |
| 15:36 | [Patch 3101127]: Installer Improvements. check-in: 226a993973 user: stwo tags: trunk | |
| 15:00 | * tests/error.test (error-19.13): Another variation on testing for issues in [try] compilation. check-in: cf1c9a7dfe user: dkf tags: trunk | |
| 13:51 | * doc/Tcl.n (Variable substitution): [Bug 3099086]: Increase clarity of explanation of what charac... check-in: 49927d0d75 user: dkf tags: trunk | |
| 13:19 | * changes: Updates for 8.6b2 release. (Thanks Andreas Kupries) check-in: f4d59e39cd user: dgp tags: trunk | |
| 12:22 | Correct typo and mistaken comment. check-in: 3c23ea3a5e user: dgp tags: trunk | |
|
2010-11-03
| ||
| 12:09 | [FRQ 2965056]: Windows build with -DUNICODE (more clean-ups for pre-win2000 stuff) check-in: 95f431bdb6 user: nijtmans tags: trunk | |
| 11:08 | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting * tests/error.test (error-19.... check-in: 24c6bb8619 user: dkf tags: trunk | |
| 00:59 | * generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 97b99f9b41 user: kennykb tags: trunk | |
| 00:58 | * generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 41849e1538 user: kennykb tags: core-8-5-branch | |
| 00:18 | merge check-in: ba3f35980c user: kennykb tags: dogeen-assembler-branch | |
|
2010-11-02
| ||
| 21:57 | Improved handling of non-standard module path lists, empty path lists in particular. check-in: 15d3eaf640 user: stwo tags: core-8-5-branch | |
| 21:42 | Improved handling of non-standard module path lists, empty path lists in particular. check-in: 2704d47a48 user: stwo tags: trunk | |
|
2010-11-01
| ||
| 19:39 | * library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4150f5bace user: kennykb tags: core-8-5-branch | |
| 19:36 | * library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4bb04ed7a2 user: kennykb tags: trunk | |
|
2010-10-30
| ||
| 15:20 | merge check-in: c4331a6f6a user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-29
| ||
| 16:42 | Stop small [afters] from wasting CPU [Bug 2905784] while keeping accuracy. check-in: 7bdf4e3a7a user: ferrieux tags: trunk | |
|
2010-10-28
| ||
| 19:42 | merge check-in: e30f206d70 user: kennykb tags: dogeen-assembler-branch | |
| 19:40 | * generic/tclAssembly.c: * tests/assembly.test (assemble-31.*): Added jump tables. check-in: 54012f03a2 user: kennykb tags: dogeen-assembler-branch | |
| 16:38 | * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] check-in: 045ee183cb user: dgp tags: trunk | |
| 16:22 | * unix/tclUnixSock.c: Prevent calls freeaddrinfo(NULL) which can crash some system... check-in: cd9adaa46d user: dgp tags: trunk | |
|
2010-10-26
| ||
| 19:56 | Split from ChangeLog check-in: 183b97080e user: rmax tags: trunk | |
| 16:14 | * Changelog.2008: Split off from Changelog. * generic/tclIOSock.c (TclCreateSocketAddress): The inte... check-in: dc75730925 user: rmax tags: trunk | |
| 15:05 | Coverage test for portion of ExprSqrtFunc() check-in: c5543f40c3 user: dgp tags: trunk | |
| 13:59 | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is * win/tclWinSock.c (TcpGetOpti... check-in: 6ecb99bd0f user: dkf tags: trunk | |
| 13:14 | Add support for ::tcl::unsupported::noReverseDNS check-in: 714ff5371e user: rmax tags: trunk | |
|
2010-10-24
| ||
| 01:46 | * tclAssembly.c: * assembly.test (assemble-17.15): Reworked branch handling so that forward branches... check-in: 590db18cde user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-23
| ||
| 21:28 | Update for VS10 check-in: c6457efd24 user: nijtmans tags: core-8-5-branch | |
| 16:14 | removed useless separation between tclAssembly.h and tclAssembly.c check-in: ef10316ff7 user: kennykb tags: dogeen-assembler-branch | |
| 15:49 | merge check-in: e0bbf06869 user: kennykb tags: dogeen-assembler-branch | |
| 07:32 | [Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters ... check-in: 62a84670be user: nijtmans tags: core-8-5-branch | |
|
2010-10-20
| ||
| 20:52 | [Patch 2995655] Report inner contexts in [info errorstack] check-in: 14d357357c user: ferrieux tags: trunk | |
| 13:34 | * generic/tclCompCmds.c (TclCompileDictForCmd): Update the compilation * generic/tclCompile.c (tcl... check-in: 12807417a7 user: dkf tags: trunk | |
| 01:50 | merge check-in: 6c4e1f869f user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-19
| ||
| 22:50 | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that when a bytearray gets its inte... check-in: 885ee93472 user: dkf tags: trunk | |
| 21:23 | * generic/tclZlib.c: Purge code that wrote to the object returned by Tcl_GetObjResult, as we don't... check-in: e451f7d810 user: dkf tags: trunk | |
|
2010-10-18
| ||
| 21:47 | [Bug 3085863]: tclUniData 9 years old Added testcases for Unicode 6.0 check-in: 66a4ae270f user: nijtmans tags: trunk | |
|
2010-10-17
| ||
| 20:20 | Document [info errorstack] faithfully. check-in: 9de23601f8 user: ferrieux tags: trunk | |
| 20:16 | Document [info errostack] faithfully. check-in: 997462044d user: ferrieux tags: trunk | |
|
2010-10-16
| ||
| 20:27 | * generic/tclExecute.c (ReleaseDictIterator): Factored out the release of the bytecode-level dicti... check-in: ed00f69eaf user: dkf tags: trunk | |
|
2010-10-15
| ||
| 15:25 | [Bug 3085863] tclUniData 9 years old: Updated Unicode tables to latest UnicodeData.txt, correspondin... check-in: 6ba009f19d user: nijtmans tags: trunk | |
|
2010-10-13
| ||
| 17:10 | remove outdated comment check-in: 9afc385ea0 user: dgp tags: trunk | |
| 16:41 | * generic/tclCompile.c: Alternative fix for [Bugs 467523,983660] where * generic/tcl... check-in: 92a9cb47fb user: dgp tags: trunk | |
| 15:32 | tclWinThrd.h: (removed) because it is just empty en used nowhere check-in: 78864676d1 user: nijtmans tags: trunk | |
|
2010-10-12
| ||
| 15:19 | Generate proper const qualifiers for tclUniData.c check-in: d7580c2bee user: nijtmans tags: trunk | |
| 14:55 | Spacing and comments: let uniClass.tcl generation match better the current (hand-modified) regc_loca... check-in: f147bc4296 user: nijtmans tags: trunk | |
| 11:37 | * unix/tclUnixSock.c (CreateClientSocket): Fix a memleak and refactor the calls to freeaddrinfo() [B... check-in: 01072bc4cf user: rmax tags: trunk | |
| 10:21 | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. Fix some MSVC 6.0 warnings check-in: 006b71eced user: nijtmans tags: trunk | |
|
2010-10-11
| ||
| 21:33 | Update for VS10 check-in: a8d0935cf3 user: nijtmans tags: trunk | |
| 12:11 | [FRQ 2965056]: Windows build with -DUNICODE Add netapi32 to the windows link line, so we no longer h... check-in: ad9ffc933e user: nijtmans tags: trunk | |
|
2010-10-09
| ||
| 17:53 | merge check-in: a4dbca26be user: kennykb tags: dogeen-assembler-branch | |
| 16:31 | * generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: bd5aaebeea user: msofer tags: core-8-5-branch | |
| 16:17 | fix wrong date in Changelog entry check-in: a5a4aacb45 user: msofer tags: trunk | |
| 15:56 | * generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: 0c036854c0 user: msofer tags: trunk | |
|
2010-10-07
| ||
| 23:36 | On Windows, use gai_strerrorA check-in: 6492fa0408 user: nijtmans tags: trunk | |
|
2010-10-06
| ||
| 20:21 | * tests/winPipe.test: Test hygiene with makeFile and removeFile. check-in: b907eff7df user: dgp tags: trunk | |
| 18:38 | * generic/tclCompile.c: Prevent writing to the intrep fields of a * tests/subst.test... check-in: fdaf2207d9 user: dgp tags: trunk | |
| 16:47 | Added catches. Still needs a lot of testing. check-in: f242f0858c user: kennykb tags: dogeen-assembler-branch | |
|
2010-10-04
| ||
| 05:23 | correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObj check-in: af480328d1 user: hobbs tags: core-8-5-branch | |
|
2010-10-02
| ||
| 16:51 | nop and regexp check-in: 0817064f8e user: kennykb tags: dogeen-assembler-branch | |
| 16:22 | added missing tests: nsupvar, variable, upvar check-in: 39f1a3bc90 user: kennykb tags: dogeen-assembler-branch | |
| 16:04 | * generic/tclAssembly.c: * generic/tclAssembly.h: * tests/assemble.test: Added dictAppend, dictIncrI... check-in: fb57a61071 user: kennykb tags: dogeen-assembler-branch | |
| 12:38 | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation of string representations o... check-in: c764ea06ea user: dkf tags: trunk | |
| 11:37 | Add function-header comments. check-in: df6fed8608 user: dkf tags: trunk | |
| 01:38 | merge check-in: e07a7270af user: kennykb tags: dogeen-assembler-branch | |
| 00:29 | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 5726fcf08b user: hobbs tags: core-8-5-branch | |
| 00:23 | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 4a9ba46064 user: hobbs tags: trunk | |
|
2010-10-01
| ||
| 13:34 | merge check-in: 662fc0e6b4 user: kennykb tags: dogeen-assembler-branch | |
| 13:20 | Added listIn, listNotIn, and dictGet. check-in: 78d6e8ada7 user: kennykb tags: dogeen-assembler-branch | |
| 12:52 | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, * generic/tclEnv.c, generic/tclLo... check-in: 50bdab4682 user: dkf tags: trunk | |
|
2010-09-30
| ||
| 02:48 | Merge check-in: 95b8d68eb4 user: kennykb tags: dogeen-assembler-branch | |
| 02:42 | * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: 82e6bb3476 user: kennykb tags: dogeen-assembler-branch | |
| 02:41 | * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operat... check-in: bd63098c35 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-29
| ||
| 20:04 | tclMain.c: make compilable with -DUNICODE as well check-in: d67024d00d user: nijtmans tags: trunk | |
| 19:19 | re-generate configure with autoconf-2.59 check-in: 5520ee2832 user: nijtmans tags: trunk | |
| 03:10 | * tests/assemble.test: Completed conversion of tests to a * generic/tclAssemble.c: "white box" str... check-in: aed11a76bf user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-28
| ||
| 15:43 | merge check-in: 8b2c02cf9f user: kennykb tags: dogeen-assembler-branch | |
| 15:22 | reverting faulty commit check-in: 145f305da9 user: msofer tags: trunk | |
| 15:20 | * generic/tclExecute.c: remove TEBCreturn() callback, the job can be accomplished by TEBCresume() check-in: 50ee8291b2 user: msofer tags: trunk | |
| 15:14 | Created branch rmax-ipv6-merge-synthetic Closed-Leaf check-in: 202680a12a user: cvs2fossil tags: rmax-ipv6-merge, rmax-ipv6-merge-synthetic | |
| 15:14 | Implement TIP#162 check-in: bf99e9f86d user: rmax tags: trunk | |
| 15:13 | * doc/socket.n: Document the changes to the [socket] and [fconfi... check-in: 3f8b48b6b6 user: rmax tags: trunk | |
| 02:11 | * tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Added the error checki... check-in: 43125b50d9 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-27
| ||
| 20:33 | Merged from HEAD. Also replaced a funky NRCallTEBC with the new call TclNRExecuteByteCode. check-in: f757862662 user: kennykb tags: dogeen-assembler-branch | |
| 20:16 | fix error with --enable-symbols=compile check-in: ec71acf2ad user: msofer tags: trunk | |
| 19:57 | missed ChangeLog entry check-in: 9b7113e2c8 user: msofer tags: trunk | |
| 19:42 | * generic/tclBasic.c: [Patch 3072080] (minus the itcl * generic/tclCmdIL.c: update): a saner... check-in: 56c0f34285 user: msofer tags: trunk | |
| 19:22 | Require at least Windows XP, for IPv6 support Closed-Leaf check-in: 396e1e9936 user: rmax tags: rmax-ipv6-branch | |
| 17:36 | * generic/tclVar.c: use the macro HasLocalVars everywhere check-in: e2ecd81658 user: msofer tags: trunk | |
| 16:50 | Cleanup the previous HEAD merge check-in: aa25938ab0 user: rmax tags: rmax-ipv6-branch | |
| 11:00 | Merge from HEAD check-in: d1f5c51f30 user: rmax tags: rmax-ipv6-branch | |
| 03:08 | * tests/assemble.test: Added more "white box" tests. * generic/tclAssembly.c: Fixed bugs exposed by ... check-in: c416d3f6a6 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-26
| ||
| 14:16 | * generic/tclOOMethod.c (ProcedureMethodVarResolver): avoid code duplication, let the runtime var ... check-in: 2f076e63b2 user: msofer tags: trunk | |
| 05:37 | * tests/assemble.test: Added many new tests moving toward a more comprehensive test suite for the as... check-in: c571b679a7 user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-25
| ||
| 17:10 | added more tests; fixed a bug in initialization of BasicBlock obj check-in: d2b05ebb0f user: kennykb tags: dogeen-assembler-branch | |
| 14:51 | * tclAssembly.c: Massive refactoring of the assembler * tclAssembly.h: to use a Tcl-like syntax (a... check-in: 8fa55c35f1 user: kennykb tags: dogeen-assembler-branch | |
| 02:25 | * tests/stringComp.test: improved string test coverage * generic/tclExecute.c (TclExecuteByteCode)... check-in: f1d4c3f43e user: hobbs tags: trunk | |
|
2010-09-24
| ||
| 17:53 | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: 99a1ee3675 user: andreas_kupries tags: trunk | |
| 17:53 | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: d9701e49d0 user: andreas_kupries tags: core-8-5-branch | |
|
2010-09-23
| ||
| 21:40 | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just as Tcl_SetVar. check-in: f696973491 user: nijtmans tags: trunk | |
| 18:08 | * generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: b83a3519f5 user: dgp tags: trunk | |
| 17:59 | * generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: 5139ef090c user: dgp tags: core-8-5-branch | |
| 09:18 | Make compilable with -DUNICODE (not actived yet) Many clean-ups in comments. check-in: 87eb553ce4 user: nijtmans tags: trunk | |
|
2010-09-22
| ||
| 18:37 | * generic/tclExecute: one more DECACHE_STACK_INFO() missing; this fixes [Bug 3072640] check-in: 1a61d9c34d user: msofer tags: trunk | |
| 17:28 | Added a HISTORY section check-in: 43930424d5 user: rmax tags: rmax-ipv6-branch | |
| 17:21 | * tests/execute.test: added execute-10.3 for [Bug 3072640]. The test causes a mem failure. check-in: 9637ffa98b user: msofer tags: trunk | |
| 16:38 | s/fconfigure/chan configure/ and note 8.6 nature of IPv6 support check-in: db8ae95e52 user: hobbs tags: rmax-ipv6-branch | |
| 15:49 | * generic/tclExecute: protect all possible writes to ::errorInfo or ::errorCode with DECACHE_STACK... check-in: cad1977f01 user: msofer tags: trunk | |
| 13:35 | Improved readability of tcl+pkgs builds and tests check-in: 0435fd69e4 user: dgp tags: trunk | |
| 06:48 | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for MSVC++ check-in: f4eb1c2f19 user: nijtmans tags: trunk | |
| 01:08 | merge changes from HEAD check-in: 4312778f87 user: kennykb tags: dogeen-assembler-branch | |
| 00:57 | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): * generic/tclVar.c (TclLookupSimpleVa... check-in: 9dc86adce7 user: hobbs tags: trunk | |
|
2010-09-21
| ||
| 21:50 | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix check-in: cd35f6dc9e user: nijtmans tags: trunk | |
| 20:22 | Fix declaration after statement. Add -Wdeclaration-after-statement, so this mistake cannot happen ag... check-in: 057c64e70b user: nijtmans tags: trunk | |
| 19:32 | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl bytecode language check-in: ddc9909aaa user: kennykb tags: dogeen-assembler-branch | |
|
2010-09-20
| ||
| 14:28 | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on platforms >win95 check-in: 078f98cdb5 user: nijtmans tags: trunk, dogeen-assembler-split | |
|
2010-09-18
| ||
| 23:14 | * doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: e57507e2c6 user: dkf tags: core-8-5-branch | |
| 23:14 | * doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: c634721862 user: dkf tags: trunk | |
| 05:56 | Oops, didn't mean to check in this file. check-in: 3360f6e2a5 user: nijtmans tags: trunk | |
| 05:40 | [Bug 3069278]: breakage on head Windows triggered by install-tzdata. Temporary don't compile this w... check-in: 5fc0bc6b95 user: nijtmans tags: trunk | |
|
2010-09-17
| ||
| 16:21 | Add support for ::tcl::unsupported::socketAF to enforce the address family check-in: 440f849a9c user: rmax tags: rmax-ipv6-branch | |
| 14:56 | Document IPv6 support check-in: 87c7c2d857 user: rmax tags: rmax-ipv6-branch | |
| 12:55 | Merge from HEAD to rmax-ipv6-branch check-in: 70c6ac9692 user: rmax tags: rmax-ipv6-branch | |
|
2010-09-16
| ||
| 18:53 | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all supported versions of compilers sho... check-in: 31663a3d48 user: hobbs tags: trunk | |
| 17:49 | * unix/Makefile.in: do not pass current build env vars when using NATIVE_TCLSH in targets. check-in: b0fa6637ec user: hobbs tags: trunk | |
| 14:49 | Make Tcl_FindExecutable() work in UNICODE compiles (windows-only) as well as ASCII. Needed for [FRQ ... check-in: ec07a95ae4 user: nijtmans tags: trunk | |
|
2010-09-15
| ||
| 22:11 | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make sure we never try to double... check-in: 6d28eb4724 user: dkf tags: trunk | |
| 17:04 | Allow cross-compilation by default check-in: e43c6514cf user: rmax tags: rmax-ipv6-branch | |
| 16:55 | * unix/Makefile.in: Revise `make dist` target to tolerate the case of zero bundl... check-in: 58c285a5e4 user: dgp tags: trunk | |
| 15:49 | update file generated by 'make dist' check-in: a1686bf31b user: dgp tags: trunk | |
| 15:43 | update file generated by 'make dist' check-in: 262cde830e user: dgp tags: core-8-5-branch | |
| 07:33 | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl. Make the "generic" argument in th... check-in: 460fd8df0f user: nijtmans tags: trunk | |
|
2010-09-14
| ||
| 08:53 | Allow all Win2000+ API entries in Tcl Eliminate dynamical loading of advapi23 and kernal32 symbols. check-in: 48bcb44884 user: nijtmans tags: trunk | |
|
2010-09-13
| ||
| 21:17 | Add scspec feature from ttkGenStubs.tcl (no change in output for *Decls.h files) check-in: 4be7f3d2c5 user: nijtmans tags: trunk | |
| 14:20 | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx (no change in functionality) check-in: 18a516cee2 user: nijtmans tags: trunk | |
|
2010-09-10
| ||
| 20:56 | Partly revert yesterday's change, to make it work on VC++ 6.0 again. check-in: 56f47fed71 user: nijtmans tags: trunk | |
| 13:02 | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 1d67108b33 user: dkf tags: core-8-5-branch | |
| 12:59 | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 02ea8ed280 user: dkf tags: trunk | |
|
2010-09-09
| ||
| 14:30 | mingw should always link with -ladvapi32 Remove ascii variant of tkWinPocs table, it is no longer ne... check-in: 0d850f32ad user: nijtmans tags: trunk | |
|
2010-09-08
| ||
| 21:02 | * win/tclWinChan.c: #ifdef protections to permit builds with * win/tclWinFCmd.c: ... check-in: 5788a6307f user: dgp tags: trunk | |
| 17:38 | * changes: Update for 8.5.9 release. check-in: 7f1e1062ab user: dgp tags: core-8-5-9, core-8-5-branch | |
| 16:53 | * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 6786ad523b user: andreas_kupries tags: core-8-5-branch | |
| 16:53 | * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 70f58d0c67 user: andreas_kupries tags: trunk | |
| 15:42 | * win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c:... check-in: 48191d3979 user: dgp tags: core-8-5-branch | |
|
2010-09-06
| ||
| 12:57 | Backport blkcnt_t detection/usage. check-in: 9f550ab4d6 user: stwo tags: core-8-5-branch | |
|
2010-09-03
| ||
| 09:38 | Start producing HTML out for Thread package. Consequent bugfixes: * tools/tcltk-man2html.tcl (plus... check-in: c4a101b562 user: dkf tags: trunk | |
|
2010-09-02
| ||
| 20:01 | Tag for RC4 release (again) check-in: 299bcc8b69 user: dgp tags: core-8-5-branch | |
| 19:50 | * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 5836ca98cb user: andreas_kupries tags: trunk | |
| 19:50 | * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 33010d3b4d user: andreas_kupries tags: core-8-5-branch | |
| 18:31 | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: ca86a378fa user: andreas_kupries tags: trunk | |
| 18:30 | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: 64be15e1e0 user: andreas_kupries tags: core-8-5-branch | |
| 18:03 | Tag for RC4 release check-in: 160be86ba4 user: dgp tags: core-8-5-branch | |
| 04:53 | * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 887af403c7 user: andreas_kupries tags: trunk | |
| 04:52 | * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 114a940280 user: andreas_kupries tags: core-8-5-branch | |
|
2010-09-01
| ||
| 20:35 | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: 405a405dc7 user: andreas_kupries tags: trunk | |
| 20:07 | * changes: Update for 8.5.9 release. check-in: 97a0d7c7dd user: dgp tags: core-8-5-branch | |
| 19:42 | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: e6f97d1e4a user: andreas_kupries tags: core-8-5-branch | |
| 15:45 | Tag for R2 release check-in: 552822d3bb user: dgp tags: core-8-5-branch | |
| 15:41 | * tools/tcltk-man2html.tcl: Improve handling of cross-links for options between Ttk manual pages. check-in: 09a3a34e63 user: dkf tags: core-8-5-branch | |
| 15:06 | * doc/Tcl.n: Avoid nroff hazards when generating documentation. check-in: 4b388593e9 user: dkf tags: core-8-5-branch | |
| 14:25 | Tag for RC2 release check-in: f859cb8157 user: dgp tags: core-8-5-branch | |
|
2010-08-31
| ||
| 20:53 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part, doc. check-in: 22e264883a user: nijtmans tags: trunk | |
| 20:48 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. Typo in rules.vc check-in: ea7f85f078 user: nijtmans tags: trunk | |
| 20:46 | * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 2ce1308995 user: andreas_kupries tags: trunk | |
| 20:46 | * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 3bc99598f5 user: andreas_kupries tags: core-8-5-branch | |
|
2010-08-30
| ||
| 14:14 | Tag for RC1 release check-in: aca284e37a user: dgp tags: core-8-5-branch | |
| 14:02 | * generic/tclBasic.c: New implementation for [tailcall]: * generic/tclCmdAH.c: it now schedu... check-in: c263c556ad user: msofer tags: trunk | |
| 13:56 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 5cab717c7c user: nijtmans tags: trunk | |
| 13:49 | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. check-in: 108cf5bef2 user: nijtmans tags: trunk | |
| 09:19 | [Freq 2965056]: Windows build with -DUNICODE check-in: f5f9877d12 user: nijtmans tags: trunk | |
|
2010-08-29
| ||
| 15:40 | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: 1695352703 user: dkf tags: core-8-5-branch | |
| 15:37 | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: aa8d4c6db6 user: dkf tags: trunk | |
|
2010-08-27
| ||
| 00:53 | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 1055eb001d user: hobbs tags: trunk | |
| 00:50 | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: 25e4e9160b user: hobbs tags: trunk | |
| 00:16 | note unix/configure change check-in: 73a189669d user: hobbs tags: core-8-5-branch | |
| 00:15 | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 264726aabf user: hobbs tags: core-8-5-branch | |
| 00:09 | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: e10d217c9e user: hobbs tags: core-8-5-branch | |
|
2010-08-25
| ||
| 01:00 | [Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up: move stub ent... check-in: 64c52eb8b5 user: nijtmans tags: trunk | |
|
2010-08-24
| ||
| 18:30 | * changes: Update for 8.5.9 release. check-in: c84d150ccd user: dgp tags: core-8-5-branch | |
| 06:17 | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. check-in: 616c58cab2 user: nijtmans tags: trunk | |
|
2010-08-23
| ||
| 20:00 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: a5ed7f585a user: kennykb tags: trunk | |
| 19:59 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 6f255d05cd user: kennykb tags: core-8-5-branch | |
| 19:57 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 60c4fb3055 user: kennykb tags: core-8-5-branch | |
|
2010-08-22
| ||
| 18:53 | Remove many type casts which are no longernecessary as a result of [Patch 3009403]: Signature of Tcl... check-in: 0ca694ea65 user: nijtmans tags: trunk | |
|
2010-08-21
| ||
| 16:58 | * doc/linsert.n: [Bug 3045123]: Make description of what is actually happening more accurate. check-in: aef0e83c95 user: dkf tags: trunk | |
| 16:30 | [Patch 3034251]: Backport ttkGenStubs.tcl features to genStubs.tcl, partly: Use void (*reserved$i)(v... check-in: f2adcb5684 user: nijtmans tags: trunk | |
|
2010-08-20
| ||
| 23:01 | Fix definition of Tcl_MethodType check-in: cc296bd9ea user: nijtmans tags: trunk | |
|
2010-08-19
| ||
| 10:07 | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: 8bc231bd37 user: dkf tags: trunk | |
| 10:04 | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: b7f158dc0f user: dkf tags: core-8-5-branch | |
| 04:26 | [Patch 3034251] backport ttkGenStubs.tcl features to genStubs.tcl, partly: remove unneeded ifdeffery... check-in: 6f6d53c30a user: nijtmans tags: trunk | |
|
2010-08-18
| ||
| 22:33 | * generic/tclBasic.c: New redesign of [tailcall]: find * generic/tclExecute.c: errors early on, ... check-in: c73d12f03c user: msofer tags: trunk | |
| 15:54 | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of the body of a non-bc'ed [try], #30... check-in: 5ec520bacc user: msofer tags: trunk | |
| 15:44 | * generic/tclBasic.c: Redesign of [tailcall] to * generic/tclCmdAH.c: (a) fix #3047235 * ge... check-in: beb3af88b5 user: msofer tags: trunk | |
| 13:31 | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to working condition. check-in: 77440fdac3 user: dkf tags: trunk | |
|
2010-08-16
| ||
| 08:41 | regen check-in: 70aa8f85ce user: das tags: core-8-5-branch | |
| 08:37 | regen check-in: 87d2837303 user: das tags: core-8-5-branch | |
|
2010-08-15
| ||
| 16:16 | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: aab32b0944 user: dkf tags: core-8-5-branch | |
| 16:12 | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: 21917a8b91 user: dkf tags: trunk | |
|
2010-08-14
| ||
| 20:58 | [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntry check-in: 038e8afe83 user: nijtmans tags: trunk | |
| 17:13 | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile check-in: 24edb97f5a user: nijtmans tags: trunk | |
| 16:53 | Remove mslu completely, see Feature Req #2819611 check-in: 86f59a32d8 user: nijtmans tags: trunk | |
|
2010-08-12
| ||
| 08:55 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: Backport of updates to make... check-in: bc4ad84fe0 user: dkf tags: core-8-5-branch | |
| 00:40 | * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: a466998bba user: hobbs tags: trunk | |
| 00:11 | * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: fffa256274 user: hobbs tags: core-8-5-branch | |
|
2010-08-11
| ||
| 23:38 | added test for yieldTo check-in: 8305e33b3d user: msofer tags: trunk | |
| 23:13 | * generic/tclBasic.c (TclNRYieldToObjCmd): fixed bad copypasta snafu. Thanks to Andy Goth for find... check-in: 0b27a4ca4e user: msofer tags: trunk | |
|
2010-08-10
| ||
| 20:48 | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: d4f4ee41c5 user: hobbs tags: trunk | |
| 20:48 | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: 6955f9dc51 user: hobbs tags: core-8-5-branch | |
| 20:36 | tidy up check-in: 6b4673e42f user: dgp tags: trunk | |
|
2010-08-09
| ||
| 17:48 | * changes: Updates for 8.6b2 release. check-in: 472665f7b0 user: dgp tags: trunk | |
|
2010-08-05
| ||
| 17:12 | * changes: Update for 8.5.9 release. check-in: cb4a497d66 user: uid37551 tags: core-8-5-branch | |
|
2010-08-04
| ||
| 21:37 | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: * win/tclWinPipe.c... check-in: e51e08a342 user: hobbs tags: trunk | |
| 21:28 | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an unsupported platform... check-in: 77395d89cc user: hobbs tags: trunk | |
| 19:45 | * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 7d28ce9f5f user: hobbs tags: core-8-5-branch | |
| 19:44 | * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 4900a8b73f user: hobbs tags: trunk | |
| 19:37 | fix DFARs note for number-adjusted rights clause check-in: 3ddc9ecf9e user: hobbs tags: trunk | |
| 19:37 | fix DFARs note for number-adjusted rights clause check-in: 661c9f0ba2 user: hobbs tags: core-8-5-branch | |
| 19:35 | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: 6b14ef3555 user: hobbs tags: trunk | |
| 19:23 | * win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b277aed541 user: hobbs tags: trunk | |
| 19:17 | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: c33c6a7479 user: hobbs tags: core-8-5-branch | |
| 19:14 | * win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b3dce4ee33 user: hobbs tags: core-8-5-branch | |
| 17:02 | * generic/tcl.h: Bump to 8.5.9 for release. * library/init.tcl: * too... check-in: d2331867f4 user: dgp tags: core-8-5-branch | |
| 16:49 | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * generic/tclIORTrans.c: in Invok... check-in: 8ae4ea3006 user: andreas_kupries tags: trunk | |
| 16:47 | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * tests/ioCmd.test: in InvokeTclM... check-in: a34aac33af user: andreas_kupries tags: core-8-5-branch | |
|
2010-08-03
| ||
| 20:15 | Fix OBOE error in the forward ported info-39.1 check-in: f31da49a96 user: andreas_kupries tags: trunk | |
| 20:06 | Test iocmd-32.2 tests for Bug 3034840 check-in: 01ca2bd36f user: dgp tags: trunk | |
| 20:06 | Test iocmd-32.2 tests for Bug 3034840 check-in: 83eca62d8d user: dgp tags: core-8-5-branch | |
| 17:25 | * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: 50ebd6a8c3 user: andreas_kupries tags: trunk | |
| 17:16 | * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: fddfdf84f5 user: andreas_kupries tags: core-8-5-branch | |
| 16:58 | * tests/info.test (info-39.1): Added forward copy of test in 8.5 branch about [Bug 2933089]. Shou... check-in: a013847a01 user: andreas_kupries tags: trunk | |
| 16:50 | * tests/info.test (info-39.1, test_info_frame): Changed absolute to relative frame adressing to h... check-in: 3afaa5e1ff user: andreas_kupries tags: core-8-5-branch | |
| 13:19 | * changes: Update for 8.5.9 release. check-in: 1b40741101 user: dgp tags: core-8-5-branch | |
|
2010-08-02
| ||
| 19:13 | * library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 3a4087bc80 user: kennykb tags: trunk | |
| 19:12 | * library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 9808871b8d user: kennykb tags: core-8-5-branch | |
| 11:08 | * generic/tclVar.c: correcting bad port of [Bug 3037525] fix check-in: 380bec0d42 user: msofer tags: trunk | |
|
2010-07-31
| ||
| 20:28 | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: e6d5551c1c user: msofer tags: trunk | |
| 18:10 | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: 7db93adfa3 user: msofer tags: core-8-5-branch | |
|
2010-07-29
| ||
| 00:46 | Official build of zlib1.dll 1.2.5 is finally available, so put it in check-in: 6b99a1c2bf user: nijtmans tags: trunk | |
|
2010-07-25
| ||
| 16:08 | * doc/http.n: Corrected description of location of one of the entries in the state array. check-in: cf000bb3d6 user: dkf tags: trunk | |
| 10:13 | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: revert tclInt.h to what it was before, a... check-in: 7d3080be8b user: nijtmans tags: core-8-5-branch | |
|
2010-07-24
| ||
| 06:45 | From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the relation between Tcl_Call... check-in: 4f9c4da675 user: nijtmans tags: trunk | |
| 06:39 | [Bug 3029891] Functions that don't belong in the stub table. check-in: ddfa77fa40 user: nijtmans tags: trunk | |
|
2010-07-19
| ||
| 14:10 | silence compiler warnings check-in: f4d99878ba user: dgp tags: trunk | |
|
2010-07-17
| ||
| 07:42 | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 check-in: 2abdbdef38 user: nijtmans tags: core-8-5-branch | |
|
2010-07-16
| ||
| 15:29 | * generic/tclBasic.c: Added more errorCode setting. check-in: 9c9702d4cb user: dkf tags: trunk | |
|
2010-07-15
| ||
| 21:00 | * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get] * generic/tclDictObj.c (DictGe... check-in: d0a04e5db7 user: dkf tags: trunk | |
|
2010-07-11
| ||
| 16:12 | Use SC_PROG_TCLSH to set a native tclsh in the Makefile. When installing the libraries a native tcl ... check-in: 16b5a30bf0 user: patthoyts tags: trunk | |
|
2010-07-05
| ||
| 09:50 | Tidying up and taking better advantage of tcltest2 to make the tests more robust and (apparently) si... check-in: 11e51b4a9c user: dkf tags: trunk | |
| 08:03 | D'oh! check-in: 8a6919bd05 user: dkf tags: trunk | |
|
2010-07-04
| ||
| 23:44 | Add a little emacs magic check-in: 728058012d user: dkf tags: trunk | |
|
2010-07-02
| ||
| 22:31 | * generic/tclInt.decs: Reverted to the original TIP 337 implementation on what to d... check-in: ab93077c3d user: dgp tags: trunk | |
| 20:58 | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: e5bab5e8b8 user: dkf tags: core-8-5-branch | |
| 20:49 | [Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 70f70c32ff user: nijtmans tags: core-8-5-branch | |
| 20:48 | [Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 093bc6f84a user: nijtmans tags: trunk | |
| 20:37 | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: 3e4f0698cf user: dkf tags: trunk | |
| 08:43 | tidy up check-in: cfb637552a user: dkf tags: trunk | |
|
2010-07-01
| ||
| 21:28 | [Bug #3020677] wish can't link reg1.2 formatting, spacing, cleanup unused variables check-in: cc4ffb1da9 user: nijtmans tags: trunk | |
| 15:50 | make fake-rfc2553 thread-safe check-in: 160fe7da64 user: rmax tags: rmax-ipv6-branch | |
| 15:47 | Improve the RFC2553 tests check-in: 797ecc537f user: rmax tags: rmax-ipv6-branch | |
|
2010-06-30
| ||
| 23:31 | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 0a9422ffb9 user: dkf tags: core-8-5-branch | |
| 23:29 | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 7792ad53a1 user: dkf tags: trunk | |
|
2010-06-28
| ||
| 08:50 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 07b6683dea user: nijtmans tags: trunk | |
| 08:24 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 267afb1dbc user: nijtmans tags: core-8-5-branch | |
|
2010-06-25
| ||
| 17:20 | - Use random port numbers for almost all of the tests. - Make the protocol between tests and remote ... check-in: 6c60258dc8 user: rmax tags: rmax-ipv6-branch | |
| 16:45 | check for strlcpy check-in: f5b99efced user: rmax tags: rmax-ipv6-branch | |
| 15:20 | prevent a race condition when shutting down the remote test server check-in: ff37c169a8 user: rmax tags: trunk | |
|
2010-06-24
| ||
| 14:22 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 0fd50a9685 user: nijtmans tags: core-8-5-branch | |
| 14:21 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 6890a4a02e user: nijtmans tags: core-8-5-branch | |
| 13:36 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 8434abd2ba user: nijtmans tags: trunk | |
| 13:26 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 807684ffaf user: nijtmans tags: trunk, potential incompatibility | |
|
2010-06-22
| ||
| 12:25 | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 58d3c6b6a5 user: dkf tags: trunk | |
| 12:12 | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 628405d346 user: dkf tags: core-8-5-branch | |
|
2010-06-21
| ||
| 11:25 | Remove hack needed for zlib 1.2.3 on win32 check-in: eb83f762ef user: nijtmans tags: trunk | |
| 11:23 | Eliminate various unnecessary type casts, use function typedefs whenever possible check-in: 8086293cfc user: nijtmans tags: trunk | |
|
2010-06-18
| ||
| 12:43 | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: e923972936 user: dkf tags: core-8-5-branch | |
| 12:41 | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: 220dbbb777 user: dkf tags: trunk | |
|
2010-06-16
| ||
| 14:49 | Simplify Tcl_AppInit and *_Init definitions. Change TclpThreadCreate and Tcl_CreateThread signature,... check-in: 8567ee888a user: nijtmans tags: trunk | |
| 13:13 | Add .so to .cvsignore check-in: 6d0300730b user: nijtmans tags: core-8-5-branch | |
| 10:40 | [Bug 3016135] traceback using clock format with locale of he_IL check-in: 76caa253b1 user: nijtmans tags: core-8-5-branch | |
| 10:31 | [Bug 3016135] traceback using clock format with locale of he_IL check-in: 029176d2a2 user: nijtmans tags: trunk | |
|
2010-06-14
| ||
| 14:56 | Spacing and style fixes check-in: 0d59653739 user: nijtmans tags: trunk | |
| 13:48 | Spacing and style fixes check-in: 9a6d7991c6 user: nijtmans tags: trunk | |
| 13:40 | Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: c1d15843d4 user: nijtmans tags: trunk | |
| 12:58 | Fix compilation of xttest with 8.6 changes tclPipe.c: Fix gcc warning (with -fstrict-aliasing=2) check-in: d08c226d05 user: nijtmans tags: trunk | |
|
2010-06-13
| ||
| 22:19 | * tools/tcltk-man2html.tcl (make-man-pages): [Bug 3015327]: Make the title of a manual page be sto... check-in: cfa0770167 user: dkf tags: trunk | |
| 10:24 | * tools/tcltk-man2html.tcl: [Bug 3015327]: Add hack to stop Itcl C docs from interfering with Tcl ... check-in: a33ed75aad user: dkf tags: trunk | |
|
2010-06-10
| ||
| 22:56 | change notes check-in: cd6e8a85d3 user: hobbs tags: rmax-ipv6-branch | |
| 22:56 | * generic/tclIOSock.c (TclCreateSocketAddress): don't use AI_ADDRCONFIG on AIX, as it causes compl... check-in: 400159d41a user: hobbs tags: rmax-ipv6-branch | |
| 22:56 | * unix/tclUnixSock.c (CreateClientSocket): protect AF_INET6 pieces with ifndef NEED_FAKE_RFC2553. ... check-in: 196be22462 user: hobbs tags: rmax-ipv6-branch | |
| 22:55 | * unix/tclUnixPort.h: correct include path of fake-rfc2553.h check-in: e7125f850a user: hobbs tags: rmax-ipv6-branch | |
| 22:53 | * unix/configure, unix/tcl.m4: s/==/=/ syntax error fix check-in: a5c8305324 user: hobbs tags: rmax-ipv6-branch | |
| 22:53 | * compat/fake-rfc2553.h: define EAI_SERVICE if not already. s/u_/u/g for types. check-in: ac3a2a26ef user: hobbs tags: rmax-ipv6-branch | |
| 15:04 | Add emulation code from openssh for getaddrinfo() and friends check-in: 49f53b27bd user: rmax tags: rmax-ipv6-branch | |
|
2010-06-09
| ||
| 20:11 | * library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 153f64a24c user: andreas_kupries tags: trunk | |
| 20:11 | * library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 2206e62275 user: andreas_kupries tags: core-8-5-branch | |
| 13:51 | tsdPerf.c: Fix export of symbol Tsdperf_Init, when using -fvisibility=hidden. Make two functions sta... check-in: c0b552db02 user: nijtmans tags: trunk | |
|
2010-06-08
| ||
| 20:45 | add missing headers to the getaddrinfo check check-in: 47b9d75058 user: rmax tags: rmax-ipv6-branch | |
| 16:03 | Fix async client sockets check-in: 71ba8c2755 user: rmax tags: rmax-ipv6-branch | |
| 12:54 | whitespace check-in: 017f16cad5 user: dgp tags: trunk | |
|
2010-06-07
| ||
| 21:24 | Ensure proper reset of [info errorstack] even when compiling constant expr's with errors. check-in: 638f255931 user: ferrieux tags: trunk | |
| 17:36 | rebranch from HEAD check-in: f3af08f468 user: rmax tags: rmax-ipv6-branch | |
|
2010-06-05
| ||
| 16:24 | * generic/tclBasic.c: Fix for #3008307: make callerPtr chains * generic/tclExecute.c: be travers... check-in: 1d3c73fdbb user: msofer tags: trunk | |
|
2010-06-02
| ||
| 23:36 | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offsets no longer overestim... check-in: 5c19ed1d60 user: ferrieux tags: trunk | |
| 08:22 | remove some "BUILD_tcloo" leftovers check-in: f631e48722 user: nijtmans tags: trunk | |
| 08:22 | remove some "BUILD_tcloo" leftovers check-in: 592b0d4648 user: nijtmans tags: trunk | |
|
2010-05-31
| ||
| 23:00 | ChangeLog typo check-in: 6ed417957d user: ferrieux tags: trunk | |
| 22:58 | Fix computation of [uplevel] offsets in TIP 341. Only depend on callerPtr chaining now. Needed for u... check-in: 7bf546d171 user: ferrieux tags: trunk | |
| 09:12 | Fix filesystem-5.1 test failure on CYGWIN check-in: 500e9cc4ee user: nijtmans tags: trunk | |
| 08:54 | Eliminate some casts to (Tcl_HashTable *) check-in: ff384d03a7 user: nijtmans tags: trunk | |
|
2010-05-28
| ||
| 13:52 | [tcl-Patches-3008541] order of TIP #348 fields in Interp structure check-in: 0949629399 user: nijtmans tags: trunk | |
| 09:11 | * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: Corrected error in handling of... check-in: 02d7474963 user: dkf tags: trunk | |
| 08:30 | * generic/tclExecute.c (TclExecuteByteCode): Restore correct operation of instruction-level execut... check-in: b490411ccc user: dkf tags: trunk | |
|
2010-05-27
| ||
| 09:18 | optParse.tcl: eliminate ';' at line end, bump to v0.4.6 check-in: 426aabe409 user: nijtmans tags: trunk | |
| 08:38 | uniParse.tcl: Don't generate spaces at the end of a line. check-in: 297435b345 user: nijtmans tags: trunk | |
| 08:32 | optParse.tcl: Don't generate spaces at the end of a line. check-in: 15e1c57545 user: nijtmans tags: trunk | |
|
2010-05-26
| ||
| 21:56 | * doc/socket.n: [Bug 3007442]: Server sockets never took a host argument, so the list of options m... check-in: 2b63642e45 user: dkf tags: core-8-5-branch | |
|
2010-05-25
| ||
| 10:37 | [Bug 2991415]: tclport.h #included before limits.h check-in: 8a1fe782a4 user: nijtmans tags: core-8-5-branch | |
|
2010-05-21
| ||
| 12:51 | [Bug #3005233] fix for build on OpenBSD vax check-in: e0957d3c69 user: nijtmans tags: core-8-5-branch | |
| 12:43 | [Bug #3005233] fix for build on OpenBSD vax check-in: 00d3292dea user: nijtmans tags: trunk | |
| 12:18 | installData.tcl: Make sure that copyDir only receives normalized paths. tclPlatDecls.h: Fix <tchar.h... check-in: 624625fe98 user: nijtmans tags: core-8-5-branch | |
| 12:11 | Make sure that copyDir only receives normalized paths, otherwise it might result in a crash on CYGW... check-in: e38d62573a user: nijtmans tags: trunk | |
|
2010-05-20
| ||
| 08:55 | [Backport] Also check the reverse path of dict->list EIAS violation. check-in: b34b2f2db9 user: ferrieux tags: core-8-5-branch | |
| 08:37 | Also check the reverse path of dict->list EIAS violation. check-in: 22814f544a user: ferrieux tags: trunk | |
|
2010-05-19
| ||
| 22:04 | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 716909f303 user: ferrieux tags: core-8-5-branch | |
| 21:54 | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf): EIAS violation in lis... check-in: c054dd492a user: ferrieux tags: trunk | |
| 21:47 | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 506c349610 user: ferrieux tags: core-8-5-branch | |
| 08:23 | Don't use arrays of length 1, just use a single element then, it makes code more readable. check-in: d3074821cb user: nijtmans tags: trunk | |
|
2010-05-17
| ||
| 21:51 | Fix [Bug 2996549]: Failure in expr.test on Win32 check-in: 0958a5f61a user: nijtmans tags: trunk | |
| 09:46 | * generic/tclCmdIL.c (TclInfoFrame): Change this code to use Tcl_GetCommandFullName rather than ro... check-in: a2a6f59b99 user: dkf tags: trunk | |
|
2010-05-14
| ||
| 08:22 | Correct some comments (Jos Decoster found...) check-in: 6266b667b3 user: dkf tags: trunk | |
|
2010-05-12
| ||
| 13:41 | oops, no unicode characters in ChangeLog ... check-in: 2b80b7fe45 user: nijtmans tags: trunk | |
|
2010-05-11
| ||
| 14:49 | Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: e846defae2 user: nijtmans tags: trunk | |
| 14:47 | Unnecessary type casts, See Tcl [Patch #2997087] Don't duplicate CYGWIN timezone #define from tclPor... check-in: b231748527 user: nijtmans tags: trunk | |
|
2010-05-07
| ||
| 20:16 | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: 8bca6e05e0 user: andreas_kupries tags: trunk | |
| 20:16 | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: e595e97051 user: andreas_kupries tags: core-8-5-branch | |
|
2010-05-05
| ||
| 22:43 | Unnecessary type casts, See Tcl [Patch #2997087] check-in: 7f0a7f532c user: nijtmans tags: trunk | |
|
2010-05-04
| ||
| 11:05 | TCHAR-related fixes, making those files compile fine when TCHAR != char Please see comments in [Freq... check-in: 2f92eaadea user: nijtmans tags: trunk | |
|
2010-05-03
| ||
| 14:36 | CONSTify various useful internal functions (TclBignumToDouble, TclCeil, TclFloor), and related tomma... check-in: 729ffb738f user: nijtmans tags: trunk | |
| 13:21 | Add pkg, *.dll to the ignore list check-in: 111b07cc53 user: nijtmans tags: trunk | |
| 13:20 | For MINGW/CYGWIN, use GetCommandLineA explicitely check-in: b64ef5b170 user: nijtmans tags: trunk | |
| 11:37 | Use "tclIO.h" and "tclTomMathDecls.h" everywhere check-in: 06ef5ace06 user: nijtmans tags: trunk | |
|
2010-04-30
| ||
| 21:15 | * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish * library/init.tcl... check-in: a30f8d7cf3 user: dgp tags: trunk | |
| 20:59 | * generic/tclBinary.c (UpdateStringOfByteArray): Add panic when the generated... check-in: 60f3c2eb36 user: dgp tags: core-8-5-branch | |
| 20:52 | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments * generic/tclIn... check-in: 32f022466a user: dgp tags: trunk | |
| 14:06 | * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour against buffer overflows. check-in: 07af3814a9 user: dkf tags: trunk | |
| 12:38 | Fix the problems I introduced inadvertently: * generic/tclBasic.c (NRInterpCoroutine): Corrected ha... check-in: a822ad9b51 user: dkf tags: trunk | |
| 12:30 | * tests/coroutine.test: testing coroutine arguments after [yield]: check that only 0/1 allowed check-in: 6772c1330f user: msofer tags: trunk | |
| 09:25 | * unix/Makefile.in (gdb-test): Remove quotes so that library paths are constructed correctly. check-in: d162dd5825 user: dkf tags: trunk | |
| 09:23 | * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter issuing of instructions. check-in: 6497264574 user: dkf tags: trunk | |
| 08:29 | * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization of the fact that INST_DICT_... check-in: 40a1507909 user: dkf tags: trunk | |
| 07:56 | * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) (NRInterpCoroutine): Replace magic valu... check-in: 7222a46970 user: dkf tags: trunk | |
| 07:07 | Unnecessary TCL_STORAGE_CLASS re-definition. It was used for an ancient dummy reference to Tcl_LinkV... check-in: 79f098fef8 user: nijtmans tags: trunk | |
|
2010-04-29
| ||
| 23:43 | forgot the Changelog entry check-in: 77e5c0bba9 user: msofer tags: trunk | |
| 23:39 | * generic/tclCompExpr.c: Slight change in the literal sharing * generic/tclCompile.c: mechanism t... check-in: 7ff9813649 user: msofer tags: trunk | |
| 21:24 | Typo check-in: 80d1e76e88 user: andreas_kupries tags: core-8-5-branch | |
| 21:24 | Typo check-in: e4ffaa22ac user: andreas_kupries tags: trunk | |
| 21:19 | * library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: ac1de9bded user: andreas_kupries tags: core-8-5-branch | |
| 21:19 | * library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: fe8af4524f user: andreas_kupries tags: trunk | |
| 15:55 | * library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 366f666db6 user: kennykb tags: core-8-5-branch | |
| 15:49 | * library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 2fa0d393d8 user: kennykb tags: trunk | |
| 15:14 | fix MSVC warning C4018: '>' : signed/unsigned mismatch check-in: 6e0b151b67 user: nijtmans tags: trunk | |
| 15:08 | typo check-in: 149e58786c user: dkf tags: trunk | |
| 15:08 | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make * generic/tclStringObj.c (T... check-in: 45422b0ec4 user: dkf tags: trunk | |
| 11:05 | credit Lars_H for [yieldm]'s idea check-in: c37ff9fc81 user: msofer tags: trunk | |
| 09:23 | Include "tcl.h", not <tcl.h>, like everywhere else, to insure that the version in the Tcl distribut... check-in: 38aced1306 user: nijtmans tags: trunk | |
|
2010-04-28
| ||
| 11:50 | Remove unused @MAN2TCLFLAGS@ Move <limits.h> include from tclInt.h to tclWinPort.h, and eliminate un... check-in: a8f2c2ec69 user: nijtmans tags: trunk | |
| 10:50 | * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that deletion of traces is not o... check-in: b533ea6b87 user: dkf tags: trunk | |
|
2010-04-27
| ||
| 14:58 | Code reordering to slightly shorten generated object code. check-in: db0caf99b6 user: dkf tags: trunk | |
| 12:36 | If tclInt.h or tclPort.h is already included, don't include <limits.h> again. Follow-up to [Bug 2991... check-in: b7c55dd4bf user: nijtmans tags: trunk | |
| 08:20 | [Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warning check-in: bacf1b059e user: nijtmans tags: trunk | |
|
2010-04-26
| ||
| 22:30 | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Simplified the logic so that the casts added in Do... check-in: 4822edc7ce user: kennykb tags: trunk | |
| 13:49 | * unix/tclLoadDl.c (FindSymbol): [Bug 2992295]: Added an explicit cast because auto-casting betwee... check-in: 5dc374b21c user: dkf tags: trunk | |
| 13:34 | typofix check-in: f7812fbb27 user: dkf tags: trunk | |
| 13:32 | * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdef * generic/tclOOStubInit.c: ... check-in: 724ca31ab6 user: dkf tags: trunk | |
|
2010-04-25
| ||
| 13:39 | * generic/tclBasic.c: add unsupported [yieldm] command. * generic/tclInt.h: check-in: 0d7e0c6722 user: msofer tags: trunk | |
|
2010-04-24
| ||
| 17:07 | * generic/tclBasic.test: modify api of TclSpliceTailcall() * generic/tclExecute.c: to fix yieldTo... check-in: e70f57dc66 user: msofer tags: trunk | |
|
2010-04-23
| ||
| 15:45 | Fix [Bug #2991415] tclport.h #included before limits.h check-in: b89ceebb49 user: nijtmans tags: trunk | |
|
2010-04-22
| ||
| 11:40 | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) Eliminate various unn... check-in: 77d22c7b43 user: nijtmans tags: trunk | |
|
2010-04-20
| ||
| 14:50 | Upgrade to zlib 1.2.5 check-in: 47f60cf757 user: nijtmans tags: trunk | |
| 14:24 | Use function prototypes from the FS API. check-in: 586991963c user: nijtmans tags: trunk | |
|
2010-04-19
| ||
| 15:43 | * generic/tclExecute.c (TclExecuteByteCode): Improve commenting and reduce indentation for the Inv... check-in: 2cde16e618 user: dkf tags: trunk | |
| 07:40 | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp check-in: 322a3e1315 user: nijtmans tags: core-8-5-branch | |
|
2010-04-18
| ||
| 20:08 | * doc/unset.n: [Bug 2988940]: Fix typo. check-in: 3714ef6ae4 user: dkf tags: core-8-5-branch | |
| 11:51 | * doc/unset.n: [Bug 2988940]: Fix typo. check-in: 02fe026b3e user: dkf tags: trunk | |
|
2010-04-15
| ||
| 14:56 | Added comment check-in: 1791ed0caa user: nijtmans tags: trunk | |
| 13:58 | Move inclusion of <tchar.h> from tclPlatDecls.h to tclWinPort.h, where it belongs. Add fallback in t... check-in: 4967cf572a user: nijtmans tags: trunk | |
| 08:52 | * doc/try.n: [Bug 2987551]: Fix typo. check-in: 4768780b45 user: dkf tags: trunk | |
|
2010-04-14
| ||
| 22:58 | Fixed missing update of platform package index, and Makefiles. check-in: 002244c6c6 user: andreas_kupries tags: trunk | |
| 22:58 | Fixed missing update of platform package index, and Makefiles. check-in: d808269c3e user: andreas_kupries tags: core-8-5-branch | |
| 19:43 | * library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: 3dd57d60df user: andreas_kupries tags: trunk | |
| 19:42 | * library/platform/platform.tcl: Linux platform identification: Check /lib64 for existence of fil... check-in: bc9df58910 user: andreas_kupries tags: core-8-5-branch | |
|
2010-04-13
| ||
| 13:37 | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp Fix gcc warning: comparison of un... check-in: 5426e082dc user: nijtmans tags: trunk | |
|
2010-04-08
| ||
| 13:26 | * generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token does not result in a *guaranteed* ... check-in: 79caf5084b user: dkf tags: trunk | |
|
2010-04-07
| ||
| 09:51 | Formatting improvements for error stack docs check-in: 92aed87404 user: dkf tags: trunk | |
|
2010-04-06
| ||
| 19:59 | Repair missing bits in ChangeLog check-in: 304410e619 user: kennykb tags: trunk | |
| 12:51 | * doc/Load.3: Minor corrections of formatting and cross links. check-in: 929a216ffb user: dkf tags: trunk | |
| 12:35 | Fix signature of Tcl_LoadFile in documentation check-in: 8d125f4c10 user: nijtmans tags: trunk | |
| 09:17 | regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 01324f0ef5 user: nijtmans tags: trunk | |
| 09:05 | regenerated with autoconf-2.59 [Bug 2982540] configure and install* script files should always have ... check-in: 401c0108e1 user: nijtmans tags: trunk | |
| 08:34 | Undo check-in: a322ec99b4 user: dkf tags: trunk | |
| 08:26 | Reverted previous checin as Tcl_ObjSetVar2 (convoluted and undocumented) jnterface implicitly decrem... check-in: 470f531183 user: vasiljevic tags: core-8-5-branch | |
| 07:50 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when setting a variable fails. check-in: e3b1fcdc88 user: dkf tags: trunk | |
| 07:43 | Fixed object leak check-in: 087fcb4964 user: vasiljevic tags: core-8-5-branch | |
|
2010-04-05
| ||
| 19:44 | TIP #348 IMPLEMENTATION - Substituted error stack check-in: 43fe304839 user: ferrieux tags: trunk | |
| 13:54 | Regen with autoconf 2.61 (what I have) check-in: ef3fae2e21 user: dkf tags: trunk | |
| 12:45 | Flip the defaults for whether to build threaded. Part of TIP #364. check-in: cdc00c6f74 user: dkf tags: trunk | |
| 07:38 | Fix two failing tests by matching the can't-lookup-symbol error message. check-in: 74f9cd4b4f user: dkf tags: trunk | |
|
2010-04-04
| ||
| 15:11 | Minor changes to enforce Engineering Manual style rules. check-in: e0779f4c92 user: dkf tags: trunk | |
| 15:03 | Added a first crack at documentation for TIP #357's Tcl_LoadFile et al. check-in: 3d4b2b893a user: dkf tags: trunk | |
| 11:59 | * macosx/tclMacOSXBundle.c (OpenResourceMap): [Bug 2981528]: Only define this function when HAVE_C... check-in: 73ff3de36b user: dkf tags: trunk | |
|
2010-04-03
| ||
| 09:38 | Added VALGRIND define so we can silence helgrind race-report at places we know we cheated on in orde... check-in: 78f741e1b3 user: vasiljevic tags: core-8-5-branch | |
|
2010-04-02
| ||
| 23:11 | Add missing "const" in signature, and some formatting fixes check-in: 0400a6f222 user: nijtmans tags: trunk | |
| 22:52 | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit * unix/tclLoadDyld.c (TclpDlo... check-in: 72fb2df278 user: dkf tags: trunk | |
| 21:21 | * generic/tcl.decls: [TIP #357]: First round of changes * generic/tclDecls.h: to export Tcl_LoadFi... check-in: 80aa157f45 user: kennykb tags: trunk | |
| 19:27 | * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of * tests/registry.test: bug... check-in: dd10b0cf0b user: kennykb tags: trunk | |
| 19:23 | * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallest floating point number until it ... check-in: 0ff9783605 user: kennykb tags: trunk | |
| 15:53 | * generic/tclThreadStorage.c (ThreadStorageGetHashTable): avoid accessing shared table index w/o mut... check-in: 5675442706 user: vasiljevic tags: core-8-5-branch | |
| 14:30 | * generic/tclStringObj.c: (SetStringFromAny): avoid trampling over the tclEmptyStringRep->bytes as i... check-in: 59bf516261 user: vasiljevic tags: core-8-5-branch | |
|
2010-04-01
| ||
| 13:31 | Small changes to make code fit Engineering Manual and compile on C89. check-in: 0c034c15c5 user: dkf tags: rmax-ipv6-branch | |
|
2010-03-31
| ||
| 22:12 | Added missing doc. Oops! check-in: a9f31bb325 user: dkf tags: trunk | |
| 20:55 | * doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: f350503aa0 user: dkf tags: trunk | |
| 20:53 | * doc/package.n: [Bug 2980210]: Document the arguments taken by the [package present] command corr... check-in: d4270ccd06 user: dkf tags: core-8-5-branch | |
| 14:14 | Improve the documentation of how to make and use a thread. check-in: c08ea9d1e0 user: dkf tags: trunk | |
| 10:29 | [FRQ 2974744]: share exception codes (ObjType?): Revised test cases, making sure that abbreviated co... check-in: 8a5a22ad19 user: nijtmans tags: trunk | |
|
2010-03-30
| ||
| 21:18 | Use TclWinConvertWSAError() at the right places inside CreateSocket() check-in: 176cfa12e7 user: rmax tags: rmax-ipv6-branch | |
| 21:17 | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 54e2be80b0 user: andreas_kupries tags: core-8-5-branch | |
| 21:17 | * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput, ReflectSeekWide, ReflectWatch,... check-in: 420bcd3d39 user: andreas_kupries tags: trunk | |
| 18:52 | Fix the logic of connecting client sockets under Windows check-in: 8973c3f502 user: rmax tags: rmax-ipv6-branch | |
| 16:31 | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: f73bde5491 user: dgp tags: trunk | |
| 16:30 | * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorder the validity ... check-in: c6ee8e3ce6 user: dgp tags: core-8-5-branch | |
| 16:26 | First shot at porting the IPv6 changes to Windows check-in: ba424136ad user: rmax tags: rmax-ipv6-branch | |
| 14:16 | [Bug 2979399] uninitialized value troubles check-in: a7f4609167 user: nijtmans tags: trunk | |
| 14:05 | Finish bump to registry 1.3.0 check-in: 2268733bd3 user: dgp tags: trunk | |
| 13:17 | [FRQ 2974744]: share exception codes (ObjType?): further optimization, making use of indexType. check-in: 416a8249cd user: nijtmans tags: trunk | |
| 12:38 | Bump version of registry package to 1.3. check-in: 977c9f9ba6 user: dkf tags: trunk | |
| 12:33 | TIP #362 IMPLEMENTATION * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * ... check-in: 3606e1e39c user: dkf tags: trunk | |
| 08:45 | Merge from HEAD to rmax-ipv6-branch check-in: 54b695423d user: rmax tags: rmax-ipv6-branch | |
|
2010-03-29
| ||
| 22:31 | Only test for -visibility=hidden with gcc (Second remark in [Bug 2976508]) check-in: 397c8a8733 user: nijtmans tags: trunk | |
| 21:58 | * generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 091499cda4 user: dgp tags: trunk | |
| 21:57 | * generic/tclStringObj.c: Fix array overrun in test format-1.12 caught by valg... check-in: 8775fff1dc user: dgp tags: core-8-5-branch | |
| 20:16 | Add a compat-define for AF_INET6 check-in: f4a0700510 user: rmax tags: rmax-ipv6-branch | |
| 09:31 | Minor formatting corrections check-in: 2de30c6817 user: dkf tags: trunk | |
|
2010-03-28
| ||
| 03:17 | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs() calls of the pkg*.c t... check-in: fe807045e6 user: dgp tags: trunk | |
|
2010-03-27
| ||
| 22:47 | Provide "lowest supported Tcl version" to the Tcl_InitStubs functions in unix/dltest, in stead of "c... check-in: 2a8d873d37 user: nijtmans tags: trunk | |
| 22:40 | [Freq 2974744] share exception codes (ObjType?) check-in: a7d613dfe6 user: nijtmans tags: trunk | |
| 15:14 | Comment the ifdefery around AI_ADDRCONFIG and IPV6_V6ONLY check-in: aede3689f0 user: rmax tags: rmax-ipv6-branch | |
| 13:25 | Conditionalize the use of IPV6_V6ONLY check-in: 5938be08e9 user: rmax tags: rmax-ipv6-branch | |
|
2010-03-26
| ||
| 09:43 | [Bug 2976508] tcl HEAD fails on HP-UX check-in: 6833cb0282 user: nijtmans tags: trunk | |
|
2010-03-25
| ||
| 19:34 | Fix the address logic when opening client sockets check-in: 4e29b86545 user: rmax tags: rmax-ipv6-branch | |
| 14:53 | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: fed3232b19 user: dkf tags: trunk | |
| 14:52 | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() ... check-in: 55bfd2afcc user: dkf tags: core-8-5-branch | |
| 14:02 | * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: * macosx/tclMacOSXNotify.c: Reduce the level o... check-in: 59d080706b user: dkf tags: trunk | |
|
2010-03-24
| ||
| 16:53 | oops check-in: ce5fad172e user: dgp tags: trunk | |
| 15:33 | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: 7cdddeb282 user: dgp tags: trunk | |
| 15:31 | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.t... check-in: dbac86a6e8 user: dgp tags: core-8-5-branch | |
| 13:21 | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) (InfoClassMethodTypeCmd): Added introspection of m... check-in: 2b08d45000 user: dkf tags: trunk | |
| 10:35 | * tests/async.test (async-4.*): Reduce obscurity of these tests by putting the bulk of the code fo... check-in: 4edcf391c7 user: dkf tags: trunk | |
| 10:25 | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the [try] command does not trap... check-in: 19993c384d user: dkf tags: trunk | |
|
2010-03-23
| ||
| 23:25 | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing indices of script ar... check-in: 6bc6b87821 user: dgp tags: trunk | |
| 14:14 | Conditionalize the use of AI_ADDRCONFIG check-in: d7c7735f38 user: rmax tags: rmax-ipv6-branch | |
| 13:08 | Make error message in "try" implementation exactly the same as the one in "return" check-in: 624d3b1b3c user: nijtmans tags: trunk | |
| 12:58 | Make error message in "try" implementation exactly the same as the one in "return" check-in: bd5b3c5b09 user: nijtmans tags: trunk | |
|
2010-03-22
| ||
| 22:47 | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer values to identif... check-in: 3bbde5159a user: dgp tags: trunk | |
|
2010-03-20
| ||
| 21:26 | Clarify the use of '&' for backgrounding a pipeline. check-in: 008ec6eae4 user: dkf tags: trunk | |
| 17:53 | * generic/tclIO.c (CopyData): Allow the total number of bytes copied by [fcopy] to exceed 2GB. Can... check-in: c6cdb88f0b user: dkf tags: core-8-5-branch | |
| 17:49 | Missed a spot. check-in: eb14061610 user: dkf tags: trunk | |
| 15:40 | regen check-in: bba3e3d384 user: dkf tags: trunk | |
| 15:39 | Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue. check-in: a2e969549f user: dkf tags: trunk | |
| 12:00 | stub16.c Don't hide that we use the ASCII API here. tclWinPipe.c 2 unnecessary type c... check-in: f5209189f6 user: nijtmans tags: trunk | |
|
2010-03-19
| ||
| 15:29 | constification backport to silence warning check-in: 702c70c913 user: dgp tags: core-8-5-branch | |
| 11:54 | Compile the [throw] command. check-in: 7f27b697b7 user: dkf tags: trunk | |
|
2010-03-18
| ||
| 20:54 | *** empty log message *** check-in: 1ada05cc36 user: dgp tags: core-8-5-branch | |
| 20:54 | commit msg error check-in: 8e0fe48844 user: dgp tags: trunk | |
| 20:38 | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: a12aaa827f user: dgp tags: core-8-5-branch | |
| 20:34 | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] * generic/tclTestO... check-in: d368f28135 user: dgp tags: trunk | |
| 14:35 | Fix silly error in bytecode generation for [try]. check-in: b4a8de2746 user: dkf tags: trunk | |
| 10:59 | [Bug 2971921]: Corrected jump so that it doesn't skip into the middle of an instruction! Tightened... check-in: 77164c4ac7 user: dkf tags: trunk | |
|
2010-03-17
| ||
| 19:27 | First attempt on IPv6 support with the goal of maximum transparency and backwards compatibility. check-in: eee9f47c0a user: rmax tags: rmax-ipv6-branch | |
| 16:35 | * generic/tclIORTrans.c (ReflectInput, ReflectOutput, ReflectSeekWide): [Bug 2921116]: Added miss... check-in: 366cd619ab user: andreas_kupries tags: trunk | |
|
2010-03-16
| ||
| 16:18 | don't cast away "const" without reason. check-in: 8373402a4b user: nijtmans tags: trunk | |
| 09:01 | Upgrade zlib to version 1.2.4 check-in: 62fd020af8 user: nijtmans tags: trunk | |
|
2010-03-14
| ||
| 14:59 | Squelch unnecessary parens, shorten overlong comment lines. check-in: 6b7147d1ee user: dkf tags: trunk | |
|
2010-03-12
| ||
| 15:32 | Fix [Bug 2967340]: Static build failure check-in: ee9a7e68a0 user: nijtmans tags: core-8-5-branch | |
| 15:18 | Fix [Bug 2967340]: Static build failure check-in: d1616c6af7 user: nijtmans tags: trunk | |
|
2010-03-11
| ||
| 15:02 | Revert a few files from the previous commit, preventing conflicts with Kevin's TIP #357 work check-in: 6e701eee65 user: nijtmans tags: trunk | |
| 13:35 | Remove unnecessary '&' decoration for function pointers. Fix double declaration of TclNativeDupInter... check-in: bb4a12448b user: nijtmans tags: trunk | |
|
2010-03-09
| ||
| 21:15 | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 294dac0871 user: andreas_kupries tags: trunk | |
| 21:13 | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux * doc/refchan.n: <ferrieux@us... check-in: 6ab240c913 user: andreas_kupries tags: core-8-5-branch | |
| 18:29 | * library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: 4b283489d7 user: dgp tags: core-8-5-branch | |
| 18:23 | * library/tzdata/America/Matamoros: New locale * library/tzdata/America/Ojinaga: New... check-in: c9785f1583 user: dgp tags: trunk | |
|
2010-03-07
| ||
| 14:39 | test that tclOO stubs are present in stub library Applied missing part of [Patch 2961556] Change all... check-in: 0ccb7b21a9 user: nijtmans tags: trunk | |
|
2010-03-06
| ||
| 06:29 | remove presence of tclTomMathStubsPtr in tclStubLib.c test that tommath stubs are present in stub li... check-in: 04bac2f347 user: nijtmans tags: trunk | |
|
2010-03-05
| ||
| 23:23 | Updated changelog with message relating to code audit from earlier check-in: d95c9e8212 user: dkf tags: trunk | |
| 23:12 | Quell a warning in Kevin Kenny's build environment check-in: 74d4ded15e user: dkf tags: trunk | |
| 22:50 | Fix [Bug 2964425]. check-in: c25ea55b7c user: dkf tags: trunk | |
| 15:32 | [Patch 2961556]: Change TclOO to use the same style of function typedefs as Tcl, as this is about th... check-in: 6723a5d58c user: dkf tags: trunk, potential incompatibility | |
| 14:34 | Code Audit results: * use do { ... } while (0) in macros * avoid shadowing one local variable with... check-in: 4d8a4f639d user: dkf tags: trunk | |
| 11:36 | Remove unused variable check-in: 782cd0109d user: dkf tags: trunk | |
|
2010-03-04
| ||
| 23:55 | ignore shared libraries from checking in check-in: 6994240f68 user: nijtmans tags: trunk | |
| 23:52 | Minor correction to log entry. check-in: 69222d3fd5 user: dkf tags: trunk | |
| 23:42 | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. check-in: b1e964413e user: dkf tags: trunk | |
| 23:16 | 3 unnecessary MODULE_SCOPE symbols check-in: 638890c82c user: nijtmans tags: trunk | |
| 22:29 | Split tommath stub lib source file in separate file. Don't use -fvisibility=hidden for cygwin check-in: c8722c8b57 user: nijtmans tags: trunk | |
|
2010-03-03
| ||
| 18:30 | * doc/refchan.n: Followup to ChangeLog entry 2009-10-07 (generic/tclIORChan.c). Fixed the documen... check-in: 92ecdcd7c3 user: andreas_kupries tags: trunk | |
|
2010-03-02
| ||
| 23:39 | [Enh 2959069] Support for -fvisibility=hidden check-in: 5215b8740c user: nijtmans tags: trunk | |
| 08:47 | Use a less hacky way of using a char as a hash key check-in: 5898a30975 user: dkf tags: trunk | |
|
2010-03-01
| ||
| 23:25 | Added test case for empty table in ::prefix check-in: ec977bbd3b user: ferrieux tags: trunk | |
| 23:19 | Improve error message for corner case in ::prefix check-in: 7f54d07f0a user: ferrieux tags: trunk | |
| 22:20 | fix [AT 86258]: special-casing of empty tables when generating error messages for [::tcl::prefix mat... check-in: 6f9f9e629d user: ferrieux tags: trunk | |
| 15:25 | Prettify and fix filename in ChangeLog. check-in: 14d110b342 user: ferrieux tags: core-8-5-branch | |
| 15:14 | [Backported] Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure ... check-in: 2cefbf28c6 user: ferrieux tags: core-8-5-branch | |
| 15:00 | Make the code prettier check-in: 6628dc8c04 user: dkf tags: trunk | |
| 14:57 | Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when calling [fconfigure -sockname] on... check-in: f9242444be user: ferrieux tags: trunk | |
|
2010-02-28
| ||
| 21:15 | Oops! [Bug 2960852] check-in: 7131f40fa3 user: dkf tags: trunk | |
| 20:12 | More additions of {TCL LOOKUP} error-code generation to various subcommands of [info] as part of lon... check-in: 7fb81ffe82 user: dkf tags: trunk | |
| 09:05 | Fix Bug #2959713: Link error with gcc 4.1 check-in: 229f34c59f user: nijtmans tags: trunk | |
|
2010-02-27
| ||
| 21:25 | Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: 6defdf15ca user: dkf tags: core-8-5-branch | |
| 19:02 | Only look for the needle when it fits in the haystack. [Bug 2960021] check-in: d1aa4b3296 user: dkf tags: trunk | |
| 12:07 | * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the client-installed main lo... check-in: 9dc4acda9c user: dkf tags: trunk, potential incompatibility | |
| 11:51 | Corrections to make things work in the non-cross-compiling case check-in: 5c38ca40c2 user: dkf tags: trunk | |
|
2010-02-26
| ||
| 14:38 | Split tclCompCmds.c into two pieces to improve developer sanity. check-in: 63fb4017d5 user: dkf tags: trunk | |
| 11:05 | * unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for better control of what tclsh t... check-in: 824cd1843c user: dkf tags: trunk | |
| 10:32 | Cleanup doc/safe.n check-in: 52450b646f user: rmax tags: trunk | |
| 10:25 | Remap non-alphanumeric sequences in manpage filenames to single underscores. check-in: 30c728c4dd user: dkf tags: trunk | |
| 00:39 | [Bug 2818131] further tests added to cover use of mismatched zlib algorithms Using zlib gzip to wri... check-in: dd2bad0212 user: patthoyts tags: trunk | |
|
2010-02-25
| ||
| 23:39 | Squelch some warnings check-in: d14f7e694e user: dkf tags: trunk | |
| 22:20 | [ tcl-Feature Requests-2958832 ] Further speed-up of ouster-hash function. Eliminate various unneces... check-in: b28fef8499 user: nijtmans tags: trunk | |
| 14:49 | Convert many multi-line macros to use the best-practice do-while(0) form check-in: 8b62304af5 user: dkf tags: trunk | |
| 10:56 | Correct silly error with missing semicolons check-in: b6f587edd7 user: dkf tags: trunk | |
|
2010-02-24
| ||
| 14:30 | Fix some nasties with handling duplicate keys in list->dict->list conversions. check-in: 72dc5b9bbc user: dkf tags: trunk | |
| 10:49 | Reduce ifdef-fery and size of activation record. More variables shared across instructions than befo... check-in: 20d9e2d514 user: dkf tags: trunk | |
| 10:45 | More tidying up (whitespace, spelling, useless parentheses, useless casts) check-in: 511d94dd87 user: dkf tags: trunk | |
| 10:32 | Pure whitespace changes, changing to follow Engineering Manual style. check-in: c81eddebbb user: dkf tags: trunk | |
| 10:11 | [Bug 2957688]: clarified [socket -server] docs check-in: d1bfb71ebb user: dkf tags: trunk | |
|
2010-02-23
| ||
| 00:03 | correct date check-in: a2118d92b0 user: nijtmans tags: trunk | |
|
2010-02-22
| ||
| 23:55 | Fix typos in ChangeLog. check-in: 6d7d8b22c5 user: andreas_kupries tags: trunk | |
| 23:54 | * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a hack to work around the general ... check-in: e438b413a8 user: andreas_kupries tags: trunk | |
| 23:31 | Remove unnecessary EXTERN's, which already are in the global stub table. Use @EXEEXT@ in stead of @E... check-in: ede6fe7b20 user: nijtmans tags: trunk | |
| 13:09 | Added missing quoting check-in: ff159c821a user: dkf tags: core-8-5-branch | |
| 13:07 | Added missing quoting check-in: 9fd327fe0d user: dkf tags: trunk | |
| 10:27 | Convert literal tabs in strings into \t sequences. check-in: fce0023cae user: dkf tags: trunk | |
|
2010-02-21
| ||
| 20:27 | Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 016d6a7393 user: nijtmans tags: core-8-5-branch | |
| 20:09 | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 Some more tests, showing that the LONG implemen... check-in: 4a0630650d user: nijtmans tags: trunk | |
| 18:55 | * tests/regexp.test: Add test cases back ported from Jacl regexp work. check-in: fdacdda252 user: mdejong tags: trunk | |
| 08:56 | Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. check-in: 67fb2f3118 user: nijtmans tags: trunk | |
|
2010-02-20
| ||
| 15:38 | Make [string length] compiler handle more trivial cases. check-in: e7133caaca user: dkf tags: trunk | |
|
2010-02-19
| ||
| 14:22 | Small changes to align code style with Tcl Engineering Manual check-in: 06e96addfd user: dkf tags: trunk | |
| 13:36 | Correct compiler/linker flags for threaded builds on OpenBSD. check-in: 5f0ed97439 user: stwo tags: trunk | |
| 13:25 | Correct compiler/linker flags for threaded builds on OpenBSD. check-in: f5182a5aaf user: stwo tags: core-8-5-branch | |
| 09:56 | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 4fee00b1dd user: dkf tags: core-8-5-branch | |
| 09:54 | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouring to check that assump... check-in: 8c92f22576 user: dkf tags: trunk | |
|
2010-02-17
| ||
| 21:58 | Return to using the classic hash function. Now with *extensive* notes in the comments about why this... check-in: 851ca213dc user: dkf tags: trunk | |
| 15:59 | Fix error in stack depth calculation for [dict update], correct misleading comment in description of... check-in: 852f2c93e6 user: dkf tags: trunk | |
| 15:40 | missing comma check-in: d8c2f8b54c user: dgp tags: trunk | |
|
2010-02-16
| ||
| 21:34 | Change order of various struct members, restoring potential binary incompatibility with Tcl 8.5 check-in: be952a0158 user: nijtmans tags: trunk | |
| 16:30 | Small fixes, namely: Move some related pieces (e.g., for encoding handling) closer together Upda... check-in: 4223b70b26 user: dkf tags: trunk | |
| 16:02 | regen check-in: 688e377016 user: dkf tags: trunk | |
| 16:01 | Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD apparently does not.... check-in: 1ed3cbbadc user: dkf tags: trunk | |
| 14:09 | Update literal table to use FNV hash function. check-in: 8ec38235bc user: dkf tags: trunk | |
|
2010-02-15
| ||
| 23:10 | Eliminate all internal Tcl_WinUtfToTChar and Tcl_WinTCharToUtf calls, needed for mslu support. check-in: 89d7bf3904 user: nijtmans tags: trunk | |
| 22:56 | reverted earlier rename from tcl*Stubs to tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: ... check-in: 0d29245dd5 user: nijtmans tags: trunk | |
| 11:53 | Fix [Bug 2950259] so that deleting an object by killing its namespace will reliably call the object'... check-in: bc959e87fb user: dkf tags: trunk | |
|
2010-02-14
| ||
| 13:37 | Reduce code nesting in [namespace ensemble] implementation. check-in: f7436e0a2c user: dkf tags: trunk | |
| 13:23 | Corrected a comment. check-in: e4f2d1e010 user: dkf tags: trunk | |
|
2010-02-13
| ||
| 18:11 | Hive off the ensemble code into its own file. Split the [switch] compiler for sanity's sake. check-in: 4fbc57ea60 user: dkf tags: trunk | |
| 13:33 | Add .lib, .exp and .res to .cvsignore check-in: ca9903c7d8 user: nijtmans tags: trunk | |
| 13:31 | use -pipe for gcc on win32 (mingw/cygwin) check-in: 9548ade90f user: nijtmans tags: trunk | |
|
2010-02-12
| ||
| 03:21 | add tests for explicit backslash zero as argument to list command check-in: 0f7125b8b7 user: mdejong tags: trunk | |
|
2010-02-11
| ||
| 15:25 | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 2692fb9c43 user: dkf tags: core-8-5-branch | |
| 15:21 | Correct date check-in: ceb8e2ae70 user: dkf tags: trunk | |
| 15:20 | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. check-in: 9f72b0493b user: dkf tags: trunk | |
| 11:14 | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines check-in: 2a54ee5bde user: dkf tags: trunk | |
| 09:00 | [Bug 2949397]: Prevent destructors from running on the two core class objects when the whole interpr... check-in: ed48aba1da user: dkf tags: trunk | |
|
2010-02-10
| ||
| 23:28 | Two more hash-iteration-order assumptions bite the dust check-in: c93663dc53 user: dkf tags: trunk | |
| 23:24 | Remove assumption of ordered results from [info procs] check-in: 6bfa8a0a39 user: dkf tags: trunk | |
| 23:17 | More zlib documentation improvements. check-in: d016050a8c user: dkf tags: trunk | |
| 16:29 | Forgot the magic bias values. FNV is wildly magical... check-in: 5ba97c097d user: dkf tags: trunk | |
| 16:12 | Improvements to zlib documentation (and formatting of it). check-in: a705209b99 user: dkf tags: trunk | |
|
2010-02-09
| ||
| 22:39 | Minor corrections as recommended by Joe English. check-in: 7173a0a307 user: dkf tags: trunk | |
| 22:27 | Corrected case of trap pattern check-in: 6deccb969e user: dkf tags: trunk | |
| 22:20 | Small cleanups of formatting issues check-in: bdaa6f380a user: dkf tags: trunk | |
| 20:51 | Compilation of [try] now enabled! check-in: f2617b69aa user: dkf tags: trunk | |
| 14:08 | Get the inequality right check-in: 76f159362c user: ferrieux tags: trunk | |
| 14:05 | remove dependency on 8.5+ idiom "in" in expressions check-in: 65b672a467 user: ferrieux tags: trunk | |
|
2010-02-08
| ||
| 13:21 | [Bug 2947783]: Ensure that result is an unshared object before appending to it. check-in: 98913ba9aa user: dkf tags: trunk | |
|
2010-02-07
| ||
| 22:16 | Backport various formatting (spacing) changes from HEAD, so diffing between 8.5.x and 8.6 shows the ... check-in: abe54e99af user: nijtmans tags: core-8-5-branch | |
| 09:10 | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally faster and gives a bit b... check-in: 24fe1de120 user: dkf tags: trunk | |
| 08:03 | Fix tests with known dependencies on hash iteration order. check-in: 6df1a049cd user: dkf tags: trunk | |
|
2010-02-05
| ||
| 22:39 | Added basic compilation of [error] (the most common case only). check-in: d3fc864505 user: dkf tags: trunk | |
| 20:53 | Follow-up to earlier commit today: Eliminate the need for an extra Stubs Pointer for adressing a sta... check-in: b809fb2cbc user: nijtmans tags: trunk | |
| 14:33 | More consistency in errorcode generation. check-in: 1dc360a107 user: dkf tags: trunk | |
| 13:41 | NRE-enabled destructors! Also more generation of errorcodes. check-in: 3d92d332fd user: dkf tags: trunk | |
| 11:47 | Use 'const' more often for pointers to read-only structures. check-in: f80600cbf2 user: dkf tags: trunk | |
| 10:03 | Follow-up to [2010-01-29] commit: prevent space within stub table function parameters if the paramet... check-in: 98e1b94811 user: nijtmans tags: trunk | |
|
2010-02-04
| ||
| 14:56 | Use the object RE interface for faster matching in [array names -regexp]. check-in: 71270e9141 user: dkf tags: trunk | |
| 13:49 | minor maintenance check-in: 46d3dc6474 user: dkf tags: trunk | |
| 13:46 | Make [array get] work again with a trivial pattern. check-in: 28cd675ef6 user: dkf tags: trunk | |
| 10:53 | Minor updates: more errorcodes, less C stack levels for old APIs check-in: d91c86d0da user: dkf tags: trunk | |
|
2010-02-03
| ||
| 13:28 | More corrections to the [array unset] command. check-in: 7888bac5b1 user: dkf tags: core-8-5-branch | |
| 13:26 | More corrections to the [array unset] command. check-in: d617577cc4 user: dkf tags: trunk | |
|
2010-02-02
| ||
| 20:51 | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with * generic/tclCompile.h: 'in... check-in: ffce3e0a77 user: andreas_kupries tags: core-8-5-branch | |
| 16:13 | Ensure that decrements never assume that they can't do (actual) deletion. check-in: edff9e93e5 user: dkf tags: core-8-5-branch | |
| 16:12 | Turned the [array] command into a true ensemble. Test changes indicate some alteration to error mess... check-in: dfb143ff5e user: dkf tags: trunk | |
| 09:51 | Chisel away at reducing the cost of recent changes. check-in: 876d72038d user: dkf tags: trunk | |
| 09:13 | [Bug 2944404] Be careful in case an object deletes itself in its destructor. check-in: e4e7bef93e user: dkf tags: trunk | |
| 00:42 | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: 2a9a28a485 user: dkf tags: core-8-5-branch | |
| 00:29 | Switch to using the new faster var-ref internal API inside [array unset] when it makes sense. check-in: 8c7a10ac02 user: dkf tags: trunk | |
| 00:11 | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] hits the next element... check-in: bf4311a2b0 user: dkf tags: trunk | |
|
2010-02-01
| ||
| 11:45 | Reduce obscurity of function names. Do a little recursion unrolling. check-in: d11c7a78b9 user: dkf tags: trunk | |
| 11:12 | [Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 05ea9ca3eb user: dkf tags: core-8-5-branch | |
| 10:32 | Use attemptckalloc instead of ckalloc; RE engine knows how to deal with failure check-in: 6141987196 user: dkf tags: trunk | |
| 00:27 | [Bug 2942697]: Rework the RE engine so that certain pathological patterns are matched much more rapi... check-in: 2fa3db5b91 user: dkf tags: trunk | |
| 00:07 | better panic message check-in: 06225631a6 user: nijtmans tags: core-8-5-branch | |
|
2010-01-31
| ||
| 23:51 | Various CYGWIN-related fixes backported from HEAD. Still configure script not modified, so CYGWIN bu... check-in: ad7cfb6ee3 user: nijtmans tags: core-8-5-branch | |
| 22:33 | One more function that needs the LVT index passing into it now. check-in: 04cf166fd2 user: dkf tags: trunk | |
| 22:25 | Unbreak the build check-in: 596b2d209c user: dkf tags: trunk | |
|
2010-01-30
| ||
| 16:33 | Make the [unset] command be bytecode compiled. check-in: 211541cc9e user: dkf tags: trunk | |
|
2010-01-29
| ||
| 19:30 | Reverted Tcl_ThreadDataKey type change, see Bug #2942081 Changed some Tcl_CallFrame fields from "cha... check-in: 347767151a user: nijtmans tags: trunk | |
| 16:17 | - genStubs.tcl: No longer generate a space after "*" and immediately after a function name, so the... check-in: 9292490135 user: nijtmans tags: trunk | |
| 09:46 | Fix macro conflict on CYGWIN: don't use "small". check-in: 68e5104e39 user: nijtmans tags: core-8-5-branch | |
| 09:38 | Use correct TCL_LL_MODIFIER for CYGWIN. Formatting (all backported from HEAD) Fix gcc 4.4 warning: i... check-in: 998a628472 user: nijtmans tags: core-8-5-branch | |
|
2010-01-28
| ||
| 13:57 | Make things compile... D'oh! check-in: b6675927c4 user: dkf tags: trunk | |
| 10:25 | Improvements to destructor handling. Stop crashes from odd destruction routes. check-in: ca70f094be user: dkf tags: trunk | |
|
2010-01-25
| ||
| 20:26 | Remove double includes (which causes a warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore... check-in: 40cecbbc4f user: nijtmans tags: trunk | |
|
2010-01-22
| ||
| 23:38 | [Bug 1970629]: Define a bit better what the current namespace of a procedure is check-in: d3dfd02410 user: dkf tags: trunk | |
| 13:05 | Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 73e5d1067b user: nijtmans tags: trunk | |
| 13:02 | Revert [2009-12-21] change in tcl.h, in stead resolve the CYGWIN inclusion problems by re-arranging ... check-in: 835f8e1e9d user: nijtmans tags: trunk | |
| 10:22 | Improve error code generation from some of the tailcall-related bits of TEBC. check-in: bb30ffa43f user: dkf tags: trunk | |
|
2010-01-21
| ||
| 17:23 | * generic/tclCompile.h: NRE-enable direct eval on BC spoilage * generic/tclExecute.c: [Bug 2910748... check-in: a9ed587eec user: msofer tags: trunk | |
|
2010-01-20
| ||
| 13:42 | Use a consistent indentation of 4 for code examples. check-in: e2e171f334 user: dkf tags: trunk | |
| 13:40 | Split up and extended the examples for more clarity check-in: 8b68e73528 user: dkf tags: trunk | |
| 09:41 | Document that [tailcall] doesn't work inside [catch] check-in: 554072789f user: dkf tags: trunk | |
|
2010-01-19
| ||
| 09:57 | [bug 2929546]: Improve the dict documentation. check-in: 46c5807480 user: dkf tags: core-8-5-branch | |
| 09:48 | [Bug 2929546]: Improve the dict documentation. check-in: b2cfd8b076 user: dkf tags: trunk | |
|
2010-01-18
| ||
| 22:20 | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: f1ca567e92 user: andreas_kupries tags: core-8-5-branch | |
| 22:19 | * generic/tclIO.c (CreateScriptRecord): [Bug 2918110]: Initialize the EventScriptRecord (esPtr) f... check-in: 1d91b69bab user: andreas_kupries tags: trunk | |
| 09:50 | [Bug 2932421]: Make [format] less likely to smash intreps. check-in: 0cdd44b844 user: dkf tags: core-8-5-branch | |
| 09:49 | Ensure that objects are released in all cases (hard to test this particular one without a very large... check-in: f225aaa526 user: dkf tags: trunk | |
| 09:31 | [Bug 2932421]: Make [format] less likely to smash intreps. check-in: d9c0ca8b37 user: dkf tags: trunk | |
|
2010-01-14
| ||
| 18:43 | Yet another exclusion check-in: ef8ae9090b user: dkf tags: trunk | |
| 18:23 | Another link suppression check-in: 63fd3bb0cb user: dkf tags: trunk | |
| 18:13 | Stop breaking of highlightable over a line for ease of scraping check-in: 23f8005029 user: dkf tags: trunk | |
| 14:52 | Improve keyword lists. check-in: 123e864f6d user: dkf tags: trunk | |
| 13:59 | More tinkering with the conversion special cases. check-in: 8002784202 user: dkf tags: trunk | |
| 11:47 | Improve linking between pages, put Tk variables in Tk docs. check-in: e951b5841c user: dkf tags: trunk | |
| 11:45 | Add link remapping capability. check-in: 199ad24664 user: dkf tags: trunk | |
|
2010-01-13
| ||
| 17:09 | Add copyrights/version trackers. check-in: 11a0cd151b user: dkf tags: trunk | |
| 16:55 | Add to exclusions, remove list-syntax problem check-in: 858053ee75 user: dkf tags: trunk | |
| 15:40 | Adjust the link suppression check-in: 5284d6b708 user: dkf tags: trunk | |
| 12:08 | Improve choice of keywords check-in: f07a6ecd28 user: dkf tags: trunk | |
| 09:58 | Another useless special case removed check-in: a21529b086 user: dkf tags: trunk | |
| 09:50 | No need for regexp(n) to get special treatment check-in: 33fbfa59e0 user: dkf tags: trunk | |
| 09:48 | Some small formatting tweaks check-in: 0ed2274afe user: dkf tags: trunk | |
| 09:47 | No need for return(n) to get special treatment check-in: fb648baad8 user: dkf tags: trunk | |
| 09:42 | Formatting check-in: f1031c8514 user: dkf tags: trunk | |
| 09:41 | Tweak to generate better links check-in: 6ebfc3459b user: dkf tags: trunk | |
| 09:32 | More factoring out of special cases in the nroff->HTML code. check-in: 490d91be44 user: dkf tags: trunk | |
| 09:13 | Improve NAME for better HTML generation check-in: 3e5db4de05 user: dkf tags: trunk | |
| 09:10 | Don't break a command reference over a line check-in: bc624fbbeb user: dkf tags: trunk | |
| 06:46 | Fix TCL_LL_MODIFIER for Cygwin and various other minor CYGWIN compilation problems check-in: 2be0f4173b user: nijtmans tags: trunk | |
|
2010-01-12
| ||
| 14:38 | Simplification/refactoring of nroff->HTML. check-in: 87d7c3c997 user: dkf tags: trunk | |
| 10:55 | Fix parameter name confusion for server sockets. check-in: 1d869e473a user: ferrieux tags: trunk | |
|
2010-01-10
| ||
| 22:58 | * win/tclWinDde.c: VC++ 6.0 doesn't have * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd... check-in: ab99980096 user: nijtmans tags: trunk | |
| 20:36 | Small cleanups to improve HTML generation. check-in: ed6535d2ab user: dkf tags: trunk | |
| 16:51 | Record that [Bug 2898722] is lurking. check-in: c259a08953 user: dkf tags: trunk | |
| 13:19 | Split man2html converter up for ease of maintenance. check-in: 79ae04b489 user: dkf tags: trunk | |
| 12:32 | Added documentation for argument. check-in: 600020ad12 user: dkf tags: trunk | |
| 00:56 | Add more troff macros to ignore check-in: 44e825a295 user: dkf tags: trunk | |
|
2010-01-09
| ||
| 19:32 | Small tweaks to improve reporting and quell some unimportant messages check-in: a8cf5a937f user: dkf tags: trunk | |
| 18:42 | Added the contributed packages to the code to build HTML docs. check-in: 55a99d7dbb user: dkf tags: trunk | |
|
2010-01-06
| ||
| 22:02 | Fix environment tests under CYGWIN check-in: fdde6ad861 user: nijtmans tags: core-8-5-branch | |
| 21:35 | Various trivial fixes, discovered during CYGWIN porting attempt. All backported from trunk. check-in: 100e5d2f12 user: nijtmans tags: core-8-5-branch | |
|
2010-01-05
| ||
| 18:58 | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: 07892416f4 user: dgp tags: trunk | |
| 18:58 | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between * tests/fileNa... check-in: dc8d903cb7 user: dgp tags: core-8-5-branch | |
|
2010-01-03
| ||
| 21:36 | Fix quoting problem check-in: 079e38ed08 user: dkf tags: core-8-5-branch | |
| 21:35 | regen check-in: 3da97f4f4c user: dkf tags: trunk | |
| 21:35 | Fix quoting problem check-in: b5b4a04dc4 user: dkf tags: trunk | |
| 21:21 | regen check-in: 13bb4e345f user: dkf tags: trunk | |
| 21:20 | Missed a bit check-in: f718c762af user: dkf tags: trunk | |
| 21:17 | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 7553958875 user: dkf tags: core-8-5-branch | |
| 21:06 | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the FreeBSD porter. check-in: 70df56df91 user: dkf tags: trunk | |
| 20:52 | fix Changelog typo and c/p error check-in: 2e21ef51bb user: msofer tags: trunk | |
| 20:29 | * generic/tclBasic.c: Fix lerak of coroutines on namespace * generic/tclCompile.h: deletion, [... check-in: 213483b4eb user: msofer tags: trunk | |
|
2009-12-31
| ||
| 19:22 | Minor stylistic improvements. check-in: f140b14dba user: dkf tags: trunk | |
|
2009-12-30
| ||
| 22:26 | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 52080bfb5d user: dkf tags: trunk | |
| 22:20 | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file correctly. check-in: 90f0e832c3 user: dkf tags: core-8-5-branch | |
| 13:47 | * library/init.tcl (unknown): fix infinite recursion of ::unknown when [set] is undefined [Bug 282... check-in: 0c8502aa1f user: msofer tags: trunk | |
|
2009-12-29
| ||
| 16:58 | Minor optimization for Tcl_RecordAndEvalObj check-in: a8d1162870 user: dkf tags: trunk | |
| 16:54 | Simplify the logic in Tcl_GetCommandFromObj check-in: 62ebd8167b user: dkf tags: trunk | |
| 14:55 | [Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: 40561c3f87 user: dkf tags: trunk | |
| 13:13 | [Bug 2895741]: Make min() and max() supported in safe interpreters. check-in: e6c8bcd32e user: dkf tags: core-8-5-branch | |
| 01:43 | Handle completely invalid input to the decode methods [Bug 2922555] check-in: 7cac795579 user: patthoyts tags: trunk | |
|
2009-12-28
| ||
| 14:15 | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations check-in: 221192a523 user: dkf tags: trunk | |
| 13:55 | regen with autconf 2.61 check-in: 03062c4fa2 user: dkf tags: core-8-5-branch | |
| 13:53 | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: 29ecdb9e47 user: dkf tags: core-8-5-branch | |
| 13:48 | Correct failing test check-in: f3ee066c3b user: dkf tags: core-8-5-branch | |
| 12:58 | regen with autconf 2.61 check-in: 02500afadc user: dkf tags: trunk | |
| 12:55 | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. check-in: ce4adf55c7 user: dkf tags: trunk | |
| 12:50 | Correct failing test check-in: b19b199761 user: dkf tags: trunk | |
| 10:05 | [Bug 2891362]: Make time limits work better with the event loop. check-in: ad043aa96c user: dkf tags: core-8-5-branch | |
| 10:01 | Slight improvement of test so it shouldn't block forever if it fails check-in: f43124e2e9 user: dkf tags: trunk | |
| 09:58 | [Bug 2891362]: Make time limits work better with the event loop. check-in: 0bdf5e931a user: dkf tags: trunk | |
| 09:53 | Minor formatting issues check-in: 5c4d0c6d70 user: dkf tags: trunk | |
|
2009-12-27
| ||
| 22:09 | [Bug 2921538]: Updated example to not be quite so ancient. check-in: da04079ef3 user: dkf tags: core-8-5-branch | |
| 22:06 | [Bug 2921538]: Updated example to not be quite so ancient. check-in: e79f388bdd user: dkf tags: trunk | |
|
2009-12-25
| ||
| 22:45 | CONST -> const check-in: 26cee50b52 user: nijtmans tags: trunk | |
|
2009-12-24
| ||
| 06:58 | Tweak exclusions check-in: 6ad10e1733 user: dkf tags: trunk | |
| 06:55 | Move declarations to the top of the file, add boilerplate comments to some functions check-in: 07da01e054 user: dkf tags: trunk | |
|
2009-12-23
| ||
| 20:12 | Fix up a few stray spaces. check-in: fa2452348c user: dkf tags: trunk | |
| 11:17 | [Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 41ff8cabc7 user: dkf tags: trunk | |
| 11:13 | [Bug 2913625]: Stop information about paths from leaking through [info script] and [info nameofexecu... check-in: 75352cd289 user: dkf tags: core-8-5-branch | |
| 07:10 | Cygwin: Install libtcl8.6.dll in bin directory check-in: 157c10506a user: nijtmans tags: trunk | |
|
2009-12-22
| ||
| 19:49 | [Bug 2918962]: Stop crash when -index and -stride are used together in [lsort]. check-in: b246bea842 user: dkf tags: trunk | |
|
2009-12-21
| ||
| 23:25 | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still not enabled yet, but at... check-in: dca4a9980e user: nijtmans tags: trunk | |
|
2009-12-19
| ||
| 14:21 | * generic/tclBasic.c: Fix for bad cmd resolution by coroutines * tests/coroutine.test: [Bug #29176... check-in: 28c837c3c8 user: msofer tags: trunk | |
|
2009-12-17
| ||
| 16:30 | bump to msgcat 1.4.3 to account for commits check-in: 222dc4ed0f user: dgp tags: core-8-5-branch | |
| 16:28 | bump to msgcat 1.4.3 to account for commits check-in: 6d48bf9c9d user: dgp tags: trunk | |
| 00:06 | Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result check-in: 295ac3225d user: nijtmans tags: trunk | |
|
2009-12-16
| ||
| 23:44 | Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: 1fb17d6662 user: dkf tags: trunk | |
| 23:31 | Upgrade to Safe Base's handling of [glob] to be more permissive with the feature set supported, but ... check-in: b350c509d7 user: dkf tags: core-8-5-branch | |
| 23:25 | Fix gcc warning: ignoring return value of ‘write’, declared with attribute warn_unused_result CO... check-in: e52afe7fa4 user: nijtmans tags: trunk | |
| 14:04 | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: e1ae666a88 user: dkf tags: core-8-5-branch | |
| 14:01 | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in the HTML documentation.... check-in: 4a6caccf13 user: dkf tags: trunk | |
| 13:53 | Force this file to be interpreted as a Tcl script by Emacs check-in: 73f8d9eb42 user: dkf tags: trunk | |
| 09:31 | [Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 6f7f5feb1e user: dkf tags: core-8-5-branch | |
| 09:27 | Silence a bunch of unimportant messages from cvs check-in: 7a4a1ee758 user: dkf tags: core-8-5-branch | |
| 09:26 | [Bug 2913616]: Make msgcat package work in safe interpreters. check-in: 327dfaa07c user: dkf tags: trunk | |
|
2009-12-14
| ||
| 10:03 | Document that [file tempfile] always works on the native filesystem by design. [Bug 2388866] check-in: 9c9592b53e user: dkf tags: trunk | |
|
2009-12-13
| ||
| 17:54 | fix comment check-in: c07dfe3d13 user: msofer tags: trunk | |
| 17:27 | remove accidentally committed c++ style temp comments check-in: 3960ba39cf user: msofer tags: trunk | |
| 17:11 | * generic/tclBasic.c: Release TclPopCallFrame() from its * generic/tclExecute.c: tailcall-manage... check-in: 20752ce195 user: msofer tags: trunk | |
| 16:41 | * generic/tclBasic.c: Moving TclBCArgumentRelease call * generic/tclExecute.c: from TclNRTailcal... check-in: d4a353ca17 user: msofer tags: trunk | |
|
2009-12-12
| ||
| 19:57 | Plug testing memleak. [Bug 2895367] check-in: d1d07b5a23 user: dkf tags: trunk | |
| 19:46 | Plug testing memleak. [Bug 2895367] check-in: f1b36a4349 user: dkf tags: core-8-5-branch | |
|
2009-12-11
| ||
| 23:42 | Fix gcc warning: signed and unsigned type in conditional expression check-in: 81f2a75d2f user: nijtmans tags: trunk | |
| 23:17 | Add tcl.pc and tclsh.exe to .cvsignore check-in: 3b35eb4221 user: nijtmans tags: trunk | |
| 23:10 | Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 574533920e user: nijtmans tags: trunk | |
| 22:52 | Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc ... check-in: 78b6d8b10a user: nijtmans tags: trunk | |
| 14:08 | [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. check-in: b823bbf8aa user: dkf tags: trunk | |
| 14:01 | Change to braces in example to avoid bug in HTML creator script check-in: 6d32390fef user: dkf tags: trunk | |
| 14:01 | fix comment check-in: 72629e543a user: msofer tags: trunk | |
| 05:49 | code comments check-in: 5591a2f0d1 user: msofer tags: trunk | |
| 05:38 | code comments check-in: 097379b159 user: msofer tags: trunk | |
| 05:32 | code comments check-in: 2aea4baa97 user: msofer tags: trunk | |
| 04:47 | simplify the coroutine BP-chain monkey-patching; tclBasic does not need to know about bottomPtr, teb... check-in: 76cabdcc5c user: msofer tags: trunk | |
|
2009-12-10
| ||
| 23:52 | * generic/tclBasic.c: Full nre-enabling of coroutines * generic/tclExecute.c: [Bug 2806407] check-in: 9995f661be user: msofer tags: trunk | |
| 22:38 | * generic/tclBasic.c: small cleanup check-in: d2ad5bb002 user: msofer tags: trunk | |
| 22:01 | * generic/tclExecute.c: fix panic in http11.test caused by buggy earlier commits in coroutine mana... check-in: 057cb7f89c user: msofer tags: trunk | |
| 19:13 | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 9f793e75c3 user: andreas_kupries tags: trunk | |
| 19:13 | * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the ... check-in: 60381f421b user: andreas_kupries tags: core-8-5-branch | |
| 18:23 | reorganization and better comments in TclNRCoroutineObjCmd() check-in: c363632e17 user: msofer tags: trunk | |
| 17:48 | * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines by d... check-in: fd0eaa36ea user: msofer tags: trunk | |
| 16:54 | * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines check-in: a00ff915ee user: msofer tags: trunk | |
| 09:21 | Minor whitespace cleanup... nothing to see here check-in: 7be18c8355 user: dkf tags: trunk | |
|
2009-12-09
| ||
| 23:26 | Killed c99/c++ comments left in by the IO patch. check-in: b8d9093b8d user: andreas_kupries tags: trunk | |
| 23:03 | * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's patch fixing the inconsistent buff... check-in: 5af0d249de user: andreas_kupries tags: trunk | |
| 22:34 | * library/safe.tcl: Backport of the streamlined safe base from * tests/safe.test: head to the 8.5... check-in: 516de93f78 user: andreas_kupries tags: core-8-5-branch | |
| 18:40 | Revert the 1.19 -> 1.20 commit now that bug 2487771 appears fixed. check-in: 5b277e5b35 user: dgp tags: trunk | |
| 17:57 | remove accidentally committed C++ style comments check-in: badb19da85 user: msofer tags: trunk | |
| 17:55 | * generic/tclBasic.c: Insure correct lifetime of varFrame's (objc,objv)for coroutines. * gener... check-in: dc303ea50b user: msofer tags: trunk | |
| 16:41 | Add missing Tcl_SetErrorCode calls. check-in: 5016f7451b user: dkf tags: trunk | |
| 12:16 | * generic/tclExecute.c (TclStackFree): Improved panic msg check-in: 1bbd795bef user: msofer tags: trunk | |
|
2009-12-08
| ||
| 23:04 | added comment confessing my puzzlement check-in: 0c446f44c3 user: msofer tags: trunk | |
| 22:58 | minor cleanup check-in: 2f6acb6df9 user: msofer tags: trunk | |
| 21:44 | baby steps towards nre-enabling coroutine first run check-in: f5462f26a9 user: msofer tags: trunk | |
| 20:56 | * generic/tclBasic.c: Partial nre-enabling of coroutines. * generic/tclExecute.c: The initial ca... check-in: 3bf4f4aa02 user: msofer tags: trunk | |
| 19:00 | * generic/tclExecute.c (TEBC): silence warning about pcAdjustment check-in: 5e6ea3e1b9 user: msofer tags: trunk | |
| 14:18 | Small corrections (enforcing ANSI style declarations, etc.) check-in: 139608bd78 user: dkf tags: trunk | |
| 13:58 | Reduce size of TEBC activation record a bit. check-in: de13c3c8c4 user: dkf tags: trunk | |
| 04:20 | * generic/tclExecute.c (TEBC): Grouping "slow" variables into structs, to reduce register pressure... check-in: 61f37dbba0 user: msofer tags: trunk | |
| 01:34 | * generic/tclExecute.c: Start cleaning the TEBC stables * generic/tclInt.h: check-in: be429aa62f user: msofer tags: trunk | |
|
2009-12-07
| ||
| 20:49 | * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku * tests/coroutine.test: check-in: 787fb64567 user: msofer tags: trunk | |
| 19:03 | * generic/tclBasic.c: arrange for [tailcall] to be created with the other builtins: was being crea... check-in: 90e69c9120 user: msofer tags: trunk | |
| 17:15 | * generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: a453455af3 user: dgp tags: trunk | |
| 17:14 | * generic/tclStrToD.c: Correct conditional compile directives to better detect the ... check-in: 6bc1abafff user: dgp tags: core-8-5-branch | |
| 16:33 | * generic/tclBasic.c: add ::tcl::unsupported::yieldTo * generic/tclInt.h: [Patch 2910056] check-in: ccf1454f1d user: msofer tags: trunk | |
| 15:08 | Plug memory leak. [Bug 2910044] check-in: 1eff7fbab5 user: dkf tags: trunk | |
| 14:04 | missing declaration check-in: 96b97eb9c7 user: msofer tags: trunk | |
|
2009-12-06
| ||
| 20:35 | factoring TclSpliceTailcall out of TclPopStackFrame check-in: 8b0b539704 user: msofer tags: trunk | |
| 19:37 | oops - test error due to deletion of now not-created namespace check-in: cc4f8c3218 user: msofer tags: trunk | |
| 18:29 | clear old junk in tests/coroutine.test: check-in: a4591dcf8e user: msofer tags: trunk | |
| 18:12 | * generic/tclBasic.c: Small changes for clarity in tailcall * generic/tclExecute.c: and coroutin... check-in: 0d9536212f user: msofer tags: trunk | |
| 12:19 | missing changelog entry check-in: fdc1864a9f user: msofer tags: trunk | |
|
2009-12-05
| ||
| 22:05 | * tests/tailcall.test: remove some old unused crud; improved the stack depth tests. check-in: e1304c9018 user: msofer tags: trunk | |
| 21:30 | * generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out o... check-in: 1ebac3d262 user: msofer tags: trunk | |
|
2009-12-03
| ||
| 15:49 | Fix [Bug 2906841] and a few other smaller issues. check-in: 58f7495c10 user: dkf tags: trunk | |
|
2009-12-02
| ||
| 22:01 | Add support for win32 CALLBACK functions in genStubs.tcl (needed for Tk bugfix) check-in: ede910714b user: nijtmans tags: core-8-5-branch | |
| 20:45 | tools/genStubs.tcl Add support for win32 CALLBACK functions and remove obsolete "emitStubs" and "... check-in: 0aabcd0ba1 user: nijtmans tags: trunk | |
|
2009-11-30
| ||
| 23:10 | tcl.h Don't use EXPORT for Tcl_InitStubs win/Makefile.in Better dependancies in case of static... check-in: d63090dfb8 user: nijtmans tags: trunk | |
| 15:44 | [Bug 2901433]: Improved description of {*} syntax. check-in: 39fc448dc2 user: dkf tags: core-8-5-branch | |
| 15:39 | [Bug 2901433]: Improved description of {*} syntax. check-in: 8122761dee user: dkf tags: trunk | |
|
2009-11-29
| ||
| 09:00 | revert 2902965 tclAppInit.c change check-in: 9e1924b178 user: das tags: trunk | |
| 08:46 | reverted 2902965 changes that broke static builds on OSX check-in: edecf0165f user: das tags: trunk | |
|
2009-11-27
| ||
| 21:44 | * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added a call to Tcl_InitStubs. 'tclsh'... check-in: f83af53218 user: kennykb tags: trunk | |
| 14:53 | [Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: d5a9d37f2b user: dkf tags: core-8-5-branch | |
| 14:35 | [Patch 2903921]: Many small spelling fixes from Larry Virden. check-in: c04520abab user: dkf tags: trunk | |
| 07:27 | Match the version-bump of TclOO. check-in: 5e375e282f user: dkf tags: trunk | |
| 06:33 | [Bug 2903811]: Remove unneeded restrictions on usefully calling the oo::object->variable method. Lea... check-in: 8666033e45 user: dkf tags: trunk | |
|
2009-11-26
| ||
| 17:37 | autoheader-2.59 check-in: 24632c2ec6 user: das tags: trunk | |
| 17:37 | fix warning on LP64 check-in: ee769e1c33 user: das tags: trunk | |
| 09:40 | Add .PHONY rules and documentation to preemptively stop trouble that plagued Tk from hitting Tcl too... check-in: 2e2fb9b16b user: dkf tags: trunk | |
| 07:02 | Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 5c9a3057c9 user: nijtmans tags: trunk | |
| 07:01 | Fix [Bug 2902965] stub related changes cause tclkit built to break check-in: 4bf7a171b2 user: nijtmans tags: trunk | |
|
2009-11-25
| ||
| 21:02 | * win/Makefile.in: Added a 'test-tcl' rule that is identical to 'test' except that it does not go sp... check-in: 7c72e91ac9 user: kennykb tags: trunk | |
| 14:31 | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 4a1666f4ce user: stwo tags: core-8-5-branch | |
| 14:25 | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize... check-in: 39ef38578c user: stwo tags: trunk | |
|
2009-11-24
| ||
| 20:15 | * library/tclIndex: Manually redone the part of tclIndex dealing with safe.tcl and tm.tcl. This p... check-in: 5ee77c502a user: andreas_kupries tags: trunk | |
| 19:23 | Restore tcl/library/tclIndex to Revision 1.11 contents, to stop total breakage of auto-loading in sl... check-in: e0da5a9a1f user: dgp tags: trunk | |
| 12:00 | Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] check-in: 56012b12ec user: dkf tags: trunk | |
| 00:08 | [Bug 2893771] Teach [file stat] to handle locked files. This stops [file exists] from returning fals... check-in: 02224b9ef6 user: patthoyts tags: trunk | |
|
2009-11-23
| ||
| 23:06 | library/tclIndex (regenerated) to reflect various changes in safe.tcl and other library files. check-in: 11ccf25491 user: nijtmans tags: trunk | |
| 22:14 | * tests/fCmd.test (fCmd-30.1): Changed registry location of the 'My Documents' folder to the one tha... check-in: ca44a588ed user: kennykb tags: trunk | |
| 21:26 | makefile.vc: Add stub library to necessary link lines check-in: dd77ba2cb5 user: nijtmans tags: trunk | |
| 20:36 | Test constraint 2000orNewer should only be true on Windows platform check-in: 51d8486e2e user: dgp tags: trunk | |
| 20:17 | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make sure that Xxxxx_Init is always exported ... check-in: 0f53c33f63 user: nijtmans tags: trunk | |
| 19:00 | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] Further machinations to get NewTestThread a... check-in: 61219b1dbe user: kennykb tags: trunk | |
| 00:02 | [Bug 2901803]: Fix silly error. check-in: 5d8705006e user: dkf tags: trunk | |
|
2009-11-22
| ||
| 00:17 | Added some OSX-specific things check-in: 710b545979 user: dkf tags: trunk | |
|
2009-11-21
| ||
| 21:58 | Cast required when setting result using a const string. String is copied by TCL_VOLATILE. check-in: a74abc57ce user: patthoyts tags: trunk | |
|
2009-11-20
| ||
| 00:19 | a bit of cleanup check-in: 907c4296b6 user: dgp tags: trunk | |
|
2009-11-19
| ||
| 22:06 | [Tcl Patch #2883533] tcl.m4 support for Haiku OS check-in: f339c1acc8 user: nijtmans tags: trunk | |
| 21:56 | Updated freeIntRepProc routines so that they set the typePtr field to NULL so that the Tcl_Obj is no... check-in: 803df07822 user: nijtmans tags: trunk | |
| 21:23 | Create tcltest86.dll as dynamic Tcltest package check-in: fcdfc71cd5 user: nijtmans tags: trunk | |
| 21:17 | Test-case for fixed [Bug 2849797] Fix safe-10.1 and safe-10.4 test cases, making the wrong assumptio... check-in: a1f1098660 user: nijtmans tags: trunk | |
| 16:31 | * unix/tclAppInit.c: Repair broken build of the tcltest executable. * win/tclAppI... check-in: 9fdef42bec user: dgp tags: trunk | |
| 11:59 | Undo Jan's needless vandalism. check-in: 8028e692aa user: dkf tags: trunk | |
|
2009-11-18
| ||
| 23:56 | Add files to .cvsignore check-in: 7d02933036 user: nijtmans tags: trunk | |
| 23:46 | Fix [Bug 2883850]: pkgIndex.tcl doesn't get created with static Tcl build check-in: 39268397d9 user: nijtmans tags: trunk | |
| 22:41 | Fix [Bug 2849797]: channel name inconsistencies as suggested by DKF minor *** POTENTIAL INCOMPATIBIL... check-in: c0b94338ed user: nijtmans tags: trunk, potential incompatibility | |
| 22:21 | Eliminate unneccessary spaces check-in: 9ee875bb1f user: nijtmans tags: trunk | |
| 22:02 | Eliminate various gcc warnings (in -Wextra mode) check-in: 7dca608b0f user: nijtmans tags: trunk | |
| 21:59 | Eliminate various gcc warnings (in -Wextra mode) check-in: 8780faf488 user: nijtmans tags: trunk | |
| 21:45 | Eliminate unneccessary spaces check-in: e4348fa147 user: nijtmans tags: trunk | |
| 21:23 | Eliminate "then" keyword check-in: 739793ad4a user: nijtmans tags: trunk | |
| 21:04 | Fix [Bug 2891171]: URL checking too strict when using multiple question marks (added test case) check-in: 2e8541a6bb user: nijtmans tags: trunk | |
|
2009-11-17
| ||
| 19:51 | format check-in: fcd21b0ffc user: dgp tags: trunk | |
| 17:27 | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- up from a few days ago (2009-1... check-in: 027f112e04 user: andreas_kupries tags: trunk | |
|
2009-11-16
| ||
| 18:01 | Use proper command creation routine. check-in: cd0fd01cd2 user: dgp tags: trunk | |
| 18:00 | Revert mistaken commit check-in: f90f573d18 user: dgp tags: trunk | |
| 17:38 | (forward port) Fix [Bug 2891556] and improve test to detect similar manifestations in the future. Ad... check-in: 8fa4d0a5b9 user: ferrieux tags: trunk | |
| 12:14 | Fix [Bug 2891556] and improve test to detect similar manifestations in the future. check-in: 68033c16fa user: ferrieux tags: core-8-5-branch | |
| 06:29 | * win/tclWinDde.c: Avoid gcc compiler warning by explicitly casting DdeCreateStringH... check-in: 3d793e20b3 user: mdejong tags: trunk | |
|
2009-11-12
| ||
| 17:34 | retag check-in: 8c5e95aa66 user: dgp tags: core-8-5-8, core-8-5-branch | |
| 17:25 | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity * tests/io.test: which used the num... check-in: bee5fce253 user: andreas_kupries tags: trunk | |
| 17:03 | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity which used the number of _written_ ... check-in: baab8a7a17 user: andreas_kupries tags: core-8-5-branch | |
| 16:55 | * changes: Update for 8.5.8 release. check-in: 42d15ddc0a user: dgp tags: core-8-5-branch | |
| 16:31 | * generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: b33ef2e156 user: dgp tags: trunk | |
| 16:31 | * generic/tclClock.c (TclClockInit): Do not create [clock] support commands in sa... check-in: 3d9d716a03 user: dgp tags: core-8-5-branch | |
| 15:47 | * tests/io.test: New test io-53.11 to test for [Bug 2895565]. check-in: c7e003efd4 user: dgp tags: core-8-5-branch | |
|
2009-11-11
| ||
| 23:46 | Fixed a number of test issues for Vista and Win7. These test failures are due to the more restrictiv... check-in: 01efc55dbd user: patthoyts tags: core-8-5-branch | |
| 16:14 | * library/http/http.tcl: Update the URL syntax check to RFC 3986 compliance o... check-in: c135514043 user: dgp tags: core-8-5-branch | |
| 06:49 | Fix [Bug 2891171]: URL checking too strict when using multiple question marks check-in: 81e45883f4 user: nijtmans tags: trunk | |
| 00:04 | Backported fix for [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of... check-in: ee83aeb170 user: ferrieux tags: core-8-5-branch | |
|
2009-11-10
| ||
| 23:50 | Fix [Bug 2888099] (close discards ENOSPC error) by saving the errno from the first of two FlushChann... check-in: c4da5b0446 user: ferrieux tags: trunk | |
| 20:53 | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. Forward port from Tcl 8.5 ... check-in: 6e51787631 user: andreas_kupries tags: trunk | |
| 20:40 | Cleanup directories that have been set chmod 000. On Windows7 and Vista we really have no access and... check-in: cc111e01e9 user: patthoyts tags: trunk | |
| 20:19 | * generic/tclBasic.c: Plug another leak in TCL_EVAL_DIRECT evaluation. check-in: 6b6e463f6b user: dgp tags: core-8-5-branch | |
| 17:57 | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323]. Forward port from... check-in: c4d00afb1a user: andreas_kupries tags: trunk | |
| 16:46 | * generic/tclObj.c: Plus memory leak in TclContinuationsEnter(). [Bug 2895323] check-in: d250faf92f user: dgp tags: core-8-5-branch | |
|
2009-11-09
| ||
| 23:38 | Removed outdated Msys + Mingw info, fix for [Bug 2459744]. check-in: 32ac0f142d user: stwo tags: core-8-5-branch | |
| 23:14 | Removed outdated Msys + Mingw info. check-in: b0872a6dee user: stwo tags: trunk | |
| 22:59 | * tests/info.test: Resolve ambiguous resolution of variable "res". Forward port from 8.5 check-in: c490168fd6 user: andreas_kupries tags: trunk | |
| 22:36 | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in TCL_EVAL_DIRECT evaluati... check-in: 3e4ff11855 user: dgp tags: core-8-5-branch | |
| 22:36 | * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of refCount for the file path out o... check-in: aac1c7cb46 user: andreas_kupries tags: trunk | |
| 13:47 | Some small bits of tidying up. check-in: 35e9bea66e user: dkf tags: trunk | |
|
2009-11-08
| ||
| 20:18 | Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: e72854500f user: dkf tags: trunk | |
| 20:01 | Moved the descriptions of the index formats to their own section, and added a warning to the 'bytele... check-in: 402366065a user: dkf tags: trunk | |
| 19:56 | Formatting correction check-in: bf0a8fbe58 user: dkf tags: trunk | |
|
2009-11-07
| ||
| 09:24 | [Bug 2891026] add addtional contraints for vista+ for non-readable directories check-in: 9c8e4ef2b8 user: patthoyts tags: trunk | |
|
2009-11-06
| ||
| 18:16 | * library/safe.tcl (::safe::Setup): Added documentation of the contents of the state array. Also ... check-in: f40f4a017b user: andreas_kupries tags: trunk | |
|
2009-11-05
| ||
| 20:51 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 10d116161c user: andreas_kupries tags: trunk | |
| 20:41 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 91f347f7f4 user: andreas_kupries tags: trunk | |
| 20:26 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: e50809b309 user: andreas_kupries tags: trunk | |
| 20:15 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 47e286b0fd user: andreas_kupries tags: trunk | |
| 20:04 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ac652ea4ff user: andreas_kupries tags: trunk | |
| 19:55 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 69f483876e user: andreas_kupries tags: trunk | |
| 19:47 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 4ffeb7c38b user: andreas_kupries tags: trunk | |
| 19:35 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: a8e38fb6e5 user: andreas_kupries tags: trunk | |
| 19:22 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: ee28a197ac user: andreas_kupries tags: trunk | |
| 19:18 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: c9f749c0ec user: andreas_kupries tags: trunk | |
| 19:07 | * library/safe.tcl: A series of patches which bring the SafeBase up to date with code guidelines,... check-in: 60a435aa1d user: andreas_kupries tags: trunk | |
| 17:56 | Clarification check-in: 0d8c9af174 user: dkf tags: trunk | |
| 17:49 | Clarified [namespace import] and NAME RESOLUTION check-in: 50323a39ef user: dkf tags: trunk | |
|
2009-11-04
| ||
| 04:47 | 2009-11-03 Andreas Kupries <andreask@activestate.com> * library/safe.tcl (::safe::InterpS... check-in: e2c5600f10 user: dgp tags: core-8-5-branch | |
| 00:39 | * library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: 4a164f5a0b user: kennykb tags: core-8-5-branch | |
| 00:35 | * library/tzdata/Asia/Novokuznetsk: New tzdata locale for Kemerovo oblast', which now keeps Novosibi... check-in: ccd2f2e426 user: kennykb tags: trunk | |
|
2009-11-03
| ||
| 23:20 | Backported permissions fix for Windows 7 to cleanup test directory. check-in: d655795c20 user: patthoyts tags: core-8-5-branch | |
| 19:22 | *** 8.5.8 TAGGED FOR RELEASE *** check-in: 33559eaf2e user: dgp tags: core-8-5-branch | |
| 19:21 | * generic/tcl.h: Bump to 8.5.8 for release. * library/init.tcl: * too... check-in: 75775311ab user: dgp tags: core-8-5-branch | |
| 19:16 | * changes: Update for 8.5.8 release. check-in: ebbfc19434 user: dgp tags: core-8-5-branch | |
|
2009-11-02
| ||
| 10:03 | Minor correction check-in: a651b65303 user: dkf tags: trunk | |
| 09:54 | Improve the general description. check-in: b55cebdb02 user: dkf tags: trunk | |
| 00:04 | fixes for htmlhelp target check-in: eb8333ffb9 user: mistachkin tags: trunk | |
|
2009-11-01
| ||
| 18:15 | Move TIP#285 routines out of Tcl_Eval(3) into their own manpage. check-in: 5fb688f52c user: jenglish tags: trunk | |
| 13:00 | Apply a bit more polish check-in: 6e31c75c9a user: dkf tags: trunk | |
| 12:10 | Apply a bit more polish check-in: 90b47f083f user: dkf tags: trunk | |
| 00:27 | Minor formatting fix. check-in: 4661c48cad user: dkf tags: trunk | |
| 00:26 | Improve with more explanation of what's going on. check-in: b319b96def user: dkf tags: trunk | |
|
2009-10-31
| ||
| 20:25 | [Bug 2889593]: Make [expr round()] give the right error. check-in: ba802af1b7 user: dkf tags: core-8-5-branch | |
| 20:18 | [Bug 2889593]: Make [expr round()] give the right error. check-in: 598e4e4e48 user: dkf tags: trunk | |
|
2009-10-30
| ||
| 16:28 | More variable hygiene. check-in: 23954d5b6b user: dkf tags: trunk | |
| 11:13 | Cleanup non-writable test directory on Windows. When creating the notwritabledir we deny the current... check-in: c9d28e15b1 user: patthoyts tags: trunk | |
|
2009-10-29
| ||
| 22:20 | More variable cleansing check-in: df9c4cb142 user: dkf tags: trunk | |
| 18:38 | * generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: c8fd5c657b user: dgp tags: trunk, potential incompatibility | |
| 18:34 | * generic/tcl.h: Changed the typedef for the mp_digit type from: ... check-in: 554b1b107c user: dgp tags: core-8-5-branch, potential incompatibility | |
| 17:21 | test hygiene for the ::tmp variable check-in: 1647c5548e user: dgp tags: trunk | |
| 17:21 | Test hygiene for the ::tmp variable check-in: eced552367 user: dgp tags: core-8-5-branch | |
| 15:51 | More variable cleansing check-in: ea56dd66e0 user: dkf tags: trunk | |
| 11:49 | General cleanliness improvements. check-in: ed2df7fe53 user: dkf tags: trunk | |
| 08:08 | Remove accidental C99-ism which reportedly makes the AIX native compiler choke. check-in: a39af4be39 user: dkf tags: trunk | |
| 01:17 | * library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 8540896694 user: kennykb tags: trunk | |
| 01:17 | * library/clock.tcl (LocalizeFormat): * tests/clock.test (clock-67.1): Corrected a problem where '%%... check-in: 6494be37d1 user: kennykb tags: core-8-5-branch | |
|
2009-10-28
| ||
| 21:10 | * generic/tclLiteral.c: Backport fix for [Bug 2888044]. check-in: c853fcb266 user: dgp tags: core-8-5-branch | |
| 21:03 | * generic/tclLiteral.c: Fixed 2 bugs reported in [Bug 2888044]. * tests/info.test: ... check-in: 857c040860 user: dgp tags: trunk | |
| 16:46 | * tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: 2e4e794fc8 user: kennykb tags: trunk | |
| 16:45 | * tests/fileName.test (fileName-20.[78]): Corrected poor test hygiene (failure to save and restore t... check-in: ec33223598 user: kennykb tags: core-8-5-branch | |
|
2009-10-27
| ||
| 20:31 | * generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: 07717b8954 user: dgp tags: trunk | |
| 20:30 | * generic/tclPathObj.c: Missing refcount on cached normalized path caused crashes. ... check-in: a60df8980e user: dgp tags: core-8-5-branch | |
| 03:35 | * library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: a078520c48 user: kennykb tags: trunk | |
| 03:35 | * library/tzdata/America/Argentina/Buenos_Aires: * library/tzdata/America/Argentina/Cordoba: * libra... check-in: 0eed3557a4 user: kennykb tags: core-8-5-branch | |
| 03:24 | * library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 8748693449 user: kennykb tags: core-8-5-branch | |
| 03:23 | * library/clock.tcl (ParseClockScanFormat): Corrected a problem where [clock scan] didn't load the t... check-in: 1042002083 user: kennykb tags: trunk | |
|
2009-10-26
| ||
| 16:56 | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the `make distclean` ... check-in: 0cfe105118 user: dgp tags: trunk | |
|
2009-10-24
| ||
| 22:20 | * library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 87e633db8e user: kennykb tags: core-8-5-branch | |
| 22:20 | * library/clock.tcl (ProcessPosixTimeZone): Corrected a regression in the fix to [Bug 2207436] tha... check-in: 9b2e848348 user: kennykb tags: trunk | |
|
2009-10-23
| ||
| 19:09 | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: 6a13560e76 user: andreas_kupries tags: trunk | |
| 19:09 | * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pip... check-in: a63650e781 user: andreas_kupries tags: core-8-5-branch | |
|
2009-10-22
| ||
| 15:39 | Let [$obj varname x(y)] work. [Bug 2883857] check-in: 745467a2bf user: dkf tags: trunk | |
|
2009-10-21
| ||
| 15:13 | Typo check-in: 8689bd148a user: dkf tags: trunk | |
| 13:54 | Fix [Bug 2882561]. check-in: dcf1be2659 user: dkf tags: core-8-5-branch | |
| 13:53 | Fix [Bug 2882561]. check-in: 2f58fcf25a user: dkf tags: trunk | |
| 13:36 | Fix [Bug 2881259]. check-in: e687e18dae user: dkf tags: trunk | |
|
2009-10-20
| ||
| 21:45 | describe backported fixes check-in: cb2104a015 user: ferrieux tags: core-8-5-branch | |
| 17:21 | * unix/Makefile.in: Removed the long outdated and broken targets package-* that ... check-in: 72bdd80c30 user: dgp tags: trunk | |
|
2009-10-19
| ||
| 22:00 | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: 8e6e2b93ab user: dgp tags: trunk | |
| 21:59 | * generic/tclIO.c: Revised ReadChars and FilterInputBytes routines to permit re... check-in: cdf0022092 user: dgp tags: core-8-5-branch | |
|
2009-10-18
| ||
| 11:21 | Fix for [Bug 988703, 1565466] check-in: 3a43f003a8 user: mistachkin tags: core-8-5-branch | |
| 10:39 | Fix for [Bug 2871908] check-in: d8a89a64f8 user: mistachkin tags: trunk | |
| 08:00 | Fix for [Bug 1565466] check-in: ff40104ffa user: mistachkin tags: trunk | |
|
2009-10-17
| ||
| 22:35 | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 3164b694cd user: dkf tags: core-8-5-branch | |
| 22:24 | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. check-in: 092a1af5b4 user: dkf tags: trunk | |
|
2009-10-15
| ||
| 20:33 | Fix the icon to have 48x48 size (mistakenly made a 46px icon) check-in: cd373de52f user: patthoyts tags: trunk | |
|
2009-10-14
| ||
| 15:59 | Added missing text. Noticed by Emiliano Gavilan. check-in: e825ba598c user: dkf tags: trunk | |
|
2009-10-08
| ||
| 14:42 | [Bug 2874678]: Don't leak bignums in [dict incr]... check-in: cdd77ebec4 user: dkf tags: core-8-5-branch | |
| 14:37 | [Bug 2874678]: Don't leak bignums in [dict incr]... check-in: fa32677770 user: dkf tags: trunk | |
|
2009-10-07
| ||
| 23:10 | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 3407f29edf user: andreas_kupries tags: core-8-5-branch | |
| 23:09 | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the objThreadMap and lineCLPtr hashtables... check-in: 95b0865e88 user: andreas_kupries tags: trunk | |
| 17:11 | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 11147c4905 user: andreas_kupries tags: core-8-5-branch | |
| 17:07 | * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired constant 11 with the proper errno d... check-in: 5e5eae4bd8 user: andreas_kupries tags: trunk | |
|
2009-10-06
| ||
| 16:55 | * generic/tclInterp.c (SlaveEval): Agressive stomping of internal reps was added as ... check-in: ffe3e3baba user: dgp tags: trunk | |
| 16:31 | * generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 4a1c8a2c75 user: dgp tags: trunk | |
| 16:30 | * generic/tclTomMathInt.h (new): Public header tclTomMath.h had * generic/tclTomMath... check-in: 6e9ea43f97 user: dgp tags: core-8-5-branch | |
|
2009-10-05
| ||
| 20:02 | * library/safe.tcl (AliasGlob): Fixed conversion of catch to try/finally, it had an 'on ok msg'... check-in: 5f009d7cf2 user: andreas_kupries tags: trunk | |
| 15:20 | * changes: Update for 8.5.8 release. check-in: d0be4425c2 user: dgp tags: core-8-5-branch | |
| 02:41 | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: 3e06f9c8e8 user: das tags: core-8-5-branch | |
| 02:41 | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in * unix/tclUnixInit.c: Mac OS X ... check-in: a83c2eebce user: das tags: trunk | |
| 02:40 | fix tclooConfig.sh install check-in: 707453d800 user: das tags: trunk | |
|
2009-10-02
| ||
| 17:59 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: b0ffb24bc2 user: kennykb tags: trunk | |
| 17:54 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: * library/tzdata/Asia/Karachi: * libr... check-in: cd363609df user: kennykb tags: core-8-5-branch | |
|
2009-09-30
| ||
| 03:11 | * generic/tclDictObj.c: Updated freeIntRepProc routines so * generic/tclExec... check-in: c712d7d7bb user: dgp tags: trunk | |
|
2009-09-29
| ||
| 05:03 | * generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: f10095b9f9 user: dgp tags: trunk | |
| 04:43 | * generic/tclAlloc.c: Cleaned up various routines in the * generic/tclCkal... check-in: e6b0f11e96 user: dgp tags: core-8-5-branch | |
| 04:29 | http bump fix check-in: ae0e27059b user: dgp tags: core-8-5-branch | |
|
2009-09-28
| ||
| 18:02 | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with * tests/error.test: ... check-in: b806f70a69 user: dgp tags: trunk | |
| 16:34 | * tests/error.test (error-15.9.*): More coverage tests for [try]. Test error-15... check-in: e6fa68b0fe user: dgp tags: trunk | |
| 03:22 | * tests/error.test (error-15.8.*): Coverage tests illustrating flaws in the pro... check-in: d9ab5de7ca user: dgp tags: trunk | |
|
2009-09-26
| ||
| 21:42 | Added dummy tclooConfig.sh files for easier cross-version building. [2026844] check-in: 6475123e8f user: dkf tags: trunk | |
|
2009-09-24
| ||
| 17:19 | TIP #356 IMPLEMENTATION * generic/tcl.decls: Promote internal routine TclNRSubst... check-in: 2b4e9763d9 user: dgp tags: trunk | |
|
2009-09-23
| ||
| 23:36 | * doc/namespace.n: the description of [namespace unknown] failed to mention [namespace path]: fixe... check-in: 56c0814129 user: msofer tags: trunk | |
|
2009-09-22
| ||
| 01:14 | edit check-in: d97f09264c user: dgp tags: trunk | |
|
2009-09-21
| ||
| 21:30 | * tests/regexp.test: Added check for error message from unbalanced [] in regexp. Added addi... check-in: e0b2e1cb89 user: mdejong tags: trunk | |
| 16:16 | * generic/tclCompile.c: Correct botch in the conversion of Tcl_SubstObj(). Thanks t... check-in: d1d94a1297 user: dgp tags: trunk | |
|
2009-09-17
| ||
| 17:58 | * generic/tclCompile.c: Re-implement Tcl_SubstObj() as a simple * generic/tclParse.c... check-in: 8b27ea0197 user: dgp tags: trunk | |
| 08:39 | need to remember to save before commit... check-in: 5dea5b4c4e user: das tags: trunk | |
| 08:37 | typo check-in: f3fbf5e44b user: das tags: trunk | |
| 08:37 | fix string buffer sizes for pointer printing fix whitespace, formatting & style to match codebase co... check-in: f248b39c3e user: das tags: trunk | |
|
2009-09-16
| ||
| 21:17 | Extended ::tcl::unsupported::representation. check-in: 33e7e2f36f user: ferrieux tags: trunk | |
|
2009-09-12
| ||
| 06:43 | fix warning check-in: 21342c54c7 user: das tags: trunk | |
|
2009-09-11
| ||
| 20:13 | * generic/tclBasic.c: Completed the NR-enabling of [subst]. * generic/tclCmdMZ.c: ... check-in: 7748dccef5 user: dgp tags: trunk | |
| 15:45 | Clean up http tokens properly. check-in: 887b017598 user: dkf tags: trunk | |
| 15:08 | * library/http/http.tcl: Bump to http 2.7.4 to account for * library/http/pkg... check-in: 96087f0be7 user: dgp tags: core-8-5-branch | |
|
2009-09-10
| ||
| 21:31 | Correct handling of quoted charset names. [Bug 2849860] check-in: 933d031f42 user: dkf tags: core-8-5-branch | |
| 21:20 | Correct handling of quoted charset names. [Bug 2849860] check-in: 5acb804b5c user: dkf tags: trunk | |
|
2009-09-07
| ||
| 19:59 | * generic/tclParse.c Corrected line counting error in multi-command * tests/into.... check-in: 26367d8d40 user: dgp tags: trunk | |
| 14:47 | Added another test case, "known bug" because of [Bug 2314561] incompleteness check-in: ca0cb1821d user: dkf tags: trunk | |
| 09:43 | Basic test of yielding inside a subst check-in: 12bf5d7d36 user: dkf tags: trunk | |
| 07:28 | * generic/tclExecute.c: fix potential uninitialized variable use and * generic/tclFCmd.c: null der... check-in: e93f957325 user: das tags: trunk | |
| 06:20 | make support for clang static analyzer safer & cleaner check-in: 32d1a61713 user: das tags: trunk | |
|
2009-09-04
| ||
| 23:14 | Fixed up error in stack requirement estimation that made debug builds panic during execution of [sub... check-in: 8143a62037 user: dgp tags: trunk | |
| 21:07 | Patched up flaw in option syntax checking check-in: d650611a9e user: dgp tags: trunk | |
| 17:33 | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode * generic/tclBasic.... check-in: ef0c2ac861 user: dgp tags: trunk | |
| 09:38 | Improve consistency of formatting of comments and function decls check-in: f5891eb377 user: dkf tags: trunk | |
|
2009-09-03
| ||
| 08:07 | Added suggestions for how to handle the multithreaded case. [Bug 2844962] check-in: c3ee268713 user: dkf tags: trunk | |
| 08:01 | Add xref to script-level documentation check-in: 2f951807a3 user: dkf tags: trunk | |
|
2009-09-01
| ||
| 17:31 | * generic/tclIORTrans.c (ReflectInput): Remove error response to 0-result from method 'limit?' of... check-in: 1e180c2bd1 user: andreas_kupries tags: trunk | |
| 14:13 | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 51e53d35db user: dgp tags: trunk | |
| 14:13 | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision * library/tclte... check-in: 3528e2f04c user: dgp tags: core-8-5-branch | |
|
2009-08-30
| ||
| 19:18 | add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 40361f2a32 user: das tags: core-8-5-branch | |
| 19:18 | add "error:" to -verbose line test failure output to satisfy stricter log parsers like Xcode 3.2 check-in: 952b641948 user: das tags: trunk | |
|
2009-08-28
| ||
| 23:04 | workaround llvm LTO bug on ppc check-in: 540943d8c7 user: das tags: trunk | |
|
2009-08-27
| ||
| 19:34 | * generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 5fbae24aa1 user: dgp tags: trunk | |
| 19:33 | * generic/tclStringObj.c: A few more string overflow cases in [format]. [Bug ... check-in: 7a7b843587 user: dgp tags: core-8-5-branch | |
|
2009-08-26
| ||
| 02:26 | silence compiler warnings check-in: d7d129a6b6 user: dgp tags: core-8-5-branch | |
|
2009-08-25
| ||
| 23:49 | guard clang analyzer Tcl_Panic annotation with #ifndef USE_TCL_STUBS check-in: ec1134fc9d user: das tags: trunk | |
| 23:20 | fix warnings check-in: f84de2f80a user: das tags: trunk | |
| 21:03 | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, Tcl_EvalEx, TclEvalEx, TclAdvance... check-in: 9d8e49c947 user: andreas_kupries tags: trunk | |
| 21:01 | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, EvalTokensStandard, Tcl_EvalEx, E... check-in: c838caae31 user: andreas_kupries tags: core-8-5-branch | |
|
2009-08-24
| ||
| 09:32 | Better formatting check-in: 5a2d13e16c user: dkf tags: trunk | |
| 03:18 | * generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static analyzer in PURIFY builds, rep... check-in: 83c4134739 user: das tags: trunk | |
| 00:27 | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 3c8d3403f3 user: das tags: core-8-5-branch | |
| 00:27 | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops when CoreFoundation notifi... check-in: 57c29b5009 user: das tags: trunk | |
|
2009-08-22
| ||
| 11:29 | Typo found by Andreas Kupries check-in: abede28257 user: dkf tags: trunk | |
|
2009-08-21
| ||
| 19:06 | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: c60ddf28cb user: dgp tags: trunk | |
| 19:03 | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. * tests/fileName.t... check-in: 06b3699815 user: dgp tags: core-8-5-branch | |
| 18:32 | regression tests check-in: 9e2d7a5950 user: dgp tags: trunk | |
| 18:31 | regression tests check-in: 2ca1d82694 user: dgp tags: core-8-5-branch | |
|
2009-08-20
| ||
| 22:09 | * generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: da162d3fda user: dgp tags: trunk | |
| 22:08 | * generic/tclFileName.c: Correct result from [glob */test] when * matches something ... check-in: 2dded56920 user: dgp tags: core-8-5-branch | |
| 15:17 | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 981d2d61d7 user: dgp tags: trunk | |
| 14:59 | * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings starting with ~... check-in: 93b3686378 user: dgp tags: core-8-5-branch | |
| 14:29 | Backport of memory leak plug. check-in: c3b11be0dc user: dkf tags: core-8-5-branch | |
| 10:56 | Use the Tcl value stack more, simplify exit paths in [lsearch] check-in: af40c6fb69 user: dkf tags: trunk | |
| 10:55 | Small tweaks check-in: a13cf3ba7a user: dkf tags: trunk | |
| 08:31 | Close off memory leak in [lsort]. check-in: 63cf4eb317 user: dkf tags: trunk | |
|
2009-08-19
| ||
| 23:23 | Interpreted [if] is now fully NRE-enabled. [Bug 2823276] check-in: 7c7e6bcf33 user: dkf tags: trunk | |
| 17:30 | another test check-in: 9f3daf8393 user: dgp tags: trunk | |
| 17:29 | another test check-in: f9d24d4bde user: dgp tags: core-8-5-branch | |
| 14:32 | Make interpreted [for] and [while] NRE-safe. [Bug 2823276] check-in: 415a9b6fa0 user: dkf tags: trunk | |
| 14:25 | Formatting corrections check-in: 890f330c87 user: dkf tags: trunk | |
|
2009-08-18
| ||
| 17:42 | test for 2806250 check-in: f35c75ca90 user: dgp tags: trunk | |
| 17:42 | test for 2806250 check-in: fef7f8b5ca user: dgp tags: core-8-5-branch | |
| 16:27 | nicer test failure mode check-in: 6859061cba user: dgp tags: core-8-5-branch | |
| 16:27 | nicer test failure mode check-in: 80c3b7b1c1 user: dgp tags: trunk | |
| 14:44 | * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 3432a10a27 user: dgp tags: trunk | |
| 14:43 | * generic/tclPathObj.c: Added NULL check to prevent crashes during * tests/fileName.... check-in: 6b2ad80bbe user: dgp tags: core-8-5-branch | |
|
2009-08-16
| ||
| 12:25 | Change ForIterData, make it const-safe. check-in: 9a9f088f2c user: nijtmans tags: trunk | |
| 10:21 | const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 3c9da826aa user: nijtmans tags: trunk | |
| 10:20 | const addition (pkge.c) Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings check-in: 4c68b5bfd2 user: nijtmans tags: trunk | |
|
2009-08-12
| ||
| 16:06 | TIP #353 IMPLEMENTATION * doc/NRE.3: New public routine Tcl_NRExprObj() ... check-in: c2ac0ecc04 user: dgp tags: trunk | |
|
2009-08-06
| ||
| 22:28 | * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 018a2f428f user: andreas_kupries tags: core-8-5-branch | |
| 22:28 | * doc/refchan.n [Bug 2827000]: Extended the implementation of * generic/tclIORChan.c: reflective ... check-in: 21c29e509b user: andreas_kupries tags: trunk | |
|
2009-08-02
| ||
| 14:26 | * tests/coroutine.test: fix testfile cleanup check-in: c66cba960a user: msofer tags: trunk | |
| 13:03 | Added *unsupported* command to report an object's representation. check-in: 0c062dff17 user: dkf tags: trunk | |
| 12:15 | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: f405ee1956 user: dkf tags: core-8-5-branch | |
| 12:08 | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] check-in: 2272f042f2 user: dkf tags: trunk | |
| 10:41 | eliminate TclWinResetInterfaceEncodings, because it does exactly the same as TclWinEncodingsCleanup,... check-in: 182c7a48f3 user: nijtmans tags: trunk | |
|
2009-07-31
| ||
| 16:56 | * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: 462283219e user: dgp tags: core-8-5-branch | |
| 16:55 | * generic/tclStringObj.c: Corrected failure to grow buffer * tests/format.test... check-in: a3c590a7b5 user: dgp tags: trunk | |
|
2009-07-26
| ||
| 21:48 | Simplify a bit further following more testing check-in: f1b2eb0982 user: dkf tags: trunk | |
| 11:40 | Use [try] to replace obscurer uses of [catch]. check-in: 85f6cc0b99 user: dkf tags: trunk | |
| 11:26 | Forced LF translation when generating .h's to avoid spurious diffs when regenerating on a Windows bo... check-in: c03ef296ee user: ferrieux tags: trunk | |
| 07:57 | [Bug 2827066] msys build --enable-symbols broken And modified the same for unicows.dll, as a prepara... check-in: 01f7acb263 user: nijtmans tags: trunk | |
|
2009-07-25
| ||
| 22:00 | Correct "incidental" test failure; exact error message generated by ::tcl::HistAdd changed check-in: d14797dd9c user: dkf tags: trunk | |
| 21:51 | Make [history] (well, [::tcl::history]) be a real ensemble. check-in: 9ffcefd67c user: dkf tags: trunk | |
|
2009-07-24
| ||
| 20:45 | minor cleanups check-in: 99c5bc6515 user: dgp tags: trunk | |
| 16:51 | * generic/tclIO.c (Tcl_GetChannelHandle): [Bug 2826248]: Do not crash * generic/tclPipe.c (FileFo... check-in: 62c8e5320a user: andreas_kupries tags: core-8-5-branch | |
| 10:53 | Clarify code by using [try] instead of [catch] in a few places check-in: fe6c5300e4 user: dkf tags: trunk | |
| 09:27 | Removed mention of auto_mkindex_old from indexed locations; we really don't want people finding out ... check-in: 6aaf8dfacf user: dkf tags: trunk | |
| 08:23 | Made it clearer what most people want instead of [self class]. check-in: 4bcf58698c user: dkf tags: trunk | |
|
2009-07-23
| ||
| 23:01 | Revert series of local changes not relevant to the last commit. check-in: 00dea79ba9 user: andreas_kupries tags: trunk | |
| 22:49 | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for * generic/tclPipe.c (FileForRedirect):... check-in: 9039eeb584 user: andreas_kupries tags: trunk | |
| 15:23 | fix SunCC warning check-in: 61e383a4cf user: das tags: core-8-5-branch | |
| 15:23 | fix SunCC warning check-in: edb6119052 user: das tags: trunk | |
| 10:17 | Fix for [Bug 2820349] check-in: 4b7c178d54 user: mistachkin tags: core-8-5-branch | |
| 10:07 | Fix for [Bug 2820349] check-in: 00e1c4070f user: mistachkin tags: trunk | |
|
2009-07-22
| ||
| 19:54 | Feature Request 2814786: remove TclpPanic check-in: 72d40d56d3 user: nijtmans tags: trunk | |
| 12:00 | * macosx/tclMacOSXFCmd.c: CONST -> const * generic/tclGetDate.y: * generic/tclDate.c: * generic/... check-in: 86068bf4d3 user: nijtmans tags: trunk | |
| 08:41 | Refined the 20090617 patch on [exit] streamlining, so that it now correctly calls thread exit handle... check-in: 4f519b267a user: ferrieux tags: trunk | |
|
2009-07-21
| ||
| 21:20 | 2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 1e447f3123 user: kennykb tags: core-8-5-branch | |
| 19:03 | 2009-07-21 Kevin B. Kenny <kennykb@acm.org> * library/tzdata/Asia/Dhaka: * library/tzdata/India... check-in: 2f2c125a0c user: kennykb tags: trunk | |
|
2009-07-20
| ||
| 09:26 | Performance boost for [string is]. check-in: 6fb871d204 user: dkf tags: core-8-5-branch | |
| 09:13 | Performance boost for [string is]. check-in: b4bad673e4 user: dkf tags: trunk | |
|
2009-07-19
| ||
| 11:46 | Expose function to efficiently return current name of an object. check-in: 0a8cf0ea4b user: dkf tags: trunk | |
|
2009-07-18
| ||
| 08:16 | * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build to disable NRE assert()s and th... check-in: c95a3e0ce5 user: das tags: trunk | |
|
2009-07-16
| ||
| 21:24 | * generic/tclBinary.c: Removed unused variables. * generic/tclCmdIL.c: * ge... check-in: b0e94fe52c user: dgp tags: trunk | |
| 20:50 | * generic/tclCmdIL.c: Removed unused variables. * generic/tclCompile.c: * ... check-in: 936f6911bd user: dgp tags: core-8-5-branch | |
|
2009-07-15
| ||
| 22:27 | fix 64bit int <-> ptr cast warnings check-in: e30aeb4cb6 user: das tags: core-8-5-branch | |
| 13:17 | Added code to save space in namespaces. Currently #ifdef'ed out for compat. Also added code from itc... check-in: 518b8a92e0 user: dkf tags: trunk | |
|
2009-07-14
| ||
| 21:47 | fix 64bit int <-> ptr cast warnings check-in: 97a92c47a0 user: das tags: trunk | |
| 16:52 | * generic/tclInt.h (TclNRSwitchObjCmd): * generic/tclBasic.c (builtInCmds): * generic/tclCmdMZ.c (Tc... check-in: 40b8273384 user: kennykb tags: trunk | |
| 16:34 | * generic/tclCompile.c (TclInitCompileEnv, EnterCmdWordIndex, TclCleanupByteCode, TclCompileScrip... check-in: 7c71134801 user: andreas_kupries tags: trunk | |
| 16:33 | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, TclArgumentBCRelease, TclArgumentGet):... check-in: 7022410d0d user: andreas_kupries tags: core-8-5-branch | |
|
2009-07-12
| ||
| 18:04 | Fix [Bug 2637173] by consolidating bytearray purity check. check-in: f796a220ae user: dkf tags: trunk | |
| 14:57 | Updated documentation to provide better description of this advanced feature. check-in: ad343b310d user: dkf tags: trunk | |
| 14:51 | Reorganize method cache handling a bit to better support itcl nasty cases. [Bug 1895546] check-in: 18d45c03cd user: dkf tags: trunk | |
|
2009-07-11
| ||
| 17:11 | Substantially increased the discussion of issues and work-arounds relating to nested vwaits, followi... check-in: 4baeeee54e user: dkf tags: trunk | |
| 13:34 | tweaks check-in: 3c847a4e10 user: dkf tags: trunk | |
| 11:26 | Extended the warning about vwait gotchas check-in: aecb399dfe user: dkf tags: trunk | |
| 11:23 | General improvement of the documentation check-in: 2f5e1108bd user: dkf tags: trunk | |
| 08:57 | Added optional script option to runtest and a runshell target. Silence output from html help compile... check-in: d48dbcb8ca user: patthoyts tags: trunk | |
| 08:32 | backslash quoting check-in: 0d6f344439 user: patthoyts tags: trunk | |
|
2009-07-10
| ||
| 17:37 | ZlibTransformClose may be called with a NULL interpreter during finalization and Tcl_SetChannelError... check-in: 13321da7b2 user: patthoyts tags: trunk | |
| 10:06 | Slight improvement of wording check-in: b8d1788932 user: dkf tags: trunk | |
|
2009-07-09
| ||
| 22:48 | [Bug #2818131] Added tests and fixed a typo that broke zlib push for deflate format. check-in: af721af1ed user: patthoyts tags: trunk | |
| 22:28 | Fix [Bug 2819227] by using a function from C89 rather than POSIX. check-in: ab6aecb071 user: dkf tags: trunk | |
|
2009-07-06
| ||
| 21:38 | Silence a signed/unsigned warning that annoys msvc check-in: 73b2dd28f2 user: patthoyts tags: trunk | |
|
2009-07-05
| ||
| 21:46 | Additional tests for zlib stacked channel with fcopy in various modes. check-in: 4689653b3b user: patthoyts tags: trunk | |
| 16:05 | Make [zlib push] work with [fcopy]. check-in: 03d972d6d9 user: dkf tags: trunk | |
|
2009-07-01
| ||
| 15:29 | Cast wide integer to int conversion and some signed/unsigned conversions. (silence msvc6 warnings) check-in: a36d676c25 user: patthoyts tags: core-8-5-branch | |
| 15:06 | Cast wide integer to int conversion (silence msvc6 warning) check-in: c5133b9b13 user: patthoyts tags: trunk | |
| 14:38 | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 62ff377237 user: patthoyts tags: trunk | |
| 14:05 | Handle the GetUserName API call appropriately for wide/narrow versions. [Bug 2806622] check-in: 2d7deaad2f user: patthoyts tags: core-8-5-branch | |
|
2009-06-30
| ||
| 14:21 | s/Tcl_PanicEx/TclPanic/; improve clang assert Tcl_Panic macrology check-in: 9897a370c4 user: das tags: trunk | |
| 00:56 | * generic/tclInt.h: add assert macros for clang static * generic/tclPanic.c: analyzer and redefi... check-in: 76473fc9e2 user: das tags: trunk | |
|
2009-06-26
| ||
| 18:14 | * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, * macosx/Tcl.xcode/*: standa... check-in: 8dde9fbdba user: das tags: trunk | |
|
2009-06-25
| ||
| 22:53 | Handle cleanup when all tests skipped [Bug 2812355] check-in: bb9b739b6b user: patthoyts tags: trunk | |
| 19:24 | Made namespace scope corrections to some of the testing machinery surrounding [testnrelevels]. Fixe... check-in: 1adb4b5600 user: dgp tags: trunk | |
|
2009-06-24
| ||
| 15:29 | Fix [Bug 2811598]. check-in: 6c44849ecb user: dkf tags: trunk | |
| 15:17 | More test suite cleanup for "-singleproc 1 -debug 1" testing. check-in: cb05dda8cc user: dgp tags: trunk | |
| 13:51 | Correct failures during -singleproc 1 test suite run. Correct duplicate test names. check-in: fe2e3409ae user: dgp tags: trunk | |
| 13:13 | Clean up procs after testing to avoid problems with -singleproc testing [Bug 2811492] check-in: 8b30365796 user: patthoyts tags: trunk | |
|
2009-06-18
| ||
| 09:42 | regen check-in: 9157d43299 user: dkf tags: trunk | |
| 09:41 | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. check-in: ab1f2ddc32 user: dkf tags: trunk | |
|
2009-06-17
| ||
| 19:24 | Applied a patch by George Peter Staplin drastically reducing the ambition of [exit] wrt finalization... check-in: c2300ea2ce user: ferrieux tags: trunk | |
|
2009-06-15
| ||
| 18:52 | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: 76ca69989e user: dgp tags: core-8-5-branch | |
| 18:51 | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. check-in: e3a58fe6f2 user: dgp tags: trunk | |
| 16:24 | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c * unix/tclUnixChan.c: to tclUn... check-in: f5db47944a user: rmax tags: trunk | |
| 09:41 | Apply last useful bit of [Patch 557486]. check-in: 5433349fc6 user: dkf tags: trunk | |
|
2009-06-13
| ||
| 14:31 | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: cd62c79f0e user: dgp tags: trunk | |
| 14:27 | test name conflict check-in: 46f440d1ff user: dgp tags: core-8-5-branch | |
| 14:25 | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr * generic/tclProc... check-in: 00a700e694 user: dgp tags: core-8-5-branch | |
|
2009-06-10
| ||
| 21:39 | * generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 603364c9eb user: dgp tags: trunk | |
| 21:38 | * generic/tclStringObj.c: Revised [format] to not overflow the integer calcula... check-in: 7bd82b7393 user: dgp tags: core-8-5-branch | |
| 14:44 | * generic/tclStringObj.c: Corrected failures to deal with the "pure unicode" r... check-in: dfc23bce03 user: dgp tags: trunk | |
|
2009-06-09
| ||
| 13:52 | * generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 7ad94faea7 user: kennykb tags: core-8-5-branch | |
| 13:52 | * generic/tclGetDate.y: Fixed a thread safety bug in the generated * library/clock.tcl: Bison par... check-in: 507327cfc1 user: kennykb tags: trunk | |
|
2009-06-08
| ||
| 16:37 | New DST rule for Bangladesh (Olson's tzdata2009i) check-in: e15ae49aa2 user: kennykb tags: core-8-5-branch | |
| 16:28 | New DST rule for Bangladesh (Olson's tzdata2009i) check-in: 29b9a65477 user: kennykb tags: trunk | |
|
2009-06-07
| ||
| 23:33 | Fix docbug. check-in: d0eba32fc2 user: dkf tags: trunk | |
|
2009-06-03
| ||
| 23:12 | fix signed vs unsigned comparison warnings check-in: fdc9d759a3 user: das tags: trunk | |
|
2009-06-02
| ||
| 19:11 | * generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 6b00189f62 user: dgp tags: trunk | |
| 19:10 | * generic/tclExecute.c: Replace dynamically-initialized table with a table of static... check-in: 4c0cff3a38 user: dgp tags: core-8-5-branch | |
| 17:56 | * generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: 16158f3fa3 user: dgp tags: trunk | |
| 17:55 | * generic/tclExecute.c: Corrected implementations and selection logic of the INST_EX... check-in: ed6b2d69c8 user: dgp tags: core-8-5-branch | |
|
2009-06-01
| ||
| 21:34 | * tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: 89c130ac99 user: dgp tags: trunk | |
| 21:32 | * tests/expr.test: Added many tests demonstrating the broken cases of [Bug 2798... check-in: e5c0e52520 user: dgp tags: core-8-5-branch | |
|
2009-05-30
| ||
| 03:51 | Applied Olson's tzdata2009h check-in: 470a900f71 user: kennykb tags: core-8-5-branch | |
| 03:32 | Applied Olson's tzdata2009h check-in: 2b04043115 user: kennykb tags: trunk | |
|
2009-05-29
| ||
| 16:28 | * library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: a534adff26 user: andreas_kupries tags: trunk | |
| 16:28 | * library/platform/platform.tcl: Fixed handling of cpu ia64, * library/platform/pkgIndex.tcl: tak... check-in: 02ed733d89 user: andreas_kupries tags: core-8-5-branch | |
|
2009-05-26
| ||
| 09:26 | Ascribe due credit in ChangeLog. check-in: 213269e9a8 user: ferrieux tags: trunk | |
| 09:08 | Fixed documentation of the right-associativity of the ** operator. check-in: aa662ce03d user: ferrieux tags: trunk | |
|
2009-05-16
| ||
| 03:43 | fix TCL_COMPILE_DEBUG 64bit warnings check-in: 3736ae28d2 user: das tags: trunk | |
|
2009-05-15
| ||
| 10:08 | Added more introspection: ability to look up namespace of an object. check-in: 07dfc8d118 user: dkf tags: trunk | |
| 09:14 | a little minor emacs niceness check-in: eddaf95d56 user: dkf tags: trunk | |
|
2009-05-12
| ||
| 22:53 | (With apologies to Ghostbusters...) check-in: d9d7e57840 user: dkf tags: trunk | |
| 22:48 | "There's something very important I forgot to tell you." "What?" "Don't nest the vwaits." "Why?" "It... check-in: fa2339d30b user: dkf tags: trunk | |
| 20:26 | Make our mkstemp() replacement build on IRIX 6.5. check-in: ac97ad0a2a user: dkf tags: trunk | |
|
2009-05-08
| ||
| 09:56 | Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858]. check-in: 8591698c5a user: dkf tags: trunk | |
| 08:48 | Fix [Bug 2414858]. check-in: f08e13c9de user: dkf tags: trunk | |
| 08:13 | Fix [Bug 2788468]. check-in: 98ccca352a user: dkf tags: trunk | |
| 02:23 | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 45a890d2e3 user: msofer tags: core-8-5-branch | |
| 02:21 | * generic/tclObj.c (Tcl_GetCommandFromObj): fix for bug [2785893], insure that a command in a dele... check-in: 851249078c user: msofer tags: trunk | |
| 01:02 | * generic/tclBasic.c: Let coroutines start with a much smaller * generic/tclCompile.h: stack: ... check-in: 50329efcfd user: msofer tags: trunk | |
|
2009-05-07
| ||
| 10:34 | Fix [Bug 1513659]. check-in: 386a1659b5 user: dkf tags: trunk | |
|
2009-05-06
| ||
| 20:16 | * generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 9c4fb8f94e user: dgp tags: core-8-5-branch | |
| 20:16 | * generic/tclCmdMZ.c: Improve overflow error message from [string repeat]. [Bug 2... check-in: 2316cd35a7 user: dgp tags: trunk | |
| 15:50 | * tests/interp.test: interp-20.50 test for Bug 2486550. check-in: 0e8478bf11 user: dgp tags: trunk | |
|
2009-05-05
| ||
| 15:51 | Corrected changelog entry check-in: 433219d909 user: dkf tags: trunk | |
| 15:47 | Missed a spot. check-in: 42f5ad1fbc user: dkf tags: trunk | |
|
2009-05-04
| ||
| 17:39 | Stop deletion of support namespaces leading to a potential crash. check-in: dd2f122042 user: dkf tags: trunk | |
|
2009-05-03
| ||
| 18:05 | Fix [Bug 2538432] through clarification. check-in: 079570408e user: dkf tags: trunk | |
|
2009-05-01
| ||
| 20:18 | Tcl icon upgraded and SVG file added. Windows 7 makes significant use of large icon resources. An... check-in: e30d6f8118 user: patthoyts tags: trunk | |
|
2009-04-30
| ||
| 23:25 | * generic/tclBasic.c (TclObjInvoke): Make sure that a null objProc is not used, use Tcl_NRCallObjP... check-in: 1c2d2f66c2 user: msofer tags: trunk | |
| 22:37 | Fix 64-bit detection for zlib on Win64 check-in: 414f4feafa user: nijtmans tags: trunk | |
|
2009-04-29
| ||
| 15:47 | Revert last commit which fails to build with msvc2005 and msvc6 check-in: 6507675fdb user: patthoyts tags: core-8-5-branch | |
| 15:24 | Revert last commit which fails to build with msvc2005 and msvc6 check-in: 2123c41cdc user: patthoyts tags: trunk | |
| 14:59 | Fix [Bug 2651823]. check-in: a44c3f403b user: dkf tags: core-8-5-branch | |
| 14:56 | Fix [Bug 2651823]. check-in: ee20628496 user: dkf tags: trunk | |
|
2009-04-28
| ||
| 16:46 | comment with last tcl.m4 change check-in: e1132fd656 user: hobbs tags: core-8-5-branch | |
| 16:46 | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: 830f834cae user: hobbs tags: trunk | |
| 16:44 | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: c28d009df6 user: hobbs tags: core-8-5-branch | |
|
2009-04-27
| ||
| 21:45 | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for... check-in: d28ef3bfc1 user: ferrieux tags: core-8-5-branch | |
| 21:36 | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: efa00a3dcf user: ferrieux tags: core-8-5-branch | |
| 12:35 | Fix examples. [Bug 2780680] check-in: 9fe6e5d675 user: dkf tags: core-8-5-branch | |
| 12:31 | Fix examples. [Bug 2780680] check-in: 14b71c7f4e user: dkf tags: trunk | |
| 09:41 | Reset internal INTERP_ALTERNATE_WRONG_ARGS flag inside the Tcl_WrongNumArgs function, so the caller ... check-in: e1dc328773 user: nijtmans tags: trunk | |
|
2009-04-24
| ||
| 15:15 | Don't chmod/exec installManPage. [Patch 2769530] check-in: 18ed5a745a user: stwo tags: core-8-5-branch | |
| 15:07 | Don't chmod/exec installManPage. [Patch 2769530] check-in: 1776b4186b user: stwo tags: trunk | |
|
2009-04-19
| ||
| 18:27 | Removed newline appended to POST data. Added tests to check that the data provided by a POST is as s... check-in: dfd6051afd user: patthoyts tags: trunk | |
|
2009-04-15
| ||
| 19:07 | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed to set stringPtr->a... check-in: 48925f56c8 user: dgp tags: core-8-5-7, core-8-5-branch | |
| 13:42 | * changes: Update for 8.5.7 release. check-in: cb0d65dd5f user: dgp tags: core-8-5-branch | |
| 12:31 | Doc improvements. check-in: a2213bf663 user: dkf tags: trunk | |
|
2009-04-14
| ||
| 20:43 | Removed -Wno-implicit-int from CFLAGS_WARNING. Regen unix/configure. check-in: bf3c8c5560 user: stwo tags: core-8-5-branch | |
| 20:01 | * library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: d751f50776 user: kennykb tags: core-8-5-branch | |
| 19:57 | * library/tzdata/Asia/Karachi: Updated rules for Pakistan Summer Time (Olson's tzdata2009f... check-in: 4468f7bd90 user: kennykb tags: trunk | |
| 00:55 | update Apple copyright notice for 2009-04-10 changes check-in: 957877ba48 user: das tags: core-8-5-branch | |
| 00:55 | update Apple copyright notice for 2009-04-10 changes check-in: 2c504309bd user: das tags: trunk | |
|
2009-04-13
| ||
| 16:20 | typos check-in: 33c5aab61c user: dgp tags: core-8-5-branch | |
|
2009-04-11
| ||
| 11:18 | Clarify the rules for resolution of what forwarded methods forward to. check-in: 1c0fc91aa2 user: dkf tags: trunk | |
| 00:22 | D'oh check-in: 73f615d3ff user: das tags: core-8-5-branch | |
| 00:22 | D'oh check-in: d02b912ad7 user: das tags: trunk | |
|
2009-04-10
| ||
| 22:53 | fix warning check-in: e42f84ee0c user: das tags: core-8-5-branch | |
| 22:53 | fix warning check-in: 51a4b704be user: das tags: trunk | |
| 22:14 | silence warning preventing symbols build with msvc6 (signed/unsigned comparison) check-in: 3352598241 user: patthoyts tags: core-8-5-branch | |
| 21:50 | Forgot to add changelog for http commit check-in: 8c8d7c542c user: patthoyts tags: trunk | |
| 21:40 | Remove unused variable (compiler warning) check-in: 199cda2257 user: dgp tags: trunk | |
| 21:31 | *** 8.5.7 TAGGED FOR RELEASE *** check-in: bb5e36d20b user: dgp tags: core-8-5-branch | |
| 21:27 | * generic/tclStringObj.c (UpdateStringOfString): Fix bug detected by compiler warni... check-in: 3ed35b9bbb user: dgp tags: core-8-5-branch | |
| 21:22 | Darwin additions check-in: 7d0546ca00 user: das tags: core-8-5-branch | |
| 20:46 | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: e496f9ef50 user: das tags: core-8-5-branch | |
| 20:46 | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros * macosx/tclMacOSXNotify.c: to manipu... check-in: 2001faff8c user: das tags: trunk | |
| 20:33 | typos check-in: fb20e43a05 user: dgp tags: core-8-5-branch | |
| 18:10 | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: edb8ccb8b2 user: das tags: core-8-5-branch | |
| 18:10 | * unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL. [Bug 1961211] check-in: bb4fb805eb user: das tags: trunk | |
| 18:04 | typo check-in: b9226e1fb4 user: das tags: trunk | |
| 18:04 | typo check-in: eaa11b5ac5 user: das tags: core-8-5-branch | |
| 18:02 | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: 7a6749806a user: das tags: core-8-5-branch | |
| 18:02 | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow * unix/tclUnixChan.c: embeddi... check-in: ec1a5f8686 user: das tags: trunk | |
| 18:01 | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 03bf436bb5 user: das tags: core-8-5-branch | |
| 18:01 | * unix/configure.in (Darwin): use Darwin SUSv3 extensions if available; remove /Network locati... check-in: 4f6862e546 user: das tags: trunk | |
| 17:40 | * changes: Update for 8.5.7 release. check-in: 70f3c2e7e5 user: dgp tags: core-8-5-branch | |
| 16:59 | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 7a25e2c08d user: das tags: core-8-5-branch | |
| 16:59 | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace deprecated NSModule API by dlfcn A... check-in: 5933ea7d81 user: das tags: trunk | |
| 16:54 | * generic/tcl.h: Bump to 8.5.7 for release. * library/init.tcl: * too... check-in: ca1b890ff6 user: dgp tags: core-8-5-branch | |
| 14:19 | Improved HTTP/1.1 support and added specific HTTP/1.1 testing. This patch makes use of the 8.6 zl... check-in: e861cc28b0 user: patthoyts tags: trunk | |
| 13:15 | * tests/httpd: Backport new tests for http 2.7.3. * tests/http.tcl: check-in: 1ea016c0bd user: dgp tags: core-8-5-branch | |
| 13:14 | Fix for immediate problem in [Bug 2089279]. check-in: c3f65b131e user: dkf tags: trunk | |
| 09:37 | Specific check for [Bug 26245326] This bug is caused by receiving a partial HTTP response line whi... check-in: cb97cbffd0 user: patthoyts tags: trunk | |
|
2009-04-09
| ||
| 20:11 | Fix tzdata line terminators check-in: 4b5a1c7124 user: kennykb tags: core-8-5-branch | |
| 20:07 | Olson's tzdata2009e check-in: 112f6af617 user: kennykb tags: trunk | |
| 19:55 | Olson's tzdata2009e check-in: 7d54191ff1 user: kennykb tags: core-8-5-branch | |
| 17:05 | * library/http/http.tcl: Backport http 2.7.3 from HEAD for * library/http/pkg... check-in: 3e5776d3dd user: dgp tags: core-8-5-branch | |
| 17:01 | * library/http/http.tcl: Handle incomplete lines in the "connecting" state. ... check-in: 7e2b73c3e1 user: dgp tags: trunk | |
|
2009-04-08
| ||
| 19:17 | * library/platform/platform.tcl: Extended the darwin sections to * library/platform/pkgIndex.tcl:... check-in: 0aca619525 user: andreas_kupries tags: trunk | |
| 19:11 | * library/platform/platform.tcl: Extended the darwin sections to * library/platform/pkgIndex.tcl:... check-in: e18670efde user: andreas_kupries tags: core-8-5-branch | |
| 16:05 | * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to * library/tcltes... check-in: f054da9f0c user: dgp tags: trunk | |
| 16:04 | * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) to * library/tcltes... check-in: 96648562c3 user: dgp tags: core-8-5-branch | |
|
2009-04-07
| ||
| 18:45 | * generic/tclStringObj.c: Correction so that value of TCL_GROWTH_MIN_ALLOC is ... check-in: 24eea28193 user: dgp tags: trunk | |
| 18:37 | * generic/tclStringObj.c: Completed backports of fixes for [Bug 2494093] and [... check-in: b72d2c661c user: dgp tags: core-8-5-branch | |
|
2009-04-04
| ||
| 17:31 | Fix [Bug 1910136]. check-in: d99c0d9aba user: dkf tags: trunk | |
|
2009-03-30
| ||
| 18:49 | * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: 730ead76b9 user: dgp tags: trunk | |
| 18:48 | * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: ef3ce5cbff user: dgp tags: core-8-5-branch | |
| 17:47 | * generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: f0785bb73d user: dgp tags: core-8-5-branch | |
|
2009-03-27
| ||
| 19:17 | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 5771cd9994 user: dgp tags: trunk | |
| 19:16 | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName... check-in: 6f05a3d648 user: dgp tags: core-8-5-branch | |
|
2009-03-26
| ||
| 19:58 | typo check-in: 4639b76c8b user: dgp tags: core-8-5-branch | |
| 19:58 | typo check-in: 210ea34e35 user: dgp tags: trunk | |
| 10:43 | Some small improvements to the last example check-in: a2a666124d user: dkf tags: trunk | |
|
2009-03-25
| ||
| 23:24 | bring doc and tools in line with http://wiki.tcl.tk/812 check-in: e35ad2ae2d user: nijtmans tags: trunk | |
| 23:22 | bring doc and tools in line with http://wiki.tcl.tk/812 check-in: 1a4d23cb9e user: nijtmans tags: trunk | |
| 10:26 | Documented [coroutine] and [yield]. [Bug 2152285] check-in: db491127c0 user: dkf tags: trunk | |
|
2009-03-24
| ||
| 10:46 | Fix [Bug 2704302] check-in: 477196cdad user: dkf tags: trunk | |
| 09:30 | Fix [Bug 2673163] check-in: 1c6d19544d user: dkf tags: trunk | |
|
2009-03-22
| ||
| 14:46 | * generic/tclBasic.c: NR-enable the handling of unknown commands [Bug 2502037]. check-in: f45dcb7151 user: msofer tags: trunk | |
|
2009-03-21
| ||
| 12:56 | removed extra cleanupTests call check-in: 582d42dfed user: msofer tags: trunk | |
| 12:26 | forgot one file :} check-in: 723c5799ca user: msofer tags: trunk | |
| 12:24 | * generic/tclBasic.c: fixed "leaks" in aliases, imports and * generic/tclInt.h: ensembles. O... check-in: 5da5e7593d user: msofer tags: trunk | |
| 11:46 | * tclInt.h: comments * tests/tailcall.test: added tests to show that [tailcall] does not current... check-in: 0dece95289 user: msofer tags: trunk | |
| 10:20 | * tests/nre.test: [foreach] has been NR-enabled for a while, the test was marked 'knownBug': unmar... check-in: ab4bd3df9b user: msofer tags: trunk | |
| 09:42 | * generic/tclBasic.c: Fix for (among others) [Bug 2699087] * generic/tclCmdAH.c: Tailcalls now... check-in: 8145ecc0e6 user: msofer tags: trunk | |
| 06:55 | * generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled * tests/nre.test: the failin... check-in: 5682bc5adb user: msofer tags: trunk | |
| 03:43 | * generic/tclExecute.c: fix both test and code for tailcall * tests/tailcall.test: from within ... check-in: c8742315d4 user: msofer tags: trunk | |
| 02:55 | * tests/stringObj.test: Test stringObj-6.9 checks that Tcl_AppendStringsToOb... check-in: 289c2e97cd user: dgp tags: trunk | |
| 02:54 | * generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.tes... check-in: 2ad13d8bb6 user: dgp tags: core-8-5-branch | |
| 01:23 | * tests/tailcall.test: slightly improved tests check-in: 30cc07ecb7 user: msofer tags: trunk | |
|
2009-03-20
| ||
| 14:43 | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0f56647140 user: dgp tags: trunk | |
| 14:35 | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 0344586f37 user: dgp tags: core-8-5-branch | |
|
2009-03-19
| ||
| 23:31 | * generic/tcl.h: * generic/tclInt.h: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tc... check-in: 588ba19772 user: msofer tags: trunk | |
| 16:14 | Added documentation for tailcall. check-in: 187f1bee39 user: dkf tags: trunk | |
|
2009-03-18
| ||
| 17:13 | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: de4d16a450 user: dgp tags: core-8-5-branch | |
| 17:08 | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: 5f1bd5c647 user: dgp tags: trunk | |
| 16:52 | * generic/tclVar.c (TclLookupSimpleVar): Shift all calls to Tcl_SetErrorCode(... check-in: 0d2e7ec808 user: dgp tags: trunk | |
|
2009-03-16
| ||
| 10:21 | Fix [Bug 2688063] check-in: c4abf357d6 user: dkf tags: trunk | |
| 00:43 | revise fix for [Bug 2687952] check-in: f409096899 user: mistachkin tags: trunk | |
|
2009-03-15
| ||
| 22:34 | Fix [Bug 2687952] check-in: 520dda1d96 user: dkf tags: trunk | |
| 15:38 | Added support for SIGINFO. [Patch 1513655] check-in: b60628dc1d user: dkf tags: core-8-5-branch | |
| 15:35 | Added support for SIGINFO. [Patch 1513655] check-in: 064364a737 user: dkf tags: trunk | |
|
2009-03-14
| ||
| 17:41 | regen check-in: 8aa9ce14ff user: dkf tags: trunk | |
| 17:20 | Added support for reporting TEA-like info via pkg-config. check-in: c54059aaad user: dkf tags: trunk | |
|
2009-03-11
| ||
| 10:44 | * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak. Diagnose and fix thx to GPS. check-in: 2f85b847a1 user: msofer tags: trunk | |
|
2009-03-09
| ||
| 09:12 | Move the implementation of [try] from Tcl to C. Not yet bytecoded. check-in: 7b446f39b0 user: dkf tags: trunk | |
|
2009-03-04
| ||
| 17:52 | Related corrections check-in: 2693844b2e user: dkf tags: trunk | |
| 17:26 | Fix bug 2662434 check-in: 9b6e8a380e user: dkf tags: trunk | |
|
2009-02-27
| ||
| 23:03 | [Bug 218977] Tcl_DbCkfree needs a return value don't use CONST84/CONST86 in internal header files check-in: 23ff81a854 user: nijtmans tags: trunk | |
|
2009-02-25
| ||
| 19:59 | * generic/tclUtil.c (TclStringMatchObj): Revised the branching on the strObj-... check-in: b1137fbe41 user: dgp tags: trunk | |
| 14:55 | * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own * generic/tclExecute.c... check-in: b7bc652fdf user: dgp tags: trunk | |
|
2009-02-24
| ||
| 21:04 | General minor documentation improvements. check-in: e68a3507e0 user: dkf tags: trunk | |
| 14:42 | Update to installed module version number check-in: 8b2ebb5ed0 user: dkf tags: trunk | |
| 14:39 | Added support for 8.6's zlib integration. check-in: 282f1151e4 user: dkf tags: trunk | |
|
2009-02-22
| ||
| 17:45 | Revert commits of 20080723. Those were speed tests, that are inherently brittle. check-in: 1ee78aeeae user: ferrieux tags: trunk | |
| 04:38 | * generic/tclStringObj.c: Several revisions to the shimmering patterns between... check-in: 76f96f2a4c user: dgp tags: trunk | |
|
2009-02-20
| ||
| 18:19 | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: 703b79a976 user: dgp tags: core-8-5-branch | |
| 18:19 | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: c8c2551b94 user: dgp tags: trunk | |
|
2009-02-19
| ||
| 14:55 | alternative solution to the signed/unsigned warnings check-in: a6265b9b52 user: dgp tags: trunk | |
| 06:35 | fix signed/unsigned comparison warnings check-in: a5b3726442 user: das tags: trunk | |
|
2009-02-18
| ||
| 20:10 | * generic/tclStringObj.c: Simplify the logic of the Tcl_*SetObjLength() routin... check-in: b2511db171 user: dgp tags: trunk | |
| 19:47 | another TODO check-in: e8f8bf65a5 user: dgp tags: trunk | |
| 18:31 | * generic/tclStringObj.c: Rewrite GrowStringBuffer() so that it has parallel s... check-in: 3f462e6880 user: dgp tags: trunk | |
| 17:45 | * generic/tclStringObj.c: Another round of simplification on the allocation ma... check-in: e352a00e67 user: dgp tags: trunk | |
| 06:26 | * generic/tclStringObj.c: Another round of simplification on the allocation ma... check-in: 61fb6cf251 user: dgp tags: trunk | |
|
2009-02-17
| ||
| 21:40 | * generic/tclStringObj.c: Pare back the length of the unicode array in a non-e... check-in: 8754f4357d user: dgp tags: trunk | |
| 21:05 | * generic/tclStringObj.c: Factor out common GrowUnicodeBuffer() and solve over... check-in: cfe9911057 user: dgp tags: trunk | |
| 18:10 | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: e587ee7ca9 user: hobbs tags: trunk | |
| 18:06 | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to avoid CC manipulation that can sc... check-in: 3bcaf7209e user: hobbs tags: core-8-5-branch | |
| 17:17 | * generic/tclStringObj.c: Factor out common GrowStringBuffer(). * generic/tcl... check-in: 820ba0e29a user: dgp tags: trunk, potential incompatibility | |
| 06:52 | * generic/tclStringObj.c: Revise buffer growth implementation in ExtendStringR... check-in: e188de7032 user: dgp tags: trunk | |
|
2009-02-16
| ||
| 23:03 | fix [Feature Request 2605263] use official zlib build. check-in: 77fa325ce4 user: nijtmans tags: trunk | |
| 22:56 | fix [Feature Request 2605263] use official zlib build. check-in: 8f34b18e0c user: nijtmans tags: trunk | |
| 21:41 | fix [Bug 2605232] tdbc doesn't build when Tcl is compiled with --disable-shared. check-in: b12ff1f84a user: nijtmans tags: trunk | |
| 04:33 | * generic/tclTestObj.c: Replace the [teststringobj ualloc] testing * tests/stringObj... check-in: e0e22cfc3b user: dgp tags: trunk | |
| 04:06 | * generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: 1c3c3be74a user: dgp tags: trunk | |
|
2009-02-15
| ||
| 23:13 | * generic/tclStringObj.c: Factor out duplicate code from Tcl_AppendObjToObj. check-in: dac012d276 user: dgp tags: trunk | |
| 22:32 | * generic/tclStringObj.c: Replace the 'size_t uallocated' field of the String ... check-in: 14abdb946c user: dgp tags: trunk | |
| 16:49 | * generic/tclStringObj.c: Removed limitation in Tcl_AppendObjToObj where the c... check-in: 24a9c9e7b5 user: dgp tags: trunk | |
|
2009-02-14
| ||
| 23:07 | * generic/tclStringObj.c: Revisions so that we avoid creating the strange repr... check-in: 59f23bd2a8 user: dgp tags: trunk | |
| 22:54 | * generic/tclTestObj.c: Revise updates to [teststringobj] so we don't get blocked by... check-in: 701671c72e user: dgp tags: trunk | |
| 20:30 | Const correctness fixes in the debug build. check-in: 5f4a54eded user: dgp tags: trunk | |
|
2009-02-13
| ||
| 14:45 | Remove all "register" keywords. check-in: 8676898b20 user: dgp tags: trunk | |
| 04:01 | New utility routine UnicodeLength(), to compute the length of unicode buffer argumen... check-in: 42a8e6fdf2 user: dgp tags: trunk | |
| 03:22 | * generic/tclStringObj.c: Rewrites of the routines Tcl_GetCharLength, Tcl_GetU... check-in: d2191985b4 user: dgp tags: trunk | |
|
2009-02-12
| ||
| 17:08 | * generic/tclStringObj.c: Simplified Tcl_GetCharLength by * generic/tclTestObj... check-in: 215d13fc4c user: dgp tags: trunk | |
| 14:45 | * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep so that we no l... check-in: 7d98b7fffc user: dgp tags: trunk | |
| 09:27 | Fix tricky point that meant it was next to impossible to extend [oo::define]. check-in: ac61ee3958 user: dkf tags: trunk | |
| 04:35 | Revise latest commit to better maintain stringPtr->numChars. check-in: f9db57a39e user: dgp tags: trunk | |
| 03:46 | * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep so that we no l... check-in: ed8007db13 user: dgp tags: trunk | |
|
2009-02-11
| ||
| 19:33 | Removed casts now unnecessary after type of stringPtr->allocated changed. check-in: 0bc9529c8f user: dgp tags: trunk | |
| 18:07 | * generic/tclStringObj.c: Changed type of the 'allocated' field * generic/tclT... check-in: d0225f51c9 user: dgp tags: trunk | |
| 15:28 | * generic/tclStringObj.c: Changed type of the 'allocated' field of the String struct... check-in: 93efedde3f user: dgp tags: trunk | |
|
2009-02-10
| ||
| 23:08 | - eliminate some unnessary type casts - some internal const decorations - spacing check-in: a45c7b126b user: nijtmans tags: trunk | |
| 22:49 | - eliminate some unnessary type casts - some internal const decorations - spacing check-in: 160bcb1152 user: nijtmans tags: trunk | |
| 21:57 | fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC. check-in: 3023b7c8ff user: nijtmans tags: trunk | |
| 21:04 | Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, which is only... check-in: 1f05ccc310 user: dgp tags: trunk | |
| 17:37 | Simplify Tcl_SetObjLength by removing unreachable code. check-in: 927c8dae6c user: dgp tags: trunk | |
| 17:28 | Simplify SetStringFromAny() by removing unreachable and duplicate code. check-in: f811987143 user: dgp tags: trunk | |
| 17:09 | * generic/tclObj.c (Tcl_GetString): Added comments and validity checks following... check-in: 78d89e677c user: dgp tags: trunk | |
| 15:37 | Convert all Tcl_InvalidateStringRep() calls into macros. check-in: e1cda5d2cf user: dgp tags: trunk | |
| 14:59 | * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. Restrict Appen... check-in: 84a1bb328a user: dgp tags: trunk | |
| 14:38 | * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. check-in: 0fb18eb9e7 user: dgp tags: trunk | |
| 03:55 | formatting check-in: 03085a5401 user: dgp tags: trunk | |
|
2009-02-09
| ||
| 22:55 | fix [Bug 2555129] const compiler warning (as error) in tclCompile.c check-in: a844523f95 user: nijtmans tags: trunk | |
|
2009-02-07
| ||
| 22:42 | Improve error messages. [Bug 2573172] check-in: 6397952565 user: dkf tags: trunk | |
|
2009-02-06
| ||
| 00:59 | Fix for [Bug 2544618] check-in: bdd187e3de user: mistachkin tags: trunk | |
|
2009-02-05
| ||
| 22:12 | Simplify the implementation of some commands now that the underlying string API knows more about byt... check-in: ee4709ceaf user: dkf tags: trunk | |
| 21:27 | Add missing cast check-in: 9cef9aac53 user: dkf tags: trunk | |
| 14:21 | Fix [Bug 2568434] check-in: f783e3b9ff user: dkf tags: trunk | |
| 13:59 | * generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 9d19b12984 user: dgp tags: core-8-5-branch | |
| 11:57 | More/better/cleaner handling of the bytearray special casing for string ops. check-in: 174db4e4cd user: dkf tags: trunk | |
| 01:21 | Improve efficiency of Tcl_AppendObjToObj's bytearray handling. check-in: 94be40db3a user: dkf tags: trunk | |
|
2009-02-04
| ||
| 21:45 | comment typo check-in: 0a9d076582 user: dgp tags: trunk | |
| 21:43 | comment typo check-in: f22e328814 user: dgp tags: core-8-5-branch | |
| 20:21 | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: d7975f5bcd user: dgp tags: core-8-5-branch | |
| 19:59 | * generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 50800297d9 user: dgp tags: trunk | |
| 18:57 | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: dd591b8fbb user: dgp tags: core-8-5-branch | |
| 18:15 | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the res... check-in: cf87a8291e user: dgp tags: trunk | |
|
2009-02-03
| ||
| 23:34 | - eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4e6ad69d53 user: nijtmans tags: trunk | |
| 23:10 | - eliminate some unnessary type casts - some internal const decorations - spacing check-in: 4ad5e07e8e user: nijtmans tags: trunk | |
| 18:48 | Added missing declaration of tclCmdNameType check-in: f72414bcb8 user: dkf tags: trunk | |
| 18:16 | Fix for [Bug 2558422] though this area is still a mess. check-in: 3e5eb95379 user: dkf tags: trunk | |
| 18:10 | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: b0fc858575 user: dgp tags: trunk | |
| 17:15 | * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. check-in: 237d9f22c5 user: dgp tags: trunk | |
|
2009-02-02
| ||
| 06:02 | * generic/tclInterp.c: Reverted the conversion of [interp] into an * tests/interp.t... check-in: 419a8c1538 user: dgp tags: trunk | |
| 05:54 | * generic/tclStringObj.c (STRING_NOMEM): Add missing cast of NULL to (char *) that ... check-in: 75bf4b19b7 user: dgp tags: trunk | |
| 05:47 | * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added protections against ca... check-in: 2a6367e1b9 user: dgp tags: trunk | |
| 05:44 | Revert unreleased improvements to pkgs/itcl . check-in: 75729d9a20 user: dgp tags: trunk | |
|
2009-02-01
| ||
| 19:36 | no message check-in: f8d96d4bb1 user: davygrvy tags: trunk | |
| 19:35 | * win/makefile.vc: Allow nmake flags such as -a (rebuild all) to pass down to the pkgs targets, to... check-in: 84588b5ce4 user: davygrvy tags: trunk | |
| 17:57 | no message check-in: ccfe88b393 user: davygrvy tags: trunk | |
|
2009-01-31
| ||
| 15:11 | remove accidental typo check-in: e6bc97edbd user: dkf tags: trunk | |
|
2009-01-30
| ||
| 16:01 | improved test fixes check-in: 80965d4042 user: dgp tags: trunk | |
| 11:34 | Added another example. [Bug 1216074] check-in: 162596d230 user: dkf tags: trunk | |
| 11:18 | Added example. check-in: c0f0334598 user: dkf tags: trunk | |
|
2009-01-29
| ||
| 22:14 | Fix [Bug 2006888] check-in: 259603c6a0 user: dkf tags: trunk | |
| 17:13 | * generic/tclInterp.c: Convert the [interp] command into a * tests/interp.test: ... check-in: ab2e541228 user: dgp tags: trunk | |
| 16:08 | Backport fix for [Bug 2519474] check-in: a14bcc8666 user: dkf tags: core-8-5-branch | |
| 15:57 | Fix [Bug 2519474] check-in: a1b195f5d2 user: dkf tags: trunk | |
| 14:53 | Fix [Bug 2537839] check-in: 0140eb5ef5 user: dkf tags: trunk | |
| 14:45 | * generic/tclInterp.c: Convert the [interp] command into a [namespace ensemble]. W... check-in: e0463ea7f5 user: dgp tags: trunk | |
| 11:28 | Fix [Bug 2529117] check-in: ead5164915 user: dkf tags: trunk | |
|
2009-01-28
| ||
| 16:28 | Apply resolution for [Bug 2529157]. Fix another location in tclBasic.c where only the objProc case w... check-in: 2694a37e98 user: dkf tags: trunk | |
|
2009-01-27
| ||
| 11:11 | Fix [Bug 2531577] check-in: ff97a151d3 user: dkf tags: trunk | |
| 00:01 | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for similar late... check-in: 12792e6ea9 user: ferrieux tags: trunk | |
|
2009-01-26
| ||
| 22:57 | Fix [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: 3022658c78 user: ferrieux tags: trunk | |
| 16:42 | minor formatting improvements check-in: 96c5ce1f39 user: dkf tags: trunk | |
| 16:25 | Fix [Bug 2536400] check-in: 45b68fba26 user: dkf tags: trunk | |
|
2009-01-24
| ||
| 00:03 | Added a note that 'zlib push' is reversed by 'chan pop'. check-in: 0641f0dfe8 user: dkf tags: trunk | |
|
2009-01-22
| ||
| 06:42 | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) {unix win} in *.decls is equivalent to... check-in: b4d9520da5 user: nijtmans tags: trunk | |
| 05:07 | typo check-in: 15291e35f5 user: dgp tags: trunk | |
| 05:06 | typo check-in: dbcb28419b user: dgp tags: core-8-5-branch | |
| 02:16 | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 8f5e46e66c user: kennykb tags: core-8-5-branch | |
| 02:11 | * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Au... check-in: 7c74da2b81 user: kennykb tags: trunk | |
| 00:11 | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. * generic/tclIORTrans.c (ReflectClo... check-in: e96c03080e user: andreas_kupries tags: trunk | |
| 00:05 | * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. Closing a channel may supply NULL f... check-in: 68c5f6b579 user: andreas_kupries tags: core-8-5-branch | |
|
2009-01-21
| ||
| 21:29 | * generic/tclStringObj.c: New fix for [Bug 2494093] replaces the flawed attempt comm... check-in: 17135c11fc user: dgp tags: trunk | |
|
2009-01-20
| ||
| 03:54 | Backport of Patch 907924 check-in: 678a111c20 user: kennykb tags: core-8-5-branch | |
| 03:38 | Patch 907924 check-in: c905b776df user: kennykb tags: trunk | |
|
2009-01-19
| ||
| 22:13 | no message check-in: 8f48c4d13a user: davygrvy tags: trunk | |
| 22:10 | Addressed the over-building nature of the htmlhelp target by moving from a pseudo target to a real t... check-in: 7b6199f027 user: davygrvy tags: trunk | |
| 19:55 | no message check-in: 35a94fbf85 user: davygrvy tags: trunk | |
| 19:54 | * win/build.vc.bat: Improved tools detection and error message. * win/makefile.vc: Reorganized the... check-in: 8898dfcee4 user: davygrvy tags: trunk | |
|
2009-01-18
| ||
| 00:07 | The converter author should not be assigned copyright for transformed documents check-in: 53d907e750 user: patthoyts tags: trunk | |
|
2009-01-16
| ||
| 20:49 | correct the commit message check-in: bcc4a2e0a5 user: dgp tags: trunk | |
| 20:44 | * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish * library/init.tcl... check-in: c8cfc118c3 user: dgp tags: trunk | |
| 09:20 | [Bug 2512659] patch for typo applied check-in: 3bbaf4de79 user: patthoyts tags: trunk | |
|
2009-01-14
| ||
| 14:14 | typo check-in: b0777357cf user: dgp tags: trunk | |
| 14:13 | typo check-in: d2c1426979 user: dgp tags: core-8-5-branch | |
| 06:10 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted most of the substan... check-in: e0ace167c0 user: dgp tags: trunk | |
|
2009-01-13
| ||
| 22:35 | fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC check-in: e7b65e5e4c user: nijtmans tags: trunk | |
| 20:30 | Move [throw] implementation into C. check-in: edad258731 user: dkf tags: trunk | |
|
2009-01-12
| ||
| 16:50 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence of the NRE rewrit... check-in: 860d062f15 user: dgp tags: trunk | |
|
2009-01-09
| ||
| 15:34 | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 3b1f4e78cd user: dgp tags: trunk | |
| 15:12 | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: 5d56bba354 user: dgp tags: core-8-5-branch | |
| 15:00 | Fix [Bug 1558654] check-in: e8ce6096bc user: dkf tags: trunk | |
| 11:21 | Style fixes (unfouling whitespace, sorting comments, removing useless casts, etc.) check-in: cd3c38f00a user: dkf tags: trunk | |
|
2009-01-08
| ||
| 17:58 | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 2663be2b32 user: dgp tags: trunk | |
| 17:55 | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: 026b245cf3 user: dgp tags: core-8-5-branch | |
| 16:41 | Generate errorcodes for more cases. check-in: a12728cbb9 user: dkf tags: trunk | |
|
2009-01-07
| ||
| 13:50 | Added more examples. [Tk Bug 2491235] check-in: f8b07d0ed8 user: dkf tags: trunk | |
| 11:58 | Narrow the focus of a failing test so that it succeeds (by only testing that which is supposed to be... check-in: f94c80a9d6 user: dkf tags: trunk | |
|
2009-01-06
| ||
| 22:17 | read() errors or EOF shall not prevent write(). This allows for proper graceful closing. Prevent t... Closed-Leaf check-in: acab51185e user: davygrvy tags: tip-162-branch | |
| 17:20 | * tests/stringObj.test: Revise tests that demand a NULL Tcl_ObjType in certain value... check-in: 79358a4faf user: dgp tags: trunk | |
| 16:07 | Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 1dbc152ce3 user: dkf tags: core-8-5-branch | |
| 16:03 | Corrected twiddling in internals of dictionaries so that literals can't get destroyed. check-in: 37ceba02a0 user: dkf tags: trunk | |
| 15:24 | Fix [Bug 2006879] check-in: 0a57255dbc user: dkf tags: trunk | |
| 15:23 | Fix [Bug 2006879] check-in: 4009a11fc2 user: dkf tags: core-8-5-branch | |
| 15:12 | Backport fix for [Bug 2006884] check-in: ba5e364c89 user: dkf tags: core-8-5-branch | |
| 14:30 | Fix [Bug 2489836] check-in: ee4e4fe8d0 user: dkf tags: trunk | |
| 10:20 | Fix [Bug 2481109] check-in: dc504e5b79 user: dkf tags: trunk | |
| 10:08 | Formatting improvements (comments, whitespace) check-in: 3fa95308b4 user: dkf tags: trunk | |
| 09:49 | Comment formatting improvements. check-in: 04b750c442 user: dkf tags: trunk | |
|
2009-01-05
| ||
| 14:04 | Convert tabs to spaces for reliable display with nroff check-in: 1bbc94799a user: dkf tags: trunk | |
| 11:27 | Added a test, correct a dumb blunder. check-in: 42090a4d62 user: dkf tags: trunk | |
| 09:48 | Make [source] NRE-aware to enable [yield]. [Bug 2412068] check-in: 4242c5e4c4 user: dkf tags: trunk | |
|
2009-01-04
| ||
| 22:57 | More coding style improvements. check-in: d95dc006c7 user: dkf tags: trunk | |
| 22:55 | Generalize mysterious comment about causes for ::env misses check-in: 5e1cadd4f2 user: ferrieux tags: trunk | |
|
2009-01-03
| ||
| 14:20 | autoconf-2.59 check-in: 81aa5041a6 user: das tags: trunk | |
| 13:55 | autoheader-2.59 check-in: 7990c98984 user: das tags: trunk | |
| 13:55 | autoconf-2.59 check-in: d99c6aab8d user: das tags: trunk | |
| 13:55 | use correct autconf magic to pass configure args & environment to pkg sub-configures (in particular ... check-in: 888d28167f user: das tags: trunk | |
| 04:38 | make test case work, correct date of commit in ChangeLog check-in: a6720f400d user: kennykb tags: trunk | |
| 04:36 | * library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 0be5ec88b7 user: kennykb tags: core-8-5-branch | |
| 04:26 | * library/clock.tcl (tcl::clock::add): Fixed error message formatting in the case where [clock add] ... check-in: 338849bf17 user: kennykb tags: trunk | |
|
2009-01-02
| ||
| 16:45 | regen check-in: 30a2e9c34a user: dkf tags: trunk | |
| 16:43 | Fix various mkstemp()-related issues. [Bugs 741967,878333] check-in: b7a0a9fa28 user: dkf tags: trunk | |
|
2008-12-31
| ||
| 18:22 | * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets like `make shell... check-in: ccf1ebd7bd user: dgp tags: trunk | |
|
2008-12-28
| ||
| 17:37 | Plug memory leak. check-in: a666bdae88 user: dkf tags: trunk | |
|
2008-12-27
| ||
| 10:07 | Fix my silly blunders. [Bug 2470237] check-in: 5ddf0f02bb user: dkf tags: trunk | |
| 00:04 | Assorted minor corrections to the Zlib C API to make it work with the PNG implementation better. check-in: 723a16de60 user: dkf tags: trunk, potential incompatibility | |
|
2008-12-26
| ||
| 09:51 | Updated comments in tcl.decls based on code archaeology. check-in: 64cea92e63 user: dkf tags: trunk | |
|
2008-12-23
| ||
| 16:46 | fix build of zlib objects with msvc check-in: aa4031f7f1 user: nijtmans tags: trunk | |
| 08:55 | Fix [Bug 2459725] check-in: 553bc7d052 user: dkf tags: trunk | |
|
2008-12-22
| ||
| 16:57 | advance tag check-in: f02cdbbdc2 user: dgp tags: trunk, core-8-6-b1 | |
| 15:45 | Drop lone @ line from test: target check-in: b5dc4e2c82 user: dgp tags: trunk | |
| 14:49 | [Bug 2458395] Ensure pkgs directories are suitable and quote the paths. check-in: 8061d208d3 user: patthoyts tags: trunk | |
| 13:20 | - add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 1da4d0c96f user: nijtmans tags: trunk | |
| 13:04 | Fix for [Bug 2330040] check-in: e0bfcc2fb2 user: mistachkin tags: trunk | |
| 12:50 | - add more missing symbols from zlib.def - mark dll build as being a modified verson Both changes ba... check-in: 3325d742fb user: nijtmans tags: trunk | |
| 01:40 | Support the pkgs tree check-in: a983ca9a1f user: patthoyts tags: trunk | |
| 01:39 | Silence signed unsigned warning check-in: 36e1f380bc user: patthoyts tags: trunk | |
|
2008-12-21
| ||
| 22:05 | MINOR CHANGE: Tidy up changelog formatting. check-in: d7fa62e091 user: dkf tags: trunk | |
| 21:19 | Fixed Stuart Cassoff's name in ChangeLog check-in: 05903d73ec user: kennykb tags: trunk | |
| 21:17 | fix 64bit test failures check-in: 437f8a7cb6 user: das tags: trunk | |
| 20:59 | * generic/tcl.h: Bump to 8.5.6 for release. * library/init.tcl: * too... check-in: 1c19753e16 user: dgp tags: core-8-5-6, core-8-5-branch | |
| 20:55 | * unix/Makefile.in: Fix broken build of bundled packages when path to build dir contains spaces... check-in: c6476a9ec5 user: das tags: trunk | |
| 20:55 | * unix/configure: autoconf-2.59 check-in: d6cf62736f user: das tags: trunk | |
| 20:55 | * unix/configure.in: Preserve configure environment variables for sub-configures of bundled pac... check-in: f6f76c1e37 user: das tags: trunk | |
| 20:22 | advance tag check-in: 8c0e8c6a97 user: dgp tags: core-8-5-branch | |
| 20:13 | * changes: Update for 8.5.6 release. * library/tclIndex: Removed reference to ... check-in: b37bbeae84 user: dgp tags: core-8-5-branch | |
| 16:22 | advance tag check-in: cd5c522069 user: dgp tags: trunk | |
| 08:17 | Fix minor typo. [Bug 2455165] check-in: 8bf6100e5e user: dkf tags: trunk | |
| 05:12 | advance tag check-in: 97a621c865 user: dgp tags: trunk | |
|
2008-12-20
| ||
| 22:06 | Revised the zlib objects so that they are built directly into the build dir, without building an i... check-in: 4a665e7ca6 user: kennykb tags: trunk | |
| 21:40 | * win/Makefile.in: * win/configure.in: Renamed the static library libtcl86s.a to have a name di... check-in: a8f12a587b user: kennykb tags: trunk, potential incompatibility | |
| 17:29 | advance tag check-in: f3ebaf3e7c user: dgp tags: trunk | |
| 16:32 | Minor updates to make building work better with msys on Windows. (Apparently the gcc used doesn't li... check-in: 55ab56983a user: dkf tags: trunk | |
| 11:49 | Assign a base address for tdbc check-in: 64a879f05e user: patthoyts tags: trunk | |
| 05:30 | * changes: Updates for 8.6b1 release. check-in: b21fc9248d user: dgp tags: trunk | |
| 02:27 | test packages after testing tcl check-in: c30816e3dc user: das tags: trunk | |
| 02:02 | sync file additions/removals with Tcl.xcodeproj check-in: 27f7094398 user: das tags: trunk | |
| 01:56 | add new files check-in: 5df8cf0560 user: das tags: trunk | |
| 01:21 | fix warnings check-in: 2b3316aba9 user: das tags: trunk | |
| 01:11 | * unix/Makefile.in: make package install directory of bundled * unix/configure.in packages configu... check-in: 73610625e4 user: das tags: trunk | |
| 01:03 | fix warning check-in: 0bd8dfb117 user: das tags: trunk | |
|
2008-12-19
| ||
| 18:23 | * doc/NRE.3: Formatting errors found by `make html` * doc/Tcl_Main.3: ... check-in: 8f43cdead8 user: dgp tags: trunk | |
| 17:54 | tag for 8.6b1 release check-in: 25dde48d55 user: dgp tags: trunk | |
| 17:07 | * tests/io.test: Add missing [close $f] to io-73.2. check-in: 07a4414fd2 user: dgp tags: trunk | |
| 16:20 | Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLog check-in: ee9ee7b8e8 user: dgp tags: trunk | |
| 16:19 | regen with autoconf-2.59 (why dkf just did another regen I don't understand) check-in: 900eabacab user: dgp tags: trunk | |
| 16:01 | * tests/chanio.test: Add missing [removeFile] cleanups. check-in: 6c62c0ca9c user: dgp tags: trunk | |
| 15:39 | fix odbc build on mingw32 TODO: re-generate tclconfig/configure! (I don't have autoconf-2.59, could... check-in: fd54878fab user: nijtmans tags: trunk | |
| 14:44 | Add previously omitted files so we have a complete zlib 1.2.3 distro... check-in: 8b8d3f1e88 user: dkf tags: trunk | |
| 14:10 | whitespace check-in: 53a41d2fb8 user: dgp tags: trunk | |
| 11:20 | regen (with autoconf 2.61, since that's what I've got...) check-in: 444fe5f732 user: dkf tags: trunk | |
| 10:55 | More autoconf hacking; now seems to be working fully on Unix... check-in: 49013bf97f user: dkf tags: trunk | |
| 09:33 | CONSTify TclGetLoadedPackages second param check-in: fa03a357a1 user: nijtmans tags: trunk | |
| 09:14 | add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def Modify ChangeLog, README and zl... check-in: a46a709191 user: nijtmans tags: trunk | |
| 07:01 | * unix/Makefile.in: Update `make dist` target to include the files from the comp... check-in: 97fede5250 user: dgp tags: trunk | |
| 03:54 | * README: Bump version number to 8.6b1 * generic/tcl.h: * libr... check-in: 448b87b688 user: dgp tags: trunk | |
| 03:31 | * tests/chanio.test: Replaced [chan event] handlers that returned TCL_RETURN retu... check-in: ecb6fb9204 user: dgp tags: trunk | |
| 02:46 | * win/configure.in: * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/confi... check-in: 489cccf8a0 user: kennykb tags: trunk | |
| 01:34 | nmake build file support for zlib check-in: 136cc996d7 user: patthoyts tags: trunk | |
|
2008-12-18
| ||
| 23:48 | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): Rewrite the half-close... check-in: 2cb6ab45d5 user: andreas_kupries tags: trunk | |
| 23:00 | * generic/tclExecute.c: Disabled apparently faulty assertion. [Bug 2415422]. check-in: 8216d1eb5c user: dgp tags: trunk | |
| 22:47 | Corrections to make things work with msys check-in: bafa2fddd9 user: dkf tags: trunk | |
| 22:21 | regen check-in: 3fb80cc319 user: dkf tags: trunk | |
| 22:20 | Wizzardry need more backslash! check-in: 8c24a98150 user: dkf tags: trunk | |
| 21:23 | Formatting cleanup. check-in: d95fd6c805 user: dkf tags: trunk | |
| 16:52 | Add missing flush for half-close of the write side check-in: 9abef88cd5 user: ferrieux tags: trunk | |
| 15:36 | Try to do the wizardry again... check-in: b12e0de95a user: dkf tags: trunk | |
| 15:25 | regen check-in: 2d2f7bb606 user: dkf tags: trunk | |
| 15:24 | Autoconf wizardry! check-in: 6d317a1915 user: dkf tags: trunk | |
| 14:16 | Slight improvement of changelog message check-in: edd8bad4e7 user: dkf tags: trunk | |
| 14:14 | Import of zlib 1.2.3 check-in: 0f222b0fe8 user: dkf tags: trunk | |
| 11:48 | Converted 'if 0' into 'knownBug' constraints check-in: d68e23fd09 user: dkf tags: trunk | |
| 10:37 | Compressing and decompressing channel transformation support. Note that there may be "quality-of-imp... check-in: 9e962b0a8f user: dkf tags: trunk | |
| 09:43 | Temporarily disable half-close test because of issue in tcltest cleanup check-in: 2df3f7408e user: ferrieux tags: trunk | |
| 07:50 | Remove obsolete PipeCloseProc check-in: 933a8b9b1e user: ferrieux tags: trunk | |
| 06:40 | VOID -> void check-in: 1b2f480abf user: nijtmans tags: trunk | |
| 04:38 | fix line endings check-in: e4c8071b18 user: dgp tags: trunk | |
| 01:14 | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels check-in: d4d9fb3168 user: ferrieux tags: trunk | |
| 00:22 | Now with *nearly* working gzipping channels... check-in: 70cc20e8e5 user: dkf tags: trunk | |
|
2008-12-17
| ||
| 22:07 | don't use ckfree((void *)...) but ckfree((char *)...) check-in: 47b3095d6b user: nijtmans tags: trunk | |
| 21:05 | General improvements. check-in: 425adb3236 user: dkf tags: trunk | |
| 17:54 | typos in comments check-in: 338141c76a user: dgp tags: trunk | |
| 17:23 | * unix/Makefile.in: Modify the distclean-packages target so that empty build dir... check-in: e349f3f236 user: dgp tags: trunk | |
| 16:47 | move variable "length" inside if() don't use ckfree((void *)...) but ckfree((char *).... check-in: 0a08bcb02d user: nijtmans tags: trunk | |
| 15:39 | Fix [Bug 2433936] check-in: 22c3f68452 user: dkf tags: trunk | |
| 15:36 | * unix/Makefile.in: Add build support for collections of TEA * unix/configure.in... check-in: 03cb345b6c user: dgp tags: trunk | |
| 14:33 | Removed unused flag. check-in: 0dd4a2524d user: dkf tags: trunk | |
| 14:15 | Start "pkgs" module in CVS to support source distributions of Tcl with bundled packages. check-in: 49eebfdf0a user: dgp tags: trunk | |
|
2008-12-16
| ||
| 23:24 | eliminate -Wwrite-strings warnings in enable-threads build. use TclNewLiteralStringObj() check-in: 8b27ea6ef2 user: nijtmans tags: trunk | |
| 22:07 | Added tests for [throw] and [try]. check-in: 0fe743bda3 user: dkf tags: trunk | |
| 22:04 | Backport re-fix of [2431847] check-in: 93b6cd83b3 user: ferrieux tags: core-8-5-branch | |
| 22:03 | Fix bug in 'trap' handlers (introduced by DKF's editing originally) check-in: 4f5029e8f9 user: dkf tags: trunk | |
| 21:29 | Docs for TIP 329. check-in: faad09ea5b user: dkf tags: trunk | |
| 16:36 | First implementation of TIP#329 check-in: 01878a9589 user: dkf tags: trunk | |
| 15:50 | Re-fix [2431847] check-in: 3de918d602 user: ferrieux tags: trunk | |
| 14:34 | * generic/tcl.h: Add TIP 338 routines to stub table. * generic/tcl.decls: ... check-in: 41252e08cd user: dgp tags: trunk | |
|
2008-12-15
| ||
| 23:42 | Fix line endings damaged by last commit check-in: 99aa249de9 user: patthoyts tags: trunk | |
| 23:26 | Fix [Bug 2431847] check-in: d54c5ed1a6 user: dkf tags: core-8-5-branch | |
| 23:09 | Fi [Bug 2431847] check-in: 56583d3400 user: dkf tags: trunk | |
| 22:07 | Working towards zlib-based channel transforms check-in: 0eb0bc66c4 user: dkf tags: trunk | |
| 18:33 | * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). * doc/CrtComman... check-in: a861410ea2 user: dgp tags: trunk | |
| 17:28 | fix 'make checkstubs' failure: make TclGetIndexFromObjList static check-in: d173571652 user: das tags: trunk | |
| 17:11 | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. check-in: 1d99671194 user: ferrieux tags: trunk | |
| 15:48 | TIP #338 IMPLEMENTATION * doc/AppInit.c: Made routines Tcl_SetStartupScript ... check-in: e52c9bd3ce user: dgp tags: trunk, potential incompatibility | |
| 15:43 | optional argument format correction check-in: e1b3253334 user: dgp tags: core-8-5-branch | |
|
2008-12-14
| ||
| 15:10 | add new zlib files check-in: aa236f24f4 user: das tags: trunk | |
| 15:10 | autoheader-2.59 check-in: e573ccc14c user: das tags: trunk | |
| 15:10 | fix warnings check-in: 230b6aa75f user: das tags: trunk | |
| 13:51 | Added constraints check-in: 412bc86355 user: dkf tags: trunk | |
| 13:44 | regen check-in: a0ad030a31 user: dkf tags: trunk | |
| 13:42 | tidy up check-in: 395b235250 user: dkf tags: trunk | |
| 13:32 | Improve build rules on Win w.r.t. zlib Improve autoconf magic on Unix and Win check-in: 21345422c5 user: dkf tags: trunk | |
|
2008-12-13
| ||
| 21:30 | Tcl_MakeSocketClientChannel() can now support any address family handed to it, depending on whether ... check-in: c9157f9317 user: davygrvy tags: tip-162-branch | |
| 17:36 | Improve docs, start working towards implementing [zlib push] check-in: 30744092cf user: dkf tags: trunk | |
| 09:29 | Added missing bug numbe check-in: 9b2e359de8 user: dkf tags: trunk | |
| 09:19 | Many improvements to docs check-in: e71a39bcd4 user: dkf tags: trunk | |
|
2008-12-12
| ||
| 21:44 | refined the new windows error message code and removed the specialty socket types from the build for... check-in: 06c388b356 user: davygrvy tags: tip-162-branch | |
| 21:43 | change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) check-in: ec83cf1a32 user: nijtmans tags: trunk | |
| 20:28 | needed to add tip281 support as the error message problem was giving me neck pains check-in: 90f47ccebd user: davygrvy tags: tip-162-branch | |
| 17:46 | Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] check-in: 148de9595c user: nijtmans tags: core-8-5-branch | |
| 17:42 | Document new DST fallback rules. Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [B... check-in: 15a0291926 user: nijtmans tags: trunk | |
| 16:34 | Added some more docs check-in: 032419ee99 user: dkf tags: trunk | |
| 16:22 | regen/fix blunders check-in: 566f259941 user: dkf tags: trunk | |
| 16:18 | Make a bad zlib install less fatal to rest of Tcl for now. check-in: 727529ef0e user: dkf tags: trunk | |
| 16:07 | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. check-in: 5a5e87fae7 user: ferrieux tags: trunk | |
| 15:06 | Let code extract gzip headers check-in: b0c7b90bc3 user: dkf tags: trunk | |
| 15:00 | Added test for gzip header access check-in: 259509498f user: dkf tags: trunk | |
| 11:59 | Fix [Bug 2419061] check-in: aa16bed9aa user: dkf tags: trunk | |
| 05:25 | some edits on the unix socket stuff, still a mess (all mine) check-in: 833f6b9947 user: davygrvy tags: tip-162-branch | |
| 04:38 | TIP #322 IMPLEMENTATION * doc/NRE.3 (new file): Added documentation of the published API for Non-Rec... check-in: 85e4432562 user: kennykb tags: trunk | |
|
2008-12-11
| ||
| 22:30 | Eliminate warning: different 'const' qualifiers with msvc compiler. A few more 'const' optimizations... check-in: 2c2dca1f77 user: nijtmans tags: trunk | |
| 17:30 | * generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: 4698543527 user: andreas_kupries tags: trunk | |
| 17:27 | * generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal represe... check-in: cfad9b09d7 user: andreas_kupries tags: core-8-5-branch | |
| 16:57 | Factor out the code to turn zlib errors into Tcl errors. check-in: 76dfa9d80d user: dkf tags: trunk | |
| 16:50 | Document the zlib command. Not yet complete! check-in: 8d13d21226 user: dkf tags: trunk | |
| 14:45 | start of zlib support for windows check-in: 0f2bbb10a9 user: dkf tags: trunk | |
| 14:43 | regen check-in: a2944700f3 user: dkf tags: trunk | |
| 14:42 | Slightly less lame configure detection for zlib; still not really right check-in: f361f4a935 user: dkf tags: trunk | |
| 14:32 | *** empty log message *** check-in: 1bf48a1ce5 user: nijtmans tags: trunk | |
| 14:24 | Fixed prototypes check-in: aa4617ad55 user: dkf tags: trunk | |
| 14:17 | regen check-in: cf6b5e350c user: dkf tags: trunk | |
| 14:16 | Corrections check-in: 3cf5ccb192 user: dkf tags: trunk | |
| 14:13 | Added basic test suite for zlib check-in: f9323517b4 user: dkf tags: trunk | |
| 14:05 | Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: 51c9709271 user: nijtmans tags: core-8-5-branch | |
| 14:01 | Fallback to European time zone DST rules, when the timezone is between 0 and -12 [Bug 2207436]. check-in: e48908f30f user: nijtmans tags: trunk | |
| 05:21 | add TIP #234 files check-in: 465a045ad6 user: das tags: trunk | |
| 01:21 | First hack at TIP#234 check-in: b84ee14c8c user: dkf tags: trunk | |
| 01:20 | [Bug 1929403] specify the translation mode when counting bytes check-in: e718b6bacb user: patthoyts tags: core-8-5-branch | |
| 01:02 | added SO_REUSEADDR so I could test with uTorrent running and intercept packets check-in: 7b872c4457 user: davygrvy tags: tip-162-branch | |
|
2008-12-10
| ||
| 21:20 | added ATM and RM to the dream list check-in: 4da0c6778c user: davygrvy tags: tip-162-branch | |
| 19:03 | library/tzdata/*: Update from Olson's tzdata2008i. check-in: e23bcfbd54 user: kennykb tags: core-8-5-branch | |
| 19:00 | library/tzdata/*: Update from Olson's tzdata2008i. check-in: c57d3ee9f4 user: kennykb tags: trunk | |
| 18:21 | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan] check-in: 197d47d29d user: ferrieux tags: trunk | |
| 11:15 | Implement TIP#341. check-in: 133e87a095 user: dkf tags: trunk | |
| 10:39 | more WSAE errors translated (that actually have translations!). UDP sockets can now be created, but... check-in: 6f3c5c7293 user: davygrvy tags: tip-162-branch | |
| 02:20 | some wsae errors were skipped over check-in: 6fe03a0e4a user: davygrvy tags: tip-162-branch | |
| 02:12 | Can almost open UDP sockets.. WSARecv bails with 10014 (WSAEFAULT), researching.. check-in: ac2e115da0 user: davygrvy tags: tip-162-branch | |
|
2008-12-09
| ||
| 22:55 | some kind of bug in the PlatSDK v6.0A dissallowed me to use bluetooth unless I set version as WinSrv... check-in: 245c6ada83 user: davygrvy tags: tip-162-branch | |
| 22:38 | Set the file channel to binary for size comparison on windows check-in: e9b5fdb875 user: patthoyts tags: trunk | |
| 21:47 | restore source and binary compatibility for TIP #337 implementation. (when it's _that_ simple, there... check-in: 10911e26ab user: nijtmans tags: trunk | |
| 20:16 | TIP #337 IMPLEMENTATION * doc/BackgdErr.3: Converted internal routine ... check-in: 2c2b2f27f3 user: dgp tags: trunk, potential incompatibility | |
| 19:52 | fixed small bug in IocpAcceptOne() that caused the DecodeSockAddr() func to produce a useless revers... check-in: 358802c7bc user: davygrvy tags: tip-162-branch | |
| 14:09 | A bit more readability refactoring. check-in: 579d74d29f user: dkf tags: trunk | |
|
2008-12-08
| ||
| 16:17 | Network protocol dream list completed. Total is 47 possibles. check-in: a9cef48d73 user: davygrvy tags: tip-162-branch | |
|
2008-12-07
| ||
| 16:39 | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: aeae3e7517 user: das tags: core-8-5-branch | |
| 16:28 | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: b4396fa982 user: das tags: trunk | |
| 16:28 | Fix warnings with assertions enabled check-in: 0a4a880ba1 user: das tags: trunk | |
| 07:06 | default receive mode changed to flow-controlled from zero-byte. I would think performance outweighs... check-in: 0ceb7388ae user: davygrvy tags: tip-162-branch | |
| 06:40 | works! check-in: 1b2e66d397 user: davygrvy tags: tip-162-branch | |
| 01:23 | compiles again.. doesn't link yet check-in: a99e54d582 user: davygrvy tags: tip-162-branch | |
|
2008-12-06
| ||
| 20:42 | oops check-in: 5765ccbe83 user: dkf tags: trunk | |
| 20:12 | Partial fix for [Bug 2388866] check-in: 5977c47239 user: dkf tags: trunk | |
| 03:39 | what a swamp check-in: 5d39943b4e user: davygrvy tags: tip-162-branch | |
| 02:30 | still getting ready for the weekend code sparing match, me versus make check-in: 33827156b2 user: davygrvy tags: tip-162-branch | |
| 00:48 | weekend work prepared.. back to donuts check-in: ff239a7752 user: davygrvy tags: tip-162-branch | |
| 00:29 | initial content added, does not compile at this time check-in: ee6f9c3fad user: davygrvy tags: tip-162-branch | |
| 00:19 | a big mess, but some structure is forming check-in: a383b0d3fb user: davygrvy tags: tip-162-branch | |
|
2008-12-05
| ||
| 21:40 | regen check-in: 8357992d08 user: dkf tags: trunk | |
| 21:38 | Implement TIP#335 check-in: 27a3956c2c user: dkf tags: trunk | |
| 16:01 | fix Tcl_AppendElement documentation: signature in doc did not match with real signature in header fi... check-in: 0d2ab70b08 user: nijtmans tags: trunk | |
| 15:21 | minor improvements derived from [Patch 1723738] check-in: 0235d61b38 user: dkf tags: trunk | |
| 14:28 | regen check-in: 8ffe08936b user: dkf tags: trunk | |
| 14:27 | Implement TIP#307. check-in: 78cbddf838 user: dkf tags: trunk | |
| 02:17 | 1/2 of the generic code modified for IPv6 (and more protocols) support. check-in: 55b030a95f user: davygrvy tags: tip-162-branch | |
|
2008-12-04
| ||
| 17:45 | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 936137456c user: dgp tags: trunk | |
| 17:45 | * generic/tclPathObj.c (Tcl_FSGetNormalizedPath): Added another flag value TC... check-in: 1b223784cd user: dgp tags: core-8-5-branch | |
|
2008-12-03
| ||
| 09:51 | Fix [Bug 2380318] check-in: d181db5335 user: dkf tags: trunk | |
| 07:08 | * generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 25f2f78225 user: dgp tags: trunk | |
| 07:03 | * generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory() calls did n... check-in: 12a697308f user: dgp tags: core-8-5-branch | |
|
2008-12-02
| ||
| 19:45 | note incompa check-in: fd75928630 user: dgp tags: trunk | |
| 19:40 | TIP #336 IMPLEMENTATION * generic/tcl.decls: New routines Tcl_(Get|Set)ErrorLine... check-in: e01657bdcf user: dgp tags: trunk, potential incompatibility | |
| 18:23 | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 485f324427 user: andreas_kupries tags: core-8-5-branch | |
| 18:23 | * generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre Ferrieux's first patch for [Bug 22... check-in: 0510216fea user: andreas_kupries tags: trunk | |
|
2008-12-01
| ||
| 22:39 | * generic/tclParse.c: Backport fix for [Bug 2251175]. check-in: 0fe1dac073 user: dgp tags: core-8-5-branch | |
| 22:29 | * generic/tclParse.c: Coding standards fixups. check-in: 06db62d609 user: dgp tags: trunk | |
| 15:22 | Fix [Bug 2371623] with a constraint. check-in: 157967a1e1 user: dkf tags: trunk | |
| 09:55 | autoconf-2.59 check-in: 09d0c634f7 user: das tags: trunk | |
| 09:54 | autoheader-2.59 check-in: e193d00717 user: das tags: trunk | |
|
2008-11-30
| ||
| 19:25 | * library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: 544e7d8b85 user: kennykb tags: core-8-5-branch | |
| 19:24 | * library/clock.tcl (format, ParseClockScanFormat): Added a [string map] to get rid of namespace del... check-in: f50581ec54 user: kennykb tags: trunk | |
|
2008-11-29
| ||
| 18:18 | regen check-in: d1bb07f2c0 user: dkf tags: trunk | |
| 18:17 | Implementation of TIP #210. check-in: 9f965bfa57 user: dkf tags: trunk | |
| 14:44 | Moved a number of tests to the newer style. check-in: 0a4b8585b4 user: patthoyts tags: trunk | |
| 12:18 | Code now simple enough that we can improve its performance by applying the double-checked locking pa... check-in: 3f0a0fe4bc user: dkf tags: trunk | |
| 12:15 | Improvements to the general readability of the TSD implementation. check-in: 0df4a7b29c user: dkf tags: trunk | |
|
2008-11-27
| ||
| 08:23 | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded literals. check-in: dc5280ff20 user: ferrieux tags: trunk | |
|
2008-11-26
| ||
| 23:44 | A few more (harmless) Tcl_SetResult eliminations check-in: 2adf7a3416 user: nijtmans tags: trunk | |
| 23:09 | Eliminate warning: unused variable check-in: 80eddfdb43 user: nijtmans tags: trunk | |
| 19:19 | * library/tclIndex: Removed reference to no-longer-extant procedure 'tclLdAout'.... check-in: cefa3cef60 user: kennykb tags: trunk | |
|
2008-11-25
| ||
| 23:19 | Eliminate 3 calls to Tcl_SetResult, as examples how it should have been done. purpose: contribute in... check-in: 8956424338 user: nijtmans tags: trunk | |
| 22:16 | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 5b28ad3f61 user: andreas_kupries tags: core-8-5-branch | |
| 22:13 | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre Ferrieux's patch for [Bug 2270477... check-in: 9fa4a72d8a user: andreas_kupries tags: trunk | |
| 06:48 | don't assume that Tcl_SetResult sets interp->result, especially not in a dstring test check-in: 55f77779aa user: nijtmans tags: trunk | |
|
2008-11-24
| ||
| 10:02 | Converter script improvements. [Bug 2330040] check-in: 4cc290da5f user: dkf tags: trunk | |
|
2008-11-23
| ||
| 19:29 | * generic/tclIO.c: Backport of fix for [Bug 2333466]. check-in: 845be4dce9 user: andreas_kupries tags: core-8-5-branch | |
| 18:05 | Fix IsChannelExisting name comparison [Bug 2333466] check-in: 23d8e42096 user: ferrieux tags: trunk | |
|
2008-11-19
| ||
| 00:04 | Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation fo... check-in: a75210e18b user: nijtmans tags: trunk | |
| 00:00 | Simplification of expanded-literals handling after analysis of dead branches check-in: 634598c6b7 user: ferrieux tags: trunk | |
|
2008-11-18
| ||
| 07:02 | fix [Bug 2308236] signature of Tcl_HashStats() wrong check-in: bf29d13c08 user: nijtmans tags: core-8-5-branch | |
| 06:35 | Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. check-in: ea4436773c user: nijtmans tags: trunk | |
|
2008-11-17
| ||
| 22:39 | Fix [Bug 2251175]: missing backslash substitution on expanded literals. check-in: 8c125cb7e1 user: ferrieux tags: trunk | |
| 22:37 | Fix [Bug 2251175]: missing backslash generic/tclCompCmds.c substitution on expanded literals. check-in: 660d564a9d user: ferrieux tags: trunk | |
| 22:26 | Fix [Bug 2251175]: missing backslash substitution on expanded literals. check-in: 92bf0067c9 user: ferrieux tags: trunk | |
| 22:15 | Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. check-in: 2b7fc9b444 user: nijtmans tags: trunk | |
| 08:11 | Check for uncompiled-for-continue [Bug 2186888] fixed earlier. check-in: af5cdb41e0 user: ferrieux tags: trunk | |
|
2008-11-16
| ||
| 22:22 | change two Tcl_SetResult calls to Tcl_SetObjResult, as simplification for the TIP #340 patch. check-in: d58e03ce1a user: nijtmans tags: trunk | |
| 17:17 | Tidy up formatting. check-in: 720d076b4b user: dkf tags: trunk | |
|
2008-11-14
| ||
| 13:00 | remove -Wno-implicit-int check-in: dc988d50fd user: das tags: trunk | |
| 00:22 | Fixed [Bug 2269431]: load of shared objects leaves emporary files on windows check-in: c651428b00 user: nijtmans tags: core-8-5-branch | |
|
2008-11-13
| ||
| 22:34 | rename static function FSUnloadTempFile to TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 22694... check-in: 9ed8aa8799 user: nijtmans tags: trunk | |
|
2008-11-12
| ||
| 13:32 | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to HKCR requires administra... check-in: f1163306de user: patthoyts tags: trunk | |
| 00:31 | Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for... check-in: e70541f4de user: nijtmans tags: trunk | |
|
2008-11-11
| ||
| 21:55 | Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change f... check-in: dcb26387d5 user: nijtmans tags: trunk | |
| 21:54 | Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change f... check-in: c4b867d651 user: nijtmans tags: trunk | |
|
2008-11-10
| ||
| 17:57 | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 5f16738b09 user: andreas_kupries tags: trunk | |
| 17:57 | * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: ... check-in: 3fa0548ccc user: andreas_kupries tags: core-8-5-branch | |
|
2008-11-07
| ||
| 20:10 | patch #2215022: clean up the binary ensemble initialization code Applied a patch from Duoas which e... check-in: ce65d5a8de user: patthoyts tags: trunk | |
|
2008-11-06
| ||
| 21:47 | add "-Wno-implicit-int" for gcc, as on UNIX eliminate an 'array index out of bounds' warning on HP-U... check-in: 918ba31cc4 user: nijtmans tags: trunk | |
|
2008-11-04
| ||
| 23:57 | * generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it conf... check-in: c98c342725 user: hobbs tags: trunk | |
| 23:56 | * generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it conf... check-in: 096a632f45 user: hobbs tags: core-8-5-branch | |
|
2008-11-01
| ||
| 15:03 | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ check-in: adb2964c4d user: das tags: core-8-5-branch | |
| 15:03 | fix typo: s/ZoneinfoFile/LoadZoneinfoFile/ check-in: b61a23bf62 user: das tags: trunk | |
| 08:05 | Version bump of TclOO check-in: 4c209e9ff3 user: dkf tags: trunk | |
| 00:04 | remove unused variable check-in: 194e700059 user: dkf tags: trunk | |
|
2008-10-31
| ||
| 22:08 | Fix [Bug 2200824] and make class constructor error handling much more robust. check-in: c8dd022f7e user: dkf tags: trunk | |
|
2008-10-28
| ||
| 23:30 | CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings check-in: 4a0a87f279 user: nijtmans tags: trunk | |
| 23:29 | CONSTify TclDTraceInfo Eliminate some -Wstrings-write warnings check-in: f5c4b2c4b3 user: nijtmans tags: trunk | |
|
2008-10-27
| ||
| 19:08 | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" as the default an... check-in: 557645d373 user: dgp tags: trunk, potential incompatibility | |
|
2008-10-26
| ||
| 18:50 | Style improvements - invoking callbacks without visual junk. check-in: 4a9936c5ad user: dkf tags: trunk | |
| 18:34 | Style improvements - invoking callbacks without visual junk. check-in: a1a8afc25d user: dkf tags: trunk | |
| 12:45 | Style improvements - invoking callbacks without visual junk. check-in: de3bfd137a user: dkf tags: trunk | |
|
2008-10-24
| ||
| 00:46 | Removed a rogue ^M from the end of a line check-in: f442984efd user: patthoyts tags: core-8-5-branch | |
| 00:40 | Removed a rogue ^M from the end of a line check-in: 67dbd05fb4 user: patthoyts tags: trunk | |
|
2008-10-23
| ||
| 23:34 | Backported a fix for reading HTTP-like protocols that used to work and were broken with http 2.7. No... check-in: 317d88eb76 user: patthoyts tags: core-8-5-branch | |
| 23:17 | Fixed a failure to read SHOUTcast streams with the new 2.7 package. Introduced a new intial state as... check-in: 943b6dd8ce user: patthoyts tags: trunk | |
| 16:27 | * generic/tcl.h: Bump version number to 8.5.6b1 to distinguish * library/init... check-in: ec374ebf84 user: dgp tags: core-8-5-branch | |
| 12:19 | only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 072035086a user: das tags: core-8-5-branch | |
| 12:18 | only create test.dat file on windows, it is never used on unix and creation may fail due to insuffic... check-in: 7dff6665ff user: das tags: trunk | |
| 03:28 | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in the for body [Bug 2186888]. check-in: 9cb9b8e5ed user: msofer tags: trunk | |
|
2008-10-22
| ||
| 20:23 | Letting CONST die a slow and graceful death, since NO_CONST was broken since 8.4 and no-one complain... check-in: dc58eb7219 user: nijtmans tags: trunk | |
|
2008-10-19
| ||
| 19:55 | * generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: a85f2f72a4 user: dgp tags: trunk | |
| 19:54 | * generic/tclProc.c: Reset -level and -code values to defaults after they are use... check-in: c2b0a6b40d user: dgp tags: core-8-5-branch | |
| 16:52 | Check syntax of [info coroutine] args, i.e. there are none. check-in: 33628306b8 user: dkf tags: trunk | |
| 16:27 | Document [info coroutine]. check-in: 492d56fd9b user: dkf tags: trunk | |
| 16:22 | Improve documentation of [tcl::prefix]. check-in: 721748dd51 user: dkf tags: trunk | |
|
2008-10-17
| ||
| 20:14 | fix missing "-Wl," prefix in HP-UX build check-in: f5b4b4305c user: nijtmans tags: trunk | |
| 20:08 | fix missing "-Wl," prefix in HP-UX build check-in: e59ea6fb6a user: nijtmans tags: trunk | |
| 18:42 | CONST -> const check-in: 5f963f698b user: nijtmans tags: trunk | |
| 18:06 | * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed debug output in C++ comment. check-in: 429cbd6df6 user: andreas_kupries tags: trunk | |
| 16:32 | * generic/tclCompile.h: Declare the internal tclInstructionTable * generic/tclExecut... check-in: c9106a2d20 user: dgp tags: trunk | |
| 10:22 | Improve clarity of formatting. check-in: 71edbde46a user: dkf tags: trunk | |
|
2008-10-16
| ||
| 22:34 | Add "const" to many internal const tables. No functional or API change. check-in: f03d2e2d83 user: nijtmans tags: trunk | |
| 17:04 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: 91dbfe7baf user: dgp tags: trunk | |
| 16:58 | silence Alex check-in: c36d69e47d user: dgp tags: core-8-5-branch | |
| 16:08 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: a07bfdf2de user: dgp tags: trunk | |
| 16:07 | * library/init.tcl: Revised [unknown] so that it carefully preserves the state o... check-in: 90e78c239a user: dgp tags: core-8-5-branch | |
|
2008-10-15
| ||
| 10:43 | Lots of very minor formatting fixes. check-in: 4eecde7be6 user: dkf tags: trunk | |
| 06:17 | Add "const" to many internal const tables, so those will be put by the C-compiler in the TEXT segmen... check-in: 8fcbc25d98 user: nijtmans tags: trunk | |
|
2008-10-14
| ||
| 22:43 | * win/tclWinChan.c: Fix minor compiler warnings when * win/tclWinDde.c: compiling wit -... check-in: ec7f443aa8 user: nijtmans tags: trunk | |
| 22:37 | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling * generic/tclCmdMZ.c: w... check-in: 675e88f649 user: nijtmans tags: trunk | |
| 22:30 | Fix a bit of formatting. check-in: c710941ccd user: dkf tags: trunk | |
| 22:28 | Use the environment variable for program files to find the html help compiler check-in: 4a43f5ab31 user: patthoyts tags: trunk | |
| 20:08 | * README: Bump version number to 8.6a4 * generic/tcl.h: * libr... check-in: 3d9e72a73b user: dgp tags: trunk | |
| 19:26 | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. * generic/t... check-in: 06c13fc98b user: dgp tags: trunk | |
| 18:49 | Fix test flaws exposed by -singleproc 1 -debug 1 check-in: dd5b58f068 user: dgp tags: trunk | |
| 18:16 | backport more reliable tests check-in: ccf31d9892 user: dgp tags: core-8-5-5, core-8-5-branch | |
| 17:17 | Make safe-7.2 more robust to different environments check-in: 73af7029b1 user: dgp tags: trunk | |
| 16:48 | oops check-in: a250bfc0d6 user: dgp tags: trunk | |
| 16:35 | add missing constraints check-in: 28a3511d72 user: dgp tags: trunk | |
| 15:55 | missing constraint check-in: 32df37b2b1 user: dgp tags: core-8-5-branch | |
| 14:02 | Made documentation *even more* clear... check-in: 6f94816860 user: dkf tags: trunk | |
|
2008-10-13
| ||
| 22:51 | We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field... check-in: 8f717ed738 user: patthoyts tags: trunk | |
| 22:05 | set array of Tcl_Obj's to the right size. check-in: a8fe689a21 user: patthoyts tags: trunk | |
| 21:10 | Handle error case [info class destructor]. check-in: c12e6d7da6 user: dkf tags: trunk | |
| 13:13 | Added magic for Objective C. [Bug 2163447] check-in: 6bb3cf9fbf user: dkf tags: trunk | |
|
2008-10-12
| ||
| 19:53 | * generic/tclCompile.c: fix bug in srcDelta encoding within ByteCodes. The bug can only be trigger... check-in: 25ecba7081 user: msofer tags: trunk | |
|
2008-10-10
| ||
| 21:45 | typo check-in: 42af675fdd user: dgp tags: trunk, core-8-6-a3 | |
| 21:12 | *** 8.6a3 TAGGED FOR RELEASE *** * changes: Updates for 8.6a3 release. check-in: a97484e77c user: dgp tags: trunk | |
| 19:51 | Fix version typo check-in: 945cc496f7 user: mistachkin tags: core-8-5-branch | |
| 19:29 | tag 8.5.5 check-in: 1523499c33 user: dgp tags: core-8-5-branch | |
| 19:11 | * changes: Update for 8.5.5 release. check-in: 25aac84715 user: dgp tags: core-8-5-branch | |
| 18:16 | * generic/tcl.h: Bump to 8.5.5 for release. * library/init.tcl: * too... check-in: 755ea2c849 user: dgp tags: core-8-5-branch | |
| 13:04 | Fix [Bug 2155658] check-in: e58e13e886 user: dkf tags: trunk | |
| 04:09 | CONSTify char* DTrace probe arguments check-in: 42099d03d6 user: das tags: trunk | |
| 04:02 | fix warning check-in: 9c2baab056 user: das tags: trunk | |
|
2008-10-08
| ||
| 21:35 | * unix/tclUnixChan.c: fix minor compiler warning * unix/tcl.m4: fix for bug [2073255] ... check-in: ac6cee85db user: nijtmans tags: trunk | |
| 15:10 | * generic/tclBasic (TclInfoCoroutineCmd): * tests/unsupported.test: arrange for [info coroutine] t... check-in: cfefafc12b user: msofer tags: trunk | |
| 14:52 | * generic/tclTrace.c: Corrected handling of errors returned by variable traces so ... check-in: 8560e0542f user: dgp tags: core-8-5-branch | |
| 14:50 | * generic/tclTrace.c: Corrected handling of errors returned by variable traces so ... check-in: 05c091d997 user: dgp tags: trunk | |
|
2008-10-07
| ||
| 22:58 | Some cleaning up of the binary encode/decode engines check-in: 7763aab2c6 user: dkf tags: trunk | |
| 22:31 | Added better docs of [binary encode] and [binary decode] check-in: dffabf5e85 user: dkf tags: trunk | |
| 21:24 | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but in stead modify two mac... check-in: 8ab8fd2e1e user: nijtmans tags: trunk | |
| 20:51 | * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: tclWinTest.c:706:... check-in: 7c664fa363 user: nijtmans tags: core-8-5-branch | |
| 17:58 | fix ChangeLof entry check-in: b045ddbf00 user: msofer tags: trunk | |
| 17:57 | * generic/tclBasic.c: Move [tailcall], [coroutine] and * generic/tclCmdIL.c: [yield] out... check-in: 368305a073 user: msofer tags: trunk | |
| 15:00 | Corrected order of subcommands in a section to be alphabetic check-in: 9f4ca00277 user: dkf tags: trunk | |
| 14:10 | Documented channel transformations. check-in: f37aa97888 user: dkf tags: trunk | |
| 01:15 | fix warnings from 2008-10-05 constification check-in: a143c62934 user: das tags: trunk | |
|
2008-10-06
| ||
| 21:27 | Fixed up some erroneous tests that are failing on Vista/Server2008 systems check-in: f96dc5db37 user: patthoyts tags: trunk | |
| 21:00 | fixed constness of last commit for msvc check-in: 2d35bb9a0e user: patthoyts tags: trunk | |
| 18:42 | Fix for [Bug 1934200] check-in: 54c9e2ed21 user: mistachkin tags: core-8-5-branch | |
| 18:38 | Fix for [Bug 1934200] check-in: 1108f5efb5 user: mistachkin tags: trunk | |
| 04:25 | missed commit of lset.n in TIP #331 changes. check-in: be5e869c9b user: kennykb tags: trunk | |
|
2008-10-05
| ||
| 22:25 | * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProc * generic/tclFCmd.c: and tclpFileA... check-in: 40d0887361 user: nijtmans tags: trunk, potential incompatibility | |
| 22:12 | TIP #331 IMPLEMENTATION * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset]... check-in: 41ad4c4b67 user: kennykb tags: trunk | |
| 21:27 | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: 5c9087286d user: kennykb tags: trunk | |
| 21:25 | * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case where * tests/expr.test (expr-47.13): ... check-in: ae1bd61335 user: kennykb tags: core-8-5-branch | |
| 20:47 | * generic/tclInt.decls: CONSTified the AuxDataType argument * generic/tclCompCmds.c: of TclCreate... check-in: 20d2689bb9 user: nijtmans tags: trunk | |
| 19:22 | Fix [Bug 2144595] check-in: a484fe5df5 user: dkf tags: trunk | |
|
2008-10-04
| ||
| 18:06 | More result hygiene. check-in: 5de0a3380d user: dkf tags: trunk | |
| 12:54 | * generic/tclLoad.c: Make sure that any library which doesn't have an unloadproc is only really un... check-in: 535ff978c5 user: nijtmans tags: trunk | |
| 12:33 | * doc/ChnlStack.3: CONSTified the typePtr argument * doc/CrtChannel.3: of Tcl_CreateChannel an... check-in: 1fb6ccc45a user: nijtmans tags: trunk | |
| 12:00 | Clean up result handling, factor out some duplicated code, share objects. check-in: 3258456452 user: dkf tags: trunk | |
| 11:51 | * doc/Hash.3: CONSTified the typePtr argument * generic/tcl.decls: of Tcl_InitCustomHashTable.... check-in: fcc2624fe4 user: nijtmans tags: trunk | |
| 11:34 | * doc/RegConfig.3: CONSTified the configuration argument * generic/tcl.decls: of Tcl_RegisterCo... check-in: 3aa5a6de7f user: nijtmans tags: trunk | |
| 11:04 | * doc/GetIndex.3: CONSTified the tablePtr argument * generic/tcl.decls: of Tcl_GetIndexFromObj.... check-in: 4d465df046 user: nijtmans tags: trunk | |
|
2008-10-03
| ||
| 19:20 | * tests/stack.test: * unix/tclUnixTest.c: removed test command teststacklimit and the correspondi... check-in: c8d29ae885 user: msofer tags: trunk | |
| 13:24 | minor corrections check-in: f8dbf0312e user: dkf tags: trunk | |
| 08:13 | Tidying up formatting check-in: 754b252ed3 user: dkf tags: trunk | |
| 00:09 | regen again check-in: eb585aa4b8 user: dkf tags: trunk | |
| 00:07 | typofix check-in: 098e39bd8b user: dkf tags: trunk | |
| 00:05 | typo check-in: e9013079c4 user: dkf tags: trunk | |
| 00:01 | Implemented TIP#195 - tcl::prefix command. [Patch 1040206] check-in: b99e7f3d7a user: dkf tags: trunk | |
|
2008-10-02
| ||
| 23:55 | Regen check-in: 85794e5b8f user: dkf tags: trunk | |
| 23:36 | Reduce the number of (pointless) type-casts. check-in: 1412dede80 user: dkf tags: trunk | |
| 23:32 | Implement TIP #265. [FRQ 1446696] check-in: 020acd659d user: dkf tags: trunk | |
| 23:20 | * tests/info.test (info-23.3): See [SF Bug 2017632]. Updated output of the test to handle the N... check-in: 69e6f84143 user: andreas_kupries tags: trunk | |
| 23:03 | * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentation of 'info frame' for positive ... check-in: 4c82407928 user: andreas_kupries tags: trunk | |
| 22:55 | * tests/info.test (info-22.8): Fixed [SF Bug 2129828]. Made pattern for file containing tcltest... check-in: 1962be163c user: andreas_kupries tags: trunk | |
| 20:59 | TIP #330 IMPLEMENTATION * generic/tcl.h: Remove the "result" and "freeProc" ... check-in: df44cd3e16 user: dgp tags: trunk, potential incompatibility | |
| 19:18 | forgot one missing unmatched font change check-in: c1dd492734 user: mistachkin tags: trunk | |
| 19:01 | Fixes for [Bug 1934272, 2072891] check-in: c2fdf161b8 user: mistachkin tags: trunk | |
| 18:56 | Fixes for [Bug 1934200, 1934272] check-in: eb83b75b02 user: mistachkin tags: core-8-5-branch | |
|
2008-09-30
| ||
| 16:29 | remove outdated comment check-in: 4b84986114 user: dgp tags: trunk | |
|
2008-09-29
| ||
| 16:03 | TIP #323 IMPLEMENTATION (partial) * doc/glob.n: Revise [glob] to accept z... check-in: a7fdab8e2f user: dgp tags: trunk | |
| 15:38 | TIP #323 IMPLEMENTATION (partial) * doc/linsert.n: Revise [linsert] to accep... check-in: f4124d16f9 user: dgp tags: trunk | |
| 13:32 | TIP #326 IMPLEMENTATION check-in: e0ff4dac80 user: dkf tags: trunk | |
| 12:25 | TIP #313 IMPLEMENTATION check-in: c8c203b12e user: dkf tags: trunk | |
| 08:19 | Implement TIP 318. check-in: d30b262674 user: dkf tags: trunk | |
|
2008-09-28
| ||
| 22:18 | regen check-in: 39716ddec7 user: dkf tags: trunk | |
| 22:17 | Implement TIP 314. [Patch 1901783] check-in: 9834451d3a user: dkf tags: trunk | |
| 20:39 | Added test for [Bug 2130726]. check-in: 297406d088 user: dkf tags: trunk | |
| 13:46 | * generic/tclBasic.c: Fix the numLevels computations on * generic/tclInt.h: coroutine ... check-in: c18213886c user: msofer tags: trunk | |
|
2008-09-27
| ||
| 19:48 | Reduce the magic number count check-in: a0e8f66dae user: dkf tags: trunk | |
| 19:47 | Fix [Bug 2130726]. check-in: d18c55b8a2 user: dkf tags: trunk | |
| 19:40 | Stylistic improvements (consistent function separation standards, etc.) and some reduction in nestin... check-in: c90542955a user: dkf tags: trunk | |
| 19:34 | Corrected sanity test in zero-element case check-in: f54b9cef25 user: dkf tags: trunk | |
| 14:20 | Missed a (minor) change. check-in: fcfd1ea4e6 user: dkf tags: core-8-5-branch | |
| 14:19 | Fix [Bug 2130992]. check-in: 518c0f94c9 user: dkf tags: core-8-5-branch | |
| 14:16 | Fix [Bug 2130992]. check-in: 14ace11843 user: dkf tags: trunk | |
|
2008-09-26
| ||
| 21:05 | TIP #323 IMPLEMENTATION (partial) * doc/lrepeat.n: Revise [lrepeat] to accept... check-in: 5065563421 user: dgp tags: trunk | |
| 20:16 | TIP #323 IMPLEMENTATION (partial) * doc/object.n: Revise standard oo method... check-in: 281da7a6fb user: dgp tags: trunk | |
| 19:54 | TIP #323 IMPLEMENTATION (partial) * doc/tm.n: Revise [tcl::tm::path add... check-in: 898345772b user: dgp tags: trunk | |
| 19:36 | TIP #323 IMPLEMENTATION (partial) * doc/namespace.n: Revise [namespace upvar] ... check-in: 00995907cb user: dgp tags: trunk | |
| 19:12 | TIP #323 IMPLEMENTATION (partial) * doc/lassign.n: Revise [lassign] to accep... check-in: 242df9962b user: dgp tags: trunk | |
| 12:53 | Bump the TclOO version. (Forgot when checking in TIP320 impl.) check-in: 2363bbd777 user: dkf tags: trunk | |
|
2008-09-25
| ||
| 19:51 | TIP #323 IMPLEMENTATION (partial) * doc/global.n: Revise [global] to accept... check-in: 1fa1d8c3e7 user: dgp tags: trunk | |
| 19:26 | TIP #323 IMPLEMENTATION (partial) * doc/global.n: Revise [global] to accept... check-in: 03e5f21d0d user: dgp tags: trunk | |
| 19:20 | * doc/global.n: Correct false claim about [info locals]. check-in: 4fac33221d user: dgp tags: core-8-5-branch | |
| 18:06 | * tests/platform.test: Update tests to expect revised results * tests/safe.test: ... check-in: 6c9eefd7f8 user: dgp tags: trunk | |
| 14:37 | overlooked 85 -> 86 bump check-in: 2782fc85d1 user: dgp tags: trunk | |
| 14:30 | Implement TIP #315. check-in: a9c586be0a user: dkf tags: trunk | |
| 10:17 | correct bug number check-in: a05bee07cc user: dkf tags: trunk | |
| 10:15 | slightly more efficient check-in: 7fac343845 user: dkf tags: trunk | |
| 10:13 | Fix [Bug 2120903] check-in: c27a3bf717 user: dkf tags: trunk | |
|
2008-09-24
| ||
| 19:31 | TIP #323 IMPLEMENTATION (partial) * doc/file.n: Revise [file delete] and ... check-in: 5351913241 user: dgp tags: trunk | |
| 09:51 | Remove obsolete debugging macro. [Bug 2124814] check-in: 75b9647452 user: dkf tags: trunk | |
| 09:41 | Implement TIP #316. check-in: 05e3bb92fd user: dkf tags: trunk | |
|
2008-09-23
| ||
| 14:27 | Apply [Patch 2082450] check-in: 045d8a63c9 user: dkf tags: trunk | |
| 13:22 | Fix [Bug 2118123] check-in: 9702f32993 user: dkf tags: trunk | |
| 05:05 | Implementation of TIP #320.#320.#320. check-in: 9bc559dfec user: dkf tags: trunk | |
|
2008-09-22
| ||
| 21:02 | Clean up paragraph order in chan.n [chan pipe] check-in: dd9b612925 user: ferrieux tags: trunk | |
|
2008-09-18
| ||
| 16:14 | simplify TCL_CT_ASSERT check-in: d285545ac3 user: msofer tags: trunk | |
| 15:43 | * generic/tclExecute.c (NEXT_INST_F): * generic/tclInt.h (TCL_CT_ASSERT): new compile-time asserti... check-in: 5686b2eef0 user: msofer tags: trunk | |
| 15:00 | remove outdated commentary check-in: 7d2320780e user: dgp tags: core-8-5-branch | |
|
2008-09-17
| ||
| 18:14 | * generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI... check-in: a217a0d239 user: dgp tags: core-8-5-branch | |
| 18:11 | * generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetI... check-in: 148987ab5f user: dgp tags: trunk | |
| 12:38 | * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] check-in: 98d7ad77b5 user: msofer tags: trunk | |
| 12:37 | * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] check-in: edd3d89e69 user: msofer tags: core-8-5-branch | |
| 02:15 | * generic/tclParse.c: move TclResetCancellation to be called on returning to level 0... check-in: f4786edb4c user: mistachkin tags: trunk | |
| 00:01 | * generic/tclBasic.c: move TclResetCancellation to be called on returning to level 0, as opposed t... check-in: 3e6a322ef8 user: msofer tags: trunk | |
|
2008-09-10
| ||
| 22:48 | Incomplete docs for [binary encode] and [binary decode]. check-in: a0c0bd7c5a user: dkf tags: trunk | |
| 13:50 | Use the powers of tcltest2 for good! Also add basic testing of disassmbler (though not of its output... check-in: 677f3de5be user: dkf tags: trunk | |
| 13:23 | * tests/nre.test: add missing constraints; enable test of foreach recursion. * generic/tclBasic.... check-in: abc61b5a22 user: msofer tags: trunk | |
| 13:17 | Fix efficiency bug detected by Kieran Elby. check-in: 3487dba2a4 user: dkf tags: core-8-5-branch | |
| 13:03 | Fix efficiency bug detected by Kieran Elby. check-in: b5547d4f7b user: dkf tags: trunk | |
|
2008-09-08
| ||
| 10:48 | Simplify test bodies using tcltest2 check-in: 24fb39dd18 user: dkf tags: trunk | |
| 03:55 | * generic/tclCompile.c (TclCompileTokens): * generic/tclExecute.c (CompileExprObj): fix a perf b... check-in: b78ba52c9d user: msofer tags: trunk | |
|
2008-09-07
| ||
| 14:01 | * doc/namespace.n: fix [Bug 2098441] check-in: 181400daae user: msofer tags: trunk | |
| 14:00 | * doc/namespace.n: fix [Bug 2098441] check-in: 57d884253e user: msofer tags: core-8-5-branch | |
|
2008-09-05
| ||
| 01:19 | * generic/tclTrace.test (TraceVarProc): * generic/unsupported.test: insure that unset traces are r... check-in: 2d32371557 user: msofer tags: trunk | |
|
2008-09-04
| ||
| 16:34 | * generic/tclExecute.c (CACHE_STACK_INFO): * tests/unsupported.test: restore the execEnv's bottom... check-in: 6c3b82e2ad user: msofer tags: trunk | |
|
2008-09-03
| ||
| 05:43 | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro * compat/dirent2... check-in: bbd0f4b7ed user: dgp tags: trunk | |
|
2008-09-02
| ||
| 22:55 | unbreak the build with TCL_NO_DEPRECATED defined check-in: 4480defc0a user: das tags: trunk | |
| 20:56 | * generic/tcl.h: Removed the conditional #define of _ANSI_ARGS_ that would su... check-in: 02492030f5 user: dgp tags: trunk | |
| 15:49 | Use tcltest2 better. check-in: aa30d823e8 user: dkf tags: trunk | |
|
2008-09-01
| ||
| 12:28 | * generic/tclCmdAH.c: nre-enabling [eval]; eval scripts are now * generic/tclOOBasic.c: by... check-in: 22bb9ac0a9 user: msofer tags: trunk | |
| 00:35 | Improve the semantics of C-implemented destructors slightly. check-in: 879ea220fd user: dkf tags: trunk | |
|
2008-08-29
| ||
| 12:37 | Ensure that all TclOO headers get installed. [Bug 2082299] check-in: d8c81db9a2 user: dkf tags: trunk | |
|
2008-08-28
| ||
| 16:24 | * README: Bump version number to 8.6a3 * generic/tcl.h: * libr... check-in: cb2385ff07 user: dgp tags: trunk | |
| 16:08 | * generic/tcl.h: Bump version number to 8.5.5b1 to distinguish * library/init... check-in: 7d41d713d4 user: dgp tags: core-8-5-branch | |
|
2008-08-27
| ||
| 20:29 | typo check-in: 3af0f46a9e user: dgp tags: core-8-5-branch | |
| 20:29 | typo check-in: 66806cbe6f user: dgp tags: trunk | |
| 12:47 | Added cross references to manual pages that discuss specific variables created by Tcl. check-in: 154659f1bf user: dkf tags: trunk | |
|
2008-08-26
| ||
| 22:36 | * generic/tclBasic.c (InfoCoroutine): * tests/unsupported.test: new command that returns the FQN ... check-in: 6e24ef6a03 user: msofer tags: trunk | |
|
2008-08-25
| ||
| 13:22 | * generic/tclBasic.c (NRInterpCoroutine): store the caller's eePtr, stop assuming the coroutine is... check-in: 6cde51f2d1 user: msofer tags: trunk | |
|
2008-08-24
| ||
| 14:42 | Split off the ChangeLog entries for 2006-2007 into their own file. check-in: e58b904c88 user: dkf tags: trunk | |
| 14:38 | NRE-enable non-compiled [foreach]. [Bug 2017632] check-in: 8bee319fc2 user: dkf tags: trunk | |
|
2008-08-23
| ||
| 18:53 | * generic/tclBasic.c: Removed unused var; fixed function * generic/tclOOInt.h: pointer dec... check-in: e7cb67cca4 user: msofer tags: trunk | |
| 11:35 | NRE-enable the ensemble creator (add extra field!) Arrange for [dict for] to be NRE-enabled when not... check-in: 51c9ce366f user: dkf tags: trunk | |
| 10:54 | Silence some warnings. check-in: 1a9a602400 user: dkf tags: trunk | |
| 01:55 | fix ChangeLog entry check-in: 5b2121e277 user: msofer tags: trunk | |
| 01:48 | * generic/tclBasic.c: Set special errocodes: COROUTINE_BUSY, COROUTINE_CANT_YIELD, COROUTINE_ILLEG... check-in: 4c97f8aa43 user: msofer tags: trunk | |
| 01:42 | * generic/tclBasic.c: Set a special COROUTINE_BUSY errorcode check-in: c6616a4aa0 user: msofer tags: trunk | |
|
2008-08-22
| ||
| 19:41 | * changes: Updates for 8.6a2 release. check-in: 5b18c7b706 user: dgp tags: trunk, core-8-6-a2 | |
| 18:27 | speling ficks check-in: 3fb55502a3 user: dgp tags: trunk | |
| 18:16 | * generic/tcl.h: Drop use of USE_COMPAT85_CONST. That added indirection with... check-in: 4581b11cbe user: dgp tags: trunk | |
| 18:00 | * generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: fe9f78b0a6 user: dgp tags: trunk | |
| 18:00 | * generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 1c6b67a996 user: dgp tags: core-8-5-branch | |
| 17:26 | * generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 9832ad37bc user: dgp tags: trunk | |
| 17:20 | * generic/tclUtil.c (TclReToGlob): Added missing set of the *exactPtr value to ... check-in: 78969ab775 user: dgp tags: core-8-5-branch | |
|
2008-08-21
| ||
| 23:57 | * generic/tclBasic.c: Previous fix, now done right. * generic/tclCmdIL.c: * generic/tclInt.h:... check-in: 9a8105fe32 user: msofer tags: trunk | |
| 23:42 | really fix translation to escape glob-sensitive chars check-in: cedd903aec user: hobbs tags: core-8-5-branch | |
| 23:42 | really fix translation to escape glob-sensitive chars check-in: 2954833c4a user: hobbs tags: trunk | |
| 23:19 | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: 6e9764c87c user: hobbs tags: trunk | |
| 23:19 | * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= * generic/tclUtil.c (TclReToGlob)... check-in: fc9a8bdb44 user: hobbs tags: core-8-5-branch | |
| 21:35 | * generic/tcl.h: Reduced the use of CONST86 and eliminated * generic/tcl.decl... check-in: b3e31c71c2 user: dgp tags: trunk, potential incompatibility | |
| 21:24 | parts of last commit were not saved :} check-in: b73a168de3 user: msofer tags: trunk | |
| 21:01 | * generic/tclBasic.c: Fix the cmdFrame level count in * generic/tclCmdIL.c: coroutines. Fix sm... check-in: dc107da7f4 user: msofer tags: trunk | |
| 14:02 | Added disassembly of TclOO methods. check-in: 271c1169b9 user: dkf tags: trunk | |
| 10:36 | Align variable naming and typing a bit better with tclNamesp.c. check-in: b23fa711a9 user: dkf tags: trunk | |
|
2008-08-20
| ||
| 23:48 | Added casts to make MSVC happy and re-enable the debug build. check-in: f78dfdd7d5 user: patthoyts tags: trunk | |
| 15:41 | Fix performance bug introduced by fix of [Bug 2037727] check-in: fbf4a7e36a user: dkf tags: trunk | |
| 15:31 | General whitespace/style policing check-in: c184a1d25e user: dkf tags: trunk | |
| 15:02 | Squelch warning check-in: 2a74b3f885 user: dkf tags: trunk | |
| 13:14 | Remove pointless casts check-in: bf97b95821 user: dkf tags: trunk | |
| 12:18 | Minor cleanup check-in: 71f957ca12 user: dkf tags: trunk | |
| 11:45 | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 9034e25f9f user: das tags: core-8-5-branch | |
| 11:45 | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-only TclInvalidateStringRep macro... check-in: 569ea2e888 user: das tags: trunk | |
|
2008-08-17
| ||
| 19:37 | * generic/tclBasic.c: Implementation of [coroutine] and [yield] * generic/tclCmdAH.c: co... check-in: bd5b25a1ec user: msofer tags: trunk | |
| 14:15 | * generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 06993be2a4 user: msofer tags: trunk | |
| 14:12 | * generic/tclTest.c (TestconcatobjCmd): * generic/tclUtil.c (Tcl_ConcatObj): * tests/util.test (u... check-in: 01147b1a84 user: msofer tags: core-8-5-branch | |
|
2008-08-16
| ||
| 14:27 | fix last commit check-in: 3546c22a60 user: msofer tags: trunk | |
| 13:59 | * generic/tclExecute.c: better cmdFrame management check-in: f1f99b8c5c user: msofer tags: trunk | |
|
2008-08-14
| ||
| 17:20 | move tag check-in: b495297d14 user: dgp tags: core-8-5-4, core-8-5-branch | |
| 13:09 | * tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: 341ed145a9 user: dgp tags: trunk | |
| 13:08 | * tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: efe5ced468 user: dgp tags: core-8-5-branch | |
| 10:49 | remove overlooked old TCL_DTRACE_PROC_ENTRY check-in: 4be2d39aa9 user: das tags: trunk | |
| 10:49 | fix unused variable warnings when USE_DTRACE is not defined check-in: 435d4b4c40 user: das tags: trunk | |
| 10:32 | #define DTraceCmdReturn when USE_DTRACE is not defined check-in: d9e22693a7 user: das tags: trunk | |
| 02:22 | typo check-in: f0a92dbffd user: das tags: core-8-5-branch | |
| 02:16 | typo check-in: b5df40bcd4 user: das tags: trunk | |
| 02:12 | * generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'c... check-in: 6bfd1752b4 user: das tags: core-8-5-branch | |
| 02:11 | * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes * generic/tclProc.c (TclNR... check-in: c21fbf3f17 user: das tags: trunk | |
| 02:09 | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: fc22f806f1 user: das tags: core-8-5-branch | |
| 02:09 | * generic/tclCmdIL.c (TclInfoFrame): check fPtr->line before dereferencing as line info may ... check-in: 8aedfc1b91 user: das tags: trunk | |
| 00:11 | * tests/msgcat.test: fix for ::tcl::mac::locale with @modifier (HEAD backport 2008-06-01). check-in: 80edfde26c user: das tags: core-8-5-branch | |
| 00:08 | * tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 6528fff0f4 user: das tags: core-8-5-branch | |
| 00:08 | * tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not ... check-in: 59c3f93246 user: das tags: trunk | |
|
2008-08-13
| ||
| 23:14 | autoheader-2.59 check-in: 57b8049a58 user: das tags: trunk | |
| 23:13 | autoconf-2.59 check-in: abc6b2ff43 user: das tags: core-8-5-branch | |
| 23:13 | autoconf-2.59 check-in: 6b73205484 user: das tags: trunk | |
| 23:08 | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() * generic/tclInt.h: and related ifd... check-in: 626938b63a user: das tags: trunk | |
| 23:07 | * unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 0379cc4b17 user: das tags: core-8-5-branch | |
| 23:07 | * unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: 97358f39f0 user: das tags: trunk | |
| 23:04 | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 785bcf8b5c user: das tags: core-8-5-branch | |
| 23:04 | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 60930ca354 user: das tags: trunk | |
| 22:02 | * tests/nre.test: added test for large {*}-expansion effects check-in: 871c9025a5 user: msofer tags: trunk | |
| 18:14 | * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: d391632bf3 user: dgp tags: trunk | |
| 18:12 | * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: 2e92ce0921 user: dgp tags: core-8-5-branch | |
|
2008-08-12
| ||
| 23:19 | * generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd): fix # args displayed. [Bug 2048676... check-in: 7237db2f3e user: hobbs tags: trunk | |
| 17:51 | * generic/tclOOMethod.c (PushMethodCallFrame): Added missing check for bytecode val... check-in: ccb470815e user: dgp tags: trunk | |
| 17:45 | * generic/tclProc.c (TclProcCompileProc): On recompile of a proc, clear away a... check-in: 47649f8b79 user: dgp tags: trunk | |
| 15:10 | * README: Bump version number to 8.6a2 * generic/tcl.h: * libr... check-in: ff4d6323a8 user: dgp tags: trunk | |
| 15:00 | * changes: Updates for 8.6a2 release. check-in: 96183d9f3e user: dgp tags: trunk | |
| 14:43 | * changes: Update for 8.5.4 release. check-in: f05b8a83fa user: dgp tags: core-8-5-branch | |
|
2008-08-11
| ||
| 21:58 | * library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 8b417ebe57 user: dgp tags: trunk | |
| 21:57 | * library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: ... check-in: 79d0e712f5 user: dgp tags: core-8-5-branch | |
| 21:31 | Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 4bb451ccf0 user: patthoyts tags: core-8-5-branch | |
| 21:29 | Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. check-in: 57e81cc526 user: patthoyts tags: trunk | |
| 21:04 | * library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f3cd8f5886 user: andreas_kupries tags: trunk | |
| 21:03 | * library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modu... check-in: f64e5d3389 user: andreas_kupries tags: core-8-5-branch | |
| 20:40 | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 6ea9a5e52e user: andreas_kupries tags: trunk | |
| 19:01 | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 7746b0d872 user: andreas_kupries tags: core-8-5-branch | |
| 17:32 | &#(*& typo! check-in: 6424b909fc user: dgp tags: core-8-5-branch | |
| 17:32 | &#(*& typo! check-in: 2f88360993 user: dgp tags: trunk | |
| 15:59 | * library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: 6e510ffad0 user: dgp tags: trunk | |
| 15:49 | * library/http/http.tcl: Bump http version to 2.7.1 to account * library/http... check-in: e654fbe098 user: dgp tags: core-8-5-branch | |
| 14:39 | crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: ef5481bca1 user: patthoyts tags: trunk | |
| 14:36 | crc field from zlib data should be treated as unsigned for 64bit support [Bug 2046846] check-in: d2eb4f1092 user: patthoyts tags: core-8-5-branch | |
|
2008-08-10
| ||
| 23:06 | made variable Tcl_ChannelType *parentType in TransFormSeek(Wide)?Proc a const. This variable is only... check-in: b300e8ceeb user: nijtmans tags: trunk | |
| 15:58 | remove unused vars check-in: 08501ee705 user: msofer tags: trunk | |
| 15:35 | * generic/tclProc.c: completely removed ProcCompileProc, which was a fix for [Bug 1482718]. This i... check-in: d97c9b7593 user: msofer tags: trunk | |
|
2008-08-09
| ||
| 22:20 | * generic/tclBasic.c: slight cleanup * generic/tclCompile.h: * generic/tclExecute.c: check-in: 62fd40602c user: msofer tags: trunk | |
| 00:20 | * generic/tclExecute.c: fix warnings. * generic/tclOOMethod.c (PushMethodCallFrame): fix uninitia... check-in: 306f85215c user: das tags: trunk | |
| 00:16 | (lrange-1.17): add test cleanup; whitespace check-in: 1c9b083956 user: das tags: trunk | |
| 00:15 | (PushMethodCallFrame): fix uninitialized efi name field check-in: d6b7e73887 user: das tags: trunk | |
| 00:13 | fix warnings check-in: ed57ce2e84 user: das tags: trunk | |
|
2008-08-08
| ||
| 20:56 | removed INCOMPAT flag check-in: 650bd711ca user: dgp tags: trunk | |
| 20:43 | * changes: Updates for 8.6a2 release. check-in: fe932c6048 user: dgp tags: trunk | |
| 20:42 | typos check-in: 6687b3f02e user: dgp tags: core-8-5-branch | |
| 18:30 | 8.5.4 tag check-in: 53d4825d3d user: dgp tags: core-8-5-branch | |
| 15:53 | reorder check-in: d74271354b user: dgp tags: core-8-5-branch | |
| 15:43 | Olson's tzdata2008e check-in: e388275039 user: kennykb tags: trunk | |
| 15:42 | Olson's tzdata2008e check-in: 78048f8bdb user: kennykb tags: core-8-5-branch | |
| 15:41 | Olson's tzdata2008e check-in: 84d3f04e72 user: kennykb tags: core-8-5-branch | |
| 15:30 | Olson's tzdata2008e check-in: 121b0de920 user: kennykb tags: trunk | |
| 15:22 | * generic/tcl.h: Bump to 8.5.4 for release. * library/init.tcl: * too... check-in: d61c4fe923 user: dgp tags: core-8-5-branch | |
| 15:12 | * changes: Update for 8.5.4 release. check-in: 1573f8a19e user: dgp tags: core-8-5-branch | |
|
2008-08-07
| ||
| 22:29 | generic/tclExecute.c formatting only: remove spaces at the end of a every line generic/tclConfig... check-in: 697472b8f7 user: nijtmans tags: trunk | |
| 11:27 | small modif of last commit check-in: acc1ffd677 user: msofer tags: trunk | |
| 04:13 | * generic/tclBasic.c: Fix tailcalls falling out of tebc into * generic/tclExecute.c: Tcl_EvalEx ... check-in: 46bf23d87d user: msofer tags: trunk | |
| 01:44 | * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of locals in the local... check-in: f3fa95bc62 user: dgp tags: core-8-5-branch | |
|
2008-08-06
| ||
| 21:23 | * generic/tclOO.c: Revised TclOO's check for an interp being deleted during han... check-in: dc2c6d9a11 user: dgp tags: trunk | |
| 21:02 | credit dgp for that bug :} check-in: fab82200af user: msofer tags: trunk | |
| 20:58 | * generic/tclVar.c (TclLookupSimpleVar): fix bug that the core could not trigger before TclOO: the... check-in: 85d2692b6e user: msofer tags: trunk | |
| 19:46 | missed some nukeable comments re [namespace inscope] check-in: 62b41b608a user: msofer tags: trunk | |
| 19:23 | * library/init.tcl (::unknown): removed the [namespace inscope] hack that was maintained for Itcl ... check-in: 53ee04101a user: msofer tags: trunk, potential incompatibility | |
|
2008-08-05
| ||
| 23:47 | Streamline async connect logic [Patch 1994512]. Consolidate error reporting paths in CreateSocket()... check-in: 27101ab8a1 user: jenglish tags: trunk | |
| 22:52 | missing ChangeLof entry check-in: 23631232a7 user: msofer tags: trunk | |
| 15:52 | * generic/tclExecute.c: Fix for [Bug 2038069] by dgp. * tests/execute.test: check-in: c1ff7f20d1 user: msofer tags: trunk | |
|
2008-08-04
| ||
| 18:32 | fix "bad stack top" bug in last commit check-in: 05bc3e14e1 user: msofer tags: trunk | |
| 15:32 | * tests/nre.test: added tests for [if], [while] and [for]. A test for [foreach] has been added and... check-in: 97a07cfc1f user: msofer tags: trunk | |
| 14:59 | missing commit to tests/unsupported.test check-in: c0b7ddbb03 user: msofer tags: trunk | |
| 14:09 | duh ... committed only the ChangeLog entry, not the rest check-in: 4fee944e9f user: msofer tags: trunk | |
| 13:43 | * generic/tclBasic.c: made atProcExit commands run * generic/tclCompile.h: inconditionally... check-in: 3ec5568989 user: msofer tags: trunk | |
| 04:49 | * generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t... check-in: 9f82f568c0 user: dgp tags: trunk | |
| 04:48 | * generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.t... check-in: 8963606b64 user: dgp tags: core-8-5-branch | |
|
2008-08-03
| ||
| 18:00 | made function static check-in: d643a1a461 user: msofer tags: trunk | |
| 17:49 | remove unneeded declaration check-in: 76b729dcd7 user: msofer tags: trunk | |
| 17:33 | ChangeLog entry check-in: fa08074664 user: msofer tags: trunk | |
| 17:33 | * generic/tclBasic.c: new unsupported command atProcExit * generic/tclCompile.h: that shar... check-in: 95e85cbce2 user: msofer tags: trunk | |
| 10:19 | remove NRE.test & add new test files to Tcl.xcodeproj check-in: bd9680fcd3 user: das tags: trunk | |
|
2008-08-02
| ||
| 14:12 | * tests/NRE.test: made empty, waiting for removal until das does his thing in macosx/Tcl.xcodeproj... check-in: 603dca99c0 user: msofer tags: trunk | |
|
2008-08-01
| ||
| 18:22 | * doc/Exit.3: do not call Tcl_Finalize implicitly * generic/tclEvent.c: ... check-in: 5f526d80a6 user: hobbs tags: trunk | |
| 17:07 | * generic/tclBasic.c: Revised timing of the CmdFrame stack management * tests/info... check-in: b561aa9385 user: dgp tags: trunk | |
| 00:44 | * tests/NRE.test: replaced all deep-recursing tests by shallower tests that actually measure the ... check-in: 740ca5abc7 user: msofer tags: trunk | |
|
2008-07-31
| ||
| 22:12 | tclNRE.h die die die check-in: 9e690fa22a user: das tags: trunk | |
| 20:01 | nr-enabling [for]; [while] made to reuse [for]'s infrastructure. check-in: 1b9a54b876 user: msofer tags: trunk | |
| 18:29 | nr-enabling [while] check-in: 091d0a6c54 user: msofer tags: trunk | |
| 17:37 | missing ChangeLog entry check-in: b4ae85afc8 user: msofer tags: trunk | |
| 17:32 | nr-enabling [if] check-in: 591a2cece4 user: msofer tags: trunk | |
| 15:42 | * generic/tclBasic.c: NR-enabling [catch] * generic/tclCmdAH.c: * generic/tclInt.h: * tests/NR... check-in: fe6fa5b7a7 user: msofer tags: trunk | |
| 14:47 | wrong date in Changelog check-in: b25f80bdf8 user: msofer tags: trunk | |
| 14:43 | Dumped tclNRE.h's contents into tclInt.h. The file is now empty and unrefernced everywhere but in ma... check-in: 451dda69d6 user: msofer tags: trunk | |
| 03:42 | restricting usage and avoiding panics in [tailcall] check-in: 5bce68bce8 user: msofer tags: trunk | |
| 00:55 | fix macro that gcc swallows but msvc doesn't check-in: 948cd763ef user: msofer tags: trunk | |
| 00:43 | * generic/tclBasic.c: Improved tailcalls and tests. * generic/tclCompile.h: * generic/tclExecu... check-in: 5b619c2fb3 user: msofer tags: trunk | |
|
2008-07-30
| ||
| 20:59 | * generic/tclBasic.c: Corrected the timing of when the flag TCL_ALLOW_EXCEPTIONS i... check-in: 49eb26a8a2 user: dgp tags: core-8-5-branch | |
| 17:54 | * generic/tclBasic.c (TclNREvalObjEx): new comments and code reorg to clarify what is happening. check-in: 225f31d075 user: msofer tags: trunk | |
| 17:34 | fixing last commit check-in: bc709993b9 user: msofer tags: trunk | |
| 17:30 | * generic/tclBasic.c: guard against the value of iPtr->evalFlags changing between the times where ... check-in: b3662912c2 user: msofer tags: trunk | |
|
2008-07-29
| ||
| 23:18 | * tests/NRE.test: new tests that went MIA in the NRE revamping check-in: b090ac39c4 user: msofer tags: trunk | |
| 20:53 | a timid start at cleaning up check-in: 303d8d03a9 user: msofer tags: trunk | |
| 18:19 | * generic/tclBasic.c: Made use of the thread's alloc cache * generic/tclInt.h: stored in the e... check-in: 1a3aa54ccf user: msofer tags: trunk | |
| 13:51 | * generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case... check-in: c547a0a022 user: msofer tags: core-8-5-branch | |
| 13:45 | * generic/tclExecute.c: fix [Bug 2030670] that cause TclStackRealloc to panic on rare corner case... check-in: 63fdc405dd user: msofer tags: trunk | |
| 05:52 | fix macro check-in: 266312a39b user: msofer tags: trunk | |
| 05:31 | changelog entry check-in: 1519ed1a82 user: msofer tags: trunk | |
| 05:30 | Completely revamped NRE implementation, with (almost) unchanged API. check-in: 4c5c243ec3 user: msofer tags: trunk | |
|
2008-07-28
| ||
| 22:09 | it's tip #27, not #24 check-in: ea2042b8d4 user: nijtmans tags: trunk | |
| 21:31 | * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem * generic/tcl.decls: ... check-in: 246dcb287a user: nijtmans tags: trunk, potential incompatibility | |
| 21:06 | * generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: 076818a1d9 user: andreas_kupries tags: trunk | |
| 20:45 | * generic/tclBasic.c: Added missing ref count when creating an empty string as path (TclEvalEx). ... check-in: bb92304711 user: andreas_kupries tags: core-8-5-branch | |
| 14:44 | backport casting fix from HEAD check-in: 51a0104215 user: dgp tags: core-8-5-branch | |
|
2008-07-27
| ||
| 22:50 | general tidy up check-in: 26bc9ff861 user: dkf tags: trunk | |
| 22:40 | formatting only check-in: b72d55df84 user: nijtmans tags: trunk | |
| 22:28 | Remove unnecessary hack. check-in: 697475bbe2 user: dkf tags: trunk | |
| 22:18 | * doc/Object.3 CONSTified 3 functions using * doc/ObjectType.3 Tcl_ObjType which all... check-in: 4f99dac9fd user: nijtmans tags: trunk, potential incompatibility | |
|
2008-07-25
| ||
| 23:06 | * test/info.test: More work on singleTestInterp usability. This fixes bug [1605269]. check-in: b3b434585c user: andreas_kupries tags: trunk | |
| 22:11 | * tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 5317fc0855 user: andreas_kupries tags: trunk | |
| 21:24 | * tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to... check-in: c9bb25ad3b user: das tags: core-8-5-branch | |
| 21:23 | * tests/info.test (info-37.0): Add !singleTestInterp constraint; (info-22.8, info-23.0): switch to... check-in: ecb4a10c7d user: das tags: trunk | |
| 20:30 | * tests/info.test: Tests 38.* added, exactly testing the tracking of location for uplevel scripts... check-in: 8102aefa68 user: andreas_kupries tags: core-8-5-branch | |
|
2008-07-24
| ||
| 22:57 | just a few const -> CONST (in header files and .decls files) and CONST -> const (.c files and intern... check-in: a3ec1868d0 user: nijtmans tags: trunk | |
| 21:56 | Oops, wrong date check-in: 6956cbec66 user: nijtmans tags: trunk | |
| 21:54 | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is supposed to be a co... check-in: 7ade6e690e user: nijtmans tags: trunk, potential incompatibility | |
|
2008-07-23
| ||
| 23:19 | Added relative speed test for pure byte array concats. check-in: 00a4e94abd user: ferrieux tags: trunk | |
| 22:50 | Added relative speed test for lrange, checking fro in-place optimization. check-in: c9f53feac9 user: ferrieux tags: trunk | |
| 21:43 | * tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: ea9e096338 user: andreas_kupries tags: trunk | |
| 21:42 | * tests/info.test: Reordered the tests to have monotonously increasing numbers. check-in: fb6b0a22ee user: andreas_kupries tags: core-8-5-branch | |
| 21:07 | Rename new test to avoid duplicate test name. check-in: a66b179b51 user: andreas_kupries tags: trunk | |
| 21:07 | Rename new test to avoid duplicate test name. check-in: 428e649b75 user: andreas_kupries tags: core-8-5-branch | |
| 20:49 | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: e34657a1ad user: andreas_kupries tags: trunk | |
| 20:47 | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists * generic/tclCmdIL.c: immediat... check-in: 222f1067e0 user: andreas_kupries tags: core-8-5-branch | |
| 13:38 | * generic/tclBasic.c (GetCommandSource): added comment with explanation and warning for waintainer... check-in: b02f76b28f user: msofer tags: trunk | |
|
2008-07-22
| ||
| 23:06 | make genstubs check-in: 163adf45a3 user: das tags: trunk | |
| 23:05 | fix TclNRInterpProc stub table declaration (broke 'make checkstubs') check-in: 5c86e9cf31 user: das tags: trunk | |
| 23:01 | fix line-endings check-in: 7352e91360 user: das tags: trunk | |
| 22:46 | Added missing function comments. check-in: 749377e420 user: andreas_kupries tags: trunk | |
| 22:46 | * generic/tclBasic.c: Added missing function comments. check-in: 3a081f6fc1 user: andreas_kupries tags: core-8-5-branch | |
| 22:26 | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: 306ccd50a1 user: andreas_kupries tags: core-8-5-branch | |
| 22:26 | fix warning; formatting check-in: b3d96b33cd user: das tags: trunk | |
| 22:24 | * generic/tclCompile.c: Made the new TclEnterCmdWordIndex * generic/tclCompile.h: static, and ans... check-in: a640735a9f user: andreas_kupries tags: trunk | |
| 21:50 | * generic/tclBasic.c: Ansified the new functions. check-in: 79c49df1f0 user: andreas_kupries tags: trunk | |
| 21:41 | * generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: 0052f52da7 user: andreas_kupries tags: trunk | |
| 21:41 | * generic/tclBasic.c: Reworked the handling of bytecode literals * generic/tclCompile.c: for #280... check-in: a214d452fc user: andreas_kupries tags: core-8-5-branch | |
| 21:02 | * generic/tclBasic.c: Added numLevels field to CommandFrame, * generic/tclExecute.c: let GetCo... check-in: c83cc0d79a user: msofer tags: trunk | |
| 20:49 | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 3614b8fd64 user: nijtmans tags: core-8-5-branch | |
| 03:34 | * tests/encoding.test: Make failing tests pass again. [Bug 1972867] check-in: 16a7c21ef0 user: dgp tags: core-8-5-branch | |
|
2008-07-21
| ||
| 23:46 | fix warning, formatting, whitespace check-in: 23e20b113d user: das tags: trunk | |
| 22:50 | * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: ffe14e5e73 user: andreas_kupries tags: trunk | |
| 22:22 | fix [2021443] inconsistant "wrong # args" messages (follow-up) check-in: cfc8157c41 user: nijtmans tags: trunk | |
| 21:58 | formatting, whitespace check-in: c7486e1b03 user: das tags: trunk | |
| 21:54 | whitespace check-in: 89f7360321 user: das tags: trunk | |
| 21:52 | stack-3.1 no longer fails when testsuite is run from Xcode check-in: 0ec5c3d4e5 user: das tags: trunk | |
| 21:51 | Added test for file rename with inode collision on windows check-in: f0b9a2f7da user: patthoyts tags: trunk | |
| 21:46 | fix warnings, formatting check-in: 0c0bc35d08 user: das tags: trunk | |
| 21:25 | fix [2021443] inconsistant "wrong # args" messages (follow-up) check-in: 395eaa2623 user: nijtmans tags: trunk | |
| 21:12 | Resync with recent ?arg ...? normalization check-in: b3191b84e8 user: ferrieux tags: trunk | |
| 21:02 | TIP #304 implementation check-in: 6cf782df52 user: ferrieux tags: trunk | |
| 19:44 | Undo local changes which did not belong in the last commit. check-in: 118be23b5a user: andreas_kupries tags: core-8-5-branch | |
| 19:41 | use TclEvalObjv instead of Tcl_EvalObjv at selected spots check-in: 005a5d9138 user: msofer tags: trunk | |
| 19:38 | * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), a... check-in: 40f723e2c0 user: andreas_kupries tags: core-8-5-branch | |
| 16:25 | * generic/tcl.decls: Changed the implementation of * generic/tclBasic.c: [namespace impor... check-in: 281b7ede58 user: msofer tags: trunk | |
| 14:56 | Backported fix for bug #2015723 check-in: 295579a555 user: patthoyts tags: core-8-5-branch | |
| 14:42 | Inode numbers on Windows are not unique so avoid the inode check on this platform [Bug 2015723] check-in: afa89c1865 user: patthoyts tags: trunk | |
| 04:12 | ChangeLog fix check-in: a64bf16a74 user: msofer tags: trunk | |
| 03:49 | fix uninited and unused var warnings check-in: 677135de80 user: msofer tags: trunk | |
| 03:43 | * generic/tclBasic.c: NRE: enabled calling NR commands * generic/tclExecute.c: from the callba... check-in: 7a0e9388a7 user: msofer tags: trunk | |
|
2008-07-20
| ||
| 23:57 | add cleanup to fix subsequent test failures with -singleproc 1 check-in: 48d82216dd user: das tags: trunk | |
| 22:02 | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 256c78f19e user: dkf tags: core-8-5-branch | |
| 20:24 | * tests/fileName.test: Repaired the failing test fileName-15.7 from dkf's commit earlier today. check-in: 030524884f user: kennykb tags: trunk | |
| 17:55 | Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. check-in: 2e6c76f67e user: dkf tags: trunk | |
| 11:33 | Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2 check-in: 7001f3578e user: dkf tags: trunk | |
| 06:40 | Finish cleaning up this file (move cleanup actions out of test bodies, etc.) check-in: 23ebaae69a user: dkf tags: trunk | |
|
2008-07-19
| ||
| 22:50 | fix [2021443] inconsistant "wrong # args" messages check-in: 1e5261316e user: nijtmans tags: trunk | |
| 22:16 | Fix a gcc warning when compiling Tcl with mingw32 tclWinTest.c: In function `TestplatformChmod': tcl... check-in: c33e0b7cf5 user: nijtmans tags: trunk | |
| 21:47 | Fix miguel's problem with env failures; need LANG to get [encoding system] right in subprocesses... check-in: 33796e0fff user: dkf tags: trunk | |
| 16:20 | More test cleanup. check-in: aa3631fea9 user: dkf tags: trunk | |
| 09:57 | Rewrite to use tcltest2 and not generate non-ascii chars in results. Part of fix of [Bug 1513659] check-in: f856a8134a user: dkf tags: trunk | |
|
2008-07-18
| ||
| 23:29 | new TclNRAddCallback macro for internal use instead of the public Tcl_NRAddCallback check-in: 41bf7d9039 user: msofer tags: trunk | |
| 17:23 | NRE-enable the TclOO constructor system. check-in: e092b4ac90 user: dkf tags: trunk | |
| 14:02 | * tests/NRE.test: Added basic tests for deep TclOO calls check-in: 74a6afc49f user: msofer tags: trunk | |
| 13:46 | * generic/tcl.decls: Change the public api prefix from * generic/tcl.h: TclNR_foo ... check-in: 028024f0d3 user: msofer tags: trunk | |
| 13:10 | NRE-enable oo::object.eval check-in: b20aa20566 user: dkf tags: trunk | |
| 13:08 | Minor fixes (clearer panic messages, formatting of comments) check-in: 1acdaa5797 user: dkf tags: trunk | |
| 04:23 | * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix refcounting bugs that caused crashes [Bug... check-in: d36c5fb6d6 user: msofer tags: trunk | |
|
2008-07-17
| ||
| 23:48 | Tinkering check-in: bf427c5224 user: dkf tags: trunk | |
| 21:57 | stop crash in test suite! check-in: 0da5dcb0e8 user: dkf tags: trunk | |
| 20:43 | NRE-ify the non-compiled version of [dict update]. check-in: 90f8772b53 user: dkf tags: trunk | |
| 15:43 | Add NRE support to [dict with]. check-in: 6f1625197f user: dkf tags: trunk | |
|
2008-07-16
| ||
| 23:31 | * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that thread key creation is successf... check-in: fc0e0a02ad user: georgeps tags: trunk | |
| 22:08 | NRE-aware TclOO. check-in: a8d83acd18 user: dkf tags: trunk, potential incompatibility | |
| 00:44 | * tests/NRE.test: better constraint for testing the * tests/stack.test: existence of teststack... check-in: 41e62e1505 user: msofer tags: trunk | |
|
2008-07-15
| ||
| 14:13 | * generic/tclParse.c: fixing incomplete reversion of "fix" for [Bug 2017583], missing TclResetCanc... check-in: 34b2654de3 user: msofer tags: trunk | |
| 13:50 | Fix [Bug 2018603] check-in: a65d58e563 user: dkf tags: trunk | |
| 13:01 | Fix error in example. [Bug 2016740] check-in: e7de769231 user: dkf tags: core-8-5-branch | |
| 12:58 | Fix error in example. [Bug 2016740] check-in: d174149bbd user: dkf tags: trunk | |
| 10:15 | Factor the ensemble code a bit more. check-in: 77f9b57cf0 user: dkf tags: trunk | |
|
2008-07-14
| ||
| 20:29 | * generic/tclParse.c: reverting the "fix" for [Bug 2017583], * tests/parse.test: numLevel manage... check-in: 589a13cd5a user: msofer tags: trunk | |
| 14:15 | Tidy up code for clarity. check-in: 39ca815347 user: dkf tags: trunk | |
| 08:22 | Store ClientDatas in NRE callback storage as an array; that's how they are referred to in callback i... check-in: 26d39f7114 user: dkf tags: trunk | |
| 02:09 | * generic/tclParse.c: Remove unneeded TclInterpReady call check-in: f52ca120cd user: msofer tags: trunk | |
| 02:03 | * generic/tclExecute.c: Remove unneeded TclInterpReady call check-in: 08ab944551 user: msofer tags: trunk | |
| 01:38 | * generic/tclBasic.c.: Embedded Tcl_Canceled() calls into * generic/tclExecute.c: TclInterpRead... check-in: e494614ad5 user: msofer tags: trunk | |
| 01:27 | * generic/tclVar.c: fix error message check-in: d0fe4d4ec6 user: msofer tags: trunk | |
| 00:57 | remove unused variable check-in: f6560eca1e user: msofer tags: trunk | |
| 00:39 | ChangeLog fix check-in: 36cb847033 user: msofer tags: trunk | |
| 00:38 | * generic/tclParse.c: remove unnecessary numLevel management [Bug 2017583] check-in: f5e9b29a66 user: msofer tags: trunk | |
| 00:11 | * generic/tclBasic.c.: NRE left too many calls to * generic/tclExecute.c: TclResetCancellation ... check-in: 762ff2fe9f user: msofer tags: trunk | |
|
2008-07-13
| ||
| 23:15 | more consistent wrong # arg messages: change all messages containing ?options? to the form ?-option ... check-in: 7dcec0e5e2 user: nijtmans tags: trunk | |
| 22:42 | * generic/tclBasic.c: TclResetCancellation() calls were misplaced (merge mishap); stray //. Thanks... check-in: 0b71c2e082 user: msofer tags: trunk | |
| 16:07 | * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree were badly defined under mem deb... check-in: 4931a14a74 user: msofer tags: trunk | |
| 15:56 | whitespace check-in: b689462c86 user: das tags: trunk | |
| 12:54 | add new NRE files check-in: 1f95bf67fa user: das tags: trunk | |
| 12:54 | autoheader-2.59 check-in: ae7205f383 user: das tags: trunk | |
| 12:54 | remove leftover DTRACE macro causing buid failure check-in: f5270f6b50 user: das tags: trunk | |
| 09:29 | silence compiler warnings about uninited variables (gcc can't follow the logic) check-in: e2f82b3946 user: msofer tags: trunk | |
| 09:04 | added new files generic/tclNRE.h and tests/NRE.test check-in: efe90c32ce user: msofer tags: trunk | |
| 09:03 | NRE implementation [Patch 2017110] check-in: a646e4c362 user: msofer tags: trunk | |
|
2008-07-11
| ||
| 14:41 | Minor updates for better readability. check-in: 870874a4ee user: dkf tags: trunk | |
|
2008-07-09
| ||
| 14:41 | add a vqtcl entry check-in: 1c90799316 user: patthoyts tags: trunk | |
|
2008-07-08
| ||
| 17:53 | * generic/tclGet.c: Corrected out of date comments. check-in: e4ee9a0659 user: dgp tags: core-8-5-branch | |
| 17:52 | * generic/tclGet.c: Corrected out of date comments and removed * generic/tclInt.... check-in: 006f71d8fb user: dgp tags: trunk, potential incompatibility | |
| 12:34 | Tighten up language. check-in: 8ee2474038 user: dkf tags: trunk | |
|
2008-07-07
| ||
| 21:40 | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cb0fe6bf7c user: andreas_kupries tags: trunk | |
| 21:39 | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don... check-in: cc05a96e76 user: andreas_kupries tags: core-8-5-branch | |
| 14:06 | typo check-in: ed992275b3 user: dgp tags: trunk | |
| 08:36 | Correct examples. [Bug 1982642] check-in: dd20cf4add user: dkf tags: core-8-5-branch | |
| 08:29 | Correct examples. [Bug 1982642] check-in: 0cc6b56d0d user: dkf tags: trunk | |
|
2008-07-06
| ||
| 09:42 | Improve [lindex] examples. check-in: 9f091b0f8c user: dkf tags: trunk | |
|
2008-07-04
| ||
| 19:22 | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 190... check-in: e9e8be6fe0 user: jenglish tags: core-8-5-branch | |
|
2008-07-03
| ||
| 17:38 | * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 2a130e3959 user: andreas_kupries tags: trunk | |
| 17:38 | * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Than... check-in: 3455b4671c user: andreas_kupries tags: core-8-5-branch | |
| 17:28 | * library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: 570fddae32 user: dgp tags: trunk | |
| 17:22 | * library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and fri... check-in: 1ac299248c user: dgp tags: core-8-5-branch | |
|
2008-07-01
| ||
| 14:29 | Add focussed stack limiting to the RE compiler. Tuning might not yet be right but it passes everythi... check-in: 1ab85d8c7d user: dkf tags: trunk | |
| 13:24 | Fix [2006884] check-in: a8de9c95aa user: dkf tags: trunk | |
|
2008-06-30
| ||
| 15:58 | typo check-in: 57d6f5548c user: dgp tags: trunk | |
| 15:58 | Created branch core-stabilizer-merge-synthetic Closed-Leaf check-in: fa8130bb59 user: cvs2fossil tags: core-stabilizer-merge-synthetic | |
| 15:58 | typo check-in: 927d3b1474 user: dgp tags: core-8-5-branch | |
| 15:24 | Clean up typedef formatting check-in: 36fe95e2c4 user: dkf tags: trunk | |
| 14:01 | * doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp... check-in: 031847e56d user: dgp tags: trunk | |
| 03:18 | * generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * too... check-in: cea2851afb user: dgp tags: core-8-5-3, core-8-5-branch | |
| 02:55 | merge updates from 8.5 branch Closed-Leaf check-in: 96784a8ea3 user: dgp tags: core-stabilizer-branch | |
| 02:34 | * doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match exp... check-in: 0d7de5aa18 user: dgp tags: core-8-5-branch | |
| 01:10 | formatting, whitespace check-in: e09456245c user: das tags: trunk | |
|
2008-06-29
| ||
| 23:12 | Lrange cleanup and in-place optimization [Patch 1890831] check-in: 37618d97d9 user: ferrieux tags: trunk | |
| 23:05 | Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758]. check-in: fd074bcd24 user: ferrieux tags: trunk | |
| 22:28 | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix typedefs, add a few missing ... check-in: 29df58df24 user: dkf tags: trunk | |
| 19:09 | * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks to Rolf Ade f... check-in: 47846b80dd user: dgp tags: trunk | |
| 19:08 | * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks Rolf Ade for... check-in: d6b206b3e6 user: dgp tags: core-8-5-branch | |
| 13:50 | Fix [Bug 2004256] check-in: 2b42d73487 user: dkf tags: trunk | |
|
2008-06-28
| ||
| 23:43 | Fix [Bug 2004480] check-in: 13f2955f1c user: dkf tags: trunk | |
| 04:22 | * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for... check-in: f30a13da50 user: dgp tags: trunk | |
| 04:22 | * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks Rolf Ade for... check-in: b905ddb5c2 user: dgp tags: core-8-5-branch | |
|
2008-06-27
| ||
| 21:46 | Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Also... check-in: 325a6ffd56 user: dgp tags: trunk | |
| 21:44 | Tcl defines more than 7 Tcl_ObjTypes now, and we don't want to maintain this claim in the docs. Als... check-in: c9a0be897b user: dgp tags: core-8-5-branch | |
| 19:55 | typos check-in: 2482d2f0e5 user: dgp tags: trunk | |
| 19:55 | typos check-in: 5159aee85d user: dgp tags: core-8-5-branch | |
|
2008-06-26
| ||
| 22:12 | * unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 670e250491 user: andreas_kupries tags: trunk | |
| 22:10 | * unix/Makefile.in: Followup to my change of 2008-06-25, make code generated by the Makefile and ... check-in: 70ac26f232 user: andreas_kupries tags: core-8-5-branch | |
|
2008-06-25
| ||
| 18:18 | remove stray .RE check-in: c9b6198267 user: dgp tags: trunk, core-8-6-a1 | |
| 18:17 | merge update from 8.5 branch check-in: e4883ccb1c user: dgp tags: core-stabilizer-branch | |
| 18:16 | remove stray .RE check-in: 66dc64f9cf user: dgp tags: core-8-5-branch | |
| 17:44 | Advance 8.6a1 release tag check-in: 4ed60d1e21 user: dgp tags: trunk | |
| 17:40 | * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: d5216b1efd user: andreas_kupries tags: trunk | |
| 17:18 | * generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * tool... check-in: eb9c3a1dde user: dgp tags: core-stabilizer-branch | |
| 17:16 | Add test suite changes for 1999119 bug fix commit. check-in: a7c4f42610 user: dgp tags: core-8-5-branch | |
| 16:42 | * library/tm.tcl: Modified the handling of Tcl Modules and of the * library/safe.tcl: Safe Base t... check-in: 7f54ff3bbe user: andreas_kupries tags: core-8-5-branch | |
| 16:05 | merge update from 8.5 branch check-in: 1acf3dd85f user: dgp tags: core-stabilizer-branch | |
| 16:05 | * changes: Update for 8.5.3 release. check-in: 9a61367faa user: dgp tags: core-8-5-branch | |
| 15:56 | merge updates from 8.5 branch check-in: affd52009d user: dgp tags: core-stabilizer-branch | |
| 14:35 | * changes: Updates for 8.6a1 release. * generic/tclOO.h: Bump to TclOO 0.... check-in: d25bfca8b8 user: dgp tags: trunk | |
| 10:57 | Backported fix for dde/registry versions and the staticpkg build option check-in: 902642081c user: patthoyts tags: core-8-5-branch | |
| 10:25 | fix versions of dde and registry dlls fix problem building with staticpkg option check-in: 9e6da61fc3 user: patthoyts tags: trunk | |
|
2008-06-24
| ||
| 20:05 | * generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 7caf3c5fd2 user: dgp tags: core-8-5-branch | |
| 20:02 | * generic/tclPathObj.c: Fixed some internals management in the "path" Tcl_ObjType fo... check-in: 88f07bcd32 user: dgp tags: trunk | |
| 14:42 | bug #1995063 fix examples and comment on eof use. check-in: 1e13a3a6e9 user: patthoyts tags: trunk | |
|
2008-06-23
| ||
| 15:48 | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: c8958d4e9e user: dgp tags: core-8-5-branch | |
| 15:34 | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "... check-in: 8ab9adb4fe user: dgp tags: trunk | |
| 04:18 | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when operating on the "S... check-in: 8fbbf20d52 user: dgp tags: trunk | |
|
2008-06-20
| ||
| 20:48 | * changes: Updates for 8.6a1 release. * generic/tclInterp.c: Fixed completely... check-in: 8e76f85849 user: dgp tags: trunk | |
| 19:27 | another update for 8.5.3 check-in: 30ef03aa5c user: dgp tags: core-8-5-branch | |
| 19:23 | * generic/tclInterp.c: Fixed completely boneheaded mistake that * tests/interp.test... check-in: c979776fb2 user: dgp tags: core-8-5-branch | |
| 16:18 | * tests/encoding.test: Make failing tests pass again. check-in: 06e3a8cd73 user: dgp tags: trunk | |
| 13:57 | Solaris changes for 8.5.3 check-in: 5245cc0fd3 user: das tags: core-8-5-branch | |
| 13:51 | Solaris, stubs changes for 8.6a1 check-in: 4686f80be7 user: das tags: trunk | |
|
2008-06-19
| ||
| 21:29 | Make [next] work as described in TIP. [Bug 1998244] check-in: 3f569d031d user: dkf tags: trunk | |
| 21:03 | Forgot the bug number check-in: 602c96fc44 user: dkf tags: trunk | |
| 20:57 | Fix [Bug 1998221] check-in: 3b2afa4b8d user: dkf tags: trunk | |
| 19:29 | * changes: Updates for 8.5.3 release. check-in: c4bffa1975 user: dgp tags: core-8-5-branch | |
| 19:27 | * changes: Updates for 8.6a1 release. check-in: b63c18a546 user: dgp tags: trunk | |
| 15:36 | * README: Bump version number to 8.6a1 * generic/tcl.h: * libr... check-in: 764de4e88b user: dgp tags: trunk | |
|
2008-06-17
| ||
| 17:22 | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 358cc29f46 user: andreas_kupries tags: trunk | |
| 17:21 | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left over debug output. check-in: 50a1e45eca user: andreas_kupries tags: core-8-5-branch | |
| 16:45 | * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: 6e54b86bb3 user: andreas_kupries tags: core-8-5-branch | |
| 16:44 | * doc/tm.n: Followup to changelog entry 2008-03-18 regarding ::tcl::tm::Defaults. Updated the doc... check-in: deb59c513b user: andreas_kupries tags: trunk | |
| 02:22 | 2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: 73e4856277 user: kennykb tags: core-8-5-branch | |
| 02:16 | 2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): * tests/cloc... check-in: b108b4c3a8 user: kennykb tags: trunk | |
|
2008-06-16
| ||
| 20:44 | * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the * tests/info.test: head branch :... check-in: c0fbf6b417 user: andreas_kupries tags: core-8-5-branch | |
| 19:59 | * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up the * tests/info.test: information... check-in: af7eafb38d user: andreas_kupries tags: trunk | |
| 18:38 | * tests/ioTrans.test (iortrans-11.*): Fixed same issue as for iortrans.tf-11.*, cleanup of temp f... check-in: 97e8db2004 user: andreas_kupries tags: trunk | |
|
2008-06-14
| ||
| 02:25 | no message check-in: 9bf2713544 user: davygrvy tags: trunk | |
| 02:07 | The Stubs source files (tclStubLib.c and tclOOStubLib.c) should not be compiled with the -GL flag. check-in: 3df591bc85 user: davygrvy tags: trunk | |
|
2008-06-13
| ||
| 19:59 | 2008-06-13 David Gravereaux <davygrvy@pobox.com> * win/rules.vc: SYMBOLS macro now being set to z... check-in: 25b826cd5a user: davygrvy tags: trunk | |
| 19:58 | no message check-in: c635c729fc user: davygrvy tags: trunk | |
| 12:14 | fix warning check-in: 51662c877f user: das tags: trunk | |
| 05:45 | TIP 285 Implementation check-in: 505c316922 user: mistachkin tags: trunk | |
|
2008-06-12
| ||
| 20:09 | * unix/Makefile.in: add complete deps on tclDTrace.h. check-in: 1bc4fbf46d user: das tags: core-8-5-branch | |
| 20:08 | * unix/Makefile.in: add complete deps on tclDTrace.h. check-in: fbe3190a72 user: das tags: trunk | |
| 09:46 | sync with 2008-05-26 io-53.9 change check-in: 78c5f73eb5 user: das tags: trunk | |
| 06:49 | s/target/config/ check-in: 6c34233665 user: das tags: core-8-5-branch | |
| 06:49 | s/target/config/ check-in: 7f492b6e59 user: das tags: trunk | |
| 06:34 | * unix/Makefile.in: clean generated tclDTrace.h file. check-in: bd22afd873 user: das tags: core-8-5-branch | |
| 06:34 | * unix/configure: autoconf-2.59 check-in: 7d4a20fa44 user: das tags: core-8-5-branch | |
| 06:33 | * unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 8b60fb4143 user: das tags: core-8-5-branch | |
| 06:33 | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: 0c8ef155f9 user: das tags: core-8-5-branch | |
| 06:33 | * macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov, and with corefoundation disab... check-in: dbc92079cc user: das tags: core-8-5-branch | |
| 06:29 | * generic/tclOO.c: use TclOOStubs hooks field to retrieve * generic/tclOODecls.h: TclOOIntStubs ... check-in: 7e4d255b66 user: das tags: trunk | |
| 06:28 | * generic/tclIORTrans.c: fix signed <-> unsigned cast warnings. check-in: f9bd5af393 user: das tags: trunk | |
| 06:28 | * unix/configure: autoconf-2.59 check-in: 8c90b75124 user: das tags: trunk | |
| 06:27 | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. check-in: c942686054 user: das tags: trunk | |
| 06:27 | * unix/configure.in: fix static DTrace-enabled build on Solaris. check-in: 6e2a97abfa user: das tags: trunk | |
| 06:27 | * unix/Makefile.in: clean generated tclDTrace.h file. check-in: d81dd08fd4 user: das tags: trunk | |
| 06:26 | * macosx/Tcl.xcodeproj/project.pbxproj: add tclIORTrans.c; updates and cleanup for Xcode 3.1/... check-in: 1fe18f5b63 user: das tags: trunk | |
|
2008-06-11
| ||
| 01:30 | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 19... check-in: 0fc4d3a006 user: jenglish tags: trunk | |
|
2008-06-10
| ||
| 18:06 | * tests/ioTrans.test (iortrans.tf-6.1): Fixed the [Bug 1988552], reported by Kevin. Have to clo... check-in: 3e145aec5b user: andreas_kupries tags: trunk | |
| 03:35 | * generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered by Pat Thoyts <patthoyts@users.sour... check-in: a9634b2343 user: andreas_kupries tags: trunk | |
|
2008-06-08
| ||
| 23:13 | Plug leak. [Bug 1987817] check-in: a3fd190cc6 user: dkf tags: trunk | |
| 03:21 | * generic/tclBasic.c: Compilation of uplevel scripts, allow * generic/tclCompCmds.c: non-bo... check-in: 302b0120aa user: msofer tags: trunk | |
|
2008-06-06
| ||
| 19:46 | TIP #230 IMPLEMENTATION * generic/tclIOCmd.c: Integration of transform commands into 'chan' ense... check-in: 057ba9eab5 user: andreas_kupries tags: trunk | |
|
2008-06-05
| ||
| 00:02 | fix warnings, remove unused debug code that causes build failure check-in: d4062110a3 user: das tags: trunk | |
|
2008-06-03
| ||
| 23:52 | TIP #317 implementation check-in: 8a9c01c0ca user: patthoyts tags: trunk | |
|
2008-06-02
| ||
| 02:19 | * generic/tclOO.c (ReleaseClassContents): Fix the one remaining valgrind complaint about oo.test, ca... check-in: 9188c64990 user: kennykb tags: trunk | |
|
2008-06-01
| ||
| 08:11 | Complete fix of [Bug 1981001] check-in: 205a10dec2 user: dkf tags: trunk | |
| 05:09 | * generic/tclOOMethod.c: Fix a bug where the refcount of a method was r... check-in: d14255cc75 user: kennykb tags: trunk | |
| 02:44 | Add tclOO genstubs to Windows makefiles check-in: ef222bfbfa user: mistachkin tags: trunk | |
| 02:42 | * generic/tclDictObj.c: Added missing initializers to the ensemble map... check-in: fbb81c8921 user: kennykb tags: trunk | |
| 02:02 | * generic/tclOODecls.h: Added the swizzling of DLLEXPORT and * generic/tclOOIntDecls.h: DLLIMPORT... check-in: 882dc41185 user: kennykb tags: trunk | |
| 00:33 | More patches to make stub generation work. check-in: 687b9da09e user: dkf tags: trunk | |
| 00:29 | typo, skip crashing http.test for gcov check-in: bd144937a4 user: das tags: trunk | |
| 00:02 | Fix generation of stubs for the OO API. check-in: 4c3441444d user: dkf tags: trunk | |
|
2008-05-31
| ||
| 23:35 | * generic/tclOOStubLib.c: ensure use of tcl stubs; include in * unix/Makefile.in: stub lib; disab... check-in: 7efe478a95 user: das tags: trunk | |
| 23:34 | * tests/msgcat.test: fix for ::tcl::mac::locale with @modifier. check-in: 5b3a020ceb user: das tags: trunk | |
| 23:34 | * tools/tsdPerf.tcl: use [info sharedlibextension] check-in: f8c0850da0 user: das tags: trunk | |
| 23:34 | * unix/tclConfig.h.in: autoheader-2.59 check-in: ec72ed5874 user: das tags: trunk | |
| 23:33 | * macosx/Tcl.xcodeproj/project.pbxproj: add new tclOO files; add debug * macosx/README: targets ... check-in: ddfeb80290 user: das tags: trunk | |
| 22:29 | Plug method-related memory leaks pointed out by Miguel. check-in: ce09fe3526 user: dkf tags: trunk | |
| 19:56 | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] check-in: 428c548d5f user: dkf tags: trunk | |
| 11:41 | Implementation of TIP #257. Incomplete due to missing Win build support. check-in: e46e1575d3 user: dkf tags: trunk | |
|
2008-05-30
| ||
| 22:54 | Small clarifications that code a bit nicer to read. check-in: 0979177469 user: dkf tags: trunk | |
|
2008-05-27
| ||
| 23:13 | Fixed line endings check-in: 92f3208d85 user: patthoyts tags: trunk | |
|
2008-05-26
| ||
| 18:28 | (io-53.9): need to close chan before removing file check-in: b4d73a84f1 user: hobbs tags: trunk | |
| 18:27 | (io-53.9): need to close chan before removing file check-in: 4cc770d79f user: hobbs tags: core-8-5-branch | |
| 10:04 | Missed one! check-in: 49f148ad86 user: dkf tags: trunk | |
| 10:02 | Remove obsolete winhelp targets. They weren't supported and didn't work. check-in: 2b7ac345d5 user: dkf tags: trunk | |
|
2008-05-23
| ||
| 21:10 | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: ade419178b user: andreas_kupries tags: core-8-5-branch | |
| 21:05 | Oops. Undo commit of the local tweaks. check-in: 886a0a8186 user: andreas_kupries tags: trunk | |
| 21:00 | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <ferrieux@users.sou... check-in: f337d855cc user: andreas_kupries tags: trunk | |
|
2008-05-22
| ||
| 15:25 | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: 02b0ef8de2 user: dgp tags: core-8-5-branch | |
| 15:22 | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to handle the argum... check-in: b93953deab user: dgp tags: trunk | |
|
2008-05-21
| ||
| 20:38 | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 07e1b8c1f9 user: dgp tags: core-8-5-branch | |
| 20:28 | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() * tests/pars... check-in: 0dd3531d09 user: dgp tags: trunk | |
| 13:26 | Backport of fixes to Tcl_SetNamespaceUnknownHandler check-in: 15a8ca3a6c user: dkf tags: core-8-5-branch | |
|
2008-05-20
| ||
| 22:22 | Correct logic for handling error cases when setting the namespace unknown handler. check-in: 3a0964b236 user: dkf tags: trunk | |
|
2008-05-16
| ||
| 14:27 | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: fa11d81b14 user: msofer tags: core-8-5-branch | |
| 14:13 | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and fixed by Alexander Pasadyn [Bug 19... check-in: 7a08d942d5 user: msofer tags: trunk | |
|
2008-05-15
| ||
| 00:04 | We should use the thread allocator for threaded builds. Added 'tclalloc' option to disable. check-in: 80de1f17a7 user: patthoyts tags: trunk | |
|
2008-05-09
| ||
| 05:07 | * tools/tsdPerf.c A loadable Tcl extension for testing TSD performance. * too... check-in: 438f03c41c user: georgeps tags: trunk | |
| 04:58 | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. * generic/tclInt.h: Change aro... check-in: 2fd77728e6 user: georgeps tags: trunk | |
| 03:51 | * tests/dict.test (dict-19.2): Corrected a bug where the test was changed to use [apply] instead o... check-in: d1b2683623 user: kennykb tags: trunk | |
| 03:44 | * Makefile: Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: ... check-in: aee64f60e8 user: kennykb tags: trunk | |
|
2008-05-07
| ||
| 13:17 | Cleaning up check-in: 5fbe89447c user: dkf tags: trunk | |
| 10:42 | Simplify test check-in: 21108a2594 user: dkf tags: trunk | |
| 10:39 | Fix off-by-one error that caused crashes. Backport from HEAD. check-in: 1e0b442be5 user: dkf tags: core-8-5-branch | |
| 10:25 | Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) check-in: 1e8111a112 user: patthoyts tags: trunk | |
| 09:23 | Detect problem case and prove that it's fixed. check-in: ca93781920 user: dkf tags: trunk | |
| 09:07 | Fix off-by-one error that caused crashes. D'oh! check-in: c72744fe33 user: dkf tags: trunk | |
|
2008-05-06
| ||
| 16:33 | fix Makefile dependency check-in: a687f2e844 user: das tags: core-8-5-branch | |
| 16:33 | fix Makefile dependency check-in: c0210bf746 user: das tags: trunk | |
|
2008-05-04
| ||
| 07:28 | CONST -> const check-in: af93d720f5 user: nijtmans tags: trunk | |
|
2008-05-03
| ||
| 21:06 | fix warning check-in: 81216d74f3 user: das tags: core-8-5-branch | |
| 19:31 | use Tcl_Panic() instead of panic() check-in: 2d576d5da2 user: das tags: core-8-5-branch | |
| 19:31 | use Tcl_Panic() instead of panic() check-in: f2076ab1fb user: das tags: trunk | |
|
2008-05-02
| ||
| 20:08 | Converted the [binary] command into an ensemble. check-in: dca4069c80 user: patthoyts tags: trunk | |
| 20:02 | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup check-in: e4acb9c146 user: patthoyts tags: trunk | |
| 19:32 | Record tclvfs base check-in: fcb40a675a user: patthoyts tags: trunk | |
| 10:27 | More elimination of pre-C89-isms. check-in: 27caec3459 user: dkf tags: trunk | |
|
2008-04-27
| ||
| 22:41 | Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2dee210a8d user: dkf tags: trunk | |
| 22:21 | Get rid of pre-C89-isms (esp. CONST vs const). check-in: 2d205c22fb user: dkf tags: trunk | |
| 10:59 | Added a htmlhelp target to replace winhelp check-in: b34e388939 user: patthoyts tags: trunk | |
| 08:36 | Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c9ef4f4064 user: vasiljevic tags: trunk | |
| 08:26 | Also, panic early if we find out the wrong thread attempting to delete the async handler (common tra... check-in: c26ff3625b user: vasiljevic tags: core-8-5-branch | |
| 08:05 | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 1734fc35da user: vasiljevic tags: core-8-5-branch | |
|
2008-04-26
| ||
| 11:53 | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt to locate handler token fails. Happens when ... check-in: 18f18938cc user: vasiljevic tags: trunk | |
|
2008-04-25
| ||
| 21:28 | remove ioUtil.test, llvm-gcc fix check-in: 122e92c110 user: das tags: trunk | |
| 21:27 | fix warning check-in: 5aabb84406 user: das tags: trunk | |
|
2008-04-24
| ||
| 21:11 | define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0. This allows extensions t... check-in: 316009b1f4 user: nijtmans tags: trunk | |
| 18:51 | * tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: e7879de942 user: andreas_kupries tags: trunk | |
| 18:50 | * tests/ioCmd.test: Extended testsuite for reflected channel implementation. Added test cases abo... check-in: 31abe8b470 user: andreas_kupries tags: core-8-5-branch | |
|
2008-04-23
| ||
| 15:44 | Assorted improvements to make better use of tcltest2 check-in: b0326f6536 user: dkf tags: trunk | |
|
2008-04-21
| ||
| 16:26 | * generic/tclIOUtil.c: Removed all code delimited by * generic/tclTest.c: ... check-in: f078f71675 user: dgp tags: trunk | |
|
2008-04-20
| ||
| 02:52 | doc/Ensemble.3: Fix a typo: s/defiend/defined/ Thanks to hat0 for spotting this. check-in: b0d378f11b user: georgeps tags: trunk | |
|
2008-04-19
| ||
| 02:04 | note that cygwin is not supported check-in: d4b3460444 user: mdejong tags: trunk | |
|
2008-04-18
| ||
| 14:30 | Fix typo spotted by Steve Havelka check-in: 2ae623354c user: dkf tags: core-8-5-branch | |
| 14:21 | Fix typo spotted by Steve Havelka check-in: 9f7147230f user: dkf tags: trunk | |
|
2008-04-16
| ||
| 14:49 | * generic/tclInt.h: make stubs tables 'static const' and * generic/tclStubInit.c: export only mod... check-in: 50b59ad915 user: das tags: trunk | |
| 14:29 | * generic/tclInt.h: revise Tcl_SetNotifier() to use a * generic/tclNotify.c: module-scope hooks ... check-in: 79cb766dcc user: das tags: trunk | |
|
2008-04-15
| ||
| 18:34 | * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: f8664c0638 user: andreas_kupries tags: trunk | |
| 18:32 | * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <... check-in: 25f469ce77 user: andreas_kupries tags: core-8-5-branch | |
| 10:55 | sync with Tcl.xcodeproj check-in: 260dad3fa0 user: das tags: core-8-5-branch | |
| 10:55 | sync with Tcl.xcodeproj check-in: ad35d2b5b5 user: das tags: trunk | |
| 10:10 | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal of tclStubLib.o from TCL_OBJS. ... check-in: 872c709f10 user: das tags: trunk | |
|
2008-04-14
| ||
| 18:04 | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: 5286f0f684 user: kennykb tags: core-8-5-branch | |
| 18:00 | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test th... check-in: bbe1acd0f5 user: kennykb tags: trunk | |
| 17:54 | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: b5d4ae05ac user: kennykb tags: trunk | |
| 17:49 | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gett... check-in: ec37817fc4 user: kennykb tags: core-8-5-branch | |
|
2008-04-11
| ||
| 18:12 | * generic/tcl.h: Bump version number to 8.5.3b1 to distinguish * library/init.... check-in: 0d53d81632 user: dgp tags: core-8-5-branch | |
| 14:55 | fix one broken test, and restore unix line endings check-in: 1872093ca0 user: dgp tags: trunk | |
|
2008-04-10
| ||
| 20:58 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: 8c082b4a25 user: andreas_kupries tags: trunk | |
| 20:55 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an e... check-in: c5a22ce66b user: andreas_kupries tags: core-8-5-branch | |
| 00:21 | Test improvements (tcltest2, clarify) check-in: a00b4ae217 user: dkf tags: trunk | |
|
2008-04-09
| ||
| 21:44 | Added 'make html' support for people on Windows, inspired by Pat Thoyts. check-in: cb1fcbdbd6 user: dkf tags: trunk | |
| 19:51 | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 2a4a1d8b0c user: andreas_kupries tags: core-8-5-branch | |
| 19:49 | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does... check-in: 5694946238 user: andreas_kupries tags: trunk | |
| 18:37 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: 6509d79368 user: andreas_kupries tags: trunk | |
| 18:36 | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,... check-in: bd84e3f99e user: andreas_kupries tags: core-8-5-branch | |
|
2008-04-08
| ||
| 23:41 | * tests/io.test (io-53.8): Fixed ordering of vwait and after cancel. cancel has to be done after ... check-in: 14bef5d39a user: andreas_kupries tags: core-8-5-branch | |
| 23:16 | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: e3c4378ec5 user: das tags: core-8-5-branch | |
| 23:15 | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.... check-in: 786bc32e7b user: das tags: trunk | |
| 16:12 | backport enhanced comments check-in: 5f8288240f user: dgp tags: core-8-5-branch | |
| 15:11 | * generic/tclExecute.c: added comments to the alignment macros used in GrowEvaluationStack() and f... check-in: e1c152b91e user: msofer tags: trunk | |
| 14:54 | * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 2841879955 user: das tags: trunk | |
| 14:52 | * tools/genStubs.tcl: revert erroneous 2008-04-02 change marking *StubsPtr as EXTERN instead of... check-in: a442a6378b user: das tags: trunk | |
|
2008-04-07
| ||
| 22:53 | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: 8b118596fb user: andreas_kupries tags: trunk | |
| 22:49 | Corrected test name. check-in: e31cd02247 user: andreas_kupries tags: core-8-5-branch | |
| 22:33 | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. * tests/chanio.test: * generic/t... check-in: a9e6f2b7cb user: andreas_kupries tags: core-8-5-branch | |
| 19:53 | Added forgotten reference to [Bug 1350564] in last entry. check-in: 34e610ab8c user: andreas_kupries tags: core-8-5-branch | |
| 19:53 | Added forgotten reference to [Bug 1350564] in last entry. check-in: 3626fadc48 user: andreas_kupries tags: trunk | |
| 19:42 | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 4bc02d762e user: andreas_kupries tags: trunk | |
| 19:41 | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, TclCopyChannel): New macro, and the places u... check-in: 27fdbe7ec3 user: andreas_kupries tags: core-8-5-branch | |
| 16:06 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it beha... check-in: ba04dc8f19 user: dgp tags: core-8-5-branch | |
| 15:54 | autoconf-2.59 check-in: 1768221086 user: dgp tags: trunk | |
| 15:23 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Fix [format {% d}] so that it behaves the same way... check-in: 0b371e1c32 user: rmax tags: trunk | |
|
2008-04-06
| ||
| 00:52 | * tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 8d5cc700eb user: kennykb tags: core-8-5-branch | |
| 00:37 | * tests/chanio.test (chan-io-53.9): * tests/io.test (io-53.9): Made test cleanup robust against the ... check-in: 68b47f3256 user: kennykb tags: trunk | |
|
2008-04-05
| ||
| 23:25 | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 9031a8a194 user: kennykb tags: trunk | |
| 23:22 | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction po... check-in: 1b5290fc67 user: kennykb tags: core-8-5-branch | |
|
2008-04-04
| ||
| 20:14 | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 2dcb8b9dd4 user: andreas_kupries tags: trunk | |
| 20:13 | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based * tests/chanio.test: on Alexand... check-in: 6eeb845ac9 user: andreas_kupries tags: core-8-5-branch | |
| 17:19 | * generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: 70314cc1b4 user: andreas_kupries tags: core-8-5-branch | |
| 17:18 | * generic/tclIORChan.c (ReflectOutput): Allow zero return from write when input was zero-length... check-in: d7bb323e16 user: andreas_kupries tags: trunk | |
| 16:46 | * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 5ab15fcd29 user: andreas_kupries tags: trunk | |
| 16:45 | * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the... check-in: 8886154e04 user: andreas_kupries tags: core-8-5-branch | |
|
2008-04-03
| ||
| 18:06 | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: b9d8285147 user: andreas_kupries tags: core-8-5-branch | |
| 18:05 | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from ... check-in: d72429b721 user: andreas_kupries tags: trunk | |
|
2008-04-02
| ||
| 21:30 | * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gen... check-in: 489dbbd13d user: das tags: trunk | |
| 21:29 | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to * tools/genStubs.tcl: avoid e... check-in: 505f4107a4 user: das tags: trunk | |
| 21:27 | * generic/tcl.decls: remove 'export' declarations of symbols now only in libtclstub and no long... check-in: 073baf717d user: das tags: trunk | |
| 20:27 | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: 89bcb90b51 user: andreas_kupries tags: core-8-5-branch | |
| 20:26 | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thank... check-in: d2651aebcd user: andreas_kupries tags: trunk | |
| 04:27 | * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: b4acdce3bf user: dgp tags: trunk | |
| 04:25 | * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tc... check-in: e97605fc97 user: dgp tags: trunk | |
| 03:37 | * generic/tclStubLib.c: Removed needless #ifdef complexity. check-in: cce2a421a7 user: dgp tags: trunk | |
|
2008-04-01
| ||
| 21:42 | autoheader-2.59 check-in: f0adc8281a user: das tags: core-8-5-branch | |
| 21:41 | autoheader-2.59 check-in: af7f44435b user: das tags: trunk | |
| 21:41 | autoconf-2.59 check-in: f89a58bf82 user: das tags: core-8-5-branch | |
| 21:41 | autoconf-2.59 check-in: e25f05e141 user: das tags: trunk | |
| 21:40 | (SunOS-5.1x): quote CC var to allow make-time override sync with tk/unix/tcl.m4 changes check-in: 3e590e79b6 user: das tags: core-8-5-branch | |
| 21:40 | (SunOS-5.1x): quote CC var to allow make-time override sync with tcl/unix/tcl.m4 changes check-in: 06b8bf1781 user: das tags: trunk | |
| 20:12 | Regen'd check-in: d3c8c4f63f user: andreas_kupries tags: trunk | |
| 20:11 | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8e0d9c1c66 user: andreas_kupries tags: core-8-5-branch | |
| 20:08 | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solar... check-in: 8f2f6765e3 user: andreas_kupries tags: trunk | |
| 19:31 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 114062b0f3 user: dgp tags: core-8-5-branch | |
| 19:26 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPk... check-in: 80180a983e user: dgp tags: trunk | |
| 19:22 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: ef849b1eed user: dgp tags: trunk | |
| 19:20 | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. check-in: 23fac7f09b user: dgp tags: core-8-5-branch | |
| 16:23 | * README: Bump version number to 8.6a0 * generic/tcl.h: * libr... check-in: b76be03521 user: dgp tags: trunk | |
|
2008-03-31
| ||
| 17:21 | merge updates from HEAD check-in: aaab5d4d67 user: dgp tags: core-8-5-branch | |
|
2008-03-30
| ||
| 08:36 | autoheader-2.59 check-in: d2a6de8cdc user: das tags: trunk | |
| 08:36 | autoconf-2.59 check-in: 4d3266225c user: das tags: trunk | |
| 04:36 | * generic/tclObj.c: Added missing #include <math.h> needed to locate isnan() after the above c... check-in: e7ea210fb9 user: kennykb tags: trunk | |
| 04:26 | * generic/tclInt.h (TclIsNaN): * unix/configure.in: Added code to the configurator to check for ... check-in: 1c8454d937 user: kennykb tags: trunk | |
| 03:23 | * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests to deal with (slightly buggy) math l... check-in: 0d24faa3ce user: kennykb tags: trunk | |
|
2008-03-28
| ||
| 17:31 | * generic/tcl.h: Bump to 8.5.2 for release. * library/init.tcl: * too... check-in: 514a7e674e user: dgp tags: trunk, core-8-5-2 | |
| 16:48 | merge updates from HEAD check-in: 8539f5e372 user: dgp tags: core-stabilizer-branch | |
| 16:45 | * changes: Updated for 8.5.2 release. check-in: 459673efba user: dgp tags: trunk | |
| 14:35 | disable codesign on tests target check-in: 0871ba27bd user: das tags: trunk | |
| 11:18 | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. check-in: 9fbc08b2f6 user: dkf tags: trunk | |
|
2008-03-27
| ||
| 20:52 | merge updates from HEAD check-in: 480e439f8e user: dgp tags: core-stabilizer-branch | |
| 20:36 | Changes up to and including Olson's tzdata2008b check-in: 79c4daab88 user: kennykb tags: trunk | |
| 20:23 | merge updates from HEAD check-in: 45c31117a0 user: dgp tags: core-stabilizer-branch | |
| 13:40 | * unix/configure: autoconf-2.59 check-in: 902dff7f0e user: das tags: trunk | |
| 13:39 | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] check-in: 322be13390 user: das tags: trunk | |
|
2008-03-26
| ||
| 20:08 | merge updates from HEAD check-in: d4dafab14a user: dgp tags: core-stabilizer-branch | |
| 19:35 | formatting check-in: 93f6ccd040 user: dgp tags: trunk | |
| 16:28 | * changes: Updated for 8.5.2 release. check-in: 7605509334 user: dgp tags: trunk | |
| 14:51 | Minor improvements/fixes check-in: a13f7f626c user: dkf tags: trunk | |
| 09:59 | Minor fixes to copyright declarations (spelling, consistency) check-in: c7641a4ced user: dkf tags: trunk | |
|
2008-03-24
| ||
| 03:10 | Removed duplicated tests check-in: 492afc7d35 user: patthoyts tags: trunk | |
| 03:10 | improved fix keeping short-circuit check-in: b0d0fbefe0 user: patthoyts tags: trunk | |
| 02:50 | bug #1923966 - crash in binary format. Added tests for the above crash condition. check-in: 7774371e84 user: patthoyts tags: trunk | |
|
2008-03-21
| ||
| 19:22 | Clarified docs. [Bug 1899962] check-in: 579ac005a8 user: dkf tags: trunk | |
| 19:09 | Added more tests of regexp-mode compilation of the [switch] command. [Bug 1854435] check-in: bc1b844f2b user: dkf tags: trunk | |
|
2008-03-20
| ||
| 09:53 | Oops, typo. check-in: 1fcfaf731d user: dkf tags: trunk | |
| 09:49 | Final clean up of the Tcl_GetMemoryInfo mess. check-in: f3b6299f91 user: dkf tags: trunk | |
|
2008-03-19
| ||
| 16:56 | fix typos check-in: 409d3ae206 user: das tags: trunk | |
| 16:19 | Added exported non-stub function Tcl_GetMemoryInfo check-in: 242d4ea37b user: dkf tags: trunk | |
| 16:02 | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] check-in: 95fb422443 user: dkf tags: trunk | |
| 13:39 | Added workaround for [Bug 1905562] check-in: 5ec8810cae user: dkf tags: trunk | |
|
2008-03-18
| ||
| 18:52 | fix and simplify the OFFSET computation for TclStackAlloc check-in: dfb1d90bd7 user: msofer tags: trunk | |
| 18:14 | * library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to 'source -encoding utf-8'. Thi... check-in: 24a32ceeee user: andreas_kupries tags: trunk | |
| 18:02 | Fix oops. Use ::list, not list, prevent use of the namespace local command. check-in: bf1856b94a user: andreas_kupries tags: trunk | |
| 17:58 | * generic/tclExecute.c: Patch from Miguel Sofer to correct the alignment of memory a... check-in: f5ce84af0c user: dgp tags: trunk | |
| 17:41 | * library/tm.tcl (::tcl::tm::Defaults): Modified handling of environment variables. See [Bug 19... check-in: 87f6d0ef1f user: andreas_kupries tags: trunk | |
|
2008-03-16
| ||
| 17:00 | Correct the handling of stack space calculation (the jump pattern used was confusing the simple-mind... check-in: f311b220cd user: dkf tags: trunk | |
| 12:39 | removed erroneous whitespace check-in: 2299a5e042 user: dkf tags: trunk | |
| 12:38 | Clarified documentation of what happens with negative indices. [Bug 1905809] Added example, tidied u... check-in: dd29fda1f6 user: dkf tags: trunk | |
|
2008-03-14
| ||
| 19:53 | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection from bad TclStack... check-in: fabbee2722 user: dgp tags: trunk | |
| 19:46 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate SortElement arrays... check-in: 3b92a0e0a4 user: dgp tags: trunk | |
| 17:43 | Update test for corrected error message check-in: 17f3515c65 user: dgp tags: trunk | |
| 16:32 | * generic/tclTest.c: Ignore the return value of write() when * unix/tclUnixPipe.c: we are about to ... check-in: fc856d5e52 user: rmax tags: trunk | |
| 16:07 | missing char in error message check-in: 53475f84f7 user: dgp tags: trunk | |
|
2008-03-13
| ||
| 20:29 | merge updates from HEAD check-in: 2b85738331 user: dgp tags: core-stabilizer-branch | |
| 17:46 | d'oh! s/backspace/backslash/ check-in: 877093622d user: das tags: trunk | |
| 17:44 | * unix/configure.in: use backspace-quoting instead of double-quoting * unix/tcl.m4: for lib paths... check-in: 26016dfcd7 user: das tags: trunk | |
| 17:14 | * generic/tclStrToD.c: Resolve identifier conflict over "pow10" with libm in Cygwin... check-in: 26011d35f1 user: dgp tags: trunk | |
| 14:52 | * changes: Updated for 8.5.2 release. check-in: 94c0b53f2d user: dgp tags: trunk | |
| 14:47 | merge updates from HEAD check-in: 6aa4ae8390 user: dgp tags: core-stabilizer-branch | |
|
2008-03-12
| ||
| 23:06 | add ref to [Bug 1893053] check-in: aff3590817 user: das tags: trunk | |
| 22:17 | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 * macosx/Tcl.xcodeproj/default.p... check-in: d886202f1d user: das tags: trunk | |
| 20:16 | * doc/info.n: Replaced {expand} with {8}. check-in: e2ac6af9a9 user: andreas_kupries tags: trunk | |
| 10:01 | change http::geturl -keepalive default to 0 as it has poor true pipeline support check-in: 8574782988 user: hobbs tags: trunk | |
| 09:51 | * unix/Makefile.in (install-libraries): Bump http to 2.7 * win/Makefile.in (install-libraries): A... check-in: 6e51258400 user: hobbs tags: trunk | |
| 05:57 | * library/http/http.tcl (http::geturl): add -method option to support * tests/http.test (http-3.1)... check-in: 33649f231d user: hobbs tags: trunk | |
| 05:39 | * library/http/http.tcl: whitespace changes, code cleanup. Allow http to be re-sourced without ov... check-in: 4d66243235 user: hobbs tags: trunk | |
| 01:25 | improve darwin9 constraint check-in: 6daa92a04c user: das tags: trunk | |
|
2008-03-11
| ||
| 22:29 | * unix/configure: autoconf-2.59 check-in: 4703620c55 user: das tags: trunk | |
| 22:28 | * macosx/GNUmakefile: fix quoting to allow paths to * macosx/Tcl-Common.xcconfig: ${builddir} a... check-in: 82d286110d user: das tags: trunk | |
| 22:26 | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 and * macosx/Tcl.xcodeproj/defau... check-in: ad66da0f7f user: das tags: trunk | |
| 22:25 | * generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escape sub-encodings, fixes encoding-1... check-in: c689d9cd87 user: das tags: trunk | |
| 22:24 | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on Darwin 9 even when TclpCrea... check-in: bec5e4d2db user: das tags: trunk | |
| 22:23 | * unix/tclUnixNotfy.c: fix warning check-in: f1ac417c0c user: das tags: trunk | |
| 22:23 | * tests/exec.test (exec-9.7): reduce timing sensitivity * tests/socket.test (socket-2.11): (esp. ... check-in: 2834a01435 user: das tags: trunk | |
| 22:22 | * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail). check-in: 24df368431 user: das tags: trunk | |
| 17:23 | * generic/tclVar.c (TclDeleteNamespaceVars): * tests/var.test (var-8.2): unset traces on vars shou... check-in: 0083565512 user: msofer tags: trunk | |
|
2008-03-10
| ||
| 19:33 | merge updates from HEAD check-in: 51236039d1 user: dgp tags: core-stabilizer-branch | |
| 19:06 | * changes: Updated for 8.5.2 release. check-in: 2c88fd3f6c user: dgp tags: trunk | |
| 18:49 | * doc/http.n: Revised to indicate that [package require http 2.5.5] is needed to g... check-in: 7cf97fef06 user: dgp tags: trunk | |
| 17:54 | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error * tests/event.te... check-in: b8c4561fb4 user: dgp tags: trunk | |
| 16:18 | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() * tests/expr.test:... check-in: e211f090b3 user: dgp tags: trunk | |
| 14:34 | typo check-in: d8b5811378 user: dgp tags: trunk | |
|
2008-03-07
| ||
| 22:42 | * generic/tclResult.c (ReleaseKeys): Workaround for [Bug 1904907]. Reset the return option keys... check-in: e3e2980503 user: andreas_kupries tags: trunk | |
| 22:05 | merge updates from HEAD check-in: 3b6959be94 user: dgp tags: core-stabilizer-branch | |
| 21:07 | commentary cleanup check-in: 2a77ff2ce0 user: dgp tags: trunk | |
| 19:26 | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode compiling so tha... check-in: d8bf40a6f9 user: dgp tags: trunk | |
| 19:15 | * generic/tclCmdAH.c: Revised direct evaluation implementation of [expr] so that [... check-in: beca0b3f8e user: dgp tags: trunk | |
| 19:04 | * tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: 487ecf6dc6 user: dgp tags: trunk | |
| 15:28 | * tests/execute.test (execute-6.*): More tests checking that script bytecode is ... check-in: ebf28f0213 user: dgp tags: trunk | |
| 09:27 | regen check-in: 5295e88e33 user: dkf tags: trunk | |
| 09:27 | Add AC_HEADER_STDC to support msys/win64. check-in: c3acd88cd6 user: dkf tags: trunk | |
|
2008-03-06
| ||
| 22:08 | Minor tidying up. [Bug 1909019] check-in: fca3d95f5c user: dkf tags: trunk | |
|
2008-03-04
| ||
| 18:50 | * tests/execute.test (6.3,4): Added tests for Bug 1899164]. check-in: 8b8aff2dde user: dgp tags: trunk | |
|
2008-03-03
| ||
| 14:54 | * unix/tclUnixChan.c: Fix mark and space parity on Linux, which uses CMSPAR instead of PAREXT. check-in: 701e7babf4 user: rmax tags: trunk | |
|
2008-03-02
| ||
| 19:12 | test added (did not fail previously, just to make sure it never does) check-in: 7d5f32e0a6 user: msofer tags: trunk | |
| 18:46 | * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of an nsNameType obj when the refere... check-in: 2cd4278581 user: msofer tags: trunk | |
|
2008-02-29
| ||
| 21:02 | date fix check-in: 0923c75b80 user: dgp tags: trunk | |
| 21:02 | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount management of T... check-in: 1ef5d374d7 user: dgp tags: trunk | |
| 19:59 | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the refcount managem... check-in: 9bd1c3e045 user: dgp tags: trunk | |
|
2008-02-28
| ||
| 22:36 | * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when an enter trace... check-in: fbd5ed0f6c user: dgp tags: trunk | |
| 20:40 | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in error message generation... check-in: da89d12071 user: dgp tags: trunk | |
| 20:39 | Oops! Forgot to record patch number [#1903339] for last commit. check-in: 41f9a3a297 user: jenglish tags: trunk | |
| 20:14 | Reduce scope of <sys/filio.h> and <sys/ioctl.h> #includes. check-in: 7eb313d9d8 user: jenglish tags: trunk | |
| 20:12 | Consolidate all code conditionalized on -DUSE_FIONBIO into one place. New routine TclUnixSetBlocking... check-in: f166136c31 user: jenglish tags: trunk | |
| 17:36 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] leaked an mp_in... check-in: 120da645b7 user: dgp tags: trunk | |
| 15:59 | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit to optimize co... check-in: 8399eb8f5d user: dgp tags: trunk | |
|
2008-02-27
| ||
| 23:49 | bug #705956 - fix inverted logic when cleaning up socket error in geturl. Document meta accessor. check-in: 8a680814d7 user: patthoyts tags: trunk | |
| 11:20 | autoheader-2.59 check-in: b28d6f128b user: das tags: trunk | |
| 03:35 | Remove dead/unused portability-related #defines and unused conditional code. See SF#1901828 for disc... check-in: b29cb95ed3 user: jenglish tags: trunk | |
| 02:08 | * doc/clock.n: Corrected minor indentation gaffe in the penultimate paragraph. [Bug 1898025] * gener... check-in: bc94636f47 user: kennykb tags: trunk | |
| 00:12 | fix warning check-in: db1385187c user: das tags: trunk | |
|
2008-02-26
| ||
| 21:50 | More stray trailing ","s. check-in: 0a1324c741 user: jenglish tags: trunk | |
| 21:19 | Define socklen_t as "int" if missing, not "unsigned". (accept(2) et. al. traditionally took "int *" ... check-in: 5efdba63af user: jenglish tags: trunk | |
| 20:28 | Remove stray trailing "," from enum InstOperandType definition (C99ism). check-in: 65872659c0 user: jenglish tags: trunk | |
| 20:18 | * generic/tclUtil.c (TclReToGlob): fix the handling of the last * tests/regexpComp.test: star p... check-in: 13aea450a4 user: hobbs tags: trunk | |
| 19:52 | Set version 2.5.5 bug #1868845 - it is better to do the [eof] check after trying to read from the so... check-in: 9773380ea5 user: patthoyts tags: trunk | |
|
2008-02-22
| ||
| 11:50 | Add a linker hint for msvc to include ws2_32.lib check-in: 1dbfc6476e user: patthoyts tags: trunk | |
| 10:56 | Fix for bug #1818565. Always check that the state array exists in the http::status command. Set vers... check-in: ad7511df0f user: patthoyts tags: trunk | |
|
2008-02-13
| ||
| 20:35 | add missing constraint check-in: c85e6e712e user: dgp tags: trunk | |
| 19:41 | eliminate duplicate test names check-in: cfc3f859c7 user: dgp tags: trunk | |
| 18:00 | * generic/tcl.h: Bump version number to 8.5.2b1 to distinguish * library/init... check-in: 8cd7e62e9a user: dgp tags: trunk | |
|
2008-02-12
| ||
| 10:27 | Fix [Bug 1891827] check-in: d77bd2f9f5 user: dkf tags: trunk | |
| 10:07 | Documented missing configure flags. [Bug 1799011] check-in: 73ae2a8277 user: dkf tags: trunk | |
|
2008-02-06
| ||
| 02:53 | doc/clock.n - minor documentation fix in %N format group check-in: d1b3414158 user: kennykb tags: trunk | |
| 01:13 | * generic/tclClock.c (ClockParseformatargsObjCmd): * library/clock.tcl (::tcl::clock::format): * tes... check-in: fa22a0f73a user: kennykb tags: trunk | |
|
2008-02-04
| ||
| 21:43 | bump release date check-in: 68d8465118 user: dgp tags: trunk, core-8-5-1 | |
| 20:24 | fix comments in INST_CONCAT check-in: b62a20626b user: msofer tags: trunk | |
| 19:54 | * generic/tclExecute.c (INST_CONCAT1): fix optimisation for in-place concatenation (was going over... check-in: a4502c95c3 user: msofer tags: trunk | |
| 17:29 | *** 8.5.1 TAGGED FOR RELEASE *** * generic/tcl.h: Bump to 8.5.1 for release.... check-in: 9673130446 user: dgp tags: trunk | |
| 16:05 | merge udpates from HEAD check-in: 10ad9c31cf user: dgp tags: core-stabilizer-branch | |
|
2008-02-02
| ||
| 23:58 | * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. ... check-in: bc0aee463e user: das tags: trunk | |
|
2008-02-01
| ||
| 19:05 | merge updates from HEAD check-in: e167b724ec user: dgp tags: core-stabilizer-branch | |
| 19:04 | set release tag check-in: ac100c3a39 user: dgp tags: trunk | |
|
2008-01-31
| ||
| 02:57 | merge updates from HEAD check-in: 73c523403e user: dgp tags: core-stabilizer-branch | |
|
2008-01-30
| ||
| 14:57 | credit contributor an00na check-in: 9560ef018c user: msofer tags: trunk | |
| 10:45 | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] check-in: 19185673bd user: msofer tags: trunk | |
| 09:54 | Improved manual page scraper to do a better job with Ttk. [Tk Bug 1876493] check-in: 15f57337ff user: dkf tags: trunk | |
|
2008-01-29
| ||
| 17:35 | merge updates from HEAD check-in: d28b6451e9 user: dgp tags: core-stabilizer-branch | |
| 15:32 | Improve Tcl macros to make Ttk documentation work better. [Tk Bug 1876493] check-in: 0177a031ac user: dkf tags: trunk | |
|
2008-01-25
| ||
| 21:39 | merge updates from HEAD check-in: 7194d3743c user: dgp tags: core-stabilizer-branch | |
| 17:34 | * changes: Updated for 8.5.1 release. check-in: de301877c9 user: dgp tags: trunk | |
| 16:43 | merge updates from HEAD check-in: 5cbaf690e0 user: dgp tags: core-stabilizer-branch | |
|
2008-01-23
| ||
| 21:58 | Reconcile coding style issues between branches check-in: cfb6fa3b16 user: dgp tags: trunk | |
| 21:32 | Reconcile coding style issues between branches check-in: bdecfd3b00 user: dgp tags: trunk | |
| 21:21 | Reconcile coding style issues between branches check-in: dd5e7712f3 user: dgp tags: trunk | |
| 19:41 | * generic/tclInt.h: New macro TclGrowParseTokenArray() to * generic/tclC... check-in: 9406bde55c user: dgp tags: trunk | |
| 17:31 | * generic/tclCompile.h: Demote TclCompEvalObj() from internal stubs to * generic/tcl... check-in: ae04371917 user: dgp tags: trunk | |
| 16:49 | Bump stabilizer branch to 8.5.1. check-in: 94ce968568 user: dgp tags: core-stabilizer-branch | |
| 16:42 | merge updates from HEAD check-in: 013cce9562 user: dgp tags: core-stabilizer-branch | |
|
2008-01-22
| ||
| 20:52 | * generic/tclTimer.c (AfterProc): Replace Tcl_EvalEx() with Tcl_EvalObjEx() to... check-in: bfc294566c user: dgp tags: trunk | |
| 11:38 | * generic/tclCmdIl.c (Tcl_LreverseObjCmd): * tests/cmdIL.test (cmdIL-7.7): fix crash on reversing ... check-in: 5202be705d user: msofer tags: trunk | |
|
2008-01-20
| ||
| 21:19 | * unix/README: minor typo fixes [Bug 1853072] check-in: db1ea1047e user: hobbs tags: trunk | |
| 21:16 | * generic/tclIO.c (TclGetsObjBinary): operate on topmost channel. [Bug 1869405] (Ficicchia) check-in: ac70196d3c user: hobbs tags: trunk | |
|
2008-01-18
| ||
| 15:59 | Minor fixes for indented paragraph handling check-in: e29ebb528e user: dkf tags: trunk | |
| 15:51 | Corrected formatting of manual check-in: eb1e292c0a user: dkf tags: trunk | |
|
2008-01-17
| ||
| 17:45 | * generic/tclCompExpr.c: Revision to preserve parsed intreps of numeric and b... check-in: 11aeaf7b0a user: dgp tags: trunk | |
| 00:56 | better wording for arg handling in proc.n (tclguy) check-in: c992833adf user: msofer tags: trunk | |
|
2008-01-16
| ||
| 21:54 | test for memory leak check-in: 39610720d8 user: dgp tags: trunk | |
| 21:05 | * generic/tclCompExpr.c: add an 'optimize' argument to * generic/tclCompile.c: TclCompileExpr() t... check-in: 30b91ac574 user: msofer tags: trunk | |
| 19:44 | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] * generic/tclExecute.c: (dgp) check-in: c7b9b21afa user: msofer tags: trunk | |
| 14:27 | * doc/proc.n: changed wording for access to non-local variables; added mention to [namespace upvar... check-in: 1eca400175 user: msofer tags: trunk | |
|
2008-01-15
| ||
| 11:59 | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def * generic/tclCompExpr.c: of struc... check-in: 5f67dc9efa user: msofer tags: trunk | |
|
2008-01-14
| ||
| 00:11 | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): use critical section for read & w... check-in: f6d9be4358 user: hobbs tags: trunk | |
|
2008-01-11
| ||
| 11:53 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack checking functionality in freebsd [Bu... check-in: 9d23069943 user: msofer tags: trunk | |
| 10:54 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in freebsd [Bug 1860425]. check-in: d0b63bd24a user: msofer tags: trunk | |
|
2008-01-10
| ||
| 16:09 | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to * tests/format... check-in: 8af00ef2f0 user: dgp tags: trunk | |
|
2008-01-09
| ||
| 08:09 | Add a missing be to fix a typo. check-in: 3b9b2abdeb user: georgeps tags: trunk | |
|
2008-01-05
| ||
| 00:27 | * tools/tcltk-man2html.tcl (make-man-pages): make man page title use more specific info on lhs to ... check-in: e1659edfbc user: hobbs tags: trunk | |
|
2008-01-02
| ||
| 21:21 | Fixed documentation bug reported on tcl-core, and reordered documentation to discourage people from ... check-in: aa625aff94 user: dkf tags: trunk | |
| 19:03 | * generic/tcl.h: Bump version number to 8.5.1b1 to distinguish * library/init... check-in: 0c0959c51d user: dgp tags: trunk | |
|
2007-12-31
| ||
| 00:17 | Clarified meaning of dictionary values following discussion on comp.lang.tcl. check-in: 702d77591e user: dkf tags: trunk | |
|
2007-12-26
| ||
| 19:28 | missing Changelog entry check-in: f2b28e4a47 user: msofer tags: trunk | |
| 19:26 | * generic/tclCmdIL.c: more [lsort] data handling streamlines. The function MergeSort is gone, esse... check-in: 7a103c35ac user: msofer tags: trunk | |
|
2007-12-25
| ||
| 15:55 | * generic/tclCmdIL.c: more [lsort] data handling streamlines. Extra mem reqs of latest patches rem... check-in: b0d7aea1b6 user: msofer tags: trunk | |
|
2007-12-23
| ||
| 21:29 | * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot * tests/regexp.test (regexp-2... check-in: 3abe8cff97 user: hobbs tags: trunk | |
| 17:52 | * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. check-in: 7a28facee1 user: msofer tags: trunk | |
|
2007-12-22
| ||
| 21:50 | * generic/tclCmdIL.c (Tcl_LsortObjCmd, Tcl_LsearchObjCmd): avoid calling SelectObjFromSublist when... check-in: db2d93d726 user: msofer tags: trunk | |
| 01:59 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 11152fded9 user: msofer tags: trunk | |
| 00:58 | * generic/tclCmdIL.c (Tcl_LsortObjCmd): preallocate a listObj of sufficient length for the sorted ... check-in: 0d1a7a9b9f user: msofer tags: trunk | |
|
2007-12-19
| ||
| 21:32 | Revise release date; move release tag check-in: 39e99a2de4 user: dgp tags: trunk, core-8-5-0 | |
| 21:09 | * generic/tclCompCmds.c (TclCompileSwitchCmd): update switch -regexp * tests/switch.test-14.*: c... check-in: b6d2386bd1 user: hobbs tags: trunk | |
|
2007-12-18
| ||
| 19:33 | avoid exposing emails of contributors where possible check-in: 72d01790ef user: hobbs tags: trunk | |
| 15:45 | * changes: Updated for 8.5.0 release. check-in: e81a2adf90 user: dgp tags: trunk | |
| 10:53 | Fixes for problems created when processing regular expressions that generate very large automata. An... check-in: 8c98744456 user: dkf tags: trunk | |
|
2007-12-17
| ||
| 17:34 | * changes: Updated for 8.5.0 release. check-in: 689394aa06 user: dgp tags: trunk | |
| 15:28 | * generic/tclAlloc.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclThreadAlloc.c: Fi... check-in: 2c86995901 user: msofer tags: trunk | |
|
2007-12-14
| ||
| 23:36 | * generic/tclIOUtil.c (FsAddMountsToGlobResult): fix the tail conversion of vfs mounts. [Bug 16025... check-in: 23f6de3af4 user: hobbs tags: trunk | |
| 21:02 | remove note about gcc compiler warnings check-in: 70e432b525 user: hobbs tags: trunk | |
| 20:56 | fix typo check-in: 697dba736f user: hobbs tags: trunk | |
| 20:54 | updated notes check-in: 5ef8884f6d user: hobbs tags: trunk | |
| 13:52 | Fix for broken test on win2k with long machine name check-in: 7fa158bd4c user: patthoyts tags: trunk | |
| 02:27 | Support compilation with MSVC9 on AMD64 check-in: b5499dbd75 user: patthoyts tags: trunk | |
|
2007-12-13
| ||
| 15:22 | merge stable branch onto HEAD check-in: d1f7550cd9 user: dgp tags: trunk | |
| 14:13 | merge updates from HEAD check-in: 2f890da4d3 user: dgp tags: core-stabilizer-branch | |
| 11:36 | More clarifications, trying to make the trace docs overload the word 'command' less. [Bug 1755984] check-in: e8f4555f3b user: dkf tags: trunk | |
| 11:21 | More clarification. [Bug 614282] check-in: f760bdf67c user: dkf tags: trunk | |
| 11:10 | Clarified documentation of enterstep and leavestep traces. [Bug 1701540] check-in: e588ec220f user: dkf tags: trunk | |
| 06:24 | merge updates from HEAD check-in: d6f5fd8df8 user: dgp tags: core-stabilizer-branch | |
|
2007-12-12
| ||
| 16:53 | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFrom... check-in: 1b12a11154 user: dgp tags: trunk | |
| 16:34 | * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() -> Tcl_TakeBignumFrom... check-in: 8b699375ea user: dgp tags: trunk | |
| 15:35 | * changes: Updated for 8.5.0 release. check-in: d322f3a73c user: dgp tags: trunk | |
|
2007-12-11
| ||
| 16:19 | merge updates from HEAD check-in: f2333519ef user: dgp tags: core-stabilizer-branch | |
| 03:17 | * generic/tclUtil.c (TclReToGlob): reduce escapes in conversion when not necessary check-in: a239670b07 user: hobbs tags: trunk | |
| 02:57 | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob * generic/tclIntDecls.h: to tclInt... check-in: ae5e18deba user: hobbs tags: trunk | |
|
2007-12-10
| ||
| 21:23 | typo check-in: 0815651535 user: dgp tags: trunk | |
| 19:13 | merge update from HEAD check-in: d52f213350 user: dgp tags: core-stabilizer-branch | |
| 19:11 | formatting error check-in: d0f0ed3fb6 user: dgp tags: trunk | |
| 18:32 | merge updates from HEAD check-in: efd7dcda90 user: dgp tags: core-stabilizer-branch | |
| 16:23 | Visual Studio 2008/MSVC 9 support check-in: 5c7c5896ff user: patthoyts tags: trunk | |
| 16:20 | Fix markup errors. Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". check-in: 05c939be22 user: jenglish tags: trunk | |
| 15:51 | * generic/tclDecls.h: regen with new genStubs.tcl. * generic/tclIntDecls.h: [Bug 1834288] * gene... check-in: 903771a2c0 user: das tags: trunk | |
| 15:51 | * generic/tcl.decls: use new genstubs 'export' command to * generic/tclInt.decls: mark exported ... check-in: 8a67b3c764 user: das tags: trunk | |
| 15:50 | * tools/genStubs.tcl: fix numerous issues handling 'macosx', 'aqua' or 'x11' entries interlea... check-in: 68bd9c106b user: das tags: trunk | |
| 15:16 | make tclChannelType static (fix 'make checkstubs') check-in: 69c392c373 user: das tags: trunk | |
|
2007-12-09
| ||
| 22:24 | * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidate * generic/tclIO.c (SetChanne... check-in: 0404d916bd user: hobbs tags: trunk | |
|
2007-12-08
| ||
| 21:15 | Forgot to adjust tests to take into account safeness of [unload] check-in: 81150649ce user: dkf tags: trunk | |
| 20:25 | Improved the documentation of the operators. [Bug 1823622] check-in: 770cbcf2d4 user: dkf tags: trunk | |
| 18:13 | Match docs and reality. [Bug 1662436] check-in: 80143d5796 user: dkf tags: trunk | |
|
2007-12-07
| ||
| 21:24 | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): * generic/tclCompCmds.c (TclCompileRegexp... check-in: 28682fa314 user: hobbs tags: trunk | |
| 21:08 | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use TCL_REG_NOSUB as we come here without... check-in: f09094b1c8 user: hobbs tags: trunk | |
| 21:05 | * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache stdout channel object for [puts $st... check-in: b33091fe58 user: hobbs tags: trunk | |
| 20:34 | * README: Remove mention of dead comp.lang.tcl.announce newsgroup. [Bug 18464... check-in: a6368d59b2 user: dgp tags: trunk | |
| 20:27 | * unix/README: Mention the stub library created by `make` and warn about the effect... check-in: 2f4d6ed06a user: dgp tags: trunk | |
| 19:15 | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. * doc/Interp.... check-in: c6954ec042 user: dgp tags: trunk | |
|
2007-12-06
| ||
| 21:58 | * doc/namespace.n: Documentation for zero-argument form of [namespace import] (... check-in: 0a76cacb5d user: dgp tags: trunk | |
| 19:34 | (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check check-in: f6850b8d88 user: hobbs tags: trunk | |
| 19:23 | add TclGetChannelFromObj decl check-in: 5444883d4b user: hobbs tags: trunk | |
| 17:05 | merge updates from HEAD check-in: f224ecbfce user: dgp tags: core-stabilizer-branch | |
| 16:36 | Oops! check-in: b8ddb19de7 user: dkf tags: trunk | |
| 16:27 | merge updates from HEAD check-in: f77b7e0f0d user: dgp tags: core-stabilizer-branch | |
| 16:14 | Simplify code for setting up the [chan] ensemble now that we can leverage TclMakeEnsemble to do most... check-in: e37ce3e407 user: dkf tags: trunk | |
| 10:25 | Fix [Bug 1845320] and [Bug 1845397] check-in: d9d2c48e5f user: dkf tags: trunk | |
| 07:08 | merge updates from HEAD check-in: 7b24711edb user: dgp tags: core-stabilizer-branch | |
|
2007-12-05
| ||
| 21:47 | * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce * generic/tclIO.c: overhead in ... check-in: b780154df6 user: hobbs tags: trunk | |
| 20:24 | merge updates from HEAD check-in: 0862b48d88 user: dgp tags: core-stabilizer-branch | |
| 19:25 | * tests/stack.test: made the tests for stack overflow not care about which mechanism caused the er... check-in: cc75b975ed user: msofer tags: trunk | |
| 18:40 | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 -loleaut32 but not msvc for Tk's [send... check-in: 64e3983c30 user: hobbs tags: trunk | |
| 18:09 | merge updates from HEAD check-in: e478c3ad6b user: dgp tags: core-stabilizer-branch | |
| 13:42 | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed. [Bug 1844789] check-in: 22fae00c0c user: dkf tags: trunk | |
|
2007-12-04
| ||
| 16:55 | merge updates from HEAD check-in: bf07d188e5 user: dgp tags: core-stabilizer-branch | |
|
2007-12-03
| ||
| 21:39 | Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again] check-in: a497527c2c user: dkf tags: trunk | |
| 21:26 | * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so that * library/tclt... check-in: edc02dc415 user: dgp tags: trunk | |
| 20:02 | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib check-in: c40661b7af user: hobbs tags: trunk | |
| 13:51 | Minor corrections check-in: 354b5dc02c user: dkf tags: trunk | |
| 13:46 | Make two-arg switch work reliably (and actually as documented!) [Bug 1836519] check-in: ad449619e4 user: dkf tags: trunk | |
|
2007-12-01
| ||
| 23:11 | Silence syntax warning by Sun C compiler. [Bug 1840211] check-in: 9177f99661 user: dkf tags: trunk | |
| 21:05 | Improved list of files to ignore check-in: baa7896ede user: dkf tags: trunk | |
|
2007-11-30
| ||
| 01:10 | win/makefile.vc: add ws2_32.lib to baselibs check-in: 2b107cbde9 user: hobbs tags: trunk | |
| 01:09 | * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build. * win/tclWinSock.c: remove dyn lo... check-in: ec9c0b54e6 user: hobbs tags: trunk | |
|
2007-11-29
| ||
| 18:00 | * generic/tclWinSock.c (InitializeHostName): Correct error in buffer length track... check-in: 3ddc76ed22 user: dgp tags: trunk | |
|
2007-11-28
| ||
| 20:30 | merge updates from HEAD check-in: b82595df55 user: dgp tags: core-stabilizer-branch | |
| 19:22 | * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig] command to clean... check-in: 247f50eb47 user: dgp tags: trunk | |
| 16:50 | * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks that the dict v... check-in: a8bbda18a6 user: dgp tags: trunk | |
| 16:04 | * generic/tclIO.c: Simplify test and improve accuracy of error message in lates... check-in: afbe8ffbca user: dgp tags: trunk | |
| 02:25 | Extra channel tests to check for no -eofchar check-in: 18424174d2 user: patthoyts tags: trunk | |
| 01:11 | -eofchar must support no eofchar. check-in: 3e6026e637 user: patthoyts tags: trunk | |
| 00:26 | * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp, add comments check-in: a81d271c69 user: msofer tags: trunk | |
|
2007-11-27
| ||
| 20:38 | * win/tclWinSock.c: Add mising encoding conversion of the [info hostname] value ... check-in: 19d75ff5d4 user: dgp tags: trunk | |
| 19:48 | * doc/chan.n: "Fix" the limitation on channel -eofchar * doc/fconfigure.n:... check-in: 847f162f29 user: dgp tags: trunk | |
|
2007-11-26
| ||
| 19:43 | merge updates from HEAD check-in: 6bce9b807c user: dgp tags: core-stabilizer-branch | |
| 19:11 | * generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixThrd.c: Fix stack ... check-in: 58c6af7834 user: msofer tags: trunk | |
|
2007-11-25
| ||
| 06:45 | merge updates from HEAD check-in: a49cedfd01 user: dgp tags: core-stabilizer-branch | |
|
2007-11-24
| ||
| 13:45 | Added bug number check-in: e27d4797c8 user: dkf tags: trunk | |
| 12:57 | Fix stack corruption in [dict append] compiler check-in: 9a9a946951 user: dkf tags: trunk | |
| 00:08 | * generic/tclIORChan.c: Fixed a problem with reflected channels. 'chan postevent' is defined to... check-in: 887972b492 user: andreas_kupries tags: trunk | |
|
2007-11-23
| ||
| 22:11 | Remove #ifdef out accidentally left in check-in: 4cb72318f7 user: dkf tags: trunk | |
| 21:19 | * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data for * tests/var.test (var-14.2): ... check-in: 62f2de328c user: hobbs tags: trunk | |
| 15:00 | Turn the [string] command into a real compiled ensemble. check-in: 6d7ebe09d9 user: dkf tags: trunk | |
|
2007-11-22
| ||
| 22:16 | Rebuild [dict] as a full compiled ensemble. check-in: 375088d62c user: dkf tags: trunk | |
| 16:39 | Rewrote the [string] and [dict] implementations to be ready for conversion to ensembles. check-in: 747f8c21cd user: dkf tags: trunk | |
| 16:32 | Flag shimmering bug found in [string range]. check-in: 9622265599 user: dkf tags: trunk | |
|
2007-11-21
| ||
| 23:30 | Generalize the ensemble compiler further. Still doesn't precopile rewrites, but now handles many ot... check-in: 94a062edbc user: dkf tags: trunk | |
| 16:26 | merge updates from HEAD check-in: 01396090bb user: dgp tags: core-stabilizer-branch | |
| 14:30 | Factor out the core compiled-ensemble builder for simplicity. check-in: 73ef2e59dc user: dkf tags: trunk | |
| 11:22 | A little more errorCode goodness check-in: b987412226 user: dkf tags: trunk | |
| 10:07 | Trim the fat from the source check-in: e7ed0089c3 user: dkf tags: trunk | |
| 06:44 | merge updates from HEAD check-in: 247673fdca user: dgp tags: core-stabilizer-branch | |
| 06:30 | Merge updates from 8.5b3 release check-in: c60ad186f4 user: dgp tags: core-stabilizer-branch | |
|
2007-11-20
| ||
| 20:44 | Added "Potential Incompat" warning. check-in: 6f500391e0 user: dkf tags: trunk | |
| 20:43 | * generic/tclDictObj.c: Changed the underlying implementation of the hash table used in dictionari... check-in: 946f57278c user: dkf tags: trunk | |
| 20:38 | Typo check-in: 0adaecf22b user: dkf tags: trunk | |
| 11:01 | Minor fix check-in: 0523fdd499 user: dkf tags: trunk | |
| 10:59 | Correct usage of Tcl_WrongNumArgs check-in: 12d2983254 user: dkf tags: trunk | |
|
2007-11-19
| ||
| 19:39 | tag bump check-in: 0c46d7320f user: dgp tags: trunk, core-8-5-b3 | |
| 19:33 | Olson's tzdata2007i imported check-in: 1dccbd66c8 user: kennykb tags: trunk | |
| 18:49 | missing contributor names, minor additions for 8.5b3 check-in: 5d75b6086c user: das tags: trunk | |
| 18:14 | * README: Bump version number to 8.5b3. * generic/tcl.h: * lib... check-in: 48093f99b4 user: dgp tags: trunk | |
| 18:10 | * changes: Updated for 8.5b3 release. check-in: c9de19891b user: dgp tags: trunk | |
| 17:25 | INST_EXIST_*: simplify result setting check-in: f4d2750a8b user: das tags: trunk | |
| 14:55 | improvements to comments check-in: fe25ae4843 user: dkf tags: trunk | |
| 14:50 | Reduce cast count. check-in: 2dc7d0e7d8 user: dkf tags: trunk | |
| 14:25 | Reduce cast count. check-in: f968d80835 user: dkf tags: trunk | |
| 14:23 | formatting check-in: 5673b58bd6 user: das tags: trunk | |
| 14:22 | Fix accidentally damaged tests check-in: 09adafe205 user: dkf tags: trunk | |
| 14:04 | Simplifications (fewer casts, less manual bit twiddling) check-in: 703d0677c7 user: dkf tags: trunk | |
| 11:35 | Reduce cast count. check-in: 780eeb1841 user: dkf tags: trunk | |
| 11:31 | Spelling mistake in comment! check-in: dc6465ff09 user: dkf tags: trunk | |
| 11:29 | Reduce cast count. check-in: a7238ebe0b user: dkf tags: trunk | |
| 11:13 | improvements to comments check-in: d95f68a873 user: dkf tags: trunk | |
| 11:11 | eschew superfluous whitespace check-in: 58439ed67f user: dkf tags: trunk | |
| 11:02 | Reduce cast count. check-in: a350e972df user: dkf tags: trunk | |
| 10:18 | Reduce cast count. check-in: 3d39bbcc34 user: dkf tags: trunk | |
|
2007-11-18
| ||
| 22:30 | More minor cleanup check-in: 2746b844ca user: dkf tags: trunk | |
| 22:00 | Avoid using 'new' as an identifier. check-in: a2416568db user: dkf tags: trunk | |
| 21:59 | More minor cleanup check-in: 9f013a3b1a user: dkf tags: trunk | |
| 21:22 | Simplification+comments for ensemble dispatch engine check-in: cb27213b0c user: dkf tags: trunk | |
| 18:29 | General cleanliness improvements (reduced usage of casts, assume C89) check-in: d8c0638b81 user: dkf tags: trunk | |
| 17:48 | Minor fixes (e.g. comment readability) check-in: 33fd885f00 user: dkf tags: trunk | |
| 07:15 | autoconf-2.59 check-in: 1b812e75f2 user: das tags: trunk | |
| 07:14 | whitespace & order (sync with tclconfig/tcl.m4) check-in: 01ddd49662 user: das tags: trunk | |
|
2007-11-17
| ||
| 15:12 | * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read traces not firing on non-existe... check-in: b37c972f54 user: das tags: trunk | |
|
2007-11-16
| ||
| 15:26 | Improvements after review by Arjen Markus. check-in: 858c0ca7c2 user: dkf tags: trunk | |
| 14:11 | Greatly improved ensemble compiler. This one now can handle any ensemble. It is usually not enabled ... check-in: e9c9f68390 user: dkf tags: trunk | |
| 11:17 | Silence some warnings. check-in: 0f280af2bd user: dkf tags: trunk | |
| 07:20 | merge updates from HEAD check-in: be7502a53e user: dgp tags: core-stabilizer-branch | |
| 05:32 | autoheader-2.59 check-in: d6b5fc3090 user: das tags: trunk | |
| 05:32 | move TCL_DTRACE_INST_NEXT after async handlers check check-in: da1d41570d user: das tags: trunk | |
|
2007-11-15
| ||
| 21:47 | better line breaks in debug output check-in: 7928b5f866 user: dgp tags: trunk | |
| 21:38 | * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler. [Bug 1810038]. check-in: b20eee044b user: dgp tags: trunk | |
| 17:07 | * generic/regc_nfa.c: Corrected looping logic in fixempties() to avoid wasting tim... check-in: 86d79e6cb2 user: dgp tags: trunk | |
| 16:22 | More tweaks check-in: a5c27bb71f user: dkf tags: trunk | |
| 16:21 | Must pass non-NULL interp to Tcl_SetEnsemble* functions. check-in: f22df4b21f user: dkf tags: trunk | |
| 12:02 | Readability improvements check-in: ba1666ad83 user: dkf tags: trunk | |
| 11:00 | regen w. autoconf 2.59 check-in: 068f2a805f user: dkf tags: trunk | |
| 10:57 | Let people disable use of -rpath in their linking step. [Patch 1231022] check-in: 7c96e8782c user: dkf tags: trunk | |
| 09:40 | Add comments for clarity. check-in: cf2ed4f8e4 user: dkf tags: trunk | |
| 09:21 | Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for greater portability (bug #18... check-in: beee16b764 user: patthoyts tags: trunk | |
| 04:16 | autoconf-2.59 check-in: 83d54a4c2d user: das tags: trunk | |
| 04:16 | fix 'stack grows upwards' AC_CACHE_CHECK message check-in: 2f0ee16509 user: das tags: trunk | |
| 03:46 | * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test. * macosx/Tcl.xcode/project.pbxproj: check-in: 97b073a759 user: das tags: trunk | |
|
2007-11-14
| ||
| 23:53 | typo check-in: 5018f2884e user: dkf tags: trunk | |
| 23:05 | Compile [info exists] into bytecode. Includes new instructions to support it. check-in: 37ce040dfc user: dkf tags: trunk | |
| 19:53 | * tests/chanio.test: New file. This is essentially a duplicate of 'io.test', with all channel c... check-in: 5292b7a133 user: andreas_kupries tags: trunk | |
| 11:13 | Strengthened the text about Tcl not supporting MCCEs check-in: 88393daa46 user: dkf tags: trunk | |
| 11:04 | Eliminate multi-char collating element code completely. Simplifies the code quite a bit. If people s... check-in: c3a6a6c85d user: dkf tags: trunk | |
| 10:54 | Strip an _ANSI_ARGS_ usage. check-in: 818b6047da user: dkf tags: trunk | |
| 03:51 | autoheader-2.59 check-in: 16c1b4749d user: das tags: trunk | |
| 03:50 | autoconf-2.59 check-in: 3734b0282c user: das tags: trunk | |
| 03:50 | clarify message of second getaddrinfo check check-in: 8378f8ceab user: das tags: trunk | |
| 00:56 | (TclCompileSwitchCmd): simplify TclReToGlob usage. check-in: e384914b4b user: hobbs tags: trunk | |
| 00:50 | * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, only free dstring on OK from Tcl... check-in: 7a5a20d13d user: hobbs tags: trunk | |
| 00:07 | Comment/#ifdef out the multi-char collating element support code. We never used or supported it. [Bu... check-in: ca5f3f73b0 user: dkf tags: trunk | |
|
2007-11-13
| ||
| 22:44 | Extend [switch] compiler to handle regular expressions as long as things are not too complex. Fix [r... check-in: 49402e0f40 user: dkf tags: trunk | |
| 21:42 | Minor fixes (remove double blank lines, etc.) check-in: bb4d91f8fa user: dkf tags: trunk | |
| 21:22 | Fix a bug in disassembly of INST_START_CMD instructions check-in: ff009caa49 user: dkf tags: trunk | |
| 20:41 | Clarify. check-in: 7684218a05 user: dkf tags: trunk | |
| 17:13 | * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly undefined here; this should be ... check-in: 3bda630c6a user: msofer tags: trunk | |
| 16:10 | Added autoconf goo to detect availability of getaddrinfo check-in: 85199b9944 user: patthoyts tags: trunk | |
| 15:50 | Oops! check-in: 30a24cfd2c user: dkf tags: trunk | |
| 14:59 | Forgot to transform to native encoding for getaddrinfo() check-in: 61f48194b3 user: dkf tags: trunk | |
| 14:52 | fix Tcl_DStringFree buglet check-in: c796d774d3 user: das tags: trunk | |
| 14:36 | The six-argument form of getaddressbyname_r() uses the fifth argument to indicate whether the lookup... check-in: 2ba6b2aac2 user: dkf tags: trunk | |
| 14:30 | * generic/regcomp.c: Convert optst() from expensive no-op to a cheap no-op. check-in: c3453d7b63 user: dgp tags: trunk | |
| 14:21 | Make some tests clearer on failure by using tcltest2 features check-in: 142ca82616 user: dkf tags: trunk | |
| 14:06 | Rewrote to use the thread-safe version of gethostbyname() by forward-porting the code used in 8.4, a... check-in: 5c436e300a user: dkf tags: trunk | |
| 13:07 | merge updates from HEAD check-in: cfa59af20c user: dgp tags: core-stabilizer-branch | |
| 00:53 | (TclReToGlob): remove out-dated Tcl_RegExpCompile check as it causes recursion check-in: 05e315b906 user: hobbs tags: trunk | |
|
2007-11-12
| ||
| 22:12 | RE: [Patch 1830184] TclResetResult THIS PATCH WAS REVERTED: initial (mis)measurements overstated t... check-in: 5ff0531ab6 user: msofer tags: trunk | |
| 22:05 | * generic/tclGet.c (Tcl_Get, Tcl_GetInt): revert use of TclGet* macros due to compiler warning. T... check-in: 22bc9d9f9a user: hobbs tags: trunk | |
| 22:01 | * generic/tclUtil.c (TclReToGlob): add more comments, set interp result if specified on error. check-in: 463f36cc26 user: hobbs tags: trunk | |
| 19:18 | merge updates from HEAD check-in: 72c5ac9502 user: dgp tags: core-stabilizer-branch | |
| 03:38 | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag * generic/tclExecute.c: bit IN... check-in: f9acfbe863 user: msofer tags: trunk | |
| 02:07 | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: * generic/tclExecute.c, gener... check-in: fcf44fdfdf user: hobbs tags: trunk | |
|
2007-11-11
| ||
| 19:53 | * generic/tclResult.c (ResetObjResult): clarify the logic. check-in: b0ed568d6d user: msofer tags: trunk | |
| 19:32 | [Patch 1830038]: Increased usage of macros to detect and take advantage of objTypes. check-in: 11e8f31512 user: msofer tags: trunk | |
| 10:21 | Formatting/readability check-in: fff8065cf3 user: dkf tags: trunk | |
| 06:32 | * generic/tclBasic.c: fix stack check failure case if stack grows up. check-in: aa7eb1326f user: das tags: trunk | |
| 05:24 | * unix/tclUnixInit.c: simplify non-crosscompiled case. check-in: 5434651fe1 user: das tags: trunk | |
| 05:23 | * generic/tclBasic.c: fix stack check failure case if stack grows up. check-in: 63c60c3714 user: das tags: trunk | |
| 05:23 | autoheader-2.59 check-in: 4c0441d339 user: das tags: trunk | |
| 05:22 | autoconf-2.59 check-in: db4512891b user: das tags: trunk | |
|
2007-11-10
| ||
| 23:37 | changelog entry check-in: 2f263939f6 user: msofer tags: trunk | |
| 23:36 | * generic/tclExecute.c: fast path for INST_LIST_INDEX when the index is not a list. check-in: 56f9da1a31 user: msofer tags: trunk | |
| 22:26 | * unix/configure: autoconf 2.61 check-in: bcba86ce29 user: msofer tags: trunk | |
| 22:24 | * generic/tclBasic.c: * unix/configure.in: * unix/tclUnixInit.c: detect stack grwoth direction at... check-in: 289a5eb6a1 user: msofer tags: trunk | |
| 20:49 | * unix/tclUnixTime.c (TclpWideClicksToNanoseconds): fix issues with * generic/tclInt.h: int... check-in: 1d05f14a23 user: das tags: trunk | |
| 20:49 | fix typos check-in: 4281fb8e8c user: das tags: trunk | |
| 20:05 | Improved failure comments for stack checks (mistachkin). check-in: f7b6e83c82 user: msofer tags: trunk | |
| 19:01 | * generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * win/tclWin32Dll.c: restore sim... check-in: 00f0c2974d user: msofer tags: trunk | |
| 17:40 | minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD into the activation re... check-in: 40cc92d53f user: kennykb tags: trunk | |
| 17:24 | 2007-11-10 Kevin Kenny <kennykb@acm.org> * win/tclWin32Dll.c: Rewrote the Windows stack checking... check-in: bf656a0123 user: kennykb tags: trunk | |
| 16:08 | * generic/tclBasic.c: * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixPort.h: * win/tcl... check-in: a3b6a2d871 user: msofer tags: trunk | |
| 03:41 | fix formatting check-in: 932a0524ab user: das tags: trunk | |
| 03:41 | fix formatting and inverted test in TclpCheckStackSpace() check-in: 1dea94a51d user: das tags: trunk | |
| 03:40 | fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown) check-in: 9685d88d5d user: das tags: trunk | |
| 01:33 | * generic/tclResult.c (ResetObjResult): new shortcut. check-in: a9ae49ef27 user: msofer tags: trunk | |
|
2007-11-09
| ||
| 23:04 | fixed stupid bug in last commit that made it not work in threaded builds check-in: 3367f59cb6 user: msofer tags: trunk | |
| 21:35 | * generic/tclAsync.c: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * gener... check-in: 41cb112a37 user: msofer tags: trunk | |
| 18:55 | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for * generic/tclExecute.c, gener... check-in: c7e4e2f87a user: hobbs tags: trunk | |
| 18:50 | * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before func jump check-in: 18e8159958 user: hobbs tags: trunk | |
|
2007-11-08
| ||
| 15:02 | formatting check-in: a76a0fe8b9 user: das tags: trunk | |
| 07:10 | fix (unsigned char*) vs. (char*) warnings check-in: c264c409d6 user: das tags: trunk | |
| 00:50 | * generic/tclStubInit.c: * generic/tclInt.decls, generic/tclIntDecls.h: added TclByteArrayMatch *... check-in: d6f120464e user: hobbs tags: trunk | |
|
2007-11-07
| ||
| 23:52 | (DoWriteChars): special case for 1-byte channel write. check-in: 260c9d8931 user: hobbs tags: trunk | |
| 19:18 | * generic/tclIO.c (TclGetsObjBinary): add an efficient binary path for [gets]. check-in: d85436e72b user: hobbs tags: trunk | |
|
2007-11-06
| ||
| 15:23 | * generic/tclEncoding.c: Version of the embedded iso8859-1 encoding handler that is faster (functi... check-in: 14fb4a7947 user: msofer tags: trunk | |
|
2007-11-05
| ||
| 21:26 | * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend the config database if the e... check-in: 20ea42ff07 user: andreas_kupries tags: trunk | |
| 19:58 | * generic/tclConfig.c (Tcl_RegisterConfig): Modified to use iso8859-1 as a fallback if the user... check-in: 8bb1725584 user: andreas_kupries tags: trunk | |
| 19:37 | * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch 1823576] provided by Stuart Cas... check-in: f6fd27f2a5 user: andreas_kupries tags: trunk | |
| 14:20 | merge updates from HEAD check-in: 5af08bcdde user: dgp tags: core-stabilizer-branch | |
|
2007-11-03
| ||
| 01:47 | * generic/tclTest.c (TestSetCmd2): * generic/tclVar.c (TclObjLookupVarEx): * tests/set.test (set-... check-in: 8ad40a7b72 user: msofer tags: trunk | |
|
2007-11-02
| ||
| 14:49 | merge updates from HEAD check-in: 2409fb88d1 user: dgp tags: core-stabilizer-branch | |
|
2007-11-01
| ||
| 23:36 | Minor documentation improvements check-in: 2af34c50ef user: dkf tags: trunk | |
| 23:06 | Reorder paragraphs for better readability. check-in: 6671e695d1 user: dkf tags: trunk | |
| 23:03 | Fix .DS/.DE to work better when transformed to a table check-in: 43a2d233bc user: dkf tags: trunk | |
| 22:33 | Convert .DS/.DE sequences to tables, as that's now what they're used for. check-in: 4121e6dd83 user: dkf tags: trunk | |
| 16:25 | merge updates from HEAD check-in: cd5e32c829 user: dgp tags: core-stabilizer-branch | |
| 15:48 | Clarified documentation of RE flags. [Bug 1167840] check-in: 2b5b4d322e user: dkf tags: trunk | |
| 13:43 | change 'reflectedchan' to 'refchan' for reduced confusion. check-in: 8713906878 user: dkf tags: trunk | |
| 11:11 | \u0000 is ASCII! [Bug 1808258] check-in: 97b11542bd user: dkf tags: trunk | |
| 10:08 | Clarified [file nativename] usage. [Bug 1185154] check-in: 986aa44db7 user: dkf tags: trunk | |
|
2007-10-31
| ||
| 00:08 | Sync to Tk: use -fp:strict always check-in: 817cb81ac5 user: patthoyts tags: trunk | |
|
2007-10-30
| ||
| 23:50 | Spread the idiom, make the rendering to HTML reliable! check-in: 38c78df4f6 user: dkf tags: trunk | |
| 21:46 | Eliminate misuse of .br check-in: 15c8c11ca9 user: dkf tags: trunk | |
| 21:38 | typos check-in: 5003fe74dd user: dkf tags: trunk | |
| 19:03 | * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish * library/init... check-in: 8dc4b6f34f user: dgp tags: trunk | |
| 14:49 | Forgot some SEE ALSOs check-in: 309ed16fc1 user: dkf tags: trunk | |
| 14:23 | Typo [Bug 1811621] check-in: b5a9812658 user: dkf tags: trunk | |
| 14:21 | Clear up what's going on a bit more. [Bug 1811803] check-in: 91ff082f8b user: dkf tags: trunk | |
| 14:06 | Fix [Bug 1822268] check-in: 1e24a1ab45 user: dkf tags: trunk | |
| 00:14 | Enhance the HTML generator so that it can produce multi-line option descriptions. check-in: bac767841d user: dkf tags: trunk | |
|
2007-10-29
| ||
| 17:17 | line endings check-in: 00992a0194 user: dgp tags: trunk | |
| 16:00 | Minor fixes check-in: bc8918584c user: dkf tags: trunk | |
| 11:28 | GOOBE the docs some more. check-in: 6bfb5e99dd user: dkf tags: trunk | |
| 10:07 | Missed this file last night check-in: 2df42d83cc user: dkf tags: trunk | |
| 01:42 | Next stage of doing GOOBE improvements to documentation now that the html generation works check-in: 5d2457660f user: dkf tags: trunk | |
|
2007-10-28
| ||
| 14:17 | First stage of doing GOOBE improvements to documentation now that the html generation works check-in: 273847833c user: dkf tags: trunk | |
| 03:16 | * generic/tclUtil.c (Tcl_ConcatObj): optimise for some of the concatenees being empty objs [Bug 14... check-in: 13f627e2f3 user: msofer tags: trunk | |
| 00:40 | Embed the definition of the iso8859-1 encoding directly in Tcl. check-in: a9ff6c820e user: dkf tags: trunk | |
|
2007-10-27
| ||
| 18:03 | * generic/tclNamesp.c (Tcl_FindCommand): insure that FQ command names are searched from the global... check-in: d3e0104398 user: msofer tags: trunk | |
| 14:01 | * doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219] check-in: fd1e67e502 user: msofer tags: trunk | |
| 13:58 | Part of fix for [Bug 1810264] check-in: 0f9890ca2b user: dkf tags: trunk | |
| 13:52 | * doc/apply.n: fixed example [Bug 1811791] * doc/namespace.n: improved example [Bug 1788984] * do... check-in: 30cc2b0104 user: msofer tags: trunk | |
| 13:15 | * generic/tclCompile.h: * generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile... check-in: 1e238e0735 user: msofer tags: trunk | |
| 04:11 | merge updates from HEAD check-in: c9e32858ad user: dgp tags: core-stabilizer-branch | |
| 00:24 | * generic/tclVar.c: try to preserve Tcl_Objs when doing variable lookups by name, partially addres... check-in: 08d4bec42d user: msofer tags: trunk | |
|
2007-10-26
| ||
| 23:52 | Make the man->HTML scraper work better. check-in: 84dfc4343b user: dkf tags: trunk | |
| 20:11 | * changes: Updated for 8.5b2 release. * doc/*.1: Revert d... check-in: b67e3f215e user: dgp tags: trunk, core-8-5-b2 | |
| 16:54 | tag: 8.5b2 check-in: 3b4a8c5724 user: dgp tags: trunk | |
| 15:53 | * changes: Updated for 8.5b2 release. check-in: f45049f9cf user: dgp tags: trunk | |
| 15:21 | fix date check-in: b67b1e6233 user: dgp tags: trunk | |
| 15:17 | * README: Bump version number to 8.5b2. * generic/tcl.h: * lib... check-in: 7fb70f130d user: dgp tags: trunk | |
| 14:32 | Working towards better nroff scraping... check-in: a21259361a user: dkf tags: trunk | |
| 12:25 | Fix minor faults. check-in: 7af21d28a5 user: dkf tags: trunk | |
|
2007-10-25
| ||
| 20:02 | whitespace check-in: 1b6d48c258 user: das tags: trunk | |
| 18:44 | Protect Tcl_MutexFinalize and Tcl_ConditionFinalize from garbling internal list for tracking sync ob... check-in: 386694e12b user: vasiljevic tags: trunk | |
| 18:40 | Added TclpMasterLock/Unlock arround calls to ForgetSyncObject in Tcl_MutexFinalize and Tcl_Condition... check-in: 4daa3e5a3d user: vasiljevic tags: trunk | |
| 14:07 | More GOOBE quoting check-in: a27e69c062 user: dkf tags: trunk | |
| 10:28 | Improvements for clarity check-in: 18a7d88317 user: dkf tags: trunk | |
| 10:25 | Fix macro bug check-in: d620e10cfd user: dkf tags: trunk | |
| 10:09 | GOOBE check-in: e724058344 user: dkf tags: trunk | |
| 10:03 | Ensure that the exemplar output indicates that it can be fractional check-in: ff8a01e559 user: dkf tags: trunk | |
| 10:02 | GOOBE check-in: f8f434410b user: dkf tags: trunk | |
| 09:58 | GOOBE for command results in examples check-in: 80b387dbe4 user: dkf tags: trunk | |
| 09:49 | GOOBE applied check-in: 1a9b668373 user: dkf tags: trunk | |
| 09:38 | GOOBE for command results in examples check-in: 4cf2fbc324 user: dkf tags: trunk | |
| 09:25 | GOOBE for command results in examples check-in: 8e13f07dcd user: dkf tags: trunk | |
|
2007-10-24
| ||
| 16:20 | autoheader-2.59 check-in: 54566d6ea4 user: das tags: trunk | |
| 14:56 | Deal with a nasty special case. check-in: 073f32332f user: dkf tags: trunk | |
| 14:44 | Allow new options to be rendered as HTML. check-in: 7578ef5866 user: dkf tags: trunk | |
| 14:29 | Lots of improvements to look and feel of manual pages check-in: bf4174f4b1 user: dkf tags: trunk | |
| 12:52 | merge updates from HEAD check-in: 59774f5601 user: dgp tags: core-stabilizer-branch | |
|
2007-10-20
| ||
| 02:16 | (forgotten Changelog entry) check-in: e84ef7e00f user: msofer tags: trunk | |
| 02:15 | * generic/tclCompile.c: Fix comments. * generic/tclExecute.c: check-in: 5b4437e1a2 user: msofer tags: trunk | |
|
2007-10-19
| ||
| 14:29 | merge updates from HEAD check-in: 1aa9f2abf6 user: dgp tags: core-stabilizer-branch | |
|
2007-10-18
| ||
| 21:16 | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -code values get pulle... check-in: 51022e44ad user: dgp tags: trunk | |
| 19:11 | no message check-in: b9b7469c90 user: davygrvy tags: trunk | |
| 19:07 | * tools/mkdepend.tcl: sort the dep list for a more humanly readable output. check-in: 14381995f8 user: davygrvy tags: trunk | |
| 17:52 | * compat/tmpnam.c (removed): The routine tmpnam() is no longer * unix/Makefile.in... check-in: e09597661a user: dgp tags: trunk | |
| 17:38 | * generic/tcl.h: Remove TCL_LL_MODIFIER_SIZE. [RFE 1811837] check-in: 047db43d35 user: dgp tags: trunk | |
|
2007-10-17
| ||
| 20:57 | no message check-in: 3a8f2fb06c user: davygrvy tags: trunk | |
| 20:56 | * tools/mkdepend.tcl: Improved defense from malformed object list infile. check-in: 9c9d186715 user: davygrvy tags: trunk | |
| 17:33 | Convert .DS/.DE into HTML tables, not preformatted text. check-in: 516d4f0213 user: dkf tags: trunk | |
| 17:31 | Improve nroff macro usage check-in: 4b79bd087c user: dkf tags: trunk | |
| 14:38 | merge updates from HEAD check-in: 19e81175a0 user: dgp tags: core-stabilizer-branch | |
| 04:35 | * generic/tclCompExpr.c: Moved a misplaced declaration that blocked compila... check-in: 0852a34f13 user: kennykb tags: trunk | |
|
2007-10-16
| ||
| 20:50 | no message check-in: 54fecb5fcd user: davygrvy tags: trunk | |
| 20:49 | * win/makefile.vc: removed old dependency cruft that is no longer needed. check-in: ccb6c2d6b9 user: davygrvy tags: trunk | |
| 03:50 | merge updates from HEAD check-in: fde4b3b9a7 user: dgp tags: core-stabilizer-branch | |
|
2007-10-15
| ||
| 21:27 | * generic/tclIOCmd.c: Revise [open] so that it interprets leading zero strings pas... check-in: 985f1d240a user: dgp tags: trunk | |
| 20:04 | no message check-in: 180a16828a user: davygrvy tags: trunk | |
| 20:01 | * tools/mkdepend.tcl: include path problem fixed. Never fight city hall when comes to levels of quo... check-in: 3e035a8398 user: davygrvy tags: trunk | |
| 19:59 | * win/makefile.vc: include path problem fixed for 'depend' target. Never fight city hall when comes... check-in: 75a44a1ab2 user: davygrvy tags: trunk | |
| 18:38 | no message check-in: 6f924b0d70 user: davygrvy tags: trunk | |
| 18:38 | * tools/mkdepend.tcl: Produces usable output, but has an include path problem I haven't sloved yet.... check-in: a9eae607f0 user: davygrvy tags: trunk | |
| 18:38 | merge updates from HEAD check-in: 0c7f954ed1 user: dgp tags: core-stabilizer-branch | |
| 13:22 | * generic/tclParse.c (Tcl_ParseBraces): fix for possible read after the end of buffer, [Bug 181352... check-in: d9c791bfcf user: msofer tags: trunk | |
|
2007-10-14
| ||
| 07:07 | no message check-in: 9be162c035 user: davygrvy tags: trunk | |
| 07:05 | no message check-in: be61604a81 user: davygrvy tags: trunk | |
| 07:04 | * tools/mkdepends.tcl (new): Initial stab at generating automatic * win/makefile.vc: dep... check-in: dee9c18a8a user: davygrvy tags: trunk | |
|
2007-10-12
| ||
| 19:15 | sync with tk fixing tk install fault check-in: a057543321 user: patthoyts tags: trunk | |
| 14:09 | Mine all version information from headers. Sync tcl and tk and bring extension versions closer toge... check-in: 65d8780f53 user: patthoyts tags: trunk | |
| 02:27 | no message check-in: ad4b5dda08 user: davygrvy tags: trunk | |
| 02:26 | * win/makefile.vc: Fixed my bad spelling mistakes from years back. Dedependency, duh! Rather funny... check-in: 892b2e54f9 user: davygrvy tags: trunk | |
| 00:54 | autoheader-2.59 check-in: ac84c94ca6 user: das tags: trunk | |
| 00:54 | comment typo check-in: 6bd9a0c7f4 user: das tags: trunk | |
|
2007-10-11
| ||
| 21:34 | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure * tests/string.tes... check-in: 9ed4da643a user: dgp tags: trunk | |
| 16:01 | merge updates from HEAD check-in: b847f63668 user: dgp tags: core-stabilizer-branch | |
| 13:35 | * generic/tclObj.c: remove superfluous #include of tclCompile.h check-in: 58eae67dd3 user: msofer tags: trunk | |
| 12:28 | Tidying up, adding names to log entries, etc. check-in: e185293bea user: dkf tags: trunk | |
| 02:54 | merge updates from HEAD check-in: c6a84af958 user: dgp tags: core-stabilizer-branch | |
|
2007-10-09
| ||
| 22:16 | Fix my silly blunder with an undeclared variable. check-in: 2b10596c38 user: dkf tags: trunk | |
|
2007-10-08
| ||
| 19:55 | Clarify a little more the previous correction for the Tcl_HashKeyType flags member. check-in: b0e3d4aff0 user: georgeps tags: trunk | |
| 19:49 | Correct the usage of flags. check-in: 9bd0b81448 user: georgeps tags: trunk | |
|
2007-10-05
| ||
| 17:15 | merge updates from HEAD check-in: ee5f85a94e user: dgp tags: core-stabilizer-branch | |
|
2007-10-02
| ||
| 21:54 | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robus... check-in: 1a86f9334d user: hobbs tags: trunk | |
| 20:11 | Merge updates from HEAD, then [core-stabilizer-branch] * README: Bum... check-in: 49e28c842d user: dgp tags: core-stabilizer-branch | |
| 18:27 | * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish * library/init... check-in: f75bd88333 user: dgp tags: trunk | |
| 16:31 | * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. This fixes [SF Bug 1806422] reported... check-in: 0cffd8d27e user: andreas_kupries tags: trunk | |
|
2007-09-25
| ||
| 20:27 | Add a new command, ::tcl::unsupported::disassemble check-in: 2dc70640e6 user: dkf tags: trunk | |
|
2007-09-20
| ||
| 18:43 | fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheck check-in: 7cd407e74c user: das tags: trunk, core-8-5-b1 | |
| 18:29 | fix order, typo, contributor names check-in: a7d73efbd7 user: das tags: trunk | |
| 18:00 | * changes: updates for 8.5b1 release. check-in: 438500540f user: dgp tags: trunk | |
| 17:55 | document --enable-dtrace configure option check-in: 6ba81856dd user: das tags: trunk | |
| 16:26 | revised example check-in: c7adb2c2fb user: dgp tags: trunk | |
|
2007-09-19
| ||
| 17:42 | * README: Bump version number to 8.5b1 * generic/tcl.h: Merge f... check-in: dd2ca92517 user: dgp tags: trunk | |
| 17:28 | merge updates from HEAD check-in: 6acb43ad42 user: dgp tags: core-stabilizer-branch | |
| 15:29 | formatting check-in: b9346cfaaf user: dgp tags: trunk | |
| 10:53 | Replace isdigit call with an internal implementation to avoid libc linkage on windows check-in: be4a3534b4 user: patthoyts tags: trunk | |
|
2007-09-18
| ||
| 19:39 | Darwin changes for 8.5b1 check-in: a10c2c2013 user: das tags: trunk | |
| 16:07 | * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() * win/makefile.v... check-in: ba30ef92c4 user: dgp tags: trunk | |
| 12:47 | autoconf-2.59 check-in: 7060d92e0f user: das tags: trunk | |
| 12:46 | fix quoting of new FreeBSD SHLIB_LD check-in: d07509fa9d user: das tags: trunk | |
|
2007-09-17
| ||
| 22:34 | Add crt flags for tclStubLib now it makes use of C-library functions check-in: aee2fc1d39 user: patthoyts tags: trunk | |
| 20:55 | Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries on current NetBSDs [#17492... check-in: cc14fbb071 user: jenglish tags: trunk | |
| 16:26 | merge updates from HEAD check-in: c87900aaba user: dgp tags: core-stabilizer-branch | |
| 16:24 | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is included in the so... check-in: bcd4aae430 user: dgp tags: trunk | |
| 15:03 | merge updates from HEAD check-in: f5355cd31e user: dgp tags: core-stabilizer-branch | |
| 14:50 | * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 * generic/tclPkg.... check-in: 99a55f90cc user: dgp tags: trunk | |
| 12:07 | (CopyData): avoid leaking msg and errObj (if interp == NULL) check-in: ef19734d0e user: das tags: trunk | |
| 11:38 | coverity id 102 check-in: 1df1261457 user: das tags: trunk | |
| 11:37 | coverity id 100 check-in: b396c27797 user: das tags: trunk | |
| 10:43 | Generate literal values more efficiently using TclNewLiteralStringObj macro. check-in: 9c077526f1 user: dkf tags: trunk | |
| 10:40 | Minor cleanup of NULL usage check-in: 39c0206cbb user: dkf tags: trunk | |
| 09:46 | Cleaned up formatting so that lines don't wrap on standard width terminals check-in: e21b0eff60 user: dkf tags: trunk | |
| 08:46 | Do not error on warnings for amd64 symbols build. check-in: aa2e6fba93 user: patthoyts tags: trunk | |
| 08:41 | Default for 8.5 is threaded build check-in: 5fc40f762c user: patthoyts tags: trunk | |
|
2007-09-15
| ||
| 06:00 | * unix/tcl.m4: replace all direct references to compiler by ${CC} to enable CC overriding at con... check-in: 7c64b38c55 user: das tags: trunk | |
|
2007-09-14
| ||
| 16:28 | merge updates from HEAD check-in: 6e82e21c91 user: dgp tags: core-stabilizer-branch | |
| 14:58 | Only invalidate the namespace path once on command creation. [1519940] check-in: a06f517fb7 user: dkf tags: trunk | |
| 02:31 | typo check-in: be13d0619b user: das tags: trunk | |
|
2007-09-13
| ||
| 15:27 | typo check-in: 958046d3bd user: das tags: trunk | |
| 15:27 | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows * generic/tclCompile.h: t... check-in: 4ab9e1dde2 user: das tags: trunk | |
| 15:25 | * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internal TclInfoFrame() for use by... check-in: 8810173129 user: das tags: trunk | |
|
2007-09-12
| ||
| 16:43 | * unix/Makefile.in: Perform missing updates of the tcltest Tcl * win/Makefile.in... check-in: 6fca98ef1f user: dgp tags: trunk | |
| 14:23 | Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling). check-in: 9b1361ab3d user: patthoyts tags: trunk | |
|
2007-09-11
| ||
| 21:33 | merge updates from HEAD check-in: b33cc4078f user: dgp tags: core-stabilizer-branch | |
| 21:26 | * library/tcltest/tcltest.tcl: Accept underscores and colons in * library/tcltest/p... check-in: 104f46469c user: dgp tags: trunk | |
| 17:58 | merge updates from HEAD check-in: f345738126 user: dgp tags: core-stabilizer-branch | |
| 17:46 | * doc/package.n: Restored the functioning of * generic/tclPkg.c: [package... check-in: cdec5768d2 user: dgp tags: trunk | |
| 15:01 | Changelog incompat warning for precompiled scripts check-in: d5685668f0 user: msofer tags: trunk | |
| 14:47 | * generic/tclCompCmds.c (TclCompileDictCmd-update): * generic/tclCompile.c (tclInstructionTable): ... check-in: 589c793c6c user: msofer tags: trunk | |
| 02:39 | * generic/tclExecute.c: Corrected an off-by-one error in the setting of MaxBaseWide for certain powe... check-in: ab2fb9c8bb user: kennykb tags: trunk | |
|
2007-09-10
| ||
| 23:05 | * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being unlinked. [Bug 1740631] (maros)... check-in: f8c52b5205 user: hobbs tags: trunk | |
| 21:47 | * generic/tclCompile.c: fix tclInstructionTable entry for dictUpdateEnd * generic/tclExecute.c: ... check-in: f1713e89ea user: msofer tags: trunk | |
| 14:59 | * doc/package.n: Restored the document parallel syntax of the * generic/tclPk... check-in: 0cb66c55ea user: dgp tags: trunk | |
| 03:06 | merge updates from HEAD check-in: 46fa086ee2 user: dgp tags: core-stabilizer-branch | |
| 00:42 | Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish. check-in: c0796474b5 user: dkf tags: trunk | |
|
2007-09-09
| ||
| 19:28 | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the * generic/tclNames... check-in: 821098a818 user: dgp tags: trunk | |
| 17:26 | merge updates from HEAD check-in: 283490f170 user: dgp tags: core-stabilizer-branch | |
| 17:02 | Correct stack effect value in table. check-in: 5b7a60454b user: dgp tags: trunk | |
| 16:51 | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction * tests/mathop.... check-in: d3f7597cfa user: dgp tags: trunk | |
| 14:34 | * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separate routine to compile *... check-in: 740e36cfaf user: dgp tags: trunk | |
| 04:14 | merge updates from HEAD check-in: 9015323aea user: dgp tags: core-stabilizer-branch | |
|
2007-09-08
| ||
| 23:36 | * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710] fixed correctly, reverted fix of 200... check-in: c13eb6ffae user: msofer tags: trunk | |
| 22:36 | Fix [Bug 1786481] check-in: 2a50a66b78 user: dkf tags: trunk | |
|
2007-09-07
| ||
| 20:20 | merge updates from HEAD check-in: a38122f5fa user: dgp tags: core-stabilizer-branch | |
| 18:11 | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl's * tests/event.t... check-in: cf178ab0f4 user: dgp tags: trunk | |
| 18:01 | * generic/tclProc.c (TclInitCompiledLocals): the refCount of resolved variables was being managed ... check-in: e7a972850c user: msofer tags: trunk | |
| 15:51 | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a * tests/init.test: ... check-in: f4e64b0c79 user: dgp tags: trunk | |
| 01:23 | merge updates from HEAD check-in: b9ddcd2e17 user: dgp tags: core-stabilizer-branch | |
| 00:34 | header cleanup check-in: c31699d2f1 user: dgp tags: trunk | |
|
2007-09-06
| ||
| 19:23 | * generic/tclInterp.c (Tcl_Init): Removed constraint on ability to define a cu... check-in: 2289e361d8 user: dgp tags: trunk | |
| 18:20 | merge updates from HEAD check-in: e581a62da3 user: dgp tags: core-stabilizer-branch | |
| 18:13 | * generic/tclInt.decls: New internal routine TclBackgroundException() * generic/tclE... check-in: d487b6177f user: dgp tags: trunk | |
| 09:36 | typo check-in: da504fa0ec user: das tags: trunk | |
| 08:07 | * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained support * macosx/Tcl.xcode/default.pb... check-in: e80aeb3e3c user: das tags: trunk | |
| 07:26 | discontinue support for Xcode 1.5 (project was no longer being maintained); make identical to curren... check-in: a3a2884ba3 user: das tags: trunk | |
| 05:02 | replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXTRA_CFLAGS var check-in: 4e3c58ee19 user: das tags: trunk | |
|
2007-09-05
| ||
| 21:31 | * generic/tclBasic.c: Removed support for the unmaintained * generic/tclExecute.c:... check-in: 52d95eb911 user: dgp tags: trunk | |
| 01:39 | correct autoconf/autoheader dependencies check-in: 85f240368a user: das tags: trunk | |
| 01:38 | fix building on Panther check-in: b08f8c2418 user: das tags: trunk | |
|
2007-09-04
| ||
| 19:21 | merge updates from HEAD check-in: fefe134c13 user: dgp tags: core-stabilizer-branch | |
| 19:17 | * unix/Makefile.in: It's unreliable to count on the release manager to remember ... check-in: 162b8bc485 user: dgp tags: trunk | |
| 18:48 | merge updates from HEAD check-in: 13b6ba3eb6 user: dgp tags: core-stabilizer-branch | |
| 18:45 | * unix/Makefile.in: Corrections to `make dist` dependencies to be sure that maco... check-in: 7dd4382253 user: dgp tags: trunk | |
| 18:36 | merge updates from HEAD check-in: 3dd1e96fca user: dgp tags: core-stabilizer-branch | |
| 18:35 | * unix/Makefile.in: Corrections to `make dist` dependencies to be sure that maco... check-in: cefd8aaaf1 user: dgp tags: trunk | |
| 17:43 | merge updates from HEAD check-in: 93ee5fafc4 user: dgp tags: core-stabilizer-branch | |
|
2007-09-03
| ||
| 21:27 | * tests/lindex.test (lindex-17.[01]): Added code to detect the error when a script does [lindex {}... check-in: 540ed3dbdd user: kennykb tags: trunk | |
| 20:17 | Olson's tzdata2007g check-in: 820ffba5ee user: kennykb tags: trunk | |
| 01:36 | * generic/tclObj.c (TclInitObjSubsystem): restore registration of the "wideInt" Tcl_ObjType ... check-in: 3aeabd1082 user: das tags: trunk | |
| 01:36 | make tclVarHashKeyType definition static check-in: c90f339469 user: das tags: trunk | |
| 01:28 | fix warnings about 64bit signed vs unsigned comparison check-in: 87372de9f4 user: das tags: trunk | |
|
2007-09-02
| ||
| 22:37 | Doc clarification. check-in: 8f3ffe661e user: dkf tags: trunk | |
|
2007-08-30
| ||
| 19:24 | * generic/tclCompile.c: Added fflush() calls following all callers of * generic/tclE... check-in: 2387f90c46 user: dgp tags: trunk | |
|
2007-08-28
| ||
| 17:43 | * generic/tclCompExpr.c: Use a table lookup in ParseLexeme() to determine lex... check-in: a042911ac1 user: dgp tags: trunk | |
| 16:24 | * generic/tclBasic.c: Used unions to better clarify overloading of * generic/tclCo... check-in: 011da3090c user: dgp tags: trunk | |
|
2007-08-27
| ||
| 23:30 | typo check-in: 717c1de5a4 user: das tags: trunk | |
| 19:56 | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when expression syntax ... check-in: 2eb1879aac user: dgp tags: trunk | |
| 15:12 | * generic/tclCompile.c: Move the deallocation of local LiteralTable * generic/tclCom... check-in: 27a33626be user: dgp tags: trunk | |
| 14:56 | * generic/tclCompExpr.c: Force numeric and boolean literals in expressions to... check-in: d4d9e06b8a user: dgp tags: trunk | |
| 06:46 | fix warnings about signed vs unsigned comparison (type of sizeof() is size_t i.e. unsigned!) check-in: 70e3badcc6 user: das tags: trunk | |
|
2007-08-25
| ||
| 16:53 | * library/clock.tcl (ParseClockScanFormat): Modified code to allow * tests/clock.test (clock-60.*): ... check-in: ef5625c545 user: kennykb tags: trunk | |
| 03:23 | * generic/tclExecute.c (TclExecuteByteCode): Added code to handle * tests/expr.test (expr-23.48-53) ... check-in: 579b6a0cc0 user: kennykb tags: trunk | |
|
2007-08-24
| ||
| 21:34 | * generic/tclCompExpr.c: Register literals found in expressions * tests/compE... check-in: 5d79ae73c5 user: dgp tags: trunk | |
| 11:22 | * generic/tclCompile.c: replaced copy loop that tripped some compilers with memmove [Bug 1780870] check-in: 507783b0c7 user: msofer tags: trunk | |
|
2007-08-23
| ||
| 20:00 | * library/init.tcl ([auto_load_index]): Delete stray "]" that created an expr syntax... check-in: e0f8f0d180 user: dgp tags: trunk | |
| 19:35 | * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protection to handle cal... check-in: 22360ee017 user: dgp tags: trunk | |
| 17:20 | * generic/tclCompExpr.c: Suppress the attempt to convert to numeric when pre-... check-in: e488b4a8cd user: dgp tags: trunk | |
| 00:27 | ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definition check-in: b7550ae4dc user: das tags: trunk | |
|
2007-08-22
| ||
| 14:31 | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. REVERT... check-in: 0d5e1f847d user: msofer tags: trunk | |
| 14:04 | Missing init in ParseExpr(). Label needs debug build exposure in TEBC. check-in: 78a7370993 user: dgp tags: trunk | |
| 13:30 | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent INSTs for debug builds. check-in: a9a5981e6e user: msofer tags: trunk | |
|
2007-08-21
| ||
| 20:41 | * generic/tclMain.c: Corrected the logic of dropping the last * tests/main.test: ... check-in: 8b6639f41a user: dgp tags: trunk | |
| 20:16 | thread-4.4: clear ::errorInfo in the thread as a message is left here from init.tcl on windows due t... check-in: 6461c7599a user: patthoyts tags: trunk | |
|
2007-08-20
| ||
| 16:52 | * generic/tclExecute.c (INST_SUB): fix usage of the new macro for overflow detection in sums, adap... check-in: ab1fc614af user: msofer tags: trunk | |
|
2007-08-19
| ||
| 22:50 | Swapped the order in the Overflowing macro (created in the last commit by Donal): check first the co... check-in: 07dc5d3581 user: msofer tags: trunk | |
| 22:27 | Make Miguel's overflow-detection more mnemonic with a macro. check-in: 8af33a69a7 user: dkf tags: trunk | |
| 18:59 | * generic/tclExecute.c: changed the check for overflow in sums, reducing objsize, number of branch... check-in: 00c98cb96b user: msofer tags: trunk | |
| 10:25 | Resolve [Bug 1752148] check-in: 2415771aae user: dkf tags: trunk | |
|
2007-08-17
| ||
| 01:11 | * generic/tclVar.c: improved localVarNameType caching to leverage the new availability of Tcl_Obj ... check-in: ba286ec0a7 user: msofer tags: trunk | |
|
2007-08-16
| ||
| 20:39 | * generic/tclExecute.c: check the two most frequent instructions before the switch. Reduces both r... check-in: 1236955f45 user: msofer tags: trunk | |
| 19:19 | * generic/tclCompExpr.c: Added a "constant" field to the OpNode struct (again... check-in: 109752ebaf user: dgp tags: trunk | |
|
2007-08-15
| ||
| 17:43 | Fix [Bug 1773127] check-in: ae9094be9c user: dkf tags: trunk | |
|
2007-08-14
| ||
| 21:04 | * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not get the interp's result if it will be ... check-in: cbfe055d8c user: msofer tags: trunk | |
| 17:18 | comment corrections check-in: 50d889f79b user: dgp tags: trunk | |
| 15:17 | * generic/tclBasic.c: Use fully qualified variable names for * tests/thread.test: ... check-in: c2aa87efde user: dgp tags: trunk | |
| 06:33 | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix issues with loading from memor... check-in: 58634f8ad3 user: das tags: trunk | |
| 06:32 | * unix/dltest/pkga.c: whitespace & comment cleanup, remove * unix/dltest/pkgb.c: unused pkgf.c. ... check-in: 9c5c352689 user: das tags: trunk | |
|
2007-08-13
| ||
| 23:07 | * generic/tclExecute.c: Provide DECACHE/CACHE protection to the * tests/trace.test: ... check-in: a27ab3e86d user: dgp tags: trunk | |
|
2007-08-12
| ||
| 21:58 | * generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macro instead of calling the function.... check-in: 2f9503ea2a user: msofer tags: trunk | |
| 14:40 | * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneeded memset to 0 of all allocated objects... check-in: e542780787 user: msofer tags: trunk | |
|
2007-08-11
| ||
| 21:48 | * generic/tclInt.h: remove redundant ops in TclNewStringObj macro check-in: 5a7a3d348f user: msofer tags: trunk | |
| 03:12 | fix missing preprocessor \ line continuation check-in: c3ab19362f user: das tags: trunk | |
|
2007-08-10
| ||
| 18:40 | * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, was causing a leak. check-in: 55d3cb8db5 user: msofer tags: trunk | |
| 16:00 | Then reorder code to eliminate duplication. check-in: 5615a73eee user: dgp tags: trunk | |
| 14:02 | * generic/tclCompExpr.c: Revise CompileExprTree() to use the OpNode mark fiel... check-in: 3c5022e036 user: dgp tags: trunk | |
| 00:43 | * generic/tclProc.c (TclCreateProc): better comments on the required varflag values when loading p... check-in: 0430f3472e user: msofer tags: trunk | |
|
2007-08-09
| ||
| 12:20 | * generic/tclExecute.c (INST_STORE_ARRAY): * tests/trace.test (trace-2.6): whole array write trace... check-in: f9ac70f020 user: msofer tags: trunk | |
|
2007-08-08
| ||
| 22:57 | * generic/tclProc.c (InitLocalCache): reference firstLocalPtr via procPtr. codePtr->procPtr == NU... check-in: 50b1b431cf user: hobbs tags: trunk | |
| 20:52 | * generic/tclExecute.c: Corrected failure to compile/link in the -DNO_WIDE_TYPE conf... check-in: 900c479aa1 user: dgp tags: trunk | |
| 20:25 | * generic/tclExecute.c: Corrected improper use of bignum arguments * tests/expr.test... check-in: a7035d0542 user: dgp tags: trunk | |
| 18:39 | renamed InitCompiledLocals to InitResolvedLocals to make it clearer that it is not called in the nor... check-in: 75cb03998c user: msofer tags: trunk | |
| 18:34 | * generic/tclInt.h: remove comments refering to VAR_SCALAR, as that flag bit does not exist any lo... check-in: b9cc3486dd user: msofer tags: trunk | |
|
2007-08-07
| ||
| 17:28 | * generic/tclInt.decls: Exporting via stubs to help * generic/tclInt.h: xotcl adapt to Var... check-in: 714bebf300 user: msofer tags: trunk | |
| 05:06 | * unix/Makefile.in: add support for compile flags specific to object files linked directly into... check-in: 29c6a0cf54 user: das tags: trunk | |
| 05:04 | * generic/tclEnv.c: improve environ handling on Mac OS X (adapted * unix/tclUnixPort.h: from Apple... check-in: 3bd24ce9b5 user: das tags: trunk | |
|
2007-08-06
| ||
| 20:20 | * tests/parseExpr.test: Update source file name of expr parser code. * generic/tclC... check-in: e07d15d52d user: dgp tags: trunk | |
| 17:25 | * generic/tclGetDate.y: Added a cast to the definition of YYFREE to silence compi... check-in: 7f6eeb56bd user: kennykb tags: trunk | |
|
2007-08-05
| ||
| 02:46 | fix breakage in TCL_COMPILE_DEBUG build check-in: 596d49fa5c user: das tags: trunk | |
|
2007-08-04
| ||
| 18:54 | missing Changelog entry check-in: fa49dcedcf user: msofer tags: trunk | |
| 18:32 | modifs to help itcl adapt to VarReform check-in: c49c117219 user: msofer tags: trunk | |
|
2007-08-03
| ||
| 13:51 | Tidying up. check-in: 6951cb3f0c user: dkf tags: trunk | |
|
2007-08-02
| ||
| 07:32 | autoheader-2.59 check-in: 77384e4e9f user: das tags: trunk | |
|
2007-08-01
| ||
| 19:33 | Regenerated configure using autoconf 2.59. Autoconf 2.61 changed the location of the installed manpa... check-in: 56ccef71bd user: andreas_kupries tags: trunk | |
| 15:17 | Rewrote word.tcl for greater efficiency. [Bug 1764318] check-in: 69bafc52fe user: dkf tags: trunk | |
| 13:27 | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit compilation with MSVC6 and... check-in: b38a5b0e23 user: patthoyts tags: trunk | |
| 12:09 | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry Virden. check-in: c8bc140a94 user: msofer tags: trunk | |
|
2007-07-31
| ||
| 17:03 | VarReform [Patch 1750051] *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) check-in: 2fbb344601 user: msofer tags: trunk | |
| 14:05 | Regen with autoconf 2.61 check-in: 460d2e3732 user: msofer tags: trunk | |
| 14:03 | * unix/configure.in: allow use of 'inline' in Tcl sources * win/configure.in: [Patch 1754128] * ... check-in: d59e42acd5 user: msofer tags: trunk | |
| 13:57 | Whitespace/format cleanup check-in: 445a5387bb user: dkf tags: trunk | |
| 10:14 | Added missing bug number. ;-) check-in: d9a3609ca1 user: dkf tags: trunk | |
| 10:04 | * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid replacement to... check-in: 1e89da1930 user: dkf tags: trunk | |
| 09:30 | Simplify the #ifdef logic. check-in: 5ed616355a user: dkf tags: trunk | |
| 08:23 | One more bad change spotted by AKu check-in: 0920c940d7 user: dkf tags: trunk | |
| 08:19 | Fix test failures. check-in: 04a60bc497 user: dkf tags: trunk | |
|
2007-07-30
| ||
| 13:42 | Added macros to make bit chopping clearer check-in: 7c9c662916 user: dkf tags: trunk | |
|
2007-07-24
| ||
| 11:40 | fix wrong TIP # in Changelog check-in: a0775c3edb user: msofer tags: trunk | |
| 03:14 | comment fix check-in: 4852e811e8 user: msofer tags: trunk | |
| 03:11 | changelog completion check-in: 60c93f1668 user: msofer tags: trunk | |
| 03:05 | * generic/tclBasic.c (TEOvI, GetCommandSource): * generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd)... check-in: 7d05132ec3 user: msofer tags: trunk | |
|
2007-07-20
| ||
| 16:49 | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' * library/platform/pkgIndex.tc... check-in: 6dda18cb69 user: andreas_kupries tags: trunk | |
|
2007-07-19
| ||
| 22:52 | merge updates from HEAD check-in: dccc73c7a3 user: dgp tags: core-stabilizer-branch | |
| 13:57 | * generic/tclParse.c: In contexts where interp and parsePtr->interp might be diffe... check-in: a3376f36f3 user: dgp tags: trunk | |
|
2007-07-18
| ||
| 21:10 | * generic/tclCompExpr.c: Removed unused arguments and variables. check-in: 8ee2a50da3 user: dgp tags: trunk | |
|
2007-07-17
| ||
| 20:51 | typo check-in: d985f7937a user: dgp tags: trunk | |
| 19:18 | * generic/tclCompExpr.c (ParseExpr): While adding comments to explain the operatio... check-in: bc22e9e5f3 user: dgp tags: trunk | |
|
2007-07-16
| ||
| 19:50 | * generic/tclCompExpr.c: More commentary. * tests/parseExpr.test: Sev... check-in: 2939551e55 user: dgp tags: trunk | |
|
2007-07-12
| ||
| 22:13 | additional commentary check-in: 8f4d9f2af8 user: dgp tags: trunk | |
| 18:48 | * generic/tclCompExpr.c: Factored out, corrected, and commented common code f... check-in: ce868b8b44 user: dgp tags: trunk | |
| 14:29 | merge updates from HEAD check-in: c7f2802afe user: dgp tags: core-stabilizer-branch | |
|
2007-07-11
| ||
| 21:27 | 2007-07-11 Miguel Sofer <msofer@users.sf.net> * generic/tclCompCmds.c (TclCompileWhileCmd): * g... check-in: c7bb9fa5b4 user: msofer tags: trunk | |
| 14:43 | * generic/tclCompExpr.c: Added a "parseOnly" flag argument to ParseExpr() to ... check-in: 67ae611ad6 user: dgp tags: trunk | |
|
2007-07-10
| ||
| 21:42 | merge updates from HEAD check-in: 61a5713e42 user: dgp tags: core-stabilizer-branch | |
| 21:37 | Renamed some variables for clarity and replaced some cryptic logic with more readable macros... check-in: 7b139de96e user: dgp tags: trunk | |
| 17:07 | Removed some unused counter variables. check-in: 063426b6eb user: dgp tags: trunk | |
| 16:57 | * generic/tclCompExpr.c: Added a field for operator precedence to be stored d... check-in: c40afb4ece user: dgp tags: trunk | |
|
2007-07-09
| ||
| 21:11 | More extended commentary about the data structures of the expr parser. check-in: 567e8728ca user: dgp tags: trunk | |
| 17:34 | * generic/tclCompExpr.c: Revision so that the END lexeme never gets inserted ... check-in: ff8b1f0bdf user: dgp tags: trunk | |
| 14:51 | * generic/tclCompExpr.c: Added missing creation and return of the Tcl_Parse f... check-in: 32e57fe3bc user: dgp tags: trunk | |
| 12:52 | merge updates from HEAD check-in: 7df004cf16 user: dgp tags: core-stabilizer-branch | |
|
2007-07-05
| ||
| 22:21 | More work in progress commenting the expr parser check-in: e04b1a81c3 user: dgp tags: trunk | |
| 18:31 | Start of work adding more useful comments to the expr parser. check-in: 6db899357a user: dgp tags: trunk | |
| 18:02 | * library/init.tcl (unknown): Corrected inconsistent error message in interactive ... check-in: c05e2d8a1f user: dgp tags: trunk | |
| 14:12 | merge updates from HEAD check-in: df8bca6346 user: dgp tags: core-stabilizer-branch | |
| 12:03 | clarify comments for last commit check-in: 679c982356 user: msofer tags: trunk | |
| 11:49 | * generic/tclNamesp.c (SetNsNameFromAny): * generic/tclObj.c (SetCmdNameFromAny): Avoid unnecess... check-in: c05ecd439b user: msofer tags: trunk | |
|
2007-07-04
| ||
| 23:56 | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was being * generic/tclObj.c: cached i... check-in: d9dba1777c user: msofer tags: trunk | |
| 15:24 | Remove over-wide lines from nroff output. check-in: 92080b4098 user: dkf tags: trunk | |
| 15:13 | merge updates from HEAD check-in: ce967214dc user: dgp tags: core-stabilizer-branch | |
| 14:45 | Remove over-wide lines from nroff output. check-in: 49c8d67446 user: dkf tags: trunk | |
| 13:51 | Fixing some minor nroff misuses check-in: 0910ed8ce6 user: dkf tags: trunk | |
| 13:25 | Minor formatting fixes and additional notes on portability of [file] check-in: 17fa8257c8 user: dkf tags: trunk | |
| 12:33 | Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDS check-in: 167312664b user: dkf tags: trunk | |
|
2007-07-03
| ||
| 20:25 | merge updates from HEAD check-in: ef4e01456d user: dgp tags: core-stabilizer-branch | |
| 18:36 | * generic/tclCompExpr.c: Revised #define values so that there is now more exp... check-in: 365d567aa1 user: dgp tags: trunk | |
| 09:36 | Minor *roff usage fixes check-in: 7e2452d1a6 user: dkf tags: trunk | |
| 02:28 | merge updates from HEAD check-in: ee65fc56de user: dgp tags: core-stabilizer-branch | |
|
2007-07-02
| ||
| 21:10 | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and * generic/tclH... check-in: 2ee96de43c user: dgp tags: trunk | |
| 20:30 | Simplify string hashing a little. [FRQ 951168] check-in: bf5e28ec4a user: dkf tags: trunk | |
| 19:18 | * generic/tclIO.c: Removed dead code. * unix/tclUnixChan.c: check-in: f1679dd963 user: dgp tags: trunk | |
| 17:32 | * generic/tclCompExpr.c: Removed dead code, old implementations * generic/tcl... check-in: 3957220b51 user: dgp tags: trunk | |
| 17:13 | * generic/tclCompExpr.c: Removed dead code, old implementations * generic/tcl... check-in: 80ae569cd1 user: dgp tags: trunk | |
|
2007-07-01
| ||
| 17:31 | merge updates from HEAD check-in: 25efbdbb22 user: dgp tags: core-stabilizer-branch | |
| 14:49 | fix typo ... donal broke the build check-in: baa1a769b0 user: msofer tags: trunk | |
|
2007-06-30
| ||
| 14:07 | Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bug 1717186] check-in: b9ed04cf0c user: dkf tags: trunk | |
| 09:59 | Prevent RemeberSyncObj() from growing the sync object lists by reusing already free'd slots, if poss... check-in: 41d4c04c24 user: vasiljevic tags: trunk | |
|
2007-06-29
| ||
| 22:37 | Improved documentation of Tcl_DictObjDone to make it clearer how to use it. [Bug 1710795] check-in: fb02dc713d user: dkf tags: trunk | |
| 03:17 | * generic/tclAlloc.c: on Darwin, ensure memory allocated by * generic/tclThreadAlloc.c: the custo... check-in: 28e130888f user: das tags: trunk | |
| 03:16 | * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free. * generic/tclDate.c: bison 1.87... check-in: 11c00e6d4f user: das tags: trunk | |
| 03:16 | * generic/tclBasic.c (TclEvalEx): fix warnings. check-in: 07d5634292 user: das tags: trunk | |
| 03:15 | * macosx/Tcl.xcodeproj/project.pbxproj: improve support for renamed tcl * macosx/Tcl.xcodeproj/def... check-in: b36e47fa57 user: das tags: trunk | |
|
2007-06-28
| ||
| 21:28 | unsigned int type matching check-in: fbc4a8da87 user: dgp tags: trunk | |
| 21:24 | * generic/tclBasic.c: Removed dead code, including the * generic/tclExecut... check-in: 151eab9347 user: dgp tags: trunk | |
| 21:10 | Silence constness warnings for TclStackFree when building with msvc. check-in: e7805530ef user: patthoyts tags: trunk | |
| 18:09 | merge updates from HEAD check-in: 186e4fc5e5 user: dgp tags: core-stabilizer-branch | |
| 13:56 | * generic/tclVar.c (UnsetVarStruct): fix possible segfault with recent streamlining. check-in: a179e59a3f user: msofer tags: trunk | |
|
2007-06-27
| ||
| 22:44 | merge updates from HEAD check-in: dd41e5f086 user: dgp tags: core-stabilizer-branch | |
| 18:21 | * generic/tclTrace.c: Corrected broken trace reversal logic in * generic/tclTest.c... check-in: 73868a81de user: dgp tags: trunk | |
| 01:37 | merge updates from HEAD check-in: 090749ed16 user: dgp tags: core-stabilizer-branch | |
|
2007-06-26
| ||
| 22:12 | * generic/tclBasic.c (TclEvalEx): Moved some arrays from the C stack to the Tc... check-in: c114ba528e user: dgp tags: trunk | |
| 13:34 | * generic/tclVar.c (UnsetVarStruct): more streamlining. check-in: 642e4d43f0 user: msofer tags: trunk | |
| 03:12 | * generic/tclExecute.c: Safety checks to avoid crashes in the TclStack* routines whe... check-in: b606177a4b user: dgp tags: trunk | |
|
2007-06-25
| ||
| 18:53 | merge updates from HEAD check-in: 436f99c1ba user: dgp tags: core-stabilizer-branch | |
| 17:46 | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change, more streamlining. check-in: f08623444e user: msofer tags: trunk | |
| 13:19 | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change check-in: a0f1c28e39 user: msofer tags: trunk | |
|
2007-06-24
| ||
| 18:18 | * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inlining that ended up not really optimis... check-in: b67ced1825 user: msofer tags: trunk | |
| 16:05 | * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced in last commit. check-in: 5c27e20683 user: msofer tags: trunk | |
|
2007-06-23
| ||
| 23:20 | fix warnings check-in: 32f6ca9bf0 user: das tags: trunk | |
| 18:13 | * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic slightly clearer, eliminated so... check-in: 2eeffb408a user: msofer tags: trunk | |
| 00:23 | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation APIs after fork() on systems w... check-in: 36af5226c8 user: das tags: trunk | |
|
2007-06-22
| ||
| 20:42 | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. * generic/tclScan.c: check-in: ebf25c463a user: dgp tags: trunk | |
| 17:09 | * generic/tclExecute.c: Revised TclStackRealloc() signature to better * generic/tclI... check-in: 81b13808a3 user: dgp tags: trunk | |
|
2007-06-21
| ||
| 18:41 | * generic/tclBasic.c: Move most instances of the Tcl_Parse struct * generic/tclCom... check-in: 707a2f7cf1 user: dgp tags: trunk | |
| 17:45 | * generic/tclBasic.c (TEOvI): Made sure that leave * generic/tclExecute.c (INST_INVOKE): ... check-in: 58ab24b640 user: msofer tags: trunk | |
| 16:04 | merge updates from HEAD check-in: 9b4cd8d23b user: dgp tags: core-stabilizer-branch | |
| 12:43 | Fix comments referring to {expand}. [Bug 1600859] check-in: 44134272e1 user: dkf tags: trunk | |
|
2007-06-20
| ||
| 22:36 | * generic/tclVar.c: streamline namespace vars deletion: only compute the variable's full name if t... check-in: 0d558d3ffe user: msofer tags: trunk | |
| 19:27 | correct pointer type mismatch in latest commit check-in: c4e7a02eeb user: dgp tags: trunk | |
| 18:46 | * generic/tclInt.decls: Revised the interfaces of the routines * generic/tclExecute.... check-in: 4ea644b0de user: dgp tags: trunk | |
| 18:01 | * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS, standardized headers, subheaders... check-in: 5f447112cf user: hobbs tags: trunk | |
|
2007-06-19
| ||
| 20:21 | improve comments on Tcl stack management check-in: ccfdd31d0d user: msofer tags: trunk | |
| 19:50 | adding comments to GrowEvaluationStack check-in: 0158b2562d user: msofer tags: trunk | |
| 02:48 | merge updates from HEAD check-in: 20f7bae489 user: dgp tags: core-stabilizer-branch | |
| 01:13 | * tools/tcltk-man2html.tcl: clean up copyright merging and output. clean up coding constructs. check-in: 8567816881 user: hobbs tags: trunk | |
|
2007-06-18
| ||
| 22:51 | * generic/tclCmdIL.c (InfoFrameCmd): * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): * generic/tclCompil... check-in: af31ea6648 user: msofer tags: trunk | |
| 21:58 | * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack and onto the Tcl stack, between ... check-in: 34cba706d3 user: msofer tags: trunk | |
| 21:27 | * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off the C stack a... check-in: d09092b4b7 user: dgp tags: trunk | |
| 21:05 | * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C stack and onto ... check-in: dc94bda93b user: dgp tags: trunk | |
|
2007-06-17
| ||
| 21:54 | merge updates from HEAD check-in: 9739ba91a5 user: dgp tags: core-stabilizer-branch | |
| 21:29 | Fix [Bug 1738542] check-in: d46aa631cf user: dkf tags: trunk | |
| 19:14 | merge updates from HEAD check-in: cd982ab6bd user: dgp tags: core-stabilizer-branch | |
|
2007-06-16
| ||
| 13:48 | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a chain of if's for a modest per... check-in: fcf2f06dbf user: dkf tags: trunk | |
| 06:13 | merge updates from HEAD check-in: 042ad7f2ce user: dgp tags: core-stabilizer-branch | |
|
2007-06-15
| ||
| 22:58 | * generic/tclCompCmds.c: Simplified [variable] compiler and * generic/tclExecute.c: executor. M... check-in: 212358ac5d user: msofer tags: trunk | |
| 20:30 | merge updates from HEAD check-in: b01fff0a34 user: dgp tags: core-stabilizer-branch | |
| 19:58 | * generic/tclCompile.c: reverted TclEvalObjvInternal and * generic/tclExecute.c: INST_INVOKE to es... check-in: f72ba09644 user: msofer tags: trunk | |
| 19:50 | merge updates from HEAD check-in: 577459321a user: dgp tags: core-stabilizer-branch | |
| 18:14 | * generic/trace.test: added tests 36.* for dynamic trace creation and addition. These tests expose... check-in: ba5776d952 user: msofer tags: trunk | |
| 16:37 | merge updates from HEAD check-in: 9367036736 user: dgp tags: core-stabilizer-branch | |
| 14:38 | Tidy up a bit check-in: cf9867ea37 user: dkf tags: trunk | |
|
2007-06-14
| ||
| 21:10 | Changelog fix check-in: 825f01bc0e user: msofer tags: trunk | |
| 21:02 | * generic/tclInt.decls: Modif to the internals of * generic/tclInt.h: TclObjInterpProc to ... check-in: 53346aab25 user: msofer tags: trunk | |
| 17:29 | * generic/tclProc.c (TclObjInterpProcCore): simplified obj management in wrongNumArgs calls. check-in: 7ec2a73a63 user: msofer tags: trunk | |
| 17:17 | merge updates from HEAD check-in: 8058e9c4d9 user: dgp tags: core-stabilizer-branch | |
| 17:09 | remove C99 var declaration check-in: be8a1daee9 user: hobbs tags: trunk | |
| 17:03 | merge updates from HEAD check-in: 93fc0b74de user: dgp tags: core-stabilizer-branch | |
| 15:56 | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return * generic/tclExecu... check-in: 1658ba8231 user: dgp tags: trunk | |
| 02:43 | * generic/tclExecute.c (TclCompEvalObj): missed update to "there is always a valid frame". * gen... check-in: d77121bc23 user: msofer tags: trunk | |
|
2007-06-12
| ||
| 20:06 | added Changelog comment wrt the TEOvI and TEBC changes: ***POTENTIAL INCOMPAT*** There is a subtle... check-in: 59256a4647 user: msofer tags: trunk | |
| 15:56 | merge updates from HEAD check-in: f0fa4d3a7d user: dgp tags: core-stabilizer-branch | |
| 12:36 | Silence a 'const'ness warning. check-in: a5edb8803f user: dkf tags: trunk | |
| 12:33 | Convert [info] into an ensemble command. check-in: 825feb050e user: dkf tags: trunk | |
| 12:29 | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with ensemble and interp-... check-in: 5acd0e47b4 user: dkf tags: trunk | |
|
2007-06-11
| ||
| 23:00 | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamesp... check-in: e35a22553c user: msofer tags: trunk | |
| 21:32 | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamesp... check-in: fb6049861d user: msofer tags: trunk | |
| 15:12 | * generic/tclExecute.c: comments added to explain iPtr->numLevels management. check-in: 3d366c581d user: msofer tags: trunk | |
|
2007-06-10
| ||
| 23:15 | * generic/tclBasic.c: Further TEOvI split, creating a new * generic/tclCompile.h: TclEvalObjvK... check-in: 8a9d81466c user: msofer tags: trunk | |
| 21:14 | fix Tcl_Panic error message typo [Bug 1712602] check-in: 48f139459a user: hobbs tags: trunk | |
| 21:11 | * README: updated links. [Bug 1715081] check-in: ac81e8b2c0 user: hobbs tags: trunk | |
| 20:39 | * generic/tclExecute.c (TclExecuteByteCode): restore support for INST_CALL_BUILTIN_FUNC1 and INST_... check-in: d47df52505 user: hobbs tags: trunk | |
| 20:25 | * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclvar.c: new macros Tc... check-in: fc570b6e1a user: msofer tags: trunk | |
| 00:08 | fix for ne TclCleanupCommandMacro (doh!) check-in: 2717891e95 user: msofer tags: trunk | |
|
2007-06-09
| ||
| 21:58 | * generic/tclExecute.c (INST_INVOKE): isolated two vars to the small block where they are actually... check-in: d8447a9ea9 user: msofer tags: trunk | |
| 21:07 | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the logic clearer; slightly faster t... check-in: 30e56fed6a user: msofer tags: trunk | |
| 20:22 | added incompat warning in Changelog check-in: 80e5667e11 user: msofer tags: trunk | |
| 20:12 | * generic/tclBasic.c: Split TEOv in two, by separating a processor for non-TCL_OK returns. Also ... check-in: 93a0a2cc35 user: msofer tags: trunk | |
| 17:08 | * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in. check-in: 8e19e10814 user: das tags: trunk | |
|
2007-06-08
| ||
| 20:56 | Forgot to fix the relevant tests check-in: a924166e8e user: dkf tags: trunk | |
| 20:41 | Make [string first] and [string last] clearer check-in: 5f8a7ad48a user: dkf tags: trunk | |
|
2007-06-06
| ||
| 23:07 | * generic/tclParse.c: fix for uninit read [Bug 1732414]. check-in: 886d682d63 user: msofer tags: trunk | |
| 09:53 | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. * unix/configure.in (Darwi... check-in: 9f2720b972 user: das tags: trunk | |
|
2007-06-05
| ||
| 18:12 | merge updates from HEAD check-in: 64d2ec39b3 user: dgp tags: core-stabilizer-branch | |
| 17:57 | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to * generic/tclInt.... check-in: 00c4f9f27e user: dgp tags: trunk | |
| 17:50 | * generic/tclInt.h: * generic/tclExecute.c: Tcl-stack reform, [Patch 1701202] check-in: 0175d567fe user: msofer tags: trunk | |
| 14:09 | merge updates from HEAD check-in: 6984ae30de user: dgp tags: core-stabilizer-branch | |
|
2007-06-04
| ||
| 17:24 | Add missing constraints check-in: 60bc4591f9 user: dgp tags: trunk | |
| 15:08 | merge updates from HEAD check-in: 992585aff3 user: dgp tags: core-stabilizer-branch | |
|
2007-06-03
| ||
| 13:43 | * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. check-in: 290001bbec user: das tags: trunk | |
|
2007-05-30
| ||
| 18:38 | merge updates from HEAD check-in: 676fb80c75 user: dgp tags: core-stabilizer-branch | |
| 18:12 | * generic/tclBasic.c: Removed code that dealt with * generic/tclCompile.c: TCL_TOK... check-in: 1d20b5bc02 user: dgp tags: trunk | |
| 03:31 | merge updates from HEAD check-in: 3084f08b53 user: dgp tags: core-stabilizer-branch | |
|
2007-05-29
| ||
| 23:35 | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of pthread_join exit return code st... check-in: 39de7aa164 user: hobbs tags: trunk | |
| 14:05 | restore line endings check-in: 10eb881f00 user: dgp tags: trunk | |
|
2007-05-22
| ||
| 20:34 | [core-stabilizer-branch] * unix/configure: autoconf-2.59 (FC6 fork) ... check-in: a7a04404f0 user: dgp tags: core-stabilizer-branch | |
|
2007-05-18
| ||
| 18:39 | * unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README:... check-in: c798353ded user: dgp tags: trunk | |
|
2007-05-17
| ||
| 13:45 | suppress compiler warnings about values computed and not used check-in: 24cd789916 user: dgp tags: trunk | |
| 12:05 | Added macro version of Tcl_LimitReady. check-in: 59fb47b470 user: dkf tags: trunk | |
|
2007-05-16
| ||
| 22:14 | sync with core-8-4-branch tcl/changes check-in: 606501fa35 user: das tags: trunk | |
| 21:18 | * generic/tcl.decls: workaround 'make checkstubs' failures from tclStubLib.c MODULE_SCOPE revert. ... check-in: 2aff400338 user: das tags: trunk | |
| 18:28 | Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table pointers back to public visibili... check-in: dc2d870d7d user: jenglish tags: trunk | |
|
2007-05-15
| ||
| 16:12 | * win/configure: autoconf-2.59 (FC6 fork) * library/reg/pkgIndex.tcl: Bu... check-in: de7229b032 user: dgp tags: trunk | |
|
2007-05-11
| ||
| 20:59 | * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc from tclInt.h now they are in the ... check-in: 9792f5232e user: patthoyts tags: trunk | |
| 09:44 | Minor whitespace cleanup check-in: 260d009cb0 user: dkf tags: trunk | |
| 09:43 | Add a full stop to a comment check-in: 0c221ff47e user: dkf tags: trunk | |
| 09:41 | Better const correctness check-in: 13b388f3c2 user: dkf tags: trunk | |
| 09:17 | Minor comment improvements and code reordering for clarity check-in: 3bbf53d116 user: dkf tags: trunk | |
|
2007-05-09
| ||
| 19:13 | * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, so make sure it i... check-in: 867f5c8b95 user: dgp tags: trunk | |
| 12:51 | * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & * macosx/Tcl.xcodeproj/default.pbx... check-in: 7a4896c252 user: das tags: trunk | |
| 12:50 | * generic/tclInt.h: fix warning when building threaded with -DPURIFY. check-in: 16435d3d84 user: das tags: trunk | |
|
2007-05-07
| ||
| 19:45 | [Tcl Bug 1706140] * generic/tclLink.c (LinkTraceProc): Update Tcl_VarTraceProcs ... check-in: 4fde67d501 user: dgp tags: trunk | |
|
2007-05-05
| ||
| 23:36 | regen check-in: befbe7593a user: dkf tags: trunk | |
| 23:33 | Changes to allow the tip257 code to work as an extension properly post-tip280 check-in: d4338f35dc user: dkf tags: trunk | |
| 07:23 | More type-pun warning squelches check-in: 79c3d2e279 user: dkf tags: trunk | |
|
2007-05-04
| ||
| 18:04 | Record the dll base addresses for some additional extensions check-in: 4969c0bcd3 user: patthoyts tags: trunk | |
| 18:04 | Comment and open file as text check-in: 41fa21a8d3 user: patthoyts tags: trunk | |
| 14:59 | * tests/encoding.test: Modified so that encoding tests happen in a private namespace, to avoid pollu... check-in: 9cc60b0ea4 user: kennykb tags: trunk | |
|
2007-05-03
| ||
| 19:55 | Changelog clarification check-in: e307373d70 user: msofer tags: trunk | |
|
2007-05-02
| ||
| 21:30 | * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): Corrected several memory leaks tha... check-in: d9bda6ffc8 user: kennykb tags: trunk | |
| 21:28 | Convert to using ANSI function definitions. check-in: 34518579e8 user: dkf tags: trunk | |
| 20:50 | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount imbalance that affected the files... check-in: e528ff4aaa user: kennykb tags: trunk | |
| 01:37 | * tests/utf.test (utf-25.1--utf-25.4): Modified tests to clean up after the 'testobj' extension to a... check-in: 896874db57 user: kennykb tags: trunk | |
| 00:31 | * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr had refCount 0 and was used for... check-in: 439f5fceaf user: msofer tags: trunk | |
|
2007-05-01
| ||
| 22:43 | * generic/tclIO.c (DeleteChannelTable): Made changes so that DeleteChannelTable tries to close all o... check-in: 41c23d142b user: kennykb tags: trunk | |
| 20:20 | * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict map, a missing Tcl... check-in: 79c2325ebd user: dgp tags: trunk | |
|
2007-04-30
| ||
| 22:57 | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely on tclsh, fixes parallel '... check-in: 2f0db8cbbc user: das tags: trunk | |
| 21:40 | * generic/tclIO.c (FixLevelCode): Corrected reference count mismanagement of newlevel, newcode. C... check-in: a533a69b73 user: andreas_kupries tags: trunk | |
| 19:46 | * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected reference count mismanagement on t... check-in: ee5486c118 user: kennykb tags: trunk | |
|
2007-04-26
| ||
| 17:34 | move 8.5a6 tag point check-in: 77e56660e3 user: hobbs tags: trunk, core-8-5-a6 | |
|
2007-04-25
| ||
| 21:59 | Fix [Bug 1705778, leak K15] check-in: 27381316c7 user: dkf tags: trunk | |
| 19:09 | * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management to that the path returned from Tc... check-in: e88d2dd4e8 user: kennykb tags: trunk | |
| 19:07 | * generic/tclCompExpr.c (ParseExpr): Revised to be sure that an error return does... check-in: 40067525f6 user: dgp tags: trunk | |
| 03:40 | * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autoheader bits. check-in: c81f4ccd99 user: das tags: trunk | |
| 02:49 | * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. check-in: fdf2809771 user: das tags: trunk | |
|
2007-04-24
| ||
| 22:31 | * generic/tclListObj.c: reverting [Patch 738900] (committed on 2007-04-20). Causes some Tk test br... check-in: c7ba07f44b user: msofer tags: trunk | |
| 22:07 | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new list under construction was leaked i... check-in: 6d2d73af96 user: kennykb tags: trunk | |
| 20:46 | Fix [Bug 1705778, leak K05] check-in: 1c2db58959 user: dkf tags: trunk | |
| 20:19 | Fix [Bug 1705778, leak K04] check-in: c6a123cbc8 user: dkf tags: trunk | |
| 17:50 | * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the flag marking s... check-in: ca6be460b3 user: dgp tags: trunk | |
| 17:18 | * generic/tclBinary.c: Addressed several code paths where the error return from the 'binary format' ... check-in: ade9d682c6 user: kennykb tags: trunk | |
| 16:26 | * unix/Makefile.in (dist): add platform library package to src dist check-in: e4e6f5add3 user: hobbs tags: trunk | |
| 16:03 | corrected botched indents check-in: 665f40f1f9 user: dgp tags: trunk | |
| 15:36 | * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the literal Tcl_Obj ... check-in: aa1a433312 user: dgp tags: trunk | |
| 05:06 | revised phrasing a bit for clarity check-in: ea6aa7874b user: dgp tags: trunk | |
| 04:35 | typo check-in: 8d90fe07ed user: dgp tags: trunk | |
| 03:14 | * generic/tclExecute.c (TclExecuteByteCode): Plugged six memory leaks in bignum arithmetic. check-in: 7f507722db user: kennykb tags: trunk | |
| 02:46 | fix typo in ChangeLog message check-in: ab96d9b883 user: kennykb tags: trunk | |
| 02:42 | * generic/tclIOCmd.c (Tcl_ReadObjCmd): Plugged a leak of the buffer object if the physocal read retu... check-in: be13ff40ae user: kennykb tags: trunk | |
|
2007-04-23
| ||
| 23:07 | Plugged two memory leaks check-in: 03a9502394 user: kennykb tags: trunk | |
| 20:57 | typo check-in: 28c88549af user: das tags: trunk | |
| 20:46 | * macosx/Tcl-Common.xcconfig: enable more warnings. * macosx/Tcl.xcodeproj/project.pbxproj: add '... check-in: fc195aae9d user: das tags: trunk | |
| 20:38 | * unix/configure.in: install license.terms into Tcl.framework. * unix/configure: autoconf-2.59 check-in: 4e1cc5ce58 user: das tags: trunk | |
| 20:37 | * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic. check-in: 2ade037b66 user: das tags: trunk | |
| 20:35 | * unix/tclUnixFCmd.c: add workaround for crashing bug in fts_open() * unix/tclUnixInit.c: without ... check-in: d88ee3f371 user: das tags: trunk | |
| 20:33 | * generic/tclCkalloc.c: fix warnings from gcc build configured with * generic/tclCompile.c: --enab... check-in: d021f527a3 user: das tags: trunk | |
| 20:11 | * generic/tclVar.c (UnsetVarStruct): Make sure the TCL_INTERP_DESTROYED flags get... check-in: ae1e9ecfa3 user: dgp tags: trunk | |
| 19:04 | * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memory leak in 'upvar' when compiling (a) up... check-in: 40ce0c6047 user: kennykb tags: trunk | |
| 18:01 | * generic/tclCompile.c (TclFreeCompileEnv): Tip 280's new field extCmdMapPtr was not being freed [... check-in: 2c071d41e4 user: msofer tags: trunk | |
| 17:56 | * generic/tclTest.c (Testregexpobjcmd): Removed an invalid access beyond the end of 'objv' in 'testr... check-in: 05157982a3 user: kennykb tags: trunk | |
| 17:34 | * generic/tclEnv.c (ReplaceString): Clear memory correctly when growing the cache to avoid reads of ... check-in: 10fb68199e user: kennykb tags: trunk | |
| 00:50 | * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freed memory detected by valgrind. check-in: f4f57a0034 user: msofer tags: trunk | |
|
2007-04-22
| ||
| 07:04 | correct 8.5a6 release year check-in: b0e5615c9e user: hobbs tags: trunk | |
| 06:20 | updated changes check-in: d52a09d850 user: hobbs tags: trunk | |
| 06:17 | nroff typo fixes check-in: de8a224197 user: hobbs tags: trunk | |
| 05:46 | updated for 8.5a6 changes check-in: 29750ecb96 user: hobbs tags: trunk | |
|
2007-04-20
| ||
| 21:39 | * generic/tclListObj.c (SetListFromAny): avoid discarding internal reps of objects converted to si... check-in: bd9ce4da5f user: msofer tags: trunk | |
| 18:35 | Olson's tzdata2007e. check-in: 7420c6c384 user: kennykb tags: trunk | |
| 13:39 | Test constraints are automatically "and"ed together check-in: cd914dc4b1 user: dkf tags: trunk | |
| 06:10 | Replaced commas in varargs with string concatenation where possible [Patch 1515234] check-in: d0d3c30f1a user: kennykb tags: trunk | |
| 05:51 | Whitespace policing, replacing commas in varargs with constant string catenation, and fixed an overs... check-in: d6ee490b6b user: kennykb tags: trunk | |
| 04:44 | * doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. Quite against my better judgme... check-in: 75a9bc42bc user: kennykb tags: trunk | |
| 04:11 | Fixed a buglet in recognizing time zone SIERRA check-in: 0c6676638d user: kennykb tags: trunk | |
| 03:50 | * tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [B... check-in: 94e184fbee user: kennykb tags: trunk | |
| 03:07 | * doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark about the effect of Dayli... check-in: b5adec3d2b user: kennykb tags: trunk | |
| 02:46 | * tests/clock.test (clock-40.1, clock-58.1): Corrected a test case that depended on ":localtime" bei... check-in: 27ffeedd75 user: kennykb tags: trunk | |
| 02:23 | * doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: d2cd76b378 user: kennykb tags: trunk | |
|
2007-04-19
| ||
| 23:37 | * doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: ef21ab2387 user: kennykb tags: trunk | |
| 09:00 | Improve const-correctness of RE compiler check-in: cf122e81f8 user: dkf tags: trunk | |
| 01:39 | * generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced in version 1.266 ('=' became '=='... check-in: dba372573c user: msofer tags: trunk | |
|
2007-04-18
| ||
| 22:49 | * generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to h... check-in: 0227587b4d user: msofer tags: trunk | |
| 21:00 | * generic/tclExecute.c: slight changes in Tcl_Obj management. check-in: ee87a690f4 user: msofer tags: trunk | |
|
2007-04-17
| ||
| 20:33 | * library/clock.tcl: Fixed the naming of ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in ... check-in: db337175e8 user: kennykb tags: trunk | |
| 20:06 | * generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] check-in: 894b75caaa user: msofer tags: trunk | |
| 14:49 | Eliminate use of (VOID*) casts when calling memset or memcpy. check-in: 45b4948945 user: dkf tags: trunk | |
| 14:40 | Always cast arg to ckfree to char*, not VOID* check-in: 10759c83a7 user: dkf tags: trunk | |
|
2007-04-16
| ||
| 13:36 | Complete the purge of K&R function definitions from manually-written code. check-in: 645aed2fcd user: dkf tags: trunk | |
|
2007-04-15
| ||
| 19:37 | * doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. check-in: 3f7f9a1939 user: kennykb tags: trunk | |
| 18:59 | * generic/tclCompCmds.c: added a cast to silence a compiler error on VC2005. * library/clock.tcl: Re... check-in: 83ba629c74 user: kennykb tags: trunk | |
|
2007-04-14
| ||
| 17:35 | * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that duplicates functionality alread... check-in: 9b6169c048 user: msofer tags: trunk | |
|
2007-04-13
| ||
| 09:06 | Added keyword check-in: 626e17b371 user: dkf tags: trunk | |
|
2007-04-11
| ||
| 17:55 | removed stray '//' check-in: 5dbb913fdc user: msofer tags: trunk | |
| 17:35 | * generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, OBJ_AT_DEPTH(n) and CURR_DEPTH that ... check-in: dad16a6871 user: msofer tags: trunk | |
| 03:18 | fixing comments check-in: f155d8df63 user: msofer tags: trunk | |
| 03:01 | * generic/tclCompCmds.c: moved all exceptDepth management to the macros - the decreasing half was ... check-in: a17178cd6d user: msofer tags: trunk | |
|
2007-04-10
| ||
| 22:16 | assorted minor cleanup check-in: 033ee817fd user: dkf tags: trunk | |
| 22:14 | Don't use C++ keywords check-in: f786756b85 user: dkf tags: trunk | |
| 22:13 | Reformat to standard function definition form check-in: a57ea2b891 user: dkf tags: trunk | |
| 22:06 | Complete conversion to ANSI function definitions check-in: a940eff372 user: dkf tags: trunk | |
| 22:04 | Reformat to standard function definition form; don't use C++ keywords check-in: c8b562b1fa user: dkf tags: trunk | |
| 22:02 | Complete conversion to ANSI function definitions check-in: 4b027b34d3 user: dkf tags: trunk | |
| 22:01 | Reformat to standard function definition form check-in: 23afa345cb user: dkf tags: trunk | |
| 22:01 | Complete conversion to ANSI function definitions check-in: 636dd28419 user: dkf tags: trunk | |
| 14:47 | Handle creation of Tcl_Objs from constant strings better (easier to use, more efficient). After [Pat... check-in: 4d69119aad user: dkf tags: trunk | |
| 08:14 | minor tidy check-in: 62d7ad0b06 user: dkf tags: trunk | |
|
2007-04-08
| ||
| 02:19 | * generic/tclCompile (tclInstructionTable): fixed bugs in description of dict instructions check-in: d1aa131359 user: msofer tags: trunk | |
|
2007-04-07
| ||
| 22:50 | * generic/tclCompile (tclInstructionTable): fixed bug in description of INST_START_COMMAND. check-in: 7c73b68563 user: msofer tags: trunk | |
| 05:34 | * generic/tclExecute.c (TEBC): small code reduction. check-in: 98872dcbd9 user: msofer tags: trunk | |
|
2007-04-06
| ||
| 22:36 | * generic/tclExecute.c (TEBC): * generic/tclNamespace.c (NsEnsembleImplementationCmd): * generic/... check-in: 69050e3b30 user: msofer tags: trunk | |
|
2007-04-05
| ||
| 14:08 | Extend/sort the "SEE ALSO" section check-in: 5673499569 user: dkf tags: trunk | |
| 14:07 | Whitespace/formatting check-in: bbb0d77efe user: dkf tags: trunk | |
| 13:31 | Simplification of some argument processing through introduction of a helper macro. check-in: 4864e8a741 user: dkf tags: trunk | |
| 13:20 | Tighten up a comment check-in: af4028b1a0 user: dkf tags: trunk | |
|
2007-04-04
| ||
| 13:29 | added comments check-in: 68dbccd9fe user: msofer tags: trunk | |
|
2007-04-03
| ||
| 22:55 | * generic/tclExecute.c: INST_INVOKE optimisation [Patch 1693802] check-in: 152fc51f78 user: msofer tags: trunk | |
| 15:58 | restore line endings check-in: 385c9a4840 user: dgp tags: trunk | |
| 15:13 | missing entry check-in: 6364bd55c3 user: dgp tags: trunk | |
| 15:08 | * generic/tclInt.decls: Moved TclGetNamespaceFromObj() to * generic/tclInt.h: the internal s... check-in: bc679cc2b8 user: msofer tags: trunk | |
| 15:03 | * generic/tclNamesp.c: Revised ErrorCodeRead and ErrorInfoRead trace routines so th... check-in: d0d132d497 user: dgp tags: trunk | |
| 01:34 | * generic/tclBasic.c: Added bytecode compilers for the * generic/tclCompCmds.c: variable link... check-in: 8fe01ff441 user: msofer tags: trunk | |
|
2007-04-02
| ||
| 18:48 | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc * generic/tclExecu... check-in: fbe8c8af9f user: dgp tags: trunk | |
|
2007-04-01
| ||
| 00:32 | Ensure that the count of commands commenced by bytecode is correct at all times even though INST_STA... check-in: 66d379a865 user: dkf tags: trunk | |
| 00:10 | Minor simplification. check-in: e8b2e8dbb4 user: dkf tags: trunk | |
|
2007-03-30
| ||
| 18:24 | * generic/tclCompile.c: * generic/tclCompExpr.c: * generic/tclCompCmds.c: ... check-in: c35cf54d2f user: dgp tags: trunk | |
| 17:39 | * generic/tclCompExpr.c: * generic/tclCompCmds.c: Replace arrays on the C sta... check-in: 65c8c29143 user: dgp tags: trunk | |
| 16:38 | * generic/tclCompCmds.c: Replace arrays on the C stack and ckalloc calls with... check-in: ae18c37fd5 user: dgp tags: trunk | |
| 15:54 | * generic/tclCmdMZ.c: Revised [string to* $s $first $last] implementation to reduc... check-in: 75950809bf user: dgp tags: trunk | |
| 15:31 | * tests/string.test: More [string reverse] tests. check-in: 1446cb10a8 user: dgp tags: trunk | |
| 14:22 | * generic/tclExecute.c: optimise the lookup of elements of indexed arrays. check-in: 5f31d0abc1 user: msofer tags: trunk | |
|
2007-03-29
| ||
| 19:22 | * generic/tclProc.c (Tcl_ApplyObjCmd): * tests/apply.test (9.3): Fixed Tcl_Obj leak on error retur... check-in: bf436ec4a5 user: msofer tags: trunk | |
|
2007-03-28
| ||
| 19:03 | * generic/tclCmdMZ.c (STR_REVERSE): Implement the actual [string reverse] comman... check-in: 5373afa733 user: dgp tags: trunk | |
|
2007-03-27
| ||
| 16:44 | * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with TclStackAlloc calls. check-in: 3f20d29a16 user: dgp tags: trunk | |
|
2007-03-24
| ||
| 09:33 | Thread exit handler marks the current thread as un-initialized. This allows exit handlers that are r... check-in: e92e02a7fa user: vasiljevic tags: trunk | |
|
2007-03-23
| ||
| 19:59 | * generic/tclBasic.c (DeleteInterpProc): pop the root frame pointer before deleting the global nam... check-in: 57fb35adaa user: msofer tags: trunk | |
| 18:45 | * win/Makefile.in: Added code to keep a Cygwin path name from leaking into LIBRARY_DIR when doing 'm... check-in: 26163778b0 user: kennykb tags: trunk | |
| 03:07 | Reduce number of StackAlloc and StackFree calls. check-in: a0f311e25d user: dgp tags: trunk | |
|
2007-03-22
| ||
| 20:53 | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Replaced arrays on the C stack and c... check-in: dd65b91f8e user: dgp tags: trunk | |
| 18:19 | * generic/tclExecute.c: Revised GrowEvaluationStack to take an argument specifying t... check-in: 80f5f93ab2 user: dgp tags: trunk | |
|
2007-03-21
| ||
| 18:02 | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral.... check-in: aa6b9bf6a4 user: dgp tags: trunk | |
| 16:25 | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. * generic/tclLiteral.... check-in: 4a5a34e344 user: dgp tags: trunk | |
| 14:16 | Minor comment formatting change check-in: 301cdc4ca3 user: dkf tags: trunk | |
|
2007-03-20
| ||
| 21:20 | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. * generic/tclLi... check-in: 8437385056 user: dgp tags: trunk | |
| 19:47 | 2007-03-20 Kevin B. Kenny <kennykb@acm.org> * generic/tclDate.c: Rebuilt, despite Donal Fellows'... check-in: ee77f4e978 user: kennykb tags: trunk | |
| 16:19 | Introduce modern formatting standards; no need for rebuild of tclDate.c check-in: 9c98167af5 user: dkf tags: trunk | |
| 15:23 | Fix trivial error in comment. check-in: ee819e72aa user: dkf tags: trunk | |
| 03:16 | * generic/tclCompile.c: Revise the various expansion routines for CompileEnv fields ... check-in: 760575aa5e user: dgp tags: trunk | |
|
2007-03-19
| ||
| 21:00 | * generic/tclBinary.c (Tcl_SetByteArrayLength): Replaced ckalloc() / memcpy() sequen... check-in: 3dee205cdd user: dgp tags: trunk | |
| 16:59 | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some * generic/tclEvent.c (... check-in: 65a357c8fc user: dgp tags: trunk | |
| 11:50 | Fixed bug in regsub example. check-in: a74334ff7e user: dkf tags: trunk | |
|
2007-03-17
| ||
| 22:31 | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating key names correctly, so that Unicod... check-in: c83dde5ee6 user: kennykb tags: trunk | |
| 05:04 | added missing panic check-in: 2620c319d0 user: dgp tags: trunk | |
|
2007-03-16
| ||
| 02:05 | fix warnings check-in: 71ba415c39 user: das tags: trunk | |
| 00:57 | * generic/tclIOUtil.c (Tcl_Stat): Reimplement workaround to avoid gcc warning by using loca... check-in: 8ba7bf14b8 user: mdejong tags: trunk | |
|
2007-03-15
| ||
| 22:54 | * win/Makefile.in: Fully qualify LIBRARY_DIR so that `make test` does not depend on working dir. check-in: b5ad60ea32 user: mdejong tags: trunk | |
| 22:05 | * tests/parse.test: Add two backslash newline parse tests. check-in: 9b94a40c9b user: mdejong tags: trunk | |
|
2007-03-13
| ||
| 17:34 | Added test for [Bug 1675044]. check-in: b13b57ba58 user: dgp tags: trunk | |
|
2007-03-12
| ||
| 22:08 | Fix documentation typos check-in: 60a943394a user: patthoyts tags: trunk | |
| 20:45 | * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copy * tests/foreach.te... check-in: 8d36d55259 user: dgp tags: trunk | |
| 19:28 | * generic/tclEvent.c (HandleBgErrors): Make efficient private copy * tests/event.te... check-in: 23501456a8 user: dgp tags: trunk | |
| 19:10 | * generic/tclNamesp.c (NsEnsembleImplementationCmd): Make efficient * tests/names... check-in: b632f11ec5 user: dgp tags: trunk | |
| 18:06 | * generic/tclVar.c (TclArraySet): Make efficient private copy of * tests/var.t... check-in: 77885f50c4 user: dgp tags: trunk | |
| 16:26 | Fix [Bug 1679072] check-in: f4b4e501a8 user: dkf tags: trunk | |
| 10:49 | Plug a leak of encodings check-in: 92ffd0c4a7 user: dkf tags: trunk | |
| 10:22 | Tightening up declaration scopes, improving some comments with xrefs to bugDB check-in: 15bf9e7141 user: dkf tags: trunk | |
|
2007-03-11
| ||
| 16:54 | Fix [Bug 1675044] check-in: 358f71c84b user: dkf tags: trunk | |
|
2007-03-10
| ||
| 15:39 | Move 'return' in TclListObjSetElement into correct place! check-in: c5ab2b41d1 user: dkf tags: trunk | |
| 15:24 | * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] to use the cheaper TclListObjCo... check-in: 3a29348d65 user: msofer tags: trunk | |
|
2007-03-09
| ||
| 20:04 | * library/platform/shell.tcl: Made more robust if an older platform * library/platform/pkgIndex.t... check-in: d1dbbb07c2 user: andreas_kupries tags: trunk | |
| 16:40 | Fix [Bug 1675116] check-in: 2130325c40 user: dkf tags: trunk | |
| 02:26 | Modified test initialisation to use the 'loadTestedCommands' function of tcltest to bring in the cor... check-in: f0694e56be user: kennykb tags: trunk | |
| 01:08 | * library/clock.tcl (ReadZoneinfoFile): Added Y2038 compliance to the code for version-2 'zoneinfo' ... check-in: 2fff6c3a5f user: kennykb tags: trunk | |
|
2007-03-08
| ||
| 22:26 | * generic/tclListObj.c (TclLsetList): Rewrite so that the routine itself does not ... check-in: 9022a3bb41 user: dgp tags: trunk | |
| 11:19 | Moved [lindex] guts to tclListObj.c, same as [lset] guts. check-in: 08146987c9 user: dkf tags: trunk | |
| 11:01 | Tidy up formatting check-in: eabb5273a2 user: dkf tags: trunk | |
| 02:53 | * library/clock.tcl: Further tweaks to the Windows time zone table (restoring missing Mexican time z... check-in: bde346f8b3 user: kennykb tags: trunk | |
| 00:27 | various "const" additions in implementation check-in: 362e05018a user: nijtmans tags: trunk | |
|
2007-03-07
| ||
| 23:43 | * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks. * macosx/Tcl.xcodeproj/proj... check-in: ddc29ff523 user: das tags: trunk | |
| 22:34 | * generic/tclCmdIL.c (TclLindex*): Rewrites to make efficient private copies of... check-in: dea8fceaf6 user: dgp tags: trunk | |
| 22:03 | various "const" additions in implementation check-in: 20578ee2a1 user: nijtmans tags: trunk | |
| 19:16 | Add missing constraints check-in: 22cc7fe505 user: dgp tags: trunk | |
| 16:37 | * generic/tclObj.c (Tcl_AppendAllObjTypes): Converted to simpler list validity t... check-in: 159342b76f user: dgp tags: trunk | |
| 09:35 | Make [regexp -about] produce its result using Tcl_Objs instead of strings. check-in: dc7c0845a6 user: dkf tags: trunk | |
| 09:10 | Minor comment cleaning up check-in: 261b762a78 user: dkf tags: trunk | |
| 00:28 | New US DST rules on Windows; Olson's tzdata2007c check-in: f6e91e1904 user: kennykb tags: trunk | |
|
2007-03-05
| ||
| 23:28 | * library/platform/shell.tcl (::platform::shell::RUN): In the case * library/platform/pkgIndex.tc... check-in: bdef4b3ff2 user: andreas_kupries tags: trunk | |
|
2007-03-03
| ||
| 10:07 | Split the ChangeLog to separate out the (static) 2005 entries check-in: 751469edab user: dkf tags: trunk | |
| 10:04 | Added macro to conceal at least some of the pointer hackery. check-in: b75ce52a19 user: dkf tags: trunk | |
|
2007-03-02
| ||
| 17:56 | * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing TclInvalidateStringRep... check-in: bd0656f21a user: dgp tags: trunk | |
| 16:06 | Added comments warning against certain optimizations check-in: 8616cfc840 user: dgp tags: trunk | |
| 15:11 | * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation to append Tcl_... check-in: b3e04e3fef user: dgp tags: trunk | |
| 14:54 | * generic/tclCmdIL.c (Info*Cmd): Code simplifications and optimizations. check-in: f9fd7cf37e user: dgp tags: trunk | |
| 10:35 | D'uh! Forgot to save the ChangeLog... check-in: b8fc2b924e user: dkf tags: trunk | |
| 10:32 | Added a scheme to allow aux-data to be printed out for debugging. For this to work, immediate operan... check-in: a2a40e3cff user: dkf tags: trunk | |
|
2007-03-01
| ||
| 22:45 | * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplifications and optimizatio... check-in: 01330c3688 user: dgp tags: trunk | |
| 22:14 | * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplifications and optimizatio... check-in: d4315c2ea8 user: dgp tags: trunk | |
| 21:03 | Remove line with no effect check-in: 2ca9c89129 user: dgp tags: trunk | |
| 19:29 | * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the same spirit; avoid sh... check-in: 109556a0e2 user: dgp tags: trunk | |
| 17:55 | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away * tests/foreach.t... check-in: 7c1b6bc682 user: dgp tags: trunk | |
| 17:30 | * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make an efficient private... check-in: e849cb2976 user: dgp tags: trunk | |
| 16:16 | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make efficient private co... check-in: d771ff69dc user: dgp tags: trunk | |
| 10:07 | Fix [Bug 1671138] check-in: ce0b420af3 user: dkf tags: trunk | |
|
2007-02-28
| ||
| 20:01 | typo check-in: 4732710004 user: dgp tags: trunk | |
|
2007-02-27
| ||
| 21:44 | A few more very minor changes check-in: ab5a20e630 user: dkf tags: trunk | |
| 21:28 | Assorted cleanup, mostly of comments. check-in: 283f1a8e50 user: dkf tags: trunk | |
| 20:34 | Stop using C++ keywords... check-in: 1a05fe2bc7 user: dkf tags: trunk | |
|
2007-02-26
| ||
| 23:27 | * generic/tclIORChan.c (FreeReflectedChannel): Added the missing refcount release between NewRC... check-in: 0f345a2f87 user: andreas_kupries tags: trunk | |
| 19:10 | * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying of the objv ... check-in: ffefff36e6 user: dgp tags: trunk | |
|
2007-02-24
| ||
| 18:55 | * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that the recounting log... check-in: a69b4832a1 user: dgp tags: trunk | |
| 18:29 | correct bogus change check-in: 2a6893c8ad user: dgp tags: trunk | |
|
2007-02-23
| ||
| 23:02 | various "const" additions, in line with TIP #27 check-in: e3ada46179 user: nijtmans tags: trunk | |
|
2007-02-22
| ||
| 20:25 | Typo, more. check-in: 4684903313 user: andreas_kupries tags: trunk | |
| 20:11 | Typo. check-in: 9882751265 user: andreas_kupries tags: trunk | |
| 19:49 | * tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the reg... check-in: 167e738af8 user: andreas_kupries tags: trunk | |
|
2007-02-20
| ||
| 23:24 | various "const" additions, in line with TIP #27 check-in: 81ea4e1335 user: nijtmans tags: trunk | |
| 17:54 | * doc/tcltest.n: Typo fix. [Bug 1663539] check-in: b7516151dc user: dgp tags: trunk | |
| 15:36 | Bug #1479814. Handle extended paths on Windows NT and above. check-in: 05001e9ac2 user: patthoyts tags: trunk | |
|
2007-02-19
| ||
| 23:51 | * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.59 check-in: 1b4cca871f user: hobbs tags: trunk | |
| 23:50 | (Tcl_FSEvalFileEx): safe incr of objPtr ref check-in: a36ab3feb7 user: hobbs tags: trunk | |
|
2007-02-18
| ||
| 18:42 | Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. check-in: 346988542b user: dkf tags: trunk | |
| 01:06 | Partial fix of [Bug 1662436] check-in: 1258b6537a user: dkf tags: trunk | |
|
2007-02-14
| ||
| 17:59 | 2007-02-13 Kevin Kenny <kennykb@acm.org> * tools/fix_tommath_h.tcl: Further tweaking for the x86... check-in: 3c35edbcc6 user: kennykb tags: trunk | |
|
2007-02-13
| ||
| 14:48 | Fix [Bug 1614687] check-in: 8cb4a6ee87 user: dkf tags: trunk | |
| 05:03 | rebuilt from Olson's tzdata2007b check-in: eb57473537 user: kennykb tags: trunk | |
| 04:44 | * tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u... check-in: c86f86ecf2 user: kennykb tags: trunk | |
| 03:43 | * tools/fix_tommath_h.tcl: Added code to patch out a check for __x86_64__ that caused Tommath to u... check-in: c1809b8105 user: kennykb tags: trunk | |
|
2007-02-09
| ||
| 06:42 | Windows build fixes check-in: be08278413 user: mistachkin tags: trunk | |
|
2007-02-08
| ||
| 23:11 | * unix/tclUnixInit.c (TclpCheckStackSpace): do stack size checks with unsigned size_t to correctly... check-in: 36261c08ee user: hobbs tags: trunk | |
| 18:43 | * generic/tclNamesp.c: Corrected broken logic in Tcl_DeleteNamespace() * tests/name... check-in: 10b8242e8a user: dgp tags: trunk | |
|
2007-02-06
| ||
| 23:43 | Minor syntax/efficiency stuff check-in: 7911df6198 user: dkf tags: trunk | |
| 22:20 | Silence a trivial warning check-in: a60ae97a1b user: dkf tags: trunk | |
| 21:15 | Function header/whitespace police/general format fixes check-in: ae7364fd49 user: dkf tags: trunk | |
| 21:08 | * generic/tclNamesp.c: Corrected broken implementation of the * tests/namespace.tes... check-in: 4e0ac63047 user: dgp tags: trunk | |
|
2007-02-04
| ||
| 02:51 | * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) if available to define MODULE_... check-in: f5ff3722a3 user: das tags: trunk | |
| 00:01 | Windows build fix check-in: a596bca35f user: mistachkin tags: trunk | |
|
2007-01-29
| ||
| 18:55 | * generic/tclResult.c: Added optimization case to TclTransferResult to cover common... check-in: c8324c7bed user: dgp tags: trunk | |
| 17:16 | * generic/tclLink.c: Broken linked float logic corrected. Thanks to Andy Goth [B... check-in: 74c8f71e22 user: dgp tags: trunk | |
| 16:51 | * doc/fcopy.n: Typo fix. [Bug 1630627] check-in: 958b354acd user: dgp tags: trunk | |
|
2007-01-28
| ||
| 01:42 | * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that * macosx/Tcl.xcodeproj/defau... check-in: 3e0d0f89fd user: das tags: trunk | |
|
2007-01-25
| ||
| 02:06 | * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and move (rather than duplicate)... check-in: 1ffc63cb35 user: das tags: trunk | |
|
2007-01-22
| ||
| 09:15 | Fix [Bug 1631017] check-in: 5e8c416d24 user: dkf tags: trunk | |
|
2007-01-19
| ||
| 14:06 | More efficient issuing of INST_START_CMD instructions. See ChangeLog for discussion check-in: dc4b774eb4 user: dkf tags: trunk | |
| 08:45 | Build fix for man2tcl.c with MSVC8 check-in: 1e0300cf47 user: mistachkin tags: trunk | |
| 08:17 | Windows build fixes check-in: c09a38633c user: mistachkin tags: trunk | |
| 01:03 | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versions of Mac OS X, truncate() fai... check-in: 54a154124b user: das tags: trunk | |
|
2007-01-18
| ||
| 23:17 | Code style improvements check-in: 8fd6e7367b user: dkf tags: trunk | |
| 22:43 | Fix minor fault (made by aku, caught by aku) check-in: f2f37791f4 user: dkf tags: trunk | |
| 22:09 | Small fixes to quell tests that fail on some kinds of Win systems check-in: 6df3f2eb20 user: dkf tags: trunk | |
| 11:37 | Whitespace policing, and adding comments so that it is clearer what TclMarkList was doing... check-in: 1c156954e7 user: dkf tags: trunk | |
| 11:18 | Minor fix to make bytecodes print out properly check-in: 38febb09a5 user: dkf tags: trunk | |
| 11:12 | Fix [Bug 1638414] and make bytecode of expansion better check-in: 3c4a0d5973 user: dkf tags: trunk | |
| 11:05 | Detect [Bug 1638414] check-in: 2ed27650c6 user: dkf tags: trunk | |
|
2007-01-17
| ||
| 10:20 | Missed a spot; thanks to Andreas Kupries for spotting this one. check-in: c47afa6c2d user: dkf tags: trunk | |
| 00:42 | Added macros to make usage of ChannelBuffers clearer. check-in: 9b58a9089b user: dkf tags: trunk | |
|
2007-01-11
| ||
| 18:30 | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". This was removed from unix/tcl.m4 2004-07-16 bu... check-in: d53e6aca6c user: jenglish tags: trunk | |
| 13:17 | Fixes to work better on Win98. Read version numbers from package index file to avoid keeping numbers... check-in: 3c3cfc75b2 user: patthoyts tags: trunk | |
|
2007-01-10
| ||
| 15:30 | Arrange for RE engine workspace to be held in TSD. This is safe, less C-stack-hungry than before, an... check-in: d29fdf3177 user: dkf tags: trunk | |
|
2007-01-09
| ||
| 11:32 | Fix [lindex] argument ordering. [bug 1631364] check-in: 3410c78f04 user: dkf tags: trunk | |
|
2007-01-03
| ||
| 15:22 | Regenerated tclDate.c check-in: 488b4d7b3a user: kennykb tags: trunk | |
|
2007-01-02
| ||
| 18:43 | Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) check-in: 056e3a97b7 user: dkf tags: trunk | |
|
2006-12-28
| ||
| 23:29 | Whitespace/line-width police check-in: cda04cb218 user: dkf tags: trunk | |
|
2006-12-27
| ||
| 03:04 | * generic/tclIO.c (Tcl_GetsObj): Avoid checking for for the LF in a possible CRLF s... check-in: d801cae602 user: mdejong tags: trunk | |
| 01:25 | * generic/tclEncoding.c (EscapeFromUtfProc): Clear the TCL_ENCODING_END flag when end bytes are w... check-in: 72947ffa57 user: mdejong tags: trunk | |
|
2006-12-19
| ||
| 16:25 | supply missing RCS line check-in: ea6501a730 user: dgp tags: trunk | |
| 16:14 | Fix [Bug 1618838] check-in: 4cba13e336 user: dkf tags: trunk | |
| 14:22 | Rewrote for more clarity check-in: 19140032df user: dkf tags: trunk | |
| 10:25 | Replace with comment style recommended as "best practice" check-in: 0c29266f11 user: dkf tags: trunk | |
| 09:16 | Wrote the commenting wrongly; used proper troff construct as recommended in CSTR#54 (The Troff User... check-in: cbce958cae user: dkf tags: trunk | |
| 08:56 | Fix minor fault found by Joe Mistachkin check-in: f097dba4d4 user: dkf tags: trunk | |
| 04:35 | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 4dd5a218c1 user: das tags: trunk | |
| 04:33 | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 537f5091a7 user: das tags: trunk | |
| 04:13 | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. check-in: 06c6e79841 user: das tags: trunk | |
| 01:19 | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch flag succeeds before enabl... check-in: 7484999a19 user: das tags: trunk | |
|
2006-12-17
| ||
| 03:47 | * tests/macOSXLoad.test (new file): add testing of .bundle loading and * tests/load.test: unl... check-in: da1fb6e37f user: das tags: trunk | |
| 03:44 | * tests/append.test: fix cleanup failure when all tests are skipped. check-in: f97a6a4fdd user: das tags: trunk | |
| 03:44 | * tests/chan.test (chan-16.9): cleanup chan event handler to avoid causing error in event.test whe... check-in: 56142e1b1b user: das tags: trunk | |
| 03:43 | * tests/info.test: add !singleTestInterp constraint to tests that fail when running testsuite with... check-in: 891377bfd6 user: das tags: trunk | |
|
2006-12-14
| ||
| 16:08 | Reapplied the Engineering Manual-ification, but this time without the (small) changes that caused c... check-in: f7195fc2c8 user: dkf tags: trunk | |
| 10:22 | Fix example. [Bug 1615277] check-in: a05964b839 user: dkf tags: trunk | |
|
2006-12-13
| ||
| 16:54 | Revert the commits that broke the HEAD. I'm not searching through >300 lines of changes to find the ... check-in: 0201b51ecd user: dgp tags: trunk | |
| 16:33 | Silly mistake corrected check-in: 4192b1c57c user: dkf tags: trunk | |
| 16:28 | Cleanup to follow engineering manual guidelines check-in: aa153fd763 user: dkf tags: trunk | |
|
2006-12-12
| ||
| 21:45 | * generic/tclCompExpr.c: Now that the new internal structs are in use to supp... check-in: 1bee6a6484 user: dgp tags: trunk | |
| 17:21 | * generic/tclBasic.c: Final step routing all direct evaluation forms * generic/tcl... check-in: cd1c7e69e3 user: dgp tags: trunk | |
|
2006-12-11
| ||
| 18:54 | * generic/tclBasic.c: Another step with all sorting operator commands * generic/tc... check-in: a43041a8fb user: dgp tags: trunk | |
|
2006-12-10
| ||
| 05:17 | adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by last tcltest.tcl commit. check-in: 82c25b0617 user: das tags: trunk | |
|
2006-12-08
| ||
| 20:48 | * generic/tclBasic.c: Another step down the path of re-using * generic/tclCompExp... check-in: 552b601823 user: dgp tags: trunk | |
| 18:08 | * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd * generic/tclMathO... check-in: cac128331f user: dgp tags: trunk | |
| 16:14 | * generic/tclMathOp.c: More revisions to make tests pass. * tests/mathop.test: check-in: d2478055f0 user: dgp tags: trunk | |
| 13:50 | Fix [Bug 1571056] and silence a GCC warning check-in: 5ffd5c25c7 user: dkf tags: trunk | |
| 11:02 | Minor formatting check-in: 2da1ef88c4 user: dkf tags: trunk | |
| 10:59 | More tests for bitops check-in: 6c8ff7a4f2 user: dkf tags: trunk | |
| 05:23 | typo check-in: ecad788680 user: das tags: trunk | |
| 03:37 | * library/tcltest/tcltest.tcl: use [info frame] for "-verbose line". check-in: dac0c90d2c user: das tags: trunk | |
|
2006-12-07
| ||
| 23:35 | * generic/tclCompCmds.c: Additional commits correct most * generic/tclExecute... check-in: 35351bcbd0 user: dgp tags: trunk | |
| 16:29 | Handle the export of the commands from tcl::mathop more efficiently check-in: 519237f994 user: dkf tags: trunk | |
| 16:18 | * generic/tclBasic.c: Biggest source of TIP 174 failures was that the commands wer... check-in: 323b31db36 user: dgp tags: trunk | |
| 16:12 | * tests/mathop.test: Commmitted several new tests from Peter Spjuth found in [Pat... check-in: c2a103c2f9 user: dgp tags: trunk | |
| 15:08 | Remove erroneous line check-in: 118b7710f1 user: dkf tags: trunk | |
| 15:02 | More #174 bits and pieces check-in: b77dba5a97 user: dkf tags: trunk | |
| 10:35 | Fixed line endings broken by a previous checking that caused test failures on windows. check-in: 0b5abdab16 user: patthoyts tags: trunk | |
|
2006-12-06
| ||
| 21:25 | More TIP 174 compilation bug fixes, consolidations, and improvements. check-in: a99daacf4a user: dgp tags: trunk | |
| 18:05 | * generic/tclCompCmds.c: Revised and consolidated into utility * tests/mathop... check-in: 00f77fba3f user: dgp tags: trunk | |
| 16:36 | Improved error reporting in test expr-47.12 check-in: 565141544f user: kennykb tags: trunk | |
| 01:43 | add new platform package files and earlier new test files check-in: 3670d70c41 user: das tags: trunk | |
| 01:42 | fix errors flagged by make/html check-in: 5604f7dec6 user: das tags: trunk | |
| 00:01 | Whitespace/style cop check-in: 604cb14664 user: dkf tags: trunk | |
|
2006-12-05
| ||
| 18:46 | Documentation for platform package. check-in: e78d6d2a65 user: andreas_kupries tags: trunk | |
| 18:45 | * generic/tclBasic.c: TIP #291. Define tcl_platform element for * doc/tclvars.n: pointerSize... check-in: 3cc462fc46 user: andreas_kupries tags: trunk | |
| 15:36 | * generic/tclPkg.c: When no requirements are supplied to a * tests/pkg.test: ... check-in: d0d079458e user: dgp tags: trunk | |
|
2006-12-04
| ||
| 23:26 | Fix leaking-stderr test breakage check-in: 020010ebfe user: dkf tags: trunk | |
| 23:13 | Implement TIP#267 check-in: 66c58950fb user: dkf tags: trunk | |
| 22:33 | * generic/tclCompExpr.c: Added implementation for the CompileExprTree() routi... check-in: 3ee9b62174 user: dgp tags: trunk | |
|
2006-12-03
| ||
| 16:31 | * generic/tclCompExpr.c: Added expr parsing routines that produce a different... check-in: 93adebdbf2 user: dgp tags: trunk | |
|
2006-12-02
| ||
| 16:14 | Bug 1606454 fixed check-in: 51e7a7fb39 user: dkf tags: trunk | |
| 01:23 | fix warning check-in: 4acd037868 user: das tags: trunk | |
| 01:22 | removed BZ_DIV_CUTOFF declaration now that it's gone from libtommath check-in: 76fbccbc8e user: das tags: trunk | |
|
2006-12-01
| ||
| 19:59 | TIP#299 IMPLEMENTATION check-in: a096fe1fb7 user: kennykb tags: trunk | |
| 19:45 | Fixed results of bollixed commit of libtommath 0.39 check-in: 0e9759bb80 user: kennykb tags: trunk | |
| 19:13 | * tests/chan.test: Correct timing sensitivity in new test [Bug 1606860] check-in: 694d4af189 user: dgp tags: trunk | |
| 15:55 | TIP#287 IMPLEMENTATION * doc/chan.n: New subcommand [chan pending]. ... check-in: 12ab5edc29 user: dgp tags: trunk | |
| 14:31 | TIP#298 IMPLEMENTATION * generic/tcl.decls: Tcl_GetBignumAndClearObj -> Tcl_TakeBig... check-in: 99fc64f278 user: dgp tags: trunk | |
| 07:54 | declare new BZ_DIV_CUTOFF global as MODULE_SCOPE check-in: 713c9a7525 user: das tags: trunk | |
| 06:06 | typo check-in: 3fddb95ed7 user: das tags: trunk | |
| 06:06 | fix warnings check-in: e94f62e776 user: das tags: trunk | |
| 05:48 | fix typo: 0,0 -> 0.0 check-in: 1b5418df02 user: das tags: trunk | |
| 05:47 | fix gcc warning: "suggest parentheses around comparison in operand of &" check-in: ef404165ab user: das tags: trunk | |
| 00:31 | Upgrade to tommath 0.39 plus patches from Tom check-in: ddfba6e771 user: kennykb tags: trunk | |
| 00:08 | Import of libtommath 0.39+ check-in: e5fc0556e8 user: kennykb tags: trunk | |
| 00:08 | Import of libtommath 0.39+ check-in: 5d8831620e user: kennykb tags: libtommath | |
|
2006-11-30
| ||
| 23:33 | fixed bug in floating point initial approximation that caused convergence failure check-in: 8fa0b1a363 user: kennykb tags: trunk | |
| 23:32 | Olson's tzdata2006p check-in: b2237c8c13 user: kennykb tags: trunk | |
|
2006-11-29
| ||
| 15:01 | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Added Tcl_DecrRefCount() on the ob... check-in: f1fffd4955 user: dgp tags: trunk | |
| 13:59 | Correct typos that produced duplicate test names check-in: 04638e42fa user: dgp tags: trunk | |
|
2006-11-28
| ||
| 22:20 | * generic/tclBasic.c: TIP #280 implementation. * generic/tclCmdAH.c: * generic/tclCmdIL.c: * ge... check-in: d95fba8a1f user: andreas_kupries tags: trunk | |
| 14:50 | Add missing cast that makes the fix effective. check-in: 7a043e7b4e user: dgp tags: trunk | |
|
2006-11-27
| ||
| 20:16 | * unix/tclUnixChan.c (TclUnixWaitForFile): * tests/event.test (event-14.*): Corrected a bug where Tc... check-in: d3c62c08bd user: kennykb tags: trunk | |
| 15:10 | * generic/tclExecute.c (TclIncrObj): Correct failure to detect floating-point inc... check-in: d75036f8bb user: dgp tags: trunk | |
|
2006-11-26
| ||
| 12:52 | More bits and pieces of the TIP#174 implementation check-in: 834da63c8d user: dkf tags: trunk | |
| 06:05 | * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558] * configure: autoconf-2.5... check-in: 5a29c4e837 user: das tags: trunk | |
| 05:32 | add tclMathOp.c check-in: 96dbeb13c1 user: das tags: trunk | |
|
2006-11-25
| ||
| 17:18 | Finished coding part of TIP#174. Still have tests and docs to do. check-in: b33c94ebdb user: dkf tags: trunk | |
|
2006-11-24
| ||
| 15:34 | Added some more implementations check-in: c57bc81393 user: dkf tags: trunk | |
| 15:06 | Supply missing #ifdef check-in: 2d2ab42d25 user: dgp tags: trunk | |
|
2006-11-23
| ||
| 23:48 | Added Mod implementation check-in: 40b930c0ae user: dkf tags: trunk | |
| 22:38 | Added implementations of the interpreted comparison operators check-in: 53524817d1 user: dkf tags: trunk | |
| 16:34 | Added some interpreted operator implementations check-in: f8c892dd2a user: dkf tags: trunk | |
| 15:35 | Silence complaints caused by [namespace import] returning current imports check-in: 83d6e7f7a2 user: dkf tags: trunk | |
| 15:24 | *Partial* implementation of TIP#174. Still needs non-compiled versions of most operators, plus docs ... check-in: 32748eda99 user: dkf tags: trunk | |
| 13:13 | Date fix check-in: 33919c1707 user: dkf tags: trunk | |
| 03:18 | removed tools/genWinImage.tcl and win/README.binary check-in: c8c386946c user: das tags: trunk | |
| 03:18 | whitespace check-in: c0069a5547 user: das tags: trunk | |
|
2006-11-22
| ||
| 23:25 | [string is list] tests: fixed mixed up test name, added test of unicode handling check-in: 5d00b286c5 user: dkf tags: trunk | |
| 23:22 | TIP#269 implementation check-in: 2cfaf6e022 user: dkf tags: trunk | |
| 20:30 | * generic/tcl.h: Remove mention of win/README.binary in comment. check-in: ef00cf120e user: dgp tags: trunk | |
| 20:29 | * tools/genWinImage.tcl (removed): Removed two files used in * win/README.binar... check-in: f09825fcbb user: dgp tags: trunk | |
| 19:43 | * generic/tcl.h: Moved TCL_REG_BOSONLY #define from tcl.h to * generic/tclInt... check-in: 8f4a0955bd user: dgp tags: trunk | |
|
2006-11-20
| ||
| 14:28 | Make the guts of [chan] more robust. check-in: 8e3712c9bb user: dkf tags: trunk | |
| 10:14 | Added a missing bold highlight check-in: a01da63432 user: dkf tags: trunk | |
|
2006-11-17
| ||
| 21:22 | * generic/tclExecute.c (INST_EXPON): Corrected crash on [expr 2**(1<<63)]. Was o... check-in: 40237e4871 user: dgp tags: trunk | |
|
2006-11-16
| ||
| 09:34 | Added more examples check-in: ff5f76b35f user: dkf tags: trunk | |
|
2006-11-15
| ||
| 20:08 | TIP#270 IMPLEMENTATION * generic/tcl.decls: New public routines Tcl_ObjP... check-in: c06db721dd user: dgp tags: trunk | |
| 14:58 | * tools/genStubs.tcl: Updated script to no longer produce the _ANSI_ARGS_ wrapper ... check-in: 40a5f13181 user: dgp tags: trunk | |
| 09:23 | Convert \fP to \fR for easier manual page scraping check-in: 6ac86620d0 user: dkf tags: trunk | |
|
2006-11-14
| ||
| 16:30 | TIP#261 IMPLEMENTATION * generic/tclNamesp.c: [namespace import] with 0 arguments ... check-in: 6f739ec61d user: dgp tags: trunk | |
|
2006-11-13
| ||
| 22:39 | Silence a compiler warining about presenting a volatile pointer to 'memset' check-in: 5c38f9e884 user: kennykb tags: trunk | |
| 17:51 | * generic/tclIO.c: When [gets] on a binary channel needs to use the "iso8859-1"... check-in: 412bdf69f2 user: dgp tags: trunk | |
| 08:23 | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from * generic/tclEncoding.c: pointer fro... check-in: 8562d10e43 user: das tags: trunk | |
|
2006-11-12
| ||
| 23:23 | Regen check-in: 7f3127eac2 user: dkf tags: trunk | |
| 23:15 | Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table. check-in: ebaa4e90fc user: dkf tags: trunk | |
|
2006-11-10
| ||
| 04:10 | suppress linker arch warnings when building universal check-in: d33ba03a52 user: das tags: trunk | |
| 01:55 | * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains symlinks. * macosx/Tcl.x... check-in: 22b6ae1be7 user: das tags: trunk | |
|
2006-11-09
| ||
| 16:52 | * generic/tclParseExpr.c (removed): Moved all the code of * generic/tclCompExpr.... check-in: 503e4857a2 user: dgp tags: trunk | |
| 16:11 | Optimize for the unshared case. check-in: 81b71d3d1d user: dkf tags: trunk | |
| 15:37 | Implemented [string reverse]. Finalizes basic TIP#272 implementation. check-in: 82bd93862e user: dkf tags: trunk | |
| 15:19 | Implemented [lreverse] from TIP#272 check-in: adc8734872 user: dkf tags: trunk | |
|
2006-11-08
| ||
| 14:20 | Fix spot where bug number formating was inconsistent check-in: 80c60162f3 user: dkf tags: trunk | |
| 13:47 | Minor simplification of memcpy usage check-in: daa47e737a user: dkf tags: trunk | |
| 11:41 | Rewrite for style and clarity (esp. tclPkg.c) check-in: 36e6a4022c user: dkf tags: trunk | |
|
2006-11-07
| ||
| 17:29 | * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code to fall back to a hardwired d... check-in: 621b8961cc user: andreas_kupries tags: trunk | |
| 14:26 | Minor updates (whitespace police, etc.) check-in: e4a8fe7285 user: dkf tags: trunk | |
| 14:10 | Minor changes (whitespace police, etc.) check-in: 34d587382d user: dkf tags: trunk | |
|
2006-11-05
| ||
| 04:16 | * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to an invalid forma... check-in: a83e3b5958 user: dgp tags: trunk | |
| 03:33 | TIP#274 IMPLEMENTATION * generic/tclParseExpr.c: Exponentiation operator is n... check-in: a792c55b9b user: dgp tags: trunk | |
|
2006-11-04
| ||
| 00:09 | * generic/tclBasic.c (TEOVI): fix por possible leak of a Command in the presence of execution trac... check-in: 52b6cda372 user: msofer tags: trunk | |
|
2006-11-03
| ||
| 23:24 | * generic/tclBasic.c (TEOVI): * tests/trace.test (trace-21.11): fix for [Bug 1590232], execution ... check-in: fcb738aaf0 user: msofer tags: trunk | |
| 15:31 | Rename constraint to look more conventional check-in: 72eac4f15c user: dkf tags: trunk | |
| 11:45 | Keep most tests from making sockets that are reachable off the machine. check-in: b80578eec2 user: dkf tags: trunk | |
| 11:36 | Minor syntactic changes check-in: ddebbb5fdd user: dkf tags: trunk | |
| 03:04 | * macosx/Tcl.xcodeproj/project.pbxproj: check autoconf/autoheader exit status and stop build if th... check-in: 01fee8451b user: das tags: trunk | |
| 00:34 | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: * doc/fconfigure.n, doc/interp.n, doc/unknown... check-in: 5a5306b6b8 user: hobbs tags: trunk | |
|
2006-11-02
| ||
| 16:57 | * generic/tclCmdAH.c: Further revisions to produce the routines * generic/tclInt.h... check-in: e66b307b7d user: dgp tags: trunk | |
| 16:39 | Silence compiler grumbles. check-in: 0c12676c6c user: dkf tags: trunk | |
| 16:33 | Fixed non-robustness error when opening subshell pipes when the current directory has a space in the... check-in: 2a36bb8f7f user: dkf tags: trunk | |
| 16:14 | Fix some comments, make selected if/while bodies clearer by inserting comments. check-in: 3f411d68f0 user: dkf tags: trunk | |
| 15:58 | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and * generic/tclCkall... check-in: 6ed730551a user: dgp tags: trunk | |
| 15:43 | Reverted tclEncoding.c commits that caused crashes and failures all over the place. check-in: 7e8a141043 user: dgp tags: trunk | |
| 15:07 | Make better use of the core's internal macros. check-in: 6139d12b45 user: dkf tags: trunk | |
| 14:37 | Removed unnecessary casts and reworked some loops for more clarity. check-in: c3e9524dfd user: dkf tags: trunk | |
| 14:04 | Clean up uses of cast NULLs. check-in: bbb9c8f94c user: dkf tags: trunk | |
| 13:54 | Added explanations, cleaned up whitespace. check-in: 02b16d976b user: dkf tags: trunk | |
| 13:44 | Indentation policing check-in: 845de10adc user: dkf tags: trunk | |
| 13:24 | More trivial formatting stuff check-in: 286fd53f73 user: dkf tags: trunk | |
| 11:32 | Remove confusing line break check-in: b1739b2daa user: dkf tags: trunk | |
| 10:03 | Whitespace policing check-in: 5ac1f9f57e user: dkf tags: trunk | |
| 09:42 | Rewrote comments in TEOVI for clarity and usefulness. Switched to using TclStackAlloc for unknown ha... check-in: f263791b37 user: dkf tags: trunk | |
|
2006-10-31
| ||
| 22:41 | fix warning check-in: c5ad92a82e user: das tags: trunk | |
| 22:24 | * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so that tclPort.h can once again ... check-in: 4502d2d7c1 user: das tags: trunk | |
| 21:47 | Updated version of http package check-in: da57bfcb34 user: patthoyts tags: trunk | |
| 20:19 | * generic/tclBasic.c: Refactored and renamed the routines * generic/tclCkalloc.c: ... check-in: 65113c21ec user: dgp tags: trunk | |
| 15:23 | * generic/tclBasic.c: * generic/tcl.h: * generic/tclInterp.c: * generic/tclNamesp.c: removing th... check-in: 44d5b56a80 user: msofer tags: trunk | |
| 14:19 | Fix for bug #1582769 - options conflict with VC2003. check-in: 44a0816d89 user: patthoyts tags: trunk | |
| 13:46 | Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp structure. check-in: 8d951d1cee user: dkf tags: trunk | |
| 09:20 | Renamed functions to reduce confusion and added to header file. Closed-Leaf check-in: 29c0ed87e2 user: dkf tags: tip-257-implementation-branch | |
| 09:14 | Added more API as requested by Arnulf Wiedermann <arnulf@wiedermann-pri.de> Also added more comment... check-in: 4a234b23e9 user: dkf tags: tip-257-implementation-branch | |
| 01:05 | * tools/tcltk-man2html.tcl (option-toc): handle any kind of options defined toc section (needed fo... check-in: 34237547c9 user: hobbs tags: trunk | |
| 00:15 | boo - last commit did not compile :( check-in: 5036f372e4 user: msofer tags: trunk | |
| 00:09 | * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v fields are restored after trace... check-in: a816f6daa2 user: msofer tags: trunk | |
|
2006-10-30
| ||
| 16:30 | * generic/tclExecute.c (INST_MOD): Corrected improper testing of * tests/expr.t... check-in: bd19f966cc user: dgp tags: trunk | |
| 14:27 | D'oh! Updated the wrong thing. check-in: f9e29c98f4 user: dkf tags: trunk | |
| 13:08 | Add missing initialization. check-in: ea5e172b20 user: dkf tags: trunk | |
| 11:57 | Formatting police check-in: 84bef81402 user: dkf tags: trunk | |
|
2006-10-29
| ||
| 21:40 | * generic/tclNamesp.c (EnsembleImplementationCmd): * tests/namespace.test (47.7-8): reverted a wro... check-in: 30a04c0a8f user: msofer tags: trunk | |
|
2006-10-28
| ||
| 23:36 | Minor style consistency cleanup check-in: 071aa37c84 user: dkf tags: trunk | |
| 23:26 | Added some explanatory comments. check-in: 2948b6c0de user: dkf tags: trunk | |
| 23:07 | Added note about test update check-in: 4b2b1f0e12 user: dkf tags: trunk | |
| 22:49 | Regen check-in: ed4dcb69e3 user: dkf tags: trunk | |
| 22:48 | Insert of calling point in middle of procedure code. Also cleaned up how [apply] terms generate stac... check-in: 16094d0b1d user: dkf tags: trunk | |
| 21:56 | Improved Changelog entry for commit dated 2006-10-23 check-in: 3da239dbd1 user: msofer tags: trunk | |
| 18:09 | Make a comment look nicer. :-) check-in: 33dc298496 user: dkf tags: trunk | |
|
2006-10-27
| ||
| 13:31 | Added missing type to declaration check-in: 0aa0ca437b user: dkf tags: trunk | |
| 13:20 | Cleaning up of various bits in tclVar.c to make code clearer to understand. check-in: e3186f0cc5 user: dkf tags: trunk | |
| 12:54 | Regen check-in: 23870a11e5 user: dkf tags: trunk | |
| 12:53 | Allow extensions that use the internal stubs to set a namespace path. check-in: ee02667591 user: dkf tags: trunk | |
| 12:44 | Add field to CallFrame for holding object call frame data. check-in: 53a5967e57 user: dkf tags: trunk | |
| 12:33 | Regen check-in: 71c319fc13 user: dkf tags: trunk | |
| 12:33 | Fixed a spot where CONSTness had been forgotten. check-in: 2ce47a75ce user: dkf tags: trunk | |
| 00:39 | * generic/tclProc.c (SetLambdaFromAny): minor change, eliminate redundant call to Tcl_GetString (t... check-in: ed42169a4f user: msofer tags: trunk | |
|
2006-10-26
| ||
| 17:23 | doh, missing ChangeLog entry check-in: 1024ab0580 user: msofer tags: trunk | |
| 17:22 | * generic/tclInterp.c (ApplyObjCmd):a * generic/tclNamesp.c (EnsembleImplementationCmd): replaced ... check-in: 27d546bdcc user: msofer tags: trunk | |
|
2006-10-24
| ||
| 23:13 | * tests/info.test (info-9.11-12): tests for [Bug 1577492] * tests/apply.test (apply-4.3-5): tests ... check-in: 686eb8ab47 user: msofer tags: trunk | |
| 22:31 | * generic/tclProc.c (ObjInterpProcEx): disable itcl hacks for calls from ApplyObjCmd (islambda==1)... check-in: df82353029 user: msofer tags: trunk | |
| 00:29 | * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by using the ensemble rewrite engine, ... check-in: 830a25bde6 user: msofer tags: trunk | |
|
2006-10-23
| ||
| 23:04 | * generic/tclBasic.c (TclEvalObjvInternal): removed redundant check for ensembles [Bug 1577628]. check-in: faa5560c40 user: msofer tags: trunk | |
| 22:49 | * library/clock.tcl (format, scan): corrected wrong # args * tests/clock.test (3.1, 34.1): mes... check-in: db2a3f31b3 user: msofer tags: trunk | |
| 21:41 | added warning to ChangeLog: ***POTENTIAL INCOMPATIBILITY*** Any user that includes tclInt.h and n... check-in: 5b0f20200a user: msofer tags: trunk | |
| 21:36 | * generic/tcl.h: Modified the Tcl call stack so * generic/tclBasic.c: there is alwa... check-in: 7ce1f60ab1 user: msofer tags: trunk | |
| 21:20 | Rewritten to not pass function pointers through ClientData directly; some compilers/architectures do... check-in: 83b9e972cf user: dkf tags: tip-257-implementation-branch | |
| 20:26 | * README: Bump version number to 8.5a6 * generic/tcl.h: * libr... check-in: 0838b58d9c user: dgp tags: trunk | |
| 19:42 | * README: Bump version number to 8.5a6 * generic/tcl.h: * tool... check-in: bed5192ec7 user: dgp tags: trunk | |
| 13:20 | Use internal TclListObjGetElements macro where appropriate. check-in: b9384d847c user: dkf tags: tip-257-implementation-branch | |
| 13:17 | back to development check-in: 07511ea3f8 user: dgp tags: trunk | |
| 13:16 | Version of ChangeLog for 8.5a5 release check-in: eabc4b8aad user: dgp tags: trunk | |
|
2006-10-22
| ||
| 23:01 | Add some hacks for Itcl support check-in: 43311a0a2f user: dkf tags: tip-257-implementation-branch | |
| 00:26 | Fixed the remaining TODO, made the call chains more efficient, reworked the introspectors to be ense... check-in: ff88c2efab user: dkf tags: tip-257-implementation-branch | |
| 00:13 | * generic/tcl.h: * generic/tclHash.c: Tcl_FindHashEntry() now calls Tcl_CreateHashEntry() with a ... check-in: 82dae2c070 user: msofer tags: trunk | |
|
2006-10-21
| ||
| 01:11 | Fix problems identified by AKu, and finish moving [oo::copy] to where it belongs check-in: 32f0377fc1 user: dkf tags: tip-257-implementation-branch | |
|
2006-10-20
| ||
| 16:49 | add tclOO* files Closed-Leaf check-in: ea79ea1f89 user: das tags: tip-257-merge1-branch-20061020T1300 | |
| 16:48 | fix warning check-in: 73a70c337a user: das tags: tip-257-merge1-branch-20061020T1300 | |
| 16:47 | fix configurations of 'tests' target check-in: 635dff9ad6 user: das tags: trunk | |
| 15:16 | Undo mistaken commit to wrong branch caused by CVS fumble... :-} check-in: c97ddfca3f user: dkf tags: trunk | |
| 15:10 | Branch for building TIP#257 for proper testing check-in: 80af129ceb user: dkf tags: tip-257-merge1-branch-20061020T1300 | |
| 14:04 | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by other developers check-in: a99bded51f user: dkf tags: trunk | |
| 03:58 | Created branch core-8-5-a5-synthetic Closed-Leaf check-in: ea7afed5b5 user: cvs2fossil tags: core-8-5-a5, core-8-5-a5-synthetic | |
| 03:58 | * tools/tcltk-man2html.tcl: add support for alpha & beta versions to useversion glob pattern. [Bug... check-in: ac2d26080f user: das tags: trunk | |
|
2006-10-19
| ||
| 22:36 | * unix/configure.in: Added autodetection for OS-supplied timezone * unix/Makefile.in: files and con... check-in: 0830e64aef user: rmax tags: trunk | |
| 21:09 | Clarify; metadata applies special interpretation to NULL so don't call clientData check-in: f3924943c5 user: dkf tags: tip-257-implementation-branch-patchpoint-20061020T1300, tip-257-implementation-branch | |
| 21:06 | Add a metadata mechanism (C API only; scripts can use variables) that allows code to attach arbitrar... check-in: 3fa7882bc7 user: dkf tags: tip-257-implementation-branch | |
| 21:04 | Strip bits that I'm never planning to enable. check-in: e633cd4b0d user: dkf tags: tip-257-implementation-branch | |
|
2006-10-18
| ||
| 19:03 | * changes: 8.5a5 release date set check-in: d5b1d8449c user: dgp tags: trunk | |
| 18:46 | * doc/Encoding.3: Missing doc updates (mostly Table of * doc/Ensemble.3: ... check-in: 6daee4f0e4 user: dgp tags: trunk | |
| 17:42 | advance tag for 8.5a5 check-in: 5b3a773019 user: dgp tags: trunk | |
|
2006-10-17
| ||
| 15:39 | * generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12 commit: interp released too ear... check-in: 6e06002b40 user: msofer tags: trunk | |
|
2006-10-16
| ||
| 20:36 | * tclProc.c (SetLambdaFromAny): * tests/apply.test (9.1-9.2): plugged intrep leak [Bug 1578454], ... check-in: c87a0bf2fd user: msofer tags: trunk | |
| 18:41 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main thread, where pthread_get_stac... check-in: 8ff3943783 user: das tags: trunk | |
| 17:43 | * generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also changed Tcl_Alloc... check-in: ac929e49a1 user: dgp tags: trunk | |
| 16:52 | * generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc. check-in: 4c13ce2a5a user: andreas_kupries tags: trunk | |
| 15:33 | * changes: updates for 8.5a5 release. check-in: 83f8628543 user: das tags: trunk | |
| 15:22 | * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. * library/tcltest/pkgI... check-in: 22f4bf1645 user: dgp tags: trunk | |
|
2006-10-15
| ||
| 23:14 | Move the copy-object operation to a place where it fits better and expose it as a part of the public... check-in: 1677233b18 user: dkf tags: tip-257-implementation-branch | |
|
2006-10-13
| ||
| 12:57 | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 check-in: 1a01ea2dde user: coldstore tags: trunk | |
| 05:11 | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: d01fa87110 user: coldstore tags: trunk | |
| 04:54 | * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use * unix/tcl.m4: pthread_get_stacksize... check-in: 49aee9c202 user: das tags: trunk | |
| 04:53 | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalize... check-in: 22fefe9114 user: coldstore tags: trunk | |
|
2006-10-12
| ||
| 16:24 | * generic/tclInterp.c (ApplyObjCmd): * tests/interp.test (interp-14.5-10): made [interp alias] use... check-in: 1a54c20534 user: msofer tags: trunk | |
| 07:21 | no message check-in: 8329586285 user: davygrvy tags: trunk | |
| 07:18 | nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was not in my shwlapi header ... check-in: 0951243ff5 user: davygrvy tags: trunk | |
|
2006-10-11
| ||
| 20:41 | * generic/tclPkg.c (Tcl_PackageRequireEx): Corrected crash when argument versio... check-in: 8da4fb126f user: dgp tags: trunk | |
| 03:47 | * changes: Updates for 8.5a5 release. check-in: d67439e00b user: dgp tags: trunk | |
| 02:01 | fix line endings check-in: e1a830772b user: dgp tags: tip-257-implementation-branch | |
| 01:59 | tclOOCall.c build targets check-in: 2441cc887d user: dgp tags: tip-257-implementation-branch | |
|
2006-10-10
| ||
| 20:25 | * tests/namespace-old.test (5.4 6.12,14,15): * tests/namespace.test (14.3,12 17.7,10 34.7): adapt... Closed-Leaf check-in: adc5e09acd user: msofer tags: tip-278-branch | |
| 18:23 | * tests/namespace.test (namespace-51.16): Added test. check-in: e08ee720fe user: dgp tags: trunk | |
| 18:07 | * generic/tclNamesp.c (Tcl_FindNamespaceVar): second change needed, new test failure in namespace-... check-in: 5909d8e4ea user: msofer tags: tip-278-branch | |
| 16:45 | * generic/tclNamespace.c (TclTeardownNamespace): After the commandPathSourceList of... check-in: c78121bce9 user: dgp tags: trunk | |
| 16:15 | Silence GCC (cast is always safe; value is known to fit with wiggle room) check-in: ae8ab7ca23 user: dkf tags: trunk | |
|
2006-10-09
| ||
| 23:41 | Changelog edit. check-in: 22e8b25f11 user: msofer tags: trunk | |
| 23:38 | * doc/UpVar.3: brough the docs in accordance to the code. Ever since 8.0, Tcl_UpVar(2)? accepts TC... check-in: 1eebdd2adf user: msofer tags: trunk | |
| 22:33 | * tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what was being tested). Mis... check-in: 147bfeab16 user: msofer tags: tip-278-branch | |
| 19:41 | * tests/parse.test: fixing some incomplete references to global variables - missed in the big *.te... check-in: 1d7545f168 user: msofer tags: tip-278-branch | |
| 19:35 | * generic/tclVar.c: minimal change, provides behaviour of TIP 278 but without any optimisation yet... check-in: 860ed519fa user: msofer tags: tip-278-branch | |
| 19:31 | == == updated to tag tip-278-20061009 == 2006-10-09 Miguel Sofer <msofer@users.sf.net> * ... check-in: 873ef4830e user: msofer tags: tip-278-branch | |
| 19:15 | * tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::error... check-in: a8fcd798f4 user: msofer tags: trunk, tip-278-20061009 | |
|
2006-10-08
| ||
| 17:14 | Makefile updates for new file check-in: 2cb6b556f8 user: dkf tags: tip-257-implementation-branch | |
| 17:13 | Following experiments, now have (possibly imperfect implementation of) class mixins. Factor out the ... check-in: 853ef8835f user: dkf tags: tip-257-implementation-branch | |
| 15:39 | Following experiments, now have (possibly imperfect implementation of) class mixins. Factor out the ... check-in: 6c491a698c user: dkf tags: tip-257-implementation-branch | |
|
2006-10-06
| ||
| 14:14 | bug #1571954: avoid /RTCc flag with MSVC8 check-in: 921a289f09 user: patthoyts tags: trunk, tip-278-branch-root | |
| 13:37 | TIP #275: Support unsigned values in binary command check-in: 42dcb6f5f3 user: patthoyts tags: trunk | |
| 05:57 | * library/http/http.tcl (http::geturl): only do geturl url rfc 3986 validity checking if $::http::... check-in: 83351aed02 user: hobbs tags: trunk | |
| 04:55 | (UnicodeToUtfProc): dst must be set to (ch & 0xFF) to work on big endian systems check-in: 2296aeb300 user: hobbs tags: trunk | |
| 00:22 | * library/tm.tcl: Fixed bug in TIP #189 implementation, now allowing '_' in module names. check-in: c9c25ea2ac user: andreas_kupries tags: trunk | |
|
2006-10-05
| ||
| 21:24 | * generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicod... check-in: fd98919337 user: hobbs tags: trunk | |
| 11:38 | * generic/tclVar.c (Tcl_LappendObjCmd): * tests/append.test(4.21-22): fix for longstanding [Bug 15... check-in: d33a29a762 user: msofer tags: trunk | |
| 05:13 | nroff typo check-in: df648327d1 user: hobbs tags: trunk | |
|
2006-10-04
| ||
| 22:17 | Many improvements to introspection; all features should now be introspectable. check-in: 9ee3a8c373 user: dkf tags: tip-257-implementation-branch | |
| 21:03 | Olson's tzdata2006m check-in: cc62308f7f user: kennykb tags: trunk | |
| 18:05 | dup test name check-in: 632c9bda77 user: dgp tags: trunk | |
| 14:12 | Add some memory tests check-in: 5bf32d9fda user: dkf tags: tip-257-implementation-branch | |
| 14:05 | Tidy up long lines check-in: b91db59a19 user: dkf tags: tip-257-implementation-branch | |
|
2006-10-03
| ||
| 23:32 | Fixed jenglish's nasty filter recursion case. Filters can't be recursively entered *unless* they're ... check-in: cdb4d99073 user: dkf tags: tip-257-implementation-branch | |
| 00:21 | fix line endings check-in: 424bd35527 user: dgp tags: tip-257-implementation-branch | |
|
2006-10-02
| ||
| 22:52 | Following discussion on c.l.t, remove oo::definer and oo::struct completely. check-in: bd7abb6f29 user: dkf tags: tip-257-implementation-branch | |
| 22:28 | Remove oo::definer and oo::struct from the global state; they're not important enough. check-in: 6bed76212b user: dkf tags: tip-257-implementation-branch | |
| 03:18 | fix line endings check-in: 45adb3bd94 user: dgp tags: tip-257-implementation-branch | |
|
2006-10-01
| ||
| 21:30 | Handle possible missing define check-in: 9d3633c801 user: patthoyts tags: trunk | |
| 21:27 | The C API is now just about there Done the cross-consistency check with the TIP Uncovered more bugs ... check-in: f8284dc741 user: dkf tags: tip-257-implementation-branch | |
| 20:59 | Bug 1567956 check-in: cbf66e067c user: kennykb tags: trunk | |
| 13:33 | * doc/Eval.3 (TclEvalObjv): added note on refCount management for the elements of objv, [Bug #7302... check-in: a155caa74d user: msofer tags: trunk | |
| 13:03 | bug #1420432 - file mtime fails for directories on windows check-in: 66720c51df user: patthoyts tags: trunk | |
| 09:51 | bug 1567956: handle Msys environment a little differently in getuser function check-in: a81126a719 user: patthoyts tags: trunk | |
|
2006-09-30
| ||
| 22:41 | Reorganize to make traces neater Bug fix in object->unknown when handling zero-method objects More t... check-in: b91a7fa28a user: dkf tags: tip-257-implementation-branch | |
| 19:15 | * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] by dgp. check-in: 83165e6b81 user: msofer tags: trunk | |
| 19:00 | * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclObj.c: * gene... check-in: 4097c3e214 user: msofer tags: trunk | |
| 17:56 | * generic/tclCompile.c: * generic/tclHistory.c: * generic/tclInt.h: * generic/tclProc.c: made Tc... check-in: 639783a61c user: msofer tags: trunk | |
|
2006-09-29
| ||
| 15:46 | Tidying up, and starting to build a C API ready for exposure. check-in: 484185eef9 user: dkf tags: tip-257-implementation-branch | |
|
2006-09-28
| ||
| 20:54 | * generic/tclPkg.c (CompareVersions): Bugfix. Check string lengths * tests/pkg.test: before compa... check-in: 84ce5a0a35 user: andreas_kupries tags: trunk | |
| 20:06 | * generic/tclExecute.c: Corrected error in INST_LSHIFT in the * tests/expr.test: ... check-in: 1b8e91a167 user: dgp tags: trunk | |
| 19:24 | * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for possible NULL derefs, [Bug 1566... check-in: 22f85bac32 user: msofer tags: trunk | |
| 15:10 | * generic/tclPkg.c (CompareVersion): Flatten strcmp() results to {-1, 0, 1} to ma... check-in: 7f4a2f2310 user: dgp tags: trunk | |
| 00:29 | Convert confusing 'cPtr' to clearer 'clsPtr' check-in: b649e64df5 user: dkf tags: tip-257-implementation-branch | |
|
2006-09-27
| ||
| 23:35 | * generic/regc_color.c (uncolorchain): * generic/regc_nfa.c (freearc): changed tests and asserts t... check-in: 43314a2e1d user: msofer tags: trunk | |
| 22:39 | changed last commit - ifdef'ing out unused mcce (multi char collation elements) code. check-in: aa894cbc17 user: msofer tags: trunk | |
| 20:37 | * generic/regc_cvec.c (addmcce): * generic/regcomp.c (compile): the static function addmcce does ... check-in: fa0a132f0e user: msofer tags: trunk | |
| 20:22 | * tests/pkg.test: Added test for version comparison at the 32bit boundary. [SF Tcl Bug 1563836]... check-in: d0cad63004 user: andreas_kupries tags: trunk | |
| 13:49 | * generic/tclFileName.c (TclGlob): added a panic for a call with TCL_GLOBMODE_TAILS and pathPrefix... check-in: 668bd0bb04 user: msofer tags: trunk | |
| 13:25 | Stop people from creating objects with empty names; it doesn't work. check-in: 252c65ffba user: dkf tags: tip-257-implementation-branch | |
| 13:24 | Regen check-in: 603cf325c6 user: dkf tags: tip-257-implementation-branch | |
| 13:23 | TclRenameCommand should take const arguments check-in: e3b0530098 user: dkf tags: tip-257-implementation-branch | |
|
2006-09-26
| ||
| 23:01 | TIP 27 changes for Tcl_CreateEncoding check-in: 36d41f9c70 user: kennykb tags: trunk | |
| 20:47 | Additional compiler flags and amd64 support. check-in: 3c9c0b85ca user: patthoyts tags: trunk | |
| 14:08 | * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#d... check-in: 4a83de2e5b user: dgp tags: trunk | |
| 00:11 | Fixing msvc8 and stat modifications check-in: 4fda92ef0d user: patthoyts tags: trunk | |
| 00:05 | More fixing which struct stat to refer to. Some casts from time_t to int required. Tcl_Time structur... check-in: 514c0c6683 user: patthoyts tags: trunk | |
|
2006-09-25
| ||
| 22:46 | Finished off [self] and fixed up the mess that was class mixins to no longer have odd lurking nasti... check-in: f8e2b9db45 user: dkf tags: tip-257-implementation-branch | |
| 22:30 | Remove parameters; I'm not going to implement them (for now) Add class filters, as I understand how ... check-in: 852966c1b5 user: dkf tags: tip-257-implementation-branch | |
| 21:55 | * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended lo... check-in: a406cad4cf user: andreas_kupries tags: trunk | |
| 17:30 | another nit check-in: 6a6c3b0fa4 user: dgp tags: trunk | |
| 15:58 | * doc/package.n: Fixed nits reported by Daniel Steffen in the TIP#268 changes. check-in: d28fa7fe7a user: andreas_kupries tags: trunk | |
| 15:02 | Minor change: Improved code style check-in: bf0b0d3463 user: dkf tags: trunk | |
| 14:59 | yet another stab at 1564777 check-in: c093f50364 user: kennykb tags: trunk | |
| 14:58 | yet another stab at 1564777 check-in: d781364709 user: kennykb tags: trunk | |
| 13:35 | fix line endings check-in: 58f7ee791d user: dgp tags: trunk | |
| 00:09 | Fix [Bug 1564677] check-in: a44b4eb923 user: dkf tags: trunk | |
|
2006-09-24
| ||
| 20:46 | * generic/tclStringObj.c (STRING_SIZE): fix allocation for 0-length strings. This is coverity's bu... check-in: e31741c85d user: msofer tags: trunk | |
| 19:13 | * generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This ... check-in: 11e24ed21c user: msofer tags: trunk | |
|
2006-09-22
| ||
| 22:32 | * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for bett... check-in: 7c38f09206 user: andreas_kupries tags: trunk | |
| 21:55 | Oops, wrong length in comparison produces random results in qsort() when one value is a prefix of a... check-in: f499b8b5cf user: dkf tags: tip-257-implementation-branch | |
| 18:13 | TIP#268 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubIn... check-in: 055195c6bc user: andreas_kupries tags: trunk | |
| 14:45 | Fix [Bug 1562528] check-in: 9a6f412e81 user: dkf tags: trunk | |
| 00:18 | Filled out more [self] subcommands check-in: 80df17542c user: dkf tags: tip-257-implementation-branch | |
|
2006-09-21
| ||
| 21:11 | * generic/tclUtil.c: Dropped ParseInteger() routine. TclParseNumber covers the ta... check-in: b4a525c481 user: dgp tags: trunk | |
| 14:56 | correct registry version number check-in: 917fa982f8 user: vincentdarley tags: trunk | |
|
2006-09-20
| ||
| 23:01 | Added many comments; code should be more readable now. check-in: 113453d6f1 user: dkf tags: tip-257-implementation-branch | |
| 14:25 | fix line endings check-in: cef06a381e user: dgp tags: tip-257-implementation-branch | |
| 13:37 | fix line endings check-in: 0498863461 user: dgp tags: trunk | |
| 00:12 | More extensive (complete?) testing of the oo::struct class Working and tested 'variable' method of o... check-in: 3284871232 user: dkf tags: tip-257-implementation-branch | |
| 00:07 | Use the FOREACH macro check-in: 9739dc3b0f user: dkf tags: tip-257-implementation-branch | |
|
2006-09-19
| ||
| 23:52 | Move FOREACH declaration to more useful place check-in: 958da8ec45 user: dkf tags: tip-257-implementation-branch | |
| 22:07 | Fix nasty bug with limits, vwait's (C) traces, and interpreter restart... check-in: 751b0d8690 user: dkf tags: trunk | |
| 16:31 | * generic/tclExecute.c (INST_EXPON): Native type overflow detection * tests/expr.... check-in: adcaa18a0d user: dgp tags: trunk | |
|
2006-09-18
| ||
| 23:02 | oo::struct now seems to be working, but more tests needed. Also arranged for all (public) ::oo comma... check-in: 552ec6711a user: dkf tags: tip-257-implementation-branch | |
|
2006-09-17
| ||
| 22:08 | Remove a useless epoch field Add (most) of the 'struct' class definition; still needs tests check-in: 24d8b5b1d3 user: dkf tags: tip-257-implementation-branch | |
| 22:03 | Add some dependency info for convenience check-in: 4ab93e9ed3 user: dkf tags: tip-257-implementation-branch | |
|
2006-09-16
| ||
| 01:22 | * tests/http.test (http-5.1): bump http to 2.5.3 * unix/Makefile.in: * win/M... check-in: a65faed6b6 user: dgp tags: trunk | |
| 00:19 | * library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: ... check-in: ebf8d82ec5 user: hobbs tags: trunk | |
|
2006-09-12
| ||
| 22:51 | * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as hav... check-in: 33c4ca5ff1 user: andreas_kupries tags: trunk | |
| 21:59 | * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align t... check-in: ee4af82066 user: andreas_kupries tags: trunk | |
|
2006-09-11
| ||
| 22:34 | Added tommath_(super)class headers to include install check-in: 3fb30f937b user: patthoyts tags: trunk | |
| 22:10 | Fixed error launching win98 test check-in: 615a313ba6 user: patthoyts tags: trunk | |
| 21:24 | Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). check-in: 2ccd7b051a user: patthoyts tags: trunk | |
| 19:23 | * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. check-in: c7941aa39e user: andreas_kupries tags: trunk | |
| 16:07 | * unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; ... check-in: a9e57afcba user: das tags: trunk | |
| 15:57 | * tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: check-in: f3fded6fa4 user: andreas_kupries tags: trunk | |
| 14:50 | bump msgcat version to 1.4.2 check-in: ee79686dba user: kennykb tags: trunk | |
| 14:38 | * library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s. check-in: e4a3ba7ad1 user: dgp tags: trunk | |
| 04:54 | * generic/tclExecute.c: Corrected INST_EXPON flaw that treated * tests/expr.... check-in: 953271d93a user: dgp tags: trunk | |
| 03:54 | * doc/tcltest.n: Bump to version tcltest 2.3.0 to account * library/t... check-in: 0bd317c5fb user: dgp tags: trunk | |
|
2006-09-10
| ||
| 19:00 | * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account * library/ms... check-in: dde7149a15 user: dgp tags: trunk | |
| 17:04 | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of * tests/msgcat.test: ... check-in: dc96f873b9 user: das tags: trunk | |
|
2006-09-08
| ||
| 20:57 | Added special handling for Darwin where gethostbyname/addr are actually MT-safe per-se. check-in: f5a5e872b5 user: vasiljevic tags: trunk | |
| 19:24 | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, and CopyHostent. Also fixed ... check-in: 7b52f8e051 user: andreas_kupries tags: trunk | |
|
2006-09-07
| ||
| 18:53 | unix/tclUnixCompat.c: Added fallback to MT-unsafe library calls if TCL_THREADS is not defined. Fixed... check-in: a9af958fdc user: vasiljevic tags: trunk | |
| 09:17 | Rewritten MT-safe wrappers to return ptrs to TSD storage. check-in: 660533ed64 user: vasiljevic tags: trunk | |
|
2006-09-06
| ||
| 16:12 | Use MODULE_SCOPE declaration where appropriate check-in: da92de1da7 user: vasiljevic tags: trunk | |
| 13:25 | Added for fixing Tcl Bug 999544 check-in: 93d85c302a user: vasiljevic tags: trunk | |
| 13:23 | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). check-in: cb01fe41cb user: vasiljevic tags: trunk | |
|
2006-09-05
| ||
| 16:11 | typo check-in: 93865cc615 user: dgp tags: trunk | |
| 02:44 | * generic/tclCompExpr.c: Removed much complexity that is no longer needed. check-in: d0b8c00ca5 user: dgp tags: trunk | |
|
2006-09-04
| ||
| 21:34 | * tests/main.text (Tcl_Main-4.4): Test corrected to not be timing sensitive to... check-in: 3a84db5632 user: dgp tags: trunk | |
| 19:36 | correct package example check-in: 2a0477562e user: hobbs tags: trunk | |
|
2006-09-02
| ||
| 21:04 | Some tidying, and fix remaining known call context generation and trace generation bugs. check-in: 1bd62544ef user: dkf tags: tip-257-implementation-branch | |
|
2006-09-01
| ||
| 15:29 | More functionality, more tests, more bugs uncovered... check-in: e809410864 user: dkf tags: tip-257-implementation-branch | |
| 13:11 | fix line endings check-in: 86ac1725e0 user: dgp tags: tip-257-implementation-branch | |
| 12:11 | Improvements in error trace handling check-in: 66cd120136 user: dkf tags: tip-257-implementation-branch | |
| 10:40 | More tests (all passing), and got rid of the knownBug from all tests. check-in: 055c4e35e6 user: dkf tags: tip-257-implementation-branch | |
|
2006-08-31
| ||
| 23:27 | More introspection and starting to assemble the [oo::definer] metaclass check-in: bcee6d2234 user: dkf tags: tip-257-implementation-branch | |
| 20:41 | * generic/tclCompExpr.c: Corrected flawed logic for disabling the INST_TRY_CV... check-in: 03486d986a user: dgp tags: trunk | |
| 20:09 | * tests/expr-old.test: The remaining failing tests reported in * tests/expr.test: ... check-in: 28c78c11e8 user: dgp tags: trunk | |
| 15:43 | Fix bloopers check-in: 3af609789f user: dkf tags: tip-257-implementation-branch | |
| 15:41 | Add more introspection Change line endings to LF check-in: a76bef062d user: dkf tags: tip-257-implementation-branch | |
| 15:41 | Change to using LF line endings check-in: cdff92950a user: dkf tags: tip-257-implementation-branch | |
|
2006-08-30
| ||
| 23:49 | Reorganization to support more types of methods and method cloning. Now can clone non-class objects.... check-in: 634064f6b6 user: dkf tags: tip-257-implementation-branch | |
| 20:46 | * generic/tclParseExpr.c: Dropped the old expr parser. check-in: 877cacc543 user: dgp tags: trunk | |
| 19:33 | * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId check-in: b772b79e17 user: hobbs tags: trunk | |
| 19:30 | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM ports. check-in: 5058a5afa8 user: hobbs tags: trunk | |
| 17:59 | see changes check-in: bd2355b263 user: hobbs tags: trunk | |
| 17:59 | * generic/tclIOGT.c (ExecuteCallback): * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEv... check-in: adcd7cfba2 user: hobbs tags: trunk | |
| 17:58 | * unix/Makefile.in (valgrindshell): add valgrindshell target and update default VALGRINDARGS. Use... check-in: 546e375b54 user: hobbs tags: trunk | |
| 17:56 | * generic/tclFileName.c (DoGlob): match incrs with decrs. check-in: 8c6496902e user: hobbs tags: trunk | |
| 15:35 | Test updates to start checking introspection facilities check-in: d366834cac user: dkf tags: tip-257-implementation-branch | |
| 14:53 | Implementations of many of the simpler introspective actions. check-in: 8662f03c75 user: dkf tags: tip-257-implementation-branch | |
| 14:23 | Outline of the additions to [info] command. No changes to test suite yet, nor any functional impleme... check-in: fdf32fc3ba user: dkf tags: tip-257-implementation-branch | |
|
2006-08-29
| ||
| 23:13 | small error message changes check-in: f3386b1f83 user: dkf tags: tip-257-implementation-branch | |
| 19:11 | silence compiler warn check-in: ec051dd43e user: dgp tags: trunk | |
| 19:09 | undo mistaken commit check-in: 977c1e50e8 user: dgp tags: trunk | |
| 19:04 | * generic/tclParseExpr.c: Use the "parent" field of orphan ExprNodes to store ... check-in: 36db802e78 user: dgp tags: trunk | |
| 15:21 | Squelching another nasty edge case that causes crashes check-in: 20015fde33 user: dkf tags: tip-257-implementation-branch | |
| 14:47 | Squelch crash when destroying the root of the object tree. The root is special. check-in: 0d19c7d89d user: dkf tags: tip-257-implementation-branch | |
| 13:09 | More use of ensemble tricks to improve error messages check-in: d0c7ac00b8 user: dkf tags: tip-257-implementation-branch | |
| 11:01 | Better handling of method arguments, added (currently failing) test to check check-in: 65d94ddd66 user: dkf tags: tip-257-implementation-branch | |
| 09:06 | Do not run destructors in deleted interpreters; it makes bad things happen on some platforms (esp. L... check-in: 25819362e2 user: dkf tags: tip-257-implementation-branch | |
| 06:28 | add casts to make gcc2 happy with previous commit [Bug 1548330] check-in: 6e49a4e1e7 user: das tags: trunk | |
| 05:33 | Fix for stack.test failures on FreeBSD check-in: cad4b8fc35 user: mistachkin tags: trunk | |
| 00:36 | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv check-in: 349a10088f user: coldstore tags: trunk | |
|
2006-08-28
| ||
| 23:37 | Partial implementation of object cloning check-in: 17381ed8e0 user: dkf tags: tip-257-implementation-branch | |
| 18:22 | ftp://elsie.nci.nih.gov/pub/tzdata2006k check-in: 22134e5558 user: kennykb tags: trunk | |
| 16:05 | * generic/tclStringObj.c: Revised ObjPrintfVA to take care * generic/tclParseE... check-in: 915a693050 user: dgp tags: trunk | |
| 15:53 | Added support for mixins and changing an object's class dynamically. check-in: f5ea786b6e user: dkf tags: tip-257-implementation-branch | |
| 14:13 | * generic/tclStringObj.c: Corrected TclFormatObj's failure to count up the num... check-in: 366bf07353 user: dgp tags: trunk | |
| 13:13 | undo last commit. check-in: 30c4386336 user: dgp tags: trunk | |
| 08:48 | simplification of previous commit, whitespace cleanup check-in: b205841d65 user: das tags: trunk | |
| 08:47 | fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defined check-in: d990dffed8 user: das tags: trunk | |
| 04:13 | Fixes for [Bug 1547662] and [Bug 1547681] check-in: f0365ca347 user: mistachkin tags: trunk | |
|
2006-08-27
| ||
| 14:33 | Memory now handled mostly right throughout. Filters now supported. check-in: 71661452ad user: dkf tags: tip-257-implementation-branch | |
|
2006-08-26
| ||
| 22:15 | Tidying up and most of object/class teardown now implemented. check-in: 0c23e1fdea user: dkf tags: tip-257-implementation-branch | |
| 13:00 | bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] check-in: 69ffdd8acb user: msofer tags: trunk | |
|
2006-08-24
| ||
| 23:56 | Multiple inheritance (no filters, no mixins) and more of [self] check-in: 0b75ce7945 user: dkf tags: tip-257-implementation-branch | |
| 21:47 | * library/tzdata: Regenerated, including several new files, from Olson's tzdata2006j. * library/c... check-in: d3ace100bf user: kennykb tags: trunk | |
| 07:12 | removed now no longer needed '-constraints newExprParser' arg to tcltest check-in: 925a757acb user: das tags: trunk | |
| 02:54 | fix line endings check-in: c3adf41ddc user: dgp tags: tip-257-implementation-branch | |
|
2006-08-23
| ||
| 23:43 | Add another test check-in: 7ab5acf1a3 user: dkf tags: tip-257-implementation-branch | |
| 23:37 | Some simple changes to make [global] (and related) work properly in methods. check-in: 9128289062 user: dkf tags: tip-257-implementation-branch | |
| 23:35 | Remove dead (and previously commented-out) code check-in: 77fb73e48a user: dkf tags: tip-257-implementation-branch | |
| 21:31 | * generic/tclParseExpr.c: Minimal collection of new tests * tests/parseExpr.te... check-in: 5cda08a159 user: dgp tags: trunk | |
| 15:42 | Tweaking the init sequence; not yet important check-in: 118748827c user: dkf tags: tip-257-implementation-branch | |
| 14:38 | Partial implementation of the [self] command. check-in: 8d612b3ee0 user: dkf tags: tip-257-implementation-branch | |
| 09:29 | Make single inheritance and the [next] command work properly. check-in: 14b71b4b3a user: dkf tags: tip-257-implementation-branch | |
|
2006-08-22
| ||
| 23:36 | Some support for defining simple class hierarchies; incomplete and buggy though check-in: c9a7010d1d user: dkf tags: tip-257-implementation-branch | |
| 18:10 | More test flexibility check-in: f839e7b1dc user: dgp tags: trunk | |
| 15:01 | Test method forwarding check-in: d548cb619f user: dkf tags: tip-257-implementation-branch | |
| 14:42 | Improved test check-in: 6c71dee38e user: dkf tags: tip-257-implementation-branch | |
| 14:37 | Another test, this time of self.method check-in: dc23c6dc3e user: dkf tags: tip-257-implementation-branch | |
| 10:50 | Add more tests. Working towards being able to do object cleanup properly check-in: e78d6b4fed user: dkf tags: tip-257-implementation-branch | |
| 04:03 | * tests/compExpr-old.test: Update existing tests to not fail * tests/compExpr.t... check-in: 27c27c8d91 user: dgp tags: trunk | |
|
2006-08-21
| ||
| 21:34 | Add support for export/unexport of commands (not yet properly inheritance-aware), and make method fo... check-in: 0e237eec29 user: dkf tags: tip-257-implementation-branch | |
| 17:15 | * generic/tclParseExpr.c: Revised mistaken call to TclCheckBadOctal(), so both... check-in: 153b8a7ae0 user: dgp tags: trunk | |
| 15:55 | Nearly working destructor code. check-in: cc4b6e0a7c user: dkf tags: tip-257-implementation-branch | |
| 14:56 | * generic/tclIOUtil.c: Revisions to complete the thread finalization of the cwdPath... check-in: 9272fb766d user: dgp tags: trunk | |
| 09:02 | Fix the 'gdb' target. check-in: 40c875a767 user: dkf tags: trunk | |
| 06:09 | typo: s/Xcode 2.3/Xcode 2.4/ check-in: d76fe61104 user: das tags: trunk | |
| 05:37 | * unix/tclUnixPort.h (Darwin): override potentially faulty configure detection of termios availabi... check-in: d0aba3dd78 user: das tags: trunk | |
| 03:50 | add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLOYMENT_TARGET unset. [Bu... check-in: d5ab9428b4 user: das tags: trunk | |
| 02:36 | sync with relevant core-8-4-branch additions check-in: b619007e54 user: das tags: trunk | |
| 01:08 | * generic/tclClock.c (ClockClicksObjCmd): add support for Darwin * generic/tclCmdMZ.c (Tcl_TimeObj... check-in: 26f9667ec2 user: das tags: trunk | |
| 01:08 | * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop is already running (e.g. if Tcl_Wai... check-in: 7221913ebc user: das tags: trunk | |
|
2006-08-20
| ||
| 18:11 | fix line endings (again) check-in: e1c3dace5e user: dgp tags: tip-257-implementation-branch | |
| 12:20 | Constructors now work, but still no (real) inheritance so they're not very useful yet check-in: ae0495000a user: dkf tags: tip-257-implementation-branch | |
|
2006-08-19
| ||
| 17:22 | Stop spurious errors from the guts of AllocObject that prevented the test from passing check-in: d06f048ae0 user: dkf tags: tip-257-implementation-branch | |
| 16:58 | A version that can actually execute methods, and a test file to demonstrate it. check-in: 4fdd28be48 user: dkf tags: tip-257-implementation-branch | |
| 16:57 | Make 'make gdb' work correctly on Windows/msys. check-in: a1da9bc87f user: dkf tags: tip-257-implementation-branch | |
|
2006-08-18
| ||
| 22:28 | Assemble enough pieces together that at least some method dispatch is now working! check-in: bb7c24b12d user: dkf tags: tip-257-implementation-branch | |
| 11:23 | * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select() returns early (e.g. due t... check-in: a837931e2d user: das tags: trunk | |
| 07:45 | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for universal builds including x... check-in: 8e0081af99 user: das tags: trunk | |
|
2006-08-17
| ||
| 17:43 | * generic/tclCompile.c: Revised the new set of expression * generic/tclParse... check-in: a8c91610e6 user: dgp tags: trunk | |
|
2006-08-16
| ||
| 20:51 | Added [oo::define ? forward] check-in: 0f0c660b96 user: dkf tags: tip-257-implementation-branch | |
| 17:56 | * generic/tclParseExpr.c: Replace PrecedenceOf() function with prec[] static a... check-in: 14f358e107 user: dgp tags: trunk | |
|
2006-08-14
| ||
| 19:29 | Stop CallFrame != Tcl_CallFrame panic check-in: a32e1b8340 user: dgp tags: tip-257-implementation-branch | |
| 10:01 | Added missing braces to validation code check-in: 8e8dd6e652 user: dkf tags: trunk | |
|
2006-08-13
| ||
| 21:35 | Bits and pieces of [oo::define]. Should now be able to define constructors, destructors and (simple)... check-in: c527a998a1 user: dkf tags: tip-257-implementation-branch | |
|
2006-08-11
| ||
| 15:16 | It seems that the original submitter of the patch didn't test it. Add a critical buffer reset so th... check-in: 5506a882f7 user: dkf tags: trunk | |
| 13:50 | Applied [Patch 1352382] check-in: 58c8f54cd0 user: dkf tags: trunk | |
|
2006-08-10
| ||
| 13:07 | D'oh! Fix silly mistakes. check-in: b5307d6e55 user: dkf tags: trunk | |
| 12:15 | Various minor object file size efficiency fixes. [Bug 1530474] check-in: a09967381c user: dkf tags: trunk | |
|
2006-08-09
| ||
| 18:12 | * generic/tclEncoding.c: Replace buffer copy in for loop with call to memcpy(... check-in: 6ff5bab321 user: dgp tags: trunk | |
| 14:16 | Error message consistency improvements. [Bug 1534628] check-in: 086978a2d5 user: dkf tags: trunk | |
| 13:51 | Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] check-in: cd03ff96a0 user: dkf tags: trunk | |
| 10:06 | Make [expr] use in examples more idiomatic [Bug 1526581] check-in: 04c72ee62f user: dkf tags: trunk | |
|
2006-08-03
| ||
| 22:46 | fix indenting with spaces i.s.o tabs check-in: b59c3a1ce7 user: nijtmans tags: trunk | |
| 22:41 | two minor doc fixes check-in: f658dc1c80 user: nijtmans tags: trunk | |
|
2006-08-02
| ||
| 20:04 | * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standard channels are initia... check-in: 262c4d08c2 user: das tags: trunk | |
| 20:03 | * tests/compExpr-old.test: add 'oldExprParser' constraint to all tests * tests/compExpr.test... check-in: 1c2d45d58d user: das tags: trunk | |
| 20:01 | typo check-in: f15716a5a0 user: das tags: trunk | |
|
2006-07-31
| ||
| 15:44 | Bug 1531530 check-in: a07567fdd5 user: kennykb tags: trunk | |
| 03:27 | Bug 1426279 check-in: 5fce0df2f9 user: kennykb tags: trunk | |
|
2006-07-30
| ||
| 19:15 | Fixed Bug 1494664 check-in: 8fbc85f8ff user: kennykb tags: trunk | |
| 18:58 | Fixed Bug 1505383 check-in: b700efc33b user: kennykb tags: trunk | |
| 16:18 | Fix typo [Bug 1496886] check-in: 0bc42fa7c8 user: jenglish tags: trunk | |
|
2006-07-28
| ||
| 10:38 | fix errors from 'make html' check-in: 6381bece46 user: das tags: trunk | |
|
2006-07-26
| ||
| 21:56 | * generic/tclExecute.c: Corrected flawed overflow detection in * tests/expr.test: ... check-in: dc337b42a1 user: dgp tags: trunk | |
|
2006-07-24
| ||
| 13:43 | * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks to afredd. [Bug ... check-in: 7a410e481f user: dgp tags: trunk | |
|
2006-07-21
| ||
| 14:56 | undo mistaken commit check-in: 4e1c9e6425 user: dgp tags: trunk | |
| 10:47 | * generic/tclExecute.c: * tests/execute.test (execute-9.1): dgp's fix for [Bug 1522803]. check-in: 76e3738cf2 user: msofer tags: trunk | |
| 06:02 | typos check-in: eace2ae02f user: das tags: trunk | |
|
2006-07-20
| ||
| 07:39 | cleanup quoting and whitespace check-in: af1d21a5e1 user: das tags: trunk | |
| 06:18 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): create notifier thread lazily upo... check-in: 95ec292536 user: das tags: trunk | |
| 06:17 | * generic/regc_locale.c (cclass): * generic/tclExecute.c (TclExecuteByteCode): * generic/tclIOCmd... check-in: 25ff7e8b0a user: das tags: trunk | |
|
2006-07-14
| ||
| 16:28 | * unix/tclUnixPort.h: Added the inclusion of <AvailabilityMacros.h>. The missing header caused ... check-in: e172aac034 user: andreas_kupries tags: trunk | |
|
2006-07-13
| ||
| 00:23 | Fix blunder check-in: 955b22c283 user: dkf tags: tip-257-implementation-branch | |
|
2006-07-12
| ||
| 15:32 | First go at doing procedure-like method dispatch. Probably somewhat wrong. :-) check-in: ea6c474c9f user: dkf tags: tip-257-implementation-branch | |
| 00:21 | Added implementation of the [next] command check-in: 67d1fe8b7c user: dkf tags: tip-257-implementation-branch | |
|
2006-07-11
| ||
| 14:29 | Made Tcl_AsyncDelete() more tolerant when called after all thread TSD has been garbage-collected. check-in: d4201e4c4e user: vasiljevic tags: trunk | |
| 10:00 | Fix line endings :-( check-in: 8341f10f3f user: dkf tags: tip-257-implementation-branch | |
|
2006-07-10
| ||
| 23:24 | Split out the (likely to get rather large) support for the oo::define command Update all relevant ma... check-in: ce2a3efdc6 user: dkf tags: tip-257-implementation-branch | |
| 01:17 | Created branch tip-257-implementation-branch-root-synthetic Closed-Leaf check-in: 0d609a1995 user: cvs2fossil tags: tip-257-implementation-branch-root, tip-257-implementation-branch-root-synthetic | |
| 01:17 | Dispatch is mostly working now; just got to get dispatch to "procedure-like" methods done now; trick... check-in: 53ccb752fa user: dkf tags: tip-257-implementation-branch | |
|
2006-07-05
| ||
| 20:42 | Improvements to error context messages check-in: 3e3cf8d323 user: dgp tags: trunk | |
| 05:34 | * generic/tclParseExpr.c: Completely new expression parser that builds a parse... check-in: 27c7cf27cb user: dgp tags: trunk | |
|
2006-06-21
| ||
| 20:44 | fix warnings check-in: 8ee445667e user: das tags: trunk | |
| 03:10 | * generic/tclIOUtil.c: Changed default configuration to * generic/tclInt.decls: #un... check-in: 0bde9c44bb user: dgp tags: trunk | |
|
2006-06-20
| ||
| 15:00 | One stray CONST that escaped the CONST->const conversion. check-in: a10709e1ae user: dgp tags: trunk | |
| 13:22 | * generic/tclCmdAH.c: Removed dead code that was old implementation of [format]. check-in: d896ffc8bd user: dgp tags: trunk | |
|
2006-06-16
| ||
| 18:35 | typo check-in: c30a92e536 user: dgp tags: trunk | |
|
2006-06-14
| ||
| 21:11 | * unix/tclUnixPort.h (Darwin): support for MAC_OS_X_VERSION_MAX_ALLOWED define from AvailabilityMa... check-in: a4aa374b9b user: das tags: trunk | |
| 14:59 | Added examples after prompting on the Tcler's chat. check-in: f24478aad6 user: dkf tags: trunk | |
|
2006-06-13
| ||
| 22:10 | Workaround for silly compiler bug. [Bug 1503729] check-in: a946650648 user: dkf tags: trunk | |
|
2006-06-06
| ||
| 20:06 | * doc/GetStdChan.3: Added recommendation that each call to Tcl_SetStdChannel() b... check-in: 97f256fe07 user: dgp tags: trunk | |
|
2006-06-05
| ||
| 10:04 | Documentation improvements (including Tcl_Realloc(NULL,x) behaviour) check-in: 580ec2c125 user: dkf tags: trunk | |
| 08:34 | Minor formatting fixes check-in: a69480e0f4 user: dkf tags: trunk | |
|
2006-05-30
| ||
| 00:30 | * generic/tcl.h (Tcl_DecrRefCount): use if/else construct to allow placement in unbraced outer if/... check-in: ce66481412 user: hobbs tags: trunk | |
|
2006-05-27
| ||
| 05:22 | * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler that * unix/tcl.m4 (Darwin): ... check-in: b5827f9228 user: das tags: trunk | |
|
2006-05-26
| ||
| 19:13 | autoconf-2.59 check-in: be5f67af4f user: das tags: trunk | |
| 19:12 | updates for Xcode 2.3 check-in: 5a0445f00f user: das tags: trunk | |
|
2006-05-24
| ||
| 10:37 | Fix [Bug 1494160] check-in: e940c8059d user: dkf tags: trunk | |
| 10:31 | Typo. [Bug 1494160] check-in: 355a97f133 user: dkf tags: trunk | |
|
2006-05-23
| ||
| 15:35 | Minor doc improvements check-in: 2a2c224706 user: dkf tags: trunk | |
|
2006-05-15
| ||
| 16:07 | Silence compiler warning. check-in: 62f90c522c user: dgp tags: trunk | |
|
2006-05-13
| ||
| 17:14 | * generic/tclProc.c (ProcCompileProc): When a bump of the compile epoch forces the ... check-in: befd37911b user: dgp tags: trunk | |
|
2006-05-12
| ||
| 18:12 | * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86] check-in: 39f2094997 user: das tags: trunk | |
|
2006-05-05
| ||
| 18:09 | * generic/tclMain.c (Tcl_Main): Corrected flaw that required * tests/main.te... check-in: aedf5e48e9 user: dgp tags: trunk | |
|
2006-05-04
| ||
| 14:01 | * README: Bump version number to 8.5a5 * generic/tcl.h: * tool... check-in: 19f3665cc0 user: dgp tags: trunk | |
| 12:55 | * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/big * doc/mathfunc.... check-in: b208d2c3b2 user: dgp tags: trunk | |
|
2006-04-26
| ||
| 13:50 | * changes: Updates for another RC. check-in: 335990c346 user: dgp tags: trunk, core-8-5-a4 | |
| 13:42 | * generic/tclBinary.c: Revised the handling of the Q and q format * generic/tclInt.... check-in: faef39639a user: dgp tags: trunk | |
| 04:41 | * doc/DoubleObj.3: More doc updates for TIP 237. * doc/expr.n: * doc/fo... check-in: 981b2d519d user: dgp tags: trunk | |
|
2006-04-25
| ||
| 18:30 | * doc/DoubleObj.3: More doc updates for TIP 237. * doc/format.n: * doc/... check-in: 3adabf22b8 user: dgp tags: trunk | |
| 17:15 | * doc/DoubleObj.3: More doc updates for TIP 237. * doc/scan.n: * gener... check-in: d0317c20ba user: dgp tags: trunk | |
|
2006-04-24
| ||
| 15:37 | correct ChangeLog to reflect 2006-04-19 commit of generic/tclStrToD.c check-in: e43ce2437e user: kennykb tags: trunk | |
|
2006-04-23
| ||
| 23:08 | Object creation might work now. Deletion is definitely wrong, and method dispatch is sorely wanting.... check-in: d3c3528d46 user: dkf tags: tip-257-implementation-branch | |
|
2006-04-20
| ||
| 22:12 | Starting to put some of the bits together check-in: 98123fdb43 user: dkf tags: tip-257-implementation-branch | |
|
2006-04-19
| ||
| 16:43 | fix for Martin Lemburg's DST conversion bug. http://groups.google.com/group/comp.lang.tcl/browse_thr... check-in: 48bbbafac1 user: kennykb tags: trunk | |
|
2006-04-18
| ||
| 18:06 | more fine-tuning of the revised docs check-in: 42933eedc8 user: dgp tags: trunk | |
| 18:05 | formatting fixes and note change that ::tcl_precision is now per-thread instead of per-process. check-in: e80c168dc6 user: dgp tags: trunk | |
| 15:13 | Minor fixes post-review. check-in: f5738df36e user: dkf tags: trunk | |
|
2006-04-17
| ||
| 23:24 | Baby steps towards doing the initialization right check-in: 8d3b3cd5bb user: dkf tags: tip-257-implementation-branch | |
| 21:00 | * doc/IntObj.3: Documentation changes to account for TIP 237 changes. * doc/Object.3... check-in: b6ce175d73 user: dgp tags: trunk | |
|
2006-04-16
| ||
| 21:24 | Fix most of the things that stop the code from compiling (but not all). Add some Windows build suppo... check-in: b9921fd163 user: dkf tags: tip-257-implementation-branch | |
|
2006-04-13
| ||
| 21:17 | typo check-in: 281f8c5904 user: dgp tags: trunk | |
|
2006-04-12
| ||
| 14:13 | Fix [1376892] check-in: fac5a1c711 user: dkf tags: trunk | |
| 02:35 | fix make html errors check-in: 216b26a54d user: das tags: trunk | |
| 00:58 | cosmetic fix to 'install' targets check-in: e8ce97c351 user: das tags: trunk | |
|
2006-04-11
| ||
| 14:37 | * generic/tclTrace.c: Stop some interference between enter traces * tests/trace.te... check-in: d0cbd4c696 user: dgp tags: trunk | |
| 12:14 | typos check-in: 84a4c5b189 user: das tags: trunk | |
|
2006-04-07
| ||
| 16:16 | move tag check-in: 885a3a849d user: dgp tags: trunk | |
| 14:05 | * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287] * tests/fileSystem.test: ... check-in: a2851d66c7 user: dgp tags: trunk | |
| 01:11 | * generic/tclRegexp.c (FinalizeRegexp): full reset data to indicate that readiness for reinitializ... check-in: 46bd396879 user: hobbs tags: trunk | |
|
2006-04-06
| ||
| 18:57 | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems * tests/indexObj.te... check-in: 0652206ff0 user: dgp tags: trunk | |
| 18:19 | * tests/compExpr-old.test: Updated testmathfunctions constraint * tests/compExp... check-in: 3773c45020 user: dgp tags: trunk | |
| 16:42 | * generic/tclPathObj.c: Revised fix for the [Bug 1379287] family of path normalizati... check-in: 1d1480d7f8 user: dgp tags: trunk | |
| 09:25 | * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING define on Darwin. [Bug 1457515... check-in: 07365336ba user: das tags: trunk | |
|
2006-04-05
| ||
| 17:25 | fix to compile problems check-in: 57b6413f89 user: vincentdarley tags: trunk | |
| 16:52 | * library/reg/pkgIndex.tcl: Bump to registry 1.2 because * win/tclWinReg.c: ... check-in: 2d91517735 user: dgp tags: trunk | |
| 16:32 | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() * win/tclWinSoc... check-in: 59be467042 user: dgp tags: trunk | |
| 15:17 | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow empty strings to be match... check-in: d86bf5b78a user: dgp tags: trunk | |
| 13:18 | Ooops check-in: 5d885c8f52 user: dkf tags: trunk | |
| 12:48 | Nail [Bug 1464039] by allowing the empty string to be exactly matched by Tcl_GetIndexFromObj. Also a... check-in: 2ec45a041b user: dkf tags: trunk | |
| 02:02 | typos check-in: fc09efd8ad user: das tags: trunk | |
| 00:18 | * generic/tclIO.c (ReadChars): Added check and panic and commentary to a piece of code which re... check-in: 3f9727b64f user: andreas_kupries tags: trunk | |
|
2006-03-30
| ||
| 01:03 | * generic/tclExecute.c: remove unused var and silence gcc warning check-in: d467470b46 user: msofer tags: trunk | |
|
2006-03-29
| ||
| 23:02 | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" path-as-escape issue. check-in: 468b193c8a user: hobbs tags: trunk | |
| 22:19 | * generic/tclPathObj.c: More fixes for path normalization when /../ * tests/fileSys... check-in: ceff9afb98 user: dgp tags: trunk | |
| 16:34 | * changes: Updates for another RC. check-in: 9aee39c9cd user: dgp tags: trunk | |
| 16:04 | * generic/tclExecute.c: Revised INST_MOD implementation to do calculations in native types as much... check-in: 997fe2e5f9 user: dgp tags: trunk | |
| 15:09 | Added comment about potential improvement to Tcl_GetBignumAndClearObj. check-in: a4d30ff81e user: dgp tags: trunk | |
| 01:22 | * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl errors and do proper refcounting of n... check-in: 79a703d1e5 user: hobbs tags: trunk | |
|
2006-03-28
| ||
| 21:25 | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. check-in: f2d6b88f13 user: hobbs tags: trunk | |
| 10:54 | * macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to * macosx/Tcl.xcodeproj/defa... check-in: 29d4b4d456 user: das tags: trunk | |
| 10:45 | * unix/tclUnixFCmd.c (TclpObjNormalizePath): deal with *BSD/Darwin realpath() converting relative ... check-in: 3ac0e983d4 user: das tags: trunk | |
| 10:28 | typo in comment check-in: 5be48eb504 user: das tags: trunk | |
| 09:41 | nativeFilesystemRecord comparisons check-in: b8ef0f05a3 user: vincentdarley tags: trunk | |
|
2006-03-27
| ||
| 23:28 | Fixes for bug #1456373 (mingw-gcc issue). check-in: 42198c1aa6 user: patthoyts tags: trunk | |
| 23:12 | * generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: 2bbd058f89 user: dgp tags: trunk | |
| 22:50 | * generic/tclExecute.c: Merge INST_MOD computation in with the INST_?SHIFT instructi... check-in: d2c3bdebb9 user: dgp tags: trunk | |
| 18:56 | Change the "pc" constraint to synonym "win" for consistency with the rest of the Tcl test suite. check-in: bc8d40111e user: dgp tags: trunk | |
| 18:08 | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it * generic/tcl.h: the version wh... check-in: 5fab17f21d user: andreas_kupries tags: trunk | |
| 16:48 | typo check-in: 6e924222d6 user: dgp tags: trunk | |
| 16:13 | * changes: Updates for another RC. check-in: 782236e357 user: dgp tags: trunk | |
|
2006-03-25
| ||
| 16:58 | * generic/tclExecute.c: Corrections to INST_EXPON detection of overflow to use mp_in... check-in: 74e0e1ebcd user: dgp tags: trunk | |
| 03:18 | backing out last change, Tcl_Panic will be declared to never return check-in: 805ff30eeb user: das tags: trunk | |
| 01:58 | handle Tcl_Panic potentially returning. coverity bug 46 check-in: defbd05914 user: das tags: trunk | |
| 01:47 | added check for NULL return value of Tcl_FSGetTranslatedPath(), coverity bug 39 check-in: 826f64eb33 user: das tags: trunk | |
| 01:32 | added casts to silence coverity bug 38 check-in: d08830011e user: das tags: trunk | |
|
2006-03-24
| ||
| 21:26 | * generic/tclEncoding.c: Reverted latest change [Bug 506653] since it reportedly kil... check-in: 9b8c244384 user: dgp tags: trunk | |
| 21:11 | revert most recent tclEncoding.c commit. It is suspected to have produced a huge slowdown in encodi... check-in: 62466e950b user: dgp tags: trunk | |
| 19:05 | add missing casts to int that were making VC6 complain check-in: 9ec7daab05 user: kennykb tags: trunk | |
| 18:20 | * generic/tclExecute.c: Revised INST_EXPON implementation to do calculations in nati... check-in: cde770a73f user: dgp tags: trunk | |
| 00:52 | avoid unused var compiler warning check-in: f3e69d3d93 user: das tags: trunk | |
|
2006-03-23
| ||
| 22:28 | * generic/tclExecute.c: Merged INST_EXPON handling in with the other binary operator... check-in: d43bf734c2 user: dgp tags: trunk | |
| 18:58 | * tests/env.test: With case preserved (see 2006-03-21 commit) be sure to do ca... check-in: 35fb1929e3 user: dgp tags: trunk | |
| 16:39 | * unix/tcl.spec: Cleaned up and completed the spec file. An RPM can now be built from the tcl sou... check-in: 3de138e750 user: rmax tags: trunk | |
| 14:24 | comment adjustment check-in: 23f223b411 user: dgp tags: trunk | |
|
2006-03-22
| ||
| 18:32 | * tests/stack.test: Run the stack tests in subshells, so that they are reported as failed tests rath... check-in: d5ea9dfbe3 user: rmax tags: trunk | |
| 14:03 | tag move check-in: 7c226c079c user: dgp tags: trunk | |
|
2006-03-21
| ||
| 21:05 | * changes: Updates for another RC. check-in: d2f3f012a8 user: dgp tags: trunk | |
| 20:03 | * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigit * tests/parseE... check-in: ac158a0c4f user: dgp tags: trunk | |
| 18:51 | typo check-in: 6765a99042 user: dgp tags: trunk | |
| 18:39 | Committed test cases for Bug 1451233 check-in: a770ecedac user: dgp tags: trunk | |
| 18:30 | Added knownBug constraints. check-in: 0940c81e3a user: dgp tags: trunk | |
| 15:32 | * tests/env.test: Preserve case of saved env vars. [Bug 1409272] check-in: 53ff271dba user: dgp tags: trunk | |
| 14:34 | typo check-in: 5aea6195e6 user: dgp tags: trunk | |
| 14:33 | revert broken commit check-in: 4caab46e4a user: dgp tags: trunk | |
| 11:12 | Use test constraints properly instead of looking in tcl_platform Consistent method of calling test c... check-in: 36829d55d6 user: dkf tags: trunk | |
| 11:06 | * generic/tclInt.decls: implement globbing for HFS creator & type * macosx/tclMacOSXFCmd.c: code... check-in: c72a1b963b user: das tags: trunk | |
| 09:46 | fix to permissions setting check-in: de9033fbac user: vincentdarley tags: trunk | |
|
2006-03-20
| ||
| 19:12 | * win/Makefile.in (install-libraries): Generate tcl8/8.4 directory under Windows as well (cygwi... check-in: d664769de8 user: andreas_kupries tags: trunk | |
| 17:10 | * unix/installManPage: There is always one even more broken "sed". Moved the # comment starting c... check-in: 55c3523539 user: andreas_kupries tags: trunk | |
| 15:44 | Clean up constraint handling check-in: b3adfbfcd8 user: dkf tags: trunk | |
| 15:41 | Clean up the constraint handling check-in: 7a849781cb user: dkf tags: trunk | |
| 14:24 | correct [makeFile] syntax check-in: a9809cf384 user: dgp tags: trunk | |
| 11:39 | Clean up tests (mostly constraints relating to testchmod) Also make the format of the ChangeLog a bi... check-in: a800d382ef user: dkf tags: trunk | |
|
2006-03-19
| ||
| 23:04 | fix to two filesystem issues check-in: 8da0e23fe6 user: vincentdarley tags: trunk | |
| 22:44 | ensure test suite works on non-English systems check-in: eb5ba9ae10 user: vincentdarley tags: trunk | |
|
2006-03-18
| ||
| 18:15 | fix to file writeable on windows check-in: 7ffc528a76 user: vincentdarley tags: trunk | |
|
2006-03-17
| ||
| 17:24 | * doc/chan.n: Updated with documentation for the commands 'chan create' and 'chan postevent' (T... check-in: 5512a020aa user: andreas_kupries tags: trunk | |
| 10:17 | Fix for [Bug 1444692] check-in: 91c1ac0ca0 user: mistachkin tags: trunk | |
| 09:59 | Fix compilation error. check-in: de0c3dba32 user: mistachkin tags: trunk | |
|
2006-03-16
| ||
| 21:12 | * doc/open.n: Documented the changed behaviour of 'a'ppend mode. check-in: 1a9fa0b78b user: andreas_kupries tags: trunk | |
| 19:12 | * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and... check-in: 4a26e5afd9 user: andreas_kupries tags: trunk | |
| 18:22 | * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used... check-in: 3e9b599307 user: andreas_kupries tags: trunk | |
| 09:56 | missing statics revealed by 'make checkexports' check-in: c872685489 user: das tags: trunk | |
| 09:15 | typo in TclpLoadMemory() error msg check-in: 122664d907 user: das tags: trunk | |
| 00:38 | * tests/socket.test: Extended the timeout in socket-11.11 from 10 to 40 seconds to allow for re... check-in: 99ff6f81ba user: andreas_kupries tags: trunk | |
|
2006-03-15
| ||
| 23:10 | add proper test constraints check-in: 4ab9c137b0 user: vincentdarley tags: trunk | |
|
2006-03-14
| ||
| 22:52 | * doc/fconfigure.n: Clarified that -translation is binary is reported as lf when queried, becau... check-in: 2db86be2c6 user: andreas_kupries tags: trunk | |
| 20:15 | * doc/clock.n: Removed double-quotes around section title NAME. not needed. * unix/installManpage... check-in: 94094047eb user: andreas_kupries tags: trunk | |
| 20:11 | * library/tm.tcl (::tcl::tm::Defaults): Fixed handling of environment variable TCLX.y_TM_PATH, ... check-in: 251c83ca84 user: andreas_kupries tags: trunk | |
| 19:34 | 90% fix of file writable issues on Windows check-in: 3b1ed6c0d6 user: vincentdarley tags: trunk | |
|
2006-03-13
| ||
| 20:57 | * generic/tclEncoding.c: Report error when an escape encoding is missing one ... check-in: 845b07b1ce user: dgp tags: trunk | |
| 20:42 | * unix/configure.in: Revert change from 2005-07-26 that sometimes * unix/configur... check-in: a12342b550 user: dgp tags: trunk | |
| 17:02 | silence a strict aliasing warning from gcc check-in: 99d8e3347d user: rmax tags: trunk | |
|
2006-03-10
| ||
| 19:49 | * generic/tclProc.c (ObjInterpProcEx): * tests/apply.test (apply-5.1): fix [apply] error messages ... check-in: 9778204690 user: msofer tags: trunk | |
| 17:39 | Added notes about fixing Tcl Bug #1437595 check-in: 884ec3c31e user: vasiljevic tags: trunk | |
| 17:34 | Finalization of the sockets/pipes is now solely done in TclpFinalizeSockets() and TclpFinalizePipes(... check-in: 1df4f411cd user: vasiljevic tags: trunk | |
| 17:33 | Added no-op TclpFinalizeSockets(). check-in: c4698f27de user: vasiljevic tags: trunk | |
| 17:32 | Calls TclpFinalizeSockets() as part of the TclFinalizeIOSubsystem() check-in: e58d58ce10 user: vasiljevic tags: trunk | |
| 17:32 | Added TclpFinalizeSockets() call. check-in: 9f44076f52 user: vasiljevic tags: trunk | |
| 17:31 | Cosmetic touch. check-in: 137f17a5b7 user: vasiljevic tags: trunk | |
| 17:05 | missing static check-in: 56c7f4d8f0 user: dgp tags: trunk | |
| 14:50 | When moving http TM install from 8.2 to 8.4, overlooked changing the mkdirs so that 8.4 rather than ... check-in: 26e15bbc8a user: dgp tags: trunk | |
| 10:33 | remove previous patch for 'file writable' check-in: b5b6e4f7ca user: vincentdarley tags: trunk | |
|
2006-03-09
| ||
| 23:13 | Undo latest commit due to controversy about whether some use case might exist for a Tcl_Panic that r... check-in: e91ab52bce user: dgp tags: trunk | |
| 22:00 | * generic/tclPanic.c (Tcl_PanicVA): added an unconditional abort at the end, to insure that a pani... check-in: 8785ffcaec user: msofer tags: trunk | |
| 11:30 | fix to file writable in certain XP directories check-in: 3110f0308a user: vincentdarley tags: trunk | |
|
2006-03-08
| ||
| 16:07 | * generic/tclExecute.c: Complete missing bit of TIP 215 implementation * tests/incr.... check-in: 7c5695a6dd user: dgp tags: trunk | |
| 07:09 | Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variants [Bug 1334613]. Regenerate co... check-in: 8a18c5abc8 user: jenglish tags: trunk | |
|
2006-03-07
| ||
| 20:58 | * changes: Update in prep. for 8.5a4 release. check-in: 6037c4becc user: dgp tags: trunk | |
| 19:32 | * unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, so * win/Makefile.in: ... check-in: b6719acec1 user: dgp tags: trunk | |
| 19:07 | * library/http/http.tcl: Bump to version 2.5.3 to cover bug fix * library/htt... check-in: d44c644871 user: dgp tags: trunk | |
|
2006-03-06
| ||
| 21:56 | * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to * tests/parse.test: ... check-in: 4cbb7ce02d user: dgp tags: trunk | |
|
2006-03-04
| ||
| 02:33 | another stab at fixing 1379287 check-in: 700e9c0925 user: dgp tags: trunk | |
|
2006-03-03
| ||
| 20:10 | * generic/tclPathObj.c: Revised yesterday's fix for [Bug 1379287] to work on Windows... check-in: 7ff6ad7556 user: dgp tags: trunk | |
| 06:53 | * generic/tclObj.c: Compatibility support for existing code that calls Tcl_GetOb... check-in: fe71a47094 user: dgp tags: trunk | |
| 04:32 | * generic/tclPathObj.c: Fix for failed normalization of * tests/fileSystem.t... check-in: 347171af34 user: dgp tags: trunk | |
|
2006-03-01
| ||
| 19:48 | * unix/installManPage: Fix the script for manpages that have quotes around the .SH arguments, as doc... check-in: f05551607a user: rmax tags: trunk | |
|
2006-02-28
| ||
| 15:47 | * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL * tests/namespac... check-in: 4d72c00808 user: dgp tags: trunk | |
|
2006-02-27
| ||
| 19:43 | added missing constraint check-in: 175f08ac96 user: dgp tags: trunk | |
|
2006-02-22
| ||
| 17:42 | * generic/tclBasic.c: Corrected a few bugs in how [namespace unknown] * tests/name... check-in: 40f4e352a5 user: dgp tags: trunk | |
|
2006-02-17
| ||
| 16:16 | * generic/tclIORChan.c: Revised error message generation and handling * tests/ioCmd.... check-in: 0c9b1f41af user: dgp tags: trunk | |
|
2006-02-16
| ||
| 20:25 | * generic/tclIndexObj.c: Disallow the "ambiguous" error message * tests/index... check-in: 9d1bf7f856 user: dgp tags: trunk | |
|
2006-02-15
| ||
| 15:43 | * generic/tclIO.c: Made several routines tolerant of * generic/tclIORChan.c: in... check-in: bd31f0fa9a user: dgp tags: trunk | |
|
2006-02-09
| ||
| 17:34 | TIP#215 IMPLEMENTATION * doc/incr.n: Revised [incr] to auto-initialize wh... check-in: fa2760e774 user: dgp tags: trunk | |
| 16:53 | dup test name check-in: 47bb7d71de user: dgp tags: trunk | |
| 16:42 | dup test name check-in: 2cf58c3776 user: dgp tags: trunk | |
| 15:22 | * tests/main.test (Tcl_Main-6.7): Improved robustness of command auto-completi... check-in: b473228f0e user: dgp tags: trunk | |
|
2006-02-08
| ||
| 22:37 | typo check-in: 64ead18760 user: dgp tags: trunk | |
| 22:27 | Updates post-review check-in: a7f57f3411 user: dkf tags: trunk | |
| 21:41 | TIP#258 IMPLEMENTATION * doc/Encoding.3: New subcommand [encoding dirs]. ... check-in: aea60299f7 user: dgp tags: trunk | |
|
2006-02-02
| ||
| 23:14 | Added tclOO.c to build (which isn't to say that it works though ;-)) check-in: a305f5307f user: dkf tags: tip-257-implementation-branch | |
| 10:58 | Minor simplification of forward declarations check-in: 4775905fd4 user: dkf tags: trunk | |
| 10:55 | Minor style fixes check-in: 711f59c8d6 user: dkf tags: trunk | |
| 10:45 | Style/comment fixes check-in: 1b9997ef3f user: dkf tags: trunk | |
| 09:54 | Space/style improvements check-in: 48e0d2a0b6 user: dkf tags: trunk | |
|
2006-02-01
| ||
| 23:57 | Check in the working version of the OO code. This is *definitely* still broken and incomplete, but ... check-in: 9966504530 user: dkf tags: tip-257-implementation-branch | |
| 23:34 | Restore formatting goodness check-in: 254dc62eaa user: dkf tags: trunk | |
| 20:17 | * generic/tclProc.c: minor improvements to [apply] * tests/apply.test: new tests; apply-5.1 curren... check-in: 0ddc34dbb9 user: msofer tags: trunk | |
| 19:26 | TIP#194 IMPLEMENTATION * doc/apply.n: (New file) New command [apply]. [Patch... check-in: 506538b735 user: dgp tags: trunk | |
| 18:27 | TIP#181 IMPLEMENTATION * doc/Namespace.3: New command [namespace unknown]. Ne... check-in: 893c7025de user: dgp tags: trunk | |
| 17:48 | TIP#250 IMPLEMENTATION * doc/namespace.n: New command [namespace upvar]. [Pat... check-in: 2e379b4a6f user: dgp tags: trunk | |
|
2006-01-26
| ||
| 23:21 | Fix [Bug 1415725] check-in: 635dbca271 user: dkf tags: trunk | |
| 09:30 | Improved commenting of a tricky bit of TclpOpenFileChannel check-in: d415f266cd user: dkf tags: trunk | |
|
2006-01-25
| ||
| 22:57 | Adapted version of FreeBSD port to reduce the amount of stuff they have to do to build Tcl... check-in: dffca00fe9 user: dkf tags: trunk | |
|
2006-01-23
| ||
| 12:15 | added ref to [Bug 1410553] in new test string-12.21 check-in: 04c3b011d0 user: msofer tags: trunk | |
| 11:42 | Added test for [Bug 1410553] check-in: a39aff195e user: dkf tags: trunk | |
| 11:18 | * generic/tclStringObj.c: fixed incorrect handling of internal rep in Tcl_GetRange [Bug 1410553]. ... check-in: be0a450d63 user: msofer tags: trunk | |
| 11:01 | * generic/tclProc.c: fixed args handling for precompiled bodies [Bug 1412695]; thanks to Uwe Traum... check-in: 361cab1f20 user: msofer tags: trunk | |
|
2006-01-18
| ||
| 19:48 | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test file needs to avoid stomping o... check-in: 18f74f6548 user: dgp tags: trunk | |
|
2006-01-16
| ||
| 19:38 | * generic/tclPipe.c (FileForRedirect): Prevent nameString from being freed without having been initi... check-in: 989ec0249a user: rmax tags: trunk | |
|
2006-01-12
| ||
| 18:35 | Fixed potential overwriting of already freed memory which caused all kinds of (rare but reproducible... check-in: ce83845631 user: vasiljevic tags: trunk | |
| 16:19 | fix to sharing violation check-in: 32c1f99cc6 user: vincentdarley tags: trunk | |
|
2006-01-11
| ||
| 17:34 | * generic/tclBasic.c: Moved Tcl_LogCommandInfo from tclBasic.c to * generic/tclNam... check-in: 4436b38816 user: dgp tags: trunk | |
|
2006-01-10
| ||
| 05:36 | * unix/configure: add caching, use AC_CACHE_CHECK instead of * unix/configure.in: AC_CACHE_VAL ... check-in: 7c85b7d6c4 user: das tags: trunk | |
|
2006-01-09
| ||
| 18:35 | * generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] * tests/namespac... check-in: f75caabe12 user: dgp tags: trunk | |
| 09:31 | Minor cleanup to stop exporting functions that do not need to be. [Bug 971336] check-in: b15e0df1c9 user: dkf tags: trunk | |
|
2006-01-05
| ||
| 09:47 | Small improvement to the factoring of tcl.m4 Regeneration of configure is *not* urgent check-in: 4fcf4c831b user: dkf tags: trunk | |
| 04:50 | no message check-in: fa7cc3dd7d user: davygrvy tags: trunk | |
| 04:50 | * win/tclAppInit.c: WIN32 native console signal handler removed. This was found to be interfering wi... check-in: 60ffd276c9 user: davygrvy tags: trunk | |
|
2005-12-31
| ||
| 02:58 | Fix typo in missing stub table pointer check-in: 5ae3bd993d user: kennykb tags: trunk | |
|
2005-12-27
| ||
| 20:14 | Export Tcl_InitBignumFromDouble check-in: 8b3c81ab37 user: kennykb tags: trunk | |
| 18:21 | changelog for libtommath 0.37 merge check-in: abbc63ba26 user: kennykb tags: trunk | |
| 18:10 | Merge changes check-in: 5e76d58f50 user: kennykb tags: trunk | |
| 17:59 | Import of libtommath 0.37 check-in: ff26105d8d user: kennykb tags: trunk | |
| 17:59 | Import of libtommath 0.37 check-in: 5f39f0f54b user: kennykb tags: libtommath | |
| 17:47 | Olson's tzdata2005r check-in: 6c0b5e97a5 user: kennykb tags: trunk | |
| 17:39 | Corrected bugs in tommath installation, improved tommath square root performance, patched around a [... check-in: 7d3492d3c1 user: kennykb tags: trunk | |
|
2005-12-20
| ||
| 22:16 | Use %ld instead of %d in Tcl_GetMemoryInfo check-in: 7458ff197d user: dkf tags: trunk | |
|
2005-12-19
| ||
| 19:03 | 2005-12-19 Don Porter <dgp@users.sourceforge.net> * generic/tclCmdMZ.c: Modified [strin... check-in: 7245b18069 user: dgp tags: trunk | |
| 10:05 | Clarify doc of variable substitution check-in: c343545281 user: dkf tags: trunk | |
|
2005-12-18
| ||
| 22:42 | Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. check-in: 8219f88dc6 user: dkf tags: trunk | |
| 22:41 | A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster). check-in: 314d24866e user: dkf tags: trunk | |
|
2005-12-16
| ||
| 11:12 | Minor clarification check-in: b35e095b6a user: dkf tags: trunk | |
|
2005-12-15
| ||
| 04:08 | * generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false d... check-in: 1e9a2ab78a user: das tags: trunk | |
|
2005-12-14
| ||
| 02:09 | * macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/Makefile.in: a... check-in: 7decb8b713 user: das tags: trunk | |
|
2005-12-13
| ||
| 22:43 | Export stubs for libtommath; fix mingw compiler warnings check-in: 3842b9c468 user: kennykb tags: trunk | |
| 13:46 | Fix [Bug 1379349] check-in: dfa06203de user: dkf tags: trunk | |
|
2005-12-12
| ||
| 23:00 | change "procedure" to "function" for (slightly) greater clarity check-in: a01f710eed user: dkf tags: trunk | |
| 20:58 | * unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer) check-in: 54b062cc34 user: hobbs tags: trunk | |
| 16:06 | Bug 1378818 check-in: bcaf855b1e user: kennykb tags: trunk | |
|
2005-12-10
| ||
| 01:36 | * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Define MACHINE for gcc builds. The lack ... check-in: 1afe68500b user: mdejong tags: trunk | |
|
2005-12-09
| ||
| 14:13 | Fix [Bug 1374778] check-in: 8019bf6cc8 user: dkf tags: trunk | |
|
2005-12-08
| ||
| 20:20 | * win/Makefile.in, win/makefile.vc: Add Win x64 and CE build support * win/tcl.m4, win/configure: ... check-in: 3f1e9c05f1 user: hobbs tags: trunk | |
| 20:20 | * generic/tcl.h: use struct __stat64 (not _stat64) for MSC_VER >= 1400 (i.e. latest Platform SDK).... check-in: 491a59bd93 user: hobbs tags: trunk | |
|
2005-12-07
| ||
| 09:30 | Improved documentation on topic of asynch sockets in response to queries on the Tcler's Chat. check-in: a340b2de04 user: dkf tags: trunk | |
|
2005-12-06
| ||
| 08:59 | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina... check-in: bb5c64816d user: das tags: trunk | |
| 08:06 | * unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina... check-in: 64f99dada9 user: das tags: trunk | |
|
2005-12-05
| ||
| 20:40 | adapt tclZIC.tcl to new C API and update to tzdata2005p check-in: faa71c24a6 user: kennykb tags: trunk | |
| 13:03 | * unix/configure.in: move check for fts API to configure.in and run it * unix/tcl.m4: on all... check-in: e3315f4c91 user: das tags: trunk | |
| 08:19 | * unix/configure: Use FTS file APIs on Darwin if available. * unix/tcl.m4: Addresses fi... check-in: e4d3a903de user: hobbs tags: trunk | |
|
2005-12-03
| ||
| 00:41 | documented macosx-only configure options. check-in: 2aadbb9d65 user: das tags: trunk | |
|
2005-12-02
| ||
| 22:13 | another puny speedup - no error thrown from ::tcl::clock::getenv check-in: ba6ea25287 user: kennykb tags: trunk | |
| 19:47 | another little speedup to [clock format] check-in: f1a609c650 user: kennykb tags: trunk | |
| 17:34 | eliminate test name duplication check-in: 1af4ae2e53 user: dgp tags: trunk | |
| 16:58 | Bug 1371446 plus buildability on ancient Solaris check-in: 14aa84dc76 user: kennykb tags: trunk | |
|
2005-12-01
| ||
| 22:38 | another [clock format] performance boost - precompile formats check-in: ad49b96a7f user: kennykb tags: trunk | |
| 20:50 | remove redundant [mc] calls in [clock] check-in: a7946973e6 user: kennykb tags: trunk | |
| 20:39 | remove redundant [mc] calls in [clock] check-in: c35414db69 user: kennykb tags: trunk | |
| 11:05 | Add remaining dependency info for UNIX check-in: 6138c2b5f4 user: dkf tags: trunk | |
| 11:03 | Slightly better style (no _ANSI_ARGS_ even in comments, use void instead of VOID) check-in: 05c132085c user: dkf tags: trunk | |
| 06:11 | * generic/tclClock.c: fix warning. check-in: 6fc4170dca user: das tags: trunk | |
| 02:14 | * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. * unix/configure: regen. check-in: 15881ff100 user: das tags: trunk | |
|
2005-11-30
| ||
| 19:34 | code rationalization - eliminate some duplication between Tcl and C check-in: 8dc957ccf9 user: kennykb tags: trunk | |
| 15:39 | fix [clock format -timezone :localtime] for times before the Posix Epoch check-in: 5a36246969 user: kennykb tags: trunk | |
| 15:09 | silenced compiler warning about big constant check-in: e1ba3a0b4d user: kennykb tags: trunk | |
| 15:04 | Add compiler-related dependency information to prevent problems when developing the bytecode compile... check-in: 90ce111a80 user: dkf tags: trunk | |
| 14:59 | New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of [switch] into a jump... check-in: fea467c20f user: dkf tags: trunk | |
| 14:48 | fixed bad refcount that corrupted heap check-in: 5bf471f4fc user: kennykb tags: trunk | |
|
2005-11-29
| ||
| 22:50 | make [clock format] go faster check-in: 4b6069a13f user: kennykb tags: trunk | |
| 10:32 | Fix [Bug 1366683] check-in: 9af9c93220 user: dkf tags: trunk | |
|
2005-11-28
| ||
| 16:45 | Olson's tzdata2005o check-in: 1f4262eeb6 user: kennykb tags: trunk | |
| 16:28 | Updated tclZIC.tcl to be bignum-safe check-in: 78b7ffde1c user: kennykb tags: trunk | |
| 15:37 | Corrected bug in DST transition times for locales that specify transition in local Standard Time check-in: cf37a1787c user: kennykb tags: trunk | |
|
2005-11-27
| ||
| 10:14 | fix settings order check-in: a213e5ba4e user: das tags: trunk | |
| 06:09 | add #include <libkern/OSByteOrder.h> for OSX 10.2 check-in: 40e61670c7 user: das tags: trunk | |
| 02:33 | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to s... check-in: eac3630f72 user: das tags: trunk | |
|
2005-11-22
| ||
| 20:22 | Renamed Makefile to GNUmakefile check-in: 10ea5289f3 user: das tags: trunk | |
|
2005-11-21
| ||
| 17:19 | * unix/Makefile.in (install-libraries): Updated Makefile to new * win/Makefile.in (install-librar... check-in: 489b3696da user: andreas_kupries tags: trunk | |
|
2005-11-20
| ||
| 18:33 | Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails [Fix for #1091431 "Tcl_InitStubs failure cr... check-in: 281147cb60 user: jenglish tags: trunk | |
|
2005-11-18
| ||
| 23:42 | * tests/trace.test (trace-34.5): [Bug 1047286], added a second test illustrating the role of "ns i... check-in: e045b8ee50 user: msofer tags: trunk | |
| 19:40 | Bug 1359183 check-in: 55d1f5ce04 user: kennykb tags: trunk | |
| 19:38 | * generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr until we netrieve next statePtr from... check-in: 6869f44f49 user: hobbs tags: trunk | |
| 19:13 | more tests check-in: 7411a1b72c user: dgp tags: trunk | |
| 17:23 | * generic/tclObj.c (GetBignumFromObj): replace NULL with tclEmptyStringRep to stop memcpy from com... check-in: 50506277d5 user: msofer tags: trunk | |
| 17:15 | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' patch for [SF Tcl Bug 1359094].... check-in: 6d056d3802 user: andreas_kupries tags: trunk | |
| 15:58 | * generic/tclListObj.c: Restored the SetListFromAny routine to * generic/tclObj.c: ... check-in: c53b8d27e3 user: dgp tags: trunk | |
| 14:51 | Fix silly errors in REs, in variables, and in tests that were working with invalid URLs. check-in: 7f6638b994 user: dkf tags: trunk | |
| 13:57 | Improved URL validation that better describes why validation failed. [Bug 1358369] check-in: 7adf0d5af0 user: dkf tags: trunk | |
|
2005-11-17
| ||
| 23:33 | Whitespace/formatting fixes check-in: cbffdea11e user: dkf tags: trunk | |
| 15:29 | * tests/namespace.test: fix comment check-in: 292d58c691 user: msofer tags: trunk | |
|
2005-11-15
| ||
| 22:58 | Bump to http 2.5.2 to cover changing rules in [http::mapReply] [1182373] check-in: ba3940f25f user: dgp tags: trunk | |
|
2005-11-14
| ||
| 17:43 | * generic/tclStrToD.c: More data in the "can't happen" Tcl_Panic to aid debugging. check-in: bb4bc0accf user: dgp tags: trunk | |
| 16:45 | * generic/tclBasic.c (CallCommandTraces): Save/restore the interp result durin... check-in: f91146020b user: dgp tags: trunk | |
| 00:48 | added comments to tests/namespace.test check-in: 4338d44660 user: msofer tags: trunk | |
| 00:41 | * generic/tclInt.h: * generic/tclNamesp.c: * tests/namespace.test: fix for bugs #1354540 and #135... check-in: 13ae37d83f user: msofer tags: trunk | |
|
2005-11-13
| ||
| 01:38 | fixing last commit, no Changelog entry check-in: 6e70152b8a user: msofer tags: trunk | |
| 01:21 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): mor... check-in: e2a964d1b4 user: msofer tags: trunk | |
|
2005-11-12
| ||
| 23:39 | Use correct bug number :-} check-in: b168f09f07 user: dkf tags: trunk | |
| 23:15 | Partial fix for [Bug 1355342] Also ANSIfy the rest of the file check-in: 483bac6c37 user: dkf tags: trunk | |
| 04:08 | * generic/tclInt.h: Revised TclParseNumber interface to enable * generic/tclScan... check-in: 5b3d7732b5 user: dgp tags: trunk | |
| 02:01 | typo check-in: 380f6bdacb user: das tags: trunk | |
|
2005-11-11
| ||
| 23:50 | More bits of ANSIfying Also start moving to use the new code for doing formatted prints to objects check-in: eb18e39b9d user: dkf tags: trunk | |
| 23:46 | More bits of ANSIfying check-in: 884b0bcef2 user: dkf tags: trunk | |
| 22:20 | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclObj.c (Tcl_GetCommandFromObj): bum... check-in: fcb9ab1df3 user: msofer tags: trunk | |
|
2005-11-10
| ||
| 15:00 | Finish applying the style guide to the RE engine (except for variable and function names, which are ... check-in: 8d6df41218 user: dkf tags: trunk | |
| 13:35 | Deleted unwanted extra space at end of some lines check-in: e3e9035b6a user: dkf tags: trunk | |
|
2005-11-09
| ||
| 21:28 | bugs 1350291 and 1350293 check-in: d965c32f64 user: kennykb tags: trunk | |
| 21:26 | doc changes with 1162286 fix check-in: a8c31872ed user: dgp tags: trunk | |
| 20:24 | * tests/compile.test: Updated tests with changed behavior * tests/execute.test: ... check-in: 806ab12661 user: dgp tags: trunk | |
| 16:36 | ANSIfy the RE compiler. check-in: afc463b61c user: dkf tags: trunk | |
| 13:52 | More ANSIfying check-in: b7189a0fba user: dkf tags: trunk | |
| 00:53 | * unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 based on errors seen on OS X 10... check-in: 7eb9313805 user: hobbs tags: trunk | |
| 00:11 | Added target to make it easier to debug crashing tests. check-in: ee9c5d8bab user: dkf tags: trunk | |
|
2005-11-08
| ||
| 22:09 | * tests/compExpr-old.test: Updated tests with changed behavior due to addition ... check-in: 21e4b6fdef user: dgp tags: trunk | |
| 20:22 | * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368] check-in: 1523bbef09 user: dgp tags: trunk | |
| 18:26 | * generic/tclPkg.c: Corrected inconsistencies in the value returned * tests/pkg.... check-in: 2d05d9f40a user: dgp tags: trunk | |
| 14:24 | Fix for [Bug 1348775] check-in: 9a120891dc user: dkf tags: trunk | |
|
2005-11-07
| ||
| 15:27 | ANSIfy check-in: 205bce35bc user: dkf tags: trunk | |
| 15:23 | Strip a few more pre-ANSI-isms check-in: 55f46a3066 user: dkf tags: trunk | |
| 15:12 | ANSIfy check-in: 611d25e47c user: dkf tags: trunk | |
| 10:50 | Tidy up check-in: 1a2d088ed3 user: dkf tags: trunk | |
| 10:17 | * tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug 1348775]. The recently add... check-in: 4f9288e45d user: msofer tags: trunk | |
| 09:38 | Squelch the false [Bug 1342858] by removing traces cleanly. The trace leaking is being pursued elsew... check-in: 10f8a97894 user: dkf tags: trunk | |
| 08:56 | Silence a warning. check-in: 5d787006a2 user: dkf tags: trunk | |
|
2005-11-05
| ||
| 02:10 | * tests/trace.test (trace-8.9): added test to detect leak, see [Bug 1348775]. check-in: 3f9024b95c user: msofer tags: trunk | |
|
2005-11-04
| ||
| 23:01 | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman for * win/tclWinPipe.c: extended error... check-in: e69a0476ef user: patthoyts tags: trunk | |
| 22:38 | * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * gene... check-in: 510663a99e user: msofer tags: trunk | |
| 21:18 | RFE 1071992 check-in: d2c467e29a user: kennykb tags: trunk | |
| 21:18 | RFE 1071992 check-in: 08fa9df221 user: kennykb tags: trunk | |
| 20:40 | Bug 1163896 check-in: 361427b2ec user: kennykb tags: trunk | |
| 20:31 | RFE 1333318 check-in: d92df5b420 user: kennykb tags: trunk | |
| 20:13 | Bug 1298737 check-in: 6693b4f5af user: kennykb tags: trunk | |
| 19:37 | Bug 1263012 check-in: d484d6dfe7 user: kennykb tags: trunk | |
| 02:13 | * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: * tests/trace.test: fix for [Bugs... check-in: e8cc729fdc user: msofer tags: trunk | |
| 00:06 | ANSIfy check-in: eeb132b4ae user: dkf tags: trunk | |
|
2005-11-03
| ||
| 01:16 | * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode * win/tclWinConsole.c: support in... check-in: 2cd9811bc4 user: patthoyts tags: trunk | |
| 00:17 | Applied patch #1096916 to support building with MSVC 8. * generic/regerror.c: Avoid use of reserve... check-in: 58ba298c20 user: patthoyts tags: trunk | |
|
2005-11-02
| ||
| 23:26 | ANSIfy check-in: 19a0a6a899 user: dkf tags: trunk | |
| 15:59 | ANSIfy the test code (well, strip some of the worst offences!) check-in: d7327b2b33 user: dkf tags: trunk | |
| 14:51 | ANSIfy; generic/*.c now all done except for test code check-in: 2ffae9b171 user: dkf tags: trunk | |
| 11:55 | ANSIfy (though only partially - function decls only - for tclExecute.c) check-in: 127ec44748 user: dkf tags: trunk | |
| 00:59 | Partial ANSIfy check-in: 2c7cf42253 user: dkf tags: trunk | |
| 00:55 | ANSIfy check-in: c8e360304c user: dkf tags: trunk | |
|
2005-11-01
| ||
| 20:17 | * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistaken assumption that a... check-in: 409332adfd user: dgp tags: trunk | |
| 16:41 | * tests/unixNotfy.test (1.1,2): Update error message whitespace to match changes in ... check-in: 2177fc6e4a user: dgp tags: trunk | |
| 15:58 | Fix test that checked for non-standard case of error message (which was fixed by earlier check-in) check-in: 1bc26181db user: dkf tags: trunk | |
| 15:47 | Think-o fixes check-in: 922079bc35 user: dkf tags: trunk | |
| 15:30 | ANSIfy. Also converted some deeply nested code to a less nested form for easier reading. check-in: a3b0b6f1d9 user: dkf tags: trunk | |
| 15:18 | * expr.test (expr-46.13): Added test that illustrates shortcoming of Patch 134... check-in: 75bfdef543 user: dgp tags: trunk | |
|
2005-10-31
| ||
| 19:54 | * generic/tclNamesp.c: fix for [Bugs 1338280/1337229]. Thanks Don. * tests/trace.test: fix duplica... check-in: 4a32720499 user: msofer tags: trunk | |
| 17:15 | typo check-in: 08fbaa0411 user: dgp tags: trunk | |
| 15:59 | Convert to using ANSI decls/definitions and using the (ANSI) assumption that NULL can be cast to any... check-in: 1e0170d2bf user: dkf tags: trunk | |
| 13:53 | Cleanup and ANSIfy check-in: f917e68cd5 user: dkf tags: trunk | |
|
2005-10-30
| ||
| 22:01 | Assorted syntactic cleanups check-in: 90ab7bfe5b user: dkf tags: trunk | |
|
2005-10-29
| ||
| 21:48 | fix Changelog entry check-in: 8003f499b9 user: msofer tags: trunk | |
| 19:16 | * generic/tclTrace.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TC... check-in: 8556859742 user: msofer tags: trunk | |
|
2005-10-23
| ||
| 19:03 | fix date check-in: c6c95a3640 user: vincentdarley tags: trunk | |
| 18:51 | fix to glob memory leak and file stat ino/nlink on windows check-in: 1daf31761f user: vincentdarley tags: trunk | |
|
2005-10-22
| ||
| 03:37 | * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] check-in: e2aecc5095 user: msofer tags: trunk | |
| 01:35 | * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj leak detection and patch by Eric Me... check-in: c57e03e1c9 user: msofer tags: trunk | |
|
2005-10-21
| ||
| 22:14 | Bug 1334461 check-in: 36585dd60c user: kennykb tags: trunk | |
| 21:49 | Marked some failing tests as knownBug until they can be updated. check-in: ccf23548b8 user: dgp tags: trunk | |
| 20:52 | remove C++ comments check-in: 387b28ffcd user: kennykb tags: trunk | |
| 20:44 | Marked several failing tests as "knownBug" until they can be updated. check-in: b203d2898f user: dgp tags: trunk | |
| 20:30 | Bug 1334461 check-in: bc01fd42a3 user: kennykb tags: trunk | |
| 17:05 | Revised code to build in situations where strchr(.,.) is a macro. check-in: 49783144b5 user: dgp tags: trunk | |
| 15:25 | ANSI-fy declarations and NULL handling check-in: 3b7dc19d2a user: dkf tags: trunk | |
| 12:26 | Formatting regularization check-in: 83ee4d5e21 user: dkf tags: trunk | |
| 10:27 | Improve the documentation of [binary scan] a little. check-in: 1f0b354280 user: dkf tags: trunk | |
|
2005-10-20
| ||
| 12:28 | whitespace cleanup check-in: c774c0effa user: dkf tags: trunk | |
| 12:27 | Remove extra spaces so it's easier to see the tests as groups check-in: 8c05a4a509 user: dkf tags: trunk | |
| 12:21 | * generic/tclListObj.c (TclLsetFlat): * tests/lset.test (lset-10.3): fixed handling of unshared li... check-in: 74298c8832 user: msofer tags: trunk | |
|
2005-10-19
| ||
| 21:35 | See changelog entry check-in: 8f4ff8d98d user: dkf tags: trunk | |
| 21:26 | Fix crash caused by passing -1 as the length to TclNewStringObj(). Only Tcl_NewStringObj (the funct... check-in: f0669d7cb9 user: dkf tags: trunk | |
| 18:39 | * generic/tclClock.c: Removed some dead code. * generic/tclCmdIL.c: ... check-in: 3fd9c620f4 user: dgp tags: trunk | |
| 14:12 | Silence a warning check-in: be0f755545 user: dkf tags: trunk | |
| 14:11 | More typos obscured by typos fixed in previous checkin... check-in: ef38b5144b user: dkf tags: trunk | |
| 14:10 | Fix silly typos check-in: f0df3e345e user: dkf tags: trunk | |
| 13:59 | General cleanup of reflected channel code check-in: fec37cf152 user: dkf tags: trunk | |
| 13:15 | * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed faulty peephole optimisation t... check-in: a77e120bdc user: msofer tags: trunk | |
|
2005-10-18
| ||
| 15:01 | ANSIfy function declarations and definitions check-in: ccb2054288 user: dkf tags: trunk | |
| 14:42 | ANSI function definitions check-in: b0f93b363b user: dkf tags: trunk | |
| 14:34 | Style update and ANSI function definitions. check-in: c34632246c user: dkf tags: trunk | |
| 13:47 | Split off changelog entries for 2004 Fixed erroneous dates on some 2005 entries check-in: 2746a09ce7 user: dkf tags: trunk | |
| 13:19 | * generic/tclExecute.c: Added optimization for I32L64 systems to avoid using bignums... check-in: 397ed5b857 user: dgp tags: trunk | |
|
2005-10-15
| ||
| 23:27 | * generic/tclExecute.c: Restored some optimizations of the INST_INCR_SCALAR1_IMM opc... check-in: 2eb1bb43e9 user: dgp tags: trunk | |
|
2005-10-14
| ||
| 17:35 | See file. check-in: 001edcbce4 user: vasiljevic tags: trunk | |
| 17:34 | Fixed bad definition of CRTEXPORT which should have been CRTIMPORT rather. check-in: 5b4a7f1349 user: vasiljevic tags: trunk | |
| 17:33 | Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 for more info). check-in: 7ffd02a4fa user: vasiljevic tags: trunk | |
| 15:57 | more revisions to TclIncrObj check-in: 1761187d62 user: dgp tags: trunk | |
| 14:38 | removed another do {} while(0) check-in: 9c12bba8ba user: kennykb tags: trunk | |
| 14:18 | Tidied up do {...} while(0) check-in: bb89d90a14 user: kennykb tags: trunk | |
| 12:34 | Updated target file id check-in: 573eb37059 user: patthoyts tags: trunk | |
| 12:31 | Permit building al debug builds as well as release builds check-in: 2fdf890a62 user: patthoyts tags: trunk | |
| 11:14 | * generic/tcl.h: Fix for bug #1256937 - correctly decorate * generic/tclMain.c: imported funct... check-in: ca7ab95d17 user: patthoyts tags: trunk | |
|
2005-10-13
| ||
| 21:49 | Test updates from [Bug 1284178] check-in: b028187ae2 user: dkf tags: trunk | |
| 21:01 | Added some more clarifying comments in Tcl_ClearChannelHandlers() check-in: e296d976e4 user: vasiljevic tags: trunk | |
| 20:51 | Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is bei... check-in: f7a1a7a67b user: vasiljevic tags: trunk | |
| 20:15 | Remove _ANSI_ARGS_ and clean up a few comments check-in: 2b1f602d05 user: dkf tags: trunk | |
| 18:30 | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. * tools/man2tcl.c: ... check-in: d7079d3caa user: dgp tags: trunk | |
| 18:13 | * compat/tclErrno.h: Removed obsolete file. check-in: a707e67c4d user: dgp tags: trunk | |
| 15:23 | Formatting cleanup to more accurately match the coding standards of the rest of the core. check-in: edb51d497a user: dkf tags: trunk | |
| 15:15 | * generic/tclStrToD.c (TclParseNumber): Missing goto caused crash when parsing "Na".... check-in: 5415c75194 user: dgp tags: trunk | |
| 00:56 | formatting check-in: 0fdf63803f user: dkf tags: trunk | |
| 00:14 | quick typo fix; testing check-in: ff7bf450e7 user: dgp tags: trunk | |
| 00:07 | formatting and de-_ANSI_ARGS_-ification check-in: 9e0f6e3e5e user: dkf tags: trunk | |
|
2005-10-12
| ||
| 23:55 | formatting check-in: a79ed7c2fe user: dkf tags: trunk | |
| 23:54 | * generic/tclExecute.c (GetNumberFromObj): Restored some lost optimizations for... check-in: fb65658754 user: dgp tags: trunk | |
| 23:51 | Formatting check-in: c8e230bf0d user: dkf tags: trunk | |
| 23:42 | Scrap _ANSI_ARGS_ macro use, yay! check-in: 175ab7d9cb user: dkf tags: trunk | |
| 22:21 | Formatting and pure ANSI function decls check-in: 5a3e776594 user: dkf tags: trunk | |
| 22:05 | Fix for [Bug 1325099] check-in: 893d9541f9 user: dkf tags: trunk | |
| 18:31 | performance improvements to [incr] check-in: f6eb3e07ae user: kennykb tags: trunk | |
|
2005-10-10
| ||
| 21:50 | TIP#237 introduced a new function, entier, so add it to the list of functions. check-in: 3d619f4afe user: dkf tags: trunk | |
| 20:27 | * generic/tclCompCmds.c: New convenience macro CompileTokens(). check-in: ff5bec97ad user: msofer tags: trunk | |
| 19:52 | * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also added missing "... check-in: c9c0401dc1 user: dgp tags: trunk | |
| 18:00 | * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. * generic/tclInt.h: ... check-in: dbe6cdbda6 user: dgp tags: trunk | |
| 17:33 | Fix two bugs in limits, one a crash and the other a failed flag reset. check-in: 32dacaae68 user: dkf tags: trunk | |
| 16:09 | removing wrong comment check-in: e5da6717f2 user: msofer tags: trunk | |
| 15:51 | * generic/tclExecute.c: fixing errors in last commit. check-in: fa79084fee user: msofer tags: trunk | |
|
2005-10-09
| ||
| 20:05 | * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclStrToD.c: * generic/tclStringObj.c: i... check-in: 6c384e90de user: msofer tags: trunk | |
|
2005-10-08
| ||
| 14:42 | TIP#237 IMPLEMENTATION [kennykb-numerics-branch] Resynchronized with the HEAD; at t... check-in: 83fdb360a9 user: dgp tags: trunk | |
| 13:44 | merge updates from HEAD Closed-Leaf check-in: 1b902ae45a user: dgp tags: kennykb-numerics-branch | |
| 06:43 | more WIDE support check-in: 936ff6a20a user: dgp tags: kennykb-numerics-branch | |
| 06:07 | [kennykb-numerics-branch] * generic/tclExecute.c: More performance macros and speci... check-in: cd534dbb23 user: dgp tags: kennykb-numerics-branch | |
| 01:07 | * generic/tclExecute.c: Macro GetNumberFromObj() is version of TclGetNumberFromObj()... check-in: 6da6e869af user: dgp tags: kennykb-numerics-branch | |
|
2005-10-07
| ||
| 22:35 | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to * tests/fCmd.test (fCmd-20.2)... check-in: c5efc3eed0 user: hobbs tags: trunk, kennykb-numerics-branch-20051008, msofer-wcodes-branch-20051007 | |
| 20:15 | [kennykb-numerics-branch] * generic/tclInt.h: Made #undef NO_WIDE_TYPE the defa... check-in: c420c12ecc user: dgp tags: kennykb-numerics-branch | |
| 18:01 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of compariso... check-in: 852981a34b user: dgp tags: kennykb-numerics-branch | |
| 15:51 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of compariso... check-in: 7818e1ffac user: dgp tags: kennykb-numerics-branch | |
|
2005-10-06
| ||
| 22:04 | store shift result as long, not int check-in: df31ba52d1 user: dgp tags: kennykb-numerics-branch | |
| 18:48 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_RSHI... check-in: 31b83841a8 user: dgp tags: kennykb-numerics-branch | |
| 16:14 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_RSHI... check-in: 7480ac5646 user: dgp tags: kennykb-numerics-branch | |
| 03:41 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_MULT... check-in: ac4d98012f user: dgp tags: kennykb-numerics-branch | |
| 02:51 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance of INST_MULT... check-in: 318d5967ce user: dgp tags: kennykb-numerics-branch | |
|
2005-10-05
| ||
| 22:09 | * generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug 1109294]. Applied the patch provided... check-in: 9a439d406a user: andreas_kupries tags: trunk | |
| 20:36 | * doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of David Welton's patch for it, ... check-in: e261298ba7 user: andreas_kupries tags: trunk | |
| 17:44 | * generic/tclIORChan.c (RcClose): Removed unreachable panic/return statements. This fixes the r... check-in: d91e2f06c9 user: andreas_kupries tags: trunk | |
| 16:28 | [kennykb-numerics-branch] * generic/tclExecute.c: Improved performance INST_MULT an... check-in: 4ab5ab7388 user: dgp tags: kennykb-numerics-branch | |
| 08:03 | * tests/env.test (env-6.1): * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c ... check-in: 9ad1d56456 user: hobbs tags: trunk | |
| 06:34 | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] check-in: 3b9458c858 user: hobbs tags: trunk | |
| 05:03 | * tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): t... check-in: 3bc3dd226c user: hobbs tags: trunk | |
| 04:23 | * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237] check-in: b68aa6b177 user: hobbs tags: trunk | |
| 03:58 | scan %[] requires "one or more chars" [Bug 1277503] check-in: 6164a639b1 user: hobbs tags: trunk | |
| 00:38 | * tests/winFile.test (getuser): allow valid Windows usernames. [Bug 1311285] check-in: bbc78fc172 user: hobbs tags: trunk | |
|
2005-10-04
| ||
| 23:49 | * generic/tclParse.c (Tcl_ParseCommand): add code that recognizes {} in addition to {expand} for w... check-in: f48f4bdd21 user: hobbs tags: trunk | |
| 21:02 | [kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 8d4c5bb62b user: dgp tags: kennykb-numerics-branch | |
| 18:34 | See file. check-in: ec5a717b8e user: vasiljevic tags: trunk | |
| 18:33 | [kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 53add32158 user: dgp tags: kennykb-numerics-branch | |
| 18:33 | Tcl_DeleteTimerHandler(): bail out early if passed NULL argument. check-in: 5576a42ab1 user: vasiljevic tags: trunk | |
| 18:32 | Tcl_ClearChannelHandlers(): now deletes any outstanding timer for the channel. Also, prevents events... check-in: b68b5918fb user: vasiljevic tags: trunk | |
| 16:00 | [kennykb-numerics-branch] * generic/tclExecute.c: Updated TclIncrObj() to more effi... check-in: 0f923b5cc0 user: dgp tags: kennykb-numerics-branch | |
| 13:49 | [kennykb-numerics-branch] * generic/tclBasic.c: Updated more callers to make use ... check-in: 215aa64c5c user: dgp tags: kennykb-numerics-branch | |
|
2005-10-03
| ||
| 19:32 | * generic/tclBasic.c: Re-implemented ExprRoundFunc and ExprEntierFunc to use TclGe... check-in: 2435e3e70d user: dgp tags: kennykb-numerics-branch | |
| 18:25 | Be more choosy about what doubles get converted to longs. check-in: 9fd8db27ff user: dgp tags: kennykb-numerics-branch | |
| 17:42 | fixed test cases for new US DST rules. check-in: 99b4e7ffb5 user: kennykb tags: trunk | |
| 15:50 | [kennykb-numerics-branch] * generic/tclBasic.c: Re-implemented ExprRoundFunc to u... check-in: c247119234 user: dgp tags: kennykb-numerics-branch | |
| 14:38 | Rebuild tzdata from Olson's tzdata2005n.tar.gz check-in: 3417941510 user: kennykb tags: trunk | |
|
2005-10-01
| ||
| 09:28 | Fixed a typo. check-in: 53ed00351b user: davidw tags: trunk | |
|
2005-09-30
| ||
| 19:31 | * generic/tclMain.c: Separate encoding conversion of command line arguments from ... check-in: 3a8318341a user: dgp tags: trunk | |
| 18:53 | fix comment typo check-in: e86060ea27 user: hobbs tags: trunk | |
| 17:02 | [kennykb-numerics-branch] * generic/tclStringObj.c: Bug fix: Missing cast to ... check-in: 14a510d9c1 user: dgp tags: kennykb-numerics-branch | |
| 01:05 | init value to (-)Inf for min/max expr functions to simplify code check-in: 78d70230d5 user: hobbs tags: trunk | |
|
2005-09-29
| ||
| 23:16 | implementation for TIP #255, expr min/max check-in: 5e48c91234 user: hobbs tags: trunk | |
|
2005-09-28
| ||
| 00:23 | formatting check-in: 255d501bf2 user: dgp tags: kennykb-numerics-branch | |
|
2005-09-27
| ||
| 18:42 | [kennykb-numerics-branch] * generic/tcl.h: Changed name of the new Tcl_Obj i... check-in: 2d7e29783f user: dgp tags: kennykb-numerics-branch | |
| 15:35 | Test for [Bug 1116542] check-in: d7a27184e4 user: dkf tags: trunk | |
| 15:20 | Formatting fixes check-in: 205497dd3f user: dkf tags: trunk | |
|
2005-09-26
| ||
| 20:16 | Merge changes from HEAD, including libtommath 0.36 check-in: 14146661ef user: kennykb tags: kennykb-numerics-branch | |
| 19:31 | update tclTomMath.h for bug 1263012 check-in: a5f5e1b89e user: kennykb tags: trunk | |
| 18:44 | Regen tommath.h from release 0.36 check-in: 39058779b3 user: kennykb tags: trunk | |
| 18:27 | merge tommath 0.36 changes into HEAD check-in: ff86421106 user: kennykb tags: trunk | |
| 16:53 | re-import of three damaged PDF's check-in: 770751cc4a user: kennykb tags: trunk | |
| 16:53 | re-import of three damaged PDF's check-in: 7ab3902b64 user: kennykb tags: libtommath | |
| 16:31 | Import of libtommath 0.36 check-in: e024610976 user: kennykb tags: trunk | |
| 16:31 | Import of libtommath 0.36 check-in: 645d0eb193 user: kennykb tags: libtommath | |
|
2005-09-23
| ||
| 16:47 | [kennykb-numerics-branch] * unix/Makefile.in: Added -DMP_PREC=4 switch to all c... check-in: 29be091cd8 user: dgp tags: kennykb-numerics-branch | |
| 16:13 | [kennykb-numerics-branch] * generic/tclStrToD.c: Fixed memory leak. [Bug 1299803]... check-in: 112ace53ab user: dgp tags: kennykb-numerics-branch | |
| 04:03 | [kennykb-numerics-branch] * generic/tclStrToD.c: Memory leak. Comment in TclSetBi... check-in: 961337390c user: dgp tags: kennykb-numerics-branch | |
|
2005-09-20
| ||
| 14:11 | [kennykb-numerics-branch] * generic/tclExecute.c: Revise TclIncrObj() to call ... check-in: dd93281cd4 user: dgp tags: kennykb-numerics-branch | |
|
2005-09-16
| ||
| 19:29 | [kennykb-numerics-branch] * generic/tclInt.h: Added TclBNInitBigNumFrom... check-in: 6e1addf33e user: dgp tags: kennykb-numerics-branch | |
| 16:13 | * libtommath/bn_mp_add_d.c: Bug fix. For mp_add_d(&a, d, &c), when &a has the v... check-in: dc9f2eaf23 user: dgp tags: kennykb-numerics-branch | |
| 15:35 | [kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_cmp_d to routines from ... check-in: f5324453ec user: dgp tags: kennykb-numerics-branch | |
| 01:40 | silence compiler warning check-in: a95dcb3914 user: dgp tags: trunk | |
|
2005-09-15
| ||
| 23:13 | * doc/ParseCmd.3: copy/paste fix [Bug 1292427] check-in: 72ad6487a4 user: msofer tags: trunk | |
| 20:58 | merge updates from HEAD check-in: 29cc0feeb2 user: dgp tags: kennykb-numerics-branch | |
| 16:58 | * generic/tclStringObj.c (TclAppendFormattedObjs): Revision to eliminate one ro... check-in: 1a7995155b user: dgp tags: trunk, kennykb-numerics-branch-20050915 | |
| 16:40 | * generic/tclBasic.c: More callers of TclObjPrintf and * generic/tclCkalloc.c: Tcl... check-in: cf51f10457 user: dgp tags: trunk | |
| 15:30 | More flags hacking, this time for open64 under RHEL3. [Bug 1287638] check-in: 1fd41a0f1d user: dkf tags: trunk | |
|
2005-09-14
| ||
| 21:32 | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: fbec962a12 user: dgp tags: trunk | |
| 18:35 | * generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFo... check-in: b4922798b8 user: dgp tags: trunk | |
| 17:13 | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields ... check-in: 73c6dc5786 user: dgp tags: trunk | |
| 03:46 | * generic/tclBasic.c: First caller of TclFormatToErrorInfo. * generic/tclInt.h: ... check-in: 267895cd36 user: dgp tags: trunk | |
|
2005-09-13
| ||
| 21:23 | * generic/tcl.h: Explicitly standardized on the use of stdarg.h * generic/tcl... check-in: bdf9458b14 user: dgp tags: trunk | |
|
2005-09-12
| ||
| 19:39 | uninitialized vars are bad, mm'kay? check-in: 948d18b8f7 user: dgp tags: kennykb-numerics-branch | |
| 19:12 | * generic/tclCmdAH.c: Added support for the "ll" width * generic/tclString... check-in: a74d98295f user: dgp tags: kennykb-numerics-branch | |
| 14:47 | [kennykb-numerics-branch] Merge updates from HEAD. check-in: 0b3ca397c7 user: dgp tags: kennykb-numerics-branch | |
| 14:31 | 2005-09-12 Don Porter <dgp@users.sourceforge.net> * generic/tclStringObj.c (TclAppendForm... check-in: e034ea072e user: dgp tags: trunk | |
|
2005-09-09
| ||
| 19:27 | silence compiler warnings check-in: d68f155509 user: dgp tags: kennykb-numerics-branch | |
| 19:24 | silence compiler warnings check-in: 9e8ea0b8c1 user: dgp tags: trunk | |
| 19:09 | * generic/tclIORChan.c (RcDecodeEventMask): Added missing type declaration for the parameter 'm... check-in: a44fd1ff0f user: andreas_kupries tags: trunk | |
| 18:48 | [kennykb-numerics-branch] Merge updates from HEAD. check-in: 343239eeff user: dgp tags: kennykb-numerics-branch | |
| 17:54 | typo check-in: ad7d4b5c94 user: dgp tags: trunk | |
| 17:47 | * generic/tclInt.h: New internal routine TclObjPrintf() * generic/tclStr... check-in: 60ba4924b2 user: dgp tags: trunk | |
| 17:19 | added missing casts in tclStringObj.c check-in: 93d1ebfd11 user: kennykb tags: trunk | |
| 15:44 | * generic/tclInt.h: New internal routines TclFormatObj() * generic/tclSt... check-in: d61b665021 user: dgp tags: trunk | |
|
2005-09-08
| ||
| 14:14 | D'oh, missed a spot check-in: fca360fba5 user: dkf tags: trunk | |
| 14:13 | Final fixes check-in: 1ac1207579 user: dkf tags: trunk | |
| 14:10 | Squelch warning check-in: c5c285935a user: dkf tags: trunk | |
| 14:09 | Test suite about fixed up for TIP#254 check-in: c957ef5cb3 user: dkf tags: trunk | |
| 14:05 | Closer to being right... check-in: 1db31ab2b0 user: dkf tags: trunk | |
| 13:50 | More fixing check-in: 17cb3cd598 user: dkf tags: trunk | |
| 13:46 | A bit more fixing... check-in: 1701251b0b user: dkf tags: trunk | |
| 13:42 | First step to fixing test suite check-in: 88e192f51c user: dkf tags: trunk | |
| 13:40 | Oops! check-in: 7ac67d7fe8 user: dkf tags: trunk | |
| 13:38 | Added support machinery for TIP#254 tests check-in: 4a5309ec6e user: dkf tags: trunk | |
| 10:49 | TIP #254 implementation Still missing additional tests. check-in: 62727c5bbe user: dkf tags: trunk | |
|
2005-09-07
| ||
| 15:31 | * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative * tests/utf.t... check-in: c76f2a1966 user: dgp tags: trunk | |
|
2005-09-06
| ||
| 14:40 | Add flag to lists so that evaluating contexts can handle them efficiently much of the time even when... check-in: 3f8b25f1a3 user: dkf tags: trunk | |
|
2005-09-05
| ||
| 10:25 | Make symbol static to stop it from being visible outside the Tcl library on traditional Unix platfor... check-in: e889426f5c user: dkf tags: trunk | |
|
2005-09-02
| ||
| 19:23 | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of static modifier in declaration a... check-in: 5b652caf77 user: andreas_kupries tags: trunk | |
| 17:42 | [kennykb-numerics-branch] * generic/tclScan.c: Bug fix: The %o, %x, %i formats o... check-in: 7f0027be0c user: dgp tags: kennykb-numerics-branch | |
|
2005-09-01
| ||
| 16:27 | * generic/tclObj.c: TclParseNumber calls meant to parse an integer value now pas... check-in: 6e311ccfa4 user: dgp tags: kennykb-numerics-branch | |
| 16:09 | [kennykb-numerics-branch] * generic/tclScan.c: Extended [scan] to accept the %ll... check-in: fc4c109c84 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-31
| ||
| 15:14 | fix date check-in: b5831068b5 user: vincentdarley tags: trunk | |
| 15:12 | allow NULL interp in Tcl_FSMatchInDirectory check-in: 5139fcec81 user: vincentdarley tags: trunk | |
|
2005-08-30
| ||
| 19:20 | [kennykb-numerics-branch] * generic/tclObj.c: Extended bignum support to includ... check-in: 4ef199b1b3 user: dgp tags: kennykb-numerics-branch | |
| 15:54 | [kennykb-numerics-branch] * generic/tclTomMath.h: Added mp_sqrt to routines from ... check-in: 7e5e925b15 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-29
| ||
| 21:55 | * library/tm.tcl (::tcl::tm::roots): Accepted Don Porter's patch for [Tcl SF Bug 1189657]. Sync... check-in: 0ef4ca3087 user: andreas_kupries tags: trunk | |
| 18:38 | [kennykb-numerics-branch] Merge updates from HEAD. check-in: c74bd61cc0 user: dgp tags: kennykb-numerics-branch | |
| 17:54 | renumber expr-39.* to expr-46.* check-in: 484771b620 user: kennykb tags: trunk | |
| 17:11 | [kennykb-numerics-branch] * generic/tclBasic.c: Restored round(.) to the Tcl 8.4 ... check-in: 2088e4d384 user: dgp tags: kennykb-numerics-branch | |
| 16:41 | fix test case bracing and numbering check-in: 7bbdf4ca4c user: kennykb tags: trunk | |
| 16:21 | removed inappropriate swizzling of tcl_precision check-in: e593e8320e user: kennykb tags: trunk | |
| 16:18 | Bug 1275043 check-in: 7e8177ac9d user: kennykb tags: trunk | |
|
2005-08-26
| ||
| 22:11 | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel to {Cut,Splice}Channel for internal use, and c... check-in: fd26ccea74 user: andreas_kupries tags: trunk | |
| 14:43 | Style systematization and _ANSI_ARGS_ removal check-in: 043072b9bc user: dkf tags: trunk | |
| 13:41 | Remove _ANSI_ARGS_ check-in: 63474c1c0a user: dkf tags: trunk | |
| 13:26 | More whitespace cleansing and _ANSI_ARGS_ purging check-in: 94354fd3e6 user: dkf tags: trunk | |
| 11:00 | Remove _ANSI_ARGS_ and tidy up comments check-in: 03e5c68cf3 user: dkf tags: trunk | |
| 08:39 | Fix crashes when running Snit's test suite caused by traces forcing the interp result object to beco... check-in: 2de91b1d0b user: dkf tags: trunk | |
|
2005-08-25
| ||
| 21:48 | Better to panic sanely than to crash with a bad memory access. [Bug 1267380] check-in: 687e384a0d user: dkf tags: trunk | |
| 21:21 | [kennykb-numerics-branch] * generic/tclExecute.c: Bug fix. INST_RSHIFT: shift of n... check-in: 0e9fcc9b56 user: dgp tags: kennykb-numerics-branch | |
| 15:46 | [kennykb-numerics-branch] Merge updates from HEAD * generic/tclExecute.c: Bug fix. ... check-in: 6d651867f9 user: dgp tags: kennykb-numerics-branch | |
| 14:58 | [kennykb-numerics-branch] * generic/tclBasic.c: Extended the domain of round(.) t... check-in: 9bfc46124e user: dgp tags: kennykb-numerics-branch | |
| 10:40 | Fix memory leak caused by throwing away a duplicated object check-in: b518cfe467 user: dkf tags: trunk | |
|
2005-08-24
| ||
| 23:36 | Remove extra blank lines between tests so groups go together better. check-in: aecf511a59 user: dkf tags: trunk | |
| 21:49 | [kennykb-numerics-branch] * generic/tclBasic.c: Revised implementation of the cei... check-in: 9cbb2232b7 user: dgp tags: kennykb-numerics-branch | |
| 18:56 | corrected TRACE bugs, overflowed negative #s, and bad test constraints check-in: 57f3c9f065 user: kennykb tags: kennykb-numerics-branch | |
| 18:51 | [kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: TclBignumToDouble return... check-in: ecd2f01ba8 user: dgp tags: kennykb-numerics-branch | |
| 18:03 | Corrections in comparisons with +/-Inf. check-in: b303293aa3 user: dgp tags: kennykb-numerics-branch | |
| 17:56 | TIP#219 IMPLEMENTATION * doc/SetChanErr.3: ** New File **. Documentation of the new channel A... check-in: d936ddccf8 user: andreas_kupries tags: trunk | |
| 17:25 | [kennykb_numerics_branch] * generic/tclExecute.c: Revised the type promotion rules ... check-in: 39a77d2eea user: dgp tags: kennykb-numerics-branch | |
| 15:15 | fix formatting of fp number with smallest significand check-in: 7c355ef822 user: kennykb tags: trunk | |
| 02:35 | [kennykb_numerics_branch] * generic/tclStrToD.c: Bug fix: set shift magnitude prop... check-in: 56e7ee19b3 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-23
| ||
| 22:14 | [kennykb_numerics_branch] * generic/tclExecute.c: Bug fix: ACCEPT_NAN under INST_UM... check-in: d1892b6d86 user: dgp tags: kennykb-numerics-branch | |
| 19:51 | more test coverage - 0o and entier check-in: d25658eed7 user: kennykb tags: kennykb-numerics-branch | |
| 19:22 | comment fix check-in: 31ce9bdf78 user: dgp tags: kennykb-numerics-branch | |
| 19:16 | Removed TclStrToD and friends, and added '0b' test cases. check-in: d9ef2d3f94 user: kennykb tags: kennykb-numerics-branch | |
| 19:15 | Removed TclStrToD and friends, and added '0b' test cases. check-in: 6abfff338f user: kennykb tags: kennykb-numerics-branch | |
| 18:28 | TclParseNumber enhanced for [scan ... %f], plus better test coverage check-in: 43741d958a user: kennykb tags: kennykb-numerics-branch | |
| 18:13 | * unix/configure.in: * win/configure: Regen. * win/configure.in: Update minimum autoconf version ... check-in: 5ba298340c user: mdejong tags: trunk | |
| 16:51 | * generic/tclStrToD.c: New macros TIP_114_FORMATS and KILL_OCTAL to configure accep... check-in: cbf176439e user: dgp tags: kennykb-numerics-branch | |
| 12:52 | see ChangeLog check-in: 25f32e0007 user: dgp tags: kennykb-numerics-branch | |
| 06:15 | [kennykb_numerics_branch] * generic/tclBasic.c: Re-used the guts of int(.) and wi... check-in: 249580da47 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-22
| ||
| 20:50 | [kennykb_numerics_branch] * generic/tclInt.h: New ACCEPT_NAN macro to mark code... check-in: f38e5baab7 user: dgp tags: kennykb-numerics-branch | |
| 16:11 | [kennykb_numerics_branch] * generic/tclTestObj.c: Disabled unused [testconvertobj] ... check-in: 42f35b9b3b user: dgp tags: kennykb-numerics-branch | |
| 15:48 | [kennykb_numerics_branch] * generic/tclBasic: Added [expr {entier(.)}]. ... check-in: bff9b0d113 user: dgp tags: kennykb-numerics-branch | |
| 14:21 | [kennykb_numerics_branch] * generic/tclInt.h: TCL_WIDE_INT_IS_LONG implies NO_W... check-in: 429b1e2684 user: dgp tags: kennykb-numerics-branch | |
| 13:55 | [kennykb_numerics_branch] * generic/tclInt.h: New internal routine TclSetBignum... check-in: 3bdecb919c user: dgp tags: kennykb-numerics-branch | |
| 12:55 | [kennykb_numerics_branch] * tests/expr.test: Corrected the wideIs64bit constra... check-in: 24dbc7d4fd user: dgp tags: kennykb-numerics-branch | |
| 11:53 | * unix/tclConfig.h.in: autoheader-2.59. check-in: d3b5566cd9 user: das tags: trunk | |
| 04:25 | see ChangeLog check-in: 4c5400e681 user: dgp tags: kennykb-numerics-branch | |
| 03:49 | [kennykb_numerics_branch] * generic/tclInt.h: Moved TclParseInteger to ... check-in: 4348fa75d0 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-19
| ||
| 21:55 | [kennykb_numerics_branch] * generic/tclBasic.c: Updated OldMathFuncProc and ExprA... check-in: e5101a6820 user: dgp tags: kennykb-numerics-branch | |
| 05:17 | [kennykb_numerics_branch] * generic/tclVar.c: Replaced TclPtrIncrVar and TclPtr... check-in: df3782bcce user: dgp tags: kennykb-numerics-branch | |
|
2005-08-18
| ||
| 21:19 | [kennykb_numerics_branch] * generic/tclExecute.c: Fixed string rep invalida... check-in: c2d95f0d3f user: dgp tags: kennykb-numerics-branch | |
| 18:18 | [kennykb_numerics_branch] * generic/tclDictObj.c: DictIncrCmd rewrite to use TclInc... check-in: 09790424d3 user: dgp tags: kennykb-numerics-branch | |
| 02:36 | restore interp->result support in legacy routines check-in: 0d7638cc58 user: dgp tags: kennykb-numerics-branch | |
| 02:09 | added some constraints to the new tests check-in: 2ed44afc2c user: dgp tags: kennykb-numerics-branch | |
|
2005-08-17
| ||
| 23:58 | updated entry with another clash check-in: 391950cb59 user: georgeps tags: trunk | |
| 23:57 | fix a namespace clash with pendingObjData. check-in: 01ee20315e user: georgeps tags: trunk | |
| 23:51 | new entry. fixed the dates on KBK's entries. check-in: 3c0ad8e2bc user: georgeps tags: trunk | |
| 23:48 | Added static to prevent a namespace clash with BuiltinFuncTable. check-in: d812e451ee user: georgeps tags: trunk | |
| 21:39 | changed TclParseNumber to leave endPtrPtr on trailing whitespace check-in: d25c47e8df user: kennykb tags: kennykb-numerics-branch | |
| 21:27 | fixed bad clock test, removed duplicated code in Tcl_Finalize check-in: 08b64cd451 user: kennykb tags: trunk | |
| 20:49 | change expression parser to use TclParseNumber; fix comments in TclParseNumber; fix ExprUnaryFunc check-in: 453dcd4dab user: kennykb tags: kennykb-numerics-branch | |
| 20:12 | revised test conditions to demand IEEE floating point for the tests that require it check-in: 885d44ebb6 user: kennykb tags: kennykb-numerics-branch | |
| 19:34 | fancier casts in Tcl_ExprLongObj to avoid unwanted sign-extension check-in: b52a57497e user: kennykb tags: kennykb-numerics-branch | |
| 19:26 | corrected error in test numbering check-in: c70fb8cc45 user: kennykb tags: kennykb-numerics-branch | |
| 19:22 | fix ChangeLog message check-in: 43db39a13f user: kennykb tags: kennykb-numerics-branch | |
| 19:12 | updated Tcl_Expr* to deal with bignums check-in: 0316f8a042 user: kennykb tags: kennykb-numerics-branch | |
| 18:24 | Changed message catalog file names to lowercase check-in: b5ab97f9e1 user: kennykb tags: trunk | |
| 15:45 | [kennykb_numerics_branch] * generic/tclExecute.c: New routine TclIncrObj to central... check-in: 82b51f0c5c user: dgp tags: kennykb-numerics-branch | |
| 04:57 | [kennykb_numerics_branch] * generic/tclExecute.c: Made bit shifting opcodes and INS... check-in: c4747cae22 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-16
| ||
| 16:55 | [kennykb_numerics_branch] * generic/tclExecute.c: Made binary bitwise opcodes bignu... check-in: 2b68a3e774 user: dgp tags: kennykb-numerics-branch | |
| 04:26 | * generic/tclExecute.c: More revisions to IllegalExprOperandType. Merged INST_BITNOT... check-in: df1d00d8c1 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-15
| ||
| 20:46 | * generic/tclInt.decls: Deleted TclLooksLikeInt() and all callers. * generic/tclUtil... check-in: 785947b9dc user: dgp tags: kennykb-numerics-branch | |
| 18:13 | merge updates from HEAD check-in: b456e92317 user: dgp tags: kennykb-numerics-branch | |
| 16:56 | [kennykb_numerics_branch] * generic/tclExecute.c: Updated execution of comparison b... check-in: f99844c804 user: dgp tags: kennykb-numerics-branch | |
| 03:16 | [kennykb_numerics_branch] * generic/tclExecute.c: Updated execution of arithmetic b... check-in: bc36ed0987 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-13
| ||
| 20:19 | [kennykb_numerics_branch] * generic/tclObj.c: Extended Bignum auto-narrowing to... check-in: 4a117577d0 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-12
| ||
| 23:59 | added /usr/lib/zoneinfo for antique glibc check-in: 9ae2ab8c1f user: kennykb tags: trunk | |
| 23:55 | bug 1257830 check-in: 5e29d06ce1 user: kennykb tags: trunk | |
| 18:29 | [kennykb_numerics_branch] * generic/tclExecute.c: Simplify doCondJump. Use eePtr->... check-in: 9aa7f93430 user: dgp tags: kennykb-numerics-branch | |
|
2005-08-11
| ||
| 22:22 | regen unix/configure check-in: 25d2e6dbfe user: kennykb tags: trunk | |
| 22:06 | radical refactoring of thread storage to untangle dependencies check-in: be83fe62c8 user: kennykb tags: trunk | |
| 21:48 | [kennykb_numerics_branch] * generic/tclExecute.c: Rewrite of INST_LAND/INST_LOR to ... check-in: fe1427b892 user: dgp tags: kennykb-numerics-branch | |
| 16:29 | [kennykb_numerics_branch] * generic/tclStrToD.c: Restored conditional generation o... check-in: a2ca47af7c user: dgp tags: kennykb-numerics-branch | |
|
2005-08-10
| ||
| 18:21 | [kennykb_numerics_branch] * generic/tclTomMath.h: Added mp_shrink, mp_to_unsigned_b... check-in: 57a68b7c98 user: dgp tags: kennykb-numerics-branch | |
| 16:28 | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded check-in: 2570ab9204 user: kennykb tags: trunk | |
|
2005-08-09
| ||
| 13:31 | Squelch a message about an unused variable. check-in: 5a1163b410 user: dkf tags: trunk | |
| 11:02 | More informative comment. check-in: 20881bdebd user: dkf tags: trunk | |
| 04:17 | added nul-termination missing from earlier commit today check-in: 5ad0425206 user: dgp tags: trunk | |
|
2005-08-08
| ||
| 23:20 | file rootname bug fix check-in: 039fc09fcf user: vincentdarley tags: trunk | |
| 19:21 | * generic/tclObj.c: Replaced some goto's with loops and started use of BIGNUM_AU... check-in: ec4b776f0a user: dgp tags: kennykb-numerics-branch | |
| 14:08 | remove obsolete comment check-in: 3bda2ae680 user: dgp tags: trunk | |
|
2005-08-05
| ||
| 23:57 | regen check-in: e6625ce0bf user: dkf tags: trunk | |
| 23:56 | Stop exposing the thread storage guts. Non-core code should never touch it. check-in: 4d67a86a0a user: dkf tags: trunk | |
| 23:00 | Typo (spotted by George Staplin) check-in: c35f167f8a user: dkf tags: trunk | |
| 20:36 | Solaris mis-names the cp1251 encoding. check-in: 5729270551 user: dkf tags: trunk | |
| 19:03 | Further nonPortable [binary] test cleanup check-in: ae8648b5cb user: kennykb tags: trunk | |
| 18:50 | Handle abs(-0x80000000) [Bug 1241572] check-in: e57db809fd user: kennykb tags: trunk | |
| 18:24 | Cleaned up [binary scan] testing for NaN [Bug 1246264] check-in: a8f252687c user: kennykb tags: trunk | |
| 18:15 | removed refs to ldAout.tcl [Bug 1244361] check-in: 5fd3b5f95d user: kennykb tags: trunk | |
| 14:04 | Rewrote Tcl_GetDoubleFromObj check-in: f8b91179cf user: dgp tags: kennykb-numerics-branch | |
| 01:58 | typo fixes check-in: 098279b9b2 user: dgp tags: trunk | |
|
2005-08-04
| ||
| 21:27 | * generic/tclObj.c: Rewrote Tcl_GetBooleanFromObj() and supporting routines to m... check-in: 7f91b46a52 user: dgp tags: kennykb-numerics-branch | |
| 19:56 | silence compiler warning check-in: 2d632fc787 user: dgp tags: trunk | |
| 17:28 | * generic/tclIO.c (CloseChannel): Fixed comment nit, added apparently missing word to complete ... check-in: 561dff49b3 user: andreas_kupries tags: trunk | |
| 16:47 | merge updates from HEAD check-in: 7f6257cfc2 user: dgp tags: kennykb-numerics-branch | |
| 16:32 | Deleted the UpdateStringOfBoolean() routine, that can never be called. check-in: 74dbf03515 user: dgp tags: trunk | |
| 15:55 | * generic/tclObj.c: Simplified routines that manage the typeTable. check-in: e8f3ca7497 user: dgp tags: trunk | |
|
2005-08-03
| ||
| 22:25 | * generic/tclCompExpr.c: Untangled some dependencies in the * generic/tclEven... check-in: 66913381b4 user: dgp tags: trunk | |
|
2005-08-02
| ||
| 18:14 | merge updates from HEAD check-in: 10feab7c07 user: dgp tags: kennykb-numerics-branch | |
|
2005-07-30
| ||
| 07:57 | * unix/tclLoadDyld.c (TclpDlopen, TclpLoadMemory): workarounds for bugs/changes in behaviour in Ma... check-in: 944ee67d7d user: das tags: trunk | |
|
2005-07-29
| ||
| 14:47 | Take care with globals that have an entry in the var table but "don't exist" check-in: 7a08ba9e4b user: dkf tags: trunk | |
| 03:47 | * win/README: Update link to msys_mingw8.zip check-in: fa54ee0c4e user: mdejong tags: trunk | |
|
2005-07-28
| ||
| 18:42 | * tests/compExpr-old.test: Still more conversion of "nonPortable" * tests/error... check-in: ef95c5ebb7 user: dgp tags: trunk | |
| 10:55 | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems to * unix/tclUnixPipe.c (TclpOp... check-in: 6c8172e1e6 user: dkf tags: trunk | |
|
2005-07-27
| ||
| 18:23 | * generic/tclUtil.c: Converted the $::tcl_precision value to be kept per-thread t... check-in: acdeee7ba6 user: dgp tags: trunk | |
| 18:12 | * tests/expr.test: Consolidated equivalent constraints into * tests/fileName.te... check-in: ec63acc455 user: dgp tags: trunk | |
| 16:23 | * library/init.tcl ([unknown]): Corrected return code handling in the portions of [u... check-in: d65db8782a user: dgp tags: trunk | |
|
2005-07-26
| ||
| 20:20 | * unix/configure: Regen. * unix/configure.in: Check for a $prefix/share directory and add it the ... check-in: 8f2e61fad0 user: mdejong tags: trunk | |
| 17:06 | * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use per-thread counter,... check-in: 0c06029c78 user: dgp tags: trunk | |
| 16:24 | typo check-in: 8bdfd9ce33 user: dgp tags: trunk | |
| 16:21 | * generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that * tests/trace.te... check-in: 34289a2ca0 user: dgp tags: trunk | |
|
2005-07-25
| ||
| 20:48 | Getting more systematic about style check-in: b09ad6a0a6 user: dkf tags: trunk | |
| 13:29 | D'oh! [Bug 1244358] check-in: a18dc27e5e user: dkf tags: trunk | |
| 00:39 | * unix/configure: Regen. * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/configure: Regen. ... check-in: 65b63ba325 user: mdejong tags: trunk | |
|
2005-07-24
| ||
| 22:56 | Getting more systematic about style check-in: 83d72c558c user: dkf tags: trunk | |
|
2005-07-23
| ||
| 04:12 | * library/auto.tcl: Updates to the Tcl script library to make * library/history.... check-in: 58a2150746 user: dgp tags: trunk | |
| 02:59 | * tests/string.test: Add string is tests for functionality that was not tested. * win/README: Upd... check-in: 91d8e75c82 user: mdejong tags: trunk | |
| 01:31 | * generic/tclExecute.c (INST_DICT_*): stop 2 compiler warnings for uninitialised variables. check-in: 8fddec119a user: msofer tags: trunk | |
| 00:04 | Getting more systematic about style check-in: 78a871bd80 user: dkf tags: trunk | |
|
2005-07-22
| ||
| 23:56 | Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. check-in: c0b4cb6f89 user: dkf tags: trunk | |
|
2005-07-21
| ||
| 21:50 | regen check-in: 0b575edc35 user: dkf tags: trunk | |
| 21:48 | Compiler for [dict] and related changes. check-in: 9ef02c62c4 user: dkf tags: trunk | |
| 21:22 | drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tcl check-in: 04c5a55f9f user: kennykb tags: trunk | |
| 16:58 | fix compile error check-in: dbbcf9b7f6 user: dgp tags: trunk | |
| 14:38 | Systematizing the formatting check-in: ac613e6b94 user: dkf tags: trunk | |
|
2005-07-20
| ||
| 23:16 | Getting more systematic about style check-in: 0c5cea4d81 user: dkf tags: trunk | |
|
2005-07-19
| ||
| 22:45 | Getting more systematic about style check-in: f9332bdd5d user: dkf tags: trunk | |
| 13:37 | Systematizing the formatting Also simplified the AIX loader so that it's failure-mode code wasn't sc... check-in: b174fe79d4 user: dkf tags: trunk | |
| 08:51 | Formatting systematization. Also removed check of result of ckalloc() for NULL; it will never succe... check-in: ac17f9daa2 user: dkf tags: trunk | |
| 00:09 | Getting more systematic about style check-in: 690576859a user: dkf tags: trunk | |
|
2005-07-17
| ||
| 22:25 | socket wrong#args message now follows the general conventions check-in: 82a53c1796 user: dkf tags: trunk | |
| 22:06 | Try again :-} check-in: 8df7db4799 user: dkf tags: trunk | |
| 22:04 | Ugh; convert unfortunate tab back to a space check-in: 78a4e02f90 user: dkf tags: trunk | |
| 21:54 | D'oh check-in: d331cb6616 user: dkf tags: trunk | |
| 21:46 | oops; how did I reorder those fields? :-( check-in: 911066ce3f user: dkf tags: trunk | |
| 21:17 | Getting more systematic about style check-in: 7591df07d6 user: dkf tags: trunk | |
|
2005-07-16
| ||
| 21:29 | Tk Bug 1227781 check-in: 9a6ea91409 user: kennykb tags: trunk | |
|
2005-07-15
| ||
| 22:32 | Bug 1237907 check-in: 96beb107b1 user: kennykb tags: trunk | |
| 15:53 | Whitespace/comment tidying check-in: 3aa642dd43 user: dkf tags: trunk | |
| 15:09 | More tidying up check-in: 09344621a7 user: dkf tags: trunk | |
|
2005-07-14
| ||
| 13:41 | More minor tinkering with comments and code-layout check-in: 08ca5567ca user: dkf tags: trunk | |
| 12:17 | Stop warning check-in: dad22a94ac user: dkf tags: trunk | |
| 12:12 | Oops check-in: a0355a2506 user: dkf tags: trunk | |
| 10:50 | Style improvements to tclCompile.c, plus bytecode printing enhancements. check-in: 330dac0c81 user: dkf tags: trunk | |
|
2005-07-13
| ||
| 20:33 | copy/paste/fail-to-modify error in comment. check-in: 2ab7e4e48c user: dgp tags: trunk | |
| 20:00 | * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the * win/tclWinSock.c: ... check-in: 1fd12e8db7 user: dgp tags: trunk | |
|
2005-07-12
| ||
| 20:38 | merged changes from HEAD check-in: adeb44b25c user: kennykb tags: kennykb-numerics-branch | |
| 20:35 | merged changes from HEAD check-in: 5316ea45e0 user: kennykb tags: kennykb-numerics-branch | |
| 20:15 | first round of TIP#249 changes check-in: a0804d1a4c user: kennykb tags: kennykb-numerics-branch | |
| 09:39 | Doc clarification check-in: 9fdbe9d9e3 user: dkf tags: trunk | |
|
2005-07-11
| ||
| 15:03 | Purely style-guide cleansing check-in: 4b3d278317 user: dkf tags: trunk | |
|
2005-07-09
| ||
| 00:27 | * generic/tclExecute.c (TclExecuteByteCode): Reimplement long and wide type integer divisio... check-in: 7acb2424cc user: mdejong tags: trunk | |
|
2005-07-06
| ||
| 15:17 | * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. check-in: 828cc933d5 user: dgp tags: trunk | |
|
2005-07-05
| ||
| 20:54 | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. check-in: 874e6a52dd user: dgp tags: trunk | |
| 18:15 | * generic/tclUtil.c: Converted TclFormatInt() into a macro. * generic/tclInt.decl... check-in: 3af2919289 user: dgp tags: trunk | |
| 17:33 | * generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.... check-in: e4ef8384ac user: dgp tags: trunk | |
| 14:19 | Style-guide reformat and get rid of gcc warning check-in: 594cf90263 user: dkf tags: trunk | |
| 11:37 | Much whitespace/style tidying up check-in: 720eee7591 user: dkf tags: trunk | |
|
2005-07-04
| ||
| 22:26 | Whitespace/fmt fixes check-in: c360150c2e user: dkf tags: trunk | |
| 21:19 | Purge remnants of old dictionary rep interlocking code; it only ever worked when the locking was in ... check-in: 15359b6f9c user: dkf tags: trunk | |
|
2005-07-01
| ||
| 10:29 | Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: e5562a29ac user: vasiljevic tags: trunk | |
|
2005-06-29
| ||
| 03:28 | * generic/tclExecute.c (TclExecuteByteCode): When parsing an integer operand for a unary ... check-in: 101dfd39ca user: mdejong tags: trunk | |
|
2005-06-27
| ||
| 18:00 | increased warning about [auto_reset] bug fix. check-in: 6f625117c2 user: dgp tags: trunk | |
|
2005-06-26
| ||
| 22:10 | Add explanatory comment about static unprotected variables. check-in: e9e2d93772 user: dkf tags: trunk | |
|
2005-06-24
| ||
| 23:32 | * library/auto.tcl: Make file safe to re-[source] without destroying registered ... check-in: d1e3417e82 user: dgp tags: trunk | |
| 20:07 | cleanup Tcl_Preserve after exit handlers check-in: 3519b5327d user: kennykb tags: trunk | |
| 15:06 | * library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mk... check-in: 2c82378f14 user: dgp tags: trunk | |
|
2005-06-23
| ||
| 19:48 | bug 1225957 check-in: 0549954de3 user: kennykb tags: trunk | |
| 17:01 | * tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels. check-in: 6efbd658a3 user: das tags: trunk | |
|
2005-06-22
| ||
| 21:39 | bug 1225044 check-in: e7ae1a09c0 user: kennykb tags: trunk | |
| 21:24 | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy... check-in: b165576fdb user: dgp tags: trunk | |
| 19:47 | bug 1225727 check-in: 6c3e03abdb user: kennykb tags: trunk | |
|
2005-06-21
| ||
| 19:49 | * generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 2d2e2a398c user: andreas_kupries tags: trunk | |
| 19:20 | bug 1194458 check-in: 8ba6448607 user: kennykb tags: trunk | |
| 18:32 | * generic/tclBasic.c: Added missing walk of the list of active traces * generic/tc... check-in: aa95aa1c1e user: dgp tags: trunk | |
| 14:17 | autoconf check-in: 3a7fe5e9c9 user: dgp tags: trunk | |
| 08:51 | Only enable the 'compile' special debugging feature when requested in configure.in; removes irreleva... check-in: 0cc9693bf4 user: dkf tags: trunk | |
|
2005-06-20
| ||
| 23:10 | typos check-in: 5e3832c359 user: dkf tags: trunk | |
| 22:55 | typo check-in: abcd456abe user: dkf tags: trunk | |
| 21:27 | Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] check-in: 3f3cff9adc user: dkf tags: trunk | |
| 10:01 | Update error case handling following Mo's updates (which are a good thing) check-in: ffddfd73f3 user: dkf tags: trunk | |
| 07:48 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passe... check-in: d616dbd68a user: mdejong tags: trunk | |
|
2005-06-18
| ||
| 21:45 | * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ... check-in: 02ddae4aec user: das tags: trunk | |
|
2005-06-17
| ||
| 23:41 | Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 5f26324c95 user: dkf tags: trunk | |
| 14:26 | Fix an odd [after]-and-limits problem. [Bug 1221395] check-in: 6d6caaf8f9 user: dkf tags: trunk | |
|
2005-06-14
| ||
| 13:45 | Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquett... check-in: dd2595e57a user: dkf tags: trunk | |
|
2005-06-13
| ||
| 08:31 | correct fix to file mkdir check-in: 9c6c2985d7 user: vincentdarley tags: trunk | |
|
2005-06-12
| ||
| 22:19 | D'oh! check-in: 1f520360c7 user: dkf tags: trunk | |
| 22:13 | Simplify command compilation by moving numerous common stanzas into macros so that things say what t... check-in: 82d80d8b59 user: dkf tags: trunk | |
|
2005-06-10
| ||
| 15:22 | Improve the [chan] documentation check-in: af4a1c46e7 user: dkf tags: trunk, msofer-wcodes-20050611 | |
|
2005-06-09
| ||
| 16:24 | fix to race condition in file mkdir and fix to glob documentation check-in: a6ebffa26e user: vincentdarley tags: trunk | |
| 14:23 | Small doc improvements [Bug 1211078] etc. check-in: 06bfc11ebc user: dkf tags: trunk | |
|
2005-06-08
| ||
| 21:17 | typo fix check-in: 03edf0eac5 user: dkf tags: trunk | |
| 14:12 | D'oh. [Bug 1217017] check-in: 143c847915 user: dkf tags: trunk | |
|
2005-06-07
| ||
| 21:46 | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", * generic/tclIndex... check-in: 9c1c8c3166 user: dgp tags: trunk | |
| 21:31 | Added (untested!) implementation of truncation for Windows check-in: a43119ea8e user: dkf tags: trunk | |
| 21:14 | * generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as requ... check-in: 26620cf722 user: dgp tags: trunk | |
| 20:52 | Now for a real test of [chan truncate]... check-in: ffa6301002 user: dkf tags: trunk | |
| 20:37 | Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! check-in: 4d740196df user: dkf tags: trunk | |
| 14:13 | autoconf check-in: 2c02e2527f user: dgp tags: trunk | |
| 14:03 | Bump patchlevel to a4 check-in: 0c38ae7bb8 user: dkf tags: trunk | |
| 10:04 | Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs messages (used in [read]... check-in: b3487bb8b8 user: dkf tags: trunk | |
| 09:18 | Add missing return TCL_ERROR check-in: 194aedaa6e user: dkf tags: trunk | |
| 09:07 | Another indentation fix check-in: 5ddb9adb32 user: dkf tags: trunk | |
| 09:06 | Clean up indentation check-in: 65eb529bed user: dkf tags: trunk | |
| 09:04 | Add missing return in wrong#args case check-in: 1816c38092 user: dkf tags: trunk | |
| 02:12 | copy/paste/modify error check-in: 0b19608243 user: dgp tags: trunk | |
| 02:10 | typo check-in: 8d33e93a6d user: dgp tags: trunk | |
| 02:07 | make genstubs check-in: b683f2cde5 user: dgp tags: trunk | |
|
2005-06-06
| ||
| 23:45 | TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no t... check-in: 3280056391 user: dkf tags: trunk | |
| 20:54 | Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on hpux/native cc check-in: 065f9ddc96 user: kennykb tags: trunk | |
|
2005-06-04
| ||
| 21:06 | note tag date for 8.5a3 check-in: 426944cc6e user: hobbs tags: trunk, core-8-5-a3 | |
| 21:06 | add libtommath to dist target check-in: eef0f5a23f user: hobbs tags: trunk | |
|
2005-06-03
| ||
| 16:49 | update changes for 8.5a3 release. check-in: cd6f82cc11 user: dgp tags: trunk | |
| 10:02 | Remove blatant inefficiency in [parray] check-in: 602628a115 user: dkf tags: trunk | |
| 08:52 | * macosx/Makefile: fixed 'embedded' target. check-in: ed94bc6122 user: das tags: trunk | |
|
2005-06-02
| ||
| 22:56 | * unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var * tools/tcltk-man2html.tcl: add a --u... check-in: af56fb84a6 user: hobbs tags: trunk | |
| 09:48 | regenerated after dkf's modifications to tcl.m4 check-in: aecf3a0fe9 user: rmax tags: trunk | |
| 09:19 | Fix m4 quoting problems :} check-in: 122b06ca01 user: dkf tags: trunk | |
| 03:11 | This close to a release, simple is better. check-in: b191ed7c37 user: dgp tags: trunk | |
|
2005-06-01
| ||
| 22:19 | * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, * generic/tclResult.... check-in: cc9274d22e user: dgp tags: trunk | |
| 21:45 | d'oh! check-in: 49146570cd user: dgp tags: trunk | |
| 21:38 | * generic/tclBasic.c: For compatibility with earlier Tcl releases, * generic/tclRe... check-in: ad959189c3 user: dgp tags: trunk | |
| 11:00 | Implementation of TIP#241 from Joe Mistachkin Also compilation of [switch -glob -nocase] from Donal ... check-in: 1dd0879381 user: dkf tags: trunk | |
| 10:02 | Increase efficiency of [lindex] compilation check-in: b3662bfb9f user: dkf tags: trunk | |
| 09:37 | Make the threaded build compile again... check-in: 745f7e4cf0 user: dkf tags: trunk | |
|
2005-05-31
| ||
| 12:29 | Standardize help messages for 'configure --help' using AC_HELP_STRING check-in: 4392cbd439 user: dkf tags: trunk | |
| 11:38 | See file. check-in: f40644f675 user: vasiljevic tags: trunk | |
| 11:37 | The notifier thread is now created as joinable and properly joined in the Tcl_FinalizeNotifier. check-in: 72d6038dca user: vasiljevic tags: trunk | |
|
2005-05-30
| ||
| 07:57 | See file. check-in: a02f77bfd6 user: vasiljevic tags: trunk | |
| 07:56 | Fixed Tcl Bug #1204064. check-in: b189cce3c3 user: vasiljevic tags: trunk | |
| 00:04 | TIP#229 implementation check-in: f1050beab4 user: dkf tags: trunk | |
|
2005-05-26
| ||
| 11:18 | * macosx/Makefile: moved & corrected EMBEDDED_BUILD check. * unix/configure.in: corrected framewo... check-in: 7028a4742a user: das tags: trunk | |
| 08:08 | Tab characters are important in *roff tables... check-in: 00b02d06b9 user: dkf tags: trunk | |
|
2005-05-25
| ||
| 19:27 | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast check-in: a1d08b0d48 user: hobbs tags: trunk | |
| 16:13 | TIP#182 IMPLEMENTATION [Patch 1165062] * doc/mathfunc.n: New built-in math f... check-in: ba76483869 user: dgp tags: trunk | |
|
2005-05-24
| ||
| 19:13 | * library/init.tcl: Updated [unknown] to be sure the [return] * tests/init.test:... check-in: f259162cb6 user: dgp tags: trunk | |
| 04:44 | * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars that need to be ... check-in: 07573183ed user: das tags: trunk | |
|
2005-05-23
| ||
| 23:38 | fixed typo in EXTRA_INSTALL_BINARIES check-in: 70025405a5 user: das tags: trunk | |
| 20:20 | * macosx/Makefile: * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: ... check-in: 7c25639f1f user: das tags: trunk | |
| 20:19 | * generic/tclIOUtil.c (TclLoadFile): * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: ad... check-in: f1f3008c90 user: das tags: trunk | |
| 20:18 | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a count > 1 to return a string wi... check-in: 26e1c8d94c user: das tags: trunk | |
| 17:40 | * doc/expr.n: * doc/string.n: fixed roff syntax complaints from 'make html'. check-in: 261e228a30 user: das tags: trunk | |
|
2005-05-22
| ||
| 01:30 | Fixed a bug in expr round(x) function: returned an empty string if x was an integer check-in: 503afc89f6 user: chengyemao tags: trunk | |
|
2005-05-21
| ||
| 15:10 | Resynchronized with HEAD check-in: 96be07d7c8 user: kennykb tags: kennykb-numerics-branch | |
|
2005-05-20
| ||
| 15:29 | * generic/tclParseExpr.c: Corrected parser to recognize all boolean literals a... check-in: ced7ccb24b user: dgp tags: trunk | |
| 02:50 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 6db5952245 user: das tags: trunk | |
|
2005-05-19
| ||
| 22:49 | Quell a gcc warning check-in: ddf3146780 user: dkf tags: trunk | |
| 15:17 | Scratch one bizarre while loop... :^) check-in: 87030df1be user: dkf tags: trunk | |
| 13:28 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: 3a9463d7ae user: das tags: trunk | |
| 13:27 | * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In... check-in: a8c0c897b7 user: das tags: trunk | |
|
2005-05-18
| ||
| 20:54 | * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around Tcl_ExprBooleanObj... check-in: c3e78c6b7d user: dgp tags: trunk | |
| 19:09 | minor phrasing improvements. check-in: 1fe5c2c031 user: dgp tags: trunk | |
| 16:44 | * doc/BoolObj.3: Rewrite of documentation dropping many details about the int... check-in: 95abe9b7f5 user: dgp tags: trunk | |
| 15:43 | * generic/tclInt.h: Revision to the "boolean" Tcl_ObjType, so * generic/tclObj.c... check-in: 5a07f799a9 user: dgp tags: trunk | |
|
2005-05-17
| ||
| 21:28 | * generic/tclObj.c (TclInitObjSubsystem): Removed the * tests/listObj.test: ... check-in: 2074e27c04 user: dgp tags: trunk | |
|
2005-05-16
| ||
| 15:35 | restore MSVC buildability of tclWin32Dll.c check-in: c022adcc3b user: kennykb tags: trunk | |
| 08:41 | And another silly mistake... check-in: 9136f67092 user: dkf tags: trunk | |
| 08:38 | Fixed minor mistake in the example (not following best-practice as described in the Portability sec... check-in: c73418300c user: dkf tags: trunk | |
|
2005-05-14
| ||
| 23:15 | whitespace/style policing check-in: 52d15b0b4d user: dkf tags: trunk | |
| 21:37 | whitespace fix check-in: 43fd4654a7 user: dkf tags: trunk | |
| 20:46 | * generic/tclInt.decls: * generic/tclTest.c: * generic/tclUtil.c: * win/tclWin32Dll.c: fixed lin... check-in: 7ff2693241 user: das tags: trunk | |
|
2005-05-13
| ||
| 21:20 | further rework of SEH check-in: d1306f71a8 user: kennykb tags: trunk | |
| 17:11 | * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. * generic/tclBinary.c... check-in: c4a9664679 user: dgp tags: trunk | |
|
2005-05-12
| ||
| 22:48 | Corrected duplication of test names check-in: b3032b4166 user: dgp tags: trunk | |
| 21:21 | changed NAME to match the name of the page. check-in: 9092afcc5a user: kennykb tags: trunk | |
| 16:23 | Corrected example that confused [namespace which] and [namespace origin] check-in: 2151523185 user: dgp tags: trunk | |
|
2005-05-11
| ||
| 17:18 | repeat merge with HEAD check-in: 33802b0c8b user: kennykb tags: kennykb-numerics-branch | |
| 15:39 | Added UCHAR's to ctype macros in tclStrToD.c check-in: b5d1ecb4f0 user: kennykb tags: trunk | |
| 15:00 | Synchronized with HEAD check-in: 6ea4a2ae77 user: kennykb tags: kennykb-numerics-branch | |
| 00:53 | * unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly compliant compilers that don't lik... check-in: 03b9a47d8d user: hobbs tags: trunk | |
| 00:51 | * tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks t... check-in: fab27ad2b8 user: hobbs tags: trunk | |
|
2005-05-10
| ||
| 20:17 | Fixes for C++-style comment and bad NaN on PA-RISC check-in: a4754204f2 user: kennykb tags: trunk | |
| 19:11 | fixed Changelog entry for [Bug 1198892] fix - forgot to mention new regression tests. check-in: 0b53eeb272 user: msofer tags: trunk | |
| 18:59 | fix ChangeLog message for last commit check-in: 6fef346e5e user: kennykb tags: trunk | |
| 18:54 | Fixed uninitialized memory read in tclBinary.c when passing a NaN to 'd','q','Q' formats check-in: 14211c3843 user: kennykb tags: trunk | |
| 18:33 | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 check-in: 1cc2336920 user: kennykb tags: trunk | |
| 17:20 | committed local libtommath changes from kennykb-numerics-branch back to the Tcl HEAD check-in: edc85b6177 user: kennykb tags: trunk | |
| 16:57 | Merged special handling of trivial patterns into Tcl_ListMathFuncs. check-in: 72a41f9405 user: dgp tags: kennykb-numerics-branch | |
| 16:11 | Merged changes from HEAD check-in: bae9c0a530 user: kennykb tags: kennykb-numerics-branch | |
| 10:02 | * generic/tclExecute.c (ExponLong, ExponWide): fixed special case 'i**0' for i>0 [Bug 1198892] check-in: 4b97cfe954 user: msofer tags: trunk | |
|
2005-05-09
| ||
| 22:13 | further fixes for structured event handling and frame pointer omission check-in: 9a65c5d521 user: kennykb tags: kennykb-numerics-branch | |
|
2005-05-08
| ||
| 20:41 | portability hacks and eliminate bad CPUID code check-in: ed4639b2c7 user: kennykb tags: kennykb-numerics-branch | |
|
2005-05-07
| ||
| 21:09 | fixed underflow bug in MSVC with -O3 check-in: 85f6025e11 user: kennykb tags: kennykb-numerics-branch | |
| 19:18 | Revised initialization of tclStrToD.c check-in: d5f6456bdd user: kennykb tags: kennykb-numerics-branch | |
| 00:05 | * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ... check-in: 8f214f2854 user: hobbs tags: trunk | |
|
2005-05-05
| ||
| 18:37 | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. * generic/tclInt.h: ... check-in: 751ccc1989 user: dgp tags: trunk | |
| 17:55 | Merged with HEAD check-in: b77c9a87c6 user: kennykb tags: kennykb-numerics-branch | |
| 17:52 | Corrected a compilation error in the --enable-threads configuration check-in: db79d08c45 user: kennykb tags: trunk | |
| 17:20 | * generic/tclCompCmds.c: Factored common efficiency trick into a macro named ... check-in: 4c8dcccfb3 user: dgp tags: trunk | |
| 15:32 | * generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: ... check-in: 2f2f477a05 user: dgp tags: trunk | |
|
2005-05-03
| ||
| 18:07 | * doc/DString.3: Eliminated use of identifier "string" in Tcl's * doc/Environ... check-in: 83aa957ebe user: dgp tags: trunk | |
|
2005-05-02
| ||
| 21:45 | * generic/tcl.decls: * generic/tclBasic.c: Simplified implementation of Tcl_ExprSt... check-in: 6c4cb20910 user: dgp tags: trunk | |
|
2005-04-30
| ||
| 11:47 | * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. check-in: 73b282ccef user: das tags: trunk | |
|
2005-04-29
| ||
| 21:47 | Whitespace/formatting fixes check-in: 709b42df9d user: dkf tags: trunk | |
| 20:49 | TIP#176 IMPLEMENTATION [Patch 1165695] * generic/tclUtil.c: Extended TclGetIntF... check-in: d9e4591786 user: dgp tags: trunk | |
|
2005-04-28
| ||
| 14:24 | * tests/unixInit.test (7.1): Alternative fix for the 2004-11-11 commit. check-in: 5dcc3507b3 user: dgp tags: trunk | |
| 05:31 | * library/init.tcl: Corrected flaw in interactive command * tests/main.test: ... check-in: 25b4da904a user: dgp tags: trunk | |
|
2005-04-27
| ||
| 18:48 | TIP#183 IMPLEMENTATION [Patch 577093] * generic/tclIOUtil.c (TclGetOpenModeEx): ... check-in: 6a178af03a user: dgp tags: trunk | |
|
2005-04-26
| ||
| 20:54 | corrected an EDOM handling input overflow on Solaris check-in: a554dde816 user: kennykb tags: kennykb-numerics-branch | |
| 17:09 | Corrected NaN handling in [binary format] check-in: dfb89408db user: kennykb tags: kennykb-numerics-branch | |
| 16:54 | correct uninit mem ref in Tcl_GetDoubleFromObj check-in: a38967256a user: kennykb tags: kennykb-numerics-branch | |
| 16:32 | Restored silent overflow/underflow to input conversions check-in: 1fa534af9f user: kennykb tags: kennykb-numerics-branch | |
| 00:44 | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ... check-in: 20a693c229 user: das tags: trunk | |
|
2005-04-25
| ||
| 21:37 | Merged with HEAD. check-in: fcce6158ac user: kennykb tags: kennykb-numerics-branch | |
| 20:15 | Olson's tzdata2005i check-in: 908327be7a user: kennykb tags: trunk | |
| 19:59 | Revised documentation for TIP 232 check-in: e6c2f423c4 user: kennykb tags: kennykb-numerics-branch | |
| 17:07 | * library/init.tcl: Use "ni" and "in" operators. check-in: c386e86f4f user: dgp tags: trunk | |
| 10:05 | fix comments check-in: 5b62507eda user: msofer tags: trunk | |
| 10:01 | * generic/tclExecute.c: fix for [Bug 1189274]. check-in: 732199b541 user: msofer tags: trunk | |
| 02:08 | silence compiler warnings check-in: 9cb000f783 user: dgp tags: trunk | |
|
2005-04-22
| ||
| 16:26 | typo check-in: b4f40c1307 user: dgp tags: trunk | |
| 16:18 | * tests/string.test: Test string-23.0 for Bug 1187123. check-in: 8dc78c8b55 user: dgp tags: trunk | |
| 15:46 | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring it into agreement... check-in: 9cc02e7123 user: dgp tags: trunk | |
|
2005-04-21
| ||
| 22:42 | * generic/tclLiteral.c: Disabled the code that forces some literals into the "int" T... check-in: 3dd9e52203 user: dgp tags: trunk | |
| 21:29 | * generic/tclDictObj.c: Updated callers to call new routine. check-in: 60d7ff04ee user: dgp tags: trunk | |
| 21:23 | * generic/tclBasic.c: Updated callers to call new routine. * generic/tclCompCmds.c... check-in: b0a22119dc user: dgp tags: trunk | |
| 20:35 | stifle compiler warning check-in: ace1bd5a92 user: dgp tags: trunk | |
| 20:24 | * generic/tclGet.c: Radical code simplification. Converted Tcl_GetFoo() routine... check-in: c5a5c3f411 user: dgp tags: trunk | |
| 15:49 | Tcl_GetDoubleFromObj now avoids shimmering away a "wideInt" intrep. check-in: 2ac5b9233d user: dgp tags: trunk | |
| 15:23 | * generic/tclObj.c: Re-ordered error detection code so all values with trailing ... check-in: e2ac645480 user: dgp tags: trunk | |
| 14:23 | * doc/GetInt.3: Convert argument "string" to "str" to agree with code. Also clarifie... check-in: c2065c79f6 user: dgp tags: trunk | |
|
2005-04-20
| ||
| 19:47 | TIP 232 documentation check-in: a5f2bf4959 user: kennykb tags: kennykb-numerics-branch | |
| 16:04 | * generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb... check-in: 4e2a92f900 user: dgp tags: trunk | |
| 15:13 | silenced a compiler warning check-in: 6ccb622ed3 user: kennykb tags: trunk | |
|
2005-04-19
| ||
| 18:44 | typo check-in: 301150ab87 user: dgp tags: trunk | |
| 16:32 | * generic/tclBasic.c: Added unsupported command * generic/tclCmdAH.c: [::tcl::un... check-in: b200066b4e user: dgp tags: trunk | |
| 15:10 | fixed Bug 1185933 check-in: 089af482d8 user: kennykb tags: trunk | |
|
2005-04-16
| ||
| 19:17 | * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak [Bug 1084111] check-in: b2d441f946 user: msofer tags: trunk | |
| 08:05 | See file check-in: 4a518115ec user: vasiljevic tags: trunk | |
| 08:04 | Force clenaup of the interp result in TclLoadFile(). Some implementations of TclpFindSymbol() will s... check-in: 1a0278d29d user: vasiljevic tags: trunk | |
| 08:03 | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: 5c9d9a78f1 user: vasiljevic tags: trunk | |
| 08:01 | Fixed TclpFreeAllocCache() to recognize when being called with NULL argument. This is a signal for ... check-in: 1ba74d7ab7 user: vasiljevic tags: trunk | |
| 08:00 | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache with the NULL-ptr as argumen... check-in: 9b92b809a4 user: vasiljevic tags: trunk | |
| 07:58 | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). check-in: ecfd50088d user: vasiljevic tags: trunk | |
|
2005-04-15
| ||
| 22:41 | * tests/unixInit.test: Disabled obsolete tests and removed code * tests/encoding.te... check-in: 491363a334 user: dgp tags: trunk | |
| 15:50 | * library/init.tcl: Use auto-loading to bring in Tcl Module * library/tclIndex: ... check-in: 15c5551bac user: dgp tags: trunk | |
| 02:38 | * generic/tclExecute.c: missing semicolons caused failure to compile with TCL_COMPILE_DEBUG. check-in: 2ae9c6f494 user: msofer tags: trunk | |
|
2005-04-14
| ||
| 04:43 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: ef164333ff user: davygrvy tags: trunk | |
| 04:43 | no message check-in: 0367ea1606 user: davygrvy tags: trunk | |
| 02:41 | * generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten by... check-in: 7b37444344 user: davygrvy tags: trunk | |
|
2005-04-13
| ||
| 21:26 | * unix/tclUnixInit.c (TclpGetEncodingNameFromEnvironment): Reversed order of verify... check-in: 3d8bfa527e user: dgp tags: trunk | |
| 19:28 | Performance improvement in [clock] - FR 1182459 check-in: e8d3b26242 user: kennykb tags: trunk | |
| 11:06 | Also improved [fcopy] docs check-in: bc202c364b user: dkf tags: trunk | |
| 10:53 | Improve documentation of -encoding binary option to [fconfigure]. check-in: 7ae24657a0 user: dkf tags: trunk | |
| 09:39 | * generic/tclCompile.c:Commented out the functions TclPrintInstruction(), TclPrintObject() and Tcl... check-in: 595299342a user: msofer tags: trunk | |
|
2005-04-12
| ||
| 20:28 | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. * generic/tclUtil... check-in: 33d1032cba user: dgp tags: trunk | |
| 18:32 | added definition of NULL to strstr.c for Bug 1175161 check-in: 43ddb35efd user: kennykb tags: trunk | |
|
2005-04-11
| ||
| 10:02 | Revamp the zone-info compiler to make better use of the facilities available check-in: 396133da15 user: dkf tags: trunk | |
| 00:58 | updated to libtommath 0.35 check-in: f076d87f76 user: kennykb tags: kennykb-numerics-branch | |
| 00:22 | Updated to libtommath 0.35 check-in: f12cf81bea user: kennykb tags: kennykb-numerics-branch | |
|
2005-04-10
| ||
| 23:54 | Import of tommath 0.35 check-in: 30c8e6bbc2 user: kennykb tags: trunk | |
| 23:54 | Import of tommath 0.35 check-in: 14ce01e728 user: kennykb tags: libtommath | |