Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

200 most recent check-ins using file win/tclWinFile.c version c6b5d4f8d7

2016-12-24
23:00
Add test var-13.2 to check that unsetting an array element terminates an array search. This behavio... check-in: e1e9542624 user: andy tags: array-search-unset
2016-09-08
12:22
merge 8.6.1 check-in: 65981cfc14 user: dgp tags: dgp-literal-reform
2016-06-16
16:14
Correct the patch. check-in: 333574afba user: dgp tags: bug-16828b3744
15:25
Merge ec51e0603e. Segfaults again. check-in: 68fccd6611 user: dgp tags: bug-16828b3744
15:19
Merge up to a197e6853e. Still works. Next checkin restarts the segfaults. check-in: 3938bee11d user: dgp tags: bug-16828b3744
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
2015-07-17
19:33
[a3309d01db] Test the demonstrates leak in branch off checkin that starts it. check-in: 494aa96a48 user: dgp tags: bug-a3309d01db
2014-04-20
15:28
more tinkering check-in: 8eb5a4845a user: dkf tags: dkf-http-cookies
2014-04-10
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:56
merge trunk check-in: f24df1717c user: jan.nijtmans tags: novem
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:47
merge trunk check-in: 33f13ba67c user: jan.nijtmans tags: novem
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:14
merge trunk check-in: 386ead73ae user: jan.nijtmans tags: novem
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 trunk check-in: b9dc391702 user: jan.nijtmans tags: novem
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:18
merge-mark check-in: f9fcde39ad user: jan.nijtmans tags: novem
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:59
merge trunk check-in: 2ab5c24490 user: jan.nijtmans tags: novem
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:32
merge trunk check-in: 784a6ebd99 user: jan.nijtmans tags: novem
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-21
20:08
merge trunk check-in: 7067cdd418 user: jan.nijtmans tags: novem
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
09:56
merge trunk check-in: 7250e8085c user: jan.nijtmans tags: novem
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
11:13
Merge trunk check-in: 73afad5c30 user: jan.nijtmans tags: novem
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:54
merge trunk check-in: 470ba4edf6 user: dkf tags: dkf-improved-disassembler
07:54
improve the testing of the disassembly commands check-in: d369bbfd9a user: dkf tags: dkf-improved-disassembler
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
22:10
merge trunk check-in: 6828d86c67 user: jan.nijtmans tags: novem
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:29
merge trunk check-in: eb01b5b26b user: jan.nijtmans tags: novem
15:19
Fix [651e828a52]: Wrong Windows version reported for Windows 8.1 check-in: 818d7d0f1a user: jan.nijtmans tags: trunk
09:53
merge trunk check-in: 63547cfbe8 user: jan.nijtmans tags: novem
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:26
merge trunk check-in: 9cbf304e98 user: jan.nijtmans tags: novem
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:42
merge trunk check-in: 5fb12de009 user: jan.nijtmans tags: novem
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
23:12
merge trunk check-in: ddec41f466 user: jan.nijtmans tags: novem
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
17:05
merge trunk check-in: 2c2c6d6225 user: jan.nijtmans tags: novem
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