Timeline
Not logged in

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

50 events by user welch occurring around 2000-04-05 00:42:38.

2000-10-26
07:35 Closed ticket [217759ffff]: interpreter crashed if execute expr ] plus 4 other changes artifact: e1f1fd75f8 user: welch
07:35 Closed ticket [217766ffff]: Got a Dr.Watson error message and a Server crash when tried plus 4 other changes artifact: 285ea21db1 user: welch
07:35 Closed ticket [217762ffff]: Tcl/Tk help Find tab doesn't work plus 4 other changes artifact: f9241a6f8a user: welch
07:35 Closed ticket [217763ffff]: File association for .tcl files doesn't have an open action plus 4 other changes artifact: 454f2cf51e user: welch
07:35 Deleted ticket [217764ffff]: Server crash when there are a lot of outbound message in the plus 4 other changes artifact: 6ee1b6a591 user: welch
2000-07-26
04:56
Changed Unix to install all headers because they are used by packages like Itcl and Expect, and its ... check-in: fa892d814d user: welch tags: core-8-3-1-io-rewrite
2000-07-19
01:08
Added rules to make tclreg and tcldde static libraries. check-in: b721d923fa user: welch tags: core-8-3-1-io-rewrite
01:08
*** empty log message *** check-in: 43cf7aa9f5 user: welch tags: core-8-3-1-io-rewrite
2000-07-13
01:08
Added builds of the tclreg and tcldde static libraries. check-in: b7b41af2c9 user: welch tags: core-8-3-1-branch
01:08
*** empty log message *** check-in: 15e292afd9 user: welch tags: core-8-3-1-branch
2000-04-26
17:05
Updated URLs check-in: b6b9751c73 user: welch tags: trunk
2000-04-22
00:37
More thrashing with the "server closes without reading post data" scenario. Reverted to the previou... check-in: c0d948dc41 user: welch tags: trunk
00:37
comments for http.tcl check-in: d893bfe62f user: welch tags: trunk
2000-04-17
20:32
Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPE macros for declaring the NewThread callback pr... check-in: 3013a54849 user: welch tags: trunk
20:32
Updates for Tcl_CreateThreadType check-in: cf0b7dd51e user: welch tags: trunk
2000-04-11
01:04
Fixed compiler warnings check-in: 7f42a656b6 user: welch tags: trunk
01:04
Updated to work with thread extension, if present check-in: 78b08a48a9 user: welch tags: trunk
01:04
Changes for threading update check-in: b5288176c3 user: welch tags: trunk
2000-04-10
23:42
fixed conflict in this file check-in: 8dbc8717ba user: welch tags: trunk
22:44
Fixed Tcl_CreateThreadProc declaration check-in: c66c45242e user: welch tags: trunk
2000-04-09
23:56
Added "server closes without reading post data" case. check-in: 1803037c3d user: welch tags: trunk
23:56
Adjusted file events and unified error handling. check-in: e3eb4545f0 user: welch tags: trunk
23:55
Documented error cases. check-in: 00a3a996cb user: welch tags: trunk
23:55
Updates for htp check-in: 7fb7d11f65 user: welch tags: trunk
2000-04-05
00:42
Added dependency of tclStubInit.c on the stubs tables check-in: b0e8d28f5d user: welch tags: trunk
00:42
Fixed compilation w/out TCL_THREADS check-in: 8dddd071dc user: welch tags: trunk
00:42
Updated for TCL_THREADS and stubs table stuff check-in: c3aefafff6 user: welch tags: trunk
2000-03-27
21:22
Added catch around fileevent to fix test suite failure check-in: 6631c99875 user: welch tags: trunk
2000-03-17
02:15
Added tests for -queryprogress check-in: e63f79f70b user: welch tags: trunk
02:15
Added -queryprogress callback to http::geturl and also changed it so that writing the post data is e... check-in: f147131f44 user: welch tags: trunk
02:14
Added note about geturl addition check-in: 34b130a668 user: welch tags: trunk
1999-11-22
20:15
Took out "nonPortable" flag that was hiding -timeout tests, plus added more timeout cases for variou... check-in: c741790926 user: welch tags: trunk
1999-11-18
02:22
Improved error handling of http::geturl in the case the server is not available. Also correctly fix... check-in: 0966d9fbb0 user: welch tags: trunk
1999-10-30
00:33
Updated for http.tcl changes check-in: 43e9095de4 user: welch tags: trunk
00:31
Fixed bug in the handling of the status code after an asynchronous connect, e.g., one that is used w... check-in: 900bb28c94 user: welch tags: trunk
00:27
Cleanup of the TclNewObj family of macros, and elimination of the special Tcl_Obj memory allocator f... check-in: cdb2cc1c30 user: welch tags: trunk
1999-08-13
19:01
Minor tweaks to get these pages through the HTML converter check-in: 955414971d user: welch tags: trunk, core-8-2-0, scriptics-tclpro-1-3-0
19:00
Updated to handle more special backslash sequences found in re_syntax.n check-in: 7bc8c1e80d user: welch tags: trunk
1999-08-10
17:17
Fixed level of indirection in Tcl_GetAllocMutex check-in: 493612de83 user: welch tags: trunk
02:42
Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.c check-in: a5ed5c1af7 user: welch tags: trunk
02:42
1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so they can be linked against ... check-in: 0a115beef8 user: welch tags: trunk
02:40
Updated change log for my aolserver-related changes check-in: 22cd3dfa32 user: welch tags: trunk
1999-07-07
02:28
Marked two timing-dependent tests "nonPortable", but I really need to fix these (4.11 and 4.12) check-in: f52b68ccbe user: welch tags: trunk
02:08
Back-fitted notes about my recent changes check-in: 309cad81f8 user: welch tags: trunk
01:58
Fixed handling of connection timeouts. check-in: ad2c691a5a user: welch tags: trunk
1999-07-02
19:59
Fixed lint found by Jim Ingham check-in: c368b08fea user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel Added new code that modifies the channel in ... check-in: 559c4a45d9 user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel check-in: 3dfed73236 user: welch tags: trunk
06:41
Improved support for empty array names check-in: 29f911e5bf user: welch tags: trunk
06:05
Added hook points to the notifier check-in: 2575337b01 user: welch tags: trunk