Tcl Source Code

Timeline
Login

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

104 check-ins using file changes version 7b135b7e99

2017-11-16
22:32
remove test code check-in: 98ee6f28a0 user: aspect tags: bug-1224888
12:48
readlink() does not null-terminate its result check-in: 4c78e13050 user: aspect tags: bug-1224888
2016-09-08
12:43
merge 8.6.4 check-in: 67a149d080 user: dgp tags: dgp-literal-reform
2015-11-05
16:38
restore safety measure (stupidly disabled in 7cce33b) check-in: 4ceb5c2ba8 user: msofer tags: mig-optimize
01:48
merge trunk; partial while hunting for a merge bug - updated to 2015-05-18 check-in: 26f9bf8072 user: msofer tags: mig-optimize
2015-06-16
03:33
lreplace: more tests, doc improvement Closed-Leaf check-in: b1d875f05f user: aspect tags: aspect-lreplace-refix
00:41
fix for a4cb3f06c4fe - bug introduced in 32b61592465 check-in: 8532890ecf user: aspect tags: aspect-lreplace-refix
2015-06-10
21:53
Patch to add support for higher baud rates under Unix Ticket [e770d92d76]] Closed-Leaf check-in: 7c1aae5292 user: hypnotoad tags: ticket-e770d92d6
2015-05-28
00:53
Make sure the necessary mutexes are in a well-known state across calls to fork(). check-in: e061e813c3 user: mistachkin tags: bug-57945b574a
2015-05-27
22:34
Fix typo in previous check-in. Closed-Leaf check-in: a6cc71ba6d user: mistachkin tags: experimental
22:29
Make sure the master and mutex locks are in a well-known state across the fork() call. check-in: c69cf62a8e user: mistachkin tags: experimental
12:58
merge novem check-in: eb5d28cac2 user: dgp tags: dgp-refactor
2015-05-25
20:23
Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is respon... check-in: 29ddaf623d user: jan.nijtmans tags: trunk
13:03
Merge trunk check-in: 357f05a553 user: jan.nijtmans tags: novem
2015-05-21
17:58
Additional mutex locking/unlocking during fork() to keep things synchronized. check-in: ba2d367156 user: mistachkin tags: experimental
2015-05-20
15:15
Missed a bit check-in: 8d6572f68a user: dgp tags: trunk
15:12
[29044ba23f] Remove RANLIB as part of library installation. At best it's redundant to the RANLIB al... check-in: 9f5893b2e8 user: dgp tags: trunk
13:45
Don't change autoconf version by accident. check-in: 2e6cee666e user: dgp tags: bug-57945b574a
13:42
merge novem check-in: 636ad0e928 user: dgp tags: dgp-refactor
13:42
merge trunk check-in: 118b4353ad user: dgp tags: novem
13:37
merge trunk check-in: 9447602d7e user: dgp tags: bug-57945b574a
2015-05-19
20:34
Simplify code generation for a list of literals. Generates slightly simpler bytecode too. check-in: 1a292c2874 user: dkf tags: trunk
20:29
Tidier version. Closed-Leaf check-in: 3963c3db7f user: dkf tags: dgp-defer-string-rep
19:22
Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode. Candidate for merge to t... check-in: a3d89bfa32 user: dgp tags: dgp-defer-string-rep
2015-05-18
20:41
regenerate configure check-in: 4a93db1712 user: dkf tags: bug-57945b574a
20:33
First attempt at implementing the necessary auto-magic for usleep. check-in: f1e461bdbc user: mistachkin tags: bug-57945b574a
18:23
Adjust tweaks from the previous check-in to prepare for configure detection of usleep(). check-in: 7697b08d77 user: mistachkin tags: bug-57945b574a
14:44
merge trunk Leaf check-in: 91c27597c9 user: dgp tags: bug-3608714
14:39
merge trunk check-in: a9b44e12b1 user: dgp tags: bug-3608714
08:20
[11250a236d] Made the documentation of non-greediness overrides more obvious. check-in: 93531a5a13 user: dkf tags: trunk
07:51
[c11a51c482] Stop race condition with -accept config option, and allow overriding of it via -headers... check-in: ab0370691f user: dkf tags: trunk
2015-05-17
23:45
Temporary tweaks to allow Thread package tests to pass on Unix. check-in: 1334a0f10a user: mistachkin tags: bug-57945b574a
22:13
This should completely fix the race conditions at the cost of more complexity. Also, on Unix, a mor... check-in: dcdbdb965a user: mistachkin tags: bug-57945b574a
20:13
Update header file with the TIP number. check-in: 562aa37438 user: mistachkin tags: bug-57945b574a
20:10
Fix deadlock. check-in: 0b7a654181 user: mistachkin tags: bug-57945b574a
19:49
Merge updates from trunk. check-in: 7f74633ca9 user: mistachkin tags: bug-57945b574a
19:46
Fix typo in the previous check-in. check-in: 88904831f0 user: mistachkin tags: bug-57945b574a
18:03
Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinalize API. Not yet tested. check-in: 53d99af757 user: mistachkin tags: bug-57945b574a
12:56
[ad6696285c] Correction of description of filter behaviour with 'unknown'. check-in: 90adc15aa1 user: dkf tags: trunk
12:06
[ad6696285c] Demonstrate that filters are not called for destructors. check-in: 413d3622d5 user: dkf tags: trunk
2015-05-16
06:59
Reword and clarify the doc changes from the previous check-in. check-in: 4b7f255148 user: mistachkin tags: bug-57945b574a
06:49
First draft of the necessary doc changes. check-in: a68b3f0dac user: mistachkin tags: bug-57945b574a
2015-05-15
22:14
[85ce4bf928] Fix for problems with storing Inf with [binary format R]. check-in: 21866fab39 user: dkf tags: bug-85ce4bf928
14:40
[0f42ff7871] Remove unintentional difference between interpreted and compiled [next]. check-in: 55abfff316 user: dkf tags: trunk
13:54
[9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even when construction didn... check-in: b055612dca user: dkf tags: trunk
2015-05-14
11:20
merge novem check-in: 782f3e764a user: dgp tags: dgp-refactor
11:20
merge trunk check-in: 4099a7fc2b user: dgp tags: novem
11:19
Bump to http 2.8.9 check-in: b855213f45 user: dgp tags: trunk
08:23
[6a71dbe6ec] Ensure that compression errors log correctly. check-in: b61e62776b user: dkf tags: trunk
08:05
[b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but it is far more interop... check-in: 52fd51a4df user: dkf tags: trunk
2015-05-12
15:00
Added contributed tests from aspect Closed-Leaf check-in: 2417c6617a user: dgp tags: bug-0f42ff7871
14:45
merge trunk check-in: cddef08e73 user: dgp tags: bug-0f42ff7871
2015-04-30
15:32
merge novem check-in: 81b82b492e user: dgp tags: dgp-refactor
15:32
merge trunk check-in: 63b60af5d4 user: dgp tags: novem
15:31
test portability check-in: 019ec0ba40 user: dgp tags: trunk
15:26
merge novem check-in: a8fcf3d71f user: dgp tags: dgp-refactor
2015-04-29
21:51
merge trunk check-in: c80897363f user: jan.nijtmans tags: novem
20:35
merge mark check-in: ec6a571ab9 user: dgp tags: trunk
18:16
[894da183c8] Test and fix for regression in flushing blocked channels. check-in: 98d7d3d724 user: dgp tags: trunk
07:56
Merge tzdata2015d from ietf.org check-in: c440f651dd user: venkat tags: trunk
2015-04-24
20:17
[879a0747be] Repair handling of incomplete multi-byte chars at the ends of input buffers. Also prope... check-in: fa817d16c8 user: dgp tags: trunk
15:48
Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. check-in: 727d74f76d user: dgp tags: trunk
2015-04-23
12:17
Open linked folder shared on Windows - Patch [19ea026e43] check-in: 990679a4a2 user: oehhar tags: trunk
2015-04-20
10:35
Fix [8065d17822]: Duplicate -DNDEBUG in compiler command wi... check-in: 0a2e3bb2d9 user: jan.nijtmans tags: trunk
2015-04-17
20:52
bring in dgp's improvements to zippy check-in: b285882061 user: msofer tags: trunk
2015-04-16
12:27
Reduce the list walking by keeping lastPtr fields. Closed-Leaf check-in: 51052eab9b user: dgp tags: zippy-fifo
2015-04-15
19:57
Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool so that the overal opera... check-in: ee5c16f99b user: dgp tags: zippy-fifo
2015-04-10
09:23
Fix [a0a251e4e4]: tcl 8.6.4 compilation on windows with msy... check-in: c397433be3 user: jan.nijtmans tags: trunk
2015-04-09
19:53
Add new public Tcl C API to allow a mutex to be unlocked and then finalized atomically. Candidate f... check-in: 30dc11630f user: mistachkin tags: bug-57945b574a
09:27
Don't warn about warnings that are suppressed correctly now. check-in: d6a4608b51 user: dkf tags: trunk
09:20
Squelch otherwise-unavoidable OSX warnings. It's like magic! check-in: 4760483bbd user: dkf tags: trunk
2015-04-08
19:08
improve comments for TclMarkTailcall and friends check-in: 36cb964690 user: msofer tags: trunk
16:42
Correction suggested by miguel. Passes test suite and fixes bug demos. check-in: 5c3a32ed23 user: dgp tags: bug-0f42ff7871
14:37
Proposed fix. check-in: b77f0e1f77 user: dgp tags: bug-0f42ff7871
2015-04-04
11:47
Don't fetch values we don't need. check-in: 6f8d422627 user: dkf tags: trunk
2015-03-31
02:48
First sketch implementation of a Hash Array Map Trie (HAMT). check-in: b719efb9dd user: dgp tags: dgp-refactor
2015-03-24
18:38
merge novem check-in: cc8a52a073 user: dgp tags: dgp-refactor
18:37
merge trunk; purge TCL_HASH_KEY_STORE_HASH customization. That was a migration crutch to help code ... check-in: 237cb01cf9 user: dgp tags: novem
18:27
There's no need to constrain the declaration of Tcl_GetMemoryInfo(). check-in: 07823e2c5d user: dgp tags: trunk
17:34
Tcl source code already assumes the <limits.h> file is available. (See tcl/libtommath/tommath.h .) ... check-in: 713e898a78 user: dgp tags: trunk
15:18
merge novem check-in: 408dde56d0 user: dgp tags: dgp-refactor
15:13
merge trunk check-in: 199d4d8540 user: dgp tags: novem
2015-03-23
16:05
fix comments describing tailcall implementation check-in: 3a9cbfee23 user: msofer tags: trunk
13:46
fix comments describing tailcall implementation check-in: 654bad187e user: msofer tags: trunk
13:43
more comments Closed-Leaf check-in: 8ef09a1e8a user: msofer tags: mig-tailcall-cleanup
02:11
updated, improved tailcall comments check-in: cf96e3ae67 user: msofer tags: mig-tailcall-cleanup
01:01
branch for ordering and grouping the tailcall related code, and especially clean up the comments check-in: 319c4b5555 user: msofer tags: mig-tailcall-cleanup
00:33
completing the fix for bug d87cb182053fd79b3 check-in: 42560cb77f user: msofer tags: trunk
2015-03-22
22:28
Demonstration fix for bug. check-in: e19921efbc user: dgp tags: bug-f97d4ee020
2015-03-21
15:08
adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 check-in: 76751aba52 user: msofer tags: trunk
00:31
[d87cb18205] Let compiled ensembles handle tailcalls properly. check-in: 6b81a0d7de user: dgp tags: trunk
2015-03-20
19:57
Remove STRICT directive from public header. It does approximately nothing, and doesn't belong in ge... check-in: 806e97f718 user: dgp tags: trunk
2015-03-19
10:41
Ticket [e66e444440]. Modified ReadConsoleBytes to handle Ctrl-C / Ctrl-Break and not return 0 bytes... check-in: 4368d9eefc user: ashok tags: trunk
2015-03-17
20:25
Added better way to find executable name on OSX. check-in: 9844900283 user: dkf tags: bug-1224888
19:47
merge trunk check-in: f84d142b93 user: dkf tags: bug-1224888
10:54
Some cleanup of style issues. Leaf check-in: a2cf701b1c user: dkf tags: apn-hash-opt
01:07
Checkpointing the core_zip_vfs branch against the lastest release check-in: 6200e05d2f user: hypnotoad tags: core_zip_vfs
2015-03-16
07:07
Experimental branch implementing caching of hashed Tcl_Obj values. check-in: 7612bd6e33 user: ashok tags: apn-hash-opt
2015-03-13
17:14
Upon further review, due the order of #include of headers, we do not have a history of a #define STR... Closed-Leaf check-in: 8a65d84d24 user: dgp tags: dgp-win-specific-strict
16:55
The STRICT directive influences how #include "windows.h" works. This is not a generic concern. Move... check-in: 222ac77106 user: dgp tags: dgp-win-specific-strict
2015-03-12
15:07
merge novem check-in: 6edb8b4e49 user: dgp tags: dgp-refactor
15:06
merge trunk check-in: 94ad5d5d47 user: dgp tags: novem
14:47
merge release check-in: d64e46c5af user: dgp tags: trunk
2015-03-11
12:30
update changes Closed-Leaf check-in: 824b141077 user: dgp tags: rc1, release, core-8-6-4, core-8-6-4-rc