Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
214 check-ins using file unix/tclUnixCompat.c version d912408e4b
|
2016-11-11
| ||
| 10:58 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk | |
|
2016-11-10
| ||
| 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 | |
| 14:24 | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: 16efbc4dbf user: gahr tags: trunk | |
| 11:51 | Fix the generated copyright sections in the HTML help file check-in: ec41e853d0 user: jan.nijtmans tags: trunk | |
| 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:56 | merge trunk check-in: 41145a0942 user: jan.nijtmans tags: tip-439, semver | |
| 12:45 | merge core-8-6-branch (http package version update) check-in: 0c403244ae user: jan.nijtmans tags: trunk | |
|
2016-11-01
| ||
| 16:18 | merge trunk check-in: ed328bc1b1 user: dgp tags: tip-445 | |
| 16:18 | Refactor to channel all [string cat] functions through a single implementation. check-in: 5be62a44d4 user: dgp tags: trunk | |
| 15:42 | Replace indexing with pointer increments. Closed-Leaf check-in: 78ef6f929b user: dgp tags: dgp-string-cat | |
| 15:12 | Trim away obsolete code. check-in: 8c1453cc30 user: dgp tags: dgp-string-cat | |
| 15:07 | Expand all the cases of the [string cat] engine. check-in: 9bfada5e22 user: dgp tags: dgp-string-cat | |
|
2016-10-31
| ||
| 18:10 | Reduce copies in the pure binary implementation of [string cat]. check-in: 210148adc5 user: dgp tags: dgp-string-cat | |
| 16:15 | Complete the "pure binary" implementation of the [string cat] engine. check-in: 6108355177 user: dgp tags: dgp-string-cat | |
| 14:18 | merge trunk check-in: acd1d0f9c7 user: dgp tags: dgp-string-cat | |
| 14:17 | Coverage tests for INST_STR_CONCAT1 byterarray ops. check-in: b6e309554c user: dgp tags: trunk | |
|
2016-10-30
| ||
| 16:52 | [253ba6e818] Improved description of [variable] behaviour. check-in: c607c5d558 user: dkf tags: trunk | |
| 08:31 | [1ae12987cb] Ensure that deleting the [history] command deletes its storage. check-in: eb11bf9cb5 user: dkf tags: trunk | |
| 05:05 | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all cases. check-in: f85e0e4fe4 user: dkf tags: trunk | |
|
2016-10-28
| ||
| 20:33 | WIP check-in: 8f63620a09 user: dgp tags: dgp-string-cat | |
| 16:55 | revise [dict append] to make use of common [string cat] engine. check-in: 673871f49c user: dgp tags: dgp-string-cat | |
| 15:47 | merge trunk check-in: 65b0c59fbd user: dgp tags: dgp-string-cat | |
| 15:46 | Add optimization to [dict append]. check-in: df0c2fc07c user: dgp tags: trunk | |
| 14:59 | When appropriate, implement [join] with the common [string cat] engine. check-in: 5e2e74931b user: dgp tags: dgp-string-cat | |
| 14:45 | Add obvious optimizations to [join] implementation. check-in: b24a53dd0c user: dgp tags: trunk | |
| 14:28 | merge trunk check-in: 8fe04e59f6 user: dgp tags: dgp-string-cat | |
| 14:27 | Add warning commentary making important assumptions explicit. check-in: 329ff4fad8 user: dgp tags: trunk | |
| 14:06 | merge trunk check-in: f9b8e6269b user: dgp tags: dgp-string-cat | |
| 14:06 | Add obvious optimization to Tcl_GetCharLength(). check-in: a3157e22e5 user: dgp tags: trunk | |
|
2016-10-27
| ||
| 20:06 | Convert INST_STR_CONCAT1 to the common `string cat` implementation. check-in: fc9ed1e751 user: dgp tags: dgp-string-cat | |
| 19:39 | Start bringing all `string cat` operations into one place so it can be coded correctly one time inst... check-in: 30418debb6 user: dgp tags: dgp-string-cat | |
|
2016-10-26
| ||
| 08:04 | Merge timezone data tzdata2016h check-in: 12bcc304b7 user: venkat tags: trunk | |
|
2016-10-21
| ||
| 13:12 | merge trunk check-in: 463bbb7445 user: dgp tags: tip-445 | |
| 13:12 | merge 8.6 check-in: 5860b1c25b user: dgp tags: trunk | |
|
2016-10-20
| ||
| 16:37 | merge trunk check-in: b1dcc7542c user: dgp tags: tip-445 | |
|
2016-10-18
| ||
| 19:16 | Use memcmp where possible. check-in: 1799506222 user: dgp tags: trunk | |
|
2016-10-14
| ||
| 19:54 | merge trunk check-in: b4524d0b86 user: dgp tags: tip-445 | |
| 19:29 | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test. check-in: 699a33324b user: dgp tags: trunk | |
|
2016-10-13
| ||
| 17:04 | merge trunk check-in: 071bc9cadb user: dgp tags: tip-445 | |
| 16:56 | Merge INST_STR_REPLACE fixes and improvements. check-in: 85150d4e86 user: dgp tags: trunk | |
|
2016-10-12
| ||
| 17:31 | Correct improper NULL return from initializing Tcl_InitStringRep(o, b, 0). Go ahead and return point... check-in: e429fe0958 user: dgp tags: tip-445 | |
| 16:58 | Reduce direct use of the tclEmptyStringRep. check-in: 48b4b1d728 user: dgp tags: tip-445 | |
| 15:14 | Purge another direct access to bytes field. check-in: efe3b3ea35 user: dgp tags: tip-445 | |
| 14:11 | merge trunk check-in: 26734ca1a2 user: dgp tags: tip-445 | |
| 13:47 | merge TclParseNumber fixes check-in: b83207f166 user: dgp tags: trunk | |
| 09:58 | [74bc0e44f5] Doc tweak. check-in: 238be90a8b user: dkf tags: trunk | |
|
2016-10-11
| ||
| 21:52 | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists check-in: bbfcd2c669 user: jan.nijtmans tags: trunk | |
|
2016-10-09
| ||
| 16:02 | [62b36e326c] Noted edge case in behaviour of [concat] with empty arguments. check-in: 53cdc09f00 user: dkf tags: trunk | |
| 15:22 | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No behaviour change. check-in: 925103116e user: dkf tags: trunk | |
| 10:35 | Be more accurate about scan's %i check-in: b6c6a73a68 user: ferrieux tags: trunk | |
|
2016-10-08
| ||
| 17:10 | [74bc0e44f5] Document result of [http::unregister]. check-in: 6bae8fa2fd user: dkf tags: trunk | |
| 16:41 | [838e99a76d] Ensure that encodings are handled with application/xml and friends. check-in: e3de800d7d user: dkf tags: trunk | |
|
2016-10-07
| ||
| 21:06 | Purge more direct accesses to bytes field. check-in: ecafda43ac user: dgp tags: tip-445 | |
| 19:04 | Use the new purity test. check-in: 698059b100 user: dgp tags: tip-445 | |
| 18:53 | merge trunk check-in: 197b134426 user: dgp tags: tip-445 | |
| 18:52 | Update [string map] tests to get illustration of need for pure dict restriction up to date with orde... check-in: 89ba7d62f0 user: dgp tags: trunk | |
| 16:36 | New routine Tcl_HasStringRep() and first conversion of callers. check-in: 8a3ad0ffb4 user: dgp tags: tip-445 | |
| 13:06 | merge trunk check-in: 16aed2411d user: dgp tags: tip-445 | |
|
2016-10-05
| ||
| 04:53 | Fix typos in expr documentation. check-in: faa78e6080 user: pooryorick tags: trunk | |
| 00:05 | Rewrite expr documentation. Among other things, fixes [ef5373e6fa0617ee]. check-in: 6fcf1c1520 user: pooryorick tags: trunk | |
|
2016-10-04
| ||
| 19:12 | [4d5ae7d88a] Stop crashes with asynchronous connects to hosts without addresses. check-in: c7f0617280 user: dkf tags: trunk | |
| 18:29 | merge trunk check-in: c7b4bb4b41 user: dgp tags: tip-445 | |
| 15:23 | Harmonize tests with expr implementation. Closed-Leaf check-in: 8b04d88baa user: pooryorick tags: pyk-expr-numeric | |
| 13:31 | When opening a server socket on an ephemeral port, make sure that the port number that gets picked f... check-in: 4b5524e8a1 user: max tags: trunk | |
| 12:27 | Fix for [ef5373e6fa0617ee]. Operands are interpreted numerically when possible. check-in: 58ee10c4b7 user: pooryorick tags: pyk-expr-numeric | |
|
2016-10-03
| ||
| 16:55 | merge trunk check-in: 64660b8543 user: pooryorick tags: pyk-emptystring | |
| 16:49 | Fix documentation of [expr] operators, replacing "divisor" with "dividend" check-in: ba20f7668e user: pooryorick tags: trunk | |
| 01:10 | Fix [2bf561854c55a], interp alias to command whose name is the empty string. check-in: e1a24d5c88 user: pooryorick tags: trunk | |
|
2016-10-02
| ||
| 19:26 | Merge tzdata2016g from ietf.org check-in: 6abe9b885e user: venkat tags: trunk | |
| 18:42 | Re-created the build mods for tip#340. Something I was doing was screwing with building a proper she... check-in: 8ecd08459f user: hypnotoad tags: core_zip_vfs | |
| 18:30 | Typo fix for Makefile.in check-in: 90f22431a5 user: hypnotoad tags: core_zip_vfs | |
| 12:00 | Pulling change from trunk check-in: a2210ce805 user: hypnotoad tags: core_zip_vfs | |
|
2016-09-28
| ||
| 14:20 | Fix: 3 places where a superfluous TCL_MINOR_VERSION is still used where it shouldn't. check-in: d923a233e9 user: jan.nijtmans tags: tip-439, semver | |
| 13:59 | merge trunk check-in: 664ecb7f52 user: jan.nijtmans tags: tip-439, semver | |
|
2016-09-27
| ||
| 20:06 | [4d5ae7d88a] Restore default-to-error logic in TcpConnect Closed-Leaf check-in: e954c8aebe user: gahr tags: tkt-4d5ae7d88a | |
|
2016-09-26
| ||
| 15:00 | merge trunk check-in: c63216e065 user: jan.nijtmans tags: tip-389-impl | |
| 09:35 | [3328635] Latest patch from Christian Werner check-in: 965d56c3af user: jan.nijtmans tags: tkt3328635-posix-monotonic-clock | |
| 09:10 | merge core-8-6-branch check-in: 3cc8bbfa43 user: jan.nijtmans tags: trunk | |
|
2016-09-21
| ||
| 09:28 | Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_calvin check-in: 8ac9a69b51 user: jan.nijtmans tags: trunk | |
|
2016-09-16
| ||
| 16:43 | merge trunk check-in: 0fe77ba9d6 user: dgp tags: tip-445 | |
| 09:25 | merge trunk check-in: da75b7b44f user: jan.nijtmans tags: tip-439, semver | |
| 09:24 | merge trunk check-in: 54ff2ac9a1 user: jan.nijtmans tags: tip-389-impl | |
| 09:09 | merge core-8-6-branch check-in: 26ceff2e2c user: jan.nijtmans tags: trunk | |
|
2016-09-14
| ||
| 15:11 | Adding build scripts to implement Tip#453 check-in: fa70559479 user: hypnotoad tags: core_zip_vfs | |
| 15:04 | Further adaptations and improvements to practcl. And get, tclsh make.tcl basekit even works now check-in: f89473675c user: hypnotoad tags: core_zip_vfs | |
| 13:38 | Pulling changes from trunk check-in: 0252986ec0 user: hypnotoad tags: core_zip_vfs | |
| 13:36 | Fixed the line endings on practcl.tcl check-in: b2dbde2130 user: hypnotoad tags: core_zip_vfs | |
| 13:33 | Beginning work in earnest on Tip#430 and Tip#453 Renamed zipfs.c to tclZipfs.c. Eliminated tclZipfs... check-in: ad6641bb82 user: hypnotoad tags: core_zip_vfs | |
|
2016-09-09
| ||
| 16:07 | merge trunk Leaf check-in: 6fa2f53c7f user: dgp tags: bug-3418547 | |
| 12:42 | merge trunk check-in: 7a1aabb850 user: dgp tags: tip-445 | |
| 12:36 | Revert b98ee56376. The "bug" fixed was documented behavior. check-in: e087838b90 user: dgp tags: trunk | |
| 07:28 | Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512 check-in: 20c19f9d55 user: gahr tags: trunk | |
|
2016-09-08
| ||
| 19:03 | merge trunk Leaf check-in: 965131dbb9 user: dgp tags: dgp-literal-reform | |
| 15:11 | merge check-in: 8d40770f84 user: dgp tags: dgp-literal-reform | |
| 14:49 | merge microopt check-in: 87bd460092 user: dgp tags: dgp-literal-reform | |
| 09:49 | Expose some of the core variable access APIs. check-in: b4dfc30083 user: dkf tags: dkf-expose-ptrgetvar | |
| 03:29 | merge trunk check-in: 0b63cd813b user: dgp tags: tip-445 | |
| 03:01 | Pulling changes from Trunk check-in: c20e962d80 user: hypnotoad tags: core_zip_vfs | |
| 02:38 | [7f02ff1efa] Fix scope for var unset traces when procs return. *** POTENTIAL INCOMPATIBILITY *** check-in: b98ee56376 user: dgp tags: trunk | |
| 02:34 | New test trace-18.5 for the bug. Updated trace-18.1 which was tuned to it. Closed-Leaf check-in: c8b6dd2da5 user: dgp tags: bug-7f02ff1efa | |
|
2016-09-07
| ||
| 18:31 | Attempt to fix [7f02ff1efa]. Make trace-18.1 fail. Suspect test is an experiment that preserves the ... check-in: b25357cf3a user: dgp tags: bug-7f02ff1efa | |
| 18:09 | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Thanks mr_calvin for repor... check-in: db4b2eff59 user: dgp tags: trunk | |
| 13:34 | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd literal sharing vs. per-inte... check-in: 8dd58d9800 user: jan.nijtmans tags: trunk | |
|
2016-09-06
| ||
| 10:46 | Fixed bug in pushed transforms with full internal buffers not writing out. check-in: 6636f975db user: dkf tags: trunk | |
|
2016-09-05
| ||
| 13:56 | merge core-8-6-branch check-in: 4ba030874a user: jan.nijtmans tags: trunk | |
|
2016-08-30
| ||
| 13:57 | merge trunk check-in: 2a530e021b user: jan.nijtmans tags: tip-389-impl | |
| 13:41 | merge trunk check-in: 79b0e95d30 user: jan.nijtmans tags: tip-439, semver | |
| 13:07 | Don't ever allow UTF-8 sequences of more than 4 characters to be generated or parsed, even when TCL_... check-in: 2de1551609 user: jan.nijtmans tags: trunk | |
|
2016-08-26
| ||
| 13:49 | Merge dup-removal into search loop so we avoid pre-processing efforts on data that are never used. C... check-in: 6b4fc5cf0f user: dgp tags: trunk | |
|
2016-08-22
| ||
| 07:58 | Fix improper use of TclCheckEmptySTring. check-in: 0461352597 user: pooryorick tags: pyk-emptystring | |
|
2016-08-19
| ||
| 08:48 | merge trunk check-in: fad3c1f68f user: jan.nijtmans tags: tip-439, semver | |
|
2016-08-18
| ||
| 21:59 | Add back constraint that direct dict->list conversion is only done when no string representation exi... Closed-Leaf check-in: 5b24f3f8d6 user: pooryorick tags: pyk-listdictstringrep | |
|
2016-08-10
| ||
| 04:27 | * added some docco for [update] changes. Leaf check-in: f2ca25064c user: colin tags: updateextended | |
| 04:12 | * [update] - added flags for all possible Tcl_DoOneEvent() modes - obviates [vwait] and provides a ... check-in: 26b64e7254 user: colin tags: updateextended | |
|
2016-07-28
| ||
| 21:49 | merge pyk-listdictstringrep Closed-Leaf check-in: 3351777fb6 user: pooryorick tags: pyk-trunk | |
| 21:47 | merge pyk-pkgrequirenre check-in: 86d4e33030 user: pooryorick tags: pyk-trunk | |
| 21:45 | merge pyk-emptysting check-in: d1c0e833c1 user: pooryorick tags: pyk-trunk | |
| 21:43 | Create new branch named "pyk-trunk" check-in: edeed2a4f8 user: pooryorick tags: pyk-trunk | |
| 19:46 | Remove left-over debugging code. check-in: 7318d47029 user: pooryorick tags: pyk-listdictstringrep | |
|
2016-07-27
| ||
| 18:56 | merge mark check-in: ac14beae58 user: dgp tags: trunk | |
|
2016-07-26
| ||
| 19:20 | merge trunk check-in: 20cc566da5 user: dgp tags: tip-445 | |
| 18:40 | merge trunk check-in: 95b5fc0a7a user: dgp tags: bug-3418547 | |
| 18:36 | Converting to stringType no longer loses the existing internal representation of a value. check-in: acf65fb1a4 user: pooryorick tags: pyk-listdictstringrep | |
| 10:09 | [db0a5f6417] Make a few tests resilient to differences in semantics of pipes between OSs. check-in: c853c914b6 user: dkf tags: trunk | |
|
2016-07-24
| ||
| 17:58 | [6a19dedc2e] "Clarified" what the units are that [chan copy] uses for -size and that synchronous cop... check-in: 9b23417ffa user: dkf tags: trunk | |
|
2016-07-22
| ||
| 19:27 | Avoid generating string for list dict list round trip. check-in: 75649873cd user: pooryorick tags: pyk-listdictstringrep | |
|
2016-07-20
| ||
| 21:31 | merge trunk check-in: 4e7313a973 user: dgp tags: tip-445 | |
| 20:39 | Stop internals intrusion into lists. check-in: 58ce371475 user: dgp tags: trunk | |
| 19:47 | Revise "parsedVarName" type to use proposed interfaces. check-in: 104118eb12 user: dgp tags: tip-445 | |
| 17:46 | merge trunk check-in: 4a72971d2e user: dgp tags: tip-445 | |
| 17:39 | Streamline TclObjLookupVarEx check-in: 02c918099b user: dgp tags: trunk | |
| 16:36 | Merge trunk; silence compiler warning. check-in: 960302feeb user: dgp tags: tip-445 | |
| 16:32 | Use strchr() to parse array variable syntax. check-in: dffa92924e user: dgp tags: trunk | |
| 15:43 | merge trunk check-in: 2482e2c2a2 user: dgp tags: tip-445 | |
| 15:43 | Use the new private flag INDEX_TEMP_TABLE in testing command too. check-in: bef7bf0f11 user: dgp tags: trunk | |
| 15:31 | Convert the "localVarName" type to the proposed interfaces. check-in: 48c59e3d83 user: dgp tags: tip-445 | |
| 11:50 | merge trunk check-in: ca3b8e2652 user: dgp tags: tip-445 | |
| 03:05 | Merge tzdata 2016f from ietf.org check-in: ebce0d21ba user: venkat tags: trunk | |
|
2016-07-19
| ||
| 21:18 | merge trunk check-in: d4a20bdff2 user: dgp tags: tip-445 | |
| 20:40 | Factor out common prologue. check-in: d0f7109ae5 user: dgp tags: trunk | |
| 19:52 | merge 8.6 check-in: f82f6e686f user: dgp tags: trunk | |
| 19:33 | "array search" is no longer a registered Tcl_ObjType. check-in: d2009889c6 user: dgp tags: trunk | |
| 19:31 | [0363f0146c] Fix [array startsearch] id handling to support var name variations check-in: 67c987ee93 user: dgp tags: trunk | |
|
2016-07-18
| ||
| 21:53 | Second half "chan" Tcl_ObjType conversion. Mistake avoided this time. check-in: d672e6e584 user: dgp tags: tip-445 | |
| 20:59 | Half convert "chan" Tcl_ObjType to new interfaces. check-in: bb39d672f9 user: dgp tags: tip-445 | |
| 18:14 | merge trunk check-in: 431b60e7c3 user: dgp tags: bug-3418547 | |
| 17:33 | merge trunk check-in: 4d025dde61 user: dgp tags: tip-445 | |
| 16:50 | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached channel name lookups. Also ... check-in: 98f348e049 user: dgp tags: trunk | |
| 05:49 | NRE-enable [package ifneeded] scripts. 2018-02-06: This branch is closed. See the py-package-nre... Closed-Leaf check-in: fab0d99a87 user: pooryorick tags: pyk-pkgrequirenre | |
|
2016-07-15
| ||
| 20:38 | With the (causes of the) bug removed; now remove the faulty fix too. check-in: 8d1fa3db76 user: dgp tags: bug-3418547 | |
| 17:31 | With no caching as a baseline, record the proper test results. check-in: b14cad183d user: dgp tags: bug-3418547 | |
| 16:17 | First really crude step toward a fix is to just completely disable the intreps of the "cmdName" Tcl_... check-in: ab91e6d681 user: dgp tags: bug-3418547 | |
| 15:54 | Reopened [3418547] with revised test resolver-1.1. check-in: d43f03c9f3 user: dgp tags: bug-3418547 | |
| 14:20 | Remove unmaintained disabled speculative code. Such things are for branches and history. check-in: dbb80e10f1 user: dgp tags: trunk | |
| 14:19 | Factor the cmdName intrep setting code into common utility routine. check-in: d38d059aeb user: dgp tags: trunk | |
| 12:36 | Stop using the tclCmdNameType to store failed command lookups. If we don't find a command, there's n... check-in: 5562afaf9b user: dgp tags: trunk | |
| 02:33 | One of the validity checks for the "cmdName" type is to see if the resolved command has been deleted... check-in: 54fac92610 user: dgp tags: trunk | |
|
2016-07-14
| ||
| 18:09 | merge trunk check-in: 8bc432448a user: dgp tags: tip-445 | |
| 17:58 | Stop checking case that can never happen. check-in: 1ab1c04f34 user: dgp tags: trunk | |
| 15:17 | Plug memory leak created in recent variable Tcl_ObjType reform. check-in: ffbbee4284 user: dgp tags: trunk | |
| 14:40 | New test demonstrates memleak discovered by Rolf Ade. check-in: 632e9e93f1 user: dgp tags: trunk | |
| 10:55 | Merge mark without merging. Reformatting conflicts with branch edit plans. check-in: 6e1ed3397b user: dgp tags: tip-445 | |
| 08:05 | Tidy up some references to INDEX_TEMP_TABLE. check-in: 765b64e067 user: dkf tags: trunk, minor change | |
|
2016-07-13
| ||
| 19:25 | merge trunk check-in: d66bcc3138 user: dgp tags: tip-445 | |
| 19:19 | merge 8.6 check-in: 7e385b0261 user: dgp tags: trunk | |
| 19:06 | New private flag value INDEX_TEMP_TABLE. Used to signal to Tcl_GetIndexFromObj*() routines that the ... check-in: 2413f3f624 user: dgp tags: trunk | |
| 17:25 | yup check-in: c7f76e47e9 user: dgp tags: tip-445 | |
| 17:02 | another check-in: 9d1c7e4c14 user: dgp tags: tip-445 | |
| 16:02 | and another check-in: 9aaa28293f user: dgp tags: tip-445 | |
| 15:43 | another one check-in: 706824b349 user: dgp tags: tip-445 | |
|
2016-07-12
| ||
| 21:41 | More of the same. check-in: 0ebde48e9b user: dgp tags: tip-445 | |
| 21:38 | Prefer removal of just known invalid interp over destruction of all intreps. check-in: 67619034d2 user: dgp tags: tip-445 | |
| 21:36 | Prefer removal of just known invalid intrep over destruction of all intreps. check-in: 57e15cb3b0 user: dgp tags: tip-445 | |
| 21:32 | convert ensembleCmdType to new interfaces. check-in: cc54010057 user: dgp tags: tip-445 | |
| 19:42 | merge trunk check-in: 64aaa60b0e user: dgp tags: tip-445 | |
| 14:03 | Fix "file owned" for Cygwin: st_uid is only 16-bit there. check-in: ad9dfb6444 user: jan.nijtmans tags: trunk | |
| 13:44 | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for example). Default (unsigned) ... check-in: 2f25778e69 user: jan.nijtmans tags: trunk | |
|
2016-07-11
| ||
| 22:04 | merge trunk check-in: 2f033e93bf user: dgp tags: tip-445 | |
| 22:04 | merge 8.6 check-in: f550200687 user: dgp tags: trunk | |
| 09:16 | Remove unnecessary macro. Use an enum for result values. check-in: 79794b22be user: pooryorick tags: pyk-emptystring | |
| 08:09 | Change TclIsEmpty to TclCheckEmptyString. Check length instead of first char of bytes. check-in: 6898c26016 user: pooryorick tags: pyk-emptystring | |
| 00:01 | Add missing "break". check-in: 4c5e0f370b user: pooryorick tags: pyk-emptystring | |
|
2016-07-10
| ||
| 23:07 | Avoid generating string representation for comparisons against empty string. check-in: f9acd4e294 user: pooryorick tags: pyk-emptystring | |
| 19:35 | merge trunk check-in: f12aff22e0 user: dgp tags: tip-445 | |
| 19:33 | merge 8.6 check-in: c6bab9eaed user: dgp tags: trunk | |
|
2016-07-09
| ||
| 17:21 | merge trunk check-in: c991627aa9 user: dgp tags: tip-445 | |
| 15:47 | merge 8.6 check-in: 217fdba06e user: dgp tags: trunk | |
|
2016-07-08
| ||
| 10:30 | Merge core-8-6-branch: Bug [a47641a031]. TclJoinPath was calling TclNewFSPathObj with a first argume... check-in: 4589a9d17c user: jan.nijtmans tags: trunk | |
| 10:28 | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj in many places where po... check-in: 48cb8436f1 user: jan.nijtmans tags: trunk | |
|
2016-07-07
| ||
| 07:48 | Merge core-8-6-branch: New tests to demo the remaining flaw in ensemble dispatch revisions. Itcl 4 ... check-in: ded621ba1e user: jan.nijtmans tags: trunk | |
|
2016-07-05
| ||
| 08:55 | Fixup the ensemble rewrite conversions check-in: b6ce502ee0 user: jan.nijtmans tags: trunk | |
|
2016-07-04
| ||
| 08:39 | Use conventional list operations for ensemble dispatch Add ability to disassemble TclOO constructors... check-in: b73ca431a6 user: jan.nijtmans tags: trunk | |
|
2016-07-02
| ||
| 20:43 | merge trunk check-in: 987eef5140 user: dgp tags: tip-445 | |
| 17:58 | [09fabeb1fd] test subdirs in sorted order. check-in: c52fadac62 user: dgp tags: trunk | |
| 17:57 | [f961d7d1dd] Repair usage message for ensemble parameters with spaces. check-in: ef9ee5ea93 user: dgp tags: trunk | |
|
2016-07-01
| ||
| 20:18 | [4402cfa58c] Rework the spell check machinery into something that will not be foiled by value sharin... check-in: 64cb01c415 user: dgp tags: trunk | |
| 14:11 | Make test-case "for.test" pass, regardless of end-of-line spacing check-in: a957f4d518 user: jan.nijtmans tags: trunk | |
| 13:34 | merge core-8-6-branch check-in: 54a405ca36 user: jan.nijtmans tags: trunk | |
| 13:20 | Disable special hacks for Itcl 3 ensemble error message generation. Migration paths are in place to ... check-in: 726413c61a user: dgp tags: trunk | |
| 13:07 | Use the utility routines to eliminate the last bit of intrusion into the ensembleRewrite area. check-in: 623f095839 user: dgp tags: trunk | |
|
2016-06-30
| ||
| 13:55 | Merge trunk check-in: f1bf3ef179 user: jan.nijtmans tags: tip-439, semver | |
| 13:16 | Simplify use of "struct" keyword in many places. check-in: 2e6ea5716f user: jan.nijtmans tags: trunk | |