Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
403 check-ins using file win/Makefile.in version fadfb2a80a
|
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-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
| ||
| 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 | |
| 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 | |
|
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: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
| ||
| 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
| ||
| 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 | |
| 18:09 | Big simplification of the bug fix. check-in: 377a1e094e user: dgp tags: bug-0b874c344d | |
| 17:29 | merge trunk check-in: 9e7cd2afeb user: mig tags: mig-optimize | |
| 16:06 | Making the optimizer pluggable by extensions check-in: f1ad9cd44e user: mig tags: trunk | |
| 15:34 | Making the optimizer pluggable by extensions; please review for committing to trunk Closed-Leaf check-in: 66649275ed user: mig tags: mig-tmp-optimize | |
|
2013-12-17
| ||
| 21:19 | Factor out the level offsetting into a final pass. Let the first pass of the "chain" operation just... check-in: 8dba1257b1 user: dgp tags: bug-0b874c344d | |
|
2013-12-16
| ||
| 21:01 | Refactoring work on the "chain" operation. check-in: 57834e5a05 user: dgp tags: bug-0b874c344d | |
|
2013-12-15
| ||
| 17:49 | Improve descriptions of character escapes and ranges in Tcl.n. Improve output format handlers to cop... check-in: 35e85b0756 user: dkf tags: trunk | |
|
2013-12-14
| ||
| 03:23 | adding a PUSH4-to-jump step check-in: ead6b44f47 user: mig tags: mig-optimize | |
|
2013-12-13
| ||
| 18:39 | Simplify the coding of the unchain operation. check-in: faa9978a25 user: dgp tags: bug-0b874c344d | |
|
2013-12-12
| ||
| 09:57 | simple compilation of [string replace] check-in: 42c221805b user: dkf tags: dkf-bytecode-8.6-main | |
| 09:13 | merge trunk; document added instructions check-in: 3c12b66379 user: dkf tags: dkf-bytecode-8.6-main | |
| 08:09 | merge trunk check-in: 7bab51b334 user: dkf tags: dkf-bytecode-8.6-main | |
|
2013-12-11
| ||
| 21:15 | merge check-in: 488aa08719 user: mig | |
| 20:57 | logic fix; special handling for RETURN_CODE_BRANCH check-in: 0fed1bc012 user: mig tags: mig-optimize | |
| 18:05 | removing most of the optimizer, will be back after a change in data structs check-in: 12f906e772 user: mig | |
| 18:02 | fix stupid error check-in: d203d7e71a user: mig tags: mig-optimize | |
| 17:31 | merge - no diff to mig-optimize has yet been committed check-in: 95715761bd user: mig | |
| 17:29 | merge new catch compiler check-in: 35565158e5 user: mig tags: mig-optimize | |
| 17:13 | allow simple optimization of the OK case, at the cost of some code duplication Closed-Leaf check-in: e777d7ae20 user: mig tags: mig-catch-compiler | |
| 16:48 | merge mark check-in: e0c8c98af2 user: mig tags: mig-catch-compiler | |
| 16:46 | simplification of the catch compiler and new test check-in: 62a51cdb45 user: mig tags: trunk | |
| 16:43 | comments check-in: 2e7bd6187e user: mig tags: mig-catch-compiler | |
| 16:33 | comments check-in: 7df5af9041 user: mig tags: mig-catch-compiler | |
| 16:27 | comments check-in: 26000c5283 user: mig tags: mig-catch-compiler | |
| 15:55 | new test, and fix for bug check-in: a54157c969 user: mig tags: mig-catch-compiler | |
| 15:16 | simplify: remove the special case check-in: da1e3c8fc9 user: mig tags: mig-catch-compiler | |
| 14:51 | store options early: simplify compiler, reduce stack manipulations check-in: a31b0e17b7 user: mig tags: mig-catch-compiler | |
| 13:49 | simplifying: drop early the evaled script check-in: 8ffaec97b7 user: mig tags: mig-catch-compiler | |
| 12:57 | shrink 4 jumps even if not recursing; change jumps to next into NOP or POP check-in: 98e98e59ec user: mig tags: mig-optimize | |
| 11:59 | merge check-in: 2ba245e5f9 user: mig | |
| 11:58 | cosmetic: move macros to the top of the file, add comments. check-in: e580cf7590 user: mig tags: mig-optimize | |
| 11:47 | copyright check-in: 16d64b476f user: mig | |
| 11:46 | add my copyright notice check-in: fd582653ac user: mig tags: mig-optimize | |
| 11:33 | branch for developing a different bc optimizer check-in: bf5d07c872 user: mig | |
| 11:29 | move the optimizer back to TclSetByteCodeFromAny - still unsure if it actually belongs in InitByteco... check-in: 51dac455d6 user: mig tags: mig-optimize | |
| 10:34 | change criterion: always restart code compaction. To be revisited. check-in: c6f68bb0af user: mig tags: mig-optimize | |
|
2013-12-10
| ||
| 22:52 | restart code compaction if a further 10% code reduction can be achieved check-in: be1401ea70 user: mig tags: mig-optimize | |
| 19:14 | temporarily remove assemble.test to get a clean testsuite, until the bug in trunk gets fixed check-in: f03c6dab0b user: mig tags: mig-optimize | |
| 19:05 | add comment, early exit to CompactCode check-in: 81c40a12f0 user: mig tags: mig-optimize | |
| 17:42 | reverting catch compiler changes - better let END_CATCH be "transparent" to PUSH in the optimizer. A... check-in: 9a2de2068f user: mig tags: mig-optimize | |
| 12:07 | fix INST_LMAP_COLLECT from trunk check-in: c70ff981e2 user: mig tags: mig-optimize | |
| 12:05 | fix stack computations for lmap check-in: e4212fccc3 user: mig tags: trunk | |
| 11:40 | get INST_LMAP_COLLECT from trunk check-in: 72fd8739c8 user: mig tags: mig-optimize | |
| 11:38 | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var check-in: 58ebb29700 user: mig tags: trunk | |
| 10:24 | more INST4 to INST1 conversions where possible check-in: 69b878258b user: mig tags: mig-optimize | |
| 01:17 | added a code-shrinker as last optimizer step: 5-byte to 2-byte insts where possible, remove all INST... check-in: 5fa375f12a user: mig tags: mig-optimize | |
|
2013-12-08
| ||
| 23:34 | one more jump into a body is grown to 4-size check-in: dbf2d918c3 user: mig tags: mig-optimize | |
| 20:53 | only emit PUSH4, give the optimizer more room to work with check-in: 7cc33eb452 user: mig tags: mig-optimize | |
| 17:49 | two more short-to-long jump conversions check-in: a3def86cfc user: mig tags: mig-optimize | |
| 15:20 | stop emitting non-removable unreachable INST_NOPs; replace with INST_DONE check-in: d159f8466c user: mig tags: mig-optimize | |
|
2013-12-07
| ||
| 20:15 | More simplification of forward jumps, emiting almost only 4 jumps. Ready to start on optimizer. check-in: 60fe9d5c31 user: mig tags: mig-optimize | |
| 17:38 | More simplification of forward jumps check-in: be9709bda2 user: mig tags: mig-optimize | |
| 15:46 | Some simplification of forward jumps check-in: 265934fd86 user: mig tags: mig-optimize | |
| 12:14 | First steps to a rewriting-optimizer: emit all forward jumps as 4-jumps to have rewriting space. Th... check-in: b5d790a234 user: mig tags: mig-optimize | |
|
2013-12-06
| ||
| 20:15 | merge trunk check-in: c3515741fc user: dgp tags: dgp-refactor | |
| 17:46 | merge trunk check-in: 5bbe184374 user: dgp tags: dgp-refactor | |
| 17:41 | Resolve "conflict" that dgp-refactor stores AuxData in a Brodnik array. check-in: 40308d67c9 user: dgp tags: dgp-refactor | |
| 17:34 | Merge to pre-conflict. check-in: f3f5be3937 user: dgp tags: dgp-refactor | |
| 15:58 | change NULL to INT2PTR(0), for clarity check-in: 6cfea930ff user: mig tags: trunk | |
| 14:29 | change NULL to INT2PTR(0), for clarity Closed-Leaf check-in: a3b06bc1de user: mig tags: mig-opt-foreach | |
| 14:20 | merge trunk check-in: 2d5b161958 user: mig tags: mig-opt-foreach | |
| 10:17 | Oops, wrong macro. check-in: c2afe8e73a user: jan.nijtmans tags: trunk | |
| 10:04 | Introducing a new union member in Tcl_Obj is not a good idea in a patch release, especially using "l... check-in: e8d964a08e user: jan.nijtmans tags: trunk | |
| 09:33 | merge trunk check-in: 1ab40a5c8f user: dkf tags: dkf-bytecode-8.6-main | |
| 09:28 | Stop printing undefined values in disassembled code. check-in: ccaa2e5f90 user: dkf tags: trunk | |
| 05:24 | 3x speed improvement in foreach, via new compiler and opcodes. The old version remains for old .tbc ... check-in: 93a75ad1c4 user: mig tags: trunk | |
| 01:07 | adapted the array-set compiler to use the new foreach opcodes check-in: 88629f23ac user: mig tags: mig-opt-foreach | |
| 00:16 | tighter mem management in array-set compiler check-in: 368bf6383f user: mig tags: mig-opt-foreach | |
| 00:02 | tighter mem management check-in: 2f0632c179 user: mig tags: mig-opt-foreach | |
|
2013-12-05
| ||
| 20:45 | Draft fix for Bug 0b874c344d. Includes test. check-in: de30f9f78a user: dgp tags: bug-0b874c344d | |
| 17:18 | add comments on INST_FOREACH_* check-in: 66ba84a6ad user: mig tags: mig-opt-foreach | |
| 16:01 | add comments on field "misuse" check-in: e95d817ced user: mig tags: mig-opt-foreach | |
| 15:15 | New compiler and bytecodes for foreach and lmap: 70% faster * speed as measured by http://wiki... check-in: 3782af5f5a user: mig tags: mig-opt-foreach | |
|
2013-11-29
| ||
| 18:14 | Modified info frame's coro handling to allow for a caller coro without cmdFramePtr (toplevel) Leaf check-in: f8164c896c user: andreask tags: bug-0b874c344d-ak-info-frame-coro | |
|
2013-11-24
| ||
| 18:35 | [a122627849] Improve stack trace from parray on not-array. check-in: 02ef6fa87e user: dkf tags: trunk | |
|
2013-11-22
| ||
| 13:21 | revert accidental part of previous commit check-in: b7d07f415c user: jan.nijtmans tags: trunk | |
| 13:17 | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together with <tcl.h> check-in: 5dac33e7ef user: jan.nijtmans tags: trunk | |
|
2013-11-21
| ||
| 16:22 | Modify makefile.vc for Windows 8.1 support check-in: c8998f018b user: jan.nijtmans tags: trunk | |
| 11:52 | Add support for Windows 8.1: See [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.a... check-in: f858abe62f user: jan.nijtmans tags: trunk | |
| 09:24 | The only relyable way of changing environment variables to uppercase (e.g. env(ComSpec) to env(COMSP... check-in: bd7d5c1f7c user: jan.nijtmans tags: trunk | |
|
2013-11-20
| ||
| 16:06 | Safer clean-up of environment variables: Do removal after insertions -> tcltest 2.3.7 check-in: 9835f4f033 user: jan.nijtmans tags: trunk | |