Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2042 check-ins using file tests/safe.test version 0f0808422a
|
2019-03-07
| ||
| 20:02 | [39fed4dae5] Proposed test check-in: e130dc3db2 user: dgp tags: pkg-return-check | |
|
2018-05-29
| ||
| 17:41 | fixed ticket [dc69e5ecf04313429fd202b1906cd85bb7888f95]: missing zones AKST/AKDT check-in: deec2700e3 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:38 | forgotten flag "CLF_DAYOFWEEK" in one case, where day of week is set check-in: bec54ca26f user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:38 | revert explicit adding of validity mode suffix in all test-cases: used wrapper command "test" instea... check-in: 3af5fef4cf user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:37 | tests: sort test-files without extension (e. g. "clock" before "clock-ivm"). check-in: 98a00c62b4 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:27 | conditional test-call rewritten: realized via tests\clock-ivm.test to cover inverted default validat... check-in: 4665d73890 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:26 | fixed week-based calculation if neither mmdd nor ddd available; check-in: 4a386a66d2 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:25 | validation rules: extended for day of year (and test covered now) check-in: cfdbd76b55 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:24 | amend after rebase to master: follow rename yyDayNumber to yyDayOfWeek check-in: f8a84dde36 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:24 | validation rules ready for scan/freescan; test cases extended; code review and clean-up; running of... check-in: 8905217602 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:21 | first simple validation rules introduced check-in: c84575aa78 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:20 | try to re-implement validation rules for `clock scan` (option `-valid 1|0`), see http://core.tcl.tk/... check-in: 096133d01b user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:19 | Merge branch 'freescan_tz_fix' check-in: 50b7f5a2e7 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:18 | follow http://core.tcl.tk/tcl/info/a3463a55a6a27eed: Historical change affecting tests: Detroit did ... check-in: 23e69132ef user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:16 | Fixed performance test-cases: several test-cases repaired to be feasible using original clock engine... check-in: 2ee4bbed52 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:14 | fixed test-cases (regardless the current time zone) check-in: cf59c755f3 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:14 | FreeScan: rewritten lexer rules and some tokens for better space recognition; fewer conflicts (shift... check-in: 27ca927b8f user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:13 | Apply Flightaware DST fix check-in: 40ff672959 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:12 | try to fix GMT+0000, etc. **still wrong**, because of "GMT+1" and because of longest match "00:00 GM... check-in: 5371ea9f5f user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:11 | FreeScan: repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59:59 +0100", additionally... check-in: 9c2d7fe16b user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:11 | replace unneeded calculation of seconds of day (already available in field secondOfDay) check-in: aff1947daf user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:10 | fixed multi-threaded race condition, if the same format will be first time used by 2 threads simulta... check-in: a95763095c user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:09 | code review and cleanup (remove unused code) check-in: 8fe3268359 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:04 | code review and cleanup (remove unused code) check-in: 5638c57be0 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:03 | Added max permitted threshold (buffer size > result size) in percent, to directly return the buffer ... check-in: 2f98e44d4b user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:02 | further optimization: better cache for GMT-timezone + minimize (re)allocation of buffers check-in: a011e0dddc user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 17:01 | code review: micro optimizations check-in: f5e76e52be user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 16:59 | generic\tclStrIdxTree.c: bug fix (lost abbreviation), if tree will be built from 2 lists, and the sh... check-in: 3a486c36b5 user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 16:47 | performance: GetMonthDay re-implemented using most faster algorithm (without cycle). check-in: fffbb37b2a user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 16:45 | try to resolve warnings by some forwards declarations: redefinition of typedef 'ClockScanToken' is a... check-in: dc1c56b36a user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 16:45 | fixed test case clock-0.1 "auto-loading of ensemble and stubs on demand" - makes no sense if tclcloc... check-in: 6ffebe779b user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 16:42 | Initialize prevf to fix (used before set) warning. * Prevf doesn't get used at line 145 unless `p... check-in: 60ed2fe58c user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
| 16:40 | tests-perf\test-performance.tcl: ported from sebres-8-6-event-perf-branch (common test performance f... check-in: a08a2e912f user: sebres tags: sebres-8-6-clock-speedup-cr2 | |
|
2018-04-21
| ||
| 13:31 | Amend httpPipeline.test tests to use stdout not stderr, and thus avoid the report {Test files exitin... check-in: 2929e52c0a user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-04-20
| ||
| 20:06 | Document the new proc http::registerError in http.n check-in: 5f3ccedc8a user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-04-13
| ||
| 15:48 | Restore Tcl 8+4 tab convention check-in: 05ac4d0cdd user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 15:41 | Improve detection and reporting of TLS errors. New command http::registerError to assist the latter... check-in: 88b489b2bd user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-04-04
| ||
| 13:37 | Restore most lines to 80 columns check-in: f2462a4cc7 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 12:00 | Use coroutines to remove blocking on HTTP connections check-in: 853e5b1033 user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-04-01
| ||
| 01:09 | Increase test timeout to 10s. Remove commenting from Log calls that report long delay for [socket]. check-in: 386c1a2e43 user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-03-31
| ||
| 15:27 | Chasing timeout bug: reduce client timeout to 4s in tests; more sanity checking in non-keep-alive te... check-in: 13e7a8c6d3 user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-03-30
| ||
| 10:13 | For thorough testing, set test file to verbose, and uncomment Log calls in http.tcl. check-in: ee25e0edbf user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 10:02 | Bugfixes. Details in ticket 46b6edad51. check-in: 8ac0b6f067 user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-03-29
| ||
| 18:20 | Adapt tests/httpPipeline.test for test without installation. Comment out some Log calls from tests/... check-in: f4d894e720 user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-03-27
| ||
| 14:20 | Implement queuing and pipelining for HTTP requests over a persistent connection. check-in: 8231eeead0 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:56 | Adapt fconfigure -translation for two-way pipelined operation. check-in: 1876e25b9c user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:55 | Define variable tk used in Log calls for testing. check-in: 0cf74e9584 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:52 | First step for implementing concurrent requests using the same connection. Define namespace variable... check-in: 2302d7d93d user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:49 | Revise tests/http11.test for use with commits from 78b23edb6b onwards. Adjust proc "handler" to con... check-in: 60eee5809f user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:37 | BUGFIX. Send "Connection: keep-alive" even if HTTP/1.1. Some servers (including Apache 2.2 on RHEL6)... check-in: ce8e60193b user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:32 | New http::config option -zip to control whether to send an "Accept-Encoding" request-header for a zi... check-in: bbffa96ba7 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:29 | Workaround for bug with https and unchunked response. A [read] does not deliver until the server cl... check-in: 8ace435352 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:25 | Changes to response handling in Finish, Eot and Event. Carefully distinguish expected and premature ... check-in: 78b23edb6b user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:20 | Add "array unset socketMapping" in http::init. The sockets are closed and therefore do not belong in... check-in: d4a10cd1ff user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:17 | Tidying - add empty else clauses, omit :: at start of command name http::CloseSocket in proc definit... check-in: 8ca4a197fa user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:15 | Update some Log calls, mainly to specify token. check-in: f5947f16f4 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:12 | Update some comments and a Log. check-in: e8deab8539 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:10 | Rename some variables and commands. Details in ticket 46b6edad51. check-in: 680b022c38 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:08 | Add parentheses to some "if" tests; transform one test without changing its outcome. check-in: 136afdd53a user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:07 | Give all procs an explicit return, except where commented as "Implicit Return". check-in: 327a3ce07a user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:05 | Adjust to 80 columns except one 82-column line which would be less intelligible. check-in: cf50069558 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 08:03 | Adjust whitespace to Tcl 8+4 tab convention. check-in: 021b339361 user: kjnash tags: bug-46b6edad51-concurrent-http | |
| 07:48 | Create new branch named "bug-46b6edad51-concurrent-http" check-in: 2a6e853616 user: kjnash tags: bug-46b6edad51-concurrent-http | |
|
2018-03-12
| ||
| 13:07 | Convert DOS -> unix line endings. check-in: 8ab900d3e1 user: dgp tags: tip-462 | |
|
2018-02-04
| ||
| 13:49 | getting it closer to working. Closed-Leaf check-in: b7161983e5 user: avl42 tags: tcl-469-1st-try | |
|
2018-01-26
| ||
| 19:48 | silence compiler warning check-in: 37e302b6be user: dgp tags: sebres-string-insert-cr1 | |
|
2017-12-28
| ||
| 21:14 | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len parameter = -1, returned... check-in: b4b65e69b8 user: jan.nijtmans tags: core-8-6-branch | |
| 18:49 | Fix handling of surrogates (when TCL_UTF_MAX > 3) in Tcl_UtfNcmp()/Tcl_UtfNcasecmp()/TclUtfCasecmp()... check-in: 1ebc1bcaa5 user: jan.nijtmans tags: core-8-6-branch | |
| 18:45 | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly when sizeof(Tcl_UniChar) ... check-in: 0dd0d14489 user: jan.nijtmans tags: core-8-6-branch | |
| 17:04 | merge zipfs check-in: bb29267b50 user: jan.nijtmans tags: androwish | |
| 16:54 | merge core-8-6-branch check-in: e80c463d40 user: jan.nijtmans tags: zipfs | |
|
2017-12-26
| ||
| 03:30 | Safer to compare TCLDIR against "" rather than ifdef as recursive nmakes can pass TCLDIR as defined ... check-in: d9ab6f42be user: apnadkarni tags: core-8-6-branch | |
|
2017-12-23
| ||
| 22:34 | Keep track of Yaakov Selkowitz's changes for Cygwin. check-in: 381e6a60de user: jan.nijtmans tags: cygwin | |
| 18:33 | merge release check-in: 357365b905 user: jan.nijtmans tags: core-8-6-branch | |
| 07:56 | Look for Tcl and Tk import libraries with or without "t" suffix convention when building extensions.... check-in: fa8d8e1ce7 user: apnadkarni tags: core-8-6-branch | |
|
2017-12-20
| ||
| 18:28 | Further fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace del... check-in: fae91079f3 user: pooryorick tags: core-8-6-branch | |
| 18:26 | Fix for issue [ba1419303b4c]: Delete a namespace for an ensemble having a deletion trace deletes its... check-in: c5638e7db7 user: pooryorick tags: core-8-6-branch | |
|
2017-12-19
| ||
| 20:53 | merge 8.6; update changes Closed-Leaf check-in: 1e46dacaab user: dgp tags: release, core-8-6-8-rc, core-8-6-8 | |
| 20:48 | [586e71dce4] Exeception handling at level #0 by EvalObjv check-in: 1a04c85a4f user: dgp tags: core-8-6-branch | |
| 14:46 | update changes check-in: fe783af831 user: dgp tags: core-8-6-8-rc | |
|
2017-12-18
| ||
| 14:06 | merge 8.6 check-in: 4f8460d7eb user: dgp tags: core-8-6-8-rc | |
| 13:56 | (cherry-pick): Added assoc, ftype and move as auto_execok shell built-ins on Windows. check-in: dc862b1ad2 user: jan.nijtmans tags: core-8-6-branch | |
| 11:41 | Add win/rules-ext.vc and win/targets.vc to "make dist". Reported by Paul Overmeier. Thanks! check-in: 09c31fe30f user: jan.nijtmans tags: core-8-6-branch | |
|
2017-12-14
| ||
| 13:32 | merge 8.6 check-in: 66da3b75c6 user: dgp tags: core-8-6-8-rc | |
|
2017-12-13
| ||
| 10:03 | Updated nmake system to make use of the new nmakehlp -L option for locating dependencies. check-in: aca1f49025 user: apnadkarni tags: core-8-6-branch | |
|
2017-12-12
| ||
| 17:32 | Add -L option to nmakehlp to locate directories check-in: c2285042d1 user: apnadkarni tags: core-8-6-branch | |
|
2017-12-11
| ||
| 16:26 | Allow standard targets to be selectively disabled. Automatic install for extension stubs and public ... check-in: 2910ed4636 user: apnadkarni tags: core-8-6-branch | |
|
2017-12-09
| ||
| 15:31 | Undo latest change to tcl.rc, since the autoconf-based windows build doesn't know about PRJLIBNAME check-in: d4d16f9ee7 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-12-08
| ||
| 13:54 | Merge TIP 477 implementation check-in: eeceb67049 user: apnadkarni tags: core-8-6-branch | |
|
2017-12-07
| ||
| 19:44 | Merge changes form 8.6 branch. check-in: c897144c1d user: mistachkin tags: irontcl | |
| 02:01 | update changes check-in: 1a85e7f660 user: dgp tags: core-8-6-8-rc | |
|
2017-12-06
| ||
| 21:59 | changes WIP check-in: 3dc724963c user: dgp tags: core-8-6-8-rc | |
| 21:03 | merge 8.6 check-in: 88d0d60517 user: dgp tags: core-8-6-8-rc | |
| 20:46 | Plug memleak recently put into [package require]. check-in: 322b850aaa user: dgp tags: core-8-6-branch | |
| 19:58 | merge 8.6 check-in: 71686a3bf6 user: dgp tags: core-8-6-8-rc | |
| 19:57 | [0e4d88b650] Added enough refcounting to stop `make valgrind` complaints about "Invalid read". This... check-in: 57f16b0bf3 user: dgp tags: core-8-6-branch | |
| 16:04 | (cherry-pick from core-8-6-8-rc): Duplicate test names check-in: 019a2752d0 user: jan.nijtmans tags: core-8-6-branch | |
| 15:30 | Duplicate test names check-in: 828aed54a9 user: dgp tags: core-8-6-8-rc | |
| 15:27 | Start RC branch for Tcl 8.6.8 check-in: 4131606306 user: dgp tags: core-8-6-8-rc | |
| 13:05 | [ce3a211dcb] Failed file normalize when tail is empty string. check-in: 3eb09544e5 user: dgp tags: core-8-6-branch | |
|
2017-12-05
| ||
| 15:27 | [4f6a1ebd64] Stop crash when same value passed to the -map and -subcommands options of ensemble conf... check-in: 1b11773899 user: dgp tags: core-8-6-branch | |
| 14:29 | Use PRJ_PACKAGE_TCLNAME instead of PROJECT when generating TEA based pkgindex Closed-Leaf check-in: 3fd52c7ca6 user: apnadkarni tags: vc-reform | |
|
2017-12-01
| ||
| 12:47 | Fix [4f51e1c5dcf75de22f5907f7b66361e4bcab02e2|4f51e1c5dc]: patch to correct linker flag sequence check-in: ff019ab462 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-11-30
| ||
| 17:10 | [5808081213] Permit all bytearrays (including impure ones) to report length without shimmering check-in: 2381208744 user: dgp tags: core-8-6-branch | |
| 14:14 | Don't provide the setFromAnyProc through the invalidRealType objType. This is a Tcl internal type, e... check-in: eee2842a41 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-11-29
| ||
| 12:27 | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. Not detected, because t... check-in: d906b55e4b user: jan.nijtmans tags: core-8-6-branch | |
| 11:04 | Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX == 4. Also update docum... check-in: 83c0c569d6 user: jan.nijtmans tags: core-8-6-branch | |
| 01:59 | Closing leaf check-in: 20f8676c2e user: hypnotoad tags: core_zip_vfs | |
|
2017-11-28
| ||
| 18:06 | Pulling changes from the last core-8-branch that doesn't cause a segfault in kits check-in: 7cfb94f9af user: hypnotoad tags: core_zip_vfs | |
|
2017-11-26
| ||
| 18:27 | Pulling changes from core-8-branch Closed-Leaf check-in: 6e423b0d36 user: hypnotoad tags: core_zip_vfs_pyk-command-named-colon | |
|
2017-11-25
| ||
| 21:40 | merge (cherrypick): Add missing parenthesis to an expression in TclEnsureNamespace. Closed-Leaf check-in: 1404a78b91 user: pooryorick tags: pyk-command-named-colon | |
| 18:24 | Add missing parenthesis to an expression in TclEnsureNamespace. check-in: 17b5266ffc user: pooryorick tags: core-8-branch | |
| 16:53 | merge pyk-command-named-colon check-in: e76a04e48f user: pooryorick tags: core-8-branch | |
| 16:36 | Fix for issue [4f6a1ebd64]: ensemble: segmentation fault when -subcommand and -map values are the sa... check-in: 046a5af026 user: pooryorick tags: core-8-branch | |
| 10:54 | Restoring the Makefile.in for the win/ directory after an unfortunate copy/paste error check-in: 4aeb610c78 user: tne tags: core_zip_vfs | |
|
2017-11-24
| ||
| 11:46 | Tweak to ensure mount points for zipfs are corralled into the //zipfs:/ prefix space check-in: bf3a647091 user: hypnotoad tags: core_zip_vfs | |
| 11:21 | Pulling changes from Androwish check-in: e5b9c90e58 user: hypnotoad tags: core_zip_vfs | |
| 10:32 | Restoring whitespace to tclZipfs.c to improve legibility. check-in: facf85dff5 user: hypnotoad tags: core_zip_vfs | |
| 09:24 | Re-base everything to latest core-8-branch. But don't include deprecations in *.decls files any more... check-in: acd9fcacb4 user: jan.nijtmans tags: semver | |
|
2017-11-23
| ||
| 18:24 | Move return type to its own line. check-in: a4ceb7ba86 user: pooryorick tags: pyk-command-named-colon | |
| 13:56 | merge core-8-branch. now really remove the math-related functions when compiling with -DTCL_NO_DEP... check-in: 3c414a62f6 user: jan.nijtmans tags: tip-485 | |
| 12:21 | If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatformId() check-in: 31747a5c93 user: jan.nijtmans tags: tip-487 | |
| 12:04 | Remove more pre-XP stuff. check-in: 215237be17 user: jan.nijtmans tags: tip-487 | |
| 11:55 | Fixing a goof, Zipfs was looking for the Dll where the installer put the file, which is not necessar... check-in: fa45598420 user: hypnotoad tags: core_zip_vfs | |
| 09:22 | re-base full TIP #487 implementation to trunk. Closed-Leaf check-in: d95dbd986b user: jan.nijtmans tags: tip-487-for-9 | |
| 08:30 | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for 8.7 in TIP #487. check-in: 63bb6eced7 user: jan.nijtmans tags: tip-487 | |
|
2017-11-21
| ||
| 22:47 | merge core-8-branch check-in: 4a006e1736 user: pspjuth tags: trunk | |
| 22:46 | merge pspjuth-cminmax check-in: cf212282b0 user: pspjuth tags: core-8-branch | |
| 22:34 | Pulling changes from core-8-branch check-in: 00dfc6711c user: hypnotoad tags: core_zip_vfs | |
| 18:57 | Added additional functions to the "install" command in tclsh check-in: eb6443d309 user: hypnotoad tags: core_zip_vfs | |
| 16:49 | Eliminated the need for a preinit script in Tip 430's AppHook. tcl_findLibrary now knows to scan th... check-in: 242d4e33ff user: hypnotoad tags: core_zip_vfs | |
| 14:59 | Drop Windows CE support, since it doesn't appear to work anyway. Closed-Leaf check-in: 2daef8d76d user: jan.nijtmans tags: drop-ce | |
| 14:21 | Removing the pool of literal values within the internals of tclZipfs.c. Replaced with a single point... check-in: 9f0abfb1ac user: hypnotoad tags: core_zip_vfs | |
| 10:16 | merge trunk check-in: 971efdefda user: jan.nijtmans tags: memory-API | |
| 10:15 | merge trunk check-in: b217629b9b user: jan.nijtmans tags: novem | |
| 10:11 | No need for _ATL_XP_TARGETING any more Closed-Leaf check-in: 0ba5b5bd26 user: jan.nijtmans tags: tip-487 | |
| 09:48 | deprecate VOID/CHAR/SHORT/LONG (windows-only) as well. check-in: a52017885a user: jan.nijtmans tags: tip-485 | |
| 09:13 | Revert [d874801c57]: putting back "string bytelength". It turns out to be too complicated to take a... check-in: db112bb527 user: jan.nijtmans tags: tip-485 | |
| 04:26 | Fixes to "make clean" to do a better job of cleaning up zip files and vfs directories Fixed a type ... check-in: 4f8ac2d312 user: tne tags: core_zip_vfs | |
| 04:07 | Added an implementation of tinydir.h, and spliced it into minizip to allow minizip to recurse direct... check-in: 0064401a40 user: hypnotoad tags: core_zip_vfs | |
| 01:14 | Final tweaks to make "./tclsh install" work properly on Windows NOTE: We still seem to be screwing ... check-in: bb6f8b6301 user: tne tags: core_zip_vfs | |
| 00:41 | Typo fixes for minizip check-in: 8e88f231e5 user: hypnotoad tags: core_zip_vfs | |
| 00:36 | Added a new function to the Zipfs: TclZipfs_TclLibrary, which returns a previously discovered /libra... check-in: a4cbb0feb7 user: hypnotoad tags: core_zip_vfs | |
|
2017-11-20
| ||
| 23:34 | Change to TclZipfs_AppHook to accomidate Windows check-in: 74bcd5fae3 user: tne tags: core_zip_vfs | |
| 22:45 | Fixing the quoting for arguments to minizip check-in: eaa6c99d64 user: hypnotoad tags: core_zip_vfs | |
| 21:29 | Updating tcl.m4 in windows to fix a typo check-in: 6aee71e52c user: hypnotoad tags: core_zip_vfs | |
| 19:35 | Removing debugging printf() statement check-in: 9357f48bf2 user: tne tags: core_zip_vfs | |
| 19:21 | Fixes to determing the dll location on Windows using GetModuleFileName() check-in: 1f05b4b6c9 user: tne tags: core_zip_vfs | |
| 18:08 | Autoconf fixes check-in: 4ebd790c48 user: hypnotoad tags: core_zip_vfs | |
| 17:09 | Modifications to allow the Tcl build system to exploit either a native zip executable in the path or... check-in: 535a8088d4 user: hypnotoad tags: core_zip_vfs | |
| 16:26 | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_VARARGS check-in: ad7a53a680 user: jan.nijtmans tags: tip-485 | |
| 16:01 | merge core-8-branch. Deprecate support for "string bytelength" check-in: d874801c57 user: jan.nijtmans tags: tip-485 | |
| 14:55 | TIP 487 implementation: Stop support for Windows XP and Windows CE check-in: 47d26a0b4a user: jan.nijtmans tags: tip-487 | |
| 13:05 | Fix executable flags check-in: 6ce7ce433c user: jan.nijtmans tags: tip-389 | |
| 12:58 | merge core-8-branch check-in: 1a3cef7d5c user: jan.nijtmans tags: tip-389 | |
| 12:13 | Remove TclCopyChannelOld() function. Should have been part of [b03c4194f001be0b|this] earlier commit... check-in: f79d84d06c user: jan.nijtmans tags: trunk | |
| 12:07 | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub entries which correspon... check-in: 4a603a5f7d user: jan.nijtmans tags: core-8-branch | |
| 10:30 | Re-base to core-8-branch: This change is fine as-is for Tcl 8.7, I wouldn't recommend it for 8.6 (ev... Closed-Leaf check-in: d1a0fa5def user: jan.nijtmans tags: pspjuth-cminmax | |
| 10:23 | merge core-8-branch check-in: d9c10c6e4a user: jan.nijtmans tags: trunk | |
| 10:15 | Fix error-message for min/math functions: "to" -> "for", for consistancy with the error-messages for... check-in: 22ef078c98 user: jan.nijtmans tags: core-8-branch | |
| 09:28 | merge core-8-branch check-in: daf50b9345 user: jan.nijtmans tags: trunk | |
| 08:58 | Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h breaks build of Tk trunk ... check-in: bc666d65df user: jan.nijtmans tags: core-8-branch | |
|
2017-11-19
| ||
| 18:40 | Changed math functions min and max to C implementations. check-in: fd08949b6f user: pspjuth tags: pspjuth-cminmax | |
| 18:16 | Added handling to allow Tclsh to intercept a zip file fed as the first command line argument, and op... check-in: 006e6abb7e user: hypnotoad tags: core_zip_vfs | |
| 00:06 | Fix segmentation fault in TclOO that was noted in [16fe1b5807]. Update coroutine and TclOO object c... check-in: 8251e62bab user: pooryorick tags: pyk-command-named-colon | |
|
2017-11-18
| ||
| 20:28 | Pulling changes from core-8-branch check-in: 12f6bb0443 user: hypnotoad tags: core_zip_vfs | |
| 20:25 | Now that UNC paths work correctly on Windows, removing the platform specific zipfs mount point for w... check-in: 0ee3890968 user: tne tags: core_zip_vfs | |
| 20:21 | Adjust the rule to look for libtcl_XXX.zip ONLY in the directory that contains the executable or the... check-in: 32bd1478db user: hypnotoad tags: core_zip_vfs | |
| 17:07 | Reserve paths matching //[^/]*: for VFS mount points, and prevent calling native filesystem ops duri... check-in: 6b296f6f0c user: aspect tags: core_zip_vfs | |
| 17:04 | add some tests for join and normalize check-in: 226e5a583c user: aspect tags: core_zip_vfs | |
| 17:02 | fix zipfs tests check-in: d1d39d3b56 user: aspect tags: core_zip_vfs | |
| 12:21 | Added documentation for the zipfs root command and working of TclZipfs_AppHook check-in: f215c8975d user: hypnotoad tags: core_zip_vfs | |
| 11:59 | Updated zipfs tests to recognize the mount points are different on different platforms check-in: 5b936e23e5 user: tne tags: core_zip_vfs | |
| 11:48 | Added a pool of literal strings to zipfs to manage constants that are being belched out by the file ... check-in: 28687cac6b user: hypnotoad tags: core_zip_vfs | |
|
2017-11-17
| ||
| 23:42 | Lift the restriction on command names names that begin with ":". check-in: cb9f7a9106 user: pooryorick tags: pyk-command-named-colon | |
| 22:30 | Fix [16fe1b5807]: namespace ensemble command named ":" is mistakenly given the empty string as its n... check-in: b433ae397c user: pooryorick tags: pyk-command-named-colon | |
| 17:23 | Added a package manifest to init to allow core distributed packages to auto-populate [package ifneed... check-in: 2c07aba348 user: hypnotoad tags: core_zip_vfs | |
| 16:08 | merge core-8-branch. Fix some Tcl_UniChar initialization, in case TCL_UTF_MAX == 4 check-in: 37b4aab687 user: jan.nijtmans tags: tip-389 | |
| 15:46 | Added back nothreads option. check-in: 87c104655c user: apnadkarni tags: vc-reform | |
| 15:34 | merge core-8-branch check-in: 49ecc78c8b user: jan.nijtmans tags: tip-389 | |
| 15:30 | merge core-8-6-branch check-in: e1d3a917d4 user: jan.nijtmans tags: core-8-branch | |
| 15:29 | Fix [fab92486a1b05ba6f7cfe8677da95b9efb3beff0|fab92486a1]: Windows error 14 "Out of memory" mapping ... check-in: e074b44d9e user: jan.nijtmans tags: core-8-6-branch | |
| 12:54 | Integrating fixes from aspect that make the //zipfs:/ mount point viable, and also allow one archive... check-in: 27df0ecb87 user: hypnotoad tags: core_zip_vfs | |
| 12:40 | upstream androwish changes check-in: 33a477e8ca user: jan.nijtmans tags: zipfs | |
| 12:39 | Pulling changes from core-zip-vfs Closed-Leaf check-in: 79dde51515 user: hypnotoad tags: core_zip_vfs-8-6, core_zip_vfs-aspect | |
| 12:34 | merge zipfs check-in: 721f1c35f5 user: jan.nijtmans tags: androwish | |
| 12:33 | merge core-8-6-branch check-in: 91496a5088 user: jan.nijtmans tags: zipfs | |
| 12:29 | Pulling changes from core-8-branch check-in: 044a5cf7f7 user: hypnotoad tags: core_zip_vfs | |
| 12:28 | Closing a fork check-in: d533f130ec user: hypnotoad tags: core_zip_vfs | |
| 11:53 | fix [glob] handling of leading // check-in: 66fe3ce72b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect | |
| 11:51 | tests demonstrating zipfs:/ and zipfs:// volume names breaking on unix Leaf check-in: a4444ce66b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect-volumename-tests | |
| 11:35 | Fix ignore-glob versioned setting (something went wrong in previous merge). Also convert rules-ext.v... check-in: 07461dba12 user: jan.nijtmans tags: vc-reform | |
| 11:27 | merge core-8-6-branch check-in: fbf950cc0f user: jan.nijtmans tags: vc-reform | |
| 11:12 | merge trunk check-in: 1f9599f5f7 user: jan.nijtmans tags: novem | |
| 11:05 | Hash mounted zips by mount point, so the same zip can be mounted more than once. Path normalization... Leaf check-in: 500774557b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect-bymntpt | |
| 10:50 | TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public API check-in: 717b28b47a user: jan.nijtmans tags: trunk | |
| 10:24 | clean up stray unused dstrings check-in: c30d1e6bb0 user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect | |
| 10:23 | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be removed in Tcl 9.0. check-in: 09065aa27e user: jan.nijtmans tags: core-8-branch | |
| 10:21 | whitespace consistency check-in: b422e8383b user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect | |
| 10:17 | Zipfs: Nix AbsolutePath() and most uses of CanonicalPath(). Tcl_FSNormalizePath is to be trusted. check-in: 821756d959 user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect | |
| 08:39 | Zipfs: Use //zipfs:/ as mount point. Use Tcl_FSNormalizePath() on the way in to most VFS operations... check-in: 8b130a967c user: aspect tags: core_zip_vfs-8-6, core_zip_vfs-aspect | |
| 08:32 | Suggested patch for [4f51e1c5dc]: patch to correct linker flag sequence. Same change done for a few ... Closed-Leaf check-in: eb2c85495f user: jan.nijtmans tags: bug-4f51e1c5dc | |
| 07:05 | Check for existence of targets.vc, not rules.vc to determine nmake support dir. check-in: d3adc68def user: apnadkarni tags: vc-reform | |
| 06:52 | Add PRJ_PACKAGE_TCLNAME and other minor changes. Also: Change ifdef checks to check for empty strin... check-in: 9dfdb9f88b user: apnadkarni tags: vc-reform | |
| 04:47 | Rebuilt the configure files without the call to the missing SC_ENABLE_ZIPFS macro Closed-Leaf check-in: ec5b26585d user: hypnotoad tags: core_zip_vfs-8-6 | |
| 04:46 | merge trunk Leaf check-in: d6a83ef702 user: aspect tags: bug-1224888 | |
| 04:45 | Final tweaks to get Msys Zipfs build working check-in: 0d0ba33c7c user: tne tags: core_zip_vfs-8-6 | |
| 04:13 | First pass on the Msys style windows build. Moving Zipfs features closer together in the autoconf check-in: b279fbbfa3 user: hypnotoad tags: core_zip_vfs-8-6 | |
| 03:10 | Pulling changes from core-8-6-branch check-in: e8f362e191 user: hypnotoad tags: core_zip_vfs-8-6 | |
| 03:09 | Moved Zipfs initialization and path hinting out of tclInterp.c and into a preinit script populated b... check-in: 173157c4c2 user: hypnotoad tags: core_zip_vfs-8-6 | |
|
2017-11-16
| ||
| 15:34 | Change TclOO epoch fields from int to size_t. check-in: 9c2c91c803 user: jan.nijtmans tags: memory-API | |
| 13:50 | Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More field fixes. check-in: 78e8c0c5f6 user: jan.nijtmans tags: memory-API | |
| 11:17 | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. check-in: 3cb46ea71b user: jan.nijtmans tags: memory-API | |
| 08:45 | merge core-8-6-branch check-in: e0e3d7c4ab user: jan.nijtmans tags: core-8-branch | |
| 08:42 | No longer document (even though it's only in an example) that Tcl_SavedResult is a struct, and that ... check-in: 9cd5d84b3d user: jan.nijtmans tags: core-8-6-branch | |
|
2017-11-15
| ||
| 15:00 | merge core-8-branch. Also fix some test-cases, expecting the existence of "int" objType. check-in: 7eeff18e38 user: jan.nijtmans tags: no-wideint | |
| 14:13 | Merge dgp's "end-int-registration" branch, but slightly different: In stead of not registering "int"... check-in: d1aa4663ab user: jan.nijtmans tags: no-wideint | |
| 13:39 | merge trunk check-in: c782871a43 user: dgp tags: dgp-refactor | |
| 13:39 | merge trunk check-in: 5d829c82fa user: dgp tags: dgp-properbytearray | |
| 13:39 | merge 8.7 check-in: 59ee6d1b5a user: dgp tags: tip-445 | |
| 13:18 | Loosen restriction on where rules-ext.vc file is located. check-in: 67db82ed88 user: apnadkarni tags: vc-reform | |
| 11:47 | Include PKGNAMEFLAGS in stubscflags as some extension stubs use it check-in: 3b82400057 user: apnadkarni tags: vc-reform | |
| 10:20 | merge trunk check-in: a12a0623f0 user: jan.nijtmans tags: novem | |
| 10:01 | merge core-8-branch check-in: 7163cf716b user: jan.nijtmans tags: trunk | |
| 09:42 | Remove compat/float.h and related machinery. The last system known where this was needed was SunOS-4... check-in: bf8e546c42 user: jan.nijtmans tags: core-8-branch | |
| 09:14 | missed one signature in previous commit, due to merging. check-in: 474d2de481 user: jan.nijtmans tags: novem | |
| 09:03 | merge trunk check-in: 99f18c3b27 user: jan.nijtmans tags: novem | |
| 08:56 | merge core-8-branch check-in: 8322a4ab21 user: jan.nijtmans tags: trunk | |
| 08:55 | Change signature of (internal) TclScanElement() function. This saves memory allocation and the possi... check-in: 1019b4d815 user: jan.nijtmans tags: core-8-branch | |
| 08:54 | Change signature of (internal) TclScanElement() function. This saves memory allocation and the possi... check-in: f2cb39b9be user: jan.nijtmans tags: core-8-6-branch | |
| 07:54 | Added default-install-stubs target. Make presence of nmake support files in extension directory opti... check-in: 3be76595ca user: apnadkarni tags: vc-reform | |
|
2017-11-14
| ||
| 18:54 | merge trunk check-in: 42f539f078 user: dgp tags: dgp-refactor | |
| 18:52 | merge trunk check-in: 7cafc2bc32 user: dgp tags: dgp-properbytearray | |
| 18:52 | merge 8.7 check-in: 673e6ace67 user: dgp tags: tip-445 | |
| 18:38 | merge trunk check-in: 7c064742bd user: dgp tags: novem | |
| 18:35 | TIP 484 proposes a re-implementation of Tcl's "int" Tcl_ObjType. Since the new implementation is not... Closed-Leaf check-in: d9ee6504b4 user: dgp tags: end-int-registration | |
| 18:19 | merge 8.7 check-in: ccd961edbd user: dgp tags: no-wideint | |
| 17:24 | [5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: 42eaa6f3d1 user: dgp tags: trunk | |
| 17:09 | Repair lost of broken [package prefer] testing. check-in: 1830f9f520 user: dgp tags: core-8-branch | |
| 14:48 | [5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: dc94155e2d user: dgp tags: core-8-branch | |
| 14:17 | [5d6de65036] [package require] with [package prefer stable] was not choosing available stable packag... check-in: c83ea0961d user: dgp tags: core-8-6-branch | |
| 10:00 | Remove extra.unused2 field from struct Interp. It really is unused ... check-in: 1d99fbfa63 user: jan.nijtmans tags: trunk | |
|
2017-11-13
| ||
| 16:52 | merge trunk check-in: 09b3069662 user: dgp tags: dgp-refactor | |
| 15:53 | merge novem Closed-Leaf check-in: c6afc07a72 user: jan.nijtmans tags: novem-more-memory-API | |
| 15:34 | Add back Tcl_Backslash(). Will be removed again when TIP #485 is brought in. Also revert some other ... check-in: ec8a1c39d7 user: jan.nijtmans tags: novem | |
| 11:47 | merge novem check-in: b066227b02 user: jan.nijtmans tags: novem-more-memory-API | |
| 11:25 | merge trunk check-in: 78e2f12841 user: jan.nijtmans tags: novem | |
| 11:17 | merge core-8-branch check-in: 485b18d72a user: jan.nijtmans tags: trunk | |
| 11:15 | Merge core-8-6-branch check-in: beb52eff8e user: jan.nijtmans tags: core-8-branch | |
| 10:51 | No longer mark Tcl_EvalFile() as obsolete, since it will continue to be supported in Tcl 9.0 check-in: cc89456f48 user: jan.nijtmans tags: core-8-6-branch | |
| 09:43 | merge trunk check-in: bb4c02db34 user: jan.nijtmans tags: novem | |
| 08:59 | merge tcl-9-cleanup (and also a minor bug-fix from core-8-branch). check-in: b03c4194f0 user: jan.nijtmans tags: trunk | |
| 08:37 | Add a lot of "deprecation" marks to internal API which will be removed in Tcl 9.0 (see also tcl-9-cl... check-in: 7849f573c0 user: jan.nijtmans tags: core-8-branch | |
|
2017-11-11
| ||
| 13:22 | Pulling changes from core-8-branch check-in: b5ff501606 user: hypnotoad tags: core_zip_vfs-8-6 | |
| 09:18 | Improvements to tip430 to embed the /library file system within a shared library or as a zip archive... check-in: c8a90daba2 user: hypnotoad tags: core_zip_vfs | |
|
2017-11-10
| ||
| 08:49 | merge core-8-6-branch check-in: 3d5a87d84a user: jan.nijtmans tags: core-8-branch | |
| 08:40 | Make "string split" and "string is (alpha|graph|...)" work as expected with Unicode chars > U+ffff, ... check-in: 2135bb7772 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-11-09
| ||
| 16:07 | merge core-8-branch check-in: 05952d6309 user: jan.nijtmans tags: tip-389 | |
| 15:59 | Incorporate the tcl 9 cleanup. check-in: 5699721054 user: dgp tags: dgp-refactor | |
| 15:56 | Merge core-8-branch. Backout the Tcl_EvalFile changes. check-in: 9e3aed8df3 user: jan.nijtmans tags: tip-485 | |
| 15:47 | Rebase branch to trunk. check-in: f714eca8f2 user: dgp tags: dgp-refactor | |
| 14:59 | Rebase back to 8.7 (core-8-branch), since that's what the TIP is meant for. (I see no reason to wait... check-in: ffdb1ca7f8 user: jan.nijtmans tags: no-wideint | |
| 14:57 | Limit index parsing to pure integers without white-space Closed-Leaf check-in: d9bb1de1db user: jan.nijtmans tags: bug-aaa02c55b9 | |
| 14:44 | merge trunk check-in: d27981d722 user: dgp tags: no-wideint | |
| 14:40 | merge trunk Closed-Leaf check-in: 844ae11ba0 user: dgp tags: tcl-9-cleanup | |
| 14:38 | Merge core-8-branch Add back UpdateStringOfEndOffset() and related test-cases. Implement bignum supp... check-in: 81f505cb4c user: jan.nijtmans tags: bug-aaa02c55b9 | |
| 14:37 | merge tip-445 Leaf check-in: c13bd0b15d user: dgp tags: cjo-hydra | |
| 14:32 | merge novem check-in: ed170c8d54 user: dgp tags: dgp-refactor | |
| 13:46 | merge trunk check-in: a10fc87c05 user: dgp tags: dgp-properbytearray | |
| 13:36 | merge 8.7 check-in: cbada9ca30 user: dgp tags: tip-445 | |
| 12:52 | merge trunk check-in: 54f289e311 user: jan.nijtmans tags: novem | |
| 12:51 | merge core-8-branch check-in: 49e104fa48 user: jan.nijtmans tags: trunk | |
| 12:50 | merge core-8-6-branch check-in: ef4cc04bc1 user: jan.nijtmans tags: core-8-branch | |
| 12:48 | Make "scan %c" and the internal function ExtendUnicodeRepWithString() work as expected for TCL_UTF_M... check-in: baceb17559 user: jan.nijtmans tags: core-8-6-branch | |
| 12:37 | For alpha/beta versions of Tcl, stub-enabled extensions are only allowed to run on the EXACT the sam... check-in: 8cb6e13ad8 user: jan.nijtmans tags: core-8-branch | |
| 11:49 | Get rid of Tcl_DStringTrunc et al, as described in the TIP (Thanks, Don!). check-in: b5dc25393a user: jan.nijtmans tags: tip-485 | |
| 11:04 | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback to TIP #485! check-in: bb9ad1532d user: jan.nijtmans tags: tip-485 | |
| 10:34 | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx(). check-in: 9f1544d005 user: jan.nijtmans tags: tip-485 | |
| 09:02 | Fogot to remove the TclWinSetInterfaces() implementation. check-in: f4e1587599 user: jan.nijtmans tags: tcl-9-cleanup | |
|
2017-11-08
| ||
| 18:58 | merge trunk Closed-Leaf check-in: da1386961e user: dgp tags: tip-422 | |
| 18:52 | Also remove panicVA(). check-in: 7500a3e45a user: dgp tags: tip-422 | |
| 16:12 | Forgot TclpGetTime() check-in: 6cca533da5 user: jan.nijtmans tags: tcl-9-cleanup | |
| 15:50 | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing more than occupy the inte... check-in: 5b49111b6d user: jan.nijtmans tags: tcl-9-cleanup | |
| 14:30 | Rebase to trunk. check-in: a12771a1b9 user: dgp tags: dgp-properbytearray | |
| 14:03 | merge novem check-in: ba37093daf user: dgp tags: dgp-properbytearray | |
| 11:50 | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-branch). check-in: e46c7b8b77 user: jan.nijtmans tags: tip-485 | |
| 09:41 | Pairing down the tip#430 branch to only include files and utilities called out by the tip. Eliminate... check-in: 3bbf40910f user: hypnotoad tags: core_zip_vfs | |
| 09:40 | merge trunk check-in: 0315ad1776 user: jan.nijtmans tags: novem | |
| 09:38 | merge core-8-branch check-in: 3885b08997 user: jan.nijtmans tags: trunk | |
| 09:37 | Change "epoch" field for dicts from "int" to "unsigned int". This doubles the number of available ep... check-in: c9da2e2ebb user: jan.nijtmans tags: core-8-branch | |
| 03:38 | merge novem check-in: 201c3c670f user: dgp tags: dgp-refactor | |
| 03:34 | merge novem check-in: efba4c9ac2 user: dgp tags: dgp-properbytearray | |
| 03:32 | merge 8.7 check-in: 3b0b8dd809 user: dgp tags: tip-445 | |
| 03:23 | merge trunk check-in: 4b7c090d46 user: dgp tags: novem | |
| 03:02 | compiler warning check-in: 0d906d005f user: dgp tags: trunk | |
| 02:57 | compiler warning check-in: 09a80aff1b user: dgp tags: core-8-branch | |
| 02:53 | compiler warning check-in: dd8928d781 user: dgp tags: core-8-6-branch | |
| 02:48 | merge 8.7 check-in: 7db9b1ea89 user: dgp tags: trunk | |
| 02:26 | merge 8.6 check-in: 38b28e0af8 user: dgp tags: core-8-branch | |
| 02:25 | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: 70d5898e80 user: dgp tags: core-8-branch | |
| 02:23 | [3298012] Stop RebuildTable asking ckalloc for more than it can give. check-in: 42a6035399 user: dgp tags: core-8-6-branch | |
| 02:21 | TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 725cf22062 user: dgp tags: core-8-6-branch | |
| 00:39 | Modify TclCreateProc to handle arbitrary argument names, not just ASCII. check-in: fbd05fa61d user: pooryorick tags: trunk | |
|
2017-11-07
| ||
| 20:54 | TclOO object allocation: Set classPtr to NULL if it wasn't otherwise set. check-in: 0a3c726a85 user: pooryorick tags: trunk | |
| 19:51 | Removing kit building facilities. They aren't part of the tip430 spec check-in: 930afd928d user: hypnotoad tags: core_zip_vfs | |
| 19:26 | Removing patches for Androwish that are not needed for tip430 check-in: 4caf125cbf user: hypnotoad tags: core_zip_vfs | |
| 19:13 | Adding a [file normalize] to zipfs tests that are looking for absolute filenames. On Linux symlinks... check-in: d107d69fe8 user: hypnotoad tags: core_zip_vfs | |
| 18:45 | Updated the zipfs portion of the testsuite to tip430 standards check-in: 813520bc02 user: hypnotoad tags: core_zip_vfs | |
| 16:47 | Fix inclusion of custom resource files to match TIP spec check-in: 495fe8bd3a user: apnadkarni tags: vc-reform | |
| 16:46 | Pulling changes from core-8-branch check-in: 54d3ee03e9 user: tne tags: core_zip_vfs | |
| 16:31 | merge 8.7 check-in: 82237d44ae user: jan.nijtmans tags: z_modifier | |
| 16:16 | More code simplifications, with still equal functionality. check-in: 1db008ceb5 user: jan.nijtmans tags: no-wideint | |
| 15:11 | merge 8.7 check-in: 22cae0454a user: dgp tags: tip-462 | |
| 14:28 | merge 8.7 check-in: aa5f10d8cf user: dgp tags: no-wideint | |
| 13:30 | merge core-8-branch check-in: 63ac24063a user: jan.nijtmans tags: trunk | |
| 13:29 | merge core-8-6-branch check-in: 84de05583b user: jan.nijtmans tags: core-8-branch | |
| 13:19 | Don't use Unicode character \udead in test-cases, because it is an invalid Unicode code-point (lower... check-in: 48f9304b4a user: jan.nijtmans tags: core-8-6-branch | |
| 12:15 | Somewhat simplified implementation of TIP #389, in which the "string length" if characters > U+FFFF ... check-in: d224d38a6d user: jan.nijtmans tags: tip-389 | |
| 09:33 | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP #422 is adapted accord... check-in: 24db7a9013 user: jan.nijtmans tags: tip-422 | |
| 09:08 | TIP #422 implementation, Tcl 8.7 part. Closed-Leaf check-in: eaefb24db7 user: jan.nijtmans tags: tip-422-for-8 | |
|
2017-11-06
| ||
| 15:04 | merge-mark check-in: a898034af7 user: jan.nijtmans tags: trunk | |
| 14:55 | merge trunk check-in: 70449c549e user: jan.nijtmans tags: novem | |
| 14:50 | More tcl8 -> tcl9 renumbering, for example related to the installation of Tcl packages where tcl9 ac... check-in: 1de7d31a02 user: jan.nijtmans tags: trunk | |
| 14:46 | Fix version number of Windows Help file (not sure if it's actually used, but better safe than sorry) check-in: 8fcf451885 user: jan.nijtmans tags: core-8-branch | |
| 01:33 | Rewrite documentation in comments for brevity and clarity. check-in: 568bd16ef2 user: pooryorick tags: trunk | |
| 00:17 | merge 8.7 check-in: b7ea80156a user: dgp tags: tip-445 | |
| 00:13 | merge novem check-in: 7a4b5d5584 user: dgp tags: dgp-refactor | |
| 00:13 | merge novem check-in: 3bec05cc14 user: dgp tags: dgp-properbytearray | |
|
2017-11-05
| ||
| 16:41 | Fixed stupid Tcl_DecrRefCount bug in TclCleanupChildren with normally terminated processes. check-in: 064d93dfb0 user: f.bonnet tags: tip-462 | |
| 14:41 | merge core-8-branch check-in: f70e3acac4 user: jan.nijtmans tags: semver | |
| 14:35 | merge core-8-branch check-in: 25a6bc568f user: jan.nijtmans tags: no-wideint | |
| 14:32 | merge-mark check-in: 00716f8a93 user: jan.nijtmans tags: novem | |
| 14:24 | merge trunk check-in: 9a1ca33625 user: jan.nijtmans tags: novem | |
| 14:21 | Merge core-8-branch. More 8.7 -> 9.0 changes as appropriate check-in: 1c1c230410 user: jan.nijtmans tags: trunk | |
| 14:14 | update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more check-in: 29c3b25318 user: jan.nijtmans tags: core-8-branch | |
|
2017-11-04
| ||
| 00:45 | [0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 9d3eb006b3 user: dkf tags: trunk | |
| 00:44 | [0d902eadd6] Ensure that [string first] handles ASCII in Unicode correctly. check-in: 5bc169fef7 user: dkf tags: core-8-branch | |
| 00:34 | Fix for the weird [string first] behaviour. Closed-Leaf check-in: 7af9c67f01 user: dkf tags: string-first-unicode-bug | |
| 00:25 | Detected bug in [string first] with unicode. Pat Thoyts found it. check-in: d2c4c651ca user: dkf tags: string-first-unicode-bug | |
|
2017-11-03
| ||
| 19:28 | merge novem check-in: aae98a4d0e user: dgp tags: dgp-refactor | |
| 19:25 | merge novem check-in: c0d30d41d8 user: dgp tags: dgp-properbytearray | |
| 19:25 | merge trunk check-in: a28b07053f user: dgp tags: novem | |
| 19:15 | merge 8.7 check-in: f3e727f051 user: dgp tags: tip-445 | |
| 18:56 | TIPs 330 & 336 changes to Tcl 9 Implementation check-in: 07f5802714 user: dgp tags: trunk | |
| 18:44 | TIP 278 Implementation check-in: 580ef6f047 user: dgp tags: trunk | |
| 18:39 | TIP 114 Implementation check-in: 69397ff5af user: dgp tags: trunk | |
| 17:12 | Merge package tolerances of Tcl 9. check-in: 8f0e7256c6 user: dgp tags: trunk | |
| 17:11 | Bump to 9.0a0 check-in: f8ef35231d user: dgp tags: trunk | |
| 17:02 | Revise a few stray packages not yet ready to tolerate a Tcl 9 bump. check-in: 7ac38785b5 user: dgp tags: core-8-branch | |
| 16:48 | TIP 345 Implementation. check-in: 169ddc1957 user: dgp tags: trunk | |
| 16:10 | Remove UpdateStringOfEndOffset() and related test-cases (this function is never actually used in Tcl... check-in: 5f92dc1f16 user: jan.nijtmans tags: bug-aaa02c55b9 | |
| 13:05 | merge zipfs check-in: 1e71395a96 user: jan.nijtmans tags: androwish | |
| 12:59 | merge core-8-6-branch check-in: e80e6c0ea5 user: jan.nijtmans tags: zipfs | |
| 12:59 | merge core-8-6-branch check-in: 705199e7bf user: jan.nijtmans tags: trunk | |
| 12:57 | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robustness. And fix a minor ... check-in: 4f69064432 user: jan.nijtmans tags: core-8-6-branch | |
| 12:24 | merge trunk check-in: 4cb643b572 user: jan.nijtmans tags: no-wideint | |
| 12:15 | merge core-8-6-branch check-in: ce4b043516 user: jan.nijtmans tags: trunk | |
| 12:14 | Better versions of TclGetIntFromObj and TclGetIntForIndexM macro's, which give advantage for platfor... check-in: 98b536e08b user: jan.nijtmans tags: core-8-6-branch | |
| 10:34 | First shot at proposed solution (with test-cases). Doesn't handle "end-<integer>" and "<integer>-<in... check-in: 226140f554 user: jan.nijtmans tags: bug-aaa02c55b9 | |
| 04:09 | Revised Tip#479. Renamed new commands, added an info argspec command. @proc -> procx. @args -> argsx... Leaf check-in: 8db02d0c98 user: hypnotoad tags: tip479 | |
|
2017-11-02
| ||
| 20:02 | Pulling changes from trunk check-in: ed05b17d1c user: hypnotoad tags: tip479 | |
| 13:21 | merge novem check-in: 0e028ed45f user: dgp tags: dgp-refactor | |
| 13:17 | merge novem check-in: 2e122a7f58 user: dgp tags: dgp-properbytearray | |
| 12:53 | merge trunk check-in: 319a7765cd user: dgp tags: novem | |
|
2017-11-01
| ||
| 22:21 | Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 2bdec8b46d user: pooryorick tags: trunk | |
| 21:05 | Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: 5f178e7f03 user: pooryorick tags: trunk | |
| 16:16 | merge novem check-in: ceec7bcd98 user: dgp tags: novem-purge-literals | |
| 14:46 | TIP 422 implementation (rebase of branch novem-remove-va to trunk). check-in: e090a04f00 user: dgp tags: tip-422 | |
| 12:35 | Finally, get rid of tclWideIntType completely check-in: 01d55bd3e1 user: jan.nijtmans tags: no-wideint | |
|
2017-10-31
| ||
| 16:40 | Eliminate most usage of TCL_NUMBER_LONG, just use TCL_NUMBER_WIDE in stead (since both have the same... check-in: 4b60ad78c5 user: jan.nijtmans tags: no-wideint | |
| 16:16 | eliminate most use of (long) type, except for increments check-in: e2f2e6ca33 user: jan.nijtmans tags: no-wideint | |
| 14:48 | Only use 64-bit tables for all platforms check-in: 60ef19dbc0 user: jan.nijtmans tags: no-wideint | |
| 14:40 | more progress check-in: 24bff73c31 user: jan.nijtmans tags: no-wideint | |
| 12:39 | more simplifications check-in: fc07c2bbab user: jan.nijtmans tags: no-wideint | |
| 11:37 | Fix 2 failing test-cases, broken by some earlier commit check-in: 2aa14f69f0 user: jan.nijtmans tags: no-wideint | |
| 09:48 | Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult by no longer assuming ... Closed-Leaf check-in: 91ee06dae2 user: jan.nijtmans tags: tip-330-336 | |
|
2017-10-30
| ||
| 18:38 | Updating core documentation with new behaviors from tip 479 check-in: c03fbe938d user: hypnotoad tags: tip479 | |
| 17:43 | Added tests for tip-479's new behavior check-in: a0941fe833 user: hypnotoad tags: tip479 | |
| 16:46 | Fix some pointer arthemeric (only visible on big-endian systems) check-in: d3adf52e7a user: jan.nijtmans tags: no-wideint | |
| 16:11 | merge novem check-in: 00ce925303 user: dgp tags: dgp-refactor | |
| 16:11 | Add the macro for ::oo::define::@method check-in: 84dd8878f8 user: hypnotoad tags: tip479 | |
| 16:10 | merge novem check-in: f3eb497c83 user: dgp tags: dgp-properbytearray | |
| 15:35 | tidy? check-in: cc31c47dd3 user: dgp tags: tip-330-336 | |
| 15:25 | tidy check-in: e2ebfa8f73 user: dgp tags: tip-330-336 | |
| 15:15 | tidying check-in: 4ea0fcd9ac user: dgp tags: tip-330-336 | |
| 14:56 | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336. This makes the Tcl_Interp struct full... check-in: 70e9e38504 user: dgp tags: tip-330-336 | |
| 14:37 | Working implementation of tip#479 check-in: 6731ba3604 user: hypnotoad tags: tip479 | |
| 14:32 | more progress in code simplifications check-in: 3876616fc4 user: jan.nijtmans tags: no-wideint | |
| 14:01 | Preliminary (non working at this point) implementation of tip479 check-in: c8c3341810 user: hypnotoad tags: tip479 | |
| 12:48 | TIP 278 into novem. check-in: 48a7a3af50 user: dgp tags: novem | |
| 12:43 | TIP 345 into novem. check-in: e8a10ae4fa user: dgp tags: novem | |
| 12:41 | Rebase tip-278 branch to workaround CVS conversion woes. Closed-Leaf check-in: 8103b8c9fd user: dgp tags: tip-278 | |
| 12:08 | merge trunk Closed-Leaf check-in: 42c669a1e0 user: dgp tags: tip-278 | |
| 12:03 | merge trunk check-in: bc43c864d7 user: dgp tags: tip-445 | |
| 12:02 | merge trunk Closed-Leaf check-in: 848a10e460 user: dgp tags: tip-345 | |
| 12:02 | merge trunk Closed-Leaf check-in: a2d4cd2f93 user: dgp tags: tip-114 | |
| 11:01 | Change (internal) TclFormatInt() signature, so it can handle WideInt's directly. Ongoing simplificat... check-in: c606809235 user: jan.nijtmans tags: no-wideint | |
| 08:47 | Experimental branch meant to eliminate the "wideint" type, just merge it to a single "int" type. No ... check-in: c2abe1efd0 user: jan.nijtmans tags: no-wideint | |
| 05:25 | merge bug-fc1409fc91. check-in: 76eaf9a16b user: pooryorick tags: trunk | |
| 05:19 | Fix for issue 9fd5c629c1, TclOO - aborts when a trace on command deletion deletes the object's names... Closed-Leaf check-in: bee7f97ad6 user: pooryorick tags: bug-fc1409fc91 | |
| 03:45 | merge novem check-in: ad63c68937 user: dgp tags: dgp-refactor | |
| 03:38 | merge novem check-in: debbfd7c9c user: dgp tags: dgp-properbytearray | |
| 03:35 | merge trunk check-in: 616515703c user: dgp tags: tip-445 | |
| 03:29 | merge trunk check-in: 8b988cd8ee user: dgp tags: novem | |
| 03:25 | merge trunk check-in: 7a5d212d1a user: dgp tags: tip-278 | |
| 03:23 | merge 8.6 check-in: 0c0de52be7 user: dgp tags: trunk | |
| 03:23 | More test rewrites for robust var resolution. check-in: 3ccc116e36 user: dgp tags: core-8-6-branch | |
| 03:01 | merge 8.6 check-in: 2ce0a4a90e user: dgp tags: trunk | |
| 02:55 | Revise tests that relied on deprecated variable resolution rules. check-in: 3e3819a1ea user: dgp tags: core-8-6-branch | |
| 02:16 | merge trunk: check-in: 891a615296 user: dgp tags: tip-278 | |
|
2017-10-28
| ||
| 17:18 | Minor edits check-in: ab57722810 user: apnadkarni tags: vc-reform | |
|
2017-10-27
| ||
| 15:36 | merge novem check-in: 52b1608dc2 user: dgp tags: dgp-refactor | |
| 15:35 | merge novem check-in: f646928626 user: dgp tags: dgp-properbytearray | |
| 15:20 | merge trunk check-in: 0608bd6778 user: dgp tags: novem | |
| 15:04 | merge zipfs check-in: 678164ee9b user: jan.nijtmans tags: androwish | |
| 14:56 | merge core-8-6-branch check-in: e00f391a4d user: jan.nijtmans tags: zipfs | |
| 13:12 | merge trunk check-in: 58759b9397 user: dgp tags: tip-445 | |
| 13:12 | merge trunk check-in: bb2a028c26 user: dgp tags: tip-345 | |
| 13:07 | merge trunk check-in: 51fa9fffa1 user: dgp tags: tip-114 | |
| 12:57 | oops check-in: 4456d66c47 user: dgp tags: trunk | |
| 12:57 | oops check-in: 58b2048198 user: dgp tags: core-8-6-branch | |
| 12:51 | Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 3f35692159 user: dgp tags: trunk | |
| 12:50 | Update tests that were still written on the outdated premise that Tcl's encoding subsystem had to in... check-in: 67d6de0b15 user: dgp tags: core-8-6-branch | |
| 12:04 | merge mark check-in: 7446fb0672 user: dgp tags: trunk | |
| 09:21 | merge trunk. Change various TCL_LINK_? macros to TCL_TYPE_? check-in: 5e0b71621b user: jan.nijtmans tags: tip-312 | |
| 08:45 | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP #481]: Extend size range o... check-in: 3d8b34236d user: jan.nijtmans tags: tip-481 | |
| 07:26 | Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901dedead248ea96df09d5dc15... check-in: ad84a95758 user: jan.nijtmans tags: trunk | |
|
2017-10-26
| ||
| 15:07 | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comments. check-in: e81eb0a860 user: apnadkarni tags: vc-reform | |
| 02:08 | Create new testing command [teststringbytes] to probe the things that otherwise require [encoding co... check-in: 7ef97e4681 user: dgp tags: tip-345 | |
|
2017-10-25
| ||
| 17:31 | Fix typo in set-old.test Closed-Leaf check-in: 4dca2189b0 user: fvogel tags: tip-421, bll-array-for | |
| 02:59 | Updated comments. check-in: de9b52c251 user: apnadkarni tags: vc-reform | |
| 02:54 | Convert remaining tests to use [testbytestring]. encoding-15.3 still needs replacement for [encoding... check-in: a286e2bb69 user: dgp tags: tip-345 | |
| 02:23 | Repair Tcl_CreateEncoding(); Modernize [testencoding]; Update most tests toying with identity encodi... check-in: 0b63befe36 user: dgp tags: tip-345 | |
|
2017-10-24
| ||
| 23:30 | Stop using "identity" as an encoding to test basic functionng of the [encoding] command. "iso8859-1"... check-in: 8e532b34df user: dgp tags: tip-345 | |
| 23:16 | Extend Tcl_CreateEncoding() to be able to create an encoding without registering it when it has no n... check-in: 63dd2e19e8 user: dgp tags: tip-345 | |
| 21:24 | 'array for' implementation (TIP #421) from Brad Lanam check-in: 4d4e808594 user: fvogel tags: tip-421, bll-array-for | |
| 14:11 | Cherrypick: [fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0aa4803add user: dkf tags: core-8-6-branch | |
| 13:59 | merge trunk check-in: a4edde8f85 user: jan.nijtmans tags: z_modifier | |
| 13:59 | merge trunk check-in: 34abf9bf2f user: jan.nijtmans tags: win-console-panic | |
| 13:57 | merge trunk check-in: 7620549f82 user: jan.nijtmans tags: novem | |
| 13:56 | Change (internal) refCount field from TclRegexp to type size_t: this allows more references on 64-bi... check-in: 689ce85f64 user: jan.nijtmans tags: trunk | |
| 13:35 | Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 0ea0323496 user: kbk tags: novem | |
| 13:32 | Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: be4ae903c7 user: kbk tags: trunk | |
| 13:30 | Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 810600812c user: kbk tags: core-8-6-branch | |
| 11:25 | [fc1409fc91] Method cloning needs to be careful with body representations. check-in: 0d7a96d2b5 user: dkf tags: trunk | |
| 11:23 | Added test case. check-in: efdb206a73 user: dkf tags: bug-fc1409fc91 | |
| 08:38 | [fc1409fc91]: TclOO method with non-literal value for body argument causes segmentation fault check-in: d6d4b18fc1 user: pooryorick tags: bug-fc1409fc91 | |
|
2017-10-23
| ||
| 17:58 | backout initial commit; need more care. Binary writes internally make use of this encoding. Need to... check-in: 69404f073a user: dgp tags: tip-345 | |
| 17:12 | Update TZ info to tzcode2017c. check-in: 822e31b89d user: jima tags: novem | |
| 17:10 | Update TZ info to tzcode2017c. check-in: 9fd28af657 user: jima tags: trunk | |
| 17:06 | Implementation branch for TIP 345: Kill the "identity" encoding. This checkin, completely does that.... check-in: 04e7b29a20 user: dgp tags: tip-345 | |
| 16:59 | Update TZ info to tzcode2017c. check-in: b0e52b87d7 user: jima tags: core-8-6-branch | |
| 16:20 | Implementation branch for TIP 114 - Eliminate Octal Parsing... check-in: c5426334cf user: dgp tags: tip-114 | |
| 13:53 | Eliminate loimpact and tclalloc options. check-in: c6a9ff71d6 user: apnadkarni tags: vc-reform | |
| 13:47 | tclWinPanic.c is in the \win directory, not in \generic! check-in: 381a1f89e1 user: jan.nijtmans tags: win-console-panic | |
| 13:23 | merge trunk check-in: ed4667c2a5 user: jan.nijtmans tags: win-console-panic | |
| 12:10 | merge core-8-6-branch check-in: 91967bbc3f user: jan.nijtmans tags: trunk | |
| 12:09 | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'Tcl_Flush' check-in: f7b55d3100 user: jan.nijtmans tags: core-8-6-branch | |
| 11:48 | merge trunk Leaf check-in: 90692bcb98 user: dgp tags: tip-282 | |
|
2017-10-21
| ||
| 12:14 | Fully qualify OUT_DIR and TMP_DIR paths so that the test target can change directories and not break... check-in: 9613a236f8 user: apnadkarni tags: vc-reform | |
|
2017-10-20
| ||
| 15:32 | Added test and shell targets. check-in: 7158ed350a user: apnadkarni tags: vc-reform | |
| 12:52 | merge novem check-in: 0a29e3a8f5 user: dgp tags: dgp-properbytearray | |
| 12:46 | merge novem check-in: fd7489794a user: dgp tags: dgp-refactor | |
| 12:44 | merge trunk check-in: fb19c3ba7d user: dgp tags: tip-445 | |
| 12:36 | Merge core-8-6-branch (execpt file win/makefile.vc) Closed-Leaf check-in: 0c840ffac5 user: dgp tags: sebres-8-6-clock-speedup-cr1 | |
| 12:34 | merge trunk: check-in: 992db56638 user: dgp tags: novem | |
|
2017-10-19
| ||
| 09:30 | [1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: 8e4847552a user: dkf tags: trunk | |
| 09:28 | Oops; put the code in the wrong place. Mixins have priority when deciding method visibility. check-in: 4140046408 user: dkf tags: core-8-6-branch | |
| 09:24 | [1a56550e96] Ensure that method list introspection finds methods from mixins in all cases. check-in: f8310655d4 user: dkf tags: core-8-6-branch | |
| 09:22 | Ensure that method list introspection finds methods from mixins in all cases. Use better approach fo... Closed-Leaf check-in: deb7ff3522 user: dkf tags: bug-1a56550e96 | |
|
2017-10-18
| ||
| 18:52 | Consistently use 'TCLSH_NATIVE' for all MSVC targets that need to execute Tcl. check-in: e5d5305bfa user: mistachkin tags: irontcl | |
| 18:23 | [1a56550e96] Mixins aren't being searched correctly by [info class methods -all] check-in: 5870e3c48b user: dkf tags: bug-1a56550e96 | |
| 16:04 | Update RCFILE to PRJ_RCFILE. check-in: 05394fc5d2 user: apnadkarni tags: vc-reform | |
| 16:03 | Fix resource file compilation when makefile specifies PRJ_RCFILE check-in: fbe0f5d1a7 user: apnadkarni tags: vc-reform | |
| 01:24 | bug fixes check-in: ed8f6a16dd user: dgp tags: dgp-refactor | |
|
2017-10-17
| ||
| 22:55 | bug fixes check-in: 8525019388 user: dgp tags: dgp-refactor | |
| 16:20 | TODO comments explaining what to do and why to wait. check-in: f02e397753 user: dgp tags: dgp-refactor | |
| 15:43 | Implement and use transients. check-in: 0b0fa29781 user: dgp tags: dgp-refactor | |
| 15:01 | Add PRJ_MANIFEST to support manifest generation. check-in: 94f7087b2f user: apnadkarni tags: vc-reform | |
| 13:58 | Start support for transients. check-in: 53d2c4c8fe user: dgp tags: dgp-refactor | |
| 12:33 | Detect merges of identcal subtrees; eliminate the duplication. check-in: 10d1a11b1d user: dgp tags: dgp-refactor | |
| 01:44 | Move all the claims to a final pass. check-in: ac0d031fd2 user: dgp tags: dgp-refactor | |
| 01:40 | Copy over partial results. check-in: 83493485a5 user: dgp tags: dgp-refactor | |
|
2017-10-16
| ||
| 20:55 | bug fixes check-in: 68f202d70b user: dgp tags: dgp-refactor | |
| 20:35 | Pulling changes from trunk check-in: 5bc369953c user: hypnotoad tags: core_zip_vfs | |
| 16:53 | Detect a merge that produces second argument and avoid copy. check-in: 948083211f user: dgp tags: dgp-refactor | |
| 15:30 | Detect a no-op merge of contents and avoid copy in that case check-in: e1550635bf user: dgp tags: dgp-refactor | |
| 12:46 | Fixed reversed check for implicit rules check-in: 9cd828350e user: apnadkarni tags: vc-reform | |
| 12:05 | merge trunk check-in: 81c802c91a user: jan.nijtmans tags: z_modifier | |
| 11:55 | Add support for 'L' length modifier (either long double or mp_int) and 'a'/'A' modifiers (floating p... check-in: 3d16d7c07b user: jan.nijtmans tags: z_modifier | |
|
2017-10-15
| ||
| 06:58 | Permit application makefile to define RCFILE. Change PROJECT_REQUIRES_TK to use value instead of ifd... check-in: 0773717246 user: apnadkarni tags: vc-reform | |
|
2017-10-14
| ||
| 22:52 | fix unixFCmd test-cases, as result of the octal behavior change check-in: c79f83d82e user: jan.nijtmans tags: z_modifier | |
| 16:35 | When KVLMerge and subsequent testing detects two identical values, collapse them into two uses of th... check-in: 89cdc58a95 user: dgp tags: dgp-refactor | |
|
2017-10-13
| ||
| 17:51 | Correct listIsFirst value. check-in: aefa8c54a4 user: dgp tags: dgp-refactor | |
| 16:40 | merge novem check-in: b59c82c600 user: dgp tags: dgp-refactor | |
| 16:39 | merge novem check-in: 88a2bcd3b4 user: dgp tags: dgp-properbytearray | |
| 16:39 | merge trunk check-in: a49c3597fe user: dgp tags: novem | |
| 16:38 | merge tip-445 check-in: b68fb468fe user: dgp tags: cjo-hydra | |
| 16:38 | merge trunk check-in: 73893dacd8 user: dgp tags: tip-445 | |
| 16:15 | Plug some memleaks. check-in: 5fdcbcbaeb user: dgp tags: trunk | |
| 14:46 | Fix missing line (after manual merge-conflict). Fix compiler warning on linux64. check-in: d97fba48fc user: jan.nijtmans tags: z_modifier | |
| 14:07 | Merge trunk. And merge jn-0d-radix-prefix branch in too (too small to be considered separately) check-in: 0c4174b197 user: jan.nijtmans tags: z_modifier | |
| 13:56 | merge trunk Closed-Leaf check-in: eba17e3e82 user: jan.nijtmans tags: tip-389-impl | |
| 13:03 | Rework lifetime management of the tokensType internal rep. check-in: b0ea212222 user: dgp tags: dgp-refactor | |
|
2017-10-12
| ||
| 19:56 | Don't skip comment and command start initializations. check-in: 340847e486 user: dgp tags: dgp-refactor | |
| 19:26 | Stop an invalid read in the Brodnik machinery. check-in: e945614f04 user: dgp tags: dgp-refactor | |
| 16:33 | memleak check-in: dd0af5cd3e user: dgp tags: dgp-refactor | |
| 16:23 | WIP check-in: 220199cad9 user: dgp tags: dgp-refactor | |
| 15:23 | merge novem check-in: af099af1b3 user: jan.nijtmans tags: novem-more-memory-API | |
| 15:21 | merge trunk check-in: d7c27886c9 user: jan.nijtmans tags: novem | |
| 15:20 | Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional c... check-in: 28f72eb529 user: jan.nijtmans tags: trunk | |
| 14:52 | Account for changes in KVLMerge. check-in: e8be7bfb41 user: dgp tags: dgp-refactor | |
| 12:56 | merge tip-445 check-in: 29aa41b930 user: dgp tags: cjo-hydra | |
| 12:55 | merge novem check-in: 34f8606cc4 user: dgp tags: dgp-properbytearray | |
| 12:55 | merge novem check-in: 3899669480 user: dgp tags: dgp-refactor | |
| 12:37 | merge trunk check-in: e09c20f945 user: dgp tags: tip-445 | |
| 12:30 | Convert to use of a per-HAMT collision list. check-in: 3cdd2a6e8c user: dgp tags: dgp-refactor | |
| 00:56 | update comment Closed-Leaf check-in: 8784b35f65 user: dgp tags: dgp-hamt-collision | |
|
2017-10-11
| ||
| 23:42 | Avoid a self merge in MergeContents check-in: 87260a9796 user: dgp tags: dgp-hamt-collision | |
| 23:32 | Handle collisions in the remove operation check-in: fb7d7cf7fb user: dgp tags: dgp-hamt-collision | |
| 17:45 | Make the collision lists sharable. check-in: 74eb685080 user: dgp tags: dgp-hamt-collision | |
| 14:09 | merge novem check-in: ac9cb5b64c user: jan.nijtmans tags: novem-more-memory-API | |
| 03:38 | Make sure iterations pass through collision overflows too. check-in: 0934b982c6 user: dgp tags: dgp-hamt-collision | |
| 03:19 | Post-process all hash collisions that arise during merges. (None :)) check-in: 261ef9caa2 user: dgp tags: dgp-hamt-collision | |
|
2017-10-10
| ||
| 19:11 | Started the collision fallback implementation. check-in: e9cb01c62e user: dgp tags: dgp-hamt-collision | |
| 18:28 | some tidying check-in: 0b06a32063 user: dgp tags: dgp-hamt-collision | |
| 16:52 | update comment check-in: 2a1120185d user: dgp tags: dgp-hamt-collision | |
| 16:45 | Eliminate the tail field and uses of it. check-in: 8c2c87b7fb user: dgp tags: dgp-hamt-collision | |
| 16:07 | Simplified model means we no longer need tricky adjustment accounting. check-in: 642f98e81f user: dgp tags: dgp-hamt-collision | |
| 15:11 | merge zipfs check-in: f3498c8e60 user: jan.nijtmans tags: androwish | |
| 15:05 | merge core-8-6-branch check-in: 27c028feca user: jan.nijtmans tags: zipfs | |
| 14:41 | In simplified design, every KVList holds one key value pair. check-in: 4df55bdf0e user: dgp tags: dgp-hamt-collision | |
| 14:34 | More API transformation. check-in: 09739e8daf user: dgp tags: dgp-hamt-collision | |
| 14:26 | Begin redesign where we move the handling of hash collisions to the hamt as a whole instead of requi... check-in: a13d68cbee user: dgp tags: dgp-hamt-collision | |
|
2017-10-09
| ||
| 14:28 | merge trunk check-in: 61bc0c7245 user: jan.nijtmans tags: novem | |
| 14:27 | merge core-8-6-branch check-in: f8df60a625 user: jan.nijtmans tags: trunk | |
| 14:25 | In nmakehlp -v, return non-0 exit code if version is not found. (taken from vc-reform branch) check-in: b41dcee6c2 user: jan.nijtmans tags: core-8-6-branch | |
| 12:55 | merge trunk check-in: 3d2670a053 user: jan.nijtmans tags: novem | |
| 12:54 | Merge core-8-6-branch check-in: c2c6c7dd43 user: jan.nijtmans tags: trunk | |
| 12:53 | Add visual-studio related entries to ignore-glob. Taken over from reform-vc branch check-in: d5293abae0 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-10-08
| ||
| 16:12 | Fix RC template dependency to not generate it every time check-in: 1c30b73378 user: apnadkarni tags: vc-reform | |
| 14:25 | Fix htmlhelp generation on 64-bit systems check-in: 0fd616210f user: apnadkarni tags: vc-reform | |
| 13:18 | Add default rc template so extensions do not have to write their own check-in: 40a10400d4 user: apnadkarni tags: vc-reform | |
|
2017-10-07
| ||
| 20:44 | bug fixes check-in: b6e0357c0c user: dgp tags: dgp-refactor | |
| 17:16 | Was not setting VERSION for extensions. check-in: 1db70dbfa8 user: apnadkarni tags: vc-reform | |
| 16:37 | Complete reworking of size calculation. check-in: a92065e8f3 user: dgp tags: dgp-refactor | |
| 13:33 | Fix ignore glob for Visual C++ output directories. check-in: 0f0baaa171 user: apnadkarni tags: vc-reform | |
|
2017-10-06
| ||
| 19:57 | tests/string.test: bypass not-compiled tests if missing testevalex (without constraints) check-in: 2c1d97b93b user: sebres tags: sebres-string-insert-cr1 | |
| 19:52 | compiled [string insert]: rewritten via INST_STR_REPLACE (with operand); compiled [string replace]: ... check-in: 1ecff38fdd user: sebres tags: sebres-string-insert-cr1 | |
| 19:24 | Rework toward a simpler scheme of size tracking that's not as entangled with other design choices. check-in: b13237f9e9 user: dgp tags: dgp-refactor | |
| 13:38 | Move standard predefined targets to targets.vc as this allows the master makefile to modify macros i... check-in: 1f7d80fd52 user: apnadkarni tags: vc-reform | |
| 13:32 | Collect slot histogram data check-in: 1a30be1ef3 user: dgp tags: dgp-refactor | |
| 12:03 | Disable code that cannot happen. check-in: 1fe6d463b0 user: dgp tags: dgp-refactor | |
| 00:01 | Simplify noComp for loops per mailing list suggestion from sebres [https://sourceforge.net/p/tcl/mai... check-in: 9fab97caea user: andy tags: amg-string-insert | |
|
2017-10-05
| ||
| 23:58 | Merge trunk check-in: f56e51ac5b user: andy tags: amg-string-insert | |
| 18:18 | another ratio reported check-in: d9c1c45ee5 user: dgp tags: dgp-refactor | |
| 18:09 | Implement a first pass [hamt info] command. check-in: 6ac61a2093 user: dgp tags: dgp-refactor | |
| 17:00 | Added standard target for generating pkgIndex.tcl. Added PKGNAMEFLAGS to pass PACKAGE_NAME and PACKA... check-in: 5ae070d1d2 user: apnadkarni tags: vc-reform | |
| 15:42 | bug fix check-in: afa5dbe7cd user: dgp tags: dgp-refactor | |
| 14:52 | Implement the [hamt size] command. check-in: 68ba69deef user: dgp tags: dgp-refactor | |
| 14:42 | Machinery to compute and track hamt size. check-in: e05843ee31 user: dgp tags: dgp-refactor | |
| 14:19 | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to DISABLE_{STANDARD,CLEAN}_TARGETS. check-in: 306cb5962f user: apnadkarni tags: vc-reform | |
| 10:38 | Refactor code common to merge and insert. check-in: 2c2acd6ee9 user: dgp tags: dgp-refactor | |
|
2017-10-04
| ||
| 21:11 | Bugfix MergeList. check-in: 3dff0cbcf4 user: dgp tags: dgp-refactor | |
| 19:28 | WIP check-in: de18cfcf25 user: dgp tags: dgp-refactor | |
| 15:16 | Implemented a [hamt get] command. check-in: e57f4d150a user: dgp tags: dgp-refactor | |
| 01:57 | Add default-* targets check-in: 341523261c user: apnadkarni tags: vc-reform | |
|
2017-10-03
| ||
| 19:31 | bug fixes check-in: b82161d2ef user: dgp tags: dgp-refactor | |
| 16:34 | Implement the [hamt merge] command. check-in: 0837519daf user: dgp tags: dgp-refactor | |
| 15:33 | Completion of the merge machinery. check-in: 5b3fbcb610 user: dgp tags: dgp-refactor | |
| 13:50 | WIP check-in: bdfb1551e4 user: dgp tags: dgp-refactor | |
| 13:44 | Extract version numbers from TEA files so do not have to be separately defined. check-in: ea34ce1ddc user: apnadkarni tags: vc-reform | |
| 13:41 | Have nmakehlp return non-0 exit code if version string not located with -V option check-in: 88bad90fbb user: apnadkarni tags: vc-reform | |
| 12:55 | WIP check-in: 151488be2c user: dgp tags: dgp-refactor | |
| 09:12 | Merge trunk check-in: 984891340b user: jan.nijtmans tags: novem | |
| 09:11 | Merge latest 'const'ification changes from libtommath (develop branch, will be in next release). Non... check-in: 294fb5e1fa user: jan.nijtmans tags: trunk | |
| 08:06 | Remove use of any macros used in rules.vc from rules-ext.vc Added USE_WIDECHAR_API to control usage ... check-in: 94a2203359 user: apnadkarni tags: vc-reform | |
| 03:52 | WIP check-in: e2d4dc416f user: dgp tags: dgp-refactor | |
| 00:28 | WIP check-in: b460c4bb8c user: dgp tags: dgp-refactor | |
| 00:05 | WIP check-in: 192b04097e user: dgp tags: dgp-refactor | |
|
2017-10-02
| ||
| 23:49 | More allocator reworking. check-in: 581c6e914b user: dgp tags: dgp-refactor | |
| 22:01 | WIP check-in: 1323f2b9ac user: dgp tags: dgp-refactor | |
| 19:25 | Allocation refactoring, and sketch of merge operation. check-in: 0b52d64b1d user: dgp tags: dgp-refactor | |
| 18:41 | Avoid making second copy of the same immutable value. check-in: 1b1ff36d81 user: dgp tags: dgp-refactor | |
| 18:25 | API reform. Move all type arguments to be first in the argument list. check-in: 561b441e9d user: dgp tags: dgp-refactor | |
| 17:09 | Introduce rules-ext.vc file for extensions to select most recent rules.vc check-in: 6f657c84cf user: apnadkarni tags: vc-reform | |
| 16:28 | More refactoring. check-in: 738b6d5e74 user: dgp tags: dgp-refactor | |
| 16:10 | New routine to merge KVLists. Re-implement KVLInsert as call to it; some utility routine refactoring... check-in: a08ce61f17 user: dgp tags: dgp-refactor | |
|
2017-09-30
| ||
| 14:11 | Fix initialization of _TCLDIR and use MAKE*CMD macros in makefile.vc Fixed initialization of _TCLDI... check-in: 502c8ac90b user: apnadkarni tags: vc-reform | |
| 08:34 | Added MAKEEXTCMD macro. Fixed couple of syntax errors when building extensions. check-in: 5bdbef03b2 user: apnadkarni tags: vc-reform | |
| 06:20 | Added standard macros LIBDIR and DEMODIR. Also set common Tk related names and paths check-in: eb729b3c75 user: apnadkarni tags: vc-reform | |
|
2017-09-29
| ||
| 14:23 | Permit definition of implicit rules and standard targets to be disabled check-in: f968ddffea user: apnadkarni tags: vc-reform | |
| 12:41 | Added implicit rule for compiling resources. Added Tcl import libraries to link macro. check-in: 8d52c4f4f4 user: apnadkarni tags: vc-reform | |
| 06:12 | Updated for Tk compatibility. Removed extraneous quotes in macro definitions. Macros should be quote... check-in: 4ce75659d8 user: apnadkarni tags: vc-reform | |
|
2017-09-28
| ||
| 12:22 | Add pkgcflags, appcflags and stubscflags to reflect different compilation modes. Packages compile (... check-in: 796c9fe1ab user: apnadkarni tags: vc-reform-tests-pass, vc-reform | |
|
2017-09-26
| ||
| 12:22 | Include rules.vc and nmakehlp.c as part of install. Work toward not having to keep updating extens... check-in: 1889687ba8 user: apnadkarni tags: vc-reform | |
| 09:05 | Remove coffbase.txt and all references to it: It's not recommended by Microsoft any more. check-in: 11d0a8e543 user: jan.nijtmans tags: novem | |
|
2017-09-25
| ||
| 17:35 | Eliminate obsolete winhelp style documentation and fix Html Help doc build to work on 64-bit systems... check-in: 5137d4fbb1 user: apnadkarni tags: vc-reform | |
| 16:33 | Eliminated /base option on linking as not recommended with ASLR check-in: 847eaa26c5 user: apnadkarni tags: vc-reform | |
| 16:23 | Improvements to Tip#430 based on community input. Added a forward declaration of TclZipfs_Init. Adde... check-in: 15770f48da user: hypnotoad tags: core_zip_vfs | |
| 16:23 | Unify build commands with MAKE{LIB,DLL,CON,GUI}CMD macros check-in: 1e35d5e767 user: apnadkarni tags: vc-reform | |
| 13:45 | Move TCLSH and TCLSH_NATIVE macros to rules.vc check-in: 5be00eaab3 user: apnadkarni tags: vc-reform | |
| 13:36 | Pull changes from Trunk check-in: b714ad6059 user: hypnotoad tags: core_zip_vfs | |
| 10:41 | Added project-specific include paths and preprocessor defines. check-in: 6503da624b user: apnadkarni tags: vc-reform | |
| 01:29 | Add [hamt remove] command and fix more bugs. check-in: e9ad162b01 user: dgp tags: dgp-refactor | |
|
2017-09-24
| ||
| 14:25 | Move clean target to rules.vc to avoid repetition in every extension check-in: 60ffde8e32 user: apnadkarni tags: vc-reform | |
| 12:13 | Move installation dir macros to rules.vc check-in: 8085276411 user: apnadkarni tags: vc-reform | |
| 06:03 | Moved generic compiler and linker flags completely into rules.vc so extensions do not have to repeat... check-in: 5c431028b8 user: apnadkarni tags: vc-reform | |
| 03:33 | Add the [hamt replace] command. check-in: 10ba393f1e user: dgp tags: dgp-refactor | |
|
2017-09-23
| ||
| 23:14 | more fixes check-in: 60a73184c4 user: dgp tags: dgp-refactor | |
| 20:10 | more bug fixes check-in: 4eb9ff8b9e user: dgp tags: dgp-refactor | |
| 17:13 | Bug fixes. check-in: c12e9164cf user: dgp tags: dgp-refactor | |
| 16:36 | Simplify implementation of non-bytecoded [string replace] check-in: e2718c364b user: andy tags: amg-string-insert | |
| 15:30 | Implement the [hamt create] command. We can start scripting. check-in: f9981a2144 user: dgp tags: dgp-refactor | |
| 14:55 | Complete the "hamt" Tcl_ObjType. check-in: 3984353a09 user: dgp tags: dgp-refactor | |
| 07:35 | More refactoring. Moved defines that are Tcl-specific to makefile.vc as rules.vc is common to extens... check-in: 0e5cb21d0e user: apnadkarni tags: vc-reform | |
|
2017-09-22
| ||
| 23:45 | Use iterators to make the UpdateString routine. check-in: b5fef85d14 user: dgp tags: dgp-refactor | |
| 23:18 | Complete the iterator routines. It compiles! Must be good. check-in: a481e78199 user: dgp tags: dgp-refactor | |
| 22:46 | Update TIP number check-in: 17b8835c72 user: andy tags: amg-string-insert | |
| 14:12 | merge tip-445 check-in: 33d9c74caf user: dgp tags: cjo-hydra | |
| 14:11 | More TIP 445 conversion of the "path" Tcl_ObjType. check-in: 900a82f661 user: dgp tags: tip-445 | |
| 13:41 | merge tip-445 check-in: 368b8fecdc user: dgp tags: cjo-hydra | |
| 13:32 | Partial conversion of the "path" Tcl_ObjType to TIP 445 contributed by Cyan Ogilvie. This reworking... check-in: 99fdc9b9b1 user: dgp tags: tip-445 | |
| 13:26 | First step in complete refactoring. Breaking up into logical sections with comments. Fix floating p... check-in: b555514410 user: apnadkarni tags: vc-reform | |
| 13:11 | merge tip-445 check-in: 3dfe39c4ac user: dgp tags: cjo-hydra | |
| 13:06 | merge novem check-in: 3cf9e70f1d user: dgp tags: dgp-properbytearray | |
| 13:05 | merge trunk check-in: abe6bafaea user: dgp tags: tip-445 | |
| 13:01 | merge novem check-in: b29b5ed6f5 user: dgp tags: dgp-refactor | |
| 08:49 | merge trunk check-in: 3bb43f216a user: jan.nijtmans tags: novem | |
| 08:48 | Make libtommath's "make" work in Tcl environment (for testing). Eliminate internal s_is_power_of_two... check-in: 4fcc04a348 user: jan.nijtmans tags: trunk | |
| 02:17 | Merged core-8-6-branch to pick up 32/64-bit DLL mismatch error message. Actually already cherrypicke... check-in: 04772444ec user: apnadkarni tags: trunk | |
|
2017-09-21
| ||
| 22:00 | Checkpoint of work in progress. Leaf check-in: 13fc64f17c user: dkf tags: http3 | |
| 19:05 | RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 49499625f2 user: apnadkarni tags: trunk | |
| 18:47 | RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 85eebd6da8 user: apnadkarni tags: core-8-6-branch | |
| 14:35 | [3ae1251264] Run only the tests that match the assumptions of the test design. check-in: 42d9139712 user: dgp tags: amg-string-insert | |
| 12:02 | WIP check-in: 1c37169922 user: dgp tags: dgp-refactor | |
|
2017-09-20
| ||
| 17:25 | Include $noComp flag in string test names check-in: 6a5d5c5e50 user: andy tags: amg-string-insert | |
| 17:06 | merge tip-445 check-in: 5ef7842f07 user: dgp tags: cjo-hydra | |
| 16:20 | merge novem check-in: 206a729f35 user: dgp tags: dgp-refactor | |
| 16:17 | merge novem check-in: 87f5287964 user: dgp tags: dgp-properbytearray | |
| 16:17 | merge trunk check-in: 7168d447c8 user: dgp tags: tip-445 | |
| 12:58 | First cut at making application-independent compile and link flags common to all extensions defined ... check-in: a00775326e user: apnadkarni tags: vc-reform | |
| 09:22 | merge trunk check-in: 52f439bd00 user: jan.nijtmans tags: novem | |
| 09:21 | Move fast return from s_is_power_of_two() to mp_div_d(). This saves a function call in the common ca... check-in: ed59743eb7 user: jan.nijtmans tags: trunk | |
| 09:09 | merge trunk check-in: 6320a360bf user: jan.nijtmans tags: novem | |
| 09:07 | Further astyle formatting of libtommath. No functional changes. check-in: 6706db6842 user: jan.nijtmans tags: trunk | |
| 05:11 | Alternate, equivalent way of running bytecoded tests check-in: 8da17cd010 user: andy tags: amg-string-insert | |
| 05:08 | Correct string tests to exercise both bytecoded and non-bytecoded implementations. string-29.6 now ... check-in: 45c4e5f731 user: andy tags: amg-string-insert | |
|
2017-09-19
| ||
| 16:43 | Disable pointer<->int warnings related to cast between different sizes There are a gadzillion of the... check-in: efdaaeb661 user: apnadkarni tags: vc-reform | |
| 16:07 | Eliminated some obsolete checks (Win98, IA64 etc.) to reduce the noise. check-in: 7267f6da0a user: apnadkarni tags: vc-reform | |
| 15:12 | Do not permit nothreads in OPTS as sockets, registry and dde require threading. check-in: 39dbe837aa user: apnadkarni tags: vc-reform | |
| 12:50 | Fix mapping of VCVERSION to VCVER. The simplistic calculation no longer holds for new versions of th... check-in: b564ced4b6 user: apnadkarni tags: vc-reform | |
| 12:10 | Remove /Gs which enables _chkstk on *every* function call. The normal default behaviour (without the... check-in: 04c1607a24 user: apnadkarni tags: vc-reform | |
| 10:49 | Create new branch named "vc-reform" check-in: 3f41663ec6 user: apnadkarni tags: vc-reform | |
| 06:21 | Improve documentation of [string insert] with respect to end-relative indexing check-in: 3865939887 user: andy tags: amg-string-insert | |
|
2017-09-18
| ||
| 15:13 | Merge trunk check-in: 1db5d9c514 user: jan.nijtmans tags: z_modifier | |
| 14:57 | merge tip-445 check-in: fcdd5750b4 user: dgp tags: cjo-hydra | |
| 14:57 | merge trunk check-in: e9af9d16ff user: dgp tags: tip-445 | |
| 14:57 | merge novem check-in: 2dfeeb8429 user: dgp tags: dgp-properbytearray | |
| 14:54 | merge novem check-in: bcaf1b3113 user: dgp tags: dgp-refactor | |
| 14:39 | merge trunk check-in: aac06499fb user: jan.nijtmans tags: novem | |
| 14:38 | Finish libtommath's constification work. All done (hopefully). And make sure that C preprocessor dir... check-in: 5d1dde9e60 user: jan.nijtmans tags: trunk | |
| 13:19 | merge trunk check-in: 0df52e2051 user: dgp tags: amg-string-insert | |
| 12:54 | merge trunk check-in: c2ee1a2e85 user: jan.nijtmans tags: novem | |
| 12:53 | Another round of libtommath const'ification. To be submitted to the libtommath folks check-in: 330a406fa5 user: jan.nijtmans tags: trunk | |
| 12:30 | merge tip-445 check-in: dc0d611fa1 user: dgp tags: cjo-hydra | |
| 12:06 | merge novem check-in: 1ef33883a0 user: dgp tags: dgp-refactor | |
| 12:06 | WIP check-in: f51f5fa799 user: dgp tags: dgp-refactor | |
| 12:00 | merge novem check-in: 1a59ed5a6e user: dgp tags: dgp-properbytearray | |
| 11:59 | merge trunk check-in: 6e13a9423e user: dgp tags: tip-445 | |
| 10:07 | Merge trunk check-in: 3cea4fc314 user: jan.nijtmans tags: novem | |
| 08:31 | Merge libtommath upstream changes (astyle formatting only). No functional changes. All Tcl-specific ... check-in: 6954ead823 user: jan.nijtmans tags: trunk | |
| 03:11 | Document [string insert] check-in: d017d0cd78 user: andy tags: amg-string-insert | |
| 03:02 | Document Tcl_ReplaceObj() check-in: c491f05a28 user: andy tags: amg-string-insert | |
| 01:38 | Rename Tcl_StringReplace() to Tcl_ReplaceObj() for consistency with other public string object funct... check-in: e5bf34271e user: andy tags: amg-string-insert | |
| 01:29 | Improve comments check-in: 659068fa85 user: andy tags: amg-string-insert | |
| 01:19 | Juggle [string insert] bytecode compilation logic check-in: 6fcce5edbb user: andy tags: amg-string-insert | |
| 01:16 | Rearrange bytecoded [string replace] logic, reinstate [string replace]/[string insert] result tracin... check-in: e55f8ad1a8 user: andy tags: amg-string-insert | |
| 01:11 | Use Tcl_StringReplace() to implement core of bytecoded [string replace] check-in: 02800a9cf4 user: andy tags: amg-string-insert | |
| 00:48 | Update stringComp.test for new [string insert] command check-in: 4bf779f2de user: andy tags: amg-string-insert | |
| 00:39 | stringComp.test and maybe many other tests may need to be reconsidered so that both bytecoded and no... check-in: cc99fd2be5 user: andy tags: amg-string-insert | |
| 00:32 | Correct terminology check-in: 4cdab44b68 user: andy tags: amg-string-insert | |
| 00:32 | Implement bytecoded [string insert] check-in: 064fc1f23c user: andy tags: amg-string-insert | |
|
2017-09-17
| ||
| 21:09 | Correct bytecode index comments check-in: 22c8aea0e3 user: andy tags: amg-string-insert | |
| 21:09 | Improve comment to describe return value check-in: 6d502aa4ca user: andy tags: amg-string-insert | |
|
2017-09-16
| ||
| 19:50 | Merge trunk check-in: 601141ff84 user: andy tags: amg-string-insert | |
|
2017-09-15
| ||
| 13:36 | merge trunk check-in: f8a598e13a user: jan.nijtmans tags: novem | |
| 13:08 | 'const'ify more libtommath functions. All functions in generic/tclTomMath.decls (used by Tcl) are do... check-in: b54e97868c user: jan.nijtmans tags: trunk | |
|
2017-09-14
| ||
| 19:22 | WIP check-in: 46a5c64a59 user: dgp tags: dgp-refactor | |
| 14:34 | New Tcl_ObjType WIP. check-in: 28f6f8c7e8 user: dgp tags: dgp-refactor | |
| 14:20 | merge tip-445 check-in: b3e3e1647b user: dgp tags: cjo-hydra | |
| 14:19 | merge novem check-in: 3b5667b4ff user: dgp tags: dgp-refactor | |
| 14:12 | merge trunk check-in: decd9fa55d user: dgp tags: tip-445 | |
| 14:03 | merge novem check-in: 4c571ea91a user: dgp tags: dgp-properbytearray | |
| 14:02 | merge trunk check-in: 65554137c5 user: dgp tags: novem | |
| 14:02 | Move new declarations to more conventional place for tidier merging. check-in: d0b21fc95e user: dgp tags: trunk | |
| 13:17 | merge novem check-in: 0a3ba6dcc3 user: dgp tags: dgp-properbytearray | |
| 08:06 | merge trunk check-in: 02f4b68952 user: jan.nijtmans tags: novem | |
| 08:05 | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No functional changes. check-in: f4cdedde64 user: jan.nijtmans tags: trunk | |
| 07:42 | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments check-in: 41b84c3667 user: jan.nijtmans tags: trunk | |
| 07:41 | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments check-in: d2007ae5e7 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-09-13
| ||
| 10:42 | Merge trunk check-in: a493ca45ea user: jan.nijtmans tags: novem | |
| 10:14 | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions. Deprecate the internal... check-in: 900152d715 user: jan.nijtmans tags: trunk | |
|
2017-09-12
| ||
| 17:23 | merge mark check-in: 1ce7e9a19f user: dgp tags: cjo-hydra | |
| 17:01 | Rework [lset] internals to be sure outdated intreps get purged. check-in: d9dfa71717 user: dgp tags: tip-445 | |
| 17:01 | Rework [lset] internals to be sure outdated intreps get purged. check-in: 30c6c52314 user: dgp tags: cjo-hydra | |
| 15:44 | Make sure ListObjReplace invalidates outdated intreps. check-in: 7d602c3a9f user: dgp tags: tip-445 | |
| 15:30 | Make sure ListObjReplace invalidates outdated intreps. check-in: 6a6da26999 user: dgp tags: cjo-hydra | |
| 15:18 | Make sure ListObjAppendElement invalidates outdated intreps. check-in: 36a738fa99 user: dgp tags: tip-445 | |
| 15:13 | Make sure ListObjAppendElement invalidates outdated intreps. check-in: 30bbfe68d6 user: dgp tags: cjo-hydra | |
| 13:23 | Revised dict value means we much invalidate existing intreps. check-in: f7ef63faa6 user: dgp tags: tip-445 | |
| 13:22 | When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 36ed69949c user: dgp tags: tip-445 | |
| 13:21 | Revised dict value means we much invalidate existing intreps. check-in: 9fb681446d user: dgp tags: cjo-hydra | |
| 12:11 | When we invalidate the string rep of a dict, that's a sign we need to free all the intreps of that d... check-in: 8d1ff0b345 user: dgp tags: cjo-hydra | |
|
2017-09-11
| ||
| 17:17 | Stop crash in oo.test check-in: 1b78167222 user: dgp tags: cjo-hydra | |
| 16:52 | Add a DupHydra implementation. check-in: 2864297e48 user: dgp tags: cjo-hydra | |
| 14:51 | Fixes to Tcl_StoreIntRep -- support irPtr == NULL check-in: 91058bb83b user: dgp tags: cjo-hydra | |
| 14:44 | Hydra work from Cyan Ogilvie. check-in: ac03e05714 user: dgp tags: cjo-hydra | |
| 13:21 | merge novem check-in: a0bd6b43c0 user: jan.nijtmans tags: novem-more-memory-API | |
| 13:06 | merge novem check-in: 17c54399fb user: dgp tags: dgp-refactor | |
| 12:23 | global consts are things compilers are picky about. check-in: e0b9c0e7df user: dgp tags: dgp-refactor | |
| 12:07 | merge novem check-in: 4c2e3516a0 user: dgp tags: dgp-properbytearray | |
| 12:02 | merge trunk check-in: 241056bf07 user: dgp tags: tip-445 | |
| 11:21 | merge trunk check-in: 30418b0549 user: jan.nijtmans tags: novem | |
| 10:38 | Many 'const' addtions in libtommath where it makes sense. To be submitted back to the libtommath guy... check-in: ae8992c395 user: jan.nijtmans tags: trunk | |
| 00:12 | It compiles! Ship it! check-in: d959cdad5e user: dgp tags: dgp-refactor | |
|
2017-09-10
| ||
| 19:11 | WIP check-in: 6047938a8b user: dgp tags: dgp-refactor | |
| 13:35 | merge novem check-in: 4fa9cc2903 user: jan.nijtmans tags: novem-more-memory-API | |
|
2017-09-09
| ||
| 16:26 | Merge trunk check-in: 8b29b13280 user: jan.nijtmans tags: novem | |
|
2017-09-08
| ||
| 18:05 | WIP check-in: 79337b43e1 user: dgp tags: dgp-refactor | |
| 17:21 | WIP check-in: 68358ccbd1 user: dgp tags: dgp-refactor | |
| 17:10 | WIP check-in: 43e58b6dc6 user: dgp tags: dgp-refactor | |
| 17:05 | WIP check-in: 8043bdedce user: dgp tags: dgp-refactor | |
| 14:38 | Re-base to trunk. Now versioned as 8.7.0-alpha.2 check-in: eacebd08b2 user: jan.nijtmans tags: semver | |
| 14:15 | Add some more functions from libtommath for availability within Tcl (mainly the 'long long' variants... check-in: ff847e8f35 user: jan.nijtmans tags: trunk | |
| 14:02 | WIP check-in: 977d156621 user: dgp tags: dgp-refactor | |
| 13:30 | Be consistent about how I am referred to. check-in: 6015050c0e user: gahr tags: trunk | |
| 13:13 | Bump to 8.7a2 to distinguish trunk from 8.7a1 release. check-in: 6896e53834 user: dgp tags: trunk | |
| 12:50 | merge release check-in: 31bf380580 user: dgp tags: trunk | |
| 12:48 | Rebase to trunk check-in: 5e999389ca user: jan.nijtmans tags: z_modifier | |
| 11:45 | WIP check-in: 45ae72da47 user: dgp tags: dgp-refactor | |
| 11:04 | Rebase to trunk check-in: 56aed80e04 user: jan.nijtmans tags: win-console-panic | |
| 03:49 | WIP check-in: af8cc4ae35 user: dgp tags: dgp-refactor | |
|
2017-09-07
| ||
| 12:59 | merge trunk; rc1 Closed-Leaf check-in: 2606a5c5d7 user: dgp tags: rc1, core-8-7-a1-rc, core-8-7-a1 | |
| 12:46 | WIP check-in: 17672bd902 user: dgp tags: dgp-refactor | |
| 01:38 | Implementation of persistent, immutable key/value lists. Lifetime management done with refcounts to ... check-in: 91867afcf2 user: dgp tags: dgp-refactor | |
|
2017-09-06
| ||
| 19:27 | WIP check-in: 1f1e0ccf10 user: dgp tags: dgp-refactor | |
| 15:02 | Fix use of "long long" (manually) in MSVC check-in: 9f18b82478 user: jan.nijtmans tags: trunk | |
|
2017-09-05
| ||
| 16:44 | Pulling changes from trunk check-in: 1418d72876 user: hypnotoad tags: core_zip_vfs | |
| 16:33 | Removed the package style loader from tclAppInit. Zipfs now loads as part of the interpreter. check-in: 5163caf76e user: hypnotoad tags: core_zip_vfs | |
| 15:38 | update changes check-in: 7cbc33c3ce user: dgp tags: rc0, core-8-7-a1-rc | |
| 14:56 | Recognise "-rc" also as part of version ranges (was missing from previous commit) check-in: 48b0bbee92 user: jan.nijtmans tags: tip-439, semver | |
| 14:19 | Add support for "-rc" releases, which are the same as final releases but the version string is diffe... check-in: e59079446e user: jan.nijtmans tags: tip-439, semver | |
| 12:42 | merge novem check-in: d4d0177ae0 user: dgp tags: dgp-properbytearray | |
| 12:41 | merge novem check-in: 8dfd1f597e user: dgp tags: dgp-refactor | |
| 12:41 | merge trunk check-in: 37388a0d90 user: dgp tags: tip-445 | |
| 12:41 | merge trunk check-in: 2efd1733e7 user: dgp tags: core-8-7-a1-rc | |
| 12:28 | merge trunk check-in: 56ba25c528 user: dgp tags: tip-282 | |
|
2017-09-04
| ||
| 15:24 | merge trunk check-in: d051a64dbc user: jan.nijtmans tags: tip-439, semver | |
| 14:03 | merge trunk check-in: 55e5374f6b user: jan.nijtmans tags: novem | |
| 14:01 | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering from msgcat check-in: d077ae59a3 user: jan.nijtmans tags: trunk | |
| 13:59 | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for consistancy) check-in: df3d5fa5a3 user: jan.nijtmans tags: core-8-6-branch | |
| 13:32 | merge zipfs check-in: f033ca9370 user: jan.nijtmans tags: androwish | |
| 13:21 | Merge core-8-6-branch, fallback for MAP_FILE check-in: 47d6be63bb user: jan.nijtmans tags: zipfs | |
| 12:40 | merge trunk check-in: 1f080164e9 user: jan.nijtmans tags: tip-439, semver | |
| 12:38 | merge core-8-6-branch check-in: 134e487b22 user: jan.nijtmans tags: trunk | |
| 12:37 | Typo's (Thanks to Gustaf Neumann), nothing functional. check-in: 4e7c82c6e1 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-09-02
| ||
| 22:10 | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: 95c4436a1e user: dgp tags: trunk | |
| 22:03 | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace. check-in: e71b74b743 user: dgp tags: core-8-6-branch | |
|
2017-09-01
| ||
| 14:20 | merge zipfs check-in: e57ab5d3e2 user: jan.nijtmans tags: androwish | |
| 14:00 | merge core-8-6-branch check-in: c3e090e484 user: jan.nijtmans tags: zipfs | |
| 13:52 | merge trunk check-in: 736343cba1 user: jan.nijtmans tags: tip-389-impl | |
| 13:49 | Merge core-8-6-branch check-in: 314f32710e user: jan.nijtmans tags: trunk | |
| 13:48 | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and BuildCharSet(). Only makes a diff... check-in: 9d12b1026e user: jan.nijtmans tags: core-8-6-branch | |
| 08:50 | merge trunk check-in: 3f9db43f3e user: jan.nijtmans tags: tip-389-impl | |
| 01:44 | merge trunk check-in: d10af812b3 user: dgp tags: core-8-7-a1-rc | |
| 01:29 | merge novem check-in: 6043683920 user: dgp tags: dgp-refactor | |
| 01:11 | merge novem check-in: db2b6d8c00 user: dgp tags: dgp-properbytearray | |
| 00:52 | merge trunk check-in: c3fbabfb73 user: dgp tags: tip-445 | |
|
2017-08-31
| ||
| 13:57 | merge trunk check-in: 2a52ebe007 user: jan.nijtmans tags: novem | |
| 13:56 | Merge core-8-6-branch. Remove all git tag information for libtommath, so we don't have useless file ... check-in: 8451176357 user: jan.nijtmans tags: trunk | |
| 13:43 | Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have crlf ending check-in: 05d1345b41 user: jan.nijtmans tags: core-8-6-branch | |
| 12:21 | (merge-mark core-8-6-branch). Give state to UtfToUtfProc() and UnicodeToUtfProc() in which the last... check-in: ec434c5d08 user: jan.nijtmans tags: trunk | |
| 09:46 | http state 100 continue handling broken [2a94652ee1] check-in: d6bb682808 user: oehhar tags: novem | |
| 09:35 | http state 100 continue handling broken [2a94652ee1] check-in: 79053036d8 user: oehhar tags: trunk | |
| 09:32 | http state 100 continue handling broken [2a94652ee1] check-in: fb94c24691 user: oehhar tags: core-8-6-branch | |
| 08:41 | merge trunk check-in: 2bfc123728 user: jan.nijtmans tags: novem | |
| 06:31 | http state 100 continue handling broken [2a94652ee1] Closed-Leaf check-in: b80bf5033f user: oehhar tags: bug-2a94652ee1 | |
|
2017-08-30
| ||
| 15:29 | Cherrypick string.test [de104ef5ab] check-in: c649c52458 user: andy tags: trunk | |
| 15:22 | Merge trunk check-in: 0def7d0317 user: andy tags: amg-string-insert | |
| 15:20 | Rename TclStringReplace() to Tcl_StringReplace() and add to the stubs table. Documentation not yet ... check-in: 678e846973 user: andy tags: amg-string-insert | |
| 12:39 | merge trunk check-in: d6b05e9e2c user: jan.nijtmans tags: tip-439, semver | |
| 12:37 | Tweak libtommath building, such that it doesn't depend on uint64_t any more. (handle mp_word in the ... check-in: c28c8e4f1c user: jan.nijtmans tags: trunk | |
| 12:01 | merge trunk check-in: ddda318c41 user: jan.nijtmans tags: tip-439, semver | |
| 11:49 | merge trunk check-in: 18735f269b user: jan.nijtmans tags: novem | |
| 11:46 | Adapt libtommath's "changes.txt", and other text-files. Adapt bn_mp_read_radix.c to latest libtommat... check-in: 0f28787503 user: jan.nijtmans tags: trunk | |
|
2017-08-29
| ||
| 21:44 | (experiment) See: [https://github.com/libtom/libtommath/pull/75] proposal by sjaeckel Closed-Leaf check-in: f51addad6e user: jan.nijtmans tags: libtommath-tcl-fixes-75 | |
| 21:27 | a few missing bits after previous commit check-in: 8c421aaec5 user: jan.nijtmans tags: trunk | |
| 20:45 | upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as needed - intact) check-in: 600a59709e user: jan.nijtmans tags: trunk | |
| 20:43 | Merge libtommath 1.0.1 final Closed-Leaf check-in: 3617735687 user: jan.nijtmans tags: libtommath-1.0.1 | |
| 20:25 | libtommath 1.0.1 rc2, for test purposes only check-in: 27923399a3 user: jan.nijtmans tags: libtommath-1.0.1 | |
| 09:25 | merge-mark check-in: 238a21ce95 user: jan.nijtmans tags: trunk | |
| 09:24 | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec redirection to append ... check-in: 520999f475 user: jan.nijtmans tags: core-8-6-branch | |
| 09:19 | Merge trunk check-in: f2f6504adb user: jan.nijtmans tags: novem | |
|
2017-08-27
| ||
| 21:25 | Comments and formatting check-in: 4bfe8e269d user: f.bonnet tags: tip-462 | |
| 15:25 | Fixed reference counting issue with objects returned by WaitProcessStatus check-in: de93dfa9c6 user: f.bonnet tags: tip-462 | |
| 15:24 | On Windows, Tcl_Pids now map to dwProcessId instead of hProcess because the system reuses handles of... check-in: bdf5100b03 user: f.bonnet tags: tip-462 | |
| 11:05 | Refactoring to support all processes and not just detached ones. check-in: 35e5121282 user: f.bonnet tags: tip-462 | |
|
2017-08-25
| ||
| 13:46 | Merge trunk check-in: c841475a89 user: jan.nijtmans tags: tip-389-impl | |
|
2017-08-24
| ||
| 16:56 | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005. check-in: 844c1fa97f user: ferrieux tags: trunk | |
|
2017-08-23
| ||
| 19:51 | Added switches and pid list support to tcl::process status check-in: d5505d71d9 user: f.bonnet tags: tip-462 | |
| 18:31 | Refactoring and preliminary implementation of tcl::process (list|status) check-in: 53a8328d11 user: f.bonnet tags: tip-462 | |
|
2017-08-22
| ||
| 12:41 | merge core-8-6-branch check-in: 2b42a8db4c user: jan.nijtmans tags: trunk | |
| 12:12 | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks because of gcc error. Only u... check-in: ba30aa3b1c user: jan.nijtmans tags: core-8-6-branch | |
|
2017-08-20
| ||
| 20:11 | Add test cleanup check-in: 5f8c346dfb user: andy tags: amg-string-insert | |
| 19:57 | Add tests to exercise almost every line of TclStringReplace(). The one line not being exercised is ... check-in: eb2821be09 user: andy tags: amg-string-insert | |
| 19:55 | Tweak string index boundary conditionals for tiny performance improvement and to make existing tests... check-in: 025ea6e5be user: andy tags: amg-string-insert | |
| 18:13 | Add non-bytecoded [string replace] tests to exercise new TclStringReplace() function check-in: 9af4defa79 user: andy tags: amg-string-insert | |
| 03:45 | Add string-14.18 to test that [string replace] with last<first does not insert a string, even though... check-in: de104ef5ab user: andy tags: amg-string-insert | |
| 03:21 | Reimplement NON-BYTECODED [string replace] in terms of new TclStringReplace() function check-in: c0036938dd user: andy tags: amg-string-insert | |
| 03:20 | Correct NULL dereference, and optimize short-circuit logical operation check-in: fa3278ec35 user: andy tags: amg-string-insert | |
| 02:44 | Work toward dgp's suggestion that the underlying engine handle both [string insert] and [string repl... check-in: 0cfeecb740 user: andy tags: amg-string-insert | |
|
2017-08-18
| ||
| 22:06 | merge core-8-6-branch check-in: 75da8b29f8 user: jan.nijtmans tags: trunk | |
| 21:39 | RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate handling for TCL_UTF_MAX==4... check-in: 578af1b751 user: jan.nijtmans tags: core-8-6-branch | |
| 13:44 | merge novem check-in: a87c8c9494 user: dgp tags: dgp-properbytearray | |
| 13:44 | merge novem check-in: d592c0fb4a user: dgp tags: dgp-refactor | |
| 13:43 | merge trunk check-in: 56e26d203d user: dgp tags: tip-445 | |
| 13:23 | merge trunk check-in: f1f87ddc33 user: dgp tags: novem | |
| 12:49 | Completed [tcl::process autopurge] semantics and added [tcl::process purge] implementation along wit... check-in: 895210c8ba user: f.bonnet tags: tip-462 | |
| 07:51 | Added [tcl::process autopurge] flag management with TclProcessGetAutopurge/TclProcessSetAutopurge co... check-in: 67ed1efdfa user: f.bonnet tags: tip-462 | |
|
2017-08-17
| ||
| 22:50 | Merge core-8-6-branch. Update outdated comment (cherry-pick [d5dec2b0514639f44929cbbba9c4130798a8a54... check-in: 1b01d8a66c user: jan.nijtmans tags: trunk | |
| 22:26 | Adopt some harmless changes from the 'irontcl' branch. Left 2 changes behind which I'm not so sure a... check-in: aab6df2b73 user: jan.nijtmans tags: core-8-6-branch | |
| 21:56 | merge core-8-6-branch check-in: 6d463326bc user: jan.nijtmans tags: trunk | |
| 21:52 | '#if' -> '#ifdef' in tclUnixPort.h. Suggested by Gustaf Neumann. Reduces the number of gcc warnings,... check-in: 96fdbb7598 user: jan.nijtmans tags: core-8-6-branch | |
| 18:32 | Correct bug in getting second Unicode character sequence check-in: 87dadea232 user: andy tags: amg-string-insert | |
| 18:15 | Clip (don't reject) out-of-bounds indexes, per sebres's suggestion and to match [linsert] check-in: 581e438bb7 user: andy tags: amg-string-insert | |
| 18:14 | Work around [3397978fff] check-in: a20a2ff810 user: andy tags: amg-string-insert | |
| 17:29 | Backout [b163c4f423]: Command ensembles indeed do affect argument reference counts, see [3397978fff] check-in: b83433c23f user: andy tags: amg-string-insert | |
| 13:03 | Fixed line endings check-in: 2a872d1898 user: f.bonnet tags: tip-462 | |
| 13:02 | Basic scaffolding for tcl::process check-in: 7cbd47fe03 user: f.bonnet tags: tip-462 | |
|
2017-08-16
| ||
| 15:14 | Test code to investigate command ensemble argument reference counts check-in: b163c4f423 user: andy tags: amg-string-insert | |
| 15:14 | Fix typo check-in: 9f7c7d5fb4 user: andy tags: amg-string-insert | |
|
2017-08-15
| ||
| 08:25 | Write some test cases check-in: ea030eb727 user: andy tags: amg-string-insert | |
| 08:23 | Correct bug in shared pure byte array case check-in: 597e9993b3 user: andy tags: amg-string-insert | |
| 08:04 | Remove repeated code check-in: d83ac7baf8 user: andy tags: amg-string-insert | |
| 08:04 | Update existing tests to accommodate new [string insert] command check-in: 900ca572ab user: andy tags: amg-string-insert | |
| 07:50 | Begin implementation of [string insert] check-in: cbfded0f59 user: andy tags: amg-string-insert | |
|
2017-08-14
| ||
| 15:33 | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: 98d2b59531 user: dgp tags: core-8-6-branch | |
|
2017-08-13
| ||
| 22:31 | The 'clean' target should delete the generated 'nmhlp-out.txt' file as well. check-in: be7ee34b29 user: mistachkin tags: irontcl | |
| 22:15 | Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs. check-in: 6b3568e058 user: mistachkin tags: irontcl | |
| 22:05 | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio. check-in: bde6588ccd user: mistachkin tags: irontcl | |
|
2017-08-12
| ||
| 19:45 | Correct longstanding typo in continue man page check-in: 7e42c87b8f user: andy tags: trunk | |
|
2017-08-10
| ||
| 19:14 | Add 8.7 -only changes to the changes file. check-in: f7e3a4a75e user: dgp tags: core-8-7-a1-rc | |
| 17:34 | Update outdated comment. check-in: d5dec2b051 user: dgp tags: core-8-7-a1-rc | |
| 17:03 | Backport [array names -regexp] should support backrefs check-in: c84987f4b7 user: dgp tags: core-8-6-branch | |
| 14:56 | Bring changes up to the 8.6.7 release. check-in: f73f06f6d8 user: dgp tags: core-8-7-a1-rc | |
| 14:29 | Release candidate branch for Tcl 8.7a1. check-in: 31c23dd6bb user: dgp tags: core-8-7-a1-rc | |
| 14:17 | merge 8.6 check-in: c36e167835 user: dgp tags: trunk | |
| 13:28 | Silence compiler warning in --disable-threads build check-in: 6c566de0bb user: dgp tags: core-8-6-branch | |
|
2017-08-09
| ||
| 16:38 | merge mark check-in: 485cf243f0 user: dgp tags: trunk | |
| 16:29 | merge mark check-in: 722db62800 user: dgp tags: core-8-6-branch | |
| 16:28 | merge release check-in: 6f13e81b5f user: dgp tags: core-8-6-branch | |
| 14:41 | bump release date Closed-Leaf check-in: 1a93a1613f user: dgp tags: release, core-8-6-7-rc, core-8-6-7 | |
|
2017-08-08
| ||
| 16:42 | Merge core-8-6-branch check-in: 216c54cb51 user: andy tags: core-8-6-7-rc | |
| 16:42 | Cherrypick [527d354828] check-in: e339228320 user: andy tags: core-8-6-branch | |
| 16:41 | Merge novem check-in: aa2d419bfa user: andy tags: dgp-properbytearray | |
| 16:40 | Merge novem check-in: 0f3306d7d6 user: andy tags: dgp-refactor | |
| 16:39 | Merge trunk check-in: 16185b644b user: andy tags: tip-445 | |
| 16:39 | Merge trunk check-in: aadf195d2c user: andy tags: novem | |
| 15:19 | fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test cases adjusted. check-in: 3efed18ef8 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
|
2017-08-07
| ||
| 01:16 | [5bfe3de008]: Modify [source] to set input EOF character but not output EOF character. This avoids ... check-in: 527d354828 user: andy tags: trunk | |
|
2017-08-04
| ||
| 13:26 | merge novem check-in: fc84863621 user: dgp tags: dgp-properbytearray | |
| 13:26 | merge novem check-in: 7d00234e68 user: dgp tags: dgp-refactor | |
| 13:25 | merge trunk check-in: da03eaabd8 user: dgp tags: tip-445 | |
| 13:19 | merge trunk check-in: 4b17c28700 user: dgp tags: novem | |
| 13:18 | merge 8.6 check-in: 310ded6da8 user: dgp tags: trunk | |
|
2017-08-03
| ||
| 14:40 | merge 8.6 check-in: 859df7220f user: dgp tags: rc1, core-8-6-7-rc | |
| 14:39 | Improved test http-4.16. check-in: 26055ab3e1 user: dgp tags: core-8-6-branch | |
|
2017-08-02
| ||
| 23:38 | Fix weird hangs in macOS Sierra on some networks. Name resolution timeouts not what we want to test ... check-in: bf3ac94fa2 user: dkf tags: core-8-6-branch | |
|
2017-08-01
| ||
| 16:05 | update changes check-in: 23702a8e3a user: dgp tags: core-8-6-7-rc | |
|
2017-07-22
| ||
| 22:49 | Make it work again with new epoll Notifier Warning: might need some more tweaks if it turns out to ... check-in: 434eb7d003 user: avl42 tags: tcl-469-1st-try | |
|
2017-07-18
| ||
| 13:46 | merge novem check-in: 80f0997f0b user: dgp tags: dgp-properbytearray | |
| 13:46 | merge novem check-in: 56f00462f4 user: dgp tags: dgp-refactor | |
| 13:39 | merge trunk check-in: e9ce600364 user: dgp tags: tip-445 | |
| 13:34 | merge trunk check-in: 5a7371016e user: dgp tags: novem | |
| 12:58 | merge 8.6 check-in: 1345e78da1 user: dgp tags: rc0, core-8-6-7-rc | |
|
2017-07-17
| ||
| 08:04 | merge core-8-6-branch check-in: 4009d98d80 user: jan.nijtmans tags: trunk | |
| 08:04 | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies across builds from auto_m... check-in: d86807b814 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-07-16
| ||
| 20:55 | fileevent $ch exception ... check-in: 5610dcf5cd user: avl tags: tcl-469-1st-try | |
|
2017-07-14
| ||
| 15:08 | merge zipfs check-in: 6232610ca9 user: jan.nijtmans tags: androwish | |
| 15:03 | merge rfe-6c0d7aec67 Adapt upstream Androwish improvements check-in: 327ea0a2de user: jan.nijtmans tags: zipfs | |
| 14:48 | merge core-8-6-branch Closed-Leaf check-in: e07455203e user: jan.nijtmans tags: rfe-6c0d7aec67 | |
| 14:21 | merge trunk check-in: 50bd973657 user: jan.nijtmans tags: tip-439, semver | |
|
2017-07-13
| ||
| 16:04 | merge sebres-event-perf-fix-busy-wait check-in: de29c24e4b user: sebres tags: sebres-8-6-event-perf-branch | |
| 15:07 | merge core-8-6-branch check-in: a3919af766 user: jan.nijtmans tags: trunk | |
| 15:06 | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in implementation of TclUtfToUn... check-in: 65f2f760e4 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-07-10
| ||
| 11:31 | merge core-8-6-branch check-in: 1e6415bbda user: sebres tags: sebres-8-6-event-perf-branch | |
| 11:12 | merge sebres-8-5-event-perf-branch check-in: 2219c00d2a user: sebres tags: sebres-8-6-event-perf-branch | |
| 08:59 | tclUnixNotfy.c: we should wait for notifier at least once in case of waitForFiles (regardless of the... check-in: b13e24b699 user: sebres tags: sebres-8-6-event-perf-branch | |
| 08:55 | Stability fix: queue epoch to guarantee avoid broken queue, service level to avoid reset block time ... check-in: 68698a3ac4 user: sebres tags: sebres-8-6-event-perf-branch | |
| 08:53 | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6 check-in: fed961497a user: sebres tags: sebres-8-6-event-perf-branch | |
|
2017-07-06
| ||
| 16:58 | merge novem check-in: 7eb94b8f21 user: dgp tags: dgp-refactor | |
| 16:57 | merge novem check-in: 45d5acda53 user: dgp tags: dgp-properbytearray | |
| 16:52 | merge trunk check-in: 4dc6e2e33e user: dgp tags: novem | |
| 16:52 | merge trunk check-in: a21e565627 user: dgp tags: tip-445 | |
| 16:47 | merge 8.6 check-in: 92f352fb7a user: dgp tags: core-8-6-7-rc | |
| 16:40 | merge 8.6 check-in: 78ed92ebd5 user: dgp tags: trunk | |
| 16:34 | [adb198c256] Switch to an alternative fix for file join memleaks. check-in: df20b03ff6 user: dgp tags: core-8-6-branch | |
| 16:00 | Pull out of the loop a block of code that can only run in first iteration. Closed-Leaf check-in: e5a3e7cba1 user: dgp tags: bug-adb198c256 | |
| 15:46 | Alternative fix for memleaks in fs path join machinery. check-in: 6ab9649e66 user: dgp tags: bug-adb198c256 | |
|
2017-07-04
| ||
| 14:31 | Add in the URL parsing as a general service. check-in: 68f522f39f user: dkf tags: http3 | |
|
2017-07-03
| ||
| 12:46 | merge trunk check-in: 2cab48c756 user: jan.nijtmans tags: novem | |
| 12:45 | merge core-8-6-branch check-in: f46366c736 user: jan.nijtmans tags: trunk | |
| 12:39 | merge zipfs check-in: 27c91b58a4 user: jan.nijtmans tags: androwish | |
| 12:34 | merge rfe-6c0d7aec67 check-in: 04c2a45d71 user: jan.nijtmans tags: zipfs | |
| 12:32 | merge core-8-6-branch check-in: 4467b7768e user: jan.nijtmans tags: rfe-6c0d7aec67 | |
| 09:23 | resolve 8.6-fork check-in: 674ec2d9ec user: sebres tags: core-8-6-branch | |
| 09:19 | tclPathObj: fixed TclJoinPath - usage of released object and object leakage. closes [adb198c256df8c4... check-in: fbaf970e24 user: sebres tags: core-8-6-branch | |
| 08:32 | merge trunk check-in: 7067ab8082 user: jan.nijtmans tags: novem | |
| 08:30 | merge core-8-6-branch check-in: 1335f34599 user: jan.nijtmans tags: trunk | |
| 08:27 | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. check-in: 5b95f585fa user: jan.nijtmans tags: core-8-6-branch | |
|
2017-06-29
| ||
| 13:18 | merge trunk Closed-Leaf check-in: 65f7b12c0e user: jan.nijtmans tags: jn-0d-radix-prefix | |
| 11:42 | merge novem check-in: 76a8ebccd9 user: dgp tags: dgp-refactor | |
| 11:38 | merge novem check-in: 28d8f0755f user: dgp tags: dgp-properbytearray | |
| 11:29 | merge trunk check-in: e6b9d7a231 user: dgp tags: tip-445 | |
| 11:19 | merge 8.6 check-in: 6402881613 user: dgp tags: core-8-6-7-rc | |
|
2017-06-28
| ||
| 13:45 | merge trunk check-in: 6921b83aca user: jan.nijtmans tags: novem | |
| 13:44 | merge core-8-6-branch check-in: 474ea18601 user: jan.nijtmans tags: trunk | |
| 13:32 | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate the expected uppercase c... check-in: bb9d202e4c user: jan.nijtmans tags: core-8-6-branch | |
| 11:02 | Implement %a and %A for floating point numbers check-in: 35812670ab user: jan.nijtmans tags: jn-0d-radix-prefix | |
|
2017-06-27
| ||
| 18:21 | Rethinking how to hold the bits of configuration. check-in: 3ffd93f7c0 user: dkf tags: http3 | |
| 12:00 | Merge trunk. Don't use expensive ToUpper() for hex 0X???? formatting, just generate uppercase direct... check-in: 2004acdea6 user: jan.nijtmans tags: jn-0d-radix-prefix | |
| 10:13 | Implement "format %o" as prefixing with "0o" in stead of "0" (Kevin Kenny's suggestion). Seems ready... check-in: 3b3992d33d user: jan.nijtmans tags: jn-0d-radix-prefix | |
|
2017-06-26
| ||
| 20:26 | merge novem check-in: 69f79aa309 user: dgp tags: dgp-refactor | |
| 20:25 | merge novem check-in: a9a65ee225 user: dgp tags: dgp-properbytearray | |
| 20:14 | merge trunk check-in: b9b632a2ca user: dgp tags: tip-445 | |
| 20:13 | merge trunk check-in: 80be23dd56 user: dgp tags: novem | |
| 20:00 | Merge 8.6; Bump to TclOO 1.2.0. check-in: c5252bc435 user: dgp tags: trunk | |
| 19:56 | update changes check-in: ffa6b8ce70 user: dgp tags: core-8-6-7-rc | |
| 19:51 | merge 8.6 check-in: 089d3ed92d user: dgp tags: core-8-6-7-rc | |
| 19:37 | Bump to TclOO 1.1.0 check-in: 417c4f636d user: dgp tags: core-8-6-branch | |
| 19:22 | merge 8.6 check-in: 6399d0c012 user: dgp tags: core-8-6-7-rc | |
| 19:18 | [46f801ea5a] Make autoloader less fragile when it cannot manufacture a known consistent stack trace.... check-in: 432f9304f2 user: dgp tags: core-8-6-branch | |
| 19:17 | Try to make good stack trace. Fallback to making not-so-good stack trace. Stop failing altogether. T... Closed-Leaf check-in: c67cb06977 user: dgp tags: bug-46f801ea5a | |
| 17:30 | Test demonstrating autoloader fragility. check-in: 6fd70a102b user: dgp tags: bug-46f801ea5a | |
| 11:37 | merge trunk check-in: 0705d03cdf user: jan.nijtmans tags: tip-439, semver | |
| 10:20 | Rebase branch "jn-0d-radix-prefix" back to trunk. No new changes check-in: e2b749751c user: jan.nijtmans tags: jn-0d-radix-prefix | |
|
2017-06-25
| ||
| 22:16 | Start of work on developing a new major version of the HTTP package. check-in: 21792340da user: dkf tags: http3 | |
|
2017-06-23
| ||
| 20:49 | Tests for ::http::Write done. check-in: 0926e525f7 user: gerald tags: tip-452 | |
| 20:08 | Added test suites for more of the http package, two procedures left to do test suites for. check-in: 8321eb1dcd user: gerald tags: tip-452 | |
| 15:05 | merge trunk check-in: d3b73e481b user: jan.nijtmans tags: novem | |
| 15:04 | No longer split tests for longIs32bit/longIs64bit, since the results should be identical check-in: a7db1ba444 user: jan.nijtmans tags: trunk | |
| 13:11 | typo fix check-in: b3af99ceb9 user: dgp tags: trunk | |
| 13:09 | Rewrite the documentation of [regsub -command] so it's not quite such a mess. check-in: c11222b967 user: dgp tags: trunk | |
| 12:39 | repair broken tests check-in: b063408c38 user: dgp tags: trunk | |
| 12:28 | Repair compiler warning about uninitialized value. check-in: d06a0b65c1 user: dgp tags: trunk | |
| 09:14 | Merge trunk (but without %#d format, pending further decision and bug-fixing) check-in: 818930fdcd user: jan.nijtmans tags: novem | |
| 08:11 | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals check-in: 4f68bf6677 user: jan.nijtmans tags: trunk | |
|
2017-06-22
| ||
| 22:54 | Add [regsub -command] case that wasn't actively tested for. check-in: 0bd419a4d7 user: dkf tags: trunk | |
| 22:03 | Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: 1f77049cc0 user: dkf tags: trunk | |
| 22:02 | Implement TIP #473: Allow a Defined Target Namespace in oo::copy check-in: e927ed1f31 user: dkf tags: core-8-6-branch | |
| 22:00 | Documentation correction; issue pointed out by DGP. Closed-Leaf check-in: b574d9d391 user: dkf tags: tip-473 | |
| 21:55 | Rebase for final implementation work check-in: 187b146c23 user: dkf tags: tip-473 | |
| 21:50 | Implement TIP #470: Reliable Access to OO Definition Context Object check-in: 0ae0df0685 user: dkf tags: trunk | |
| 21:48 | merge trunk Closed-Leaf check-in: bc0550924f user: dkf tags: tip-470 | |
| 21:46 | Implement TIP #463: Command-Driven Substitutions for regsub check-in: 9aaee27679 user: dkf tags: trunk | |
| 14:23 | merge novem check-in: e166a5a58b user: dgp tags: dgp-refactor | |
| 13:56 | merge novem check-in: db3d5c1dad user: dgp tags: dgp-properbytearray | |
| 13:45 | merge trunk check-in: 8d97ed6516 user: dgp tags: tip-445 | |
| 13:41 | merge trunk check-in: 30c71bc195 user: dgp tags: novem | |
| 12:25 | merge trunk Closed-Leaf check-in: d26f75a105 user: dgp tags: tip-463 | |
| 08:59 | merge core-8-6-branch check-in: 1d11dc7a53 user: jan.nijtmans tags: trunk | |
| 08:59 | Upgrade all internal character tables to Unicode 10 check-in: f78dec2d2f user: jan.nijtmans tags: core-8-6-branch | |
| 08:16 | Merge core-8-6-branch Closed-Leaf check-in: 7a62143dca user: jan.nijtmans tags: bsg-0d-radix-prefix | |
| 08:15 | Add test-cases, testing the legacy behavior of "format %#d" check-in: 66e3be83ac user: jan.nijtmans tags: core-8-6-branch | |
| 03:33 | Added additional tests into rewrite of http test package. check-in: e8c535c2c0 user: gerald tags: tip-452 | |
|
2017-06-21
| ||
| 21:22 | More http test rewrites. check-in: 98e3eadd14 user: gerald tags: tip-452 | |
|
2017-06-20
| ||
| 23:04 | Test for several more commands. check-in: 24ff58075c user: gerald tags: tip-452 | |
| 14:36 | Added test for several commands. check-in: a59225dbf1 user: gerald tags: tip-452 | |
|
2017-06-19
| ||
| 22:45 | Fix for [c81183a2a71adeff28d846b5dcf8ca5bb15bbf30]. check-in: 52264f7439 user: gerald tags: tip-452 | |
| 22:21 | [4e5007ea1b285527] Added all code path tests for ::http::formatQuery. check-in: 286eddfbe6 user: gerald tags: tip-452 | |
| 21:40 | Test complete for http::geturl -- all code paths covered. Also fix for tcloo code in TIP 452. check-in: b8e209a539 user: gerald tags: tip-452 | |
| 18:26 | merge novem check-in: eb8166618c user: dgp tags: dgp-properbytearray | |
| 18:11 | merge novem check-in: 4cc19e9c99 user: dgp tags: dgp-refactor | |
| 18:04 | Silence compiler warning check-in: 29123b010b user: dgp tags: novem | |
| 17:56 | Merge trunk. Improve test http-4.16 in robustness and result utility. check-in: 854cdede26 user: dgp tags: novem | |
| 17:37 | merge trunk check-in: a75ba760f7 user: dgp tags: tip-445 | |
| 17:31 | merge 8.6 check-in: c01deee8cf user: dgp tags: core-8-6-7-rc | |
| 07:17 | Think-o fix... Closed-Leaf check-in: bd2957a486 user: dkf tags: dkf-oo-override-definition-namespaces | |
| 07:14 | merge core-8-6-branch check-in: e297f56c1c user: dkf tags: dkf-oo-override-definition-namespaces | |
|
2017-06-18
| ||
| 18:02 | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: bbaad94279 user: dkf tags: trunk | |
| 14:01 | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. check-in: 2bcf10b88e user: dkf tags: core-8-6-branch | |
| 13:44 | Also apply the tricks when going via the 'self' definition. check-in: eee12a7f97 user: dkf tags: dkf-oo-override-definition-namespaces | |
| 13:36 | Start of an idea on how to make it easier to have non-trivial little languages for particular class ... check-in: c3b3ca625f user: dkf tags: dkf-oo-override-definition-namespaces | |
|
2017-06-16
| ||
| 21:13 | Partial test suite written for http::geturl. check-in: bb8efd05a0 user: gerald tags: tip-452 | |
| 21:12 | repair merge check-in: 558669f5e0 user: dgp tags: dgp-properbytearray | |
| 20:41 | merge novem check-in: ec44855767 user: dgp tags: dgp-properbytearray | |
| 20:40 | merge novem check-in: 95b720f9ff user: dgp tags: dgp-refactor | |
| 20:35 | merge trunk check-in: f7688ef8a2 user: dgp tags: novem | |
| 20:28 | merge trunk check-in: 2b4060cef5 user: dgp tags: tip-445 | |
| 20:17 | Merge 8.6; update changes. check-in: b7fe674c77 user: dgp tags: core-8-6-7-rc | |
| 19:54 | Another reworking, now with comments. check-in: e9f3293d67 user: dgp tags: trunk | |
| 17:08 | Added empty failing tests for all the paths in geturl. check-in: 6dcf1b1049 user: gerald tags: tip-452 | |
| 16:28 | Added empty failing test for each unit that should be tested. NOTE -- some units will have multiple... check-in: a57bb47530 user: gerald tags: tip-452 | |
| 16:23 | Simplify the final loop when we know we're generating strings for all. check-in: 20cca1d020 user: dgp tags: trunk | |
| 16:07 | Split loop into two cases for further simplification. check-in: afd6a2812b user: dgp tags: trunk | |
| 15:51 | Factor out and simplify loop scanning leading known empty values. check-in: 1e6a22b0fc user: dgp tags: trunk | |
| 15:15 | Started to add support for tcloo into tcltest package. First set of http test using TIP 452. check-in: 7fcd7262f6 user: gerald tags: tip-452 | |
| 14:46 | Use local variables. check-in: af5aec752d user: dgp tags: trunk | |
| 14:43 | Rework the logic. Equivalent function. check-in: aa9699939f user: dgp tags: trunk | |
| 14:33 | Merge rfe-6c0d7aec67 check-in: 3411d08422 user: jan.nijtmans tags: zipfs | |
| 14:31 | merge core-8-6-branch check-in: 5631b412d3 user: jan.nijtmans tags: rfe-6c0d7aec67 | |
| 12:56 | Extend cases where string rep generation can be prevented. check-in: 3f07499767 user: dgp tags: trunk | |
| 11:47 | Better define the meaning of "first" and "last". check-in: a1eb17546f user: dgp tags: trunk | |
|
2017-06-15
| ||
| 11:01 | Merge core-8-6-branch. Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’... check-in: cf3e4e5c76 user: jan.nijtmans tags: bsg-0d-radix-prefix | |
| 09:38 | merge core-8-6-branch check-in: a1f9019daa user: jan.nijtmans tags: trunk | |
| 09:13 | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. check-in: 512a5af394 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-06-14
| ||
| 21:51 | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 49e696d1b9 user: dkf tags: trunk | |
| 21:49 | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 98b22be0c4 user: dkf tags: core-8-6-branch | |
| 21:42 | [f2336c116b] Move pragmas to make gcc happy; it is pickier than clang. check-in: dce77b1b20 user: dkf tags: trunk | |
| 10:04 | Little variation on Brian's proposal: Only prefix decimal number with '0d' when that's necessary for... check-in: 20eeb7733d user: jan.nijtmans tags: jn-0d-radix-prefix | |
| 07:54 | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) check-in: ae4471b37c user: jan.nijtmans tags: bsg-0d-radix-prefix | |
|
2017-06-13
| ||
| 14:13 | merge zipfs check-in: 8923cc6a6e user: jan.nijtmans tags: androwish | |
| 12:28 | Improve docs, add tests, fix a corner case in the implementation. Closed-Leaf check-in: 097ba887bf user: dkf tags: oo-copy-ns | |
| 12:20 | Merge rfe-6c0d7aec67 check-in: 38baf640f3 user: jan.nijtmans tags: zipfs | |
| 12:18 | merge core-8-6-branch check-in: 8eec477ed9 user: jan.nijtmans tags: rfe-6c0d7aec67 | |
| 11:10 | Add tests and docs. check-in: e19250e477 user: dkf tags: tip-470 | |
|
2017-06-12
| ||
| 14:04 | Add support of 0d in the format %# conversion flag. Add tests for same. check-in: b8074009fb user: griffin tags: bsg-0d-radix-prefix | |
| 13:29 | merge trunk check-in: ef7adbfe4b user: jan.nijtmans tags: z_modifier | |
|
2017-06-10
| ||
| 17:06 | 1) Added namespace exports to tcltest namespace for new features 2) Rolled minor revision number of ... check-in: 9c86f726c0 user: gerald tags: tip-452 | |
|
2017-06-09
| ||
| 12:20 | merge trunk check-in: ee2c5cf945 user: jan.nijtmans tags: tip-389-impl | |
| 11:48 | merge novem check-in: f687ce6a36 user: jan.nijtmans tags: novem-more-memory-API | |
| 11:17 | merge trunk check-in: f0e33a9d48 user: jan.nijtmans tags: novem | |
|
2017-06-08
| ||
| 21:49 | Check in reference implementation of TIP 452. TO DO: create test for two existing Tcl procedure to ... check-in: 2e7887b673 user: gerald tags: tip-452 | |
| 21:15 | Another TclStringCatObjv optimization to delay/avoid string rep generation. check-in: f3884d09d4 user: dgp tags: trunk | |
| 21:10 | Don't test the impossible. Closed-Leaf check-in: db46268589 user: dgp tags: dgp-stringcat-delaystringrep | |
| 21:05 | Modernize overflow checks. check-in: f4c7382b8a user: dgp tags: dgp-stringcat-delaystringrep | |
| 20:58 | merge trunk check-in: 993ce8428b user: dgp tags: dgp-stringcat-delaystringrep | |
| 20:57 | More streamlining check-in: 8d50922091 user: dgp tags: dgp-stringcat-delaystringrep | |
| 20:49 | Make read and write operations on Tcl_Var handles available in tclInt API. check-in: 2487a9bc13 user: dkf tags: trunk | |
| 20:49 | Make read and write operations on Tcl_Var handles available in tclInt API. (This will be useful f... check-in: 7d94f61c60 user: dkf tags: core-8-6-branch | |
| 20:40 | More streamlining. check-in: 04d8b74d04 user: dgp tags: dgp-stringcat-delaystringrep | |
| 20:38 | Create new branch named "tip-452" check-in: 0aad28628c user: gerald tags: tip-452 | |
| 20:31 | pendingPtr == NULL implies (last == first) implies early out check-in: 5ed6f019fa user: dgp tags: dgp-stringcat-delaystringrep | |
| 19:35 | Tests for string rep generation suppression check-in: 51f3983e40 user: dgp tags: dgp-stringcat-delaystringrep | |
| 16:48 | merge trunk check-in: 260be46929 user: dgp tags: dgp-stringcat-delaystringrep | |
| 16:44 | When possible delay string rep generation until necessary. check-in: 38795b0541 user: dgp tags: dgp-stringcat-delaystringrep | |
| 12:59 | merge trunk check-in: 7b30d63181 user: jan.nijtmans tags: novem | |
| 12:53 | merge core-8-6-branch check-in: 0a9475dd06 user: jan.nijtmans tags: trunk | |
| 12:50 | Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed the fact that tolower()... check-in: 9d00eb3607 user: jan.nijtmans tags: core-8-6-branch | |
| 12:38 | merge core-8-6-branch check-in: 9053c4a54f user: jan.nijtmans tags: trunk | |
| 12:37 | Fix [2738427]: Tcl_NumUtfChars(...) no overflow check. check-in: 6b5843fde9 user: jan.nijtmans tags: core-8-6-branch | |
| 11:48 | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separately: This macro alread... check-in: 95d096e037 user: jan.nijtmans tags: core-8-6-branch | |
| 08:47 | merge zipfs. Upstream androwish changes. check-in: cf6e40cbd2 user: jan.nijtmans tags: androwish | |
| 08:27 | Merge rfe-6c0d7aec67 check-in: 75fb732187 user: jan.nijtmans tags: zipfs | |
| 08:26 | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3 check-in: 5ae46a0093 user: jan.nijtmans tags: rfe-6c0d7aec67 | |
|
2017-06-07
| ||
| 15:23 | merge core-8-6-branch check-in: eba046ff54 user: jan.nijtmans tags: trunk | |
| 15:21 | merge core-8-6-branch check-in: 9cc60b112d user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 15:18 | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifications/optimizations. No... check-in: b96e8d7611 user: jan.nijtmans tags: core-8-6-branch | |
| 14:16 | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' (for format) or 'bad op... check-in: f8ddebd6f6 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 12:38 | Clock options should be alphabetica (so "-base" first). Struct members should start with lowercase. check-in: e6cadbd013 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 10:40 | Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObjEx -> TclEvalObjEx chan... check-in: 0c978a034b user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 09:29 | merge core-8-6-branch check-in: 151a1fbf81 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
|
2017-06-06
| ||
| 17:51 | Expose some of the core variable access APIs. (Cherrypick from [b4dfc30083]) Closed-Leaf check-in: c4eb84f273 user: dkf tags: dkf-expose-ptrgetvar-8.6 | |
| 15:51 | merge trunk check-in: 1ce52fbf89 user: dgp tags: novem | |
| 14:46 | Merge trunk check-in: b03462a529 user: jan.nijtmans tags: tip-389-impl | |
| 14:35 | merge core-8-6-branch check-in: 7082428670 user: jan.nijtmans tags: trunk | |
| 14:33 | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 or TCL_UTF_MAX=6 check-in: c03fda3ca0 user: jan.nijtmans tags: core-8-6-branch | |
| 13:48 | merge trunk check-in: 2b3de0b7fe user: dgp tags: tip-445 | |
| 13:14 | [716b427f76] Optimize TclStringCatObjv when only one non-empty argument. check-in: 529d17802a user: dgp tags: trunk | |
| 13:03 | merge 8.6 check-in: e07b4c2c26 user: dgp tags: core-8-6-7-rc | |
| 12:56 | A few more tweaks to streamline and clarify. Closed-Leaf check-in: d253aace3f user: dgp tags: bug-716b427f76 | |
| 09:25 | merge trunk check-in: 6c9ae4580b user: jan.nijtmans tags: novem | |
| 09:25 | makes TclStringCatObjv safe accepting objc = 0 (or 1), then fast exits with new object / first; chec... check-in: c30066298d user: sebres tags: bug-716b427f76 | |
| 09:24 | merge core-8-6-branch check-in: 28a2ae3999 user: jan.nijtmans tags: trunk | |
| 09:23 | Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in character tests, comme... check-in: 5b20178e5a user: jan.nijtmans tags: core-8-6-branch | |
| 09:01 | amend to [eac4656f1e8cf793] (moved to scope where numChars != 0 in Unicode case) check-in: 0a267ebdd3 user: sebres tags: bug-716b427f76 | |
| 08:34 | small code review: don't need to check length if unchanged + the same case if 0 length check-in: eac4656f1e user: sebres tags: bug-716b427f76 | |
|
2017-06-05
| ||
| 23:20 | merge trunk Closed-Leaf check-in: fc7eefaf93 user: dkf tags: dkf-expose-ptrgetvar | |
| 20:03 | Optimize TclStringCatObjv() for case when only one argument is non-empty. check-in: 4225e01eb6 user: dgp tags: bug-716b427f76 | |
| 18:33 | Change the return type of Tcl_RegisterChannel from void to Tcl_Channel and have Tcl_RegisterChannel ... Leaf check-in: 9d18c14038 user: stu tags: stwo-dev86 | |
| 17:57 | Revert performance optimization as first step to providing a refactored one. check-in: c32e3b1b7c user: dgp tags: bug-716b427f76 | |
| 17:22 | Merge 8.6; update changes. check-in: d76b631f2f user: dgp tags: core-8-6-7-rc | |
| 17:15 | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 8e28fedaa0 user: dgp tags: trunk | |
| 16:56 | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as documented. check-in: 164b69bdfd user: dgp tags: core-8-6-branch | |
|
2017-06-02
| ||
| 22:43 | removing "-compile" option on ensembles - allow to compile tcl-internal ensembles within namespace "... check-in: 50eecdd321 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 21:51 | restored lost documentation of "timerate" check-in: dbda1a2b0c user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 21:48 | amend fix default locale, (fixed everywhere - no current locale anymore for default, avoid set it af... check-in: 363de18a65 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:45 | unix/makefile: add header dependencies check-in: c5d8d5dc4f user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:10 | extends performance test cases for converting between locales / TZ, for multiple switching between l... check-in: 63884504b4 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:10 | fix default locale: differentiate between no locale specified or "C" (en) and current locale (corres... check-in: ee55ea8151 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:09 | [win32] repair clock using system timezone (default :localtime) resp. locale for windows (broken aft... check-in: ce8554c4fe user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:09 | close small performance degradation if alternate between two time zones (e. g. convert from one to a... check-in: cb99d03ca3 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:09 | close small performance degradation if alternate between two locales (e. g. convert from one to anot... check-in: d4fdab951b user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:08 | Removed public interface to create smart-pointer to dictionaries "dict smartref", common locales cat... check-in: b968c21bae user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:07 | [win32] repair clock test-cases for windows, using system locale / TZ :localtime (broken after remov... check-in: a58f322d9b user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 20:06 | Move "timerate" functionality to "::tcl::unsupported". This partially reverts commit [848d01b6ef]. ... check-in: 82178c4a67 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 14:27 | merge core-8-6-branch check-in: cee52b7f43 user: jan.nijtmans tags: zipfs | |
| 11:11 | merge-mark core-8-6-branch (no changes) check-in: c97ab1daf9 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 11:10 | merge core-8-6-branch Closed-Leaf check-in: 3b34afebe9 user: jan.nijtmans tags: bug-67aa9a2070 | |
| 11:08 | merge trunk check-in: 40f592b46d user: jan.nijtmans tags: novem | |
| 10:59 | merge core-8-6-branch check-in: 08a3bc6b34 user: jan.nijtmans tags: trunk | |
| 10:34 | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebres-8-6-clock-speedup-cr... check-in: edce278fe3 user: jan.nijtmans tags: core-8-6-branch | |
| 08:17 | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid UTF-8 can inject unexpe... check-in: e0f22bedca user: jan.nijtmans tags: bug-67aa9a2070 | |
| 08:12 | Merge core-8-6-branch. This removes the work currently being done in "sebres-8-6-clock-speedup-cr1" ... check-in: 3527801f9f user: jan.nijtmans tags: trunk | |
| 06:53 | missing static keyword for inline declarations check-in: 7ea3a09a5d user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
|
2017-06-01
| ||
| 13:11 | (experiment): Always compile ensembles. Result: 2 test failures in the "history" ensemble: ==== his... Closed-Leaf check-in: b56d44ea8e user: jan.nijtmans tags: compile-ensemble | |
| 11:23 | Attempt to get new clock code working without the need for smartref. Closed-Leaf check-in: 5e7b4dadbb user: jan.nijtmans tags: no-smartref | |
|
2017-05-31
| ||
| 13:03 | Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c fails to compile on Linux... check-in: 76c5f3c17a user: jan.nijtmans tags: trunk | |
| 12:51 | merge trunk check-in: f07a85fee0 user: jan.nijtmans tags: tip-389-impl | |
| 12:06 | merge core-8-6-branch check-in: c30eb96495 user: jan.nijtmans tags: trunk | |
| 12:05 | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid UTF-8 can inject unexpe... check-in: f1b9559259 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 09:19 | merge core-8-6-branch (except: the "timerate" command and the clock performance-tests are kept) check-in: 1922f2d481 user: jan.nijtmans tags: trunk | |
| 08:59 | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preventing a (char *) type ca... check-in: a666a90e03 user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 08:31 | Remove "timerate" functionality: this definitely needs a TIP. Also undo changes in library/reg/pkgIn... check-in: 848d01b6ef user: jan.nijtmans tags: sebres-8-6-clock-speedup-cr1 | |
| 08:24 | performance of INST_STR_CONCAT1: closes [716b427f76f8f97a8d9a06043903c53bb2b592c2]: minor optimizati... check-in: a87280b6d4 user: sebres tags: trunk | |
| 06:59 | Change the return type of Tcl_WrongNumArgs from void to int and have Tcl_WrongNumArgs always return ... check-in: 42f4ee15e8 user: stu tags: stwo-dev86 | |
| 06:48 | Merge trunk. check-in: 7d9ba18fe4 user: stu tags: stwo-dev86 | |
| 06:10 | Unbreak on OpenBSD, again. Put back the old SHLIB_VERSION doings. On OpenBSD, Tcl's libs will need t... check-in: 860c9f0dc4 user: stu tags: trunk | |
| 05:39 | Fully remove SunOS-4* from tcl.m4. check-in: 6616258500 user: stu tags: trunk | |
| 04:43 | Bring up-to-date. check-in: 358066f84b user: stu tags: stwo-dev86 | |
|
2017-05-30
| ||
| 16:41 | [msgcat] revert changes of "msgcat" to previous state before clock-speedup, move this functionality ... check-in: 67aa09246b user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 08:49 | merge core-8-6-branch (resolves warnings) check-in: 4713424a88 user: sebres tags: trunk | |
| 08:46 | small code review: resolves several warning on some compilers check-in: 7303c86999 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
|
2017-05-29
| ||
| 21:13 | 3-way merge sebres-trunk-clock-speedup / core-8-6-branch (clock speed-up / flightaware Tcl-bounties#... check-in: fd30c76c7a user: sebres tags: trunk | |
| 20:23 | merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, see RFE [ddc948cff9781d... check-in: df15bd85d3 user: sebres tags: sebres-8-6-clock-speedup-cr1 | |
| 19:44 | merge core-8-6-branch check-in: 1e36f66134 user: sebres tags: trunk | |
| 19:36 | fixed [a3fb3356b76ec4a853d1b86aadc08675f8bef359]: segfault by sorting of the large lists (firstly mi... check-in: 9ef81e0818 user: sebres tags: core-8-6-branch | |
| 15:38 | merge trunk check-in: 6d946ddf77 user: jan.nijtmans tags: tip-389-impl | |
| 13:16 | merge trunk check-in: 5985b3e0a0 user: jan.nijtmans tags: novem | |
| 13:14 | merge core-8-6-branch check-in: a9965b7335 user: jan.nijtmans tags: trunk | |
| 13:10 | Tcl_UtfToUniChar() -> TclUtfToUniChar() in various places: No change in functionality, just faster i... check-in: 7351fc0c9c user: jan.nijtmans tags: core-8-6-branch | |
|
2017-05-28
| ||
| 16:06 | 0d in LinkVar check-in: 9712ea48a2 user: griffin tags: bsg-0d-radix-prefix | |
|
2017-05-27
| ||
| 22:17 | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. check-in: d492c01a39 user: griffin tags: bsg-0d-radix-prefix | |
|
2017-05-23
| ||
| 22:36 | TIP#457: Update named group ending Leaf check-in: be60dadb16 user: mlafon tags: tip-457 | |
| 22:27 | merge trunk check-in: 340fa5f4a8 user: mlafon tags: tip-457 | |
| 16:00 | [19a8c9399d] Plug mem leak in TIP 459 machinery. check-in: f1c99ff14c user: dgp tags: trunk | |
| 14:57 | merge trunk check-in: 9430d4c198 user: jan.nijtmans tags: tip-389-impl | |
| 14:48 | Update internal tables to Unicode 10.0. Still in Beta, but to be released soon. check-in: 090498e9a8 user: jan.nijtmans tags: trunk | |
| 13:25 | merge 8.6 check-in: c813c3e4f5 user: dgp tags: core-8-6-7-rc | |
| 13:13 | merge zipfs check-in: abd3a99c89 user: jan.nijtmans tags: androwish | |
| 13:10 | merge novem check-in: 2d1c5050f9 user: dgp tags: dgp-refactor | |
| 13:05 | merge novem check-in: 101f1ded72 user: dgp tags: dgp-properbytearray | |
| 12:52 | merge trunk check-in: 07857bfbd9 user: dgp tags: tip-445 | |
| 12:25 | merge trunk check-in: 9afecad529 user: dgp tags: tip-282 | |
| 12:24 | merge trunk check-in: dbf2ed2640 user: jan.nijtmans tags: zipfs | |
|
2017-05-22
| ||
| 09:17 | merge trunk check-in: 4503acbb4b user: jan.nijtmans tags: novem | |
| 09:16 | Merge core-8-6-branch. Obsolete a number of systems, which were already obsoleted by TEA: We cannot ... check-in: 883e6ffa29 user: jan.nijtmans tags: trunk | |
| 09:04 | autoconf check-in: 19226bd4e2 user: jan.nijtmans tags: core-8-6-branch | |
| 08:53 | If SHLIB_VERSION is specified as empty, don't let the SHLIB filename end with a dot (taken over from... check-in: 3224e6d80e user: jan.nijtmans tags: core-8-6-branch | |
| 07:34 | Taking a stab at TIP#288 implementation. Requires docs, removal of debugging, more comprehensive te... check-in: b956dea67c user: aspect tags: aspect-tip288 | |
|
2017-05-21
| ||
| 17:42 | Cherrypick Fix build on OpenBSD. [82701b94c4] missed a couple of bits. Tcl/Tk's tcl.m4 isn't identic... check-in: a871079e2e user: jan.nijtmans tags: core-8-6-branch | |
|
2017-05-20
| ||
| 12:45 | Fix build on OpenBSD. [82701b94c4] missed a couple of bits. Tcl/Tk's tcl.m4 isn't identical to TEA's... check-in: f002261843 user: stu tags: trunk | |
|
2017-05-19
| ||
| 14:23 | merge core-8-6-branch check-in: f3376c975d user: aspect tags: trunk | |
| 14:21 | fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49] check-in: c7f8965af7 user: aspect tags: core-8-6-branch | |
| 13:23 | merge novem check-in: dcc42a5168 user: dgp tags: dgp-properbytearray | |
| 13:21 | merge novem check-in: 52ffc34aff user: dgp tags: dgp-refactor | |
| 13:00 | merge trunk check-in: 32225bcff4 user: dgp tags: novem | |
| 13:00 | merge trunk check-in: 38419f5ffd user: dgp tags: tip-445 | |
| 12:53 | merge 8.6 check-in: c5ac1d38b3 user: dgp tags: core-8-6-7-rc | |
|
2017-05-18
| ||
| 13:27 | merge core-8-6-branch check-in: 91616b46d8 user: jan.nijtmans tags: trunk | |
| 13:25 | Fix test-case numbering check-in: 9bbee496de user: jan.nijtmans tags: core-8-6-branch | |
| 13:01 | merge zipfs check-in: 2882e6cbf0 user: jan.nijtmans tags: androwish | |
| 12:58 | merge core-8-6-branch check-in: 3b21720b1c user: jan.nijtmans tags: zipfs | |
| 12:36 | merge trunk check-in: 8295a7cc33 user: jan.nijtmans tags: novem | |
| 12:33 | TIP #458 implementation: Add Support for epoll() and kqueue() in the Notifier check-in: 858569fb04 user: jan.nijtmans tags: trunk | |
| 12:09 | autoconf-2.59 check-in: 74228b692b user: dgp tags: core-8-6-branch | |
| 09:24 | merge core-8-6-branch check-in: 66276befa2 user: jan.nijtmans tags: trunk | |
| 09:16 | Cherry-pick [http://core.tcl.tk/tclconfig/info/18e79736d236d15d|All the world was a VAX] for OpenBSD... check-in: 82701b94c4 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-05-16
| ||
| 09:22 | small amend with forgetten static keyword by option Closed-Leaf check-in: 155b0b9754 user: sebres tags: sebres-8-6-clock-speedup | |
| 09:16 | optimized special case "-now" of base (by scan or add) or clock value (by format): bypass integer re... check-in: 3bbb6ac34c user: sebres tags: sebres-8-6-clock-speedup | |
| 08:51 | resolved warnings compiled with gcc, removed unused "MsgCtLitIdxs" (was moved to tclClock.c) check-in: 83b60683de user: sebres tags: sebres-8-6-clock-speedup | |
|
2017-05-15
| ||
| 18:27 | merge novem check-in: 1110898196 user: dgp tags: dgp-properbytearray | |
| 18:19 | merge novem check-in: 918c560383 user: dgp tags: dgp-refactor | |
| 18:18 | merge trunk check-in: c8f9492c8b user: dgp tags: tip-445 | |
|
2017-05-12
| ||
| 19:58 | Fixed stardate format: be sure positive after decimal point (note: clock-value can be negative - mod... check-in: beb29f4251 user: sebres tags: sebres-8-6-clock-speedup | |
| 15:34 | merge trunk check-in: f49584eaad user: jan.nijtmans tags: novem | |
| 15:06 | merge trunk check-in: 3c8f553d8e user: jan.nijtmans tags: tip-439, semver | |
| 14:31 | Don't test Tcl_GetDefaultEncodingDir() any more (which is obsolete), test Tcl_GetEncodingSearchPath(... check-in: 3f14a7216c user: jan.nijtmans tags: trunk | |
| 07:45 | restored "-encoding utf-8" by source clock.tcl (lost by merging) check-in: dfa35bad59 user: sebres tags: sebres-8-6-clock-speedup | |
|
2017-05-11
| ||
| 21:53 | fixes lost indentation during back-porting check-in: 08692765e4 user: sebres tags: sebres-8-6-clock-speedup | |
| 19:06 | reintergrate (merge back) "sebres-8-6-timerate" into "sebres-trunk-timerate" Closed-Leaf check-in: 21298a7bf2 user: sebres tags: sebres-trunk-timerate | |
| 18:53 | merge trunk (to sebres-trunk-timerate) check-in: 53c18af29e user: sebres tags: sebres-trunk-timerate | |
| 16:56 | update documentation doc/clock.n: small enhancements and relevant changes of new engine. check-in: 389c481865 user: sebres tags: sebres-8-6-clock-speedup | |
| 15:07 | [clock] tclStrIdxTree extended with possibility to hold client data; also changed in clock - indices... check-in: bb51fdfa13 user: sebres tags: sebres-8-6-clock-speedup | |
| 15:07 | prevents loss of key object if the format object (where key stored) becomes changed (loses its inter... check-in: 074c609e85 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:32 | auto-loading of ensemble and stubs on demand only (+ test covered now, see clock-0.1); introduces... check-in: dea486a461 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:25 | performance test cases extended: several cases to cover absence of the ensemble overhead check-in: d5393d3ceb user: sebres tags: sebres-8-6-clock-speedup | |
| 09:47 | merge sebres-8-6-timerate check-in: 08a111f2fa user: sebres tags: sebres-8-6-clock-speedup | |
| 09:46 | man for timerate (doc/timerate.n) check-in: 214a30c17b user: sebres tags: sebres-8-6-timerate | |
|
2017-05-10
| ||
| 13:02 | Added files missing after merge/back-port (rebase with merge point) check-in: 9e8757a67a user: sebres tags: sebres-8-6-clock-speedup | |
| 12:30 | Fixed possible wrong current date for CET / CEST test cases. check-in: ff211bf529 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::format") if failed throu... check-in: f33cef8a94 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All commands (including new) ... check-in: aab8387614 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | resolving differences between 8.6 and trunk check-in: 313b8e2f77 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:29 | clock.test normalized (compared with trunk) check-in: 1217046826 user: sebres tags: sebres-8-6-clock-speedup | |
| 12:28 | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to 8.6): tcl-clock functi... check-in: d827030278 user: sebres tags: sebres-8-6-clock-speedup | |
|
2017-05-09
| ||
| 22:24 | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode back-ported as inline from... check-in: 09e1ee89b3 user: sebres tags: sebres-8-6-timerate | |
| 21:58 | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) check-in: aa888d99ab user: sebres tags: sebres-8-6-timerate | |
| 12:12 | Merge 8.6; update changes. check-in: b01c216ba8 user: dgp tags: core-8-6-7-rc | |
| 11:31 | merge core-8-6-branch check-in: ce9f58ecc7 user: jan.nijtmans tags: trunk | |
| 11:30 | Fix [6ca52aec14e0b33543d3cd9895f060b852ac4dbc|6ca52aec14]: HTTP package: Memory leak if client reque... check-in: 8dab861767 user: jan.nijtmans tags: core-8-6-branch | |
| 09:49 | merge core-8-6-branch check-in: 7ee9022a55 user: jan.nijtmans tags: trunk | |
| 09:28 | Let local variables declared from within macro's always start with underscore, this fixes some gcc w... check-in: 8b717dc06a user: jan.nijtmans tags: core-8-6-branch | |
|
2017-05-08
| ||
| 16:34 | merge novem check-in: 4b307fb502 user: dgp tags: dgp-refactor | |
| 16:34 | merge novem check-in: a26c9dcd6c user: dgp tags: dgp-properbytearray | |
| 16:22 | merge trunk check-in: 68044ce9b3 user: dgp tags: novem | |
| 16:14 | merge trunk check-in: e5e0423505 user: dgp tags: tip-445 | |
| 16:07 | Merge 8.6; update changes. check-in: 4ae9f96920 user: dgp tags: core-8-6-7-rc | |
| 09:06 | merge zipfs check-in: b51824c73c user: jan.nijtmans tags: androwish | |
| 08:11 | merge core-8-6-branch check-in: 62395a1114 user: jan.nijtmans tags: zipfs | |
|
2017-05-05
| ||
| 23:04 | merge trunk check-in: 30e5b4dae8 user: mlafon tags: tip-457 | |
| 22:57 | TIP#457: Remove -varname, add level for -upvar check-in: 824ce85c80 user: mlafon tags: tip-457 | |
| 19:11 | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 5c07ae32cf user: dgp tags: trunk | |
| 19:10 | [6015221f59] Segfault after overflow of [binary] field specifier numeric count. check-in: 56c454c814 user: dgp tags: core-8-6-branch | |
|
2017-05-04
| ||
| 22:27 | Add [info linkedname] introspection command check-in: 6ed76df29d user: mlafon tags: info-linkedname | |
| 20:40 | merge 8.6 check-in: 8b328aebe3 user: dgp tags: core-8-6-7-rc | |
| 14:51 | merge trunk Closed-Leaf check-in: 50be45e71e user: dgp tags: tip-458 | |
| 14:19 | merge trunk check-in: ab6adfa911 user: jan.nijtmans tags: win-console-panic | |
| 12:39 | Merge trunk check-in: 6928ad7045 user: jan.nijtmans tags: novem | |
| 12:28 | merge core-8-6-branch check-in: a4fd5b790b user: jan.nijtmans tags: trunk | |
| 12:26 | Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already loaded by Cygwin. check-in: a4717aa947 user: jan.nijtmans tags: core-8-6-branch | |
| 11:35 | merge novem check-in: 70b0b53b8a user: jan.nijtmans tags: novem-more-memory-API | |
| 10:42 | merge trunk check-in: b73a5c9fa6 user: jan.nijtmans tags: novem | |
| 09:51 | merge core-8-6-branch check-in: 790adcb1b9 user: jan.nijtmans tags: trunk | |
| 09:35 | Fix gcc warning: unused variable wakeEvent check-in: 1dc66e966b user: jan.nijtmans tags: core-8-6-branch | |
| 08:55 | merge trunk check-in: 9a065b2341 user: jan.nijtmans tags: tip-458 | |
|
2017-05-03
| ||
| 15:28 | merge core-8-6-branch check-in: 332495285a user: jan.nijtmans tags: trunk | |
| 15:27 | Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for an already loaded dll.... check-in: 218333d3c0 user: jan.nijtmans tags: core-8-6-branch | |
| 14:01 | merge zipfs check-in: 4711477542 user: jan.nijtmans tags: androwish | |
| 13:37 | merge core-8-6-branch check-in: 6f1a6ed175 user: jan.nijtmans tags: zipfs | |
| 12:09 | merge trunk check-in: bf5ec8f76b user: jan.nijtmans tags: tip-439, semver | |
| 10:03 | slightly better formatting, both in genStubs.tcl and in the generated XXX_DEPRECATED functions. check-in: 43c15aca5d user: jan.nijtmans tags: trunk | |
|
2017-05-02
| ||
| 12:36 | Extend "deprecated" functionality of genStubs.tcl: XX_DEPRECATED macro now accepts a message text, w... check-in: f067385a72 user: jan.nijtmans tags: trunk | |
|
2017-05-01
| ||
| 20:29 | Revert the colorful debug garbage mistakenly committed. check-in: 4be672cf74 user: dgp tags: trunk | |
| 20:25 | [f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: a8e5699f86 user: dgp tags: trunk | |
| 20:25 | [f9fe90d0fa] [file join] normalization. See filesystem-1.52* check-in: c66a1bfbd9 user: dgp tags: core-8-6-branch | |
| 08:47 | Merge trunk check-in: 1c7bbe47d6 user: jan.nijtmans tags: novem | |
| 08:22 | merge core-8-6-branch check-in: f3148fad99 user: jan.nijtmans tags: trunk | |
| 08:20 | Fix [8bd13f07bde6fb0631f27927e36461fdefe8ca95|8bd13f07bd]: Closing tcl pipes prevents windows thread... check-in: ad65e576ee user: jan.nijtmans tags: core-8-6-branch | |
|
2017-04-29
| ||
| 14:41 | Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator precedence for possible... check-in: d701ee871e user: fvogel tags: trunk | |
| 11:04 | [f9fe90d0fa]: more path normalization in TclNewFSPathObj Leaf check-in: 27bac5b2c6 user: aspect tags: bug-f9fe90d0fa | |
|
2017-04-28
| ||
| 18:09 | merge 8.6; update changes check-in: 1cb244a37a user: dgp tags: core-8-6-7-rc | |
| 17:57 | [f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: e895b53905 user: dgp tags: trunk | |
| 17:52 | [f34cf83dd0] An optimization was being taken in a case where it produced the wrong result, failing t... check-in: e015bfe72f user: dgp tags: core-8-6-branch | |
| 17:46 | Test for [f34cf83dd0]. check-in: 769ae9c349 user: dgp tags: trunk | |
| 17:44 | Test for [f34cf83dd0]. check-in: 9a6ff36832 user: dgp tags: core-8-6-branch | |
| 14:25 | merge mark check-in: a8ef08ef4a user: dgp tags: core-8-6-branch | |
| 14:15 | silence uninit variable warnings check-in: 8194119149 user: dgp tags: trunk | |
| 14:15 | silence uninit variable warnings check-in: 5026e60e1b user: dgp tags: core-8-6-branch | |
| 13:21 | merge core-8-6-branch check-in: 2b305ab496 user: jan.nijtmans tags: trunk | |
| 13:17 | (cherry-pick from "fix-1997007" branch): fix typo- resp. copy-paste-bug (using wrong threadInfo poin... check-in: 5190ead2bd user: jan.nijtmans tags: core-8-6-branch | |
| 13:13 | (cherry-pick from "fix-1997007" branch): fix typo-bug (using wrong thread handle by set priority) check-in: a907c47165 user: jan.nijtmans tags: core-8-6-branch | |
| 11:15 | Make sure not to miss bignums Leaf check-in: 4a871e9293 user: gahr tags: tkt-04e26c02c0 | |
| 08:37 | Restore a few unsafe GetNumberFromObj calls check-in: 0e230fc5a2 user: gahr tags: tkt-04e26c02c0 | |
| 08:00 | merge core-8-6-branch Closed-Leaf check-in: 26d204381d user: jan.nijtmans tags: fix-1997007 | |
| 06:22 | Merge trunk check-in: 1afe1c545f user: gahr tags: tkt-04e26c02c0 | |
|
2017-04-27
| ||
| 17:26 | [04e26c02c0] Remove useless condition that raises warnings. check-in: e47f5822c0 user: dgp tags: trunk | |
| 17:19 | [04e26c02c0] Remove useless condition that raises warnings. check-in: 1fd3e94447 user: dgp tags: core-8-6-branch | |
| 13:28 | merge novem check-in: 491c1074c5 user: dgp tags: dgp-refactor | |
| 12:59 | merge novem check-in: 93c8593c05 user: dgp tags: dgp-properbytearray | |
| 12:54 | merge trunk check-in: a7adf2c06d user: dgp tags: novem | |
| 12:38 | Start of implementation of TIP #470. check-in: 80f6a35f66 user: dkf tags: tip-470 | |
| 12:14 | merge trunk check-in: 2a768ea5c1 user: dgp tags: tip-445 | |
| 12:06 | merge 8.6 check-in: e96ff1c106 user: dgp tags: core-8-6-7-rc | |
| 10:51 | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in zlib channel transform. check-in: d9638d1cad user: dkf tags: trunk | |
| 10:43 | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in zlib channel transform. check-in: 5740bfebc1 user: dkf tags: core-8-6-branch | |
| 10:37 | [04e26c02c0] Provide an unsafe version of the GetNumberFromObj for use when we know the arguments ar... check-in: 98eb0f7628 user: gahr tags: tkt-04e26c02c0 | |
|
2017-04-26
| ||
| 14:06 | Experiment, does this work? Still to be tested: Eliminate variable triggerPipeVal/eventFdVal (just u... Closed-Leaf check-in: 2d07e770af user: jan.nijtmans tags: tip-458-experiment | |
| 13:48 | Move some variable declarations closer to where they are used. No change in functionality. check-in: cf831b219f user: jan.nijtmans tags: tip-458 | |
|
2017-04-25
| ||
| 19:32 | [50750c735a] Fix for uninit memory handling issue in zlib transforms. Closed-Leaf check-in: fa1d22e834 user: dkf tags: bug-50750c735a | |
| 13:08 | Deal with a couple of obscure causes of warnings on some versions of OSX. check-in: bf05ca054c user: dkf tags: core-8-6-branch | |
| 11:15 | merge zipfs. Upstream androwish (in tclUnixSock.c) changes check-in: 8e3c1aa8e6 user: jan.nijtmans tags: androwish | |
| 11:12 | merge core-8-6-branch check-in: a945a660d2 user: jan.nijtmans tags: zipfs | |
|
2017-04-23
| ||
| 20:46 | TIP#457: Update proc and info documentation check-in: e722c70aad user: mlafon tags: tip-457 | |
|
2017-04-22
| ||
| 14:57 | A better way of getting source file location information when disassembling. check-in: 752440e0f3 user: dkf tags: core-8-6-branch | |
|
2017-04-21
| ||
| 13:09 | merge novem check-in: b7afc43f20 user: dgp tags: dgp-properbytearray | |
| 12:45 | merge novem check-in: d0afdcd2a7 user: dgp tags: dgp-refactor | |
| 12:44 | merge trunk check-in: 2e87ab6e43 user: dgp tags: tip-445 | |
| 12:19 | merge 8.6 check-in: 216d9fda97 user: dgp tags: core-8-6-7-rc | |
|
2017-04-20
| ||
| 22:01 | TIP#457: Fix warnings in InfoArgSpecCmd check-in: 68a6d74898 user: mlafon tags: tip-457 | |
| 14:50 | merge trunk check-in: 7d7ac08583 user: jan.nijtmans tags: tip-439, semver | |
| 14:47 | merge trunk check-in: c3caa5383c user: jan.nijtmans tags: novem | |
| 14:47 | merge core-8-6-branch check-in: f590914719 user: jan.nijtmans tags: trunk | |
| 14:07 | Add flag TCL_CC_SEARCH_FLAGS to tclConfig.sh on Windows, just as it exists on unix, even though it s... check-in: 14eee2fd50 user: jan.nijtmans tags: core-8-6-branch | |
| 12:15 | merge trunk check-in: db391524d4 user: jan.nijtmans tags: tip-439, semver | |
| 11:47 | merge trunk check-in: 9c9d827c81 user: jan.nijtmans tags: novem | |
| 11:44 | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compiled with -DTCL_NO_DEPRECA... check-in: 4d61bcaef4 user: jan.nijtmans tags: trunk | |
| 10:13 | Entry for text.n into exclude_refs_map inserted. check-in: 9b324dcab5 user: gcramer tags: trunk | |
| 06:15 | merge trunk check-in: 78f8e94175 user: jan.nijtmans tags: tip-312 | |
|
2017-04-19
| ||
| 15:22 | merge 8.6 check-in: 4d0a14fd7a user: dgp tags: core-8-6-7-rc | |
|
2017-04-18
| ||
| 21:09 | merge trunk check-in: d54a7e08cc user: mlafon tags: tip-457 | |
| 21:00 | TIP#457: Updated implementation check-in: 97c5da5e61 user: mlafon tags: tip-457 | |
| 19:42 | A few more executable flags check-in: c7baf96072 user: jan.nijtmans tags: androwish | |
| 19:39 | Fix many executable flags check-in: 8271bb98ee user: jan.nijtmans tags: androwish | |
| 19:12 | merge zipfs check-in: 11705b086b user: jan.nijtmans tags: androwish | |
| 19:06 | merge core-8-6-branch check-in: e14468aab9 user: jan.nijtmans tags: zipfs | |
| 19:02 | merge core-8-6-branch check-in: 0ca94b41a1 user: jan.nijtmans tags: trunk | |
| 19:01 | Fix [bc432269b74e9b246bf01f354714fed47cb227ed|bc432269]: http fails in a safe interpreter check-in: 4b43637b77 user: jan.nijtmans tags: core-8-6-branch | |
| 18:56 | merge core-8-6-branch check-in: 64e1726a33 user: jan.nijtmans tags: zipfs | |
| 06:15 | merge-mark check-in: cc29baf4fd user: jan.nijtmans tags: z_modifier | |
|
2017-04-17
| ||
| 13:28 | merge novem check-in: 7e24971973 user: dgp tags: dgp-properbytearray | |
| 13:28 | merge novem check-in: bf2255adcc user: dgp tags: dgp-refactor | |
| 12:42 | merge trunk check-in: b39e02ee74 user: dgp tags: novem | |
| 12:42 | merge trunk check-in: f60edffb5b user: dgp tags: tip-445 | |
| 12:10 | merge 8.6 check-in: ea7f1e71ba user: dgp tags: core-8-6-7-rc | |
| 12:05 | Repair revised tests that failed. check-in: 467717ad27 user: dgp tags: trunk | |
| 11:59 | Repair revised tests that failed. check-in: eb189dd7bc user: dgp tags: core-8-6-branch | |
|
2017-04-15
| ||
| 15:15 | Check in stash. This code probably does not compile as-is. Changes intended to address possible se... Leaf check-in: d1f8336a60 user: andy tags: amg-array-enum-c-api | |
|
2017-04-14
| ||
| 13:00 | merge trunk check-in: 242a7d68cd user: jan.nijtmans tags: tip-458 | |
| 10:04 | merge trunk check-in: 89e408ec01 user: jan.nijtmans tags: z_modifier | |
| 09:07 | merge trunk check-in: 5483de49de user: jan.nijtmans tags: novem | |
| 09:06 | merge core-8-6-branch check-in: 71e6ac46c0 user: jan.nijtmans tags: trunk | |
| 09:05 | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to format octal numbers: i... check-in: 50a34ec0ff user: jan.nijtmans tags: core-8-6-branch | |
|
2017-04-13
| ||
| 16:39 | Bump TclOO 1.0.6; finish changes. check-in: be3298be2d user: dgp tags: core-8-6-7-rc | |
| 12:20 | Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It is faster during parsin... check-in: a6c8a2df48 user: jan.nijtmans tags: trunk | |
| 10:00 | Merge trunk check-in: 0169fbc878 user: jan.nijtmans tags: tkt3328635-posix-monotonic-clock | |
|
2017-04-12
| ||
| 20:23 | Bump msgcat and tcl tests and continue updates to changes. check-in: 458be994a5 user: dgp tags: core-8-6-7-rc | |
| 19:19 | merge 8.6 check-in: 85f41eecd1 user: dgp tags: core-8-6-7-rc | |
| 19:16 | merge novem check-in: 7d18018b57 user: dgp tags: dgp-properbytearray | |
| 14:52 | [win] fixes "wrong" checking of the flag TCL_CLOSE_READ in close2proc (using mask) check-in: 49cb582a3c user: sebres tags: fix-1997007 | |
| 14:33 | merge trunk check-in: 50c38d55a8 user: jan.nijtmans tags: novem | |
| 13:49 | merge trunk. New TIP is getting shape. check-in: 062aba6c2a user: jan.nijtmans tags: z_modifier | |
| 13:45 | merge novem check-in: dd0dd405a1 user: dgp tags: dgp-refactor | |
| 13:43 | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot be used Tcl_ObjPrintf(),... check-in: 7f1a6f68a7 user: jan.nijtmans tags: trunk | |
| 13:36 | merge trunk check-in: 36507326e3 user: dgp tags: tip-445 | |
| 13:28 | merge trunk check-in: 21af18f4ec user: dgp tags: novem | |
| 13:15 | Revert recent commit. TIP 237 is clear that %llu is invalid. check-in: 55cb96d9d2 user: dgp tags: trunk | |
| 13:14 | Revert recent commit [80252e0aed]. TIP 237 is clear that %llu is invalid. check-in: 9e8dc5b364 user: dgp tags: core-8-6-branch | |
| 12:34 | merge trunk check-in: 10774b883a user: jan.nijtmans tags: novem | |
| 12:33 | merge core-8-6-branch check-in: e6b6bedf25 user: jan.nijtmans tags: trunk | |
| 12:30 | Fix executable flag check-in: c2841554f3 user: jan.nijtmans tags: zipfs | |
| 12:29 | merge core-8-6-branch check-in: ca12416932 user: jan.nijtmans tags: zipfs | |
| 12:11 | Another attempt to fix the two executable flags. check-in: c8ff26fcd4 user: jan.nijtmans tags: core-8-6-branch | |
| 12:04 | Fix executable flag for 2 files check-in: 440afb1e94 user: jan.nijtmans tags: core-8-6-branch | |
| 12:00 | merge trunk check-in: cee5251dd0 user: jan.nijtmans tags: initsubsystems | |
| 11:51 | merge trunk check-in: a58a0cd6c3 user: jan.nijtmans tags: tip-312 | |
| 11:49 | merge fix-42202ba1e5ff566e check-in: d8576258e0 user: sebres tags: core-8-6-branch | |
| 10:06 | merge trunk check-in: 031a739fcd user: jan.nijtmans tags: z_modifier | |
| 09:35 | merge core-8-6-branch check-in: 14915702ec user: jan.nijtmans tags: trunk | |
| 09:23 | Fix sporadically errors in zlib-8.x and socket tests, cherry-picked from "fix-1997007" branch. Credi... check-in: afd01aab8f user: jan.nijtmans tags: core-8-6-branch | |
| 08:40 | merge trunk check-in: 6aebbe4316 user: jan.nijtmans tags: tip-439, semver | |
|
2017-04-11
| ||
| 19:11 | More changes work check-in: 3978cbe99e user: dgp tags: core-8-6-7-rc | |
| 18:13 | fixes sporadically errors in several not event-driven test cases zlib-8.x (wrong non-blocking pipe u... check-in: 0fe7745dfc user: sebres tags: fix-1997007 | |
| 18:10 | improves robustness of the socket tests against busy random ports (fixed sporadic errors "already in... check-in: 5cc5a6c31a user: sebres tags: fix-1997007 | |
| 18:09 | code review, robustness increase, avoid infinite wait by exit, thread exit and by pipes of closed pr... check-in: a8cb6d4890 user: sebres tags: fix-1997007 | |
| 18:09 | added wake-up event to prevent possible dead-locks by some waiting thread (e. g. for writable events... check-in: 4839147328 user: sebres tags: fix-1997007 | |
| 18:09 | prepared to use pipe-helpers (TI-structure handling) for all pipe-workers (tclWinConsole, tclWinSeri... check-in: 0ca2abbbb8 user: sebres tags: fix-1997007 | |
| 18:08 | code review and fix small memory leak using ckalloc, without finalization of tcl subsystem in the wo... check-in: b1d72a2efd user: sebres tags: fix-1997007 | |
| 18:08 | shared structures of pipe-workers rewritten using atomic state of the thread; asynchronous start/st... check-in: 1a93b847db user: sebres tags: fix-1997007 | |
| 18:07 | fix typo- resp. copy-paste-bug (using wrong threadInfo pointer in ConsoleOutputProc, should be write... check-in: 8fb632a498 user: sebres tags: fix-1997007 | |
| 15:35 | merge trunk check-in: 89dd10b608 user: jan.nijtmans tags: novem | |
| 15:20 | Remove some unnecessary "struct" definitions and some type casts no longer necessary. No functional ... check-in: 1f5acc492f user: jan.nijtmans tags: trunk | |
| 14:47 | merge novem check-in: c71f16742c user: dgp tags: dgp-properbytearray | |
| 14:38 | merge novem check-in: f49b65e410 user: dgp tags: dgp-refactor | |
| 14:14 | merge trunk check-in: 27c5038e96 user: dgp tags: tip-445 | |
| 11:30 | unbreak windows build (by previous commit) check-in: d64f0632a8 user: jan.nijtmans tags: trunk | |
| 10:04 | merge trunk check-in: 9aa06eddb4 user: jan.nijtmans tags: novem | |
|
2017-04-10
| ||
| 16:21 | More minor style fixes. check-in: 4809613b1b user: dkf tags: trunk | |
| 12:39 | Merge Harald's "robust-async-connect-tests" branch. Thanks! check-in: 9f162eb401 user: jan.nijtmans tags: trunk | |
| 11:01 | Merge "tip-468" branch. Add new function Tcl_OpenTcpClientEx() with same change as Tcl_OpenTcpServer... Leaf check-in: 97a181d1d6 user: jan.nijtmans tags: tip-468-bis | |
| 09:35 | merge (minor style issues from) trunk check-in: 6ecd17f92a user: jan.nijtmans tags: tip-468 | |
|
2017-04-09
| ||
| 16:51 | Minor style issues through the socket implementation code. check-in: 11fdde797a user: dkf tags: trunk | |
| 14:32 | TIP 468 implementation from Shannon Noe. check-in: ca6b6fe37e user: dkf tags: tip-468 | |
|
2017-04-07
| ||
| 15:15 | merge trunk check-in: a771bb4f89 user: jan.nijtmans tags: z_modifier | |
| 15:11 | Minor simplification in tcl.h: For the Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWi... check-in: ceda176637 user: jan.nijtmans tags: trunk | |
| 14:48 | Use "0o" in stead of "0" as octal prefix in more places. check-in: c48c3ddc4b user: jan.nijtmans tags: z_modifier | |
| 13:46 | Merge trunk. Only use hash prefix (0x, 0b, 0 ) if value is not 0, except for %p. check-in: 9997117f12 user: jan.nijtmans tags: z_modifier | |
|
2017-04-06
| ||
| 15:27 | merge-mark. No changes. check-in: 300f938187 user: jan.nijtmans tags: novem | |
| 15:25 | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRECATED, because they are... check-in: d731f72293 user: jan.nijtmans tags: trunk | |
| 14:18 | merge novem check-in: 71942e2e84 user: dgp tags: dgp-properbytearray | |
| 14:02 | merge novem check-in: 050e4650a5 user: dgp tags: dgp-refactor | |
| 12:47 | Merge trunk (no actual modifications). Some 8.6 -> 9.0 version changes which still were forgotten. check-in: 15119413d1 user: jan.nijtmans tags: novem | |
| 12:24 | merge trunk check-in: 70664e0beb user: jan.nijtmans tags: tip-439, semver | |
| 11:53 | merge trunk check-in: 6c868716b3 user: dgp tags: tip-445 | |
| 11:13 | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/TclpGmtime can be remove... check-in: 637ba41a2b user: jan.nijtmans tags: trunk | |
| 08:53 | merge trunk check-in: c8c1e2ae5b user: jan.nijtmans tags: tip-439, semver | |
| 07:45 | merge trunk check-in: 516e61341c user: jan.nijtmans tags: novem | |
|
2017-04-05
| ||
| 19:52 | the same handling to initialize thread without suspend/resume helpers (otherwise may be dangerous by... check-in: d12acfd04d user: sebres tags: fix-1997007 | |
| 14:47 | Use a random unused port for the dummy http server to avoid conflicts with local services running on... check-in: f5bb1cb2a2 user: max tags: trunk | |
| 10:41 | fix typo-bug (using wrong thread handle by set priority) check-in: 3ce2af8196 user: sebres tags: fix-1997007 | |
| 10:40 | small review: rewritten using already available event handles, additionally prevents infinite waits ... check-in: 83346ad845 user: sebres tags: fix-1997007 | |
| 10:40 | Contributed by "stanko" as patch within 8bd13f07bde6fb0631f27927e36461fdefe8ca95 Resolves blocking ... check-in: 4a59e2e2ff user: sebres tags: fix-1997007 | |
| 09:32 | Patch for [8bd13f07bde6fb0631f27927e36461fdefe8ca95|8bd13f07bd]: Closing tcl pipes prevents windows ... Closed-Leaf check-in: 2ae28488d5 user: jan.nijtmans tags: bug-8bd13f07bd | |
| 09:09 | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: be99031456 user: jan.nijtmans tags: trunk | |
| 08:41 | Fix [4b12ccb3363e81b132e8dbe12aeec596102be1a8|4b12ccb336]: format/scan %llu doesn't work. Also added... check-in: 80252e0aed user: jan.nijtmans tags: core-8-6-branch | |
|
2017-04-04
| ||
| 11:13 | bug fix for [42202ba1e5ff566e0f9abb9f890e460fbc6c1c5c]: segfault by coro inject rewritten callback f... Closed-Leaf check-in: f700c69f46 user: sebres tags: fix-42202ba1e5ff566e | |
| 09:38 | Create new branch named "fix-42202ba1e5ff566e" check-in: 57d061f791 user: sebres tags: fix-42202ba1e5ff566e | |
|
2017-04-03
| ||
| 16:53 | merge 8.6 check-in: 26ac7c14da user: dgp tags: core-8-6-7-rc | |
| 13:27 | merge zipfs. Various other upstream androwish changes check-in: d9df44e7f7 user: jan.nijtmans tags: androwish | |
| 13:21 | merge core-8-6-branch check-in: 878ba3e4a5 user: jan.nijtmans tags: zipfs | |
| 12:54 | Merge core-8-6-branch. Add test-cases showing that the (undocumented) %p format (and also %zd/%td) a... check-in: c3e6a981f3 user: jan.nijtmans tags: trunk | |
| 11:53 | Code optimization/reduction: If TCL_WIDE_INT_IS_LONG is defined, the variable useWide is always 0, s... check-in: 231e5d408e user: jan.nijtmans tags: core-8-6-branch | |
|
2017-03-31
| ||
| 15:18 | merge trunk check-in: b803d95d48 user: jan.nijtmans tags: novem | |
| 14:44 | Since Tcl_AppendPrintfToObj() now understands the %p format, we can use it. Eliminating some interna... check-in: c456624781 user: jan.nijtmans tags: trunk | |
| 13:10 | a few bug-fixes/typos, improvements in error-messages check-in: 0ae98702db user: jan.nijtmans tags: tip-312 | |
| 12:30 | merge 8.6 check-in: 217439e1f0 user: dgp tags: core-8-6-7-rc | |
| 12:08 | merge novem check-in: 39100e59c5 user: dgp tags: dgp-properbytearray | |
| 12:08 | merge novem check-in: 4e45b41e44 user: dgp tags: dgp-refactor | |
| 12:08 | merge trunk check-in: 35a322bea5 user: dgp tags: tip-445 | |
| 12:02 | merge trunk check-in: c317f852bd user: jan.nijtmans tags: tip-312 | |
| 11:45 | merge zipfs check-in: 2b31fe7b9f user: jan.nijtmans tags: androwish | |
| 11:21 | merge core-8-6-branch check-in: 60a9290eb1 user: jan.nijtmans tags: zipfs | |
| 11:05 | Fix fall-back test for TCL_WIDE_INT_IS_LONG, making it do the same as "configure": Should be 1 if si... check-in: a7b0e7639e user: jan.nijtmans tags: z_modifier | |
| 09:54 | Merge trunk check-in: 1293cdb483 user: jan.nijtmans tags: z_modifier | |
| 09:20 | merge trunk check-in: e6fca3a230 user: jan.nijtmans tags: novem | |
| 09:19 | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memory. Only effective with ... check-in: d3f3eeca93 user: jan.nijtmans tags: trunk | |
|
2017-03-29
| ||
| 19:16 | [900cb0284bc] Ensure that masking pseudo-methods used for export management are not introspectable d... check-in: 0ea6a41ae3 user: dkf tags: core-8-6-branch | |
| 19:07 | [900cb0284bc] Ensure that masking pseudo-methods used for export management are not introspectable d... check-in: 61147cf575 user: dkf tags: trunk | |
| 19:05 | Tweak to make tests a little clearer. Closed-Leaf check-in: 3de5f77756 user: dkf tags: bug-900cb0284bc | |
| 14:57 | merge trunk check-in: 5736699b29 user: jan.nijtmans tags: z_modifier | |
| 14:56 | merge trunk check-in: 9ac2b864cc user: jan.nijtmans tags: novem | |
| 14:53 | Fix [4768eb5c166a1b923e3472d18d75fdccc1a47513|4768eb5c16]: format-8.20 failure. Since "%q" now is a ... check-in: a0d1b8ce65 user: jan.nijtmans tags: trunk | |
| 14:35 | merge trunk check-in: 5154e628d8 user: dgp tags: tip-445 | |
| 14:28 | merge novem check-in: 3ce58b40ba user: dgp tags: dgp-properbytearray | |
| 13:53 | merge novem check-in: 540aba10b7 user: dgp tags: dgp-refactor | |
| 13:23 | merge trunk check-in: f8d6447fff user: jan.nijtmans tags: z_modifier | |
| 12:20 | Merge trunk check-in: eca85b8e37 user: jan.nijtmans tags: novem | |
| 12:19 | In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 7338748e64 user: jan.nijtmans tags: trunk | |
| 12:16 | In comments and documentation, distinguish between __int64 (a Microsoft 64-bit integer type) and int... check-in: 88e580fec1 user: jan.nijtmans tags: core-8-6-branch | |
| 12:05 | (more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive expectations: If the platf... check-in: c2eca96850 user: jan.nijtmans tags: z_modifier | |
|
2017-03-28
| ||
| 07:14 | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER but then for size_t. check-in: 9dd6c3c9da user: jan.nijtmans tags: z_modifier | |
|
2017-03-27
| ||
| 13:04 | merge trunk check-in: 443feb509f user: jan.nijtmans tags: novem | |
| 13:02 | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: b32a1a3b8d user: jan.nijtmans tags: trunk | |
| 13:02 | Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not listed (bug [900cb0284bc]) check-in: 2099250d6f user: aspect tags: bug-900cb0284bc | |
| 13:01 | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. In tclThreadTest.c, allow mainT... check-in: 8c7264b1d4 user: jan.nijtmans tags: core-8-6-branch | |
| 09:28 | Create new branch named "tip-462" check-in: 55a98b0ebb user: f.bonnet tags: tip-462 | |
|
2017-03-24
| ||
| 15:52 | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/'j'/'I' for size_t/intp... check-in: 316d711dac user: jan.nijtmans tags: trunk | |
| 10:38 | merge zipfs check-in: 69bec99486 user: jan.nijtmans tags: androwish | |
| 10:33 | merge core-8-6-branch check-in: 4cbb72f882 user: jan.nijtmans tags: zipfs | |
| 10:31 | merge trunk check-in: 94c8b35bc4 user: jan.nijtmans tags: tip-439, semver | |
| 10:30 | Merge trunk check-in: 16f83d748c user: jan.nijtmans tags: tip-458 | |
| 09:52 | Merge trunk check-in: 331d0f027a user: jan.nijtmans tags: novem | |
| 09:33 | Add TCL_NORETURN attribute to TclpThreadExit() and Tcl_ExitThread() check-in: c1557805a9 user: jan.nijtmans tags: trunk | |
|
2017-03-23
| ||
| 16:35 | Use portable %p modifier in "generic/tclThreadTest.c", in stead of more complicated TCL_LL_MODIFIER. check-in: 684a6e27ae user: jan.nijtmans tags: trunk | |
| 08:45 | merge trunk check-in: 5da331ec7d user: jima tags: novem | |
| 08:42 | merge with trunk check-in: 0dcff196ee user: jima tags: trunk | |
| 08:25 | Update TZ info to tzcode2017b. check-in: 308ac9b404 user: jima tags: core-8-6-branch | |
|
2017-03-22
| ||
| 19:46 | New(ish) test interp-14.11 was missing its -cleanup. check-in: c498dac30d user: dgp tags: trunk | |
| 19:45 | New(ish) test interp-14.11 was missing its -cleanup. check-in: 9624f3b5e9 user: dgp tags: core-8-6-7-rc | |
| 19:42 | New(ish) test interp-14.11 was missing its -cleanup. check-in: 424986ff5b user: dgp tags: core-8-6-branch | |
|
2017-03-21
| ||
| 14:47 | merge novem check-in: 06345f98f3 user: dgp tags: dgp-properbytearray | |
| 14:35 | merge novem check-in: d5e9047c6a user: dgp tags: dgp-refactor | |
| 14:30 | merge trunk check-in: eadff90660 user: dgp tags: tip-445 | |
| 09:05 | Merge trunk. check-in: bb69501063 user: jan.nijtmans tags: novem | |
| 09:01 | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few more stub entries whic... check-in: 4754095572 user: jan.nijtmans tags: trunk | |
|
2017-03-20
| ||
| 23:57 | TIP#457: bugfix, add more testcases check-in: d6acf61ffe user: mlafon tags: tip-457 | |
| 20:49 | TIP#457: fix bug with -upvar inside a named group, add testcase check-in: 7324d35f49 user: mlafon tags: tip-457 | |
| 12:55 | merge trunk check-in: 44fdb92f73 user: dgp tags: tip-445 | |
| 12:42 | merge novem check-in: c992daedee user: dgp tags: dgp-properbytearray | |
| 12:42 | merge novem check-in: ef7cdf0b8e user: dgp tags: dgp-refactor | |
| 10:31 | Merge trunk check-in: 8accd6cd45 user: jan.nijtmans tags: novem | |
| 10:24 | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are not used any more. check-in: 3651512988 user: jan.nijtmans tags: trunk | |
|
2017-03-18
| ||
| 17:29 | TIP#457: remove check on upvar'ed argument to exist, add related tests check-in: 654164646d user: mlafon tags: tip-457 | |
|
2017-03-17
| ||
| 13:40 | merge novem check-in: 67dc6de532 user: dgp tags: dgp-properbytearray | |
| 13:14 | merge trunk check-in: 94529b0c04 user: dgp tags: tip-445 | |
| 13:08 | merge novem check-in: 41aa381dd6 user: dgp tags: dgp-refactor | |
| 12:51 | merge 8.6 check-in: 8956dcddc6 user: dgp tags: core-8-6-7-rc | |
| 12:34 | Merge trunk check-in: 8c82c583d7 user: jan.nijtmans tags: novem | |
| 10:57 | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpace|appendResult|appendAv... check-in: cb930ecbf1 user: jan.nijtmans tags: trunk | |
|
2017-03-16
| ||
| 09:07 | Fixes to docs made possible by recent HTML rendering fixes for Tk. check-in: 5cc3f3f090 user: dkf tags: trunk | |
|
2017-03-15
| ||
| 23:02 | tip-457: add more tests check-in: 7af45c87a8 user: mlafon tags: tip-457 | |
| 15:15 | redundant end-of-line spacing check-in: 8672d2a28d user: jan.nijtmans tags: trunk | |
| 15:13 | redundant end-of-line spacing check-in: abdfdc6629 user: jan.nijtmans tags: core-8-6-branch | |
| 13:54 | Merge trunk. Indenting in tclTest.c check-in: c88fa4d641 user: jan.nijtmans tags: tip-312 | |
| 13:44 | Implement TCL_LINK_C(long double). Some simplifications. check-in: 89a6937cd9 user: jan.nijtmans tags: tip-312 | |
| 02:41 | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 1bb44d093d user: kbk tags: novem | |
| 02:40 | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 8095566752 user: kbk tags: trunk | |
| 02:39 | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock seconds]. check-in: 09582e14f6 user: kbk tags: core-8-6-branch | |
|
2017-03-14
| ||
| 22:30 | Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: f405eeb32b user: kbk tags: novem | |
| 22:22 | Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: b13eeffcd1 user: kbk tags: trunk | |
| 22:13 | Make 'clock' and 'encoding' into compilable ensembles that play with safe interps check-in: b82ff15ca6 user: kbk tags: core-8-6-branch | |
| 22:06 | Make 'clock' and 'encoding' into compilable ensembles that play with safe interps Closed-Leaf check-in: f5d925e542 user: kbk tags: kbk-clock-encoding-ensembles | |
| 21:09 | Make 'clock' and 'encoding' into proper compilable ensembles check-in: 06fe1c9d77 user: kbk tags: kbk-clock-encoding-ensembles | |
| 15:55 | Merge trunk. Implement TCL_LINK_D(long double), which could have size_t of 8 (same as double), 10 o... check-in: a47f420309 user: jan.nijtmans tags: tip-312 | |
|
2017-03-13
| ||
| 21:15 | Updates and fixes on TIP#457 * Detect simultaneous usage of both -upvar and -value. * Fix -upvar us... check-in: 5533ed11a7 user: mlafon tags: tip-457 | |
| 17:03 | Different solution to silencing the non-useful valgrind alerts. check-in: eb3b58b807 user: dgp tags: core-8-6-7-rc | |
| 16:08 | merge novem check-in: 3c4f7662e9 user: dgp tags: dgp-properbytearray | |
| 16:01 | merge novem check-in: bde9f068f5 user: dgp tags: dgp-refactor | |
| 16:01 | merge trunk check-in: 9e48d151ed user: dgp tags: tip-445 | |
| 10:22 | Merge trunk check-in: bc31ce8337 user: jan.nijtmans tags: tip-439, semver | |
| 09:16 | merge trunk check-in: 9199921a93 user: jan.nijtmans tags: novem | |
| 08:38 | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(). Replace Tcl_DbNewBoo... check-in: c77ac77cde user: jan.nijtmans tags: trunk | |
| 06:16 | Add back missing significant character check-in: 6d8f6fb570 user: dkf tags: trunk | |
|
2017-03-12
| ||
| 19:45 | Fix error in formatting in info.n check-in: b364092b62 user: fvogel tags: trunk | |
| 18:36 | Add mappings for groff-style character naming, used in experimental branches of Tk. check-in: 07a9dec40d user: dkf tags: trunk | |
|
2017-03-11
| ||
| 10:54 | Author: Mathieu Lafon <mlafon at gmail dot com> TIP#457: minor changes * Remove requirement to hav... check-in: 42ee1f509b user: avl tags: tip-457 | |
|
2017-03-10
| ||
| 17:30 | merge trunk check-in: 18d3f4c3f3 user: dgp tags: tip-445 | |
| 17:29 | merge novem check-in: efea0df17b user: dgp tags: dgp-refactor | |
| 17:27 | merge novem check-in: d4c70d1b3e user: dgp tags: dgp-properbytearray | |
| 17:22 | merge 8.6 check-in: 4d1a708d9f user: dgp tags: core-8-6-7-rc | |
| 17:20 | merge trunk check-in: 0a57d1cf48 user: dgp tags: novem | |
| 17:07 | Merge the update of TZ info with trunk. check-in: 99108c6739 user: jima tags: trunk | |
| 17:03 | Pulling changes from zipfs check-in: 0bb5b8acbe user: hypnotoad tags: core_zip_vfs | |
| 16:59 | Update TZ data with tzdata2017a from IANA check-in: fed617f928 user: jima tags: core-8-6-branch | |
| 16:41 | Silence valgrind complaints from [representation]. check-in: c1eea9e95d user: dgp tags: core-8-6-7-rc | |
| 15:28 | Dup test name check-in: 65fc9d2991 user: dgp tags: core-8-6-7-rc | |
| 15:22 | Start RC branch for Tcl 8.6.7 check-in: 69d18a9108 user: dgp tags: core-8-6-7-rc | |
| 13:16 | Bring indenting in line with other code. No change in functionality check-in: 39f387a003 user: jan.nijtmans tags: tip-312 | |
| 11:31 | Fix compile on 32-bit Linux check-in: 9e65b836d1 user: jan.nijtmans tags: tip-312 | |
| 10:25 | Merge trunk. First step in re-coding the TCL_LINK_XXX macro's, encoding the sizeof(type) in the mac... check-in: ac86e89628 user: jan.nijtmans tags: tip-312 | |
| 07:29 | pulling Mathieu Lafon's implementation from git to fossil. check-in: 37245fa89d user: avl tags: tip-457 | |
|
2017-03-09
| ||
| 14:33 | merge trunk check-in: f298cdf2a3 user: dgp tags: tip-445 | |
| 14:11 | merge novem check-in: 78d9ef7022 user: dgp tags: dgp-refactor | |
| 14:09 | merge novem check-in: 20377cbe86 user: dgp tags: dgp-properbytearray | |
|
2017-03-08
| ||
| 14:53 | Merge trunk check-in: 391b331b7d user: jan.nijtmans tags: tip-439, semver | |
| 14:50 | minor simplification check-in: 6b8cff38a9 user: jan.nijtmans tags: tip-458 | |
| 14:32 | A few more end-of-line spacings check-in: 480612897a user: jan.nijtmans tags: tip-458 | |
| 13:56 | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile() check-in: c12456b387 user: jan.nijtmans tags: tip-458 | |
| 13:35 | Re-base to trunk, and get latest code from here: [https://github.com/lalbornoz/tcl/tree/tip458]. Unt... check-in: 175904ed88 user: jan.nijtmans tags: tip-458 | |
| 12:08 | merge trunk check-in: 12851c0a69 user: jan.nijtmans tags: novem | |
|
2017-03-07
| ||
| 18:21 | merge core-8-6-branch check-in: 6f9b5e9515 user: sebres tags: trunk | |
| 18:19 | expand test constraints of the load-8.x test cases (wrap setup prerequirements as new constraint "te... check-in: db8303b05c user: sebres tags: core-8-6-branch | |
| 12:22 | merge zipfs check-in: 92297eb29f user: jan.nijtmans tags: androwish | |
| 12:21 | merge core-8-6-branch check-in: e1fc8e15e7 user: jan.nijtmans tags: zipfs | |
| 11:35 | timerate: don't calculate threshold by too few iterations, because sometimes first iteration(s) can ... check-in: e2fc653f78 user: sebres tags: sebres-trunk-timerate | |
| 11:08 | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib documentation is under a pot... check-in: 9f52002a0a user: jan.nijtmans tags: trunk | |
| 11:05 | Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib documentation is under a pot... check-in: 8847cf2674 user: jan.nijtmans tags: core-8-6-branch | |
| 09:47 | Merge core-8-6-branch check-in: 79d7f1f670 user: jan.nijtmans tags: trunk | |
| 09:36 | Remove "makefile.bc". Not updated for many-many years, most likely it doesn't work any more and it d... check-in: 2e3592982c user: jan.nijtmans tags: core-8-6-branch | |
| 09:22 | merge zipfs check-in: 44e6a9dded user: jan.nijtmans tags: androwish | |
| 09:09 | merge core-8-6-branch check-in: 48e9cde6fc user: jan.nijtmans tags: zipfs | |
| 08:58 | merge trunk check-in: ab1a7018e1 user: jan.nijtmans tags: novem | |
| 08:45 | merge trunk check-in: 05c17a7e1e user: jan.nijtmans tags: tip-312 | |
|
2017-03-06
| ||
| 20:18 | merge trunk check-in: 5770326f2f user: sebres tags: sebres-trunk-timerate | |
| 20:10 | merge core-8-6-branch check-in: 7e04677d75 user: sebres tags: trunk | |
| 20:07 | chanio.test: [win] fix test case (setup set translation to "lf", because of default translation on w... check-in: 21a1ff85cd user: sebres tags: core-8-6-branch | |
| 20:05 | nre.test: add constraint for nre-0.1 (testnreunwind may be not available) check-in: fb0e8c6d3d user: sebres tags: core-8-6-branch | |
| 20:02 | zlib.test: fix sporadic errors: - zlib-9.2 hangs because of too short update, if processed another ... check-in: 20f5e5db5c user: sebres tags: core-8-6-branch | |
| 17:48 | merge trunk check-in: d4a53dc533 user: dgp tags: tip-445 | |
| 17:42 | merge novem check-in: 0ff120b466 user: dgp tags: dgp-refactor | |
| 17:37 | merge novem check-in: 193346b214 user: dgp tags: dgp-properbytearray | |
| 17:37 | merge trunk check-in: dd26e3037f user: dgp tags: novem | |
|
2017-03-05
| ||
| 19:38 | Deal with backslashes in ${...}, change "char" to "character" in error, fix tests. check-in: 05efac2985 user: avl tags: tip-465 | |
| 15:05 | Fix for Ticket [71c0878b71] + test cases check-in: 154835dcb2 user: avl tags: trunk | |
| 11:22 | cherrypick 3bcf97f766: array index syntax done. ${...} not yet complete wrt backslashes. check-in: 52073ab224 user: avl tags: tip-465 | |
| 11:04 | Create new branch named "tip-465" check-in: 64cf6142f5 user: avl tags: tip-465 | |
|
2017-03-04
| ||
| 17:38 | Add documentation for targetNamespace param in [oo::copy]. check-in: a827c79f57 user: limeboy tags: oo-copy-ns | |
|
2017-03-02
| ||
| 15:24 | restrictions on array index confined to lhs. Leaf check-in: f0655c4021 user: avl tags: avl-tip-282 | |
|
2017-03-01
| ||
| 10:03 | Implement (9): disallow $arr((() and ${{{} resulting in a consistent version of (4) check-in: 3bcf97f766 user: avl tags: avl-tip-282 | |
| 08:49 | reset to bg-tip-282 - in preparation to implementing (9). (2) is dead. check-in: d7f00edf5d user: avl tags: avl-tip-282 | |
|
2017-02-28
| ||
| 13:39 | Implement the ?targetNamespace? parameter for [oo::copy] check-in: 998812b7db user: limeboy tags: oo-copy-ns | |
| 10:03 | TIP 312 implementation. Patch from René Zaumseil. Eliminated compiler warnings and partially reform... check-in: bf3596331e user: jan.nijtmans tags: tip-312 | |
|
2017-02-27
| ||
| 16:11 | merge zipfs. Upstream androwish changes check-in: 157f7bb812 user: jan.nijtmans tags: androwish | |
| 16:04 | merge core-8-6-branch check-in: 60218a73b9 user: jan.nijtmans tags: zipfs | |
| 15:33 | merge trunk check-in: 8f3c0f8bbf user: dgp tags: tip-445 | |
| 15:19 | merge trunk check-in: 5fb0e5ebc8 user: dgp tags: bg-tip-282 | |
| 15:15 | merge novem check-in: af18d7e1b0 user: dgp tags: dgp-properbytearray | |
| 15:14 | merge novem check-in: 2c9d27f9c7 user: dgp tags: dgp-refactor | |
| 15:09 | merge trunk check-in: 2373c7579f user: dgp tags: novem | |
| 14:53 | ParseTokens failed to fully respect its numBytes argument. check-in: f37dff89f9 user: dgp tags: trunk | |
| 14:52 | ParseTokens failed to fully respect its numBytes argument. check-in: 164d2be2c4 user: dgp tags: core-8-6-branch | |
|
2017-02-26
| ||
| 22:13 | Merged Alexandre Ferrieux's bugfix. check-in: b1cfc2126b user: avl tags: avl-tip-282 | |
| 15:33 | [25842c161f] Ensure that finalization of a zlib stream works. check-in: 6b926caddb user: dkf tags: trunk | |
| 15:32 | [25842c161f] Ensure that finalization of a zlib stream works. check-in: 23af13880c user: dkf tags: core-8-6-branch | |
| 15:28 | Might as well number tests more conventionally. Closed-Leaf check-in: 4ef142d229 user: dkf tags: bug-25842c161f | |
| 13:47 | Reap the simplifications brought by the previous bugfix. Leaf check-in: cccdc65650 user: ferrieux tags: bg-tip-282 | |
| 13:37 | Use single-quote before array name to trigger weird array-parsing. check-in: 3dcae4b565 user: avl tags: avl-tip-282 | |
| 13:22 | Create new branch named "avl-tip-282" check-in: c14187f8b5 user: avl tags: avl-tip-282 | |
| 13:19 | Make tests produce more meaningful information when they fail. check-in: cae53166ca user: dkf tags: bug-25842c161f | |
|
2017-02-25
| ||
| 22:42 | Fix a 2002 bug detected by Brian Griffin : in the presence of [], ParseTokens overshoots the passed ... check-in: e5800b67f9 user: ferrieux tags: bg-tip-282 | |
| 16:22 | Some cleanup check-in: b8e3a1cb71 user: griffin tags: bg-tip-282 | |
| 16:20 | merge zipfs check-in: c6ee2a4e5c user: jan.nijtmans tags: androwish | |
| 15:57 | merge core-8-6-branch check-in: c23bce69eb user: jan.nijtmans tags: zipfs | |
|
2017-02-23
| ||
| 20:06 | merge novem check-in: 26cf992df4 user: dgp tags: dgp-refactor | |
| 20:06 | merge novem check-in: d1935c2cad user: dgp tags: dgp-properbytearray | |
|
2017-02-22
| ||
| 09:07 | More internal use of size_t in stead of int (e.g. in many 'epoch's) check-in: 63d5ef988d user: jan.nijtmans tags: novem | |
| 00:39 | Add support for arrays in assignment Lvalues check-in: ceec540b41 user: griffin tags: bg-tip-282 | |
|
2017-02-21
| ||
| 01:35 | Add [::tcl::unsupported::parseexpr] to display expr parse trees prettily check-in: 4a658ddd10 user: ferrieux tags: bg-tip-282 | |
|
2017-02-19
| ||
| 01:06 | namespace qualifier support, assignment target limitations. check-in: d64c1ea4de user: griffin tags: bg-tip-282 | |
|
2017-02-18
| ||
| 18:38 | Add documentation of [regsub -command]. check-in: ca85c6e424 user: dkf tags: tip-463 | |
| 16:24 | Testing for some error cases. check-in: 5db1e4b6bc user: dkf tags: tip-463 | |
| 14:26 | Add more representation smashing testing and a memleak test. check-in: 4921e77a46 user: dkf tags: tip-463 | |
|
2017-02-17
| ||
| 10:51 | Prevents dual convert "tryCvtToNumeric" (once before assignment should be enough); check-in: 41f67f9169 user: sebres tags: bg-tip-282 | |
| 09:20 | Stop problems with representation smashes. check-in: 4cedaaf0b1 user: dkf tags: tip-463 | |
| 06:08 | Switch to using command prefixes properly. This is quite a bit faster. check-in: 5a5b6340e8 user: dkf tags: tip-463 | |
|
2017-02-16
| ||
| 20:38 | Complete the conversion from "=" to ":=" as the assignment operator. check-in: 225d0a3c73 user: dgp tags: bg-tip-282 | |
| 19:05 | Merge in tip-282 branch so that they don't differ in gratuitous ways. check-in: e52b765182 user: dgp tags: bg-tip-282 | |
| 18:49 | Rebase patch to trunk. check-in: b65b5d7f86 user: dgp tags: bg-tip-282 | |
| 18:48 | merge trunk check-in: e334bfbd11 user: dgp tags: tip-282 | |
| 15:52 | merge trunk check-in: ec40b5ef07 user: jan.nijtmans tags: tip-439, semver | |
| 15:51 | merge trunk check-in: b77b0b9348 user: dgp tags: tip-445 | |
| 15:46 | merge novem check-in: ff2872230d user: dgp tags: dgp-properbytearray | |
| 15:16 | merge novem check-in: a46dd344ac user: dgp tags: dgp-refactor | |
|
2017-02-15
| ||
| 14:08 | merge trunk check-in: 0504484608 user: jan.nijtmans tags: novem | |
| 14:04 | More internal use of size_t in stead of int, e.g. for epoch's check-in: ff3f6a12a8 user: jan.nijtmans tags: trunk | |
|
2017-02-14
| ||
| 14:26 | merge trunk check-in: 4ff047926c user: jan.nijtmans tags: novem | |
| 14:25 | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink.c, since its size is eq... check-in: c8465921a7 user: jan.nijtmans tags: trunk | |
|
2017-02-12
| ||
| 12:57 | fix chan leak with http keepalive vs close (bug [6ca52aec14]) Closed-Leaf check-in: 8d81ec63d5 user: aspect tags: bug-6ca52aec14 | |
|
2017-02-11
| ||
| 21:36 | Proposed implementation of [regsub -command]. check-in: a087f987e8 user: dkf tags: tip-463 | |
| 07:18 | better tests for finalization check-in: 94b2e66ccf user: aspect tags: bug-25842c161f | |
| 05:06 | zlib stream finalize calls deflate with no input - this case (and this case only) must be allowed. ... check-in: be8c38b974 user: aspect tags: bug-25842c161f | |
|
2017-02-09
| ||
| 13:59 | merge trunk check-in: f16876b377 user: dgp tags: tip-445 | |
| 13:53 | merge novem check-in: 5f1476cb79 user: dgp tags: dgp-refactor | |
| 13:45 | [win] accomplished winTime module using very fast wide clicks, with denominator scale to/from micros... check-in: a26ab7123b user: sebres tags: sebres-trunk-timerate | |
| 13:24 | merge novem check-in: 7380c070a9 user: dgp tags: dgp-properbytearray | |
| 11:36 | [timerate] bug fix: missing scale conversion by Mac OSX on platform where high resolution clicks are... check-in: ace2015c4e user: sebres tags: sebres-trunk-timerate | |
| 11:34 | resolve warning: enumeration value ‘TMRT_LAST’ not handled in switch (impossible to handle in sw... check-in: 843daedfe7 user: sebres tags: sebres-trunk-timerate | |
|
2017-02-08
| ||
| 22:02 | merge trunk check-in: cc4bd48ef7 user: jan.nijtmans tags: novem | |
| 22:01 | TIP #459 feedback from FlightAware: Add package-related pkgIndex.tcl file to "package files" output. check-in: b2b275e72e user: jan.nijtmans tags: trunk | |
| 14:40 | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to generate the string represen... check-in: bfa7a6e558 user: jan.nijtmans tags: novem | |
| 14:32 | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to generate the string represen... check-in: b4792ebcec user: jan.nijtmans tags: trunk | |
| 11:42 | FlightAware feedback: "Aside: Any way to find out what the pkgIndex.tcl file a package was defined i... Closed-Leaf check-in: a5e0358113 user: jan.nijtmans tags: package_files | |
|
2017-02-07
| ||
| 12:39 | merge trunk Leaf check-in: f0f3952878 user: jan.nijtmans tags: bug-39f6304c2e | |
| 12:28 | merge trunk check-in: d6fe39b54d user: jan.nijtmans tags: novem | |
| 12:27 | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidIntFromObj() when Tcl_GetI... check-in: 74f0e5f884 user: jan.nijtmans tags: trunk | |
| 12:11 | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidIntFromObj() when Tcl_GetI... check-in: 7709c518bc user: jan.nijtmans tags: core-8-6-branch | |
|
2017-02-06
| ||
| 21:58 | cherrypick typo fix. check-in: c897546f83 user: bch tags: trunk | |
| 21:54 | s/then/than/ in Eval.3 manpage check-in: 9790a775de user: bch tags: core-8-6-branch | |
| 19:26 | TIP 282 - Create branch from old patch still lurking at SourceForge. check-in: 0772936f7c user: dgp tags: tip-282 | |
| 15:47 | merge trunk check-in: d420ebaa54 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2017-02-03
| ||
| 18:49 | merge trunk check-in: 3f498cec91 user: dgp tags: tip-445 | |
| 17:53 | merge novem check-in: 212dc95d3a user: dgp tags: dgp-properbytearray | |
| 17:48 | merge novem check-in: f5db0c96ab user: dgp tags: dgp-refactor | |
| 14:53 | Merge trunk. Don't use ListObjLength() in tclStrToD.c Closed-Leaf check-in: 7738a00416 user: jan.nijtmans tags: jn-emptystring | |
| 14:40 | merge trunk check-in: 00f4d12666 user: jan.nijtmans tags: novem | |
| 14:29 | Split tclEmptyStringRep declaration over two lines. Otherwise gcc warning. check-in: 39b6cb9531 user: jan.nijtmans tags: trunk | |
| 14:28 | Merge trunk. Just keep some shortcuts, no longer guarantee that SetListFromAny() really returns a li... check-in: e023048e5d user: jan.nijtmans tags: jn-emptystring | |
| 14:03 | merge trunk check-in: 052d6fe213 user: jan.nijtmans tags: novem | |
| 12:27 | TIP #459 remaining part of implementation. Makes "package require Tk" give the right (... at least .... check-in: 34d015ad0f user: jan.nijtmans tags: trunk | |
| 11:47 | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERROR is returned: The call... check-in: 54e59981c7 user: jan.nijtmans tags: trunk | |
|
2017-02-02
| ||
| 20:33 | merge trunk check-in: 2ea68cac21 user: dgp tags: tip-445 | |
| 18:41 | merge novem check-in: fbbae2d6f3 user: dgp tags: dgp-refactor | |
| 18:40 | merge novem check-in: 28ed731f55 user: dgp tags: dgp-properbytearray | |
| 15:50 | In stead of testing for tclEmptyStringRep, in many situations it is better to check whether the stri... check-in: a829bb8887 user: jan.nijtmans tags: jn-emptystring | |
| 14:06 | Inpired by [pyk-emptystring] branch: Shortcuts/speedsup in number handling when dicts or lists are i... check-in: 68f697f7c4 user: jan.nijtmans tags: jn-emptystring | |
|
2017-02-01
| ||
| 16:22 | merge trunk check-in: 084e8e85b7 user: jan.nijtmans tags: tip-439, semver | |
| 15:03 | merge trunk check-in: 15a654c3c0 user: jan.nijtmans tags: pyk-emptystring | |
| 14:56 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: d98193fd0e user: jan.nijtmans tags: novem | |
| 14:55 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: c63d2eba50 user: jan.nijtmans tags: trunk | |
| 14:53 | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argument NaN shortcut is to... check-in: 391ad1092f user: jan.nijtmans tags: core-8-6-branch | |
|
2017-01-31
| ||
| 13:46 | merge trunk check-in: a3dd7c15d6 user: jan.nijtmans tags: novem | |
| 13:27 | Update documentation on recent changes in Tcl_LinkVar. Minor code clean-up. No functional changes. check-in: 2079ddf9bb user: jan.nijtmans tags: trunk | |
| 13:15 | Update documentation on recent changes in Tcl_LinkVar. Don't use TCL_NO_DEPRECATED for disabling tes... check-in: bd07313d9f user: jan.nijtmans tags: core-8-6-branch | |
| 09:52 | In case of TCL_NO_DEPRECATED, make TCL_LINK_BOOLEAN equivalent to TCL_LINK_INT. Since TCL_LINK_INT a... check-in: 0ecc064db7 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2017-01-30
| ||
| 15:08 | Now make it work, using right terniair operator check-in: fe9015dadb user: jan.nijtmans tags: bug-39f6304c2e | |
| 11:00 | Merge trunk. Add Tcl_LinkVar support for <stdint.h> types check-in: 795b88e3d3 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2017-01-28
| ||
| 06:38 | Added assoc, ftype and move as auto_execok shell built-ins on Windows. check-in: 5739e80eaa user: ashok tags: trunk | |
|
2017-01-27
| ||
| 18:06 | merge novem check-in: d8c61e3c78 user: dgp tags: dgp-properbytearray | |
| 17:52 | merge novem check-in: 758a347ea0 user: dgp tags: dgp-refactor | |
| 17:45 | merge trunk check-in: 2cf023e270 user: dgp tags: novem | |
| 16:32 | merge trunk check-in: 50c9784c6a user: dgp tags: tip-445 | |
| 15:56 | Update documentation check-in: 7d8c14f2d9 user: jan.nijtmans tags: bug-39f6304c2e | |
| 15:37 | Implement TCL_LINK_SIZE/TCL_LINK_SIZE for Tcl_LinkVar(), and simplify TCL_LINK_LONG/TCL_LINK_ULONG a... check-in: 4af37df150 user: jan.nijtmans tags: bug-39f6304c2e | |
| 14:31 | Some code cleanup: More internal use of size_t, less type casts (because of this). No functional cha... check-in: 0867ec3f75 user: jan.nijtmans tags: trunk | |
| 10:11 | Slightly better implementation: re-use the function SetInvalidRealFromAny() in the double/float hand... check-in: 86e7f474f3 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2017-01-26
| ||
| 11:49 | Extend booleans to accept "+" and "-" as valid representation. And extend Tcl_LinkVar to accept bool... check-in: a4e62ef88d user: jan.nijtmans tags: bug-39f6304c2e | |
|
2017-01-25
| ||
| 12:50 | Convert Tcl_SetResult() to a macro check-in: 36aa4f35f8 user: jan.nijtmans tags: novem | |
| 12:22 | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much less interp->result. Impl... check-in: 3fe8ec5fd6 user: jan.nijtmans tags: trunk | |
|
2017-01-24
| ||
| 15:42 | Put back counter in test-case, so we can see if TestsaveresultFree() was actually called or not. check-in: 45e553ee0a user: jan.nijtmans tags: novem | |
|
2017-01-23
| ||
| 16:39 | merge trunk check-in: 690df3ed9f user: dgp tags: tip-445 | |
| 16:19 | merge novem check-in: 62c986e78f user: dgp tags: dgp-properbytearray | |
| 16:06 | merge novem check-in: 52fb7c8efd user: dgp tags: dgp-refactor | |
| 09:11 | Merge trunk Closed-Leaf check-in: 6f31b91468 user: jan.nijtmans tags: package_files | |
|
2017-01-20
| ||
| 16:22 | merge trunk check-in: cd35919f58 user: jan.nijtmans tags: novem | |
| 16:21 | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: a1398bebc9 user: jan.nijtmans tags: trunk | |
| 16:20 | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl_LinkVar toleranto to t... check-in: a3d2988c14 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-01-19
| ||
| 22:38 | Fix [1f4bb8162f]: lsort -dictionary documentation to be improved check-in: 22be0b62ae user: fvogel tags: trunk | |
| 22:37 | Fix [1f4bb8162f]: lsort -dictionary documentation to be improved check-in: 931be8d1fb user: fvogel tags: core-8-6-branch | |
|
2017-01-18
| ||
| 13:12 | merge trunk check-in: 5156755c3b user: jan.nijtmans tags: novem | |
|
2017-01-17
| ||
| 12:02 | Implement tag "deprecated" in genStubs.tcl. Will be used in Tk 8.7, for tagging the deprecated funct... check-in: 0390e543f4 user: jan.nijtmans tags: trunk | |
| 10:28 | merge trunk check-in: bcb14c7343 user: jan.nijtmans tags: tip-439, semver | |
| 10:06 | merge trunk check-in: b4d39f0831 user: jan.nijtmans tags: novem | |
| 10:04 | merge core-8-6-branch check-in: 1ee097157a user: jan.nijtmans tags: trunk | |
| 10:00 | Test-cases which require Tcl 8.5 (or 8.6) should continue to work unmodified in Tcl 9.0. The "novem"... check-in: be8a8d4622 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-01-16
| ||
| 11:59 | merge trunk check-in: 72fe4fc922 user: jan.nijtmans tags: novem | |
| 11:57 | Fix for missing proper initialization of the threaded allocator in some situations. Problem reported... check-in: 7837a4a2ff user: jan.nijtmans tags: trunk | |
| 11:53 | Update zlib to version 1.2.11 check-in: be4717ada7 user: jan.nijtmans tags: trunk | |
|
2017-01-14
| ||
| 08:47 | Merge IETF tzdata2016j check-in: f2317ec638 user: venkat tags: novem | |
| 08:47 | Merge IETF tzdata2016j check-in: 5c15fabea2 user: venkat tags: trunk | |
|
2017-01-13
| ||
| 16:41 | merge novem check-in: d27352bb75 user: dgp tags: dgp-properbytearray | |
| 16:38 | merge novem check-in: 9f54f117c7 user: dgp tags: dgp-refactor | |
| 16:23 | merge trunk check-in: f1bc5defc2 user: dgp tags: novem | |
| 16:21 | merge trunk check-in: edb09a0226 user: dgp tags: tip-445 | |
| 14:43 | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThreadAlloc() Closed-Leaf check-in: 39da38ff2f user: jan.nijtmans tags: notifier | |
| 13:02 | Merge-mark (restoring the expected merge order from core-8-5-branch -> core-8-6-branch -> trunk -> n... check-in: 633914c355 user: jan.nijtmans tags: trunk | |
| 12:57 | missing rules.vc after merge check-in: 36c15dafcb user: sebres tags: trunk | |
| 12:20 | Enhance nmakehlp, allowing multiple arguments for "-l", and recognizing a new linker code LNK4224. P... check-in: 7e8cec300d user: jan.nijtmans tags: trunk | |
| 11:17 | Patch from Zoran Vasiljevic, fix for missing proper initialization of the threaded allocator in some... check-in: 86d412ef6d user: jan.nijtmans tags: notifier | |
|
2017-01-12
| ||
| 20:59 | merge trunk check-in: 23f740a281 user: dgp tags: tip-445 | |
| 10:37 | merge trunk check-in: 1040f74cca user: jan.nijtmans tags: novem | |
| 10:34 | Merge core-8-6-branch check-in: 23cf92e6a2 user: jan.nijtmans tags: trunk | |
|
2017-01-11
| ||
| 16:23 | Use more Tcl_AppendResult(), in order to prevent the use of a (char *) type case. check-in: bb1e0ec40b user: jan.nijtmans tags: trunk | |
| 14:39 | merge trunk check-in: 787a8c193b user: jan.nijtmans tags: novem | |
| 14:10 | Merge core-8-6-branch. Do gcc-compiles with the option -Wwrite-strings, so we can detect mis-usage ... check-in: 81fb7a2a5e user: jan.nijtmans tags: trunk | |
|
2017-01-10
| ||
| 14:35 | Further experimental follow-up: Add internal function TclOpenTcpClientEx(), as companion to Tcl_Open... Closed-Leaf check-in: 78d4429e3b user: jan.nijtmans tags: tip-456 | |
| 13:56 | Experimental follow-up: Change internal TclCreateSocketAddress() signature, from using "int port" to... check-in: 3b3fac1cee user: jan.nijtmans tags: tip-456 | |
|
2017-01-09
| ||
| 19:33 | [win] load win-registry library also in development environment (uninstalled) check-in: 0c05a83862 user: sebres tags: sebres-trunk-timerate | |
| 19:31 | missing entry of tclInt.h added check-in: aa6bca8a91 user: sebres tags: sebres-trunk-timerate | |
| 19:09 | New performance measurement routine "timerate" in opposition to "time" the execution limited by fixe... check-in: 886773ba3b user: sebres tags: sebres-trunk-timerate | |
| 18:28 | Merge fix clock test-cases from 8.6: Make test clock-67.5 time zone independent - execution fails in... check-in: 40163c3c57 user: sebres tags: trunk | |
| 17:53 | Merge bug_b87ad7e914 check-in: ea80926604 user: sebres tags: trunk | |
|
2017-01-06
| ||
| 11:39 | Merge trunk check-in: e0db7c57f4 user: jan.nijtmans tags: package_files | |
| 10:32 | Merge trunk check-in: 127a5f68d7 user: jan.nijtmans tags: novem | |
| 10:30 | Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files check-in: 2203da5de0 user: jan.nijtmans tags: trunk | |
|
2017-01-05
| ||
| 15:25 | Merge trunk check-in: c261d78072 user: jan.nijtmans tags: novem | |
| 15:13 | Make TclGetLoadedPackagesEx() work with other than the only current interpreter (didn't really think... check-in: 53885dc3c8 user: jan.nijtmans tags: trunk | |
| 14:47 | Merge trunk check-in: 245fb01473 user: jan.nijtmans tags: package_files | |
| 14:27 | Fix [7c7d3b4481d4e4e86420b54031f4abd1df18d64|7c7d3b4481]: load test failures. There's a difference b... check-in: b04c4dc299 user: jan.nijtmans tags: trunk | |
| 13:09 | One more ::tcl::Pkg::source, for the Mac check-in: ffd4cfacc5 user: jan.nijtmans tags: package_files | |
| 11:55 | Merge trunk. Improve test-case. Bring back "source -nopkg", but only as undocumented internal helper... check-in: 8857d5cd3e user: jan.nijtmans tags: package_files | |
|
2017-01-04
| ||
| 16:34 | Added more glob patterns in order to ignore html generated documentation and Windows-specific compil... check-in: f43576e34e user: fvogel tags: trunk | |
| 16:23 | In stead of "source -nopkg" use a ::tcl::Pkg::source utility function. check-in: 6388af59c8 user: jan.nijtmans tags: package_files | |
| 15:16 | Fix safe.tcl test-cases: "source -nopkg" is not necessary here: "source" is an alias for "::safe::Al... check-in: f1fdcdd77f user: jan.nijtmans tags: package_files | |
| 14:05 | Merge trunk. First steps in eliminating "source -nopkg". Some test-cases still fail. check-in: a4eab161ae user: jan.nijtmans tags: package_files | |
| 13:51 | Fix 2 test-cases, due to changed command options. check-in: 3ddfe3ed39 user: jan.nijtmans tags: trunk | |
| 13:38 | TIP [http://www.tcl.tk/cgi-bin/tct/tip/459|459] implementation, but (for now) without the "source -n... check-in: abcf4db593 user: jan.nijtmans tags: trunk | |
| 13:01 | merge trunk check-in: 473ff0966a user: jan.nijtmans tags: novem | |
| 12:55 | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C API to Support Passing ... check-in: b5c47b5b2f user: jan.nijtmans tags: trunk, tip-456 | |
| 11:55 | merge core-8-6-branch check-in: 13dc69ec99 user: jan.nijtmans tags: trunk | |
|
2017-01-03
| ||
| 16:48 | merge novem check-in: ddc40d9c59 user: dgp tags: dgp-properbytearray | |
|
2017-01-02
| ||
| 14:31 | [win] bug fix in NativeGetTime: each call of it blurs current performance counters actualized in cal... check-in: b6fc234ef3 user: sebres tags: bug_b87ad7e914 | |
|
2017-01-01
| ||
| 22:19 | Make the code slightly more pleasing to the eyes. Closed-Leaf check-in: 3455fbea17 user: limeboy tags: tip-456 | |
| 19:50 | merge trunk check-in: d8746f0cb8 user: jan.nijtmans tags: novem | |
| 19:49 | merge core-8-6-branch check-in: eb8b79d49c user: jan.nijtmans tags: trunk | |
| 19:10 | Update zlib to version 1.2.9. Dll's and *.lib files not updated yet check-in: 4b7084a579 user: jan.nijtmans tags: trunk | |
|
2016-12-25
| ||
| 00:39 | Add note to array documentation about the general uselessness of -exact matching. It exists because... check-in: aac2dc5db6 user: andy tags: amg-array-enum-c-api | |
| 00:23 | Do not deallocate Tcl_ArraySearchStart()-initiated array searches when Tcl_ArraySearchPeek() or Tcl_... check-in: a7ee015dd6 user: andy tags: amg-array-enum-c-api | |
| 00:11 | Update tests array-7.16 and array-7.17 and delete test array-7.18 now that bug [46a2410650] is fixed check-in: 63059c3e09 user: andy tags: amg-array-enum-c-api | |
| 00:04 | Merge array-search-unset check-in: 62368604ea user: andy tags: amg-array-enum-c-api | |
| 00:00 | Reference ticket number in tests var-13.2 and var-13.3 Leaf check-in: e55dc1adf7 user: andy tags: array-search-unset | |
|
2016-12-24
| ||
| 23:58 | Bug [46a2410650]: Create macro TclIsVarArraySearched to check if an array variable has an active sea... check-in: 9642a1b91e user: andy tags: array-search-unset | |
| 23:25 | Add test var-13.3 which is a more serious version of test var-13.2. var-13.3 is a SIGSEGV until we ... check-in: 33fc7a3358 user: andy tags: array-search-unset | |
| 23:02 | Merge trunk. Test var-13.2 now fails due to [af5c35971a]. check-in: 5066c38552 user: andy tags: array-search-unset | |
|
2016-12-23
| ||
| 15:49 | merge trunk check-in: c56a03aae7 user: jan.nijtmans tags: novem | |
| 15:43 | Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One more place where use of si... check-in: 31fbc1f55a user: jan.nijtmans tags: trunk | |
| 15:28 | merge novem check-in: 71d36ba10f user: dgp tags: dgp-properbytearray | |
| 15:21 | merge trunk check-in: 01d8a401a8 user: dgp tags: tip-445 | |
| 15:19 | merge novem check-in: 579da81b3f user: dgp tags: dgp-refactor | |
| 10:07 | Deprecate otherValuePtr and ptrAndLongRep. Some more minor tweaks. check-in: f659a13b48 user: jan.nijtmans tags: novem-more-memory-API | |
| 09:32 | merge novem check-in: 9d557545fc user: jan.nijtmans tags: novem-more-memory-API | |
| 09:11 | merge trunk check-in: f0b6381989 user: jan.nijtmans tags: novem | |
| 08:27 | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongObj is just as good. check-in: d12ed0fcc6 user: jan.nijtmans tags: trunk | |
|
2016-12-22
| ||
| 10:26 | Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also the "." for doubles and ... check-in: 8b14191fae user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-21
| ||
| 23:23 | Correct typo, credit Brad Lanam for report check-in: 14080f9950 user: andy tags: amg-array-enum-c-api | |
| 14:03 | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in th... check-in: a8b2b83735 user: jan.nijtmans tags: trunk | |
| 12:59 | Experimental (partial) fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]: Tcl_LinkVar is... check-in: 2d5e0a6533 user: jan.nijtmans tags: bug-39f6304c2e | |
| 09:20 | Merge trunk check-in: c52e1550bf user: jan.nijtmans tags: novem | |
|
2016-12-20
| ||
| 12:35 | Make options -reuseaddr/-reuseport forbidden without -server, no matter the value being true or fals... check-in: bffa5b51a0 user: jan.nijtmans tags: tip-456 | |
| 11:47 | merge fork check-in: dcc31e850c user: jan.nijtmans tags: tip-456 | |
| 10:56 | Decouple the switch handling. check-in: 3d5331ac40 user: limeboy tags: tip-456 | |
| 10:32 | Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has meaning. check-in: 7f5c4906c1 user: jan.nijtmans tags: trunk | |
| 10:22 | Correct the handling of -server and its options. check-in: be51fb3542 user: limeboy tags: tip-456 | |
| 09:46 | more internal use of size_t in stead of int. check-in: 8171f63934 user: jan.nijtmans tags: trunk | |
| 09:36 | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or 9.0) features are need... check-in: eda9a3e060 user: jan.nijtmans tags: trunk | |
| 09:30 | merge trunk (still has test failure in socket.test) check-in: fddd7e3bda user: jan.nijtmans tags: tip-456 | |
| 05:45 | Implement deferring search structure deallocation until the next search function is called. Determi... check-in: db10a8eaea user: andy tags: amg-array-enum-c-api | |
| 05:12 | Merge trunk check-in: aa624efbe0 user: andy tags: amg-array-enum-c-api | |
| 05:08 | Rework array search C API to invoke array traces and report errors. Still need to update documentat... check-in: b015340f8f user: andy tags: amg-array-enum-c-api | |
|
2016-12-19
| ||
| 18:43 | merge trunk check-in: 2dbe7ac399 user: dgp tags: tip-445 | |
| 18:40 | merge novem check-in: 9948e12ee4 user: dgp tags: dgp-properbytearray | |
| 18:38 | merge novem check-in: 313996a5c7 user: dgp tags: dgp-refactor | |
| 10:42 | merge novem check-in: 10c36e48f6 user: jan.nijtmans tags: novem-more-memory-API | |
| 09:14 | merge trunk check-in: d9627dd7b6 user: jan.nijtmans tags: novem | |
|
2016-12-18
| ||
| 15:39 | More comments, fix bug where numArgs should be argCt Leaf check-in: af8005b8b2 user: dah tags: dah-proc-arg-upvar | |
| 15:04 | More tests, frame lookup tweak and attempt to take advantage of a branch prediction. check-in: e3c53025a8 user: dah tags: dah-proc-arg-upvar | |
| 12:50 | Refactor. Defaults for links removed. Support empty link names. check-in: 8f125f9002 user: dah tags: dah-proc-arg-upvar | |
|
2016-12-16
| ||
| 16:14 | Some more internal use of size_t in stead of int. No functional change. check-in: 54ab350c68 user: jan.nijtmans tags: trunk | |
| 15:25 | merge trunk check-in: b70a1e3f3a user: jan.nijtmans tags: tip-439, semver | |
| 11:22 | Partial reimplementation. Retain value passed in by caller, support defaults check-in: 173792e010 user: dah tags: dah-proc-arg-upvar | |
|
2016-12-15
| ||
| 15:18 | Add back testcase winFile-4.10. This test passes anyway, even though it appeared to be Windows 2000 ... check-in: 7c2ad0e88f user: jan.nijtmans tags: trunk | |
| 15:07 | Add "file join $grandParentDir tcl8.? library" as possible path for a valid init.tcl. Some simplifi... check-in: 9869b1e0b8 user: jan.nijtmans tags: trunk | |
| 11:28 | Merge trunk check-in: 959decb933 user: jan.nijtmans tags: tip-439, semver | |
| 01:01 | Add more array search tests per Brad Lanam. These tests should fail because adding or removing elem... check-in: 06d8fea8ee user: andy tags: amg-array-enum-c-api | |
|
2016-12-14
| ||
| 16:03 | Update the documentation check-in: a2d596da81 user: limeboy tags: tip-456 | |
| 15:59 | Adjust OpenTcpServer for the latest changes to OpenTcpServerEx check-in: 523c93a0ec user: limeboy tags: tip-456 | |
| 15:52 | Fix for the argument parsing phase in the [socket] command. check-in: 1cdb56855b user: limeboy tags: tip-456 | |
| 15:49 | Make OpenTcpServerEx accept a 'service' string parameter instead of a port. check-in: c62457ec51 user: limeboy tags: tip-456 | |
| 15:03 | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... check-in: 79a28ae5ea user: jan.nijtmans tags: trunk | |
| 14:14 | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... Closed-Leaf check-in: 907c39d91a user: jan.nijtmans tags: jn-wide-printf | |
|
2016-12-13
| ||
| 19:21 | Rework array size increase/decrease tests to avoid dummy list element check-in: 00fc1efead user: andy tags: amg-array-enum-c-api | |
| 18:29 | Update Tcl_SetByteArrayLength() and callers. check-in: 522ab5524f user: dgp tags: dgp-properbytearray | |
| 16:49 | Detect binary errors in reflected channels. check-in: c7211f4bb5 user: dgp tags: dgp-properbytearray | |
| 01:27 | Merge trunk Closed-Leaf check-in: 1f52682fb2 user: andy tags: lanam-array-for-impl | |
|
2016-12-12
| ||
| 04:53 | Update ArrayArgs() comments again check-in: 9950120878 user: andy tags: amg-array-enum-c-api | |
| 04:52 | Update ArrayArgs() comments check-in: 7496dc7aac user: andy tags: amg-array-enum-c-api | |
| 04:42 | Commit changes received from Brad Lanam via email check-in: 9897959ab4 user: andy tags: lanam-array-for-impl | |
|
2016-12-11
| ||
| 05:00 | Finish implementing array search tests check-in: b6226be9e1 user: andy tags: amg-array-enum-c-api | |
| 04:57 | Remove invalid panic. There is an odd case in which exact matching does take a trip through the Arr... check-in: 484bb659db user: andy tags: amg-array-enum-c-api | |
| 04:29 | Continue array search tests, array-7.12 panics check-in: 8a6ac2184a user: andy tags: amg-array-enum-c-api | |
| 04:08 | Use setup feature in test array-5.4 check-in: 8ae0842cd3 user: andy tags: amg-array-enum-c-api | |
| 04:03 | Add first array search test check-in: ee0c46cf5e user: andy tags: amg-array-enum-c-api | |
| 03:05 | Adjust test array-5.4 to not use [array set] check-in: b6889151ea user: andy tags: amg-array-enum-c-api | |
| 03:04 | Reorganize array tests check-in: 0647d1d636 user: andy tags: amg-array-enum-c-api | |
| 02:38 | Add [array statistics] tests check-in: 48638af391 user: andy tags: amg-array-enum-c-api | |
|
2016-12-10
| ||
| 22:45 | Add [array names] tests check-in: 56ba49af14 user: andy tags: amg-array-enum-c-api | |
| 22:43 | Add [array get] tests check-in: fd28a7115c user: andy tags: amg-array-enum-c-api | |
| 22:42 | Add [array exists] tests check-in: 152dbd7300 user: andy tags: amg-array-enum-c-api | |
| 22:37 | Plan remainder of test suite check-in: 947139f371 user: andy tags: amg-array-enum-c-api | |
| 22:32 | Adjust comments check-in: cbe1f81e3c user: andy tags: amg-array-enum-c-api | |
| 22:16 | Rename $result to $resultPattern to reduce confusion check-in: 44213a209a user: andy tags: amg-array-enum-c-api | |
| 22:02 | Fix spelling check-in: e2ef0b3feb user: andy tags: amg-array-enum-c-api | |
| 22:01 | Add [array unset] tests check-in: 00c75d5769 user: andy tags: amg-array-enum-c-api | |
| 21:13 | Add first [array unset] test check-in: 379ea4d427 user: andy tags: amg-array-enum-c-api | |
| 21:11 | Add [array size] tests check-in: 9d74758ea5 user: andy tags: amg-array-enum-c-api | |
| 20:45 | Exchange setup and extra check-in: 85bea029ad user: andy tags: amg-array-enum-c-api | |
| 20:42 | Condense non-array error handling tests and incorporate non-array successful result tests check-in: 965e38bd07 user: andy tags: amg-array-enum-c-api | |
| 19:35 | Add [array set] tests check-in: a8289808bb user: andy tags: amg-array-enum-c-api | |
|
2016-12-08
| ||
| 17:52 | Bring back stub table in original state. Merge trunk check-in: 7054e2f2eb user: jan.nijtmans tags: package_files | |
|
2016-12-07
| ||
| 20:32 | plug memory leak check-in: 58f7225908 user: dgp tags: dgp-properbytearray | |
| 20:01 | Enable the no-copy path through narrowing that was overlooked. check-in: 617acf8eb6 user: dgp tags: dgp-properbytearray | |
| 19:52 | Put explicit byte-narrowing in the write pipeline of -encoding binary channels. This makes tests pas... check-in: 236f5e4f11 user: dgp tags: dgp-properbytearray | |
| 19:22 | Make explicit the implicit byte-narrowing function of [binary format]. check-in: 56ac0f8998 user: dgp tags: dgp-properbytearray | |
| 18:57 | Create a narrowing procedure to make the operation explicit when needed. check-in: ba8e57d76c user: dgp tags: dgp-properbytearray | |
|
2016-12-06
| ||
| 21:52 | move pthread_sigmask() calls to Tcl_WaitForEvent() where they belong Leaf check-in: 8cec831ad2 user: aspect tags: bug-f4f44174e | |
| 21:51 | unblock signals correctly with SIG_SETMASK check-in: ae3cf707c1 user: aspect tags: bug-f4f44174e | |
| 20:09 | Purge the old and broken Tcl_ObjType. check-in: ea03de5a23 user: dgp tags: dgp-properbytearray | |
| 19:35 | More tests, comments and improvements to initial implementation. check-in: ed5acdb987 user: dah tags: dah-proc-arg-upvar | |
| 18:55 | Several commands should be picky about expecting byte-valued arguments. Make them so. check-in: 1b7d737ce6 user: dgp tags: dgp-properbytearray | |
| 12:47 | merge novem check-in: fd1d2bbcbe user: dgp tags: dgp-properbytearray | |
| 12:46 | merge novem check-in: 5101240106 user: dgp tags: dgp-refactor | |
| 12:46 | merge trunk check-in: 54d0f67188 user: dgp tags: novem | |
|
2016-12-05
| ||
| 23:40 | remove ill-conceived feature test macro check-in: 4998d7833d user: aspect tags: bug-f4f44174e | |
| 23:14 | use pthread_sigmask to protect the notifier against signals (bug [f4f44174e]) check-in: b40778af44 user: aspect tags: bug-f4f44174e | |
| 19:17 | WIP trial of proper bytearrays in Tcl 9. check-in: d7c68a46af user: dgp tags: dgp-properbytearray | |
|
2016-12-03
| ||
| 00:42 | Add more failure cases to test suite, gonna have to do non-error cases one of these days check-in: d046004a15 user: andy tags: amg-array-enum-c-api | |
|
2016-12-02
| ||
| 22:10 | Rename [oxor] to [or] and [oxand] to [and], also [oxjoin] to [oxfordJoin] check-in: c903f22fde user: andy tags: amg-array-enum-c-api | |
| 21:18 | Merge trunk check-in: 02df281049 user: andy tags: amg-array-enum-c-api | |
| 21:08 | Avoid "warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has ... check-in: 871fcf85c4 user: andy tags: trunk | |
| 21:00 | Merge trunk check-in: 4ab23eded7 user: andy tags: amg-array-enum-c-api | |
| 20:50 | Experiment with wrapping [::tcltest::test] check-in: 297167a9bf user: andy tags: amg-array-enum-c-api | |
| 19:34 | merge novem check-in: da8349c19a user: dgp tags: dgp-refactor | |
| 19:02 | merge trunk check-in: 237dd7902f user: dgp tags: novem | |
| 19:01 | merge trunk check-in: 33041ae916 user: dgp tags: tip-445 | |
| 18:18 | Added long comment explaining history and work in progress making bytearray interfaces usable. check-in: d42a114238 user: dgp tags: trunk | |
| 15:52 | implement "I64" format in Tcl_ObjPrintf as well. Still to be tested. check-in: 418b169207 user: jan.nijtmans tags: jn-wide-printf | |
| 15:39 | Relocate the cmdEpoch bumps during command deletion so that command resolution caching works properl... check-in: 71fa1f9c91 user: dgp tags: trunk | |
| 14:53 | merge-mark check-in: c54751a9f2 user: jan.nijtmans tags: novem | |
| 14:52 | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. (now without edit-error... check-in: eac13870dc user: jan.nijtmans tags: trunk | |
| 14:46 | merge trunk check-in: e4c06b61d2 user: jan.nijtmans tags: novem | |
| 14:17 | Repair what appears to be a stray edit error. This restores ability to build on a TCL_WIDE_INT_IS_L... Closed-Leaf check-in: ee8a50916f user: dgp tags: jn-wide-printf | |
| 13:50 | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. Moved to feature bra... check-in: e3ba334a42 user: jan.nijtmans tags: jn-wide-printf | |
| 13:26 | Remove dup line. Closed-Leaf check-in: 24db74ffd7 user: dgp tags: dgp-cmd-epoch | |
|
2016-12-01
| ||
| 22:32 | Minor test tweaks, add test for nonexistent arrays check-in: 11cd8e8297 user: andy tags: amg-array-enum-c-api | |
| 22:07 | [507d9b9651a3c903] Possible implementation of auto-upvar for procedures. check-in: 6e39d87cbc user: dkf tags: dah-proc-arg-upvar | |
| 20:13 | Reports from NSF that command epoch bumping isn't properly timed. http://paste.tclers.tk/4030 Since ... check-in: d3f2f88f49 user: dgp tags: dgp-cmd-epoch | |
| 18:43 | Annoyed with tabs, switching to spaces check-in: 063d8fbb9e user: andy tags: amg-array-enum-c-api | |
| 18:43 | Continue implementation of test suite check-in: 6693bdf8ae user: andy tags: amg-array-enum-c-api | |
| 17:28 | Clarify detection of regular expression errors. While this may seem bogus and inconsistent, it is a... check-in: 731267ce37 user: andy tags: amg-array-enum-c-api | |
| 17:25 | So long as we register only one, we can have multiple Tcl_ObjTypes with the same name. This smooths... check-in: 088e1f413e user: dgp tags: trunk | |
| 17:08 | Implement [array names] in terms of Tcl_ArrayNames(), also make Tcl_ArrayNames() treat non-array lik... check-in: acbd0d9144 user: andy tags: amg-array-enum-c-api | |
| 13:20 | Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays as bytearrays without all this... check-in: 3ef69dfebe user: dgp tags: trunk | |
| 12:32 | Fix installation of platform/shell-1.1.4.tm on Windows (platform directory was still missing) check-in: 15b7ba9785 user: jan.nijtmans tags: novem | |
| 12:01 | merge trunk check-in: 4162fbf706 user: limeboy tags: tip-456 | |
| 11:46 | merge trunk check-in: 391ec4f295 user: jan.nijtmans tags: novem | |
| 11:44 | compatability -> compatibility check-in: f94307dc05 user: jan.nijtmans tags: trunk | |
| 11:20 | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAlloc() check-in: 9d4cd6b1aa user: jan.nijtmans tags: novem | |
| 01:49 | Correct tab stops check-in: 2585e9af06 user: andy tags: amg-array-enum-c-api | |
|
2016-11-30
| ||
| 19:47 | Begin implementation of array test suite check-in: c9318c0692 user: andy tags: amg-array-enum-c-api | |
| 19:35 | Document filter options to [array exists] check-in: 1c69239d68 user: andy tags: amg-array-enum-c-api | |
| 17:57 | Be more consistent in usage of italic text check-in: bda7be7c84 user: andy tags: amg-array-enum-c-api | |
| 17:53 | Minor documentation correction pointing out that Tcl_ArraySet allows the variable to not exist in wh... check-in: efddc059c0 user: andy tags: amg-array-enum-c-api | |
| 14:27 | Merge trunk check-in: 39918e8e32 user: jan.nijtmans tags: novem | |
| 03:16 | merge trunk check-in: c2b9c28871 user: dgp tags: tip-445 | |
| 03:08 | Route all [string repeat] operations through a common implementation. Code that to preserve bytearra... check-in: e6e6fee0e1 user: dgp tags: trunk | |
|
2016-11-29
| ||
| 19:45 | Restore tests set-old-8.46 and set-old-10.2. Note: this is commit number 20000 check-in: e5c481c605 user: andy tags: amg-array-enum-c-api | |
| 19:39 | Merge trunk check-in: 227eb2b89f user: andy tags: amg-array-enum-c-api | |
| 19:29 | Add filtering capability to [array exists] and Tcl_ArrayExists() so that individual elements can be ... check-in: 5c0f2a9fbb user: andy tags: amg-array-enum-c-api | |
| 18:50 | Add comments to tcl.h more clearly indicating which flag values are reserved to better avoid future ... check-in: c8816ca461 user: andy tags: amg-array-enum-c-api | |
| 18:46 | Where feasible, convert concatenation panics into errors. check-in: 3e5cafe2a5 user: dgp tags: trunk | |
| 18:46 | Update [array] man page for new/expanded filter options check-in: 162212092a user: andy tags: amg-array-enum-c-api | |
| 13:50 | merge trunk check-in: 93793ba3f8 user: dgp tags: tip-445 | |
| 13:50 | merge novem check-in: 3cbb30adcd user: dgp tags: dgp-refactor | |
| 13:08 | merge trunk check-in: 88f99346ec user: jan.nijtmans tags: novem | |
| 13:03 | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDic... check-in: 63240d8b9e user: jan.nijtmans tags: trunk | |
| 12:26 | merge trunk check-in: 0a73f68e8e user: jan.nijtmans tags: novem | |
| 11:10 | more internal use of size_t (in stead of int) check-in: ad1e711238 user: jan.nijtmans tags: trunk | |
| 09:45 | Implement the "package forget" part, which was still missing. Handle the case that a filename contai... check-in: dfa45ae567 user: jan.nijtmans tags: package_files | |
|
2016-11-28
| ||
| 17:53 | Man page tweak check-in: aae84de8cb user: andy tags: amg-array-enum-c-api | |
| 16:47 | Double backslashes in man page check-in: 3556913225 user: andy tags: amg-array-enum-c-api | |
| 16:24 | merge novem check-in: 676824c7c1 user: dgp tags: dgp-refactor | |
| 16:08 | merge trunk check-in: 9174c893f4 user: dgp tags: tip-445 | |
| 15:29 | slightly simpler check-in: 8ed8daf325 user: jan.nijtmans tags: package_files | |
| 13:17 | Complete implementation, tests and documentation check-in: 6a2f13e8d2 user: jan.nijtmans tags: package_files | |
| 06:06 | Add manual page for new array functions check-in: a72fcb2eb3 user: andy tags: amg-array-enum-c-api | |
| 04:47 | Fix set-old-8.35 check-in: 5e92c9339a user: andy tags: amg-array-enum-c-api | |
| 04:31 | Fix set-old-8.56 check-in: f681932ae0 user: andy tags: amg-array-enum-c-api | |
| 04:21 | Add Tcl_ArrayStatistics() check-in: 2368a2dced user: andy tags: amg-array-enum-c-api | |
| 02:35 | Change Tcl_ArraySet() to always report errors without having to specify TCL_LEAVE_ERR_MSG check-in: 7cb4aff8e5 user: andy tags: amg-array-enum-c-api | |
| 01:20 | Remove most instances of TCL_LEAVE_ERR_MSG in favor of making Tcl_Array*() functions treat nonexiste... check-in: 325336d17e user: andy tags: amg-array-enum-c-api | |
|
2016-11-27
| ||
| 20:37 | Change TCL_MATCH_GLOB to avoid collision with the deprecated TCL_PARSE_PART1 flag check-in: 720f8dc660 user: andy tags: amg-array-enum-c-api | |
|
2016-11-26
| ||
| 20:03 | Renumber and rearrange new Tcl_Array*() functions to have a somewhat more logical ordering check-in: 7a757d9b95 user: andy tags: amg-array-enum-c-api | |
| 17:47 | Add "package files" testcase, which doesn give the right answer. So still work to do check-in: 0202120e4a user: jan.nijtmans tags: package_files | |
| 07:39 | Revert unintended change to Tcl_ZlibStreamInit() argument name check-in: 94a9a0cfad user: andy tags: amg-array-enum-c-api | |
| 07:30 | Implement Tcl_ArrayGet(), add -exact|-glob|-regexp options to [array get] check-in: 00404912d0 user: andy tags: amg-array-enum-c-api | |
| 07:21 | Remove new test trace-41.1 since it is a duplicate of test var-18.1 check-in: 34539fd014 user: andy tags: amg-array-enum-c-api | |
| 07:19 | Remove optimization that runs afoul of test var-18.1 check-in: 25d2a06908 user: andy tags: amg-array-enum-c-api | |
| 07:11 | Update test for [array unset] mode option check-in: a9cb120904 user: andy tags: amg-array-enum-c-api | |
| 02:14 | Implement Tcl_ArrayExists() check-in: bc2295f5c2 user: andy tags: amg-array-enum-c-api | |
| 01:57 | Fold create argument to ArrayVar() into TCL_VAR_CREATE flags bit which only ArrayVar() understands. ... check-in: 2590837335 user: andy tags: amg-array-enum-c-api | |
|
2016-11-25
| ||
| 18:24 | Simplify function description comment check-in: 403f15409f user: andy tags: amg-array-enum-c-api | |
| 18:11 | Merge CleanupVar() into TclCleanupVar(), no need for them to be separate check-in: 0aae797ef4 user: andy tags: amg-array-enum-c-api | |
| 18:08 | Rename dictObj to dictPtr for consistency with other public variable function arguments, even though... check-in: 1ba41eadd4 user: andy tags: amg-array-enum-c-api | |
| 18:05 | Rename TclArraySet() to Tcl_ArraySet() and put in tcl.decls. Enhance ArrayVar() to support array cr... check-in: f2aaed5ea1 user: andy tags: amg-array-enum-c-api | |
| 15:44 | Implementation of improved notifier from Lucio Andrés Illanes Albornoz. check-in: a5fa5e7e78 user: dkf tags: tip-458 | |
| 15:06 | Merge trunk. Implementation looks complete. Still missing: test-cases and documentation. check-in: 1ae9161edd user: jan.nijtmans tags: package_files | |
| 14:53 | Windows support and minor touchups to the documentation. check-in: aefe40befa user: limeboy tags: tip-456 | |
| 13:27 | Minor documentation touchups. check-in: 417ea495a1 user: limeboy tags: tip-456 | |
| 12:58 | merge trunk check-in: 742389b703 user: jan.nijtmans tags: novem | |
| 11:47 | Eliminate some macros that are no longer used/needed. check-in: 80e7984c44 user: jan.nijtmans tags: trunk | |
| 09:38 | Merge trunk, and fix two socket test-cases. check-in: 707cfb412f user: jan.nijtmans tags: tip-456 | |
| 08:17 | Add Tcl_ArraySearchPeek() check-in: 5eee3e2aef user: andy tags: amg-array-enum-c-api | |
| 07:55 | Add filter options to more [array] subcommands, implement with a common function check-in: 5a1c9d670f user: andy tags: amg-array-enum-c-api | |
| 07:33 | Merge trunk check-in: b893ce5065 user: andy tags: amg-array-enum-c-api | |
| 07:31 | Allow [array names -regexp] to use backreferences. This capability was broken by [71270e9141]. See a... check-in: b29701996a user: andy tags: trunk | |
| 07:02 | Add filtering options to [array size] command check-in: 3c19724381 user: andy tags: amg-array-enum-c-api | |
| 06:27 | Correct bug by splitting Tcl_ArrayNames() to high-level Tcl_ArrayNames() operating on a variable nam... check-in: e098e8ef7f user: andy tags: amg-array-enum-c-api | |
| 05:53 | Implement Tcl_ArrayNames(), still have a bug to fix though check-in: a7b63341ab user: andy tags: amg-array-enum-c-api | |
| 05:11 | Implement various array functions in terms of ArrayVar() to avoid repetition of trace code, and rest... check-in: b15d607c3a user: andy tags: amg-array-enum-c-api | |
| 04:42 | Implement Tcl_ArraySearchDone() check-in: fc39454bd5 user: andy tags: amg-array-enum-c-api | |
| 04:31 | Implement Tcl_ArraySearchNext() check-in: 2ab266d9fb user: andy tags: amg-array-enum-c-api | |
| 04:11 | Remove need for passing TCL_LEAVE_ERR_MSG to various array functions check-in: ed465991e2 user: andy tags: amg-array-enum-c-api | |
| 03:56 | Correct test failures in set-old.test check-in: e5a9bbebec user: andy tags: amg-array-enum-c-api | |
| 03:33 | Split ArrayNext() into ArrayFirst() and ArrayNext(), and reimplement other array functions in terms ... check-in: 520285d1e5 user: andy tags: amg-array-enum-c-api | |
| 01:39 | Remove spurious article in comments check-in: 965949e559 user: andy tags: trunk | |
| 01:36 | Rename LookupArrayVar() to ArrayVar(), add ArrayNext(), reimplement ArraySize() in terms of ArrayNex... check-in: 9cc3d0f006 user: andy tags: amg-array-enum-c-api | |
|
2016-11-24
| ||
| 22:51 | Improve comments, add interp to Tcl_ArraySearch so Tcl_ArraySearchNext() can report regular expressi... check-in: 669251b6f1 user: andy tags: amg-array-enum-c-api | |
| 22:38 | Implement Tcl_ArraySearchStart() check-in: f8ab9b85ae user: andy tags: amg-array-enum-c-api | |
| 22:24 | Simplify LookupArrayVar() interface check-in: 0393d60132 user: andy tags: amg-array-enum-c-api | |
| 22:06 | Fold VerifyArray() into LookupArrayVar(), begin adding filtering capabilities to array search check-in: aa06cc7e1b user: andy tags: amg-array-enum-c-api | |
| 21:33 | Add exact/glob/regexp filter capability to new array size and enumeration functions. Change Tcl_Arr... check-in: 462589ffc9 user: andy tags: amg-array-enum-c-api | |
| 21:15 | Forgot a - in the parameters array. check-in: 7d69ed66cf user: limeboy tags: tip-456 | |
| 21:01 | Allow a boolean argument to be passed. check-in: d4bdf65c83 user: limeboy tags: tip-456 | |
| 20:55 | merge trunk check-in: c1735f1869 user: jan.nijtmans tags: package_files | |
| 20:31 | merge trunk check-in: 4115262f80 user: jan.nijtmans tags: novem | |
| 20:28 | First round of documentation update. check-in: 6e94138b94 user: limeboy tags: tip-456 | |
| 20:12 | Improve comments a little check-in: 2196459c3e user: andy tags: amg-array-enum-c-api | |
| 19:22 | Merge trunk check-in: a353ee5093 user: andy tags: amg-array-enum-c-api | |
| 19:21 | Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly by [tcl::unsupported::... check-in: ad557c91a9 user: andy tags: trunk | |
| 18:49 | Correct reporting of trace errors in [array size] check-in: 2612459c98 user: andy tags: amg-array-enum-c-api | |
| 18:46 | Correct sense of scalar variable detection check-in: 85ea1e4ef0 user: andy tags: amg-array-enum-c-api | |
| 18:42 | Get rid of now-unnecessary varPtr2 variable, add stubbed-out (pun unintentional) implementations of ... check-in: b38a60a837 user: andy tags: amg-array-enum-c-api | |
| 18:36 | Reorganize code into separate LookupArrayVar() and ArraySize() functions so that [array size] can se... check-in: 4035492a84 user: andy tags: amg-array-enum-c-api | |
| 18:35 | Update stubs init check-in: aa1f28d461 user: andy tags: amg-array-enum-c-api | |
| 18:34 | Rename part1Ptr arguments to varNamePtr check-in: f2a8e2d0fb user: andy tags: amg-array-enum-c-api | |
| 16:21 | merge fork Closed-Leaf check-in: 5291e16a6a user: jan.nijtmans tags: tip-456 fork | |
| 16:20 | Starting implementing the "package files" command. TIP still to be written. check-in: 6cdb6a1b24 user: jan.nijtmans tags: package_files | |
| 15:00 | Adjust the tests and add a handful of new ones. check-in: ac3cfef074 user: limeboy tags: tip-456 | |
| 13:47 | Implementation of [array for] from Brad Lanam. See https://github.com/flightaware/Tcl-bounties/issue... check-in: bd05353216 user: dkf tags: lanam-array-for-impl | |
| 13:33 | Make compileEpoch "unsigned int", and start counting at 1. check-in: 83f0d245d8 user: jan.nijtmans tags: trunk | |
| 13:18 | Fix compile error if SO_REUSEPORT not supported. Put command options in alphabetical order check-in: c2331d8741 user: jan.nijtmans tags: tip-456 fork | |
| 12:47 | Implement the whole TIP 456 specification. Also introduces the `-reuseaddr' and `-reuseport' option... check-in: e4212ca03b user: limeboy tags: tip-456 | |
| 12:41 | merge novem check-in: 39188cbdd6 user: jan.nijtmans tags: novem-more-memory-API | |
| 11:57 | merge trunk. Make epoch in Tcl_DictSearch "unsigned int". This doubles the epoch range here. Use 0... check-in: 5fe02150a3 user: jan.nijtmans tags: novem | |
| 10:26 | typos check-in: 7df0e4369e user: jan.nijtmans tags: trunk | |
|
2016-11-22
| ||
| 15:04 | Corrections to misleading comments. check-in: ecb870f264 user: dkf tags: trunk | |
| 11:24 | Fix indenting check-in: c77d70c21f user: jan.nijtmans tags: tip-456 | |
| 11:21 | Added stub entry for tip #456. Documentation and tests still missing. Doesn't conform to TIP yet. check-in: fce8b81c46 user: jan.nijtmans tags: tip-456 | |
| 10:06 | This is patch.002 from ticket [0b9d3ba2ba3e1e3fc33c97d5a9fa7ef85d11a696|0b9d3ba2ba], as first start ... check-in: ae02accafa user: jan.nijtmans tags: tip-456 | |
|
2016-11-21
| ||
| 18:25 | [array size] should 0 if argument does not name an array. TODO: Distinguish between existence error... check-in: b0ceb88495 user: andy tags: amg-array-enum-c-api | |
| 13:12 | Initial commit of new C API for array enumeration. TIP forthcoming. Work far from complete, only T... check-in: 405aba7ca5 user: andy tags: amg-array-enum-c-api | |
| 10:40 | Merge trunk. More internal use of size_t in stead of int (or long) check-in: b68c708bd6 user: jan.nijtmans tags: novem | |
| 10:15 | More internal use of size_t in stead of int. check-in: ef4da65408 user: jan.nijtmans tags: trunk | |
|
2016-11-18
| ||
| 18:05 | merge novem check-in: 715274166d user: dgp tags: dgp-refactor | |
| 18:02 | merge trunk check-in: d583c1d31f user: dgp tags: tip-445 | |
| 15:51 | Minor: fix the indentation of comments. check-in: 06883b64fd user: dkf tags: trunk | |
| 12:10 | merge novem check-in: 21f9030029 user: jan.nijtmans tags: novem-more-memory-API | |
| 11:15 | Merge trunk check-in: a2bc365c8c user: jan.nijtmans tags: novem | |
| 10:53 | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl check-in: 9ca8b95421 user: jan.nijtmans tags: trunk | |
| 09:50 | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath to 1.0 check-in: 6d14b81579 user: jan.nijtmans tags: trunk | |
| 03:34 | Remove extra space in documentation for [file stat] check-in: 21feca063c user: andy tags: trunk | |
|
2016-11-17
| ||
| 16:27 | merge trunk check-in: f365ba1ad9 user: jan.nijtmans tags: novem | |
| 16:26 | Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: 06f3f845fb user: jan.nijtmans tags: trunk | |
| 15:30 | Restore bn_mp_radix_size.c to exact copy of libtommath-1.0 version: Since the radix_size of "9" shou... Closed-Leaf check-in: 8cf7627603 user: jan.nijtmans tags: libtommath-1.0 | |
| 13:18 | Restore bn_mp_add_d.c to exact copy of libtommath-1.0 version: Since the mp_clamp() function already... check-in: 7442311ee4 user: jan.nijtmans tags: libtommath-1.0 | |
| 11:38 | Add test-case for mp_iseven(). If mp_iseven(0) ever returns 0, we will be warned that we are using t... check-in: d3f1169620 user: jan.nijtmans tags: libtommath-1.0 | |
| 11:03 | Bring in fix for mp_iseven().... almost missed that .... This should be given a dedicated test-cas... check-in: 04444b286a user: jan.nijtmans tags: libtommath-1.0 | |
| 10:46 | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function from libtommath 1.0 (in tc... check-in: 1e2d716ec7 user: jan.nijtmans tags: libtommath-1.0 | |
| 09:34 | Merge trunk check-in: 4a3294acba user: jan.nijtmans tags: novem | |
| 09:33 | Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: 634ffe2b64 user: jan.nijtmans tags: trunk | |
|
2016-11-16
| ||
| 15:59 | merge trunk Closed-Leaf check-in: ec44244e32 user: jan.nijtmans tags: gahr-ticket-e6f27aa56f | |
| 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 | |
|
2016-11-14
| ||
| 14:26 | Merge core-8-6-branch check-in: 7bbea0e75d user: jan.nijtmans tags: trunk | |
| 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 | |
|
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 | |
|
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 | |
|
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 | |
|
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: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 | |
| 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: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 | |
|
2016-11-02
| ||
| 12:50 | Merge trunk (Update http version number to 2.8.10, due to [838e99a76d]) check-in: 1caeb0f5b9 user: jan.nijtmans tags: novem | |
|
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 | |
|
2016-10-26
| ||
| 08:07 | Merge timezone data tzdata2016h check-in: 42830c2953 user: venkat tags: novem | |
|
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 | |
|
2016-10-13
| ||
| 17:11 | merge novem check-in: c172a6aac7 user: dgp tags: dgp-refactor | |
| 17:03 | merge trunk check-in: 237090c178 user: dgp tags: novem | |
|
2016-10-12
| ||
| 14:01 | merge novem check-in: bfd8b2d1e7 user: dgp tags: dgp-refactor | |
| 14:01 | merge trunk check-in: b204e61ca2 user: dgp tags: novem | |
|
2016-10-11
| ||
| 21:53 | merge trunk check-in: d5f3db4df2 user: jan.nijtmans tags: novem | |
| 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-07
| ||
| 13:11 | merge novem check-in: 0507959c15 user: dgp tags: dgp-refactor | |
| 13:11 | merge trunk check-in: 66bb998b3f user: dgp tags: novem | |
|
2016-10-04
| ||
| 19:08 | merge novem check-in: 2a20459071 user: dgp tags: dgp-refactor | |
| 18:48 | merge trunk check-in: b74f43dd28 user: dgp tags: novem | |
|
2016-10-02
| ||
| 19:28 | Merge tzdata2016g from ietf.org check-in: b867304d52 user: venkat tags: novem | |
|
2016-09-21
| ||
| 09:29 | merge trunk check-in: 42473b2624 user: jan.nijtmans tags: novem | |
|
2016-09-16
| ||
| 16:40 | merge novem check-in: fbf936a8ab user: dgp tags: dgp-refactor | |
| 09:11 | merge trunk check-in: 1e7fa757b6 user: jan.nijtmans tags: novem | |
|
2016-09-09
| ||
| 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 | |
| 07:31 | merge trunk check-in: f97eb4cfee user: gahr tags: novem | |
|
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 | |
| 02:48 | merge trunk check-in: 7628b11646 user: dgp tags: novem | |
|
2016-09-07
| ||
| 14:03 | merge trunk check-in: c21cbbe39b user: jan.nijtmans tags: novem | |
|
2016-09-05
| ||
| 13:57 | merge trunk check-in: 6fb1bef114 user: jan.nijtmans tags: novem | |
|
2016-08-30
| ||
| 13:12 | merge trunk check-in: 11d4243035 user: jan.nijtmans tags: novem | |
|
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 | |
|
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 | |
|
2016-07-20
| ||
| 11:50 | merge novem check-in: 841bac8f11 user: dgp tags: dgp-refactor | |
| 03:06 | Merge tzdata 2016f from ietf.org check-in: 7106670117 user: venkat tags: novem | |
|
2016-07-18
| ||
| 17:15 | merge novem check-in: de997341e3 user: dgp tags: dgp-refactor | |
| 17:15 | merge trunk check-in: c58aa1576a user: dgp tags: novem | |