Tcl Source Code

Timeline
Login

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

200 most recent check-ins using file doc/Tcl.n version 37f3f8ee4d

2005-12-15
04:08
* generic/tclIOUtil.c: workaround gcc warning "comparison is always * generic/tclTest.c: false d...
check-in: d3f02d4f62 user: das tags: core-8-4-branch
2005-12-14
02:10
* unix/configure.in: run check for fts API on all platforms, since Linux glibc2 and *BSDs also hav...
check-in: bf5af5a4c2 user: das tags: core-8-4-branch
2005-12-12
20:53
* unix/tcl.m4, unix/configure: Fix sh quoting error reported in bash-3.1+ [Bug 1377619] (schafer)
check-in: 37c33cae97 user: hobbs tags: core-8-4-branch
11:28
* generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case so that it doesn't break on compil... check-in: fee8d56e87 user: rmax tags: core-8-4-branch
2005-12-09
14:39
Fix [Bug 1374778] check-in: 2b115bd998 user: dkf tags: core-8-4-branch
2005-12-06
15:54
advance core-8-4-12 tag check-in: a5dc422c3b user: dgp tags: core-8-4-12, core-8-4-branch
09:01
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina...
check-in: 82ce47b71a user: das tags: core-8-4-branch
08:21
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure overrides that were origina...
check-in: 1523874037 user: das tags: core-8-4-branch
2005-12-05
15:10
2005-12-05 Don Porter <[email protected]>
*** 8.4.12 TAGGED FOR RELEASE ***
...
check-in: f0cf61f967 user: dgp tags: core-8-4-branch
2005-12-04
00:50
* README: refer to macosx/README instead of mac/README. * mac/README: add note that mac classic po...
check-in: c38172cd35 user: das tags: core-8-4-branch
2005-12-03
21:55
correct 2 README urls check-in: 0fde70cb31 user: hobbs tags: core-8-4-branch
00:35
documented macosx-only configure options. check-in: 2f67ae7188 user: das tags: core-8-4-branch
2005-12-02
21:13
update README files check-in: 8b9005bdbc user: dgp tags: core-8-4-branch
17:17
eliminate test name duplication check-in: d155f2eb6a user: dgp tags: core-8-4-branch
2005-12-01
18:29
2005-12-01 Don Porter <[email protected]>
*** 8.4.12 TAGGED FOR RELEASE ***
...
check-in: 766ff57d8b user: dgp tags: core-8-4-branch
02:14
* unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset. * unix/configure: regen.
check-in: 321bc1bb2d user: das tags: core-8-4-branch
2005-11-30
00:15
* win/tcl.m4: Add build support for Windows-x64 builds. * win/configure: --enable-64bit now...
check-in: dd30458e32 user: hobbs tags: core-8-4-branch
2005-11-29
14:02
Fix [Bug 1310081]. check-in: 0df05536cb user: dkf tags: core-8-4-branch
10:32
Fix [Bug 1366683] check-in: 0b0bbfb2d4 user: dkf tags: core-8-4-branch
2005-11-28
09:49
Apply [Patch 1353853] to prevent UMR randomness. check-in: eab767dcf0 user: dkf tags: core-8-4-branch
2005-11-27
06:09
add #include <libkern/OSByteOrder.h> for OSX 10.2 check-in: 37988e65d7 user: das tags: core-8-4-branch
02:34
* unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), add CFLAGS to SHLIB_LD to s...
check-in: c6e668d19d user: das tags: core-8-4-branch
2005-11-21
18:31
update changes check-in: 3480aeec26 user: dgp tags: core-8-4-branch
2005-11-20
18:23
Don't set tclStubsPtr to 0 when Tcl_PkgRequireEx() fails [Fix for #1091431 "Tcl_InitStubs failure cr... check-in: e9675e462c user: jenglish tags: core-8-4-branch
2005-11-18
23:44
* tests/trace.test (trace-34.5): [Bug 1047286], added a second test illustrating the role of "ns i...
check-in: 7b82e0cf5b user: msofer tags: core-8-4-branch
23:07
* generic/tclBasic.c (Tcl_DeleteCommandFromToken): * generic/tclCmdMZ.c (TraceCommandProc): * gen...
check-in: 56a462e45c user: msofer tags: core-8-4-branch
19:38
* generic/tclIO.c (TclFinalizeIOSubsystem): preserve statePtr until we netrieve next statePtr from...
check-in: 420af74d34 user: hobbs tags: core-8-4-branch
19:27
* generic/tclPkg.c: Revised Bug 1162286 fix from 2005-11-08 * tests/pkg.test: ...
check-in: 833824de40 user: dgp tags: core-8-4-branch
17:14
* generic/tclIO.c (TclFinalizeIOSubsystem): Applied Pat Thoyts' patch for [SF Tcl Bug 1359094].... check-in: e8ea129e06 user: andreas_kupries tags: core-8-4-branch
15:49
update changes check-in: ba0476547b user: dgp tags: core-8-4-branch
15:20
Backport of improved URL parsing. [Bug 1358369] check-in: 112e07f1c5 user: dkf tags: core-8-4-branch
2005-11-16
22:05
* README: Bump version number to 8.4.12 * generic/tcl.h: * too...
check-in: f6f6b9611b user: dgp tags: core-8-4-branch
2005-11-15
23:41
* changes: Update changes for 8.4.12 release
check-in: 7caaec2d9b user: dgp tags: core-8-4-branch
22:58
Bump to http 2.5.2 to cover changing rules in :mapReply [1182373] check-in: 20ae8f3e06 user: dgp tags: core-8-4-branch
16:41
Bugs 926106 and 1353840 check-in: 0c15d365be user: kennykb tags: core-8-4-branch
2005-11-09
21:46
Bug 1350293 check-in: 94cf472e1a user: kennykb tags: core-8-4-branch
21:26
doc changes with 1162286 fix check-in: 147e10f6e6 user: dgp tags: core-8-4-branch
00:53
* unix/tclUnixFCmd.c (MAX_READDIR_UNLINK_THRESHOLD): reduce to 130 based on errors seen on OS X 10...
check-in: 1b1316d0bb user: hobbs tags: core-8-4-branch
2005-11-08
20:21
* tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368]
check-in: 024787a346 user: dgp tags: core-8-4-branch
18:28
* generic/tclPkg.c: Corrected inconsistencies in the value returned * tests/pkg....
check-in: dfc0636509 user: dgp tags: core-8-4-branch
14:53
Fix [Bug 1348775] using Miguel's patch check-in: 23f9e4bd60 user: dkf tags: core-8-4-branch
2005-11-07
10:28
missed Changelog entry check-in: a0e1a811e3 user: msofer tags: core-8-4-branch
10:28
* tests/trace.test (trace-13.2-4): added tests to detect leak, see [Bug 1348775].
check-in: cbd1fa5e16 user: msofer tags: core-8-4-branch
2005-11-04
21:40
* unix/tcl.m4: Added code to enable [load] on LynxOS. Thanks to [email protected]...
check-in: 5e50e72970 user: dgp tags: core-8-4-branch
20:15
Bug 1298737 check-in: 419fc365f4 user: kennykb tags: core-8-4-branch
18:33
* win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which * win/tclWinPort.h: provides exten...
check-in: 2c4d55e5e0 user: patthoyts tags: core-8-4-branch
18:18
Bug 1317477 check-in: d64beb6fe2 user: kennykb tags: core-8-4-branch
01:15
* generic/tclInt.h: * generic/tclNamesp.c: * generic/tclVar.c: fix for [Bugs 1338280/1337229]. Th...
check-in: 3d6cada5c0 user: msofer tags: core-8-4-branch
2005-11-03
16:16
* generic/tclUnixInit.c (TclpSetInitialEncodings): Modified so that multiple ca...
check-in: 0e75d9e50e user: dgp tags: core-8-4-branch
11:53
* win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 * win/tclWinConso...
check-in: 9944c4de74 user: patthoyts tags: core-8-4-branch
2005-11-01
20:19
* generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistaken assumption that a...
check-in: 2a6bcd3750 user: dgp tags: core-8-4-branch
16:18
* tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift ...
check-in: 1917596a2e user: dgp tags: core-8-4-branch
2005-10-29
19:58
* tests/expr.test: Fix problems in new round() tests that lead to correct result only on 32 bit l...
check-in: a724bb58a6 user: mdejong tags: core-8-4-branch
19:14
fix Changelog entry date check-in: 7aeb026666 user: msofer tags: core-8-4-branch
18:44
fix new test trace-18.4 [Bug 1338280] check-in: e8722e1ee2 user: msofer tags: core-8-4-branch
17:45
* generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial fix. Insure that a second call with TC...
check-in: 8e9ed63a05 user: msofer tags: core-8-4-branch
2005-10-28
03:26
* generic/tclExecute.c (ExprRoundFunc): Fix typo where number before rounding is compared with sm...
check-in: fb8cf7da36 user: mdejong tags: core-8-4-branch
2005-10-23
22:01
* generic/tclBasic.c: * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * gene...
check-in: 8761ab798f user: msofer tags: core-8-4-branch
2005-10-22
03:07
* generic/tclExecute.c (INST_CONCAT): disable the optimisation for wide integers, [Bug 1251791].
check-in: c86eadfafe user: msofer tags: core-8-4-branch
2005-10-14
17:13
See file. check-in: f56332e3c7 user: vasiljevic tags: core-8-4-branch
17:12
Backed off change from 2005-10-04 (see ChangeLog and Tcl Bug# 1323992 for more info. check-in: 88a6e2c1cc user: vasiljevic tags: core-8-4-branch
2005-10-13
21:45
Fix [Bug 1284178] and tweak tests to accommodate. check-in: b41705eb6e user: dkf tags: core-8-4-branch
21:01
Added some more clarifying comments in Tcl_ClearChannelHandlers() check-in: 7910c8fdd8 user: vasiljevic tags: core-8-4-branch
20:40
Temporary ifdef TCL_THREADS changes done to de-activate pending event processing when channel is bei... check-in: 0c54954fc0 user: vasiljevic tags: core-8-4-branch
2005-10-10
21:33
ensure MODULE_SCOPE decl check-in: 0355d49ef7 user: hobbs tags: core-8-4-branch
2005-10-07
22:35
* unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to * tests/fCmd.test (fCmd-20.2)...
check-in: dc751fed91 user: hobbs tags: core-8-4-branch
2005-10-05
22:09
* generic/tclPipe.c (TclCreatePipeline): Fixed [SF Tcl Bug 1109294]. Applied the patch provided... check-in: 150775a1c5 user: andreas_kupries tags: core-8-4-branch
20:35
* doc/CrtChannel.3: Fixed [SF Tcl Bug 1104682], by application of David Welton's patch for it, ... check-in: 14d10f2213 user: andreas_kupries tags: core-8-4-branch
08:03
test to fix for 979640 check-in: e04a92f8e7 user: hobbs tags: core-8-4-branch
08:02
* win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 * generic/tclEnv.c (TclSetEnv, TclUnsetEnv): add...
check-in: bb8bbfd313 user: hobbs tags: core-8-4-branch
06:33
win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] check-in: fa6ea77a80 user: hobbs tags: core-8-4-branch
05:01
* tests/http.test: do not URI encode -._~ according * library/http/http.tcl (init): t...
check-in: fb1a06961a user: hobbs tags: core-8-4-branch
04:27
* generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make static * generic/tclEncoding.c (TclFindEn...
check-in: b4a6dcda6b user: hobbs tags: core-8-4-branch
04:23
* unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237]
check-in: 6a93f5abfa user: hobbs tags: core-8-4-branch
2005-10-04
18:16
See file. check-in: 80a9933edf user: vasiljevic tags: core-8-4-branch
18:15
Tcl_ClearChannelHandlers(): now deletes any outstanding timer for the channel. Also, prevents events... check-in: 2c5a4e4496 user: vasiljevic tags: core-8-4-branch
18:14
Tcl_ClearChannelHandlers(): bail out early if passed NULL argument check-in: c5a8af47a7 user: vasiljevic tags: core-8-4-branch
2005-09-30
19:28
* generic/tclMain.c: Separate encoding conversion of command line arguments from ...
check-in: 365b1366e3 user: dgp tags: core-8-4-branch
2005-09-27
15:44
Fix [Bug 1116542] check-in: 08a775ad24 user: dkf tags: core-8-4-branch
2005-09-15
23:21
* doc/ParseCmd.3: copy/paste fix [Bug 1292427]
check-in: 6e3d5cce85 user: msofer tags: core-8-4-branch
16:29
autoconf-2.13 check-in: ca52262c8f user: dgp tags: core-8-4-branch
15:25
Added yet another corner-case hack, this time for RHEL3. [Bug 1287638] check-in: 3ca7f7f35d user: dkf tags: core-8-4-branch
2005-09-07
14:35
* generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative * tests/utf.t...
check-in: 8d8a47a587 user: dgp tags: core-8-4-branch
2005-08-29
17:56
renumber expr-39.* to expr-46.* check-in: f291388d76 user: kennykb tags: core-8-4-branch
16:38
fix test case numbering check-in: ff06a0c77b user: kennykb tags: core-8-4-branch
16:37
Bug 1275043 check-in: b9f7d2aeda user: kennykb tags: core-8-4-branch
2005-08-25
22:27
Backport of fix for [Bug 1267380] check-in: 2389f54864 user: dkf tags: core-8-4-branch
2005-08-17
17:46
* generic/tclFCmd.c (TclFileMakeDirsCmd): fix to race condition in file mkdir (backport from head ...
check-in: 0078c07abe user: hobbs tags: core-8-4-branch
2005-08-16
15:23
backport of 2005-08-10 fix to tclEvent.c check-in: dd9d7470f5 user: kennykb tags: core-8-4-branch
2005-08-05
20:48
Solaris mis-names the cp1251 encoding. check-in: b06e325973 user: dkf tags: core-8-4-branch
19:19
fix abs(MIN_INT) [Bug 1241572] check-in: da72873254 user: kennykb tags: core-8-4-branch
2005-08-04
19:54
silence compiler warning check-in: 863065efb4 user: dgp tags: core-8-4-branch
15:55
* generic/tclObj.c: Simplified routines that manage the typeTable.
check-in: 9b0394290c user: dgp tags: core-8-4-branch
2005-08-03
22:23
* generic/tclCompExpr.c: Untangled some dependencies in the * generic/tclEven...
check-in: bdbb22fe12 user: dgp tags: core-8-4-branch
2005-07-30
07:58
* unix/configure, unix/tcl.m4: revert 2005-07-28 change.
* unix/tclLoadDyld.c (TclpDlopen, TclpLo...
check-in: aab38a9d96 user: das tags: core-8-4-branch
2005-07-29
14:57
Take care with globals that have an entry in the var table but "don't exist" check-in: e0c44afdc5 user: dkf tags: core-8-4-branch
03:50
* win/README: Update link to msys_mingw8.zip. Remove old Cygwin + Mingw info, people should just ...
check-in: 73b0175c51 user: mdejong tags: core-8-4-branch
2005-07-28
18:39
* unix/configure, unix/tcl.m4: defined TCL_LOAD_FROM_MEMORY on Darwin only for SHARED_BUILD
check-in: 0ed358ea9d user: hobbs tags: core-8-4-branch
15:27
Backport of fix for [Bug 1245953] check-in: d4beef2f2f user: dkf tags: core-8-4-branch
2005-07-26
21:39
* doc/tclvars.n: Improved $errorCode documentation. [RFE 776921]
check-in: 296a35434b user: dgp tags: core-8-4-branch
20:26
* unix/configure: Regen. * unix/configure.in: Check for a $prefix/share directory and add it the ...
check-in: 4a097ea047 user: mdejong tags: core-8-4-branch
17:05
* generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to use per-thread counter,...
check-in: 461ce25bd8 user: dgp tags: core-8-4-branch
16:23
typo check-in: d1f1e8a69a user: dgp tags: core-8-4-branch
16:20
* generic/tclNamesp.c (TclTeardownNamespace): Re-ordering so that * tests/trace.te...
check-in: 98ddae5f7c user: dgp tags: core-8-4-branch
2005-07-25
01:17
* unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): * win/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): Spli...
check-in: 9ed6cc87ea user: mdejong tags: core-8-4-branch
2005-07-23
03:31
correction to reversed logic check-in: 2a2953ce33 user: dgp tags: core-8-4-branch
2005-07-22
21:59
* library/auto.tcl: Updates to the Tcl script library to make * library/history....
check-in: 755e2a7f25 user: dgp tags: core-8-4-branch
2005-07-08
01:06
* unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing * unix/tclUnixPort.h: a...
check-in: 75375ce555 user: hobbs tags: core-8-4-branch
2005-07-05
21:18
* generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered) * generic/tclEnc...
check-in: 9e0bc07fda user: dgp tags: core-8-4-branch
17:27
* generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace....
check-in: 18818ddf02 user: dgp tags: core-8-4-branch
2005-07-01
10:57
Protect against spurious wake-ups while waiting on the condition variable when tearing down the noti... check-in: ae91d8ec01 user: vasiljevic tags: core-8-4-branch
2005-06-27
20:06
formatting check-in: d0ad85eb9f user: dgp tags: core-8-4-11, core-8-4-branch
20:00
typo in date check-in: e4eb7a5314 user: dgp tags: core-8-4-branch
18:19
* library/auto.tcl: Reverted to Revision 1.12.2.3 (Tcl 8.4.9). Restores the (bug...
check-in: 9c7df0f603 user: dgp tags: core-8-4-branch
2005-06-24
23:13
* library/auto.tcl: Make file safe to re-[source] without destroying registered ...
check-in: c7c57fd3ce user: dgp tags: core-8-4-branch
19:36
release tag/spelling check-in: 2db99ffe24 user: dgp tags: core-8-4-branch
18:21
finalize Tcl_Preserve after exit handlers check-in: 7dafabb1d2 user: kennykb tags: core-8-4-branch
15:02
* library/auto.tcl: Make file safe to re-[source] without destroying registered ...
check-in: 9d256cea6d user: dgp tags: core-8-4-branch
2005-06-23
20:25
new 8.4.11 release date: June 28 check-in: c46c8e2d1a user: dgp tags: core-8-4-branch
17:01
* tools/tcltk-man2html.tcl: fixed useversion glob pattern to accept multi-digit patchlevels.
check-in: 9aa4d239a6 user: das tags: core-8-4-branch
15:45
release tag / changes updates check-in: 7bffa24ec0 user: dgp tags: core-8-4-branch
15:05
bug #1225957 check-in: edf9a121ee user: kennykb tags: core-8-4-branch
05:59
* unix/Makefile.in (install-private-headers): rewrite tclPort.h when installing private headers to...
check-in: ce4b5c969a user: das tags: core-8-4-branch
2005-06-22
21:44
update changes for 8.4.11 check-in: fb14091a89 user: dgp tags: core-8-4-branch
21:30
bug 1225044 check-in: 5a9b823ad8 user: kennykb tags: core-8-4-branch
21:23
* win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] Thanks to Pat Thoy...
check-in: a00ac6013b user: dgp tags: core-8-4-branch
20:26
update for 8.4.11 check-in: 025d0d7534 user: dgp tags: core-8-4-branch
20:19
release tag check-in: 4253194837 user: dgp tags: core-8-4-branch
19:35
bug 1225727 check-in: ab109e436a user: kennykb tags: core-8-4-branch
16:49
* generic/tclInt.h: Followup to change made on 2005-06-18 by Daniel Steffen. There are compiler... check-in: 8943140362 user: andreas_kupries tags: core-8-4-branch
16:02
* tests/safe.test: Backport performance improvement from reduced $::auto_path.
check-in: c728e339cc user: dgp tags: core-8-4-branch
2005-06-21
22:59
* tests/winDde.test: Added some waits to the dde server script to let event processing run after w...
check-in: 241e4d0ec1 user: patthoyts tags: core-8-4-branch
19:38
update changes and release tag check-in: 8691b485e9 user: dgp tags: core-8-4-branch
19:07
bugs 1194458 and 1225044 check-in: 74c4fb693b user: kennykb tags: core-8-4-branch
17:19
* generic/tclBasic.c: Made the walk of the active trace list aware * generic/tclCm...
check-in: f5039da571 user: dgp tags: core-8-4-branch
14:47
formatting check-in: 6f8ba9eb4c user: dgp tags: core-8-4-branch
14:44
* generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of the * tests/trace.test...
check-in: f48e2dd7c2 user: dgp tags: core-8-4-branch
2005-06-20
17:12
date fix check-in: 16ba8ae5af user: dgp tags: core-8-4-branch
16:57
* doc/FileSystem.3: added missing Tcl_GlobTypeData documentation [Bug 935853]
check-in: 4441d3574e user: dgp tags: core-8-4-branch
2005-06-19
21:51
update release tag check-in: 753573fb3d user: dgp tags: core-8-4-branch
2005-06-18
21:46
*** 8.4.11 TAGGED FOR RELEASE ***
* generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly...
check-in: c197218ee4 user: das tags: core-8-4-branch
20:19
release tag check-in: a851e123bc user: dgp tags: core-8-4-branch
19:52
* changes: Update changes for 8.4.11 release
check-in: 7030368141 user: dgp tags: core-8-4-branch
19:24
* README: Bump version number to 8.4.11 * generic/tcl.h: * too...
check-in: 433f7421e2 user: dgp tags: core-8-4-branch
2005-06-17
23:26
Fix bug in [format %hx] handling on selected platforms. [Bug 1154163] check-in: 7e05cf3e68 user: dkf tags: core-8-4-branch
2005-06-07
10:26
Backport unix threading fix check-in: 70cf3ac902 user: dkf tags: core-8-4-branch
2005-06-06
21:04
Correct crash in stack.test on gcc/win32 check-in: be4c5ca620 user: kennykb tags: core-8-4-branch
13:04
typo check-in: 8fba048e18 user: das tags: core-8-4-branch
2005-06-04
07:05
* unix/tclLoadDyld.c: fixed header confilict when building this file with USE_TCL_STUBS.
check-in: 4459296c01 user: das tags: core-8-4-10, core-8-4-branch
2005-06-03
08:53
* macosx/Makefile: fixed 'embedded' target.
check-in: eceaf84eed user: das tags: core-8-4-branch
2005-06-02
23:14
note 8.4.10 tag date check-in: 76f045029e user: hobbs tags: core-8-4-branch
22:52
* unix/Makefile.in (html): add BUILD_HTML_FLAGS optional var * tools/tcltk-man2html.tcl: add a --u...
check-in: dc75d1f5ed user: hobbs tags: core-8-4-branch
22:52
minor corrections for 8.4.10 release check-in: 5262509288 user: hobbs tags: core-8-4-branch
16:54
updated changes for 8.4.10 release check-in: 8097495773 user: dgp tags: core-8-4-branch
2005-05-31
08:29
Cosmetic change (fixed identation in Tcl_FinalizeNotifier) check-in: 50492b52cd user: vasiljevic tags: core-8-4-branch
08:25
See file. check-in: 1aee72e12a user: vasiljevic tags: core-8-4-branch
08:18
Notifier thread is created as joinable. Attempt to solve the Tcl Bug #1082283. check-in: 9ba1d28bca user: vasiljevic tags: core-8-4-branch
2005-05-30
18:31
update to patchlevel 8.4.10 check-in: 72ec170d6b user: hobbs tags: core-8-4-branch
01:36
* win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defn to top of file and clarify name (was...
check-in: df1e9f6aac user: hobbs tags: core-8-4-branch
2005-05-27
18:51
* README: Bumped patchlevel to 8.4.10 * generic/tcl.h: * tools/tcl.wse.in: * unix/tcl....
check-in: 752a5d0521 user: hobbs tags: core-8-4-branch
2005-05-26
11:19
* macosx/Makefile: moved & corrected EMBEDDED_BUILD check.
* unix/configure.in: corrected framewo...
check-in: 45619dd7d5 user: das tags: core-8-4-branch
2005-05-25
19:25
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast
check-in: 176b2864bd user: hobbs tags: core-8-4-branch
18:49
* unix/configure, unix/configure.in: ensure false Tcl.framework is only created with --enable-fram...
check-in: e0e2451d61 user: hobbs tags: core-8-4-branch
2005-05-24
04:44
* tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env vars that need to be ...
check-in: 499598d874 user: das tags: core-8-4-branch
04:20
* macosx/Makefile: * macosx/README: * macosx/Tcl-Info.plist.in (new file): * unix/Makefile.in: ...
check-in: c065af454b user: das tags: core-8-4-branch
04:19
* generic/tclIOUtil.c (TclLoadFile): * generic/tclInt.h: * unix/tcl.m4: * unix/tclLoadDyld.c: ad...
check-in: 5c82b72b0a user: das tags: core-8-4-branch
04:18
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a count > 1 to return a string wi...
check-in: f5fb72c5f9 user: das tags: core-8-4-branch
2005-05-20
17:19
Removed unreferenced stack variable check-in: 4233bfd935 user: vasiljevic tags: core-8-4-branch
15:28
* generic/tclParseExpr.c: Corrected parser to recognize all boolean literals a...
check-in: eb0b85b5d7 user: dgp tags: core-8-4-branch
02:50
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In...
check-in: f2036a6572 user: das tags: core-8-4-branch
2005-05-19
13:28
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing CFRelease of runLoopSource in Tcl_In...
check-in: af276e30b1 user: das tags: core-8-4-branch
2005-05-14
20:52
* macosx/tclMacOSXBundle.c: * unix/tclUnixInit.c: * unix/tcl.m4 (Darwin): made use of CoreFoundat...
check-in: c4f7ce27bf user: das tags: core-8-4-branch
2005-05-12
16:23
Corrected example that confused [namespace which] and [namespace origin] check-in: 4747c60a4f user: dgp tags: core-8-4-branch
2005-05-11
00:47
* tests/string.test: string-10.[21-30] * generic/tclCmdMZ.c (Tcl_StringObjCmd): add extra checks t...
check-in: 8a6c6f6b7d user: hobbs tags: core-8-4-branch
2005-05-07
00:00
* unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check and add support for x86_64 Solaris ...
check-in: 5a2808481b user: hobbs tags: core-8-4-branch
2005-05-03
17:53
documentation improvements. check-in: c73c6b9be6 user: dgp tags: core-8-4-branch
2005-04-29
14:09
Backported doc fix check-in: 83eaf12085 user: dkf tags: core-8-4-branch
2005-04-28
05:34
* library/init.tcl: Corrected flaw in interactive command * tests/main.test: ...
check-in: d43f85a9a8 user: dgp tags: core-8-4-branch
2005-04-27
21:07
* tests/unixInit.test (7.1): Alternative fix for the 2005-04-22 commit.
check-in: 4104828d14 user: dgp tags: core-8-4-branch
2005-04-26
00:46
* compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. ...
check-in: 74b7355f70 user: das tags: core-8-4-branch
2005-04-22
16:29
* generic/tclCmdMZ.c: Corrected intrep-dependence of * tests/string.test: [stri...
check-in: 8c298ec89c user: dgp tags: core-8-4-branch
2005-04-21
23:42
* tests/unixInit.test (7.1): fixed failure when running tests with -tmpdir arg not set to working ...
check-in: f5a7d654ed user: das tags: core-8-4-branch
2005-04-20
16:06
* generic/tclGet.c (Tcl_GetInt): Corrected error that did not * generic/tclOb...
check-in: 3d004086cf user: dgp tags: core-8-4-branch
00:14
* tests/winPipe.test (winpipe-6.2): remove -blocking 1 as this one can truly block.
check-in: f53ee322c3 user: hobbs tags: core-8-4-branch
2005-04-19
16:31
no message check-in: 2920872277 user: davygrvy tags: core-8-4-branch
16:28
* win/tclWinPipe.c: The pipe channel driver now respects the -blocking option when closing. The wi... check-in: 435e6257fb user: davygrvy tags: core-8-4-branch
2005-04-14
07:09
* generic/tclIO.c (Tcl_SetChannelBufferSize): Lowest size limit * tests/io.test: changed from ten b... check-in: 74c27f43eb user: davygrvy tags: core-8-4-branch
2005-04-12
18:28
added definition of NULL to strstr.c for Bug 1175161 check-in: ccf59bad26 user: kennykb tags: core-8-4-branch
2005-04-09
15:39
* macosx/README: updated requirements for OS & developer tool versions + other small fixes/cleanup...
check-in: 7342dfd9e9 user: das tags: core-8-4-branch
10:16
* unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EX...
check-in: 482141dca9 user: das tags: core-8-4-branch
2005-04-07
11:33
See file. check-in: 7769d08b2a user: vasiljevic tags: core-8-4-branch
11:29
Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognize when being called with NUL... check-in: f770d9b761 user: vasiljevic tags: core-8-4-branch
11:28
Fixed TclpFreeAllocCache() to recognize when being called with NULL argument. This is a signal for i... check-in: 9e2b7b1539 user: vasiljevic tags: core-8-4-branch
11:27
Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache with the NULL-ptr as argumen... check-in: 67acf03916 user: vasiljevic tags: core-8-4-branch
11:24
Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). Part of fixing the Tcl Bug #11784... check-in: 4281da6f73 user: vasiljevic tags: core-8-4-branch
2005-04-05
16:39
* generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the * generic/tclUt...
check-in: 65c0e11b9e user: dgp tags: core-8-4-branch
2005-03-30
06:17
* win/tcl.m4, win/configure: do not require cygpath in macros to allow msys alone as an alternativ...
check-in: 56dd117e68 user: hobbs tags: core-8-4-branch
05:30
* win/tclWinTime.c (TclpGetDate): use time_t for 'time'
check-in: 210fcf1532 user: hobbs tags: core-8-4-branch
2005-03-23
21:58
purge outdated comment check-in: e79a41b835 user: dgp tags: core-8-4-branch
2005-03-18
16:33
date typo check-in: 6d93b043d7 user: dgp tags: core-8-4-branch