Timeline
Not logged in

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

439 check-ins using file win/tclWinTest.c version 15b515a7f4

2006-03-16
21:11
* doc/open.n: Documented the changed behaviour of 'a'ppend mode. check-in: e904939e37 user: andreas_kupries tags: core-8-4-branch
19:12
* tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and... check-in: 250a651332 user: andreas_kupries tags: core-8-4-branch
18:23
* generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used... check-in: 619938a2cd user: andreas_kupries tags: core-8-4-branch
09:15
typo in TclpLoadMemory() error msg check-in: 3cfd2d4fd5 user: das tags: core-8-4-branch
00:35
* tests/socket.test: Extended the timeout in socket-11.11 from 10 to 40 seconds to allow for re... check-in: 47d7a23bdf user: andreas_kupries tags: core-8-4-branch
2006-03-14
22:51
* doc/fconfigure.n: Clarified that -translation is binary is reported as lf when queried, becau... check-in: bf933e9c44 user: andreas_kupries tags: core-8-4-branch
20:36
* win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the head by David Gravereaux in 2004.... check-in: cbb0d5b2fa user: andreas_kupries tags: core-8-4-branch
2006-03-13
20:57
* generic/tclEncoding.c: Report error when an escape encoding is missing one ... check-in: 6fa2fa8b3b user: dgp tags: core-8-4-branch
20:41
* unix/configure.in: Revert change from 2005-07-26 that sometimes * unix/configur... check-in: a877325ca7 user: dgp tags: core-8-4-branch
2006-03-10
16:26
typo check-in: 81588b05a6 user: dgp tags: core-8-4-branch
14:33
Added notes about fixing Bug #1437595. check-in: 6fd0dd742c user: vasiljevic tags: core-8-4-branch
14:27
Finalization of the sockets is now solely done in TclpFinalizeSockets() and not over the thread-exit... check-in: f79750f1ba user: vasiljevic tags: core-8-4-branch
14:23
Added no-op TclpFinalizeSockets() check-in: 04a0899f8d user: vasiljevic tags: core-8-4-branch
14:18
Finalization of the pipes are now solely done in TclpFinalizePipes and not over the thread-exit hand... check-in: 5277644bc7 user: vasiljevic tags: core-8-4-branch
14:12
Invokes TclpFinalizeSockets() as part of the TclFinalizeIOSubsystem() call. check-in: ab02be49ed user: vasiljevic tags: core-8-4-branch
14:09
Added TclpFinalizeSockets() (Tcl Bug #1437595) check-in: 020fa1e6fd user: vasiljevic tags: core-8-4-branch
14:04
Cosmetic touches and identation check-in: e1aed0bb7c user: vasiljevic tags: core-8-4-branch
10:35
backport of some file readable/writable fixes from HEAD check-in: 5e3421a173 user: vincentdarley tags: core-8-4-branch
2006-03-09
23:11
Undo latest commit. Controversy arose, and we're about to release. Save arguments about it for anot... check-in: 060761d42a user: dgp tags: core-8-4-branch
22:26
* generic/tclPanic.c (Tcl_PanicVA): added an unconditional abort at the end, to insure that a pani... check-in: 75dceba12d user: msofer tags: core-8-4-branch
2006-03-07
20:35
typo check-in: 066e18a1fe user: dgp tags: core-8-4-branch
19:18
oops! got out of sync; reverting... check-in: e493c70ba1 user: dgp tags: core-8-4-branch
19:01
* library/http/http.tcl: Bump to version 2.5.3 to cover bug fix * library/http/pkgIn... check-in: 2dee438a9e user: dgp tags: core-8-4-branch
18:59
*** 8.4.13 TAGGED FOR RELEASE *** * library/http/http.tcl: Bump to version 2... check-in: f6cbcb9b19 user: dgp tags: core-8-4-branch
05:30
* README: Bump version number to 8.4.13 and update * changes: ... check-in: dad787b73d user: dgp tags: core-8-4-branch
2006-03-06
21:56
* generic/tclBasic.c: Revised handling of TCL_EVAL_* flags to * tests/parse.test: ... check-in: 4fb7249191 user: dgp tags: core-8-4-branch
2006-03-02
22:33
see changes check-in: 6df0ec1d2e user: hobbs tags: core-8-4-branch
21:07
* win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" path-as-escape issue. check-in: 9798790ad9 user: hobbs tags: core-8-4-branch
21:06
[]-quote ac_defun functions check-in: 3f497ca2d8 user: hobbs tags: core-8-4-branch
01:08
* unix/tcl.m4: Fix for tk bug #1334613 to sort out shared library * unix/configure: issues on N... check-in: a09f4828c5 user: patthoyts tags: core-8-4-branch
2006-02-28
15:44
* generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL * tests/parse.te... check-in: 284938f57d user: dgp tags: core-8-4-branch
2006-02-16
20:24
typo check-in: 2069a0f119 user: dgp tags: core-8-4-branch
20:21
* generic/tclIndexObj.c: Disallow the "ambiguous" error message * generic/ind... check-in: 2a70498b7f user: dgp tags: core-8-4-branch
2006-02-15
16:04
* generic/tclIO.c: Made several routines tolerant of * generic/tclIOUtil.c: in... check-in: edfdd84186 user: dgp tags: core-8-4-branch
2006-02-09
15:23
* tests/main.test (Tcl_Main-6.7): Improved robustness of command auto-completi... check-in: e5155bf41c user: dgp tags: core-8-4-branch
2006-01-25
23:06
Backport of part of FreeBSD port check-in: 93b6183da8 user: dkf tags: core-8-4-branch
2006-01-23
12:11
replaced new test string-12.21 with dkf's version from HEAD check-in: 2391c775c7 user: msofer tags: core-8-4-branch
11:48
added test for [Bug 1410553] check-in: 40999a2f50 user: msofer tags: core-8-4-branch
11:24
* generic/tclStringObj.c: fixed incorrect handling of internal rep in Tcl_GetRange [Bug 1410553]. ... check-in: b23e99e48d user: msofer tags: core-8-4-branch
2006-01-16
19:31
* generic/tclPipe.c (FileForRedirect): Prevent nameString from being freed without having been initi... check-in: a4209dcf0b user: rmax tags: core-8-4-branch
2006-01-12
18:03
Fixed potential overwriting of already freed memory which caused all kinds of (rare but reproducible... check-in: 13baeaa9d9 user: vasiljevic tags: core-8-4-branch
2006-01-11
17:29
increment tcltest version requirement check-in: 15aabdba60 user: dgp tags: core-8-4-branch
17:15
* tests/error.test (error-7.0): Test the timing of write traces on ::errorInfo [Bug ... check-in: a9a2e63faf user: dgp tags: core-8-4-branch
2006-01-10
05:37
* unix/configure: add caching, use AC_CACHE_CHECK instead of * unix/configure.in: AC_CACHE_VAL ... check-in: 759eddee0c user: das tags: core-8-4-branch
2006-01-09
18:34
* generic/tclNamesp.c (NamespaceInscopeCmd): [namespace inscope] * tests/namespac... check-in: 7a2466007a user: dgp tags: core-8-4-branch
2005-12-20
22:16
Use %ld instead of %d in Tcl_GetMemoryInfo check-in: b40514b67e user: dkf tags: core-8-4-branch
2005-12-19
10:09
Clarify specification of variable substitution check-in: b5203840e3 user: dkf tags: core-8-4-branch
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 <dgp@users.sourceforge.net> *** 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 <dgp@users.sourceforge.net> *** 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 [http::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 heidibr@users.sf.ne... 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
16:33
* generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): * generic/tclCmdMZ.c (Tcl_S... check-in: e64996b96b user: dgp tags: core-8-4-branch
15:32
* generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks for immediate opera... check-in: 81b2571603 user: dgp tags: core-8-4-branch
2005-03-15
22:10
more tests and a fix to bug 1158199 check-in: a716de25ea user: vincentdarley tags: core-8-4-branch
18:41
fix to file norm, file pathtype on windows reserved filenames - ensure build ok on unix check-in: d18606faab user: vincentdarley tags: core-8-4-branch
18:08
fix to file norm, file pathtype on windows reserved filenames check-in: 6ad619ecdd user: vincentdarley tags: core-8-4-branch
16:29
replaced 'long' times with wides, to cope with Win64 check-in: d41af48065 user: kennykb tags: core-8-4-branch
00:15
Make it all work on OpenBSD. Imported patch from ports tree. check-in: 5a7a92a163 user: patthoyts tags: core-8-4-branch
2005-03-10
20:22
* generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken cast of ClientDat... check-in: 5e6df95dbf user: dgp tags: core-8-4-branch
2005-03-08
21:50
* win/makefile.vc: clarify necessary defined vars that can come from MSVC or the Platform SDK. check-in: fe1380a971 user: hobbs tags: core-8-4-branch
2005-02-25
22:37
backport tcltest test improvements check-in: 400a6cb8c6 user: dgp tags: core-8-4-branch
2005-02-24
18:03
* library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid * tests/tcltest... check-in: 94beca8470 user: dgp tags: core-8-4-branch
2005-02-23
10:27
Formatting typo fix. [Bug 1149605] check-in: 46ddcbd972 user: dkf tags: core-8-4-branch
2005-02-17
18:31
* win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not Tcl_UniCharLen. check-in: 492d51196c user: hobbs tags: core-8-4-branch
2005-02-16
18:52
* /doc/variable.n: fix for [Bug 1124160], variables are detected by [info vars] but not by [info l... check-in: 75f5651679 user: msofer tags: core-8-4-branch
2005-02-10
23:41
correct ChangeLog notes check-in: b1a2080787 user: hobbs tags: core-8-4-branch
23:40
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined * unix/tcl.m4: into SHLIB_LD... check-in: abcbb0a278 user: hobbs tags: core-8-4-branch
19:03
added comments check-in: 2d6f460f4f user: msofer tags: core-8-4-branch
18:58
* generic/tclBasic.c (Tcl_EvalObjEx): * tests/basic.test (basic-26.2): preserve the arguments pass... check-in: de2187d047 user: msofer tags: core-8-4-branch
10:28
More consistency. [Bug 1117017] check-in: 48135ca6b1 user: dkf tags: core-8-4-branch
2005-02-01
17:26
* generic/tclExecute.c (TclCompEvalObj): Removed stray statement left behind in prio... check-in: 0cf23b16e1 user: dgp tags: core-8-4-branch
2005-01-29
02:18
correct autoconf generation for sol64-gcc support check-in: 33585e82df user: hobbs tags: core-8-4-branch
2005-01-28
20:53
* unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. [Bug 1021871] check-in: 384d5ba7b5 user: hobbs tags: core-8-4-branch
01:50
* generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) (Tcl_ExprLong): Fix to recognize Tcl_WideIn... check-in: 7b989119b5 user: hobbs tags: core-8-4-branch
2005-01-27
22:53
TIP#218 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.... check-in: 1621430b8b user: andreas_kupries tags: core-8-4-branch
22:26
typo check-in: 4d230815e4 user: dgp tags: core-8-4-branch
2005-01-25
17:58
* library/auto.tcl: Updated [auto_reset] to clear auto-loaded procs in namespace... check-in: c52b5bb372 user: dgp tags: core-8-4-branch
06:54
* unix/tcl.m4 (Darwin): fixed bug with static build linking to dynamic library in /usr/lib etc ins... check-in: 78fab13e56 user: das tags: core-8-4-branch
2005-01-19
22:09
* win/tclWinChan.c (FileCloseProc): Invoke TclpCutFileChannel() to remove a FileInfo from the thr... check-in: 1000e16145 user: mdejong tags: core-8-4-branch
2005-01-17
13:04
fix to drive-sensitivity of test check-in: 25bdad12b2 user: vincentdarley tags: core-8-4-branch
2005-01-10
11:21
Convert u_int to unsigned to make clashes with types in standard C headers less of a problem. [Bug 1... check-in: fa03a58482 user: dkf tags: core-8-4-branch
2005-01-06
15:16
Horrible hack to keep the old error message. check-in: d17150d2c3 user: dkf tags: core-8-4-branch
11:34
Fix performance nasty in http::mapReply [1020491] and clean up version numbers. check-in: 45ad0f150c user: dkf tags: core-8-4-branch
2005-01-05
22:14
Add more locale mapping info for Chinese. [1084595] check-in: da29515179 user: dkf tags: core-8-4-branch
21:53
Change emacs mode comment style to stop problems with older man. [1085127] check-in: 505a89aac4 user: dkf tags: core-8-4-branch
2004-12-30
01:49
* win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove -Gs (included in -O2) and -GD (... check-in: e4308a3958 user: hobbs tags: core-8-4-branch
2004-12-13
15:56
Add note to clock.n disclaiming full ISO8601 support check-in: ada9b50a3f user: kennykb tags: core-8-4-branch
15:52
Add note to clock.n disclaiming full ISO8601 support check-in: 35222a7ed5 user: kennykb tags: core-8-4-branch
2004-12-09
09:24
Minor doc fixes check-in: d2b3f026a6 user: dkf tags: core-8-4-branch
2004-12-07
00:07
* unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBits [Bug 1079286] check-in: 5af173439a user: hobbs tags: core-8-4-9, core-8-4-branch
2004-12-03
00:37
removed extra .TP macro check-in: 25a56ea140 user: hobbs tags: core-8-4-branch
00:34
updated for 8.4.9 release check-in: 664faf1007 user: hobbs tags: core-8-4-branch
2004-12-02
18:48
filesystem, glob, tilde fix check-in: 612cef4642 user: vincentdarley tags: core-8-4-branch
2004-12-01
22:07
* library/auto.tcl (tcl_findLibrary): Disabled use of [file normalize] that caused ... check-in: 32e7a37cde user: dgp tags: core-8-4-branch
2004-11-27
05:43
* tests/reg.test (reg-32.*): Added missing testregexp constraints. check-in: 12bd71f2ba user: dgp tags: core-8-4-branch
2004-11-26
19:42
* library/auto.tcl (tcl_findLibrary): Made sure the uniquifying operations on the ... check-in: 6bc286dbd4 user: dgp tags: core-8-4-branch
09:37
Assorted dde fixes as requested by Andreas Kupries. check-in: 9c433c4207 user: dkf tags: core-8-4-branch
2004-11-25
15:53
See file check-in: a472d13420 user: vasiljevic tags: core-8-4-branch
15:48
Added hint to TCL_DECLARE_MUTEX macro usage. check-in: cf849ef569 user: vasiljevic tags: core-8-4-branch
15:31
Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition. (Tcl Bug #1068077) check-in: 151e659188 user: vasiljevic tags: core-8-4-branch
15:28
Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077) check-in: b3e17c2026 user: vasiljevic tags: core-8-4-branch
11:31
* tests/tcltest.test: The order in which [glob] returns the file names * tests/fCmd.test: is unde... check-in: a5f11d5ec9 user: rmax tags: core-8-4-branch
01:31
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine the number of... check-in: 6c8167568c user: dgp tags: core-8-4-branch
00:19
bumped patchlevel to 8.4.9 check-in: 86cc05cbbe user: hobbs tags: core-8-4-branch
2004-11-24
20:19
took out redundant memcpy from tclUnixNotfy.c check-in: f0e5a5da8d user: kennykb tags: core-8-4-branch
19:49
* unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for 3-argument readdir_r [Bug 1001325]. * uni... check-in: 8e08d8ca27 user: kennykb tags: core-8-4-branch
19:28
* generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new * tests/info.test ... check-in: d5123f55d6 user: dgp tags: core-8-4-branch
2004-11-23
15:23
backport file join fix check-in: 1a608efe04 user: vincentdarley tags: core-8-4-branch
2004-11-22
23:02
* unix/configure: Regen. * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when o... check-in: 670b018d62 user: mdejong tags: core-8-4-branch
22:48
* unix/configure: Regen. * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of rea... check-in: 63b8c61faa user: mdejong tags: core-8-4-branch
2004-11-19
09:37
Classic sed doesn't support | in REs. check-in: 9902ad7422 user: rmax tags: core-8-4-8, core-8-4-branch
06:51
*** 8.4.8 TAGGED FOR RELEASE *** check-in: 7c33c763a2 user: das tags: core-8-4-branch
06:29
* macosx/Makefile: * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed dete... check-in: 7902f93e6c user: das tags: core-8-4-branch
2004-11-18
19:35
date correction check-in: 80270457cf user: hobbs tags: core-8-4-branch
18:08
Arghh - some seds don't even support comments at all. check-in: e2fdd64ea9 user: rmax tags: core-8-4-branch
17:21
Some versions of sed appear to need semicolons in front of comments. check-in: 8203541530 user: rmax tags: core-8-4-branch
16:23
mark release tagging check-in: 0c5a3466b7 user: dgp tags: core-8-4-branch
15:44
* changes: Final updates for Tcl 8.4.8 release. check-in: 223f95ed5a user: dgp tags: core-8-4-branch
10:21
Fixed manpage installation. check-in: d0f59fa563 user: rmax tags: core-8-4-branch
02:07
2004-11-18 Reinhard Max <max@suse.de> * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an impr... check-in: 3a48a79704 user: rmax tags: core-8-4-branch
2004-11-17
02:52
* unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring -ttycontrol on a channel. [Bug 10... check-in: 9a8dc0f581 user: hobbs tags: core-8-4-branch
2004-11-16
23:39
* win/makefile.vc: Fixed bug in installation of http 2.5. * win/makefile.bc: Was installed into d... check-in: 062dd62964 user: andreas_kupries tags: core-8-4-branch
16:55
* library/auto.tcl: Updated [tcl_findLibrary] search path to include the $::auto... check-in: 9d88eb0d5d user: dgp tags: core-8-4-branch
10:06
Backport of [Patch 1065732] check-in: 0ecaa7ab6c user: dkf tags: core-8-4-branch
2004-11-15
21:52
more changes for Tcl 8.4.8 check-in: 968cba98df user: dgp tags: core-8-4-branch
21:14
* generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed * tests/trace... check-in: 0c5016cb64 user: dgp tags: core-8-4-branch
2004-11-13
00:41
* library/init.tcl: Made [unknown] robust in the case that either of the variabl... check-in: e526fa14ad user: dgp tags: core-8-4-branch
2004-11-12
23:41
* generic/tclEncoding.c (TableFromUtfProc): correct crash condition when TCL_UTF_MAX == 6. [Bug 10... check-in: 22220414e2 user: hobbs tags: core-8-4-branch
09:02
* doc/clock.n: * doc/registry.n: * doc/upvar.n: fixed *roff errors uncovered by running 'make htm... check-in: 8cd37342ff user: das tags: core-8-4-branch
2004-11-11
01:20
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 48054e59d7 user: das tags: core-8-4-branch
01:18
* generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead of manual copy loop to shift li... check-in: 7512e64d88 user: das tags: core-8-4-branch
01:17
* macosx/Makefile: corrected path to html help inside framework. Prevent parallel make from buildi... check-in: c980caa33c user: das tags: core-8-4-branch
01:16
* tests/fileName.test: * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bug... check-in: 2b9f53cea6 user: das tags: core-8-4-branch
01:15
* tests/fCmd.test: * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir(... check-in: 8259942e8b user: das tags: core-8-4-branch
2004-11-09
10:25
Clarify return code documentation. [Bug 1062647] check-in: 8922282968 user: dkf tags: core-8-4-branch
2004-11-04
06:06
* changes: Updates for Tcl 8.4.8 release. check-in: 130cab3318 user: dgp tags: core-8-4-branch
2004-11-03
22:12
niggly test suite fixes check-in: a6e2efa90f user: dgp tags: core-8-4-branch
2004-11-02
19:03
2004-11-02 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: ... check-in: b37ea3d531 user: dgp tags: core-8-4-branch
15:46
Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. [Bug 761471] check-in: 85f7b0c31c user: dkf tags: core-8-4-branch
09:21
Add synopsis for Tcl_GetChannelMode. [Bug 1058446] check-in: 682b09131b user: dkf tags: core-8-4-branch
2004-10-31
16:43
Make [info globals ::foo] work. [Bug 1057461] check-in: ac9f2079e9 user: dkf tags: core-8-4-branch
2004-10-30
21:00
removed erroneous comment [Bug 1029518] check-in: 837b2ba9c2 user: msofer tags: core-8-4-branch
03:16
* library/tcltest/tcltest.tcl: Correct reaction to errors in the obsolete processCm... check-in: 87b922f78a user: dgp tags: core-8-4-branch
2004-10-28
21:12
* generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a * generic/tclThreadAlloc.c: threaded debu... check-in: 6d824cc2bb user: andreas_kupries tags: core-8-4-branch
16:41
* README: Bumped patch level to 8.4.8 to prepare * generic/tcl.h: ... check-in: bbb1bd7f56 user: dgp tags: core-8-4-branch
16:06
added CONST to TclpLocaltime and TclpGmtime param throughout check-in: d3a95fedcf user: kennykb tags: core-8-4-branch
04:53
D'oh! check-in: 00e5228565 user: dgp tags: core-8-4-branch
04:16
* tests/socket.test (socket-13.1): Balanced [makeFile] and [removeFile] command... check-in: 5950c15f89 user: dgp tags: core-8-4-branch
00:00
* tests/appendComp.test: Backport test suite fixes of errors * tests/autoMkin... check-in: 58c2f9f1b3 user: dgp tags: core-8-4-branch
2004-10-27
17:55
fixed format-19.1 for 64 bit machines check-in: b7b7af9655 user: kennykb tags: core-8-4-branch
15:39
backport fixes for 868489 and 1026125 check-in: eb071c665a user: kennykb tags: core-8-4-branch
14:43
Finished user-level documentation backport check-in: 92cb8415a8 user: dkf tags: core-8-4-branch
14:23
Yet more doc update backporting check-in: 437d4766e4 user: dkf tags: core-8-4-branch
12:52
More doc fix backporting check-in: 63610c2fd0 user: dkf tags: core-8-4-branch
09:35
Backport many doc fixes check-in: 644d6ac51f user: dkf tags: core-8-4-branch
2004-10-26
21:42
* tests/subst.test (subst-12.3-5): More tests for Bug 1036649. check-in: 853512503c user: dgp tags: core-8-4-branch
21:03
reversed expected result from subst-12.3 to match Tcl 7.6 behavior. check-in: e158334ffa user: dgp tags: core-8-4-branch
20:54
* tests/subst.test (subst-12.3,4): More tests for Bug 1036649. check-in: 01e16f551f user: dgp tags: core-8-4-branch
20:14
* tests/compile.test (compile-12.4): Backport test for Bug 1001997. * tests/timer... check-in: bc0a9e3a5c user: dgp tags: core-8-4-branch
2004-10-23
23:30
whitespace changes check-in: c5dc6850aa user: hobbs tags: core-8-4-branch
2004-10-14
15:30
make genstubs check-in: 5f1abfca59 user: dkf tags: core-8-4-branch
15:28
Speed up [info <thing> <simplePattern>] check-in: c82a4cd09d user: dkf tags: core-8-4-branch
2004-10-08
20:16
* win/tclWinFile.c (NativeIsExec): correct result of 'file executable' to not be case sensitive. [... check-in: 8a2f80b497 user: hobbs tags: core-8-4-branch
2004-10-05
16:22
* generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021 workaround. Tha... check-in: 7da3c43972 user: dgp tags: core-8-4-branch
2004-10-01
00:09
Correction to 1038021 bug fix; should only save restore those bits that get cleared by Tcl_ResetRes... check-in: f0c3bf6833 user: dgp tags: core-8-4-branch
2004-09-30
22:45
* generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified * tests/namespace.tes... check-in: 713215081c user: dgp tags: core-8-4-branch
10:35
* tests/subst.test (12.2): test correction. check-in: 92b126d4aa user: msofer tags: core-8-4-branch
2004-09-29
19:36
fix for buffer overflow in [subst], [Bug 1036649] check-in: 95e63a64f2 user: msofer tags: core-8-4-branch
2004-09-23
20:04
* unix/dltest/Makefile.in (clean): Fixup make clean rule so that it does not delete all files when... check-in: c1c4f75ebd user: mdejong tags: core-8-4-branch
2004-09-19
15:02
Some tests were non-portable, alas. check-in: 47a22ed028 user: dkf tags: core-8-4-branch
2004-09-18
19:17
Make sure large shifts shift for real. [Bug 868467] check-in: e3fdc9a774 user: dkf tags: core-8-4-branch
2004-09-14
17:02
* tests/load.test (load-2.3): adopted fix for failure on darwin from HEAD. check-in: 2f1a74d777 user: das tags: core-8-4-branch
16:30
* generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returning the int value of... check-in: ecd2e927c5 user: dgp tags: core-8-4-branch
2004-09-10
22:59
Minor mods to latest commit to correct bugs and compiler warnings on TCL_WIDE_INT_IS_LONG platforms.... check-in: 36fcd28d9a user: dgp tags: core-8-4-branch
21:52
One less crazy long/wide aunt in the attic... [Bug 868489] check-in: a74b4462f7 user: dkf tags: core-8-4-branch
20:06
Fix [Bug 1025359] to make sure wide seeks don't lose errors check-in: ffbedbe75d user: dkf tags: core-8-4-branch
20:01
* generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, t... check-in: a7219ed430 user: andreas_kupries tags: core-8-4-branch
18:22
* generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding incons... check-in: f023e9218c user: dgp tags: core-8-4-branch
15:30
* generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty strin... check-in: 4caa0c8b72 user: msofer tags: core-8-4-branch
2004-09-09
17:12
Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] check-in: 82b85fe72b user: dgp tags: core-8-4-branch
15:45
* generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.t... check-in: 4749497df8 user: dgp tags: core-8-4-branch
2004-09-08
18:32
* compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group w... check-in: 3a35f81202 user: kennykb tags: core-8-4-branch
2004-09-07
18:21
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the... check-in: f36e082082 user: kennykb tags: core-8-4-branch
2004-09-02
13:58
Clarify meaning of [lsearch -dictionary] check-in: c0bfca3cf3 user: dkf tags: core-8-4-branch
2004-09-01
17:28
* win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return un... check-in: 89a2af995e user: hobbs tags: core-8-4-branch
17:26
WIN64 corrections check-in: 8a4b1a2b00 user: hobbs tags: core-8-4-branch
2004-08-30
18:15
Fix crash in [string map] when objects are shared. [Bug 1018562] check-in: 0a400ea11f user: dkf tags: core-8-4-branch
2004-08-26
17:37
* tests/env.test: macosx fixes. check-in: 59ec68b96d user: das tags: core-8-4-branch
2004-08-19
21:12
Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 052cf18b79 user: dkf tags: core-8-4-branch
2004-08-16
14:28
date correction check-in: 13ffccf8ee user: dgp tags: core-8-4-branch
14:18
fix for [Bug 1008314] check-in: 6e5e508723 user: msofer tags: core-8-4-branch
2004-08-13
21:45
* library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te... check-in: 9b7f1874b7 user: dgp tags: core-8-4-branch
2004-08-10
19:35
Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: af8752bc56 user: vasiljevic tags: core-8-4-branch
2004-07-30
15:15
* generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr... check-in: a2629d96aa user: dgp tags: core-8-4-branch
08:32
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli... check-in: 26f728866c user: das tags: core-8-4-branch
2004-07-28
16:28
* generic/tclMain.c (Tcl_Main, StdinProc): Append newline only * tests/basic.te... check-in: f78f682cf1 user: dgp tags: core-8-4-branch
2004-07-26
21:39
(io-61.1): create file in binary mode for x-plat check-in: 5c5e78c14f user: hobbs tags: core-8-4-7, core-8-4-branch
19:14
note 8.4.7 tag date check-in: 4d359a79b7 user: hobbs tags: core-8-4-branch
2004-07-25
21:38
* generic/tclThreadAlloc.c: Moved the tclInt.h include to provide Tcl_Panic which is now required fo... check-in: 68225ba789 user: patthoyts tags: core-8-4-branch
2004-07-23
16:02
A couple of trivial edits to the changes - added credits for bug reports and fixed a typo in one dat... check-in: 345116dcbe user: kennykb tags: core-8-4-branch
16:00
* tests/eofchar.data (removed): Test io-61.1 now generates its own * tests/io.test: ... check-in: e5cafec421 user: dgp tags: core-8-4-branch
00:33
minor fixes to 8.4.7 changes check-in: 4f67acc321 user: hobbs tags: core-8-4-branch
00:24
* win/tclWinDde.c: Bump to dde 1.2.3 to cover changes * library/dde/pkg... check-in: fe4f807148 user: dgp tags: core-8-4-branch
2004-07-22
21:41
typo/format fixes check-in: b21c4368ec user: dgp tags: core-8-4-branch
2004-07-21
01:30
* generic/tclEvent.c: Correct threaded obj allocator to * generic/tclInt.h: fully cl... check-in: 12bdd26d68 user: hobbs tags: core-8-4-branch
2004-07-20
11:13
* unix/tcl.m4: fixed Darwin autoconf breakage caused by recent CFLAGS reordering. * unix/configur... check-in: 7553cb7e69 user: das tags: core-8-4-branch
05:37
* macosx/tclMacOSXBundle.c: dynamically acquire address for CFBundleOpenBundleResourceMap symbol, ... check-in: e8239c0524 user: das tags: core-8-4-branch
2004-07-19
20:12
* unix/Makefile.in, unix/tcl.m4: move (C|LD)FLAGS after their * unix/configure.in, unix/config... check-in: 2917edc1d3 user: hobbs tags: core-8-4-branch
19:23
Redefined MASTER_LOCK to call TclpMasterLock for the sake of Tcl API users never creating interprete... check-in: 3990dbc1b1 user: vasiljevic tags: core-8-4-branch
2004-07-16
22:38
* generic/tclIOCmd.c (Tcl_FcopyObjCmd): Corrected a typo in the generation of error messages an... check-in: e45342ef28 user: andreas_kupries tags: core-8-4-branch
22:22
* doc/OpenFileChnl.3: Added description of the behaviour of Tcl_ReadChars when its 'charsToRead... check-in: 9a6268129a user: andreas_kupries tags: core-8-4-branch
20:46
* doc/CrtCommand.3: Added note that the arguments given to the command proc of a Tcl_CreateComm... check-in: b50863fa42 user: andreas_kupries tags: core-8-4-branch
20:10
* doc/ChnlStack.3: Removed the declaration that the interp argument to Tcl_(un)StackChannel can... check-in: bf82448fce user: andreas_kupries tags: core-8-4-branch
19:42
Typo fix. check-in: a88f085a2f user: andreas_kupries tags: core-8-4-branch
19:20
* tests/socket.test: Accepted two new testcases by Stuart Casoff <stwo@users.sourceforge.net> c... check-in: ca7389d35c user: andreas_kupries tags: core-8-4-branch
17:24
* unix/tclUnixNotfy.c (NotifierThreadProc): Accepted Joe Mistachkin's patch for [Tcl SF Bug 990... check-in: 7030a54125 user: andreas_kupries tags: core-8-4-branch
2004-07-15
22:04
* unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe Mistachkin's patch for [Tcl SF Bug 99453... check-in: 011b86e209 user: andreas_kupries tags: core-8-4-branch
21:20
Added new fix for the Tcl Bug #770053. Now we conditionaly perform the TclFinalizeNotifier in order ... check-in: 9ed2ecf626 user: vasiljevic tags: core-8-4-branch
20:46
* generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in * generic/tclIO.c (Tcl_UnregisterChan... check-in: 91ff646723 user: andreas_kupries tags: core-8-4-branch
20:17
* generic/tclIOCmd.c (Tcl_PutsObjCmd): Added length check to the old depreceated newline syntax... check-in: 3aa9e1bdf5 user: andreas_kupries tags: core-8-4-branch
09:57
Remoevd initialization of TSD for the new thread in NewThreadProc() since this will result in TclIni... check-in: 7e0ae19d31 user: vasiljevic tags: core-8-4-branch
09:40
Backout of changes to fix the Tcl Bug #770053. See SF bugreport for more info. check-in: 89f958a1cf user: vasiljevic tags: core-8-4-branch
2004-07-13
19:21
* README, generic/tcl.h, tools/tcl.wse.in: bumped to * unix/configure, unix/configure.i... check-in: fd590c8526 user: hobbs tags: core-8-4-branch
19:09
See file... check-in: d672301ee2 user: vasiljevic tags: core-8-4-branch
19:04
Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURN in NewThreadProc(). This is... check-in: 7fdbfa026a user: vasiljevic tags: core-8-4-branch
2004-07-03
22:13
added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. check-in: 592447b62b user: msofer tags: core-8-4-branch
2004-07-02
23:37
see changes check-in: e560fd00b1 user: hobbs tags: core-8-4-branch
23:37
* generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a special * tests/exec.test: case redir of st... check-in: 7b4da20af6 user: hobbs tags: core-8-4-branch
23:36
* generic/regcomp.c (stid): correct minor pointer size error check-in: 2b39dd44e9 user: hobbs tags: core-8-4-branch
16:52
backport of recent fs fixes from cvs head check-in: 6611bc2f61 user: vincentdarley tags: core-8-4-branch
2004-06-29
09:38
Fix [Bug 981733]; bizarre resolver brokenness strikes again! check-in: 9f02c749b9 user: dkf tags: core-8-4-branch
2004-06-22
11:55
Corrected Tcl Bug #770053 check-in: 450a52effb user: vasiljevic tags: core-8-4-branch
2004-06-21
22:07
* win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, TclpCheckStackSpace, _except_checkst... check-in: 00950ad7df user: mdejong tags: core-8-4-branch
2004-06-15
13:00
Fixed dde -async test. check-in: 1b6e88cf5a user: patthoyts tags: core-8-4-branch
2004-06-14
15:22
* win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging in the presence of applications that... check-in: 469f0f607b user: patthoyts tags: core-8-4-branch
2004-06-10
17:17
* generic/tclDecls.h: Regenerated on a unix box. * generic/tclIntDecls.h: The Win/DOS ... check-in: be14957e2e user: andreas_kupries tags: core-8-4-branch
14:05
Partialy fixed Bug #932314 check-in: 9daf96ea97 user: vasiljevic tags: core-8-4-branch
13:59
Partially corrected [Bug 932314]. check-in: fdd81afeae user: vasiljevic tags: core-8-4-branch
2004-06-08
20:43
silence compiler warning check-in: 9e77745903 user: dgp tags: core-8-4-branch
20:25
Silence compiler warnings check-in: c2bd8d6b0e user: dgp tags: core-8-4-branch
19:45
* generic/tclCompile.c: handle warning [Bug 969066] check-in: 27198a2f13 user: msofer tags: core-8-4-branch
2004-06-05
17:29
* generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: 5833c77e9b user: kennykb tags: core-8-4-branch
17:25
* generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: a45bf99c8e user: kennykb tags: core-8-4-branch