Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
163 check-ins using file tests/io.test version 65f337ae44
|
2004-05-25
| ||
| 17:44 | * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" that gets cleaned ... check-in: 60cd15fd68 user: dgp tags: trunk | |
| 17:17 | * tests/execute.test (execute-8.1): Updated to remove the trace set on ::errorInfo ... check-in: 11f2366d39 user: dgp tags: trunk | |
| 15:33 | error in test naming check-in: 49dd4a972c user: dkf tags: trunk | |
| 15:30 | Add example check-in: 8fc77935f6 user: dkf tags: trunk | |
| 08:37 | Finish fixing comments for [Bug 848440] check-in: 93048854e6 user: dkf tags: trunk | |
| 08:27 | Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] check-in: 4f2386a9a4 user: dkf tags: trunk | |
| 07:48 | More idiomatic example. [Bug 959602] check-in: c22cde3d67 user: dkf tags: trunk | |
| 00:07 | * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used f... check-in: a3e181ab90 user: hobbs tags: trunk | |
|
2004-05-24
| ||
| 23:31 | Added examples check-in: 3f11ff04ef user: dkf tags: trunk | |
| 21:48 | Fixed [Bug 959193] which is apparently a word-size issue. check-in: 5b777f0a26 user: dkf tags: trunk | |
| 19:18 | * doc/set.n: accurate description of name resolution process, referring to namespace.n for details... check-in: 7311f32c2a user: msofer tags: trunk | |
| 13:00 | Added example check-in: f48d42e129 user: dkf tags: trunk | |
| 12:47 | Added examples and more cross-references check-in: 03c5bd3e48 user: dkf tags: trunk | |
| 12:24 | Added example and cross-reference check-in: b03701d089 user: dkf tags: trunk | |
| 01:19 | Adding potential incompatibility warning in Changelog check-in: 40f895d3ac user: msofer tags: trunk | |
|
2004-05-23
| ||
| 22:58 | Fix in comments check-in: d2a45d6cae user: msofer tags: trunk | |
| 22:53 | * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed, insuring that no "zombie" variab... check-in: f49ce0c192 user: msofer tags: trunk | |
|
2004-05-22
| ||
| 16:21 | * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new (in tcl8.4) exteriorisations of... check-in: a4a90f73d3 user: msofer tags: trunk | |
| 03:42 | * generic/tclVar.c: fix for [Bug 735335]. The use of tclNsVarNameType objs is still disabled, pend... check-in: 8116f5d22b user: msofer tags: trunk | |
| 00:19 | Reformulated so as to make clear what are examples. check-in: 8ea23b19c1 user: dkf tags: trunk | |
| 00:10 | * tests/namespace.test (namespace-41.3): removed the {knownBug} constraint: [Bug 231259] is closed... check-in: cef73caa81 user: msofer tags: trunk | |
| 00:05 | Minor syntactic fixes. Removed a clause that read very strangely and was effectively duplicated els... check-in: 231b10bcd8 user: dkf tags: trunk | |
|
2004-05-21
| ||
| 23:50 | Use longer dashes (where available) check-in: 16bdd1eb23 user: dkf tags: trunk | |
| 23:49 | Typo! check-in: 2a6eabd0ce user: dkf tags: trunk | |
| 23:47 | Added examples. check-in: e582e7cb9b user: dkf tags: trunk | |
| 22:57 | Added some more examples; there are actually examples scattered through the file anyway. check-in: 51734e1e55 user: dkf tags: trunk | |
| 22:03 | One more fix; this time it really does let this file build... check-in: 7671937437 user: dkf tags: trunk | |
| 21:51 | Make TCL_COMPILE_DEBUG path through TEBC work... check-in: e292385757 user: dkf tags: trunk | |
| 21:30 | Variables should only ever be declarated at the start of a block... check-in: 72bd2f40a5 user: dkf tags: trunk | |
| 09:39 | 2004-05-21 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (TclExecuteByteCode): reorga... check-in: 74cc262044 user: msofer tags: trunk | |
|
2004-05-20
| ||
| 22:58 | Added examples check-in: 934600342d user: dkf tags: trunk | |
| 21:18 | Added examples. check-in: 8ef09d18b0 user: dkf tags: trunk | |
| 21:04 | It seems all NaN handling is non-portable except where the platform is incredibly constrained. check-in: 652cb13c63 user: dkf tags: trunk | |
| 13:04 | Delete limit callbacks properly when the interpreters involved are deleted. check-in: 712f5c453b user: dkf tags: trunk | |
|
2004-05-19
| ||
| 22:41 | * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue where there was a sneak path from Tcl_D... check-in: a23d7c7c13 user: kennykb tags: trunk | |
| 22:22 | Added test based on suggestion by Miguel Sofer check-in: 5102d37e7b user: dkf tags: trunk | |
| 22:06 | Oops! Duplicated a -constraints section, which confused tcltest check-in: 326edd6056 user: dkf tags: trunk | |
| 21:56 | Enable a test of limiting tight loops. check-in: f625a38945 user: dkf tags: trunk | |
| 20:33 | Silly error check-in: 910a287f4e user: dkf tags: trunk | |
| 20:29 | Spelling whoops! Moved constraint declaration to near top of file check-in: 52ebc6eeab user: dkf tags: trunk | |
| 20:15 | Massive test cleanup; all tests are run, and constraints are used where necessary. check-in: ae1ac5736f user: dkf tags: trunk | |
| 20:03 | corrected test name duplication check-in: 66716f7cec user: dgp tags: trunk | |
| 19:41 | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as * tclIO.h: [SF Tcl Bug 462317],... check-in: 30839ce2a7 user: andreas_kupries tags: trunk | |
| 16:56 | fix to 'file dirname' and to fs refCount documentation check-in: a1a411fa97 user: vincentdarley tags: trunk | |
| 13:29 | Fix whitespace check-in: a6ae725c88 user: dkf tags: trunk | |
| 13:02 | Fix whitespace check-in: ba2565e0a2 user: dkf tags: trunk | |
| 13:00 | Fix whitespace and add test for case when pwd can generate an error check-in: 02d8df5801 user: dkf tags: trunk | |
| 12:56 | Remove trailing whitespace check-in: 9c88269f07 user: dkf tags: trunk | |
| 12:51 | Use constraints instead of conditional tests check-in: 7821428dbe user: dkf tags: trunk | |
| 12:48 | Fix whitespace check-in: 4f5dc677cb user: dkf tags: trunk | |
| 12:44 | Removed trailing whitespace check-in: 9d5a74f6f7 user: dkf tags: trunk | |
| 12:43 | Converted from conditional tests into constrained tests check-in: 8de91905bc user: dkf tags: trunk | |
| 12:23 | Remove trailing whitespace check-in: fee6f7c466 user: dkf tags: trunk | |
| 12:22 | Standardize whitespace handling check-in: 9239f75c40 user: dkf tags: trunk | |
| 12:15 | Convert conditional tests into constrained tests check-in: 511112a75c user: dkf tags: trunk | |
| 12:11 | Standardize various minor aspects of test style check-in: 4d180748d7 user: dkf tags: trunk | |
| 12:08 | Convert conditional testing into constraints check-in: 426ddcb562 user: dkf tags: trunk | |
| 10:55 | Remove trailing whitespace check-in: 1beda09dc2 user: dkf tags: trunk | |
| 10:54 | Use constraints, not conditional tests check-in: 484d1a14f8 user: dkf tags: trunk | |
| 10:47 | Remove trailing whitespace check-in: f1ee4c721b user: dkf tags: trunk | |
| 10:46 | Use contraints, not conditional tests. check-in: f5f61ea0f3 user: dkf tags: trunk | |
| 10:42 | Use constraints, not conditional invokation of test. check-in: 492e74696a user: dkf tags: trunk | |
| 10:38 | Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly. check-in: e7adb792f8 user: dkf tags: trunk | |
|
2004-05-18
| ||
| 21:45 | * compat/strftime.c (_fmt, ISO8601Week): * doc/clock.n: * tests/clock.test: Major rework to the ha... check-in: d89c598ef2 user: kennykb tags: trunk | |
| 21:29 | Added example check-in: 7428588e2d user: dkf tags: trunk | |
| 21:13 | Added example check-in: e805bcd03d user: dkf tags: trunk | |
| 20:59 | Whitespace fix. check-in: 5f7a972b66 user: dkf tags: trunk | |
| 20:47 | Minor whitespace fix. check-in: 6eadbd0c06 user: dkf tags: trunk | |
| 20:05 | no message check-in: 5ff4878786 user: davygrvy tags: trunk | |
| 20:02 | * win/makefile.vc: now generates a tclConfig.sh from Pat Thoyts [Patch 909911] check-in: 285d80601d user: davygrvy tags: trunk | |
| 12:54 | Improve the clarity of the lsearch manpage. Thanks to Peter Spjuth! check-in: 20ee0b59f1 user: dkf tags: trunk | |
| 12:30 | Ensure that single quotes don't come at the start of a line, even when quoted. check-in: 3797a336d5 user: dkf tags: trunk | |
| 12:28 | More adaptations to understand .SS macros. check-in: 86d6a29be3 user: dkf tags: trunk | |
| 12:16 | Added support .SS macros. check-in: 9787bb4896 user: dkf tags: trunk | |
| 10:52 | Added documentation for TIP#143 limits and a few interesting examples. check-in: 9d5627e4ac user: dkf tags: trunk | |
| 10:13 | Stop a compiler warning. check-in: 5ccb64246a user: dkf tags: trunk | |
| 09:29 | Tests of limit-exceeded callbacks and make sure that those callbacks can remove the limits if they s... check-in: b996406579 user: dkf tags: trunk | |
| 02:01 | * generic/tclExecute.c (TclExecuteByteCode): added comments to classify the variables according to... check-in: 0f986b08da user: msofer tags: trunk | |
|
2004-05-17
| ||
| 22:31 | Added example check-in: bc2e40c928 user: dkf tags: trunk | |
| 22:23 | Added example check-in: 66a8599fef user: dkf tags: trunk | |
| 21:42 | Changed test back to what it used to be in 7.* now that [set] counts as a real command once again. :... check-in: ad85b9e03a user: dkf tags: trunk | |
| 21:30 | Improved TIP#143 tests and now track the number of bytecoded commands better. check-in: 37a66100cf user: dkf tags: trunk | |
| 15:16 | Example updates/additions. check-in: afd4235d63 user: dkf tags: trunk | |
| 10:38 | fix to case sensitive 'file executable' on Windows check-in: f33a25c7f1 user: vincentdarley tags: trunk | |
| 09:19 | Docbug. [Bug 953374] check-in: 2ce4a70a31 user: dkf tags: trunk | |
| 02:36 | (FIXED PATCH) * generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for co... check-in: 1876b652ee user: msofer tags: trunk | |
| 02:16 | oops ... reverting last (buggy) commit check-in: cd132c83f4 user: msofer tags: trunk | |
| 02:06 | * generic/tclExecute.c (TclExecuteByteCode): remove one level of indirection for compiledLocals ad... check-in: affd3ce76c user: msofer tags: trunk | |
|
2004-05-16
| ||
| 22:26 | * generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restored (DE)CACHE_STACK_INFO pair around the ca... check-in: cb076b3780 user: msofer tags: trunk | |
| 20:23 | * generic/tclBasic.c (Tcl_DeleteInterp): * generic/tclExecute.c (INST_START_CMD): interp deletion ... check-in: 7463ae8f6c user: msofer tags: trunk | |
| 17:25 | * generic/tclCompile.h: * generic/tclCompile.c: * generic/tclExecute.c: changed implementation of... check-in: 73b4cc9518 user: msofer tags: trunk | |
|
2004-05-14
| ||
| 21:43 | 2004-05-14 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: Promoted TclpLocaltim... check-in: 44753d7a62 user: kennykb tags: trunk | |
| 19:15 | * generic/tclExecute.h: * generic/tclCompile.h: the math functions receive a pointer to top of th... check-in: 787f793f30 user: msofer tags: trunk | |
| 15:38 | Expanding the tests avilable for TIP#143 features. Now check that basic syntax is verified. check-in: 5105e116f3 user: dkf tags: trunk | |
|
2004-05-13
| ||
| 20:31 | Very minor updates to comments/whitespace check-in: c2971727f9 user: dkf tags: trunk | |
| 13:00 | Regen check-in: 987621e4d3 user: dkf tags: trunk | |
| 12:59 | TIP#143 implementation; still needs docs and more tests... check-in: 9736fa23ed user: dkf tags: trunk | |
| 10:12 | TIP#129 implementation. Probably also much more breakage in the test suite too check-in: a353a77e5d user: dkf tags: trunk | |
|
2004-05-12
| ||
| 17:43 | Optimisations for INST_START_CMD [Bug 926164]. * generic/tclCompile.c (TclCompileScript): avoid em... check-in: 5cb41c73c3 user: msofer tags: trunk | |
|
2004-05-11
| ||
| 21:31 | Added examples check-in: 85e02c65c3 user: dkf tags: trunk | |
| 21:20 | More and deeper examples. check-in: 78fbcf1f6f user: dkf tags: trunk | |
| 14:09 | documentation for glob -types d with symbolic links check-in: f639a6109c user: vincentdarley tags: trunk | |
| 09:08 | Another example and a bit more clarity. check-in: e181a7fb0f user: dkf tags: trunk | |
|
2004-05-10
| ||
| 22:10 | Added examples. check-in: 4d228aad1e user: dkf tags: trunk | |
| 21:52 | no message check-in: b49be47946 user: davygrvy tags: trunk | |
| 21:50 | (BuildCommandLine): Use the existence of contents in the linePtr rather than the scratch DString pos... check-in: a61e2cbe44 user: davygrvy tags: trunk | |
| 20:52 | no message check-in: b0d14299e3 user: davygrvy tags: trunk | |
| 20:51 | (TclpCreateProcess): When under NT, with no console, and executing a DOS application, the path primi... check-in: 46bf8afe88 user: davygrvy tags: trunk | |
| 19:02 | no message check-in: 9f9827d374 user: davygrvy tags: trunk | |
| 19:00 | (BuildCommandLine): Moved non-obvious appending logic to outside the loop and added commentary for i... check-in: 27f73a8f9e user: davygrvy tags: trunk | |
| 18:50 | had to raise the size of the tls extension due to it getting rather fat when built statically to Ope... check-in: c9927422f7 user: davygrvy tags: trunk | |
|
2004-05-08
| ||
| 15:51 | fix to some compiler warnings check-in: d007991f55 user: vincentdarley tags: trunk | |
| 04:06 | Refixed bug 789040 check-in: b1a423e026 user: chengyemao tags: trunk | |
| 03:48 | Refix bug 789040 re-entered in rev 1.41 check-in: 2307b4865d user: chengyemao tags: trunk | |
|
2004-05-07
| ||
| 23:29 | Added yet more examples. check-in: f4ee589069 user: dkf tags: trunk | |
| 22:29 | correcting Changelog entry check-in: 49ec9e9ec8 user: msofer tags: trunk | |
| 22:26 | * doc/unset.n: added upvar.n to the "see also" list check-in: c9f601b087 user: msofer tags: trunk | |
| 20:01 | * generic/tclEncoding.c: * tests/encoding.test: added support and tests for translating embedded nul... check-in: 8f3d0b5efd user: rmax tags: trunk | |
| 07:44 | vfs glob root volume fix check-in: 265c17a987 user: vincentdarley tags: trunk | |
|
2004-05-06
| ||
| 04:41 | * generic/tclInt.h: * generic/tclObj.c (TclFreeObj): made TclFreeObj use the new macro TclFreeObj... check-in: 2fd4458c65 user: msofer tags: trunk | |
|
2004-05-05
| ||
| 23:08 | More examples. check-in: 9e584cedfe user: dkf tags: trunk | |
| 22:08 | More examples. check-in: 2a48f5e012 user: dkf tags: trunk | |
| 21:35 | * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to cons... check-in: d693e3ddf2 user: dgp tags: trunk | |
| 20:52 | Remove reference to totally non-existant API. [Bug 848440] check-in: e6b525f22a user: dkf tags: trunk | |
| 19:01 | no message check-in: c3b4b384aa user: davygrvy tags: trunk | |
| 18:59 | added the tls extension to the list of preferred load addresses. check-in: 4950ba6ff0 user: davygrvy tags: trunk | |
| 18:29 | no message check-in: bd37c29f4b user: davygrvy tags: trunk | |
| 18:28 | (TclFinalizeEncodingSubsystem): FreeEncoding(systemEncoding); moved to before the hash table itereat... check-in: debd8d0a67 user: davygrvy tags: trunk | |
| 18:24 | no message check-in: 0265e290e9 user: davygrvy tags: trunk | |
| 18:22 | (SocketEventProc) : connect errors should fire both the readable and writable handlers because this ... check-in: 4e5d3d1807 user: davygrvy tags: trunk | |
|
2004-05-04
| ||
| 22:31 | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' * tests/fileName.test (filename-... check-in: ed9c4624de user: hobbs tags: trunk | |
| 22:30 | * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOME check-in: 92a57eee87 user: hobbs tags: trunk | |
| 20:09 | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get * generic/tclInt.... check-in: fa36b89dd4 user: dgp tags: trunk | |
| 19:50 | * tests/tcltest.test: Test corrections for Mac OSX. Thanks to Steven Abner (tauva... check-in: 663ebdf999 user: dgp tags: trunk | |
| 13:27 | Remove accidental check-in of TIP#143 code. D'oh! check-in: 42837be8a8 user: dkf tags: trunk | |
| 12:36 | Suppress a signed-ness warning. check-in: d169588cd0 user: dkf tags: trunk | |
| 03:52 | * Applied [SF Tcl Patch 868853], fixing a mem leak in TtySetOptionProc. Report and Patch provid... check-in: c3c471c6f5 user: andreas_kupries tags: trunk | |
| 03:20 | * generic/tclProc.c (TclCreateProc): comments corrected. check-in: 06127b2ec4 user: msofer tags: trunk | |
| 02:44 | slight improvement to last commit check-in: eb4fd595f3 user: msofer tags: trunk | |
| 02:38 | * generic/tclCompile.c (TclCompileScript): setting the compilation namespace outside of the loop. check-in: cfb70aec1f user: msofer tags: trunk | |
|
2004-05-03
| ||
| 19:59 | * generic/tclCompile.c: * generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02, restorin... check-in: 6fb7967f71 user: msofer tags: trunk | |
| 17:04 | * win/tclWin32Dll.c (TclpCheckStackSpace): * tests/stack.test (stack-3.1): Fix for undetected stack... check-in: 09e1a5fa63 user: kennykb tags: trunk | |
| 14:28 | * library/init.tcl: Corrected unique prefix matching of interactive command comp... check-in: ce81789cb4 user: dgp tags: trunk | |
|
2004-05-02
| ||
| 21:04 | cleaning up after new test in last commit check-in: 80d0b4a5bd user: msofer tags: trunk | |
| 20:49 | * generic/tclProc.c (TclObjInvokeProc): * tests/proc.test (proc-3.6): fix for bad quoting of multi... check-in: 6cec340edc user: msofer tags: trunk | |
|
2004-04-30
| ||
| 22:45 | More examples check-in: c3ad95d89b user: dkf tags: trunk | |
| 20:25 | More examples check-in: 9acc202ce0 user: dkf tags: trunk | |
| 20:06 | * generic/tclInt.h: Replaced Kevin Kenny's temporary * generic/tclThread... check-in: 6e87dc0c78 user: dgp tags: trunk | |
| 17:45 | * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) inclusion of "tclWinInt.h" to avoid p... check-in: 4b0c81f8a4 user: kennykb tags: trunk | |
| 15:28 | More examples check-in: 2b96706439 user: dkf tags: trunk | |
|
2004-04-29
| ||
| 20:40 | * tests/execute.test (execute-8.2): Avoid crashes when there is limited system s... check-in: 81cb859d65 user: dgp tags: trunk | |
|
2004-04-28
| ||
| 13:11 | * doc/global.n: * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11... check-in: 5d0701ae85 user: msofer tags: trunk | |
| 10:27 | Minor docfix [Bug 943448] check-in: 4241c2e366 user: dkf tags: trunk | |
|
2004-04-27
| ||
| 17:17 | A little source clean-up with the allocOnce variable. check-in: b50ffc369b user: davygrvy tags: trunk | |
|
2004-04-26
| ||
| 15:51 | * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper positioning of retu... check-in: 85af5d904c user: dgp tags: trunk | |
| 14:38 | Doc updates from David Welton [Patches 941377,941380] check-in: 89a905deda user: dkf tags: trunk | |
| 09:47 | Stronger wording & example. [Bug 940843] check-in: 8fb1bd38c6 user: dkf tags: trunk | |
| 09:16 | Reworked to remove references to testing interfaces and instead promote the use of the Thread packag... check-in: c1afb98822 user: dkf tags: trunk | |
|
2004-04-25
| ||
| 20:13 | * generic/tcl.h: Removed obsolete declarations and #include's. * generic/tclI... check-in: dfc6ba9c70 user: dgp tags: trunk | |
|
2004-04-24
| ||
| 07:49 | no message check-in: 61ca6eb5bd user: davygrvy tags: trunk | |
| 07:45 | (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACH case. We're not interested ... check-in: e52275fb00 user: davygrvy tags: trunk | |
| 05:59 | * generic/tclPort.h: * macosx/Makefile: * unix/Makefile.in: followup on tcl header reform [FR 922... check-in: 7b1e19cea3 user: das tags: trunk | |
|
2004-04-23
| ||
| 23:38 | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug 930851]. When changing the eofchar ... check-in: 81e0f61614 user: andreas_kupries tags: trunk | |