Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
613 check-ins using file tests/compile.test version 27110cbb98
|
2016-09-08
| ||
| 12:28 | merge 8.6.2 check-in: 8765b86e00 user: dgp tags: dgp-literal-reform | |
|
2015-11-04
| ||
| 23:22 | clearer code in compacter; allocate NEW on the heap to avoid blowing the stack check-in: 9d75e548b4 user: msofer tags: mig-optimize | |
|
2014-09-25
| ||
| 13:27 | Win implementation of TIP 428 Rev 1.21: fconfigure channel -error ?otherVar? This branch is a doubl... Closed-Leaf check-in: ed4a7d805e user: oehhar tags: tip-428 | |
|
2014-09-19
| ||
| 06:36 | Merge from trunk check-in: 9d87cb1287 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-17
| ||
| 13:40 | merge trunk check-in: a21142a02c user: dgp tags: dgp-refactor | |
| 10:47 | merge-mark check-in: c3abb5be5a user: jan.nijtmans tags: trunk | |
| 08:33 | Walked back modifications to tclConfig.sh.in (Builds don't require them anymore) check-in: 63f755231c user: tne tags: core_zip_vfs | |
| 08:31 | Removed non-working tclkit-direct makefile technique check-in: f62bd8dc6e user: tne tags: core_zip_vfs | |
|
2014-09-16
| ||
| 23:07 | Added a "make tclkit" to makefile Removed debugging fprintf check-in: b2491b1e92 user: hypnotoad tags: core_zip_vfs | |
| 15:48 | Better pic flag for OpenBSD. check-in: fc3dfd9bc8 user: stwo tags: trunk | |
| 11:14 | fix silly errors, add tests Leaf check-in: e26675fabd user: aspect tags: aspect-file-createdir | |
| 10:47 | file createdir PoC check-in: 656abcf350 user: aspect tags: aspect-file-createdir | |
| 10:32 | ... okay, so it looks like: * TclCallVarTraces *can* identify the name of an array element becaus... Leaf check-in: 0166a72b6a user: aspect tags: aspect-array-traces | |
|
2014-09-15
| ||
| 14:59 | Removed non-working code from the end of the mkVfs.tcl script check-in: 36c73f3d2f user: hypnotoad tags: core_zip_vfs | |
| 10:04 | Modified the makefile to produce a distinct name for a kit depending on whether it was compiled stat... check-in: 2c33cc0626 user: hypnotoad tags: core_zip_vfs | |
| 09:44 | The unix build has been pared down to the minimum hooks required to build a VFS enabled Tclsh with a... check-in: f0b37aebaf user: hypnotoad tags: core_zip_vfs | |
|
2014-09-12
| ||
| 17:59 | Zip enabled shells now build just like tclsh. Whether they are dynamic or static is determined by -... Closed-Leaf check-in: 8f11d69abf user: tne tags: core_zip_vfs | |
| 16:13 | Backing out code that inserted a debug statement into the http package check-in: 623e75f093 user: hypnotoad tags: core_zip_vfs | |
| 16:06 | Merging in changes from trunk check-in: ba85013c28 user: hypnotoad tags: core_zip_vfs | |
| 16:03 | Developed an improved bootloader built around TclSetPreInitScript. The new bootloader now mounts th... check-in: c6b845bda5 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-11
| ||
| 04:31 | merge trunk check-in: a9c6fb8114 user: stwo tags: stwo-dev86 | |
|
2014-09-10
| ||
| 22:17 | [cee90e4e88] Correct error in stack depth checking. check-in: b5ecfdaff3 user: dgp tags: trunk | |
| 08:24 | [2486824] Improve error message; not all that upvars is an upvar. check-in: aa55afef99 user: dkf tags: trunk | |
|
2014-09-09
| ||
| 19:49 | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. check-in: 25f44e9a6d user: dkf tags: trunk | |
| 15:23 | Folding the core_zip_vfs_static work back into main branch. The pure-dynamic line of research was no... check-in: c5e069de45 user: hypnotoad tags: core_zip_vfs | |
| 15:09 | Added the "run tcl dll from vfs" magic to windows check-in: cde34f25f5 user: hypnotoad tags: core_zip_vfs | |
| 15:02 | Add tclkit to "make all" and install check-in: 84365e493b user: hypnotoad tags: core_zip_vfs | |
| 14:47 | Instead of statically link the tclkit executable, pack the tcl dll in the VFS check-in: 8d38788ffd user: hypnotoad tags: core_zip_vfs | |
| 13:59 | Add Static library link instructions to tclConfig.sh Closed-Leaf check-in: 2cd7c40e2b user: hypnotoad tags: core_zip_vfs_static | |
| 07:55 | Instead of statically compiling the Tclkit executable straight from .o files, generate a static libr... check-in: 03dbd642da user: hypnotoad tags: core_zip_vfs_static | |
| 06:54 | Added the tclkit binaries to install check-in: f38b8d5ad3 user: hypnotoad tags: core_zip_vfs_static | |
|
2014-09-08
| ||
| 22:50 | Refine TclFinalizeThreadData so that the quick-exit optimization really only affects exit. check-in: c16bc1a7db user: ferrieux tags: trunk | |
| 21:36 | Zap outdated comment. Leaf check-in: d61626209b user: ferrieux tags: nonmonotonic-obj-alloc | |
| 21:22 | Exceptional handling of oo::class has to be consistent throughout. check-in: 084ef81a6c user: dgp tags: trunk | |
|
2014-09-06
| ||
| 19:56 | Don't leak our temp sorted chunk table. check-in: a3fa5b8266 user: ferrieux tags: nonmonotonic-obj-alloc | |
| 14:31 | a little bit of code tidy-up check-in: add596e868 user: dkf tags: nonmonotonic-obj-alloc | |
| 13:19 | Qsort gotcha: pointer difference is *not* a proper order unless computed in N+1 bits. Use explicit c... check-in: a04fcb396e user: ferrieux tags: nonmonotonic-obj-alloc | |
| 11:41 | Created a designated bootloader for Tclkits under windows On windows, tclkits build a private VFS i... check-in: cd9bbdf261 user: hypnotoad tags: core_zip_vfs | |
| 01:21 | Preliminary checkin for Windows tclkit builds check-in: c9f72a4736 user: hypnotoad tags: core_zip_vfs | |
| 00:58 | New build process for Tcl kits in Unix (Windows port to follow...) Rather than force a "make instal... check-in: a45b82575d user: hypnotoad tags: core_zip_vfs | |
|
2014-09-05
| ||
| 20:42 | merge trunk check-in: dee6e07687 user: ferrieux tags: nonmonotonic-obj-alloc | |
| 20:34 | Updating to the latest trunk check-in: 6c37892758 user: hypnotoad tags: core_zip_vfs | |
| 19:04 | Remove unused macros. check-in: c750138b4b user: dgp tags: trunk | |
| 18:30 | Make corrections to long-false comments. check-in: 2558fa2094 user: dgp tags: trunk | |
| 10:05 | [ccc2c2cc98]: lreplace edge case check-in: c20208530f user: dkf tags: trunk | |
|
2014-09-04
| ||
| 22:05 | Remove ChannelHandlerEvent struct, which has never been used in all of recorded Tcl history. Still n... check-in: e2338e8828 user: dgp tags: trunk | |
| 01:27 | Removed a typo check-in: bbbef942d3 user: hypnotoad tags: core_zip_vfs | |
| 01:23 | Removed some debugging code of mine... check-in: dfd8080cdc user: hypnotoad tags: core_zip_vfs | |
| 01:22 | Adapted the Unix startup process to ifdef out the KIT specific behaviors. tclkit is now build as a ... check-in: 048d56390d user: hypnotoad tags: core_zip_vfs | |
| 00:30 | Re-engineered the windows kitbuilding process to produce a standalone executable (in a similar proc... check-in: ae8b5b6616 user: hypnotoad tags: core_zip_vfs | |
|
2014-09-03
| ||
| 22:03 | Typo Fix check-in: f32c24047c user: tne tags: core_zip_vfs | |
| 21:24 | Merging changes from trunk check-in: 6f6342b8fe user: hypnotoad tags: core_zip_vfs | |
| 21:11 | Closing the hypnotoad branch check-in: 93e7e6f813 user: tne tags: core_zip_vfs | |
| 21:10 | Updating hypnotoad branch Closed-Leaf check-in: b2aeca61e8 user: tne tags: hypnotoad | |
| 20:41 | More tweaks to makefiles check-in: 430f936c3b user: hypnotoad tags: core_zip_vfs | |
| 20:32 | Merging in changes from Tcl Reduced the code necessary to bootstrap a shell to a single C call. Re... check-in: a706cf4205 user: hypnotoad tags: core_zip_vfs | |
| 19:44 | Distinguish hanging from crashing in exit tests. check-in: 208b2e859d user: ferrieux tags: trunk | |
| 15:48 | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset instead of calloc. Now consistent with tclWi... check-in: da203cbda6 user: ashok tags: trunk | |
| 10:50 | Backported dkf's documentation effort to the main core_zip_vfs branch check-in: 2743e37804 user: hypnotoad tags: core_zip_vfs | |
| 10:24 | Clean up of docs, import basic text from comments in code, format. check-in: f6c5f91158 user: dkf tags: hypnotoad | |
|
2014-09-02
| ||
| 22:06 | Merging in the "official" windows hang patch check-in: 67c6c1c72a user: hypnotoad tags: hypnotoad | |
| 22:00 | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is useless (just memory freein... check-in: 3ec5b57e64 user: ferrieux tags: trunk | |
| 21:57 | Add test cases in very first position for hang-on-exit, both in (normal) quick-exit and TCL_FINALIZE... check-in: 60cd951205 user: ferrieux tags: trunk | |
| 21:19 | Merging with fix_windows_zip check-in: d5b9767029 user: hypnotoad tags: hypnotoad | |
| 21:16 | Fix for the cases where a dynamic build is used Leaf check-in: 903bd406c4 user: hypnotoad tags: fix_windows_zlib | |
| 20:26 | Revised patch (per ferrieux) check-in: 17facd18b9 user: hypnotoad tags: hypnotoad | |
| 20:17 | Merging in changes from core_zip_vfs check-in: b3cc774c30 user: hypnotoad tags: hypnotoad | |
| 20:16 | Added a hac^H^H^Hpatch from ferrieux to mask around the exit hang on windows until the issues are fi... check-in: 87d43b4d28 user: hypnotoad tags: hypnotoad | |
| 18:30 | Pared down tclZipVfs to eliminate #ifdef branches that we don't have to worry about with a modern Tc... check-in: e7375a703d user: hypnotoad tags: core_zip_vfs | |
| 15:23 | Start of the "hypnotoad" branch, combining the various patches I'm testing against. check-in: e1f1b9db01 user: hypnotoad tags: hypnotoad | |
| 15:21 | Patch to make the default behavior for Tcl under Windows to embed the Zlib sources rather than add ... check-in: 1d8c535315 user: hypnotoad tags: fix_windows_zlib | |
| 11:04 | Rather than make a special executable, tclkits are now a copy of tclsh with an attached zip file check-in: 5747a1b07c user: hypnotoad tags: core_zip_vfs | |
|
2014-09-01
| ||
| 23:23 | Tweaking the Makefile instructions for Tclkits under unix check-in: 7811fafa97 user: hypnotoad tags: core_zip_vfs | |
| 13:51 | Squelch most warnings. check-in: 376fdb8633 user: dkf tags: core_zip_vfs | |
| 10:45 | Bring the source more into line with Tcl style. check-in: e92cf56f98 user: dkf tags: core_zip_vfs | |
| 10:03 | Merging in changes from core. check-in: 35c56d3b90 user: hypnotoad tags: core_zip_vfs | |
| 09:41 | Tweaks to the Windows makefile. check-in: 874bfe9df5 user: hypnotoad tags: core_zip_vfs | |
| 09:36 | Tweak the Windows implementation of Tcl_AppInit() to match Unix check-in: dbf5b98ca7 user: hypnotoad tags: core_zip_vfs | |
| 08:17 | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a single SHLIB_LD_LIBS us... check-in: a37bbd81ea user: jan.nijtmans tags: trunk | |
| 07:15 | Adding the ability for the Tcl core to build self-contained Zip-based executables * Integrated a pu... check-in: c1d9b13f8c user: hypnotoad tags: core_zip_vfs | |
|
2014-08-29
| ||
| 22:56 | Initial attempt at converting select()-based notifier to poll() check-in: 77bea02457 user: jcr tags: jcr-notifier-poll | |
| 17:33 | Use TclpSys* macros, not direct system calls. check-in: 4ca7fe7cf2 user: dgp tags: trunk | |
|
2014-08-28
| ||
| 07:53 | [b9e1a3032e] Implement the documented method search order for TclOO. This corrects the relative posi... check-in: ab635c8161 user: dkf tags: trunk, potential incompatibility | |
|
2014-08-27
| ||
| 20:36 | merge trunk check-in: 17b49b1805 user: dgp tags: dgp-refactor | |
| 20:34 | merge release check-in: 00c2575fe2 user: dgp tags: trunk | |
|
2014-08-25
| ||
| 21:43 | merge trunk; update changes Closed-Leaf check-in: f8d346ad1f user: dgp tags: rc3, core-8-6-2-rc, core-8-6-2, release | |
| 21:37 | TIP 429 implementation. New command [string cat]. check-in: 84ed8cd57f user: dgp tags: trunk | |
| 15:40 | merge-mark check-in: 7fb1988d33 user: dgp tags: trunk | |
| 13:51 | Do not let fossil README droppings leak into distribuion check-in: 4b5e8fec6b user: dgp tags: core-8-6-2-rc | |
|
2014-08-24
| ||
| 17:59 | merge trunk check-in: ee7c5a97be user: dgp tags: dgp-refactor | |
|
2014-08-22
| ||
| 22:11 | Bump to zlib 2.0.1. check-in: 419c3dac03 user: dgp tags: core-8-6-2-rc | |
| 21:52 | Bump to TclOO 1.0.2 check-in: 05ecf401c7 user: dgp tags: core-8-6-2-rc | |
| 17:28 | merge trunk; stamp release date. check-in: c8daa1083d user: dgp tags: rc2, core-8-6-2-rc | |
| 13:48 | merge 8.5; fix notifier mask bug and Tcl_Read performance regression check-in: 8cf00e79f5 user: dgp tags: trunk | |
|
2014-08-20
| ||
| 14:28 | Additions to changes. check-in: a81f224e2b user: dgp tags: core-8-6-2-rc | |
| 11:23 | [74e073599e5e7c5eb535e2f60f1b06feb468eaae|74e073599e]: tclsh is using old style dialogs when Tk is l... check-in: c438e5f6a0 user: jan.nijtmans tags: trunk | |
|
2014-08-19
| ||
| 20:35 | merge trunk Closed-Leaf check-in: 3455770a8f user: ferrieux tags: tip-429 | |
| 18:34 | Update changes file. check-in: 184a8023de user: dgp tags: core-8-6-2-rc | |
| 13:39 | merge trunk check-in: 05909b3cb3 user: dgp tags: rc1, core-8-6-2-rc | |
| 13:38 | merge trunk check-in: bb83be9a5a user: dgp tags: dgp-refactor | |
|
2014-08-17
| ||
| 15:23 | [7d52e1101b] oo::object should know that oo::class is a subclass. check-in: b3543267de user: dkf tags: trunk | |
|
2014-08-14
| ||
| 16:32 | Proof-of-concept of a nonmonotonic Tcl_Obj allocator, with zero perf impact and explicit ::tcl::unsu... check-in: 86886e44d8 user: ferrieux tags: nonmonotonic-obj-alloc | |
|
2014-08-13
| ||
| 09:06 | Put back SystemV timezone files, which were removed in previous commit. Don't know if that was by ac... check-in: 2c695b9fc8 user: jan.nijtmans tags: trunk | |
| 01:45 | merge tzdata2014f from ietf.org check-in: d3c5f2eb2f user: kbk tags: trunk | |
|
2014-08-12
| ||
| 15:52 | merge trunk check-in: 01b8a806cb user: dgp tags: dgp-refactor | |
| 15:47 | merge trunk check-in: 6726634c92 user: dgp tags: core-8-6-2-rc | |
| 15:46 | merge-mark. Do not accommodate udp bugs in Tcl 8.6.2. check-in: f306d817b0 user: dgp tags: trunk | |
|
2014-08-06
| ||
| 18:20 | Fixed type conversion warnings which break a Win32 debug build (MSVC). check-in: bd9c215886 user: andreask tags: trunk | |
|
2014-08-05
| ||
| 22:10 | Fix comment inaccuracy. check-in: 7dad8a3e54 user: ferrieux tags: tip-429 | |
| 18:20 | More aggressive constant folding in [string cat]. Thanks AndreasK for kicking. check-in: 15f9b0abea user: ferrieux tags: tip-429 | |
| 11:29 | Better organize [string cat] by chunks of 255 args. check-in: 97af63ba9c user: ferrieux tags: tip-429 | |
| 10:34 | Add constant folding to [string cat]. Mixed-quote idiom is now compiled to a single push. check-in: a321e41d54 user: ferrieux tags: tip-429 | |
| 09:55 | More optimized non-BC [string cat] using Tcl_AppendObjToObj() - thx Donal check-in: 70c49b9302 user: ferrieux tags: tip-429 | |
|
2014-08-04
| ||
| 14:06 | Hum. Really merge trunk. check-in: 5d9c445fc1 user: ferrieux tags: tip-429 | |
| 14:02 | merge trunk check-in: 67c1a8899a user: ferrieux tags: tip-429 | |
| 13:37 | merge trunk check-in: 4a2f6c01ab user: dgp tags: core-8-6-2-rc | |
| 13:36 | Add tclsh.exe.manifest.in to the distribution check-in: ed24f583f4 user: dgp tags: trunk | |
|
2014-08-03
| ||
| 22:43 | Tidy up the docs check-in: d560d1022a user: dkf tags: tip-429 | |
|
2014-08-02
| ||
| 15:26 | Don't use [pid] in tests, stick to constant literals. check-in: a3fb69be9f user: ferrieux tags: tip-429 | |
| 13:04 | TIP 429 Implementation: [string cat] check-in: 9ce779b099 user: ferrieux tags: tip-429 | |
| 04:50 | merge trunk check-in: f4c5f4c7b0 user: dgp tags: dgp-refactor | |
| 04:38 | merge trunk check-in: c8994555bf user: dgp tags: core-8-6-2-rc | |
| 04:36 | Another Preserve/Release on channels is needed during IO finalization. check-in: c286356bd3 user: dgp tags: trunk | |
|
2014-08-01
| ||
| 20:07 | Addition of a cast in tclWinFile.c to match types in a comparison, and fix of a TRACE string literal... check-in: f8304cc503 user: andreask tags: trunk | |
| 19:50 | Updated package "platform" to version 1.0.13. Separated the identifiers "macosx*-i386-x86_64" and "... check-in: 8e0d1b1eca user: andreask tags: trunk | |
| 19:29 | merge-mark check-in: 5b1069eccd user: dgp tags: trunk | |
| 17:18 | merge trunk check-in: 4f6076a7d9 user: dgp tags: core-8-6-2-rc | |
| 16:34 | Recognize that "id" is the K combinator in disguise. Rename it as "K" and extend its semantics accor... Leaf check-in: 63a2d798bd user: ferrieux tags: tip429-only-id | |
| 16:01 | [e75fabac06] Teardown line information after failed ensemble subcommand compile attempts. Copy/past... check-in: 42ab495d54 user: dgp tags: trunk | |
| 15:53 | Tentative implementation of the "pure" part of TIP 429: the [id] function (bytecoded). To be discuss... check-in: 735df299b5 user: ferrieux tags: tip429-only-id | |
| 14:36 | Correction and commentary in the details of ensemble compiling. check-in: 2bee22315a user: dgp tags: trunk | |
|
2014-07-31
| ||
| 21:23 | Fix part of [d19aef1487] (broken --disable-load on MacOSX), broken by [4d417791c9] check-in: a41a431706 user: jan.nijtmans tags: trunk | |
| 20:00 | merge trunk check-in: c9835f5515 user: dgp tags: core-8-6-2-rc | |
| 19:58 | [a84a720966] Protect against double free in TclOO classChainCache teardown. check-in: 61e0390b0a user: dgp tags: trunk | |
| 15:49 | merge trunk check-in: 9f9f03353d user: dgp tags: core-8-6-2-rc | |
| 08:39 | merge trunk Closed-Leaf check-in: 8faac4e42d user: jan.nijtmans tags: robust-async-connect-tests | |
| 02:04 | Testing patches for iOS support Closed-Leaf check-in: ba55cebfc9 user: kevin_walzer tags: ios | |
|
2014-07-30
| ||
| 16:41 | [3757cdf808] More clock refactoring with spooky impact on [string match] performance. check-in: db3153c306 user: dgp tags: trunk | |
| 02:58 | Complete transformation off Tcl_Preserve() legacy onto ref counting. check-in: 6955f4f7b5 user: dgp tags: trunk | |
| 00:22 | Reduce the cost of Preserve/Release on channels check-in: d77bfcba0a user: dgp tags: trunk | |
|
2014-07-29
| ||
| 00:22 | [3757cdf808] Refactoring seems to reduce (maybe somewhat kinda sorta) a bizarre performance regress... check-in: aee3eac812 user: dgp tags: trunk | |
|
2014-07-28
| ||
| 14:50 | Bump to 8.6.2 for release. check-in: 3b527b0024 user: dgp tags: core-8-6-2-rc | |
| 02:06 | An alternative implementation of [chan copy] that operates in precisely those circumstances where th... check-in: c7b746822b user: dgp tags: trunk | |
| 01:53 | merge trunk Closed-Leaf check-in: 296a1ba317 user: dgp tags: dgp-move-buffers | |
| 01:42 | Revise MBRead() to be used in both sync and async modes. check-in: f906a935ae user: dgp tags: dgp-move-buffers | |
|
2014-07-27
| ||
| 22:53 | Push MBWrite() differences out to callers. check-in: f9904aa12a user: dgp tags: dgp-move-buffers | |
| 22:47 | merge-mark check-in: 259fad0956 user: jan.nijtmans tags: trunk | |
| 17:20 | Rework MBWrite() so it can be used in both sync and async modes. Reduce code duplication. check-in: 50f3d36769 user: dgp tags: dgp-move-buffers | |
|
2014-07-26
| ||
| 15:44 | Use common MBError() routine for sync and async operations. check-in: 4712a9759c user: dgp tags: dgp-move-buffers | |
| 15:02 | Extend the "move buffer" implementation to cover the async case. check-in: 3523e77b9b user: dgp tags: dgp-move-buffers | |
|
2014-07-24
| ||
| 17:19 | merge trunk check-in: 23ad7264fd user: dgp tags: dgp-move-buffers | |
| 17:17 | [9d19af7adb] Make sure all timer events get canceled. check-in: 1f0a5df094 user: dgp tags: trunk | |
| 15:34 | simplify moveBytes selection logic check-in: e29e9fc580 user: dgp tags: dgp-move-buffers | |
| 15:24 | Make sure MoveBytes error reporting reproduces what CopyData does. Bugward compatibility! check-in: 4b830e8027 user: dgp tags: dgp-move-buffers | |
| 15:17 | merge trunk check-in: e5e8b19569 user: dgp tags: dgp-move-buffers | |
| 15:17 | Test format of write error messages during binary [chan copy] check-in: def53d5d4d user: dgp tags: trunk | |
| 15:02 | Make sure MoveBytes records read error messages. check-in: 92f931b2d4 user: dgp tags: dgp-move-buffers | |
| 15:01 | merge trunk check-in: c516bad281 user: dgp tags: dgp-move-buffers | |
| 15:00 | Test read error during binary [chan copy]. check-in: 9cf0bce34b user: dgp tags: trunk | |
|
2014-07-23
| ||
| 17:10 | Extend the buffer move optimization to the "same encodings" case. check-in: e44c207283 user: dgp tags: dgp-move-buffers | |
|
2014-07-22
| ||
| 20:27 | merge trunk check-in: 4bfdb8139c user: dgp tags: dgp-move-buffers | |
| 20:19 | merge trunk check-in: 78f1abcc5d user: dgp tags: dgp-refactor | |
| 19:57 | Workaround [info frame] troubles with -singleproc 1 testing operations. check-in: eac8a5ab78 user: dgp tags: trunk | |
| 18:12 | Avoid [thread::exit]; Using it leads to memleaks. check-in: 0219cb74c6 user: dgp tags: trunk | |
| 17:04 | [12b0997ce7] Plug memleak in iocmd.tf-32.0 . check-in: 79ff19ba73 user: dgp tags: trunk | |
| 16:44 | [12b0997ce7] Plug memleak in iocmd.tf-32.0 . Closed-Leaf check-in: 1c054c06c9 user: dgp tags: bug-12b0997ce7 | |
|
2014-07-21
| ||
| 14:26 | [e6477e1b0f] Plug memleak in AtForkChild() detected in iocmd-11.4. check-in: ce7a959e88 user: dgp tags: trunk | |
|
2014-07-19
| ||
| 16:35 | [75b8433707] Revised fix for memleak in oo instance list management. check-in: 98d8d28e03 user: dgp tags: trunk | |
|
2014-07-18
| ||
| 22:05 | [75b8433707] Plug a subtle memory leak in TclOO. Test suite very unhappy with this. Shoving into... Closed-Leaf check-in: 23be32a082 user: dkf tags: bug-75b8433707 | |
| 12:22 | merge trunk check-in: e2f47cd58e user: dkf tags: dkf-http-cookies | |
| 12:18 | [b43f2b49f7] New compilation strategy for lappend that allows multi-value lappend to not have quadra... check-in: 17150b71d2 user: dkf tags: trunk | |
| 10:00 | Make sure the "sockettest" command is available even when running socket.test individually. check-in: 513dd86a37 user: jan.nijtmans tags: robust-async-connect-tests | |
| 07:32 | merge trunk check-in: b094ff21be user: jan.nijtmans tags: robust-async-connect-tests | |
|
2014-07-17
| ||
| 18:43 | Finally, use correct octal notation which works in Tcl 9 as well. check-in: 838e8dcfd4 user: jan.nijtmans tags: trunk | |
| 17:52 | merge fork check-in: 47a076e497 user: jan.nijtmans tags: trunk | |
| 15:48 | Revised fix for memleak in [info frame]. Still pretty ugly, but not more so than a lot of TIP 280 m... check-in: 92217ed31a user: dgp tags: trunk | |
| 15:15 | Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form. check-in: c1e59561b9 user: jan.nijtmans tags: trunk | |
| 14:08 | Make sure that all "testchmod" arguments start with '0', making it more obvious that the value is oc... check-in: 9490d74e19 user: jan.nijtmans tags: trunk | |
| 11:02 | Fix [3cdcfa40809ffd2b9d3d71f77dc57da615243730|3cdcfa4080]: tclWinFile.c does not compile with Win VC... check-in: f15f329238 user: jan.nijtmans tags: trunk | |
| 09:53 | Replaced option "-unsupported1" by test command "testsocket debugflags" (thanks Donal, Donald). check-in: 33737f615b user: oehhar tags: robust-async-connect-tests | |
| 07:39 | Convert some non-ASCII characters in testcase comments - which were mangled by my editor in [79ace7b... check-in: ef9bbc4d9c user: jan.nijtmans tags: trunk | |
| 04:24 | [9969cf8ca6] Move the bailout when the ->rewind flag is set down after all the housekeeping matters ... check-in: f076f44f1d user: dgp tags: trunk | |
|
2014-07-16
| ||
| 23:58 | Backout checkin that broke test io-39.1. check-in: 22e099d9ea user: dgp tags: trunk | |
| 22:01 | Repair improper assertion. check-in: 63a9ddd54e user: dgp tags: trunk | |
| 21:48 | Assert an equality test, not an assignment check-in: 598dd915dc user: dgp tags: trunk | |
| 15:59 | [6a2d339e50] Plug memleak in INST_STR_REPLACE instruction. check-in: 25e58d77ff user: dgp tags: trunk | |
| 10:02 | Modify the "gettimes" test-command to use the Tcl_Obj API. New "testbytestring" command which can b... check-in: 79ace7b793 user: jan.nijtmans tags: trunk | |
|
2014-07-15
| ||
| 15:10 | [726349fab8] Stop leaking compression dictionary on zlib xform channel close. check-in: 4e3d47ad17 user: dgp tags: trunk | |
| 13:18 | merge trunk Leaf check-in: 6559584842 user: dgp tags: dgp-pkg-migration | |
|
2014-07-11
| ||
| 20:40 | Suppress valgrind warnings about uninitialized values. check-in: 37640d60e2 user: dgp tags: trunk | |
| 18:20 | [1211aceef2] Fix refcount management of TclpTempFileName() that caused leak. check-in: 44648f6210 user: dgp tags: trunk | |
| 15:44 | [9b352768e6] Plug memleak in INST_DICT_FIRST. check-in: e88e23fbdb user: dgp tags: trunk | |
| 12:56 | Stop memleak in [info frame]. check-in: 1610c45009 user: dgp tags: trunk | |
| 10:43 | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longer a whitespace, but for... check-in: 8320e361b7 user: jan.nijtmans tags: trunk | |
| 04:49 | [3479689] Plug memory leak due to incomplete bug fix. check-in: 2830730e99 user: dgp tags: trunk | |
|
2014-07-10
| ||
| 18:17 | makeFile / removeFile balance. check-in: 22ae2172c4 user: dgp tags: trunk | |
| 18:11 | makeFile / removeFile balance check-in: a12fdf1e85 user: dgp tags: trunk | |
| 18:02 | dup test name check-in: 144ab5b663 user: dgp tags: trunk | |
| 17:21 | [f652ae79ed] Close sockets used in tests, so as not to corrupt other tests in the suite. check-in: fde4ddeb93 user: dgp tags: trunk | |
| 16:40 | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in to the Tcl_*SetVar*() family... check-in: d9d00aa893 user: dgp tags: trunk, potential incompatibility | |
| 14:23 | merge trunk check-in: dc24111d06 user: jan.nijtmans tags: tip-389-impl | |
| 12:59 | Repair buffer indexing error in Tcl_ReadRaw(). check-in: 0f4ff1ba28 user: dgp tags: trunk | |
|
2014-07-09
| ||
| 18:49 | Don't use Tcl_GetCommandInfo when Tcl_FindCommand suffices. check-in: 352223b866 user: jan.nijtmans tags: trunk | |
| 14:44 | First draft of using buffer moves in place of buffer copies to create an efficient [chan copy]. check-in: 7a8b871fc7 user: dgp tags: dgp-move-buffers | |
|
2014-07-08
| ||
| 14:02 | merge trunk check-in: 25d30e5445 user: dgp tags: dgp-refactor | |
| 13:45 | The write and flush operations of reflected transforms ([chan push]) have been converting all lower ... check-in: cedfcfd1b5 user: dgp tags: trunk | |
|
2014-07-07
| ||
| 12:04 | merge trunk check-in: 4e911486e2 user: dgp tags: dgp-refactor | |
|
2014-07-04
| ||
| 12:49 | Update Unicode tables to Unicode 7.0 check-in: 735fdb4267 user: jan.nijtmans tags: trunk, potential incompatibility | |
|
2014-07-02
| ||
| 20:22 | Clarify http::config and http::geturl -headers roles in setting request headers. check-in: 98090dcd2c user: dgp tags: trunk | |
| 16:30 | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whether a nonblocking channel is... check-in: af0d8f3b3c user: dgp tags: trunk | |
|
2014-06-26
| ||
| 16:01 | Fix mismatch of Tcl_Preserve() / Tcl_Release(). check-in: 4626888b50 user: dgp tags: trunk | |
|
2014-06-25
| ||
| 11:59 | merge trunk check-in: 79fc85211a user: dgp tags: dgp-refactor | |
|
2014-06-24
| ||
| 16:46 | Simplify / refactor Tcl_ReadRaw(). No need for CopyBuffer(). check-in: 1d2e0d8e55 user: dgp tags: trunk | |
| 13:31 | merge trunk check-in: 897edc6150 user: dgp tags: dgp-refactor | |
| 12:57 | __builtin_clzll(0) is undefined. Do not rely on it. check-in: 38c7d8c2ca user: dgp tags: dgp-refactor | |
| 07:42 | merge trunk check-in: aee39e91f2 user: dkf tags: bug-d5ddbc7f49 | |
|
2014-06-23
| ||
| 12:49 | Fix execute-6.5 test failure on trunk: the "preserveCore" part of tcltest::test assumes that the cle... check-in: 7a794c6958 user: jan.nijtmans tags: trunk | |
| 08:42 | merge trunk check-in: ea93cb999c user: dkf tags: bug-d5ddbc7f49 | |
| 08:41 | cleaning up option processing throughout Tcl to use common functions/language check-in: 7e93a07895 user: dkf tags: bug-d5ddbc7f49 | |
|
2014-06-22
| ||
| 16:17 | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution until after -output compare... check-in: 6c7cb5d46a user: jan.nijtmans tags: trunk | |
|
2014-06-20
| ||
| 05:14 | [b47b176adf] Stop possible segfaults when variability in mutex lock schedules cause a ForwardingResu... check-in: 767aa6e893 user: aku tags: trunk | |
|
2014-06-19
| ||
| 16:38 | [b47b176adf] Stop segfault when variability in mutex lock schedules cause a ForwardingResult to rem... check-in: bbbfa372e6 user: dgp tags: trunk | |
|
2014-06-17
| ||
| 14:30 | [f0f876c141] Improve consistency in error messages. check-in: fffc281b07 user: dkf tags: trunk | |
|
2014-06-16
| ||
| 21:28 | Implements Tip 428: socket error dict returned by fconfigure -options check-in: 25d2506e45 user: oehhar tags: tip-428 | |
| 21:01 | Implemented tip-427: socket fconfigure option -connecting plus no -peername,-sockname when still con... Closed-Leaf check-in: 109f86e24f user: oehhar tags: tip-427 | |
| 14:22 | merge trunk check-in: f68d30646f user: dgp tags: dgp-refactor | |
| 13:38 | [1758a0b603] socket_*-2.13 : Workaround the broken select() in some Linux kernels that fails to repo... check-in: dc173b3985 user: dgp tags: trunk | |
| 12:19 | merge socket test from 8.5 check-in: 4c113631af user: dgp tags: trunk | |
| 09:24 | [311e61d12a] Generate error code in *all* places where commands are looked up. check-in: 990eed5c11 user: dkf tags: trunk | |
|
2014-06-15
| ||
| 16:50 | [cb042d294e] Improve consistency of [dict] wrong-args error messages. check-in: 968e9ac311 user: dkf tags: trunk | |
| 16:14 | [1b0266d8bb] Make [dict replace] and [dict remove] have canonicalization semantics close to [lrange]... check-in: 847fa2261d user: dkf tags: trunk, potential incompatibility | |
| 16:11 | Some more cleaning up Closed-Leaf check-in: fd9995590d user: dkf tags: bug-1b0266d8bb | |
| 07:52 | Make [dict replace] and [dict remove] guarantee result canonicality. check-in: a8cf3d7042 user: dkf tags: bug-1b0266d8bb | |
|
2014-06-08
| ||
| 16:01 | Generalization: desc is now appended to most events. Leaf check-in: 85101f0beb user: ferrieux tags: tcltest-verbose-desc | |
| 09:16 | Add a '(d)esc' verbose token to tcltest, to display test description on start. check-in: f91db5ae99 user: ferrieux tags: tcltest-verbose-desc | |
|
2014-06-07
| ||
| 14:18 | Improved the error messages. We do not want parsing an invalid dictionary to give errors about list... check-in: 1969678980 user: dkf tags: bug-1b0266d8bb | |
|
2014-06-06
| ||
| 08:47 | merge trunk check-in: 8fe677b133 user: dkf tags: bug-1b0266d8bb | |
| 08:46 | merge trunk check-in: 8fdb23bfd9 user: dkf tags: bug-1b0266d8bb | |
|
2014-06-05
| ||
| 19:13 | Tests socket*-2.12 test for DiscardOutput() updates. check-in: 39da5e7464 user: dgp tags: trunk | |
| 19:09 | Robust async connect tests by temporarely switching off auto continuation. Ticket [13d3af3ad5] check-in: 0c5005721e user: oehhar tags: robust-async-connect-tests | |
| 15:20 | When too many chars are read by ReadChars() and we trim the limits to get it right on the next pass,... check-in: 2e1e7c8266 user: dgp tags: trunk | |
|
2014-06-04
| ||
| 21:45 | Add missing calls to Tcl_DecrRefCount() in string object man page examples. check-in: 8b99a29c3f user: andy tags: trunk | |
| 16:42 | Revise DiscardOutput() to account for revisions to the loop in FlushChannel() which is its only call... check-in: 2a072fdb9a user: dgp tags: trunk | |
| 08:15 | more tests, cleaning up the code a bit check-in: 1fd96b571f user: dkf tags: bug-1b0266d8bb | |
| 03:25 | Valgrind doesn't like use of uninitialized variables. check-in: bf44d3d17c user: dgp tags: trunk | |
|
2014-06-03
| ||
| 17:47 | [734138ded8] Revisions so that unreported errors don't get lost during the close of a channel. check-in: 4ea8a01012 user: dgp tags: trunk | |
| 08:13 | merge trunk check-in: 57cb049043 user: dkf tags: bug-1b0266d8bb | |
| 07:26 | [1b0266d8bb] Working towards ensuring that all dict operations are sufficiently strict. check-in: 064f886aae user: dkf tags: bug-1b0266d8bb | |
| 02:26 | These edits make all tests outside of socket-14.* pass on OSX Mavericks. Several socket-14.* tests f... Closed-Leaf check-in: 5b3eed19a0 user: dgp tags: dgp-async-socket | |
|
2014-06-02
| ||
| 20:03 | These edits make the tests socket-14.11.[01] stop hanging, but also introduce a whole raft of test f... check-in: bf5e0126b5 user: dgp tags: dgp-async-socket | |
| 10:57 | Improve robustness of the socket tests against systems that support IPv6, but don't resolve localhos... check-in: 8a95c913e1 user: max tags: trunk | |
|
2014-05-31
| ||
| 20:47 | merge trunk check-in: 4acc825692 user: dkf tags: dkf-http-cookies | |
| 14:12 | Backout checkin 84f992ce50. This fixes test socket-14.11.1 and creates failure in tests *io-1.9. B... Closed-Leaf check-in: 5f5b6fc4b2 user: dgp tags: bug-734138ded8 | |
| 02:40 | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchProc(). When we are inte... check-in: 0d6ad67b02 user: dgp tags: trunk | |
|
2014-05-29
| ||
| 20:03 | merge trunk check-in: 79a4738896 user: dgp tags: dgp-refactor | |
| 15:04 | Refinements of FlushChannel() and its callers. Notably includes removal of the flag BUFFER_READY. check-in: 37bcb4b42d user: dgp tags: trunk | |
|
2014-05-28
| ||
| 19:21 | Merged the workarounds and fixes for wrapped executables on various platforms into the trunk. For de... check-in: 466970e1d3 user: andreask tags: trunk | |
|
2014-05-23
| ||
| 14:59 | eliminate two unused variables. check-in: abf4af70fa user: jan.nijtmans tags: trunk | |
|
2014-05-21
| ||
| 22:00 | Ditto [dict append], [dict incr], and [dict lappend]. Update description of [dict create] to explic... check-in: cdc4e05235 user: andy tags: trunk | |
| 21:40 | Ditto [dict unset]. check-in: 9c3d9a5080 user: andy tags: trunk | |
| 21:32 | Update dict man page to state that [dict set] returns the updated dictionary value. check-in: 5124083e65 user: andy tags: trunk | |
| 14:37 | Fix gcc warning (signed-unsigned compare) check-in: c84093ac60 user: jan.nijtmans tags: trunk | |
| 10:37 | Fix c&p errors in test descriptions check-in: 9b5df9c9b9 user: max tags: trunk | |
|
2014-05-20
| ||
| 18:40 | merge trunk check-in: 089274f4ba user: dgp tags: dgp-refactor | |
| 15:17 | Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in particular not allowing them ... check-in: 2a40293a49 user: dgp tags: trunk, potential incompatibility | |
| 14:46 | Fix and improve socket -async [13d3af3ad5] check-in: fdd8917252 user: oehhar tags: trunk | |
|
2014-05-19
| ||
| 18:29 | Same improvements to the zlib transform operations. Closed-Leaf check-in: 6578106462 user: dgp tags: dgp-trunk-flag-repair | |
| 18:08 | Simplify ReflectInput(). Also stop intruding on channel internals with direct clearing of CHANNEL_E... check-in: 6600cc19d7 user: dgp tags: dgp-trunk-flag-repair | |
|
2014-05-17
| ||
| 07:01 | [47d66253c9]: "lsearch -sorted -integer" on 64bit system ***POTENTIAL INCOMPATIBILITY*** Changes... check-in: f70fa16889 user: jan.nijtmans tags: trunk, potential incompatibility | |
| 03:38 | Simplify the inputProc of [testchannel transform]. check-in: 7506df18be user: dgp tags: dgp-trunk-flag-repair | |
| 03:05 | Revise results of tests iogt-2.[123] to account for EOF flags no longer leaking across channel stack... check-in: 844b2b0b19 user: dgp tags: dgp-trunk-flag-repair | |
|
2014-05-16
| ||
| 23:17 | Merge flag changes. - Wow, no trouble with [chan push] demonstrated. check-in: 960f628ee8 user: dgp tags: dgp-trunk-flag-repair | |
| 21:33 | Let the generated Makefile be emacs-friendly by avoiding spurious empty lines and misplaced tabs. Us... check-in: 672c16903f user: ferrieux tags: trunk | |
| 15:23 | merge trunk check-in: 1f1f15695d user: dgp tags: dgp-refactor | |
| 15:23 | merge trunk check-in: 9e2a793a91 user: dgp tags: dgp-trunk-flag-repair | |
| 15:10 | merge 8.5 check-in: 98814a9861 user: dgp tags: trunk | |
|
2014-05-15
| ||
| 14:59 | Minor bug-fix in [3118489] implementation: NUL in filenames. Filenames starting with <drive>: but wi... check-in: 46ad3d9162 user: jan.nijtmans tags: trunk | |
|
2014-05-14
| ||
| 15:09 | merge trunk check-in: cb0b2f9997 user: dgp tags: dgp-trunk-flag-repair | |
| 09:19 | Fix 3 test-cases which started failing on Windows check-in: 3ea3275ec9 user: jan.nijtmans tags: trunk | |
|
2014-05-13
| ||
| 18:49 | Refactored much management of the BLOCKED and EOF flags into ChanRead() then began repairing some of... check-in: 98736462fb user: dgp tags: dgp-trunk-flag-repair | |
| 11:25 | [958bc05fbe]: Clarify "clock format" using "%R" check-in: b5de46ac73 user: jan.nijtmans tags: trunk | |
|
2014-05-12
| ||
| 21:52 | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 take an unbearable 90 ... check-in: df4e6061ac user: dgp tags: trunk | |
| 17:19 | Have the [chan push] machinery ReadRaw() directly into the argument to be passed to the read method ... check-in: df2b19250c user: dgp tags: trunk | |
| 13:09 | Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsearch -sorted -integer" o... Closed-Leaf check-in: a1cf23084b user: jan.nijtmans tags: bug-47d66253c9 | |
|
2014-05-11
| ||
| 10:39 | [6d2f249a01] Handle a failure to comprehend half-way through the compilation of a chain of compileab... check-in: 0ef9c1b41a user: dkf tags: trunk | |
|
2014-05-09
| ||
| 17:46 | Repair another "impossible" test and the segfault it reveals. check-in: 695de04685 user: dgp tags: trunk | |
| 17:35 | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug" rather than "unknownF... check-in: 67b870b07c user: dgp tags: trunk | |
| 16:39 | Added comment explaining the "knownBug" in iogt-6.1 check-in: 8388952f62 user: dgp tags: trunk | |
| 16:33 | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disabled by default, which mea... check-in: 267dbca3d3 user: dgp tags: trunk | |
| 13:33 | Test iocmd-32.1 is not "impossible" but after writing it properly it does segfault trying to use a d... check-in: 0a4dfac63e user: dgp tags: trunk | |
| 12:03 | Fix [3389978]: Support for paths longer than MAX_PATH on Windows. check-in: 34528a47d1 user: jan.nijtmans tags: trunk | |
| 10:10 | Make Cygwin's "configure" work from another directory than /unix. (Not everything works this way!) check-in: b2c0b88e3a user: jan.nijtmans tags: trunk | |
|
2014-05-08
| ||
| 17:46 | merge trunk check-in: e34a130b6f user: dgp tags: dgp-refactor | |
| 17:38 | Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes) Large overhaul ... check-in: d17b42d5cb user: dgp tags: trunk | |
| 16:28 | merge trunk check-in: 1f0f096bc0 user: dgp tags: dgp-refactor | |
| 16:21 | merge trunk Closed-Leaf check-in: 30ae8cb927 user: dgp tags: dgp-trunk-read | |
| 16:21 | silence compiler warning check-in: 1b033660ab user: dgp tags: trunk | |
| 16:12 | merge trunk check-in: b345c44424 user: dgp tags: dgp-trunk-read | |
| 16:03 | Fix the panic in iogt-2.5. Back in 2011, Bugs 3384654 and 3393276 first noticed troubles with Channe... check-in: cc5f6a9f05 user: dgp tags: trunk | |
| 13:01 | Revert the iogt-2.5 fix. For now one panic is better than widespread memory leaks. check-in: 1f0997a0f1 user: dgp tags: trunk | |
| 12:46 | More efficient/robust implementation of function TclNativeCreateNativeRep(). - No more intermediate... Closed-Leaf check-in: 1a24401380 user: jan.nijtmans tags: rfe-3389978 | |
| 03:28 | merge trunk check-in: 41b555c6c8 user: dgp tags: dgp-trunk-read | |
| 03:13 | Merge 8.5. check-in: 6373847bf0 user: dgp tags: trunk | |
|
2014-05-07
| ||
| 22:22 | Corrected description of where tcl_platform(user) comes from on Unix. check-in: dadb2a77cc user: dkf tags: trunk | |
|
2014-05-06
| ||
| 17:33 | Symptom relief. Make test stop panicking. This is not the proper final answer. ChannelBuffer manag... check-in: 299eab2396 user: dgp tags: trunk | |
| 15:23 | Add Panic call to better identify where iogt-2.5 goes wrong. check-in: bd7a70e510 user: dgp tags: trunk | |
| 14:43 | Merge 8.5. New test iogt-2.5 panics. check-in: ad0fc36bba user: dgp tags: trunk | |
| 11:17 | Start working on [3389978]. Appears to work, but some clean-up needed. check-in: 80d513f9cb user: jan.nijtmans tags: rfe-3389978 | |
|
2014-05-05
| ||
| 09:18 | merge-mark check-in: 0d1e692970 user: jan.nijtmans tags: trunk | |
|
2014-05-02
| ||
| 15:58 | merge trunk check-in: 8940c7f376 user: dgp tags: dgp-trunk-read | |
| 15:35 | Re-apply [3010352], bringing back the symbol exports of shared libraries as it was in 8.6.0/8.6.1. check-in: 32a6915d8a user: jan.nijtmans tags: trunk | |
| 15:29 | Bring back self restacking support. Channel tests all passing now. check-in: 795288918d user: dgp tags: trunk | |
| 15:19 | Fixup restacking tests to expect the right results. Closed-Leaf check-in: 8ffe58f8e9 user: dgp tags: dgp-demo | |
| 14:45 | Add some comments about possible other self-restacking troubles. check-in: cc96a1b1e4 user: dgp tags: dgp-demo | |
| 13:02 | Fully restore topChan resetting to accommodate self-restacking channels. check-in: 479b266698 user: dgp tags: dgp-demo | |
| 12:39 | Re-enable buffer recycling. check-in: 19ba1dca2c user: dgp tags: dgp-demo | |
|
2014-05-01
| ||
| 16:33 | Stop the segfault in iogt-2.4. First by changing the UpdateInterest() call that triggers it. "down... check-in: a6e8d96c80 user: dgp tags: dgp-demo | |
| 15:13 | merge trunk check-in: 22914ee992 user: dgp tags: dgp-demo | |
| 15:00 | merge trunk check-in: 52f2afaf4f user: dgp tags: dgp-trunk-read | |
| 14:36 | We must Preserve channels if we're going to use TclChanCaughtErrorBypass() to get error information ... check-in: 4c9bb6c772 user: dgp tags: trunk | |
| 09:40 | Merge trunk. Update Unicode tables to Unicode 7.0 beta. check-in: 13a1d81916 user: jan.nijtmans tags: tip-389-impl | |
| 09:11 | make doubly sure that things which should be unshared stay unshared check-in: 67c8b705b5 user: dkf tags: trunk | |
| 07:44 | merge-mark check-in: 1c9a8330da user: jan.nijtmans tags: trunk | |
| 01:26 | Merge in the fixes for improper ChannelBuffer sharing via recycling. check-in: a63b3cbe41 user: dgp tags: trunk | |
| 01:15 | missing constraint check-in: 36b1780d1a user: dgp tags: trunk | |
|
2014-04-30
| ||
| 21:24 | [82e7f67325] Fix an evil refcount problem in compiled [string replace]. check-in: 9d2057859c user: dkf tags: trunk | |
|
2014-04-29
| ||
| 17:04 | merge trunk check-in: e344fa9b49 user: dgp tags: dgp-demo | |
| 16:47 | Fix bug exposed when buffer recycling is disabled. check-in: 84f992ce50 user: dgp tags: trunk | |
|
2014-04-28
| ||
| 20:28 | Clarify fcopy manpage regarding its bidirectional uses. [1350564] check-in: a6e8d5d50c user: ferrieux tags: trunk | |
|
2014-04-25
| ||
| 19:51 | Disable buffer recycling, which creates mysteries. check-in: 0e64d0aa58 user: dgp tags: dgp-demo | |
| 17:34 | Test iortrans-4.8.2 demos an infinite loop. Possible trouble with pushback buffers. check-in: 71c708ce30 user: dgp tags: dgp-demo | |
|
2014-04-24
| ||
| 18:21 | merge trunk check-in: 63b6268aeb user: dgp tags: dgp-trunk-read | |
| 15:27 | Make sure the ReflectedChannel struct is freed in the handler thread, where it was allocated. This ... check-in: 453e07a7d8 user: dgp tags: trunk | |
| 04:34 | [3493120] Plug memory leak in thread exit. check-in: 6b5f70a82f user: dgp tags: trunk | |
|
2014-04-22
| ||
| 15:09 | Merge the [testchannel transform] fixes. check-in: 9bf970cda4 user: dgp tags: trunk | |
|
2014-04-21
| ||
| 20:02 | merge trunk check-in: 58bcc7a29a user: dgp tags: dgp-trunk-read | |
| 19:04 | Merge refcounting machinery for ChannelBuffer. check-in: 0c1015d94d user: dgp tags: trunk | |
|
2014-04-20
| ||
| 15:29 | merge trunk check-in: 95c09d2f0b user: dkf tags: dkf-http-cookies | |
| 15:28 | more tinkering check-in: 8eb5a4845a user: dkf tags: dkf-http-cookies | |
|
2014-04-17
| ||
| 19:11 | merge trunk check-in: 15f3a695ca user: dgp tags: dgp-trunk-read | |
| 18:10 | Merge reflected channel improvements. check-in: 3c6eba5c93 user: dgp tags: trunk | |
| 14:01 | Remove all win95-specific test-cases, since Windows 95 is not supported any more. check-in: 324a458635 user: jan.nijtmans tags: trunk | |
|
2014-04-16
| ||
| 19:11 | merge trunk check-in: 7d6ac7cc9a user: dgp tags: dgp-refactor | |
| 17:35 | merge trunk check-in: 505682a5bb user: dgp tags: dgp-trunk-read | |
| 15:40 | [d19a30db57] More testing. check-in: 90fb2d568e user: dgp tags: trunk | |
| 15:30 | [d19a30db57] Fixed segfault in [clock] internals. Includes test. check-in: 8aca271fac user: dgp tags: trunk | |
| 14:12 | Fix compiler warnings in win32/cygwin build check-in: b18178d2d2 user: jan.nijtmans tags: trunk | |
| 11:20 | Remove unused variable, don't use deprecated function, some formatting. check-in: 29bb868e02 user: jan.nijtmans tags: trunk | |
| 09:44 | Upgrade from Winsock 1.1 to Winsock 2.2, which is always available on Win2000+. See: [http://msdn.mi... check-in: 61866a947e user: jan.nijtmans tags: trunk | |
|
2014-04-15
| ||
| 18:55 | merge trunk check-in: c59de3724d user: dgp tags: dgp-refactor | |
| 18:36 | Purge the (now unused) argc and argv fields. check-in: f0b9f4e373 user: dgp tags: trunk | |
| 17:25 | [88aef05cda] Stop reentrancy segfault in reflected channels by managing callbacks as (copies of) lis... check-in: 4985635c78 user: dgp tags: trunk | |
| 10:41 | Test-cases which pick up the completion of bug-fix [e663138a06d98e48b5fbb42cc015cf1698f486cd|e663138... check-in: f13e5bd0cf user: jan.nijtmans tags: trunk | |
|
2014-04-14
| ||
| 18:45 | [e663138a06] Fix the new INST_NUM_TYPE instruction so that the boundary cases of [string is] on inte... check-in: 5eae727664 user: dgp tags: trunk | |
|
2014-04-11
| ||
| 09:55 | Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX. For consistancy, any NUL char... check-in: b5dd510e85 user: jan.nijtmans tags: trunk | |
| 08:23 | Fix [3118489] for Windows only: NUL in filenames. This allows various characters to be used in win32... check-in: 0f4597a73c user: jan.nijtmans tags: trunk | |
|
2014-04-10
| ||
| 13:59 | [792641f95b]: Normalized win32 paths should never contain backslash. check-in: 578237c4c6 user: jan.nijtmans tags: trunk | |
| 07:57 | Fix bug [e663138a06]: Test failures in "string is" check-in: 772c763815 user: jan.nijtmans tags: trunk | |
|
2014-04-08
| ||
| 18:00 | * Give clearer names to some of the state flags and sync them with Windows where it makes sense. ... Closed-Leaf check-in: 9b3b3adf47 user: max tags: bug-13d3af3ad5 | |
| 15:15 | Beautify check for async connect reentry check-in: 2b3521353b user: oehhar tags: bug-13d3af3ad5 | |
| 15:02 | Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private". Record the fact that... check-in: 667dfe5615 user: jan.nijtmans tags: trunk | |
| 14:40 | Changed error report logic, that an async connect error is only reported by 'fconfigure -error' and ... check-in: 774db15517 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-04-07
| ||
| 15:18 | Rename error to connectError in struct TcpState. check-in: 890a840201 user: max tags: bug-13d3af3ad5 | |
| 15:11 | Rename CreateClientSocket to TcpConnect check-in: 3cbbb06987 user: max tags: bug-13d3af3ad5 | |
| 15:08 | Renamed function CreateClientSocket to TcpConnect and variable error to connectError check-in: 27e28d5ecc user: oehhar tags: bug-13d3af3ad5 | |
| 14:32 | Merge-mark: Those two test-cases will arrive in trunk as soon as branch [http://core.tcl.tk/tcl/time... check-in: a006f5a452 user: jan.nijtmans tags: trunk | |
| 12:34 | Return async connect error by first following read or write operation. check-in: 0818d96293 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-04-04
| ||
| 16:27 | Avoid multiple returns of connect errors check-in: 0def1219a1 user: oehhar tags: bug-13d3af3ad5 | |
| 15:56 | Move tests 8.2 and 8.3 out of the IPv4/IPv6 loop to 14.13 and 14.14. check-in: e686d4cac9 user: max tags: bug-13d3af3ad5 | |
| 15:45 | Fix/improve tests. check-in: cb65273402 user: max tags: bug-13d3af3ad5 | |
| 11:53 | Add tests for bugs [336441ed59] and [581937ab1e] from core-8-5-branch. check-in: b602826a44 user: max tags: bug-13d3af3ad5 | |
| 11:14 | Fix for Bug [97069ea11a]: Set return message in close if a flush error is reported (which may be an ... check-in: 7aa743c0ee user: oehhar tags: trunk | |
| 10:02 | * Rework WaitForConnect() to fix synchronous completion of asynchronous connections. * Let Tcp... check-in: 56d4a94da9 user: max tags: bug-13d3af3ad5 | |
| 08:51 | Make the naming of TcpState variables consistent check-in: 8f4a29e820 user: max tags: bug-13d3af3ad5 | |
|
2014-04-02
| ||
| 08:22 | Marked all communication variables which are set by notifier thread with "volatile". check-in: 31e88e5cda user: oehhar tags: bug-13d3af3ad5 | |
|
2014-04-01
| ||
| 13:06 | Imported fix for bug [97069ea11a] from branch bug-97069ea11a: empty error message on stalled backgro... check-in: 0fa84c1e50 user: oehhar tags: bug-13d3af3ad5 | |
| 12:16 | Removed thread debugging printf messages check-in: 7dc794f0c8 user: oehhar tags: bug-13d3af3ad5 | |
| 08:18 | Limit number of cookies stored, deleting least recently used ones. check-in: 95b427a898 user: dkf tags: dkf-http-cookies | |
|
2014-03-31
| ||
| 18:44 | Add missing @TCL_LIB_FLAG@ to tcl.pc.in (derived from ticket [5bcb5026ad]) check-in: 85f74e89a1 user: jan.nijtmans tags: trunk | |
| 08:09 | merge trunk check-in: 0f642ee045 user: dkf tags: dkf-http-cookies | |
| 08:08 | Better cookie option parsing that doesn't throw away critical information. check-in: 0ef3ed62be user: dkf tags: dkf-http-cookies | |
|
2014-03-28
| ||
| 20:29 | Merge minimal fix for iocmd-23.11. Note that top channel regeneration is removed, so that Preserve/R... check-in: 4c19c39276 user: dgp tags: trunk | |
|
2014-03-27
| ||
| 19:15 | Test iocmd-23.11 demos another segfault. check-in: 045e8076eb user: dgp tags: trunk | |
| 16:47 | Test iogt-2.4 is another segfault demo for [721ec69271]. check-in: b83734f724 user: dgp tags: trunk | |
| 16:27 | New test iortrans-4.8.1 exposes segfault bug [721ec69271]. check-in: 994f93910e user: dgp tags: trunk | |
|
2014-03-26
| ||
| 14:38 | Implement RFE [b42b208ba4]: file attributes -readonly (and -archive, -hidden, -system) on Cygwin. check-in: 5656978163 user: jan.nijtmans tags: trunk | |
| 14:34 | Only write back file attributes if any of them really changed. Closed-Leaf check-in: f6fc8ce920 user: jan.nijtmans tags: rfe-b42b208ba4 | |
| 10:37 | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For completeness, implemented -... check-in: 71d7e7db09 user: jan.nijtmans tags: rfe-b42b208ba4 | |
|
2014-03-24
| ||
| 21:42 | Add test io-53.12 to verify proper unbuffered sync-fcopy [Bug #3096275] check-in: 3b391551d0 user: ferrieux tags: dgp-trunk-read | |
| 11:03 | Fire also readable event on final async connect failure. Armor WaitForSocketEvent by access signal a... check-in: f1d2f6dbad user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-23
| ||
| 20:59 | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to and including checkin a1e82fb6... check-in: c4c1cd81e4 user: dgp tags: dgp-trunk-read | |
| 11:42 | Be sure tsd pointer to the info structure is invalidated before memory free check-in: d045cdc948 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-21
| ||
| 19:07 | Correct some faulty assumptions in the zlib transformation input driver. BRANCHED - some other EO... Closed-Leaf check-in: dfadac1b71 user: dgp tags: dgp-eof | |
| 17:11 | Added comments raising questions about possible updates to channel drivers on Windows. check-in: 5134ecb54a user: dgp tags: trunk | |
|
2014-03-20
| ||
| 12:01 | merge trunk check-in: fcb93a439f user: dgp tags: dgp-refactor | |
| 10:10 | Fix [2f7cbd01c3]: tcl8.6.1 fails to build on FreeBSD 10.0 check-in: 2c5beb4f45 user: jan.nijtmans tags: trunk | |
|
2014-03-14
| ||
| 17:01 | WaitForConnection like tclUnixSock.c, new option [fconfigure -connecting] check-in: 650e8b8468 user: oehhar tags: bug-13d3af3ad5 | |
| 16:59 | file tclWinSock.c reorganized to minimize diff to tclUnixSock.c. No functional change check-in: dc0a9645cc user: oehhar tags: bug-13d3af3ad5 | |
| 14:36 | Remove writable shortcut and errorneous workaround to get [connect -async] fail error to [fconfigure... check-in: 65b320b464 user: oehhar tags: bug-13d3af3ad5 | |
| 14:26 | * More test improvements for async sockets. * Advance async connections whenever the channel i... check-in: ece135ac28 user: max tags: bug-13d3af3ad5 | |
| 09:12 | Async connect terminates: fire fileevent by setting readyEvent, propage commit fail message to [fcon... check-in: 711c272f36 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-11
| ||
| 17:34 | * Hide transient errors of the internal iterations of [socket -async] from the script level. * ... check-in: 5fafcb7857 user: max tags: bug-13d3af3ad5 | |
| 13:35 | No [fconfigure -error] error in connect process; gets after failed async connect returns connect err... check-in: cb1a6a0924 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-10
| ||
| 18:11 | WaitForConnect may only call back to CreateClientSocket when the socket is writable or something. Wh... check-in: d2b5426431 user: max tags: bug-13d3af3ad5 | |
| 16:59 | Additional security for wrong pointer check-in: 64ccc14933 user: oehhar tags: bug-13d3af3ad5 | |
| 16:56 | merge trunk check-in: f5326d1de7 user: dgp tags: dgp-refactor | |
| 15:38 | Fire write fileevent if async connect fails finally (test socket-14.2) check-in: c80dc6e566 user: oehhar tags: bug-13d3af3ad5 | |
| 15:22 | Also continue async connect without event loop if gets/puts is called (test socket-14.8.*) check-in: 33d1e6a53a user: oehhar tags: bug-13d3af3ad5 | |
| 14:36 | Workaround if FD_CONNECT notification comes before socket list registration in TcpThreadActionProc check-in: a4af0b5949 user: oehhar tags: bug-13d3af3ad5 | |
| 12:08 | * tclUnixSock.c: Fix WaitForConnect() for client sockets that have to try more than one address. ... check-in: 06c4fda007 user: max tags: bug-13d3af3ad5 | |
| 09:01 | merge trunk check-in: 4634b864fa user: dkf tags: dkf-http-cookies | |
| 09:00 | Reorganize log level management, start testing persistence, refactor code to not put so much in ::ht... check-in: b6af1d7ed5 user: dkf tags: dkf-http-cookies | |
|
2014-03-09
| ||
| 21:58 | Merge core-8-5-branch (New tests covering INPUT_NEED_NL flag handling. One exposes a bug.) check-in: 26bd1581af user: jan.nijtmans tags: trunk | |
|
2014-03-07
| ||
| 07:40 | Still incomplete info structure in event proc: try to protect with locks (unsuccesful). Probably loc... check-in: ffb0e6c712 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-06
| ||
| 18:21 | More debug to chase different fd in struct than in callback check-in: 210378511e user: oehhar tags: bug-13d3af3ad5 | |
| 10:37 | Terminate async connect synchronously by any blocking operation check-in: 76a90541db user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-05
| ||
| 22:28 | more checks of domain data loading check-in: 4c9fc857ef user: dkf tags: dkf-http-cookies | |
| 15:15 | "gets" blocked after async cannect: SOCKET_ASYNC_CONNECT was not cleared check-in: e6b7f7708c user: oehhar tags: bug-13d3af3ad5 | |
| 14:40 | Refactor the error handling logic around connect() check-in: a532187514 user: max tags: bug-13d3af3ad5 | |
| 13:12 | avoid warnings about uninitialized infoPtr in DEBUG check-in: 49c77f95c1 user: max tags: bug-13d3af3ad5 | |
| 13:09 | Print out the value of infoPtr in DEBUG, so that coexisting sockets can be distinguished in the outp... check-in: a3b9f7fdbd user: max tags: bug-13d3af3ad5 | |
| 10:20 | Next async connect try works. Reset error and move notifier before connect. check-in: 296c6ffb8c user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-04
| ||
| 18:54 | * Use watchEvents only for read/write/close events of [chan event], don't mix with internal use o... check-in: 9c695de236 user: max tags: bug-13d3af3ad5 | |
| 08:11 | safer setter mechanism check-in: 2049ccd386 user: dkf tags: dkf-http-cookies | |
| 07:54 | Reverted move of WSAAsyncSelect before connect -> FD_Connect message does also fire if it exists on ... check-in: c044ae1f1b user: oehhar tags: bug-13d3af3ad5 | |
|
2014-03-03
| ||
| 23:22 | working towards a more consistent way of handling options in the cookiejar API check-in: 5658068e23 user: dkf tags: dkf-http-cookies | |
| 15:57 | WIP: async open event now passes to SocketEventProc() and connects but does not finalyze that (I gue... check-in: 1a15736603 user: oehhar tags: bug-13d3af3ad5 | |
|
2014-02-28
| ||
| 11:05 | Make printf debugging switchable, because it affects 'make test' check-in: 84c3e283bc user: max tags: bug-13d3af3ad5 | |
| 10:47 | Broken intermediate state. Calling back to CreateClientSocket() from the event loop works, but the ... check-in: a1779bfd08 user: max tags: bug-13d3af3ad5 | |
|
2014-02-26
| ||
| 13:16 | Simplify macro handling in tclOO*Decls.h, just as already done in "novem" [0c37ab8944], itcl*Decls.h... check-in: ebf5381b2f user: jan.nijtmans tags: trunk | |
| 12:44 | Merge trunk check-in: 6cdbf73536 user: max tags: bug-13d3af3ad5 | |
| 08:58 | start writing integration tests check-in: 0db5a8b266 user: dkf tags: dkf-http-cookies | |
|
2014-02-25
| ||
| 15:49 | [8d5f5b8034] Flush internal representations in [string tolower] of unshared obj check-in: 6504791ba5 user: dkf tags: trunk | |
| 09:10 | more tests and some fixes check-in: 049762f4d4 user: dkf tags: dkf-http-cookies | |
| 08:02 | Do not reopen a win serial channel for serial detection. There are issues with some Bluetooth virtua... check-in: eb0919a1ec user: oehhar tags: trunk | |
|
2014-02-24
| ||
| 08:13 | more functional testing check-in: d8fc962c97 user: dkf tags: dkf-http-cookies | |
|
2014-02-23
| ||
| 18:17 | merge trunk check-in: 00ed09fc01 user: dkf tags: dkf-http-cookies | |
| 13:07 | [3597178]: Improve documentation of what's going on with encodings check-in: 29b5d483ec user: dkf tags: trunk | |
|
2014-02-19
| ||
| 14:12 | [1230597] Update test comment. check-in: 6deecf6f75 user: dgp tags: trunk | |
|
2014-02-18
| ||
| 14:14 | testing of the cookiejar implementation check-in: bde54f5d48 user: dkf tags: dkf-http-cookies | |
|
2014-02-16
| ||
| 09:04 | extending the IDNA tests check-in: 1567ef37b2 user: dkf tags: dkf-http-cookies | |
| 08:18 | [9bf7e67b37]: minor documentation blooper check-in: 319683e85d user: dkf tags: trunk | |
|
2014-02-15
| ||
| 10:02 | add the test cases from RFC 3492 check-in: b09e2204e4 user: dkf tags: dkf-http-cookies | |
|
2014-02-14
| ||
| 09:03 | more tests, now getting to the IDNA handling check-in: 5f6bb663fd user: dkf tags: dkf-http-cookies | |
|
2014-02-13
| ||
| 09:04 | more tests for the punycode engine check-in: 9783d98bd3 user: dkf tags: dkf-http-cookies | |
|
2014-02-12
| ||
| 12:15 | typo check-in: dc8f438313 user: jan.nijtmans tags: trunk | |
|
2014-02-11
| ||
| 10:58 | Fix execute permission bit (should not be set) for *Decls.h files check-in: 5308afeb26 user: jan.nijtmans tags: trunk | |
|
2014-02-10
| ||
| 17:09 | merge trunk check-in: ca8cc64e32 user: dgp tags: dgp-refactor | |
| 11:59 | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang/LLVM) don't define it,... check-in: 80cf092cc7 user: jan.nijtmans tags: trunk | |
|
2014-02-09
| ||
| 12:56 | starting to write some tests check-in: ece03eda87 user: dkf tags: dkf-http-cookies | |
| 12:41 | D'oh! check-in: 3e89b49881 user: dkf tags: dkf-http-cookies | |
|
2014-02-08
| ||
| 15:36 | update list of TLDs check-in: 38e63c1acb user: dkf tags: dkf-http-cookies | |
| 15:03 | merge trunk check-in: 20ad99c5e9 user: dkf tags: dkf-http-cookies | |
| 07:41 | merge trunk check-in: b42667a7e0 user: dkf tags: dkf-improved-disassembler | |
|
2014-02-06
| ||
| 22:48 | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list of importe... check-in: ec28d672c6 user: dgp tags: trunk | |
| 21:45 | check for existance of __BORLANDC__ before using its value check-in: e212ae9cf1 user: jan.nijtmans tags: trunk | |
| 18:35 | merge trunk check-in: 0eb8efa5ba user: mig tags: mig-optimize | |
|
2014-02-04
| ||
| 21:52 | Satisfy required position of __stdcall from VC++ check-in: 4d93b22209 user: jan.nijtmans tags: trunk | |
| 21:33 | Add missing __stdcall (which crashes on win32), and clean-up indenting check-in: d2660a9d11 user: jan.nijtmans tags: trunk | |
| 16:30 | merge trunk check-in: 7642672bf2 user: dgp tags: dgp-refactor | |
| 16:24 | Simplify the core output operations of channels. Reduce duplicative and dead code. check-in: af063120ee user: dgp tags: trunk | |
| 09:09 | merge trunk check-in: b9f6344af3 user: dkf tags: dkf-improved-disassembler | |
| 09:02 | make the printing of source much less inclined to be fazed by non-ASCII chars check-in: 185f7e2f36 user: dkf tags: trunk | |
| 08:15 | [971cb4f1db]: Make debugging traces less inclined to serious visual corruption check-in: 9533dbc4c7 user: dkf tags: trunk | |
|
2014-02-03
| ||
| 22:29 | merge trunk check-in: 6e467f54ca user: dkf tags: dkf-improved-disassembler | |
| 17:32 | merge trunk check-in: 2dc7adbbf0 user: mig tags: mig-optimize | |
| 15:19 | Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 check-in: 818d7d0f1a user: jan.nijtmans tags: trunk | |
|
2014-02-02
| ||
| 16:01 | add compilation of [string is] check-in: f74647ceeb user: dkf tags: trunk | |
| 15:09 | merge main working branch Closed-Leaf check-in: b3a938ddc0 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 15:08 | merge main working branch Closed-Leaf check-in: e3f27bdbd1 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 14:43 | compilation of [string is] Closed-Leaf check-in: fc4df9d199 user: dkf tags: dkf-bytecode-8.6-main | |
| 14:42 | improve the disassembly Closed-Leaf check-in: d1f2d16fd2 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-31
| ||
| 09:19 | Fix [4b3b7a3082]: tcl8.5.15/generic/tclExecute.c:7713: array index before sanity check ? check-in: 0b5fb73910 user: jan.nijtmans tags: trunk | |
|
2014-01-30
| ||
| 16:21 | merge trunk check-in: b05a6048ea user: dgp tags: dgp-refactor | |
| 14:51 | Eliminate the use of a staging buffer in WriteChars(). check-in: f5f5df0f00 user: dgp tags: trunk | |
| 14:50 | Fix [22c10c8e79]: core-8-5: msvc6 build: "Side by Side" error check-in: 3fb17c9267 user: jan.nijtmans tags: trunk | |
|
2014-01-29
| ||
| 23:18 | Squashed C99 syntax breaking the native AIX cc. check-in: 8d1efaf42d user: andreask tags: trunk | |
| 13:59 | Compile [string is] with character classes in a non-awful way. Needs more work to make resulting byt... check-in: 587d82b78a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-25
| ||
| 21:41 | sync tcl.m4 with Tk version check-in: d16f9a59ec user: jan.nijtmans tags: trunk | |
| 09:02 | merge principal development branch check-in: 51b5fe9afe user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 08:57 | more quieting of excessively-noisy messages Closed-Leaf check-in: 7d37b91ada user: dkf tags: dkf-quieter-compiles, dkf-bytecode-8.6-main | |
|
2014-01-24
| ||
| 22:00 | merge trunk check-in: f00afeae97 user: dgp tags: dgp-refactor | |
| 21:52 | In WriteChars(), eliminate the copy step through a staging buffer when it is not required for channe... check-in: d76ed8a13f user: dgp tags: trunk | |
|
2014-01-23
| ||
| 13:15 | merge trunk check-in: e5eacae891 user: dgp tags: dgp-refactor | |
|
2014-01-22
| ||
| 19:44 | experimenting with making the compilation less noisy check-in: 1a780d806a user: dkf tags: dkf-quieter-compiles, dkf-bytecode-8.6-main | |
| 19:33 | improved tidy-up from branch check-in: b946fae2c6 user: dkf tags: trunk | |
| 13:48 | remove unused variable check-in: 8cf8f4d2dc user: jan.nijtmans tags: trunk | |
| 09:14 | minor tidying up check-in: 039b02fa79 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:11 | add compilation for [nextto] and [yieldto]; fix [a90d9331bc] check-in: b64f6cd9a9 user: dkf tags: trunk | |
| 09:07 | [a90d9331bc]: must not crash when yieldto called in vanishing namespace check-in: b37441105a user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-21
| ||
| 18:17 | merge mark check-in: 345437b24b user: dgp tags: trunk | |
| 17:25 | [2992970] Restore safety of Tcl_AppendObjToObj(x, x) for bytearrays. check-in: 704897a19b user: dgp tags: trunk | |
| 15:07 | implementation of [yieldto] in bytecode check-in: ef8db24f85 user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-19
| ||
| 18:39 | added compilation for [nextto] check-in: 6f3de2ee14 user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-17
| ||
| 09:43 | remove some dead code Closed-Leaf check-in: a9e0697268 user: dkf tags: bug-272e866f1e | |
|
2014-01-15
| ||
| 20:21 | [272e866f1e][965a39e314] Revise ReadBytes so that it uses the bytearray growth algorithm already in ... check-in: 128d902c33 user: dgp tags: bug-272e866f1e | |
| 19:04 | [2992970] Restore the safety of Tcl_AppendObjToObj(x, x) for bytearrays. Also moves overflow checkin... Closed-Leaf check-in: e5267e9dcd user: dgp tags: bug-2992970 | |
|
2014-01-13
| ||
| 08:06 | extend [string is] to booleans check-in: 4013777385 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-10
| ||
| 15:58 | a different approach check-in: 85c888f3e7 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-09
| ||
| 21:20 | merge trunk check-in: cd045e6a26 user: dkf tags: dkf-improved-disassembler | |
| 14:29 | merge trunk check-in: 769d84f6a6 user: dgp tags: dgp-refactor | |
| 10:49 | use compact form check-in: ef10c605e4 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
|
2014-01-08
| ||
| 11:04 | Make DEFAULT_TRIM_SET a MODULE_SCOPE string constant, so its value can be shared in tclCmdMZ.o and T... check-in: 2191bd8485 user: jan.nijtmans tags: trunk | |
|
2014-01-07
| ||
| 15:29 | Revert Makefile.in changes and remove added tclStringTrim.h header. Otherwise, the same changes wo... Closed-Leaf check-in: acd990a59d user: jan.nijtmans tags: remove-trim-header | |
| 14:52 | merge trunk check-in: 0d51d6c35e user: dgp tags: dgp-refactor | |
| 14:25 | merge main working branch check-in: 694ecb849a user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 14:19 | Add compilations for the following commands: * concat * linsert * namespace origin * next * str... check-in: 4492d3b645 user: dkf tags: trunk | |
| 14:13 | make function static once more; not needed outside of source file check-in: db86bf6a15 user: dkf tags: dkf-bytecode-8.6-main | |
| 13:59 | reduce the overhead of NR-enabled TclOO [next] check-in: 966489854c user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-06
| ||
| 13:07 | merge trunk check-in: c830714db9 user: dgp tags: dgp-refactor | |
|
2014-01-05
| ||
| 17:31 | factor out a common stanza check-in: 92b49504eb user: dkf tags: dkf-bytecode-8.6-main | |
| 17:00 | merge main working branch check-in: efa38c6308 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 16:57 | merge trunk check-in: 48c3800a6d user: dkf tags: dkf-bytecode-8.6-main | |
| 15:02 | merge trunk check-in: 16ddfe9591 user: mig tags: mig-optimize | |
| 15:01 | fix arraySet compiler to set -errorcode instead of -errorCode in return options check-in: 5a9b720577 user: mig tags: trunk | |
| 14:11 | merge trunk check-in: 617a70e5c0 user: mig tags: mig-optimize | |
| 14:10 | skip the switch(result) on returning TCL_OK from a proc check-in: ea59100c56 user: mig tags: trunk | |
| 12:03 | merge trunk check-in: 6064646a34 user: mig tags: mig-optimize | |
| 12:01 | reducing TEBCdata: pc and cleanup now passed in the NREcallback check-in: 0c12259de7 user: mig tags: trunk | |
|
2014-01-03
| ||
| 11:08 | merge trunk check-in: 9ceab49e1e user: mig tags: mig-optimize | |
|
2014-01-02
| ||
| 22:12 | remove unintended change check-in: c872c87b27 user: mig tags: mig-optimize | |
| 22:11 | remove two now unneeded corrections in the for compiler check-in: 78492334ba user: mig tags: mig-optimize | |
| 15:30 | redevelop code to have more in common with the interpreted [string is] and to remove non-working typ... check-in: fce302b44d user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 13:43 | merge trunk check-in: e9435b0a49 user: dgp tags: dgp-refactor | |
| 10:11 | merge-mark check-in: 4e94603486 user: jan.nijtmans tags: dkf-bytecode-8.6-main | |
| 10:01 | more fixes to instruction tracing; ensure all places that need DECACHE_STACK_INFO have it check-in: cecc44d165 user: dkf tags: trunk | |
| 09:38 | merge main working branch check-in: 8985308f80 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 09:37 | merge main working branch check-in: 044fae58fd user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 09:35 | merge main working branch check-in: 1c324ae77e user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 09:17 | implement TclOO's [next] in bytecode check-in: 6909efd4f5 user: dkf tags: dkf-bytecode-8.6-main | |
| 09:15 | merge main working branch; made opcode work by getting callback ordering right Closed-Leaf check-in: 5caf29d929 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 08:51 | merge trunk check-in: dbaf3fe8ab user: dkf tags: dkf-bytecode-8.6-main | |
| 08:35 | merge trunk check-in: 5eb96f00af user: dkf tags: dkf-bytecode-8.6-main | |
| 08:32 | merge main working branch check-in: fa1b103f18 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 03:27 | merge trunk check-in: b0d8ce1dfd user: dkf tags: dkf-bytecode-8.6-main | |
|
2014-01-01
| ||
| 16:19 | factor out a common peephole stanza check-in: 1b5fb87b71 user: dkf tags: trunk | |
| 00:02 | merge trunk check-in: 8c6514e159 user: mig tags: mig-optimize | |
|
2013-12-31
| ||
| 23:34 | another jump peephole, this time with string comparisons check-in: 8674c9099d user: dkf tags: trunk | |
| 17:28 | more cleaning up of error-case instruction tracing check-in: 9a0fff9f2b user: dkf tags: dkf-bytecode-8.6-main | |
| 16:36 | merge trunk check-in: 5f687f32da user: mig tags: mig-optimize | |
| 16:28 | merge trunk check-in: bf55737041 user: dkf tags: dkf-bytecode-8.6-main | |
| 16:26 | more peephole optimizations in TEBC, and better instruction execution traces check-in: c5d6c15df9 user: dkf tags: trunk | |
| 12:38 | merge trunk; segfault in assemble-30.4, to be investigated check-in: 6896877443 user: mig tags: mig-optimize | |
| 12:14 | clarify the resume sequence in TEBCresume; make checkInterp a local variable, remove it from the sav... check-in: af06c0fbf8 user: mig tags: trunk | |
| 10:49 | merge trunk check-in: f31bdb28e9 user: dkf tags: dkf-bytecode-8.6-main | |
| 10:47 | remove ill-advised change to assembler What made sense for the compiler does not for the assemble... check-in: eabc1b8699 user: dkf tags: trunk | |
| 10:37 | Now gets the stack depth about right, but still many test failures. check-in: 6145c5e865 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
|
2013-12-30
| ||
| 16:36 | merge trunk Closed-Leaf check-in: 014940909e user: dgp tags: dkf/asm-crash-20131022 | |
| 11:58 | merge main working branch check-in: b540b18e40 user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 11:56 | put the other definition of a trim set in the header file too check-in: 9f5aa1fe63 user: dkf tags: dkf-bytecode-8.6-main | |
| 11:44 | merge main working branch check-in: 10c9b8f76d user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 11:40 | Factor out the definition of the default string trim set; define it once only. check-in: 57c46ae806 user: dkf tags: dkf-bytecode-8.6-main | |
| 10:24 | merge main working branch check-in: 1eae2c7592 user: dkf tags: dkf-bytecode-8.6/next, dkf-bytecode-8.6-main | |
| 08:50 | merge main working branch check-in: ef604e2db9 user: dkf tags: dkf-bytecode-8.6/string-is, dkf-bytecode-8.6-main | |
| 08:49 | merge main working branch check-in: 1b96ee83b9 user: dkf tags: dkf-bytecode-8.6/join, dkf-bytecode-8.6-main | |
| 08:49 | merge main working branch check-in: dde154938f user: dkf tags: dkf-bytecode-8.6/eval, dkf-bytecode-8.6-main | |
| 08:37 | implement [namespace origin] in bytecode check-in: 1572fe02bd user: dkf tags: dkf-bytecode-8.6-main | |
| 08:16 | allow generation by assembler check-in: 7b776b5ef4 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:12 | corrected comment check-in: e56b6a5abb user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-12-29
| ||
| 18:49 | Improved general case of [string replace] implementation. check-in: abb9522f54 user: dkf tags: dkf-bytecode-8.6-main | |
| 18:48 | precondition was wrong, and needed to flush part of the string/internal rep Closed-Leaf check-in: 61d38268ae user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
| 16:59 | use the new instruction check-in: 5b590417f3 user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
|
2013-12-28
| ||
| 17:21 | completed instruction implementation check-in: 4baf63487a user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
|
2013-12-27
| ||
| 21:00 | merge trunk check-in: 4eca9283c9 user: dgp tags: dgp-refactor | |
| 20:22 | merge to pre-conflict check-in: 378998b647 user: dgp tags: dgp-refactor | |
| 20:16 | resolve conflict in merge check-in: 0df9a9850e user: dgp tags: dgp-refactor | |
| 19:51 | merge to pre-conflict check-in: 97e935896f user: dgp tags: dgp-refactor | |
| 13:28 | last few 1-jumps gone; only remain the special ones after INST_RETURN_CODE_BRANCH check-in: d7bbadd225 user: mig tags: mig-optimize | |
|
2013-12-26
| ||
| 18:22 | one more 1-4 jump conversion check-in: 5e5429fb68 user: mig tags: mig-optimize | |
| 15:25 | remove uninitialized variable and the code that used it DKF: very ill-advised; changes semantics ... Closed-Leaf check-in: 996c4a1cda user: mig tags: dkf-review | |
|
2013-12-25
| ||
| 16:51 | move initial traceExec to TclNRExecuteBytecode check-in: c2df802f9b user: mig tags: mig-optimize | |
| 16:10 | slight INST_DONE optimization check-in: 2677d85ad7 user: mig tags: mig-optimize | |
|
2013-12-24
| ||
| 18:57 | interim commit; not yet working check-in: 71f55efff2 user: dkf tags: dkf-bytecode-8.6/string-replace, dkf-bytecode-8.6-main | |
|
2013-12-23
| ||
| 18:32 | merge trunk check-in: 9dfb1c05dd user: dkf tags: dkf-bytecode-8.6-main | |
| 11:42 | merge new stack checking tools for the compiler check-in: 3729db90cb user: mig tags: mig-optimize | |
| 11:28 | Added new tools for managing and verifying the stack depth during compilation. Used it in some spots... check-in: c91b235146 user: mig tags: trunk | |
|
2013-12-22
| ||
| 15:22 | fix bad stack computations in subst compiler check-in: 8ccd564033 user: mig tags: mig-optimize | |
| 15:08 | fix stack counting bug in catch compiler check-in: 2a11a32dae user: mig tags: mig-optimize | |
| 14:19 | merge trunk check-in: 1b948d66b1 user: mig tags: mig-optimize | |
| 14:11 | remove unnecessary messing around INST_CONTINUE and INST_BREAK: local continue/break are already con... check-in: 6e3a672696 user: mig tags: trunk | |
| 13:05 | merge trunk check-in: 9609a547c6 user: mig tags: mig-optimize | |
| 13:03 | remove duplicate statement in previous commit check-in: ce6b692ea9 user: mig tags: trunk | |
| 12:52 | fix stack counting bug in new catch compiler, commit 62a51cdb45. check-in: f4a47f8891 user: mig tags: trunk | |
|
2013-12-20
| ||
| 22:00 | merge mark check-in: 5ac24a13ca user: mig tags: mig-optimize | |
| 21:59 | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick from mig-optimize) check-in: cddbfc3081 user: mig tags: trunk | |
| 21:45 | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary. Passes the testsuite check-in: 2c9af1bcda user: mig tags: mig-optimize | |
| 20:18 | remove unnecessary messing around INST_CONTINUE and INST_BREAK: local continue/break are already con... check-in: a3dd0d49c5 user: mig tags: mig-optimize | |
|
2013-12-19
| ||
| 19:18 | merge trunk check-in: 27341f4eb3 user: mig tags: mig-optimize | |
| 14:35 | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, looks like a good idea ... check-in: e6528e54af user: jan.nijtmans tags: trunk | |
|
2013-12-18
| ||
| 22:01 | merge trunk check-in: c08920b226 user: mig tags: mig-optimize | |
| 21:57 | make tclInstructionTable and TclRegisterLiteral available to stubs-enabled extensions check-in: 9b86972a1d user: mig tags: mig-optimize | |
| 18:23 | [0b874c344d] Fix for nested coroutines ability to stitch together multiple parts of the CmdFrame cha... check-in: 955265f9a0 user: dgp tags: trunk | |
| 18:20 | merge trunk Closed-Leaf check-in: c2729f6ccc user: dgp tags: bug-0b874c344d | |
| 17:29 | merge trunk check-in: 9e7cd2afeb user: mig tags: mig-optimize | |
| 16:06 | Making the optimizer pluggable by extensions check-in: f1ad9cd44e user: mig tags: trunk | |
| 15:34 | Making the optimizer pluggable by extensions; please review for committing to trunk Closed-Leaf check-in: 66649275ed user: mig tags: mig-tmp-optimize | |
|
2013-12-15
| ||
| 17:49 | Improve descriptions of character escapes and ranges in Tcl.n. Improve output format handlers to cop... check-in: 35e85b0756 user: dkf tags: trunk | |
|
2013-12-14
| ||
| 03:23 | adding a PUSH4-to-jump step check-in: ead6b44f47 user: mig tags: mig-optimize | |
|
2013-12-12
| ||
| 09:57 | simple compilation of [string replace] check-in: 42c221805b user: dkf tags: dkf-bytecode-8.6-main | |
| 09:13 | merge trunk; document added instructions check-in: 3c12b66379 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-12-11
| ||
| 21:15 | merge check-in: 488aa08719 user: mig | |
| 20:57 | logic fix; special handling for RETURN_CODE_BRANCH check-in: 0fed1bc012 user: mig tags: mig-optimize | |
| 18:05 | removing most of the optimizer, will be back after a change in data structs check-in: 12f906e772 user: mig | |
| 18:02 | fix stupid error check-in: d203d7e71a user: mig tags: mig-optimize | |
| 17:31 | merge - no diff to mig-optimize has yet been committed check-in: 95715761bd user: mig | |
| 17:29 | merge new catch compiler check-in: 35565158e5 user: mig tags: mig-optimize | |
| 17:13 | allow simple optimization of the OK case, at the cost of some code duplication Closed-Leaf check-in: e777d7ae20 user: mig tags: mig-catch-compiler | |
| 16:48 | merge mark check-in: e0c8c98af2 user: mig tags: mig-catch-compiler | |
| 16:46 | simplification of the catch compiler and new test check-in: 62a51cdb45 user: mig tags: trunk | |
| 16:43 | comments check-in: 2e7bd6187e user: mig tags: mig-catch-compiler | |
| 16:33 | comments check-in: 7df5af9041 user: mig tags: mig-catch-compiler | |
| 16:27 | comments check-in: 26000c5283 user: mig tags: mig-catch-compiler | |
| 15:55 | new test, and fix for bug check-in: a54157c969 user: mig tags: mig-catch-compiler | |