Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 5cbb737b5c67f176.

2015-06-18
13:09
Merge trunk. Upgrade to Unicode 8.0 check-in: 8d19eec637 user: jan.nijtmans tags: tip-389-impl
12:54
Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: fa3f257039 user: jan.nijtmans tags: trunk
12:24
Upgrade all internal Unicode tables from Unicode 7.0 to Unicode 8.0 check-in: a2e8655587 user: jan.nijtmans tags: core-8-5-branch
2015-06-17
20:32
Rename the new API to TclMutexUnlockAndFinalize as it is not platform-specific. check-in: bc5d1d75a1 user: mistachkin tags: bug-57945b574a-without-stub
2015-06-16
15:24
Change Tcl_MutexUnlockAndFinalize() to internal function TclpMutexUnlockAndFinalize(). This does not... check-in: c2af0457ba user: jan.nijtmans tags: bug-57945b574a-without-stub
08:41
Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 186588751d user: jan.nijtmans tags: trunk
07:39
Fix [e770d92d76]: Add support for higher baud rates in Tcl check-in: 17df50552d user: jan.nijtmans tags: core-8-5-branch
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-11
02:47
Plug memory leaks in the Tcl_ZlibInflate() error handling code. Fix for ticket [478c446889]. check-in: 513c7ae3fc user: mistachkin tags: trunk
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-06-08
20:56
The unit for usleep() is microseconds, not milliseconds. check-in: 68decd512b user: mistachkin tags: bug-57945b574a
17:19
Stop documentation lie about command rename traces and comment lie about what's done with them in Tc... check-in: 0f3b6ef172 user: dgp tags: trunk
17:17
Stop telling lie about command delete traces. check-in: 475dc8b029 user: dgp tags: core-8-5-branch
2015-06-05
19:59
Merge thread test typo fixes from trunk. check-in: dfd36a52c7 user: mistachkin tags: bug-57945b574a
19:58
Fix typo in three thread tests. check-in: afbc4d55a7 user: mistachkin tags: trunk
19:56
Add stress test. check-in: 20b8b27291 user: mistachkin tags: bug-57945b574a
2015-06-04
20:49
Merge updates from trunk. check-in: e7851134ad user: mistachkin tags: bug-57945b574a
11:49
merge novem check-in: a481c80d50 user: dgp tags: dgp-refactor
11:49
merge trunk check-in: 76453f3d83 user: dgp tags: novem
2015-06-03
19:08
[268b23df11] Revised patch to create phony source string when the original script does not actually ... check-in: a4746159a2 user: dgp tags: trunk
17:40
Put the ellipsis inside, not outside, the close quote. check-in: 4ff271315a user: dgp tags: trunk
12:26
[268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also sets the length to a non-positiv... check-in: 5bd1e43691 user: dgp tags: trunk
2015-06-01
15:16
Make all msgcat tests pass check-in: c3bc045725 user: oehhar tags: msgcat_dyn_locale
2015-05-31
19:03
clock.tcl modified that all clock tests pass check-in: 5cbb737b5c user: oehhar tags: msgcat_dyn_locale
16:20
merge trunk check-in: 5a33b96277 user: oehhar tags: msgcat_dyn_locale
2015-05-28
12:28
merge trunk check-in: 8f95dbfde4 user: dgp tags: bug-57945b574a
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
21:11
Merge trunk check-in: f5d3bd2653 user: jan.nijtmans tags: novem
18:35
Make tweak to the mem-debug tracking official. It is now again possible to use regular packages with... check-in: ef02e1dfd9 user: andreask tags: trunk
18:25
Make tweak to the mem-debug tracking official. It is now again possible to use regular packages with... check-in: 38ddcfe658 user: andreask tags: core-8-5-branch
12:58
merge novem check-in: eb5d28cac2 user: dgp tags: dgp-refactor
2015-05-26
10:16
Added missing marker for incompatibility. check-in: ffbbbcc0ed user: dkf tags: trunk
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
19:15
Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is respon... check-in: c697a91a95 user: jan.nijtmans tags: core-8-5-branch
13:03
Merge trunk check-in: 357f05a553 user: jan.nijtmans tags: novem
2015-05-22
23:26
Minor compilation issue fix, make sure variable declaration (via macro) is first. Closed-Leaf check-in: c8a862480b user: mistachkin tags: aku-mem-debug-allow-regular
20:21
Moved Tcl_Obj* objThreadMap release tracking to a location where regular packages will call through,... check-in: 1f5c53bf5d user: andreask tags: aku-mem-debug-allow-regular
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