Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
212 check-ins using file tests/string.test version 09e56be17e
|
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 | |
|
2017-11-17
| ||
| 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 | |
|
2017-11-15
| ||
| 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 | |
| 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-07
| ||
| 16:47 | Fix inclusion of custom resource files to match TIP spec check-in: 495fe8bd3a user: apnadkarni tags: vc-reform | |
|
2017-11-03
| ||
| 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:57 | Fix [6f2f83cc149e9918884faffefebc8dfa695f4ea0|6f2f83cc14]: tclWinload.c robustness. And fix a minor ... check-in: 4f69064432 user: jan.nijtmans tags: core-8-6-branch | |
| 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 | |
|
2017-10-30
| ||
| 03:23 | More test rewrites for robust var resolution. check-in: 3ccc116e36 user: dgp tags: core-8-6-branch | |
| 02:55 | Revise tests that relied on deprecated variable resolution rules. check-in: 3e3819a1ea user: dgp tags: core-8-6-branch | |
|
2017-10-28
| ||
| 17:18 | Minor edits check-in: ab57722810 user: apnadkarni tags: vc-reform | |
|
2017-10-27
| ||
| 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 | |
| 12:57 | oops check-in: 58b2048198 user: dgp tags: core-8-6-branch | |
| 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 | |
|
2017-10-26
| ||
| 15:07 | Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comments. check-in: e81eb0a860 user: apnadkarni tags: vc-reform | |
|
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 | |
|
2017-10-24
| ||
| 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:30 | Historical change affecting tests: Detroit did not observe Daylight Saving Time in 1967 check-in: 810600812c user: kbk tags: core-8-6-branch | |
|
2017-10-23
| ||
| 16:59 | Update TZ info to tzcode2017c. check-in: b0e52b87d7 user: jima tags: core-8-6-branch | |
| 13:53 | Eliminate loimpact and tclalloc options. check-in: c6a9ff71d6 user: apnadkarni tags: vc-reform | |
| 12:09 | Fix [b58e6897034fc5292c9d36ba8099d9a835c98172|b58e689703]: Return value of 'Tcl_Flush' check-in: f7b55d3100 user: jan.nijtmans tags: core-8-6-branch | |
|
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: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 | |
|
2017-10-19
| ||
| 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 | |
|
2017-10-17
| ||
| 15:01 | Add PRJ_MANIFEST to support manifest generation. check-in: 94f7087b2f user: apnadkarni tags: vc-reform | |
|
2017-10-16
| ||
| 12:46 | Fixed reversed check for implicit rules check-in: 9cd828350e user: apnadkarni tags: vc-reform | |
|
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-10
| ||
| 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 | |
|
2017-10-09
| ||
| 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: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
| ||
| 17:16 | Was not setting VERSION for extensions. check-in: 1db70dbfa8 user: apnadkarni tags: vc-reform | |
| 13:33 | Fix ignore glob for Visual C++ output directories. check-in: 0f0baaa171 user: apnadkarni tags: vc-reform | |
|
2017-10-06
| ||
| 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 | |
|
2017-10-05
| ||
| 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 | |
| 14:19 | Added default-pkgindex target and split DISABLE_DEFAULT_TARGETS to DISABLE_{STANDARD,CLEAN}_TARGETS. check-in: 306cb5962f user: apnadkarni tags: vc-reform | |
|
2017-10-04
| ||
| 01:57 | Add default-* targets check-in: 341523261c user: apnadkarni tags: vc-reform | |
|
2017-10-03
| ||
| 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 | |
| 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 | |
|
2017-10-02
| ||
| 17:09 | Introduce rules-ext.vc file for extensions to select most recent rules.vc check-in: 6f657c84cf user: apnadkarni tags: vc-reform | |
|
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 | |
|
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 | 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 | |
| 10:41 | Added project-specific include paths and preprocessor defines. check-in: 6503da624b user: apnadkarni tags: vc-reform | |
|
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 | |
|
2017-09-23
| ||
| 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
| ||
| 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 | |
|
2017-09-21
| ||
| 18:47 | RFE [566a999189] - better error message for 32/64 bit mismatch on load. check-in: 85eebd6da8 user: apnadkarni tags: core-8-6-branch | |
|
2017-09-20
| ||
| 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 | |
|
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 | |
|
2017-09-14
| ||
| 07:41 | Fix [f5da3d30e096a1c3486fbc480a6ece01fcb277a6|f5da3d30e0]: clerical error in comments check-in: d2007ae5e7 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-09-04
| ||
| 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:37 | Typo's (Thanks to Gustaf Neumann), nothing functional. check-in: 4e7c82c6e1 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-09-02
| ||
| 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: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 | |
|
2017-08-31
| ||
| 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 | |
| 09:32 | http state 100 continue handling broken [2a94652ee1] check-in: fb94c24691 user: oehhar tags: core-8-6-branch | |
| 06:31 | http state 100 continue handling broken [2a94652ee1] Closed-Leaf check-in: b80bf5033f user: oehhar tags: bug-2a94652ee1 | |
|
2017-08-29
| ||
| 09:24 | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : exec redirection to append ... check-in: 520999f475 user: jan.nijtmans tags: core-8-6-branch | |
|
2017-08-22
| ||
| 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-18
| ||
| 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 | |
|
2017-08-17
| ||
| 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: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 | |
|
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-10
| ||
| 17:03 | Backport [array names -regexp] should support backrefs check-in: c84987f4b7 user: dgp tags: core-8-6-branch | |
| 13:28 | Silence compiler warning in --disable-threads build check-in: 6c566de0bb user: dgp tags: core-8-6-branch | |
|
2017-08-09
| ||
| 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 | |
| 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-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-18
| ||
| 12:58 | merge 8.6 check-in: 1345e78da1 user: dgp tags: rc0, core-8-6-7-rc | |
|
2017-07-17
| ||
| 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-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 | |
|
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: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 | |
|
2017-07-06
| ||
| 16:47 | merge 8.6 check-in: 92f352fb7a user: dgp tags: core-8-6-7-rc | |
| 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-03
| ||
| 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:27 | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. check-in: 5b95f585fa user: jan.nijtmans tags: core-8-6-branch | |
|
2017-06-29
| ||
| 11:19 | merge 8.6 check-in: 6402881613 user: dgp tags: core-8-6-7-rc | |
|
2017-06-28
| ||
| 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 | |
|
2017-06-26
| ||
| 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 | |
|
2017-06-22
| ||
| 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 | |
| 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 | |
|
2017-06-19
| ||
| 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
| ||
| 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
| ||
| 20:17 | Merge 8.6; update changes. check-in: b7fe674c77 user: dgp tags: core-8-6-7-rc | |
| 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 | |
|
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: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:49 | [9c058c5803e30d02] Correction to cross linking in dict(n)'s SEE ALSO section. check-in: 98b22be0c4 user: dkf tags: core-8-6-branch | |
| 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: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 | |
|
2017-06-08
| ||
| 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 | |
| 12:50 | Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed the fact that tolower()... check-in: 9d00eb3607 user: jan.nijtmans tags: core-8-6-branch | |
| 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: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 | |
| 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 | |