Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
68 check-ins using file tests/trace.test version 430286bd98
|
2003-05-07
| ||
| 15:26 | Fixed memory leak caused by confusion about string ownership. [Bug 731706] check-in: 602667d8c7 user: dkf tags: trunk | |
|
2003-05-05
| ||
| 20:54 | * generic/tclBasic.c: Implementation of TIP 90, which * generic/tclCmdAH.c... check-in: d2aab88bfd user: dgp tags: trunk | |
| 16:48 | Corrected error message for grammar and spelling. check-in: 238c25b34c user: dkf tags: trunk | |
|
2003-05-01
| ||
| 19:57 | corrected comment about the default matching mode for [switch]. check-in: 0749f5b37b user: dgp tags: trunk | |
|
2003-04-30
| ||
| 09:23 | Use the boolean $(DEBUG) instead of a string comparison on $(DBGX). check-in: bc0a8a54a3 user: davygrvy tags: trunk | |
|
2003-04-29
| ||
| 20:23 | suppress compiler warning about uninitialized variables. check-in: 02d248649e user: dgp tags: trunk | |
| 08:13 | Stopped warning about uninitialised variables in DictIncrCmd Thanks to Andreas Kupries for reporting... check-in: 06a717e260 user: dkf tags: trunk | |
|
2003-04-28
| ||
| 12:34 | Made [incr] able to accept and work with wide increments [Bug 728838] check-in: 32ebb362ae user: dkf tags: trunk | |
| 10:05 | Default mode of operation of [switch] is exact matching. [Bug 727563] check-in: 06beada3ba user: dkf tags: trunk | |
|
2003-04-25
| ||
| 21:23 | * generic/tclBasic.c: Tcl_EvalObjv() failed to honor the TCL_EVAL_GLOBAL flag when ... check-in: 2fe6e15d1e user: dgp tags: trunk | |
| 20:03 | * win/tclWinThrd.c: Applied SF patch #727271. This patch changes the code to catch any errors r... check-in: 563b5bea31 user: andreas_kupries tags: trunk | |
| 18:28 | fix to glob and filenames with square brackets check-in: f1435daa97 user: vincentdarley tags: trunk | |
|
2003-04-22
| ||
| 23:20 | * The changes below fix SF bugs [593810], and [718045]. * generic/tclIO.c (Tcl_CutChannel, Tcl_S... check-in: 1aff0f8acb user: andreas_kupries tags: trunk | |
|
2003-04-21
| ||
| 20:42 | * library/tcltest/tcltest.tcl: When the return code of a test does not meet expecta... check-in: 9dd9fb248a user: dgp tags: trunk | |
|
2003-04-18
| ||
| 21:54 | corrected bogus comments check-in: 23c5c3b713 user: dgp tags: trunk | |
| 20:17 | * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define. * win/tclWinInit.c: recognize Win... check-in: 715a45ae74 user: hobbs tags: trunk | |
| 20:03 | * generic/tclExecute.c (ExprCallMathFunc): remove incorrect extraneous cast from Tcl_WideAsDouble.... check-in: 158696a809 user: hobbs tags: trunk | |
| 20:02 | * win/configure: regen * win/configure.in (SHELL): force it to /bin/sh as autoconf 2.5x uses /bin... check-in: 893b327037 user: hobbs tags: trunk | |
| 00:28 | Moved serial line options to their creator, open.n, from the generic page fconfigure.n which was nev... check-in: fa5bc2c455 user: dkf tags: trunk | |
|
2003-04-16
| ||
| 23:33 | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType * generic/tcl... check-in: 699acb79d9 user: dgp tags: trunk | |
| 23:06 | If you deal with network sockets, you should care about encodings. Tcl cannot guess it for you. Up... check-in: a545263715 user: dkf tags: trunk | |
| 22:29 | Math funcs might have to deal with wide ints; document this. [Bug 709720] check-in: 975a2bfb30 user: dkf tags: trunk | |
| 21:13 | Updated mkLinks for TIP 111 documentation check-in: 4d51978ace user: dgp tags: trunk | |
| 08:16 | removed undesired 'static' check-in: 5abe3947f2 user: vincentdarley tags: trunk | |
|
2003-04-15
| ||
| 20:59 | Corrected use of types to make compilation compatible with VC++5. check-in: 09fd0557a0 user: kennykb tags: trunk | |
| 19:50 | Added example section "SCOPED SCRIPTS", supplied by Kevin Kenny. (Fixes [Bug 219183]) check-in: 0b51a2c8df user: jenglish tags: trunk | |
| 16:40 | Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in and tclWinPipe.c on 2003-04-... check-in: b3bbd64ef9 user: kennykb tags: trunk | |
| 06:56 | remove duplicate function definition check-in: 83c200f2d2 user: vincentdarley tags: trunk | |
| 03:46 | fixed compiler warnings check-in: 980127e7b7 user: dgp tags: trunk | |
| 03:43 | Stopped compiler warnings about type casts. check-in: 72ecc44b1e user: dgp tags: trunk | |
| 00:18 | * win/Makefile.in: Don't define TCL_DBGX symbol for every compile. Instead, define TCL_PIPE_DLL o... check-in: cf25662167 user: mdejong tags: trunk | |
|
2003-04-14
| ||
| 22:54 | Added conditionals to make tclWinFile.c compile on VC++6, which was broken by recent changes. check-in: cec58199e4 user: kennykb tags: trunk | |
| 16:34 | vc++ 5.2 compile fix check-in: bba02ae55a user: vincentdarley tags: trunk | |
| 15:48 | shared filesystem function check-in: 77d287b253 user: vincentdarley tags: trunk | |
| 02:36 | * win/configure: Regen. * win/configure.in: Add check for FINDEX_INFO_LEVELS from winbase.h, know... check-in: 1308c565b0 user: mdejong tags: trunk | |
|
2003-04-12
| ||
| 19:51 | * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c check-in: 9929de4fdb user: hobbs tags: trunk | |
| 19:08 | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt return values). Fixed Bug 710310 ... check-in: 7e064c61fe user: kennykb tags: trunk | |
|
2003-04-11
| ||
| 20:50 | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected inconsistent results ... check-in: b2c13f616b user: dgp tags: trunk | |
| 17:39 | * generic/tclIO.c (UpdateInterest): When dropping interest in TCL_READABLE now dropping interes... check-in: 31a2593db7 user: andreas_kupries tags: trunk | |
| 15:59 | fix 5 small filesystem bugs, and some typos check-in: da7df285d1 user: vincentdarley tags: trunk | |
|
2003-04-10
| ||
| 13:11 | Fixed formatting problem (thanks Emacs... not!) that made tools/tcltk-man2html.tcl barf. Thanks to G... check-in: 0d2359c04a user: dkf tags: trunk | |
| 08:28 | Another minor typo check-in: 547cba4c1d user: dkf tags: trunk | |
| 08:17 | Silly typo fix. [Bug 718543] check-in: da74fccced user: dkf tags: trunk | |
|
2003-04-08
| ||
| 22:55 | Use correct test for the empty string in Tcl_ErrorObjCmd check-in: ef2993d250 user: dkf tags: trunk | |
|
2003-04-07
| ||
| 20:00 | * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits of arguments int... check-in: 8c021ba1ca user: dgp tags: trunk | |
| 16:55 | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing Tcl_DiscardResult() call t... check-in: 5409c6ec58 user: dgp tags: trunk | |
| 13:52 | Yet more warning killing, this time reported by Miguel Sofer by private chat. check-in: 57cb837b21 user: dkf tags: trunk | |
| 12:39 | Stopped compilers from moaning about switch fall-through. [Bug 716327] check-in: 380ac7597f user: dkf tags: trunk | |
| 10:11 | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints be defined (though n... check-in: f23a4e29f6 user: dkf tags: trunk | |
|
2003-04-05
| ||
| 07:32 | Converted new files from DOS line endings to usual line endings. check-in: ba168eb735 user: dgp tags: trunk | |
| 01:41 | Final stage of getting dictionaries into the core. Test suite should work now! check-in: 163b5f431c user: dkf tags: trunk | |
| 01:26 | Regen. check-in: 9deabe743b user: dkf tags: trunk | |
| 01:25 | Build support for dicts on Unix and Windows, plus public API (structure declaration and stubs entrie... check-in: 6c777daa5a user: dkf tags: trunk | |
| 01:03 | The bulk of the TIP#111 implementation. Still need to finish plumbing this into the rest of the cor... check-in: 8de7c7d408 user: dkf tags: trunk | |
|
2003-04-04
| ||
| 00:21 | * unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Don't set TCL_LIBS if it is already set to su... check-in: 80e07f7b8f user: mdejong tags: trunk | |
|
2003-04-03
| ||
| 22:12 | * unix/Makefile.in: Don't subst MATH_LIBS, LIBS, and DL_LIBS separately. Instead, just subst TCL_... check-in: 824e24f663 user: mdejong tags: trunk | |
| 16:46 | * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return] compiles to INST_R... check-in: feab5aa159 user: dgp tags: trunk | |
| 02:24 | * win/configure: Regen. * win/configure.in: Set stub lib flag based on new LIBFLAGSUFFIX variable... check-in: 564b25ab02 user: mdejong tags: trunk | |
|
2003-04-02
| ||
| 19:31 | * generic/tclParse.c (TclSubstTokens): Moved declaration of utfCharBytes to beginni... check-in: b6d64e739a user: dgp tags: trunk | |
| 06:35 | * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Check for inet_ntoa in -lbind inside t... check-in: 60a0918530 user: mdejong tags: trunk | |
|
2003-04-01
| ||
| 19:17 | * tests/README: Direct [source] of *.test files is no longer recommended. The test... check-in: 641c37add3 user: dgp tags: trunk | |
| 17:08 | Added further coverage tests. check-in: c2b35b7ba8 user: dgp tags: trunk | |
| 07:18 | * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] failed to reset iPtr->r... check-in: 3b44f60bef user: dgp tags: trunk | |
|
2003-03-31
| ||
| 23:19 | * tests/parse.test (parse-18.*): Coverage tests for the new implementation of Tcl_S... check-in: fdede0487d user: dgp tags: trunk | |
|
2003-03-28
| ||
| 00:13 | * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Use -Wl,--export-dynamic instead of -r... check-in: 4cc2cdda26 user: mdejong tags: trunk | |
|
2003-03-27
| ||
| 21:44 | Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352] check-in: 101098e0e0 user: msofer tags: trunk | |
| 13:48 | More elimination of dup test numbers [Bugs 710365, 710369] check-in: 195a1e4b1c user: dkf tags: trunk | |
| 13:19 | Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] check-in: c4260afab6 user: dkf tags: trunk | |