Tcl Source Code

Timeline
Login

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

51 check-ins using file changes version 2bf79cbb60

2005-06-26
22:10
Add explanatory comment about static unprotected variables. check-in: e9e2d93772 user: dkf tags: trunk
2005-06-24
23:32
* library/auto.tcl: Make file safe to re-[source] without destroying registered ...
check-in: d1e3417e82 user: dgp tags: trunk
20:07
cleanup Tcl_Preserve after exit handlers check-in: 3519b5327d user: kennykb tags: trunk
15:06
* library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mk...
check-in: 2c82378f14 user: dgp tags: trunk
2005-06-23
19:48
bug 1225957 check-in: 0549954de3 user: kennykb tags: trunk
17:01
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels.
check-in: 6efbd658a3 user: das tags: trunk
2005-06-22
21:39
bug 1225044 check-in: e7ae1a09c0 user: kennykb tags: trunk
21:24
* win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy...
check-in: b165576fdb user: dgp tags: trunk
19:47
bug 1225727 check-in: 6c3e03abdb user: kennykb tags: trunk
2005-06-21
19:49
* generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 2d2e2a398c user: andreas_kupries tags: trunk
19:20
bug 1194458 check-in: 8ba6448607 user: kennykb tags: trunk
18:32
* generic/tclBasic.c: Added missing walk of the list of active traces * generic/tc...
check-in: aa95aa1c1e user: dgp tags: trunk
14:17
autoconf check-in: 3a7fe5e9c9 user: dgp tags: trunk
08:51
Only enable the 'compile' special debugging feature when requested in configure.in; removes irreleva... check-in: 0cc9693bf4 user: dkf tags: trunk
2005-06-20
23:10
typos check-in: 5e3832c359 user: dkf tags: trunk
22:55
typo check-in: abcd456abe user: dkf tags: trunk
21:27
Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] check-in: 3f3cff9adc user: dkf tags: trunk
10:01
Update error case handling following Mo's updates (which are a good thing) check-in: ffddfd73f3 user: dkf tags: trunk
07:48
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Generate an error if a mode argument like -exact is passe...
check-in: d616dbd68a user: mdejong tags: trunk
2005-06-18
21:45
* generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fat compiles on Darwin (i.e. ...
check-in: 02ddae4aec user: das tags: trunk
2005-06-17
23:41
Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 5f26324c95 user: dkf tags: trunk
14:26
Fix an odd after-and-limits problem. [Bug 1221395] check-in: 6d6caaf8f9 user: dkf tags: trunk
2005-06-14
13:45
Fix [Bug 1220058] and quash a bizarre case which generated a bogus error msg. Thanks to Will Duquett... check-in: dd2595e57a user: dkf tags: trunk
2005-06-13
08:31
correct fix to file mkdir check-in: 9c6c2985d7 user: vincentdarley tags: trunk
2005-06-12
22:19
D'oh! check-in: 1f520360c7 user: dkf tags: trunk
22:13
Simplify command compilation by moving numerous common stanzas into macros so that things say what t... check-in: 82d80d8b59 user: dkf tags: trunk
2005-06-10
15:22
Improve the [chan] documentation check-in: af4a1c46e7 user: dkf tags: trunk, msofer-wcodes-20050611
2005-06-09
16:24
fix to race condition in file mkdir and fix to glob documentation check-in: a6ebffa26e user: vincentdarley tags: trunk
14:23
Small doc improvements [Bug 1211078] etc. check-in: 06bfc11ebc user: dkf tags: trunk
2005-06-08
21:17
typo fix check-in: 03edf0eac5 user: dkf tags: trunk
14:12
D'oh. [Bug 1217017] check-in: 143c847915 user: dkf tags: trunk
2005-06-07
21:46
* generic/tclInt.h: Reduced the Tcl_ObjTypes "index", * generic/tclIndex...
check-in: 9c1c8c3166 user: dgp tags: trunk
21:31
Added (untested!) implementation of truncation for Windows check-in: a43119ea8e user: dkf tags: trunk
21:14
* generic/tclObj.c: Restored registration of the "procbody" Tcl_ObjType, as requ...
check-in: 26620cf722 user: dgp tags: trunk
20:52
Now for a real test of [chan truncate]... check-in: ffa6301002 user: dkf tags: trunk
20:37
Stick to TCL_CHANNEL_VERSION_4; it's all in alpha anyway! check-in: 4d740196df user: dkf tags: trunk
14:13
autoconf check-in: 2c02e2527f user: dgp tags: trunk
14:03
Bump patchlevel to a4 check-in: 0c38ae7bb8 user: dkf tags: trunk
10:04
Clean up tests in chan.test and add mechanism for chaining Tcl_WrongNumArgs messages (used in [read]... check-in: b3487bb8b8 user: dkf tags: trunk
09:18
Add missing return TCL_ERROR check-in: 194aedaa6e user: dkf tags: trunk
09:07
Another indentation fix check-in: 5ddb9adb32 user: dkf tags: trunk
09:06
Clean up indentation check-in: 65eb529bed user: dkf tags: trunk
09:04
Add missing return in wrong#args case check-in: 1816c38092 user: dkf tags: trunk
02:12
copy/paste/modify error check-in: 0b19608243 user: dgp tags: trunk
02:10
typo check-in: 8d33e93a6d user: dgp tags: trunk
02:07
make genstubs check-in: b683f2cde5 user: dgp tags: trunk
2005-06-06
23:45
TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no t... check-in: 3280056391 user: dkf tags: trunk
20:54
Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on hpux/native cc check-in: 065f9ddc96 user: kennykb tags: trunk
2005-06-04
21:06
note tag date for 8.5a3 check-in: 426944cc6e user: hobbs tags: trunk, core-8-5-a3
21:06
add libtommath to dist target check-in: eef0f5a23f user: hobbs tags: trunk
2005-06-03
16:49
update changes for 8.5a3 release. check-in: cd6f82cc11 user: dgp tags: trunk