Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
385 check-ins using file tests/trace.test version 3640e149e3
|
2001-08-10
| ||
| 01:18 | * unix/Makefile.in: Delete the unused getcwd.o target. This fixes bug #440942. check-in: 3a761f99c5 user: mdejong tags: trunk | |
|
2001-08-09
| ||
| 01:06 | Added checks for package dependencies. Bumped patchlevels of changed packages: http 2.3.2,... check-in: 290b54db2d user: dgp tags: trunk | |
|
2001-08-08
| ||
| 22:28 | Bumped up patchlevel to 8.4a4 to distinguish CVS snapshots from the 8.4a3 release. This do... check-in: 599ec8bcb7 user: dgp tags: trunk | |
|
2001-08-07
| ||
| 03:08 | updated auto-gend mkLinks check-in: 7b4cf97d53 user: hobbs tags: trunk, core-8-4-a3 | |
| 02:54 | corrected minor nroff transgressions check-in: cbeb50ad9f user: hobbs tags: trunk | |
| 02:44 | * changes: * README: * mac/README: * unix/README: * win/README.binary: updated for 8.4a3 releas... check-in: 48ed5477e5 user: hobbs tags: trunk | |
| 01:00 | * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl style guide. * generic/tclFCmd.c (FileC... check-in: 7a8f69b47b user: hobbs tags: trunk | |
| 00:56 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd): reordered the retrieval of arguments to... check-in: 3e61e33896 user: hobbs tags: trunk | |
| 00:45 | added GNU (HURD) configuration target. (brinkmann) check-in: c976987c02 user: hobbs tags: trunk | |
| 00:43 | * win/tclWinThrd.c (TclpFinalizeMutex, TclpFinalizeCondition): added DeleteCriticalSection calls f... check-in: 82e9771527 user: hobbs tags: trunk | |
| 00:42 | * unix/tclUnixPipe.c (TclpCreateTempFile): fixed use of tmpnam, which is dangerous. [Patch: #44263... check-in: f287eee14a user: hobbs tags: trunk | |
| 00:42 | * tests/http.test (http-4.14): fixed variable error return. [Bug: 424252] check-in: deb6444bd3 user: hobbs tags: trunk | |
| 00:42 | win/README: made note of URL for Windows compilation notes check-in: 3e4f6b276f user: hobbs tags: trunk | |
|
2001-08-06
| ||
| 22:43 | Extended description of fix 442665. check-in: 105cc56d35 user: andreas_kupries tags: trunk | |
| 22:17 | 2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIOCmd.c (Tcl_Gets... check-in: 29ddd6bb07 user: andreas_kupries tags: trunk | |
| 20:43 | * Added note that the tclsh program is frequently installed with the Tcl version numer as part of ... check-in: 7d75b28d95 user: dgp tags: trunk | |
| 19:13 | * [package forget] now forgets all of the package arguments it receives, not stopping when a packa... check-in: bae87bd006 user: dgp tags: trunk | |
|
2001-08-04
| ||
| 00:28 | * win/configure: regenerated * win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll. T... check-in: 5b66653f2c user: hobbs tags: trunk | |
|
2001-08-02
| ||
| 22:16 | * generic/tclIOUtil.c (Tcl_FSMatchInDirectory): corrected uninitialized value. check-in: 92e0847009 user: hobbs tags: trunk | |
| 20:15 | * generic/tclPlatDecls.h: * win/tclWinPort.h: Revert <tchar.h> related changes made to improve C... check-in: 5e4792ac7a user: mdejong tags: trunk | |
| 05:23 | Update the http package version number now as we change it, so we don't forget to do it later when w... check-in: 352ee312d8 user: dgp tags: trunk | |
| 04:21 | Update the http package version number now as we change it, so we don't forget to do it later when w... check-in: 1cc844586d user: dgp tags: trunk | |
| 01:27 | * unix/tclUnixFCmd.c: minor casts to eliminate warnings. (lim) [Patch: #440218] check-in: 12d2c3e5cb user: hobbs tags: trunk | |
| 01:20 | * tests/parseOld.test: changed some tests that required testwordend to exist to skip in a proper t... check-in: 7438298537 user: hobbs tags: trunk | |
| 01:19 | * library/http/http.tcl (http::mapReply): the regsub'ing of \n and \t to escape them was unnecessa... check-in: d9f7d0082f user: hobbs tags: trunk | |
|
2001-07-31
| ||
| 19:15 | New documentation for TIP#17 check-in: 48e8499e35 user: vincentdarley tags: trunk | |
| 19:12 | Changes from TIP#17 "Redo Tcl's filesystem" The following files were impacted. * doc/Access.3: ... check-in: 9461aca548 user: vincentdarley tags: trunk | |
|
2001-07-24
| ||
| 19:47 | * win/tclWinThrd.c (Tcl_CreateThread): Close Windows HANDLE returned by _beginthreadex. The MS doc... check-in: e81a6a1d2c user: mdejong tags: trunk | |
|
2001-07-21
| ||
| 20:26 | * Corrected documentation and usage message of [pkg_mkIndex]. check-in: 2e2e51a28a user: dgp tags: trunk | |
|
2001-07-19
| ||
| 06:40 | * generic/tclPlatDecls.h: Define TCHAR by including windows.h instead of tchar.h since Cygwin does... check-in: 750a94af1d user: mdejong tags: trunk | |
|
2001-07-18
| ||
| 22:20 | * Typo correction. Closed-Leaf check-in: 239047698d user: dgp tags: kennykb-tip-22-33 | |
| 17:13 | 2001-07-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIO.c: Aftermath t... check-in: f732d07f79 user: andreas_kupries tags: trunk | |
|
2001-07-17
| ||
| 19:40 | * win/tclWinFile.c (TclpReadlink): Add Cygwin specific definition for the TclpReadlink function. T... check-in: 9fccc0d492 user: mdejong tags: trunk | |
| 18:46 | 427196: Extended the testsuite. check-in: e9b2b11b9a user: andreas_kupries tags: trunk | |
| 18:33 | * win/tclWinPort.h: Add Cygwin specific defines for environ and timezone variables. check-in: 5afb39b191 user: mdejong tags: trunk | |
| 17:53 | 2001-07-17 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIO.c (GetInput): ... check-in: c3fafed4c2 user: andreas_kupries tags: trunk | |
| 02:01 | * generic/tcl.h: Define __WIN32__ when __CYGWIN__ or __MINGW32__ is defined. * generic/tclAlloc.c... check-in: 61cfc6bb3b user: mdejong tags: trunk | |
| 01:45 | * win/tclWinPipe.c (PipeClose2Proc): constrained the mutex lock to just the TerminateThread call a... check-in: 36b5631724 user: hobbs tags: trunk | |
|
2001-07-16
| ||
| 23:49 | fix date in ChangeLog entry check-in: 2301c1a1ff user: mdejong tags: trunk | |
| 23:30 | * win/tclWinConsole.c: * win/tclWinPipe.c: * win/tclWinPort.h: * win/tclWinSerial.c: * win/tclW... check-in: 4291ec89da user: mdejong tags: trunk | |
| 18:35 | * generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macros #defined in generic/tclScan.c. (port... check-in: c09c476a2f user: hobbs tags: trunk | |
|
2001-07-13
| ||
| 21:25 | updated some comments Closed-Leaf check-in: 6b86cd8dc7 user: msofer tags: msofer-bcEngine | |
| 17:03 | small changes in tclExecute.c check-in: c93eef7e6d user: msofer tags: msofer-bcEngine | |
|
2001-07-12
| ||
| 16:26 | typo fix check-in: 39aef8dd19 user: dgp tags: trunk | |
| 13:36 | Got test unixInit-2.8 to stop wiping out parts of my debug installation by adding an extra constrain... check-in: c6cb7a6d68 user: dkf tags: trunk | |
| 13:15 | TIP#36 implementation. Also includes cleanup for subst option handling and improved documentation f... check-in: ea6ab47ee7 user: dkf tags: trunk | |
|
2001-07-11
| ||
| 00:59 | * unix/Makefile.in: Add AR variable for use in STLIB_LD. * unix/configure: Regen. * unix/configur... check-in: dbf361a1bd user: mdejong tags: trunk | |
|
2001-07-06
| ||
| 22:03 | * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): Pass -e _WinMain@16 in addition to the -... check-in: 27f8331126 user: mdejong tags: trunk | |
| 09:29 | Added leading zero to file modes passed to [testchmod] to work around fault in HPUX strtol() which i... check-in: 379db4f767 user: dkf tags: trunk | |
| 02:20 | * win/Makefile.in: Subst DEPARG directly instead of relying on a variable. This will make Cygwin ... check-in: 6b726ef071 user: mdejong tags: trunk | |
|
2001-07-05
| ||
| 01:02 | updated READMEs with purls check-in: 7a28327dbf user: uid38172 tags: trunk | |
|
2001-07-04
| ||
| 00:55 | * tests/var.test: * generic/tclVar.c (Tcl_VariableObjCmd): added patch to check for number of arg... check-in: 1e4a59710d user: hobbs tags: trunk | |
| 00:07 | * win/Makefile.in: Remove PATHTYPE variable. * win/configure: Regen. * win/configure.in: Don't su... check-in: c30eda3f1e user: mdejong tags: trunk | |
|
2001-07-03
| ||
| 23:39 | * tests/append.test: * tests/appendComp.test: added tests for read trace triggering for append an... check-in: 42348667cb user: hobbs tags: trunk | |
| 23:39 | * generic/tclExecute.c (TclExecuteByteCode): added TCL_TRACE_READS flag to INST_LAPPEND(_ARRAY)_ST... check-in: 6a80a5463b user: hobbs tags: trunk | |
| 23:38 | * generic/tclVar.c (Tcl_GetVar2Ex): added ability to recognize TCL_TRACE_READS flags to cause crea... check-in: cdb24ed969 user: hobbs tags: trunk | |
| 20:48 | * tests/clock.test (clock-2.5): Adjust test so that it passes when the time slice is 60 msecs, now... check-in: 44f6cca25b user: mdejong tags: trunk | |
| 20:40 | * win/tcl.m4 (SC_CONFIG_CFLAGS): Don't pass the v flag to ${AR} when using gcc, verbose output is ... check-in: 7332d8ae5a user: mdejong tags: trunk | |
| 16:53 | * tests/unixInit.test (unixInit-2.8): Changed test back to using installation layout, adding comm... check-in: 161fcb1f4e user: dgp tags: trunk | |
| 10:26 | Fix for Bug #438070 I believe; for various reasons, testing on the environment where the actual bug ... check-in: f796c14921 user: dkf tags: trunk | |
| 03:33 | * tests/util.test: added util-4.6 * generic/tclUtil.c (Tcl_ConcatObj): Corrected walking backwards... check-in: 8ee4571bc6 user: hobbs tags: trunk | |
|
2001-07-02
| ||
| 20:57 | * tests/unixInit.test (unixInit-2.8): Corrected test for all absolute pathnames in ... check-in: f57006f0ca user: dgp tags: trunk | |
|
2001-06-28
| ||
| 12:43 | Correction to faulty patch for bug #231259 check-in: 29a438a54a user: msofer tags: trunk | |
| 09:54 | Removed requirement for local echo service; thanks Jeff for pointing out this flaw. check-in: 9a4db4f478 user: dkf tags: trunk | |
| 01:22 | * generic/tclInt.h: * generic/tclObj.c: * unix/Makefile.in: added a -DPURIFY mode that makes Tcl_... check-in: c8e42a8b01 user: hobbs tags: trunk | |
| 01:10 | * tests/subst.test: * generic/tclUtf.c (Tcl_UtfBackslash): Corrected backslash handling of multib... check-in: 7eba85bf31 user: hobbs tags: trunk | |
| 01:09 | * library/encoding/koi8-u.enc: added koi8-u (Ukranian variant) encoding. check-in: 6a13b6ffab user: hobbs tags: trunk | |
| 00:42 | * generic/tclCmdIL.c (InfoProcsCmd): fixed potential mem leak in info procs that created objects w... check-in: 55fb744f1f user: hobbs tags: trunk | |
| 00:42 | * generic/tclCompCmds.c (TclCompileStringCmd): fixed mem leak when string command failed to parse ... check-in: 2c3687f91b user: hobbs tags: trunk | |
|
2001-06-27
| ||
| 21:00 | * doc/interp.n: * doc/unknown.n: updated notes about what is in a safe interp. [Bug #218605] check-in: 663b37cc6d user: hobbs tags: trunk | |
| 15:34 | * tests/event.test (event-11.5): Removed hard-coded port number which could fail on some systems. ... check-in: 9aa7b73c9e user: dkf tags: trunk | |
| 01:53 | * unix/Makefile.in: * win/Makefile.in: Add `make shell` target. This target will set the proper e... check-in: 25b592540c user: mdejong tags: trunk | |
| 01:06 | * win/Makefile.in: Use : to separate VPATH entries. This works for both Cygwin builds and cross bu... check-in: 8bc2635c02 user: mdejong tags: trunk | |
|
2001-06-26
| ||
| 20:28 | * unix/configure: Regen. * unix/configure.in: Fix last checkin by removing export since that only... check-in: beea9df819 user: mdejong tags: trunk | |
| 20:13 | * unix/configure: Regen. * unix/configure.in: Set CFLAGS to "" if the user did not set CFLAGS in ... check-in: 563849f5a0 user: mdejong tags: trunk | |
| 00:53 | * win/configure: Regen. * win/configure.in: Use RC_DEFINE flag from tcl.m4. * win/tcl.m4 (SC_CONF... check-in: 4dd3ca15bc user: mdejong tags: trunk | |
| 00:43 | * win/tcl.m4 (SC_CONFIG_CFLAGS): Link to the imm32 library when building with mingw gcc. check-in: eb468ac673 user: mdejong tags: trunk | |
| 00:32 | * win/configure: Regen. * win/tcl.m4 (SC_CONFIG_CFLAGS): When building with gcc, don't attempt to... check-in: f1e1200378 user: mdejong tags: trunk | |
|
2001-06-23
| ||
| 02:05 | * win/configure: * win/configure.in: Add resource compiler fix from 8.3.3 to fix compiling with m... check-in: 1e087c4ea5 user: mdejong tags: trunk | |
| 00:36 | * win/configure: Regen. * win/tcl.m4: Fix silly typo in last checkin. check-in: 24ac2ba81f user: mdejong tags: trunk | |
|
2001-06-22
| ||
| 23:02 | * unix/Makefile.in: Set CFLAGS to @CFLAGS@ and @CFLAGS_DEFAULT@. Set LDFLAGS to @LDFLAGS@ and @LDF... check-in: b44e16edb4 user: mdejong tags: trunk | |
| 08:48 | * win/configure: * win/tcl.m4 (SC_CONFIG_CFLAGS): Don't set LDFLAGS_DEBUG to -g or LDFLAGS_OPTIMI... check-in: 0eacd7bffd user: mdejong tags: trunk | |
|
2001-06-18
| ||
| 13:13 | Unix channels now have the right type associated with them [bug #219137] A couple of nasty faults/as... check-in: 38f90883a6 user: dkf tags: trunk | |
|
2001-06-17
| ||
| 03:48 | * generic/tclInt.decls: * generic/tclInt.h: * generic/tclPanic.c (Tcl_PanicV... check-in: 0a5ecd45a1 user: dgp tags: trunk | |
|
2001-06-14
| ||
| 00:48 | * mac/tclMacAppInit.c (main, Macintosh_Init): * mac/tclMacBOAAppInit.c (main): * mac/tclMacPanic.... check-in: ceb09d6eef user: dgp tags: trunk | |
|
2001-06-12
| ||
| 08:07 | Fix for bug #219232 (submatch errors with regexp -all -inline -indices) check-in: f2e4ec3026 user: dkf tags: trunk | |
|
2001-06-08
| ||
| 23:15 | Merged with HEAD check-in: 3671c42574 user: kennykb tags: kennykb-tip-22-33 | |
| 20:06 | * generic/tcl.h: * generic/tcl.decls: * generic/tclPanic.c: Added CONST to Tcl_*Panic* public int... check-in: 75dd12c4bf user: dgp tags: trunk | |
|
2001-06-06
| ||
| 22:30 | Added list-of-indices syntax to [lindex] command. check-in: bd09c9d1aa user: kennykb tags: kennykb-tip-22-33 | |
|
2001-06-05
| ||
| 15:55 | Updated error messages that changed slightly when 'end-offset' was Tcl_Obj'ified. check-in: a3f1bc928f user: kennykb tags: kennykb-tip-22-33 | |
| 15:54 | Tcl_Obj'ified the 'end-offset' syntax. check-in: a9740b3b81 user: kennykb tags: kennykb-tip-22-33 | |
| 01:10 | Merged latest HEAD. check-in: 73777e2087 user: kennykb tags: kennykb-tip-22-33 | |
| 00:52 | Tests for the 'lset' command that performs surgery on lists. check-in: 4d231d52bb user: kennykb tags: kennykb-tip-22-33 | |
|
2001-06-04
| ||
| 01:25 | * generic/tclUtil.c (Tcl_DStringAppendElement): patch to save an extra strlen call. [Bug #428572]... check-in: d439e36fe8 user: hobbs tags: trunk | |
|
2001-06-02
| ||
| 19:53 | change from HEAD check-in: b85a820f0f user: msofer tags: msofer-bcEngine | |
|
2001-05-31
| ||
| 23:45 | Development branch for TIPs 22 and 33 check-in: ab889929d6 user: kennykb tags: kennykb-tip-22-33 | |
| 12:58 | Added casts to stop warnings with SUNWspro cc on Solaris8. check-in: 22392a728e user: dkf tags: trunk | |
|
2001-05-30
| ||
| 11:39 | Correcting the date in two entries check-in: 5c21936e67 user: msofer tags: trunk | |
| 08:57 | Changes from TIP#15 "Functions to List and Detail Math Functions" check-in: 7ffaef4d54 user: dkf tags: trunk | |
|
2001-05-28
| ||
| 22:27 | see ChangeLog check-in: c4531bbf0a user: hobbs tags: trunk | |
| 22:27 | removed errant " char check-in: cea1199b44 user: hobbs tags: trunk | |
| 22:26 | minor comment changes check-in: 111a5c5b89 user: hobbs tags: trunk | |
| 04:45 | * generic/regc_locale.c: updated character class range data for Unicode v3.1.0 compliance. * gene... check-in: 07fa5ce75a user: hobbs tags: trunk | |
| 04:37 | * tools/uniClass.tcl: added comments to output format and the script for clarification. * tools/... check-in: 17ae337d81 user: hobbs tags: trunk | |
| 04:31 | tests/utf.test: added tests to check unicode 3 compliance check-in: 77ecb8cb8a user: hobbs tags: trunk | |
| 04:30 | unix/Makefile.in (tclUtf.o): added tclUniData.c dependency check-in: 7372f5f64d user: hobbs tags: trunk | |
|
2001-05-26
| ||
| 01:37 | Correcting last entry check-in: 4951e9e52e user: msofer tags: trunk | |
| 01:25 | [Patch #424851]: Faster array searching & obj cleanup check-in: 730cd270f4 user: msofer tags: trunk | |
|
2001-05-23
| ||
| 23:23 | * library/encoding/cp1250.enc: * library/encoding/cp1251.enc: * library/encoding/cp1252.enc: * l... check-in: 8883e16cf6 user: hobbs tags: trunk | |
| 23:22 | * tests/io.test: changed io-52.[9-11] to not be platform sensitive with EOL translation. check-in: 1808a4862c user: hobbs tags: trunk | |
| 20:51 | * unix/tcl.m4 (SC_PATH_TCLCONFIG): Fix comments, and typo in cached variable name. check-in: c46dcd2ebc user: mdejong tags: trunk | |
| 10:05 | * unix/tcl.m4 (SC_LOAD_TKCONFIG): Remove use of undefined TCLCONFIG variable and call AC_MSG_RESU... check-in: 5776cc4d60 user: mdejong tags: trunk | |
| 06:05 | * generic/tclObj.c (TclAllocateFreeObjects): simplified objSizePlusPadding to use sizeof(Tcl_Obj) ... check-in: f800a4ff5a user: hobbs tags: trunk | |
| 06:02 | * unix/tcl.m4: added more common install directories in which to search for *Config.sh [Bug #41981... check-in: 7bbf4c20fd user: hobbs tags: trunk | |
|
2001-05-22
| ||
| 15:54 | removed Tcl_DuplicateObj from INST_DUP check-in: c96e51345b user: msofer tags: msofer-bcEngine | |
| 15:32 | removed unnecessary Tcl_DuplicateObj in generic/tclExecute.c check-in: e6bca92e88 user: msofer tags: trunk | |
| 00:52 | * tests/tcltest.test (tcltest-19.1): fixed failing test that was getting affected by Windows env h... check-in: 6af81246c2 user: hobbs tags: trunk | |
|
2001-05-21
| ||
| 22:33 | * tests/cmdMZ.test (cmdMZ-1.4): added notLinux constraint to test to prevent failure message on Li... check-in: f3c485c459 user: hobbs tags: trunk | |
| 22:32 | * generic/tclRegexp.c (Tcl_RegExpExecObj): added use of Tcl_GetUnicodeFromObj. check-in: 13a1b0b7fc user: hobbs tags: trunk | |
| 22:31 | * tests/httpd (httpdRespond): added response to timeout value in query string. check-in: a43a7c4657 user: hobbs tags: trunk | |
| 22:30 | tests/http.test: removed unused notLinux constraint setting check-in: 82af802574 user: hobbs tags: trunk | |
|
2001-05-19
| ||
| 22:05 | regrouping instructions check-in: 2092e1a2bf user: msofer tags: msofer-bcEngine | |
| 16:59 | * Note that "tclbench" (see project "tcllib") was extended with performance benchmarks for [fco... check-in: cff0564319 user: andreas_kupries tags: trunk | |
| 16:25 | new files check-in: e7b479137d user: msofer tags: msofer-bcEngine | |
| 16:11 | Update to head -> S4-0-2 check-in: 1b2b2b84cf user: msofer tags: msofer-bcEngine | |
|
2001-05-17
| ||
| 08:18 | * library/history.tcl (tcl::HistAdd): prevent empty calls from being added to the history (arndt) check-in: d27d1e4b5e user: hobbs tags: trunk | |
| 02:21 | see ChangeLog check-in: ba3f011351 user: hobbs tags: trunk | |
| 02:21 | * tests/appendComp.test: * tests/stringComp.test: new files for extended bytecode testing check-in: 61540d2dbb user: hobbs tags: trunk | |
| 02:18 | * tests/error.test: updated error-1.3 message to account for string index being compiled at toplev... check-in: 74b8d3cf44 user: hobbs tags: trunk | |
| 02:13 | * generic/tclBasic.c: added new CompileProc invocations to basic command initialization. * generi... check-in: a63c0633e9 user: hobbs tags: trunk | |
| 02:11 | generic/tclCmdMZ.c: made use of new Tcl_GetUnicodeFromObj check-in: f77d8a8251 user: hobbs tags: trunk | |
|
2001-05-16
| ||
| 12:11 | Sometimes I'm *so* stupid... check-in: 3d6835dc2a user: dkf tags: trunk | |
| 12:09 | Oops! Put it in the wrong source tree... check-in: 52cc0f6e35 user: dkf tags: trunk | |
|
2001-05-15
| ||
| 21:30 | * generic/tcl.decls: * generic/tclDecls.h: * generic/tclStubInit.c: * generic/tclStringObj.c (Tc... check-in: fe1162706a user: hobbs tags: trunk | |
| 21:24 | * generic/tclFileName.c (ExtractWinRoot): corrected ABR error check-in: 4134b9c3d4 user: hobbs tags: trunk | |
| 21:23 | * tests/fileName.test: corrected tests not to fail on win when a C:/test dir exists. check-in: a4c1b524a1 user: hobbs tags: trunk | |
| 21:23 | * unix/tclUnixPipe.c: updated pipeChannelType to TCL_CHANNEL_VERSION_2 type specification. check-in: 91ed1b9e97 user: hobbs tags: trunk | |
| 20:07 | refactored varname pushing code and some of the bytecode instructions Closed-Leaf check-in: 73ab621f59 user: hobbs tags: dev-hobbs-branch | |
| 20:03 | updated tests to not break when someone has a C:/test directory check-in: 97fce3c2c8 user: hobbs tags: dev-hobbs-branch | |
| 20:02 | corrected possible ABR problem check-in: f5ecb40491 user: hobbs tags: dev-hobbs-branch | |
| 20:01 | updated to TCL_CHANNEL_VERSION_2 spec check-in: 1edba98cd6 user: hobbs tags: dev-hobbs-branch | |
| 15:06 | Error in date of today's commits (doh!) check-in: 39dda79e3c user: msofer tags: trunk | |
| 14:45 | [Patch: 423617] check-in: ee318e050d user: msofer tags: trunk | |
| 14:19 | Patch from [Bug: 231259] check-in: 55d8fa19bf user: msofer tags: trunk | |
| 09:50 | Added some documentation for the console command. check-in: 14854f4fff user: dkf tags: trunk | |
|
2001-05-14
| ||
| 08:57 | Negative start index to [string first] caused offset return value (Bug 423581) check-in: d8f5293bb0 user: dkf tags: trunk | |
|
2001-05-12
| ||
| 00:01 | corrected lappend case for non-existent var and list-sensitive data value check-in: 53c34b5284 user: hobbs tags: dev-hobbs-branch | |
|
2001-05-11
| ||
| 23:02 | * unix/Makefile.in: Add a LDFLAGS variable to the Makefile instead of directly substing @LDFLAGS@.... check-in: b415d56ee0 user: mdejong tags: trunk | |
| 20:47 | new byte-compiled commands, Tcl_GetUnicodeFromObj and string comparison changes check-in: bbd0c14230 user: hobbs tags: dev-hobbs-branch | |
|
2001-05-07
| ||
| 22:15 | rand() gets != seeds in != threads [Bug 416643] check-in: 679d116ef3 user: msofer tags: trunk | |
|
2001-05-04
| ||
| 00:05 | * tools/tcltk-man2html.tcl: removed use of 'exec' for portability and fixed up code. check-in: 7023c6ba73 user: hobbs tags: trunk | |
|
2001-05-03
| ||
| 23:59 | fixed minor nroff bugs check-in: 225d96560a user: hobbs tags: trunk | |
| 23:57 | by chance '\n' started a line, looking like a comment check-in: 0cee5f2df7 user: hobbs tags: trunk | |
| 23:52 | removed extraneous 'v' from doc check-in: 9ac0296ad4 user: hobbs tags: trunk | |
| 23:35 | * tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031] check-in: 84d7288ad6 user: hobbs tags: trunk | |
| 22:41 | Insure that [::unknown] is always called [Patch #421166, Bug #420507] check-in: 060b7be8d8 user: msofer tags: msofer-bcEngine | |
| 22:38 | Fix for Bug 420186 check-in: 8d1325ceb9 user: dgp tags: trunk | |
| 21:14 | Patch for bug #420507 check-in: 1b1c7f5a86 user: msofer tags: trunk | |
|
2001-05-02
| ||
| 20:42 | * tools/genStubs.tcl: Add a package require of Tcl 8 at the beginning of the script so that the sc... check-in: 060a508bc9 user: mdejong tags: trunk | |
|
2001-04-30
| ||
| 22:10 | better comments check-in: 7de2738260 user: msofer tags: msofer-bcEngine | |
| 20:55 | revert stupid mistake in tclExecute.c check-in: 63d61e10d4 user: msofer tags: msofer-bcEngine | |
| 20:52 | cleanup of tclExecute.h check-in: 9506fae4ad user: msofer tags: msofer-bcEngine | |
|
2001-04-27
| ||
| 23:04 | Small bugfixes in the MSVC version check-in: ae3a1d1cf5 user: msofer tags: msofer-bcEngine | |
| 22:15 | Second attempt at committing the changes adding CONST qualifiers. check-in: aa645e2ead user: kennykb tags: trunk | |
| 22:11 | Added several missing CONSTs in calls to TclGetNamespaceForQualName check-in: 0d69de5027 user: kennykb tags: trunk | |
|
2001-04-25
| ||
| 22:01 | * unix/configure: Regen. * unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh. * unix/tclConfig.sh.... check-in: 6fb90b112f user: mdejong tags: trunk | |
| 21:48 | * unix/configure: Regen. * unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB commands inste... check-in: 620c7bfcf5 user: mdejong tags: trunk | |
| 20:23 | Woops, fix last checking of broken configure. check-in: 44bed9db9a user: mdejong tags: trunk | |
| 19:54 | * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. * unix/configure: Regen. * un... check-in: 746077b5b7 user: mdejong tags: trunk | |
| 15:02 | Got the encoding wrong; thanks to Richard Suchenwirth for pointing me in the direction of a correct ... check-in: e7cab317cf user: dkf tags: trunk | |
| 13:08 | Added some ISO8859-15 (Latin-9 or Latin-1+Euro symbol) support. check-in: 7575bc4d37 user: dkf tags: trunk | |
| 09:44 | Added a bunch of missing CONST declarations to stop warnings about using TclGetNamespaceForQualName ... check-in: 4df1ba8b19 user: dkf tags: trunk | |
|
2001-04-24
| ||
| 20:59 | (TIP #27) Another round of CONST changes, this time adding CONST to the API's exported from tclBasi... check-in: 2d62b07770 user: kennykb tags: trunk | |
|
2001-04-11
| ||
| 22:51 | Improved comments/instructions check-in: f2dd2b9b8d user: msofer tags: msofer-bcEngine | |
| 20:14 | First CVS version of the new engine check-in: 24de9a9b47 user: msofer tags: msofer-bcEngine | |
| 20:03 | First CVS version of the S4 engine (slight updates & bugfixes from original) check-in: 465f45dca7 user: msofer tags: msofer-bcEngine | |
| 19:57 | minor changes to fix [set tcl_traceExec 3] possibility check-in: 92c8ae0615 user: msofer tags: msofer-bcEngine | |
| 12:55 | Added compilation flag TCL_BYTECODE_OPCODES_OK for use in the new engine in branch msofer-bcEngine check-in: c6334e0207 user: msofer tags: msofer-bcEngine | |
| 12:31 | Slight modifications for the new engine in branch msofer-bcEngine; mainly, to convert the addressing... check-in: 06ffda8590 user: msofer tags: msofer-bcEngine | |
| 12:09 | Added for the branch msofer-bcEngine; contains compiler-dependent macros to vary the code to jump t... check-in: ed4d42e46e user: msofer tags: msofer-bcEngine | |
|
2001-04-10
| ||
| 18:32 | Altered tclUnixTime.c in hopes of better K&R compatibility. check-in: e984e525c2 user: kennykb tags: trunk | |
| 15:43 | Oops. Committed the wrong copy of the source with the last commit five minutes ago. check-in: b6db3ba81c user: kennykb tags: trunk | |
| 15:39 | Fixed silly typo in calls to 'gmtime' and 'localtime'. check-in: 436fdc174b user: kennykb tags: trunk | |
|
2001-04-09
| ||
| 23:09 | Bug #219140: Added DYNAMIC_PATH to the shl_load flags. check-in: 206145b21c user: kennykb tags: trunk | |
| 23:02 | Changes to support re-entrant coding of gmtime and localtime. (Bugs #219136 and #232558) check-in: 4962ea9dd5 user: kennykb tags: trunk | |
| 09:48 | Recognise the non-numeric boolean literals (true,false,yes,no,on,off.) [Bug #217777] check-in: 738883f61a user: dkf tags: trunk | |
| 09:45 | Fixed typo. check-in: b457ab376d user: dkf tags: trunk | |
|
2001-04-07
| ||
| 03:15 | Avoid panic when there are extra items in the tcl stack [Bug #406709, Patch #414470] check-in: 37a039f673 user: msofer tags: trunk | |
| 02:36 | corrected behaviour of [namespace code] (Bug #219385, Patch #403530) check-in: 78d3e10d03 user: msofer tags: trunk | |
| 02:08 | Corrected behaviour of [namespace code] (bug #219385, patch #403530) check-in: be05dac289 user: msofer tags: trunk | |
|
2001-04-06
| ||
| 23:29 | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/Makefile.in (checkdoc)... check-in: a38cb4ed7c user: andreas_kupries tags: trunk | |
| 23:14 | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to in... check-in: 872fb4567a user: andreas_kupries tags: trunk | |
| 17:57 | Modified processing of $::errorInfo by [unknown] when the auto-loaded command throws an error to bet... check-in: 4a0a9d69ba user: dgp tags: trunk | |
| 14:27 | Improved documentation on behaviour of read w.r.t. serial ports. [Bug #219402] check-in: e9e3650d52 user: dkf tags: trunk | |
| 10:50 | Fixed problem with [string compare \x00 \x01] and hopefully sped the command up in a few cases too (... check-in: 6677432d73 user: dkf tags: trunk | |
|
2001-04-05
| ||
| 15:14 | 2001-04-05 Andreas Kupries <andreas_kupries@users.sourceforge.net> * doc/Macintosh.3: Removed du... check-in: 6ee3ca938c user: andreas_kupries tags: trunk | |
| 10:20 | Fixed so tclCmdMZ.c will compile with K&R compilers [Patch #413844] check-in: cf7db19c98 user: dkf tags: trunk | |
|
2001-04-04
| ||
| 23:26 | Restore support for pre-ANSI compilers. check-in: a4457e9e33 user: dgp tags: trunk | |
| 21:32 | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Updated to co... check-in: b66749bdda user: andreas_kupries tags: trunk | |
| 19:11 | * unix/configure: * unix/tcl.m4: extended test of termios vs. termio vs. sgtty to better detect r... check-in: dab434e960 user: hobbs tags: trunk | |
| 17:35 | 2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclTest.c: * tests... check-in: 5d529b3b1d user: andreas_kupries tags: trunk | |
| 16:22 | fixed a typo in today's date. check-in: 2e51d2c25b user: kennykb tags: trunk | |
| 16:07 | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" in place of simple "char*". (ken... check-in: bda1abaf85 user: kennykb tags: trunk | |
| 14:49 | Corrected out of date comment check-in: d59f169ba4 user: dgp tags: trunk | |
| 07:14 | change for tclListObj.c check-in: 2b80143559 user: hobbs tags: trunk | |
| 07:14 | * generic/tclListObj.c (Tcl_SetListObj): set objPtr->length = 0 in empty object case to maintain s... check-in: 6c2114143e user: hobbs tags: trunk | |
| 07:13 | give mklinks its own target check-in: 3c0109786b user: hobbs tags: trunk | |
| 07:11 | Typo in comment check-in: 6cd2de3a51 user: dgp tags: trunk | |
|
2001-04-03
| ||
| 14:53 | 2001-04-03 Andreas Kupries <andreas_kupries@users.sourceforge.net> * unix/mkLinks: Added 'Signal... check-in: b33fc9c2a1 user: andreas_kupries tags: trunk | |
| 07:11 | * README: * win/README: * win/README.binary: further notes corrections. check-in: 5ace24b624 user: hobbs tags: trunk | |
| 06:55 | * win/configure: * win/tcl.m4 (SHLIB_LD): added -incremental:no. [Bug #219381] check-in: a762980c8f user: hobbs tags: trunk | |
|
2001-04-02
| ||
| 01:59 | * README: * mac/README: * win/README: * win/README.binary: * unix/README: updated patchlevel in... check-in: c8846c0182 user: hobbs tags: trunk | |
| 01:59 | * generic/tcl.h: * tools/tcl.wse.in: * win/configure.in (VER): * win/configure: * unix/configur... check-in: 4841414fb7 user: hobbs tags: trunk | |
|
2001-03-31
| ||
| 07:57 | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr to NULL to allow for reuse. * ... check-in: 243ce734c7 user: hobbs tags: trunk | |
| 07:55 | * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixes check-in: 6dcd4ef529 user: hobbs tags: trunk | |
| 05:44 | * win/tclWinSock.c (SocketEventProc): Fixed race condition in readability of socket on Windows. [... check-in: 870dfc7f97 user: hobbs tags: trunk | |
| 01:55 | * generic/tclTest.c (TestChannelCmd): added cast to mollify Windows debug build. check-in: 0d97ccbef4 user: hobbs tags: trunk | |
|
2001-03-30
| ||
| 23:46 | see ChangeLog check-in: da8cbf8124 user: hobbs tags: trunk | |
| 23:45 | * win/Makefile.in (install-libraries): removed extra \s that broke the target. (install-doc): imp... check-in: 98bc8cef29 user: hobbs tags: trunk | |
| 23:45 | * win/tcl.m4: added imm32.lib to LIBS_GUI for Tk IME support. check-in: 9ec54cf62e user: hobbs tags: trunk | |
| 23:06 | 2001-03-30 Andreas Kupries <andreas_kupries@users.sourceforge.net> * All of the changes below be... check-in: 902eab8ec8 user: andreas_kupries tags: trunk | |
| 00:56 | doc fixes check-in: a11a4f6eaf user: hobbs tags: trunk | |
| 00:56 | * doc/tcltest.n: corrected incorrect macro usage. check-in: 62008473e3 user: hobbs tags: trunk | |
| 00:56 | * doc/lsort.n: corrected unbalanced nroff macros. check-in: 13b8955802 user: hobbs tags: trunk | |
|
2001-03-29
| ||
| 23:24 | * tests/interp.test: Print out warning when testinterpdelete command is not defined. Add tests th... check-in: 05df7048a2 user: mdejong tags: trunk | |
| 19:45 | * unix/tclUnixPipe.c (TclpCreateTempFile): prevent potential race condition and security leak in t... check-in: 9e1310c829 user: hobbs tags: trunk | |
| 19:30 | see ChangeLog check-in: 522e1c694c user: hobbs tags: trunk | |
| 19:29 | * unix/configure: * unix/tcl.m4: corrected IRIX-5.x config to not use -n32. (english) [Patch 403... check-in: d66c099eac user: hobbs tags: trunk | |
| 19:29 | * unix/tclUnixThrd.c (Tcl_ConditionWait): fixed handling of timeout for threads (corrects excessiv... check-in: bc12cdd261 user: hobbs tags: trunk | |
| 13:16 | Added notes to clarify behaviour of [lsort] and many examples. check-in: d21256b7f5 user: dkf tags: trunk | |
|
2001-03-28
| ||
| 02:30 | see changes check-in: 9fc162a8be user: hobbs tags: trunk | |
| 02:30 | * tests/regexp.test (regexp-19.1): * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): fixed handling of null... check-in: 73865f2ba9 user: hobbs tags: trunk | |
| 02:26 | * doc/Alloc.3: corrected docs to note that Tcl_Attempt* return char *'s, not ints. [Bug #411388] check-in: 62b0f03d24 user: hobbs tags: trunk | |
|
2001-03-26
| ||
| 22:16 | Correction to patch from 2001-01-18 tclDecls.h was not generated using 'make genstubs'. Typos in ca... check-in: 3d28dd5bba user: dgp tags: trunk | |
| 11:08 | Removed tclWinTCharEncoding (static variable in win/tclWin32Dll.c) check-in: ae6d8ea5a5 user: dkf tags: trunk | |
|
2001-03-24
| ||
| 01:19 | see changes check-in: 780efc51d6 user: hobbs tags: trunk | |
| 01:14 | * generic/tclNamesp.c (Tcl_Import): Correctly freed a DString. (lavana) [Patch #403755] check-in: bc076e7852 user: hobbs tags: trunk | |
| 01:14 | * generic/tclVar.c (Tcl_ArrayObjCmd): Corrected retrieval of resultPtr to prevent possible corrupt... check-in: a0fe604f1e user: hobbs tags: trunk | |
|
2001-03-15
| ||
| 14:36 | Error behaviour of [unset] was changed to agree with documentation, so must change associated test a... check-in: ae833bf382 user: dkf tags: trunk | |
|
2001-03-14
| ||
| 18:25 | * library/package.tcl (pkg_mkIndex): Added patch from Vince Darley to make [pkg_mkI... check-in: f2ff3f3f38 user: dgp tags: trunk | |
|
2001-03-13
| ||
| 15:10 | Improved documentation for [info hostname]. check-in: a24fb131fd user: dkf tags: trunk | |
| 11:18 | Made [unset] command behave as documented when no arguments present. check-in: 82d6be0b3d user: dkf tags: trunk | |
| 11:10 | A missing return was causing memory corruption in [string map]. check-in: 6a3e130d8c user: dkf tags: trunk | |
| 09:31 | Added some casts to ClientData that are apparently needed on some architectures for a clean compile.... check-in: 301179c6d8 user: dkf tags: trunk | |
|
2001-03-12
| ||
| 15:58 | Fixed some string test numberings and added a test. check-in: 146f9d6de0 user: dkf tags: trunk | |
|
2001-03-06
| ||
| 18:59 | Added SF bug/patch numbers to recent log messages. check-in: f52d450bf2 user: dgp tags: trunk | |
| 14:45 | Fixed two faults with [unset -nocomplain]; one with a possible overrun of the argument array, and an... check-in: 308102bafc user: dkf tags: trunk | |
|
2001-03-02
| ||
| 15:31 | Fixed bug that could leave saved data for [info level] pointing into unallocated memory. check-in: 4bd1165dd5 user: dkf tags: trunk | |
|
2001-02-25
| ||
| 00:03 | Corrected earlier missing change log entry for 'clock' documentation. check-in: 03985e231e user: kennykb tags: trunk | |
|
2001-02-23
| ||
| 22:30 | Added test in execute.test for evaluation of an expression in a variable; evals once by compiling, s... check-in: 016cc58649 user: msofer tags: trunk | |
| 22:23 | *** empty log message *** check-in: 076ceda800 user: msofer tags: trunk | |
| 21:41 | added test for evaluation of an expression in a variable; evals once by compiling, second time using... check-in: 31a8c28c54 user: msofer tags: trunk | |
|
2001-02-18
| ||
| 19:05 | Updated documentation to reflect the addition of compat/strftime.c, including the correct formatting... check-in: a60d4ac186 user: kennykb tags: trunk | |
|
2001-02-16
| ||
| 09:26 | [split $string ""] now shares character strings in the resulting list, giving better performance for... check-in: 9f5ef61d9d user: dkf tags: trunk | |
|
2001-02-02
| ||
| 05:34 | Spelling fix. check-in: cebe98ef3a user: dgp tags: trunk | |
|
2001-02-01
| ||
| 00:58 | D'oh! The checkbook problem! It's 200*1* now, you fool! check-in: 5698b7db09 user: dgp tags: trunk | |
|
2001-01-31
| ||
| 22:27 | 2000-01-31 Don Porter <dgp@users.sourceforge.net> * win/makefile.vc (install-libraries): ... check-in: 39a7ef8b25 user: dgp tags: trunk | |
|
2001-01-30
| ||
| 17:32 | 2000-01-30 Don Porter <dgp@users.sourceforge.net> * generic/tclIO.c (CopyData): Moved code that u... check-in: 8a04aef41f user: dgp tags: trunk | |
|
2001-01-19
| ||
| 14:28 | Clarified last log entry. check-in: 6522bf9d78 user: dgp tags: trunk | |
|
2001-01-18
| ||
| 19:09 | 2000-01-18 Andreas Kupries <a.kupries@westend.com> * Everything below belongs together, it fixes... check-in: f44e486cdf user: andreas_kupries tags: trunk | |
|
2001-01-16
| ||
| 15:41 | Added missing nroff directive. check-in: 76ff65c10b user: dkf tags: trunk | |
|
2001-01-12
| ||
| 09:54 | Fixes tests when spaces exist in install pathnames. (Applies patch #103174 which fixes bug #119406.)... check-in: fb4c5a7c4a user: dkf tags: trunk | |
|
2001-01-04
| ||
| 21:30 | 2001-01-04 Don Porter <dgp@users.sourceforge.net> * tests/unixInit.test: * unix/tclUnixInit.c (T... check-in: b363b69d15 user: dgp tags: trunk | |
|
2000-12-14
| ||
| 22:24 | 2000-12-14 Don Porter <dgp@users.sourceforge.net> * generic/tclExecute.c: * tests... check-in: ce0aad6ef5 user: dgp tags: trunk | |
|
2000-12-11
| ||
| 04:17 | 2000-12-10 Don Porter <dgp@users.sourceforge.net> * library/init.tcl: * library/m... check-in: 6f3323c8b4 user: dgp tags: trunk | |
|
2000-12-10
| ||
| 03:27 | * docs/scan.n: * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): changed %o and %x to use ... check-in: c628433a43 user: hobbs tags: trunk | |
| 03:26 | added change notes check-in: 879382ee98 user: hobbs tags: trunk | |
| 03:26 | * docs/scan.n: * tests/scan.test: * generic/tclScan.c (Tcl_ScanObjCmd): changed %o and %x to use ... check-in: 4fc2144f42 user: hobbs tags: trunk | |
| 03:25 | * win/tclWinTime.c (CalibrationThread): added lint return value to prevent compiler warning. [Bug... check-in: b79489f2bb user: hobbs tags: trunk | |
|
2000-12-09
| ||
| 00:11 | * library/init.tcl: Added support for PATHEXT variable in auto_execok, recognizing the proper set ... check-in: 8f589b9d20 user: hobbs tags: trunk | |
|
2000-12-08
| ||
| 18:55 | Fixing bug #119417 using patch #102496. check-in: 8d1b4ad9d7 user: andreas_kupries tags: trunk | |
| 11:22 | Why do you always find stupid typos after committing? <sigh> check-in: 1b0b1f5116 user: dkf tags: trunk | |
| 11:12 | Applied patch #102680 after review and approval by several TCT members check-in: a89c5e2ad3 user: dkf tags: trunk | |
| 04:22 | * generic/tcl.h (attemptckalloc): Fixed typo for #define of attemptckalloc (was defined to T... check-in: 679e400b19 user: ericm tags: trunk | |
| 04:12 | see change notes check-in: 28c9e1ee7e user: hobbs tags: trunk | |
|
2000-12-07
| ||
| 22:22 | * library/dde/pkgIndex.tcl: updated to use 84 version to reflect the makefile. Should probably be... check-in: 82552da9e6 user: hobbs tags: trunk | |
| 22:20 | * generic/tcl.h: added note about need to updated library/dde/pkgIndex.tcl with minor version incr... check-in: 340b108662 user: hobbs tags: trunk | |
|
2000-11-24
| ||
| 15:29 | Logical negation "!" can now handle string booleans, provided those values are placed in variables. ... check-in: a82d42d08d user: dkf tags: trunk | |
| 15:14 | Added test to detect bug #119153; the string forms of boolean values should not be second-class citi... check-in: cd37f4cab0 user: dkf tags: trunk | |
| 14:17 | Missed a few spots with the previous checkin. Now only tools/tcltk-man2html.tcl is left unfixed, bu... check-in: 3fc9c1b16a user: dkf tags: trunk | |
| 13:56 | [glob] uses -directory instead of unsafe [file join] to stop problems with some directory names. Fi... check-in: 19ef2cee3b user: dkf tags: trunk | |
| 11:32 | Fixed bug #119082. check-in: a6c5763f27 user: dkf tags: trunk | |
| 11:27 | Now correctly test for (and fix) Bug #119082. check-in: ec52a943df user: dkf tags: trunk | |
|
2000-11-23
| ||
| 15:53 | Fixed memory leak from Bug #119398 check-in: 738a6b889a user: dkf tags: trunk | |
| 14:21 | Improved use of [uplevel] in unknown. Fixes #123217 check-in: 9f9f8ea55e user: dkf tags: trunk | |
|
2000-11-21
| ||
| 21:33 | Applied the patch for TIP #7 from Kevin Kenny. See http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html check-in: 3d13d2887f user: andreas_kupries tags: trunk | |
| 15:56 | Improved documentation to fix bug #119387 (info locals seems not to work properly) since the behavio... check-in: 2d230fc9b1 user: dkf tags: trunk | |
|
2000-11-17
| ||
| 11:06 | Finally fixed bug 119192. This was a real nasty that was hidden by the fact that it never caused a ... check-in: e927e40de9 user: dkf tags: trunk | |
| 09:55 | Added test for bug 119192 to test suite. check-in: f467514311 user: dkf tags: trunk | |
|
2000-11-16
| ||
| 21:38 | 2000-11-16 Andreas Kupries <a.kupries@westend.com> * win/tclWinPort.h (line 69): Changed referen... check-in: 8c9af6af2a user: andreas_kupries tags: trunk | |
| 00:15 | * unix/Makefile.in: removed bp.c references (hasn't existed in a long time). Corrected 'make dist... check-in: 7d3275abcf user: hobbs tags: trunk | |
|
2000-11-15
| ||
| 22:19 | * generic/tclVar.c (TclLookupVar): reverted fix below as it broke all other array unset error repo... check-in: c281b485f6 user: hobbs tags: trunk | |
| 14:09 | Fixed bug 119192 which was causing variable names to be reported incorrectly in some circumstances. check-in: 8990473135 user: dkf tags: trunk | |
|
2000-11-04
| ||
| 00:03 | Created branch core-8-4-a2-synthetic Closed-Leaf check-in: af92574198 user: cvs2fossil tags: core-8-4-a2-synthetic, core-8-4-a2 | |
| 00:03 | updated with 8.4a2 changes check-in: 5c2bf986ab user: hobbs tags: trunk | |
|
2000-11-03
| ||
| 23:44 | no message check-in: 13a1dbe3bc user: davidg tags: trunk | |
| 23:44 | 2000-11-03 David Gravereaux <davygrvy@ajubasolutions.com> * win/.cvsignore: Removed 'configure' ... check-in: 6719e2a6de user: davidg tags: trunk | |
| 22:52 | added release mark check-in: 554aaa6452 user: hobbs tags: trunk | |
| 21:23 | * tools/tcl.wse.in: updated for unversioning of library dirs * unix/Makefile.in (install-libraries... check-in: a9a8b0340d user: hobbs tags: trunk | |
| 21:12 | unversioned the reg and dde CVS directories check-in: cfa5da7d5b user: hobbs tags: trunk | |
| 20:57 | unversioned http msgcat and opt packages in CVS check-in: b1533be637 user: hobbs tags: trunk | |
| 20:43 | unversioned the tcltest directory check-in: 2041a671c9 user: hobbs tags: trunk | |
| 20:30 | safety check on setting mainLoopProc to NULL check-in: 0a100cb9d7 user: hobbs tags: trunk | |
| 20:20 | doc/Tcl_Main.3: added docs for Tcl_SetMainLoop check-in: 96b3bbccbc user: hobbs tags: trunk | |
| 20:19 | updated mkLinks with latest doc updates check-in: 58da8d745e user: hobbs tags: trunk | |
| 20:07 | corrected pointer reference to mainLoopProc execution check-in: ef737d4323 user: hobbs tags: trunk | |
| 20:01 | moved Tcl_GetThreadData call after Tcl_FindExecutable check-in: ec3dcb8271 user: hobbs tags: trunk | |
| 18:46 | * generic/tclStubInit.c: * generic/tclDecls.h: * generic/tcl.decls: added Tcl_SetMainLoop proc th... check-in: 0419203b11 user: hobbs tags: trunk | |
| 01:13 | * unix/configure: * unix/dltest/configure: * win/configure: * tools/configure: checked in config... check-in: 658246cf09 user: hobbs tags: trunk | |
| 01:10 | updated default tools paths check-in: 61ae31e8d9 user: hobbs tags: trunk | |
|
2000-11-02
| ||
| 23:34 | Added some more comments and a missing Tcl_IncrRefCount in TclGetLibraryPath() when the tclLibraryPa... check-in: dfbe5d11b6 user: davidg tags: trunk | |
| 22:55 | updated copyright check-in: d2157bbbb4 user: hobbs tags: trunk | |
| 22:05 | no message check-in: 9bb98b69b0 user: davidg tags: trunk | |
| 22:04 | 2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com> * generic/tclEvent.c: tclLibraryPath T... check-in: 5584667c8f user: davidg tags: trunk | |
| 09:21 | see changes check-in: d3547b0c8d user: hobbs tags: trunk | |
| 09:21 | makefile fixes for Win64 support check-in: 2a6fb1e595 user: hobbs tags: trunk | |
| 09:20 | minor cast changes check-in: 6804f8f600 user: hobbs tags: trunk | |
| 01:20 | * unix/tcl.m4: removed use of -lbsd and -ldl for AIX-5. check-in: 1f3eae3fde user: hobbs tags: trunk | |
|
2000-11-01
| ||
| 22:13 | * tests/subst.test: added tests for non-zero return code handling by subst. * generic/tclParse.c ... check-in: 012624ada8 user: hobbs tags: trunk | |
| 21:48 | * generic/tclVar.c (TclVarTraceExists): Corrected excessive mem use when info exists was called on... check-in: 1357c659e3 user: hobbs tags: trunk | |
|
2000-10-31
| ||
| 01:20 | no message check-in: f8d7922c61 user: davidg tags: trunk | |
| 01:20 | 2000-10-30 David Gravereaux <davygrvy@ajubasolutions.com> * win/configure.in: * win/Makefile.in... check-in: 6ed4f00b1a user: davidg tags: trunk | |
| 00:49 | see changes check-in: 06095a57ae user: hobbs tags: trunk | |
| 00:48 | * unix/tclUnixInit.c: added default encoding map from "ja_JP.eucJP" to "euc-jp". (takahashi) check-in: e102dff849 user: hobbs tags: trunk | |
| 00:30 | * unix/configure.in (SC_TCL_LINK_LIBS): removed code that was commented out (it had been moved to ... check-in: 01762ed9c9 user: hobbs tags: trunk | |
| 00:30 | tests/clock.test: corrected clock-2.* test numbering check-in: 2d76774e72 user: hobbs tags: trunk | |
| 00:23 | unix/tcl.m4: consolidated gettimeofday check for AIX. check-in: e6b81f476b user: hobbs tags: trunk | |
|
2000-10-28
| ||
| 00:30 | * unix/configure.in: * unix/tcl.m4: added support for AIX-5. check-in: db905ca1c8 user: hobbs tags: trunk | |
| 00:29 | * unix/tclUnixChan.c: updated channel types to strict TCL_CHANNEL_VERSION_2 style to avoid compile... check-in: af55bc2b2d user: hobbs tags: trunk | |
| 00:29 | * generic/tclIO.c (Tcl_NotifyChannel): removed #ifdef around code for old channel structures, plac... check-in: af6e1bf3b1 user: hobbs tags: trunk | |
|
2000-10-27
| ||
| 23:59 | * library/tcltest1.0/tcltest.tcl: Removed a cd into the test directory in runAllTests that screwed u... check-in: 2361a3c505 user: jenn tags: trunk | |
| 22:34 | * generic/tclIO.c (CloseChannel): the statePtr for a channel was not being freed when the last cha... check-in: ff154ed552 user: hobbs tags: trunk | |
| 01:58 | no message check-in: 26b27f3587 user: davidg tags: trunk | |
| 01:58 | 2000-10-26 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinFile.c (TclpMatchFilesTypes... check-in: 53a3e0b763 user: davidg tags: trunk | |
|
2000-10-24
| ||
| 22:30 | * tests/all.tcl: Removed support for tcltest 1.0. * tests/tcltest.test: * library/tcltest1.0/tcltes... check-in: 30eb4d542e user: jenn tags: trunk | |
|
2000-10-21
| ||
| 00:43 | * win/tclWinFile.c (TclpMatchFilesTypes): made the stat call only occur when necessary (for 'glob'... check-in: f581f844f0 user: hobbs tags: trunk | |
|
2000-10-19
| ||
| 18:00 | * library/tcltest1.0/tcltest2.tcl: * tests/tcltest2.test * doc/tcltest2.n: Code and documentation cl... check-in: 105995497b user: jenn tags: trunk | |
|
2000-10-06
| ||
| 23:46 | 2000-10-06 David Gravereaux <davygrvy@ajubasolutions.com> * win/tclWinChan.c: moved Win2K bug ca... check-in: 3a18ee7fcb user: davidg tags: trunk | |
| 23:45 | no message check-in: 5d2ba9a084 user: davidg tags: trunk | |
| 21:10 | * tests/cmdAH.test: extra tests for 'file channels' that include multiple interpreter tests and ch... check-in: c07558c028 user: hobbs tags: trunk | |
| 21:06 | * doc/CrtChannel.3: fixed spelling mistakes check-in: e4ac0a30ac user: hobbs tags: trunk | |
|
2000-10-05
| ||
| 01:06 | added demarcation of out-of-order 8.3.2 ChangeLog entries check-in: 8b3f671f57 user: hobbs tags: trunk | |
|
2000-09-29
| ||
| 23:26 | Fixed typo check-in: 3f6666d015 user: jenn tags: trunk | |
| 22:49 | Fixed a typo. check-in: 074c6a9517 user: jenn tags: trunk | |
| 22:48 | * tests/tcltest.test: Modified the new form of the test command to accept both attribute-value pairs... check-in: 541acf4405 user: jenn tags: trunk | |
| 22:48 | * library/tcltest1.0/tcltest2.tcl: Modified the new form of the test command to accept both attribut... check-in: 2e9a4a3686 user: jenn tags: trunk | |
| 22:47 | * doc/tcltest2.n: Modified the new form of the test command to accept both attribute-value pairs and... check-in: 63c6f73017 user: jenn tags: trunk | |
| 22:47 | * library/tcltest1.0/tcltest2.tcl: * tests/tcltest.test: * doc/tcltest2.n: Modified the new form of ... check-in: d31a89fc56 user: jenn tags: trunk | |
| 21:53 | * win/tclWinSerial.c (SerialGetOptionProc): corrected reporting of space parity on Windows (Eason)... check-in: 1b14887226 user: hobbs tags: trunk | |
| 21:43 | * win/Makefile.in: commented use of TESTFLAGS * unix/Makefile.in: added TESTFLAGS to test target t... check-in: 24a9849611 user: hobbs tags: trunk | |
| 21:42 | * tests/stack.test: prevented possible crash on systems with low default stacksize (Tru64, AIX) in... check-in: c5d5ef9b4a user: hobbs tags: trunk | |
| 21:42 | * generic/tclIOGT.c (FLUSH_DELAY): renamed DELAY define to FLUSH_DELAY to avoid defn conflict usin... check-in: 3ed9a4ac79 user: hobbs tags: trunk | |
| 01:12 | * tools/tcl.wse.in: added tclPlatDecls.h and tkPlatDecls.h to the Windows .exe install. check-in: 9346a1dafd user: hobbs tags: trunk | |
| 01:12 | * tests/fCmd.test (fCmd-6.20): corrected test to remove c:/tcl8975@ after creating it. * tests/f... check-in: 6c3c7ae703 user: hobbs tags: trunk | |
|
2000-09-28
| ||
| 06:39 | added changes related to upport of stacked channel rewrite check-in: b3dc12bf95 user: hobbs tags: trunk | |
| 06:38 | up-port of the stacked channel implementation rewrite in 8.3.2 to 8.4a2 code base, merged in with so... check-in: 23d1294c3a user: hobbs tags: trunk | |
| 06:36 | addition of tclIOGT.c source file corrected static build inclusion of reg and dde libraries check-in: 2ae66cc70c user: hobbs tags: trunk | |
| 06:35 | addition of tclIOGT.c source file check-in: eb0d114a3b user: hobbs tags: trunk | |
| 06:34 | updated docs to reflect 8.3.2 stacked channel implementation up-port check-in: 36d00ba957 user: hobbs tags: trunk | |
| 06:33 | * win/tclConfig.sh.in (TCL_LIBS): Cleaned up unix-specific autoconf variables. check-in: 96394f0855 user: hobbs tags: trunk | |
|
2000-09-21
| ||
| 00:58 | * tests/socket.test: removed doTestsWithRemoteServer constraint from socket-12.*. It requires 'ex... check-in: 30035e4719 user: hobbs tags: trunk | |
|
2000-09-20
| ||
| 23:09 | * library/tcltest1.0/pkgIndex.tcl: Updated to load tcltest 2.0. * library/tcltest1.0/tcltest2.tcl: N... check-in: 495294d130 user: jenn tags: trunk | |
| 01:50 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): When using -all, all attempts after the first to match the ... check-in: 9c141af9b5 user: ericm tags: trunk | |
|
2000-09-19
| ||
| 19:37 | no message check-in: 60baaa8f16 user: davidg tags: trunk | |
| 19:36 | 2000-09-19 David Gravereaux <davygrvy@ajubasolutions.com> * doc/Eval.3: Added a note about the ... check-in: 874d472072 user: davidg tags: trunk | |
|
2000-09-17
| ||
| 22:40 | * tests/cmdIL.test: Added a test for fix for [Bug: 6212]. * generic/tclCmdIL.c (Tcl_LsortObjCmd): A... check-in: fe4c99079c user: ericm tags: trunk | |
|
2000-09-14
| ||
| 18:42 | * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. * doc/StringObj.3: Added entr... check-in: 66347b65e4 user: ericm tags: trunk | |
|
2000-09-08
| ||
| 04:00 | no message check-in: 5445f97a7a user: davidg tags: trunk | |
| 03:59 | * win/tclWinPipe.c: Stage-1 bug fix for TR#2460 "exec leaks memory". Added more logic around the c... check-in: d5d6df7f1e user: davidg tags: trunk | |
|
2000-09-07
| ||
| 19:51 | no message check-in: 3536165676 user: davidg tags: trunk | |
| 19:50 | 2000-09-07 David Gravereaux <davygrvy@ajubasolutions.com> * win/.cvsignore: changed the glob patt... check-in: 21119e961a user: davidg tags: trunk | |
| 17:39 | * doc/trace.n: minor doc cleanup check-in: fceb6ccc40 user: hobbs tags: trunk | |
| 14:31 | Entry for new "SEE ALSO" section. check-in: 93cbdcd809 user: poenitz tags: trunk | |
| 14:27 | New or changed "SEE ALSO" section. check-in: 2d43282569 user: poenitz tags: trunk | |
|
2000-09-06
| ||
| 22:37 | * win/tclWinLoad.c (TclpLoadFile): added special message for ERROR_PROC_NOT_FOUND exception in loa... check-in: 3bea237729 user: hobbs tags: trunk | |
| 18:50 | * README: * generic/tcl.h: * library/tcltest1.0/tcltest.tcl: * tools/tcl.wse.in: * tools/tcltk-... check-in: b15d80ab0f user: hobbs tags: trunk | |
| 18:49 | see changes. check-in: e504635a1a user: hobbs tags: trunk | |
| 18:46 | * unix/tclUnixPipe.c (TclpCreateProcess): Removed WNOHANG from Tcl_WaitPid call in error case of p... check-in: 4746499d46 user: hobbs tags: trunk | |
| 18:35 | * tests/string.test: extended string repeat tests check-in: 8a7cbbab88 user: hobbs tags: trunk | |
| 18:31 | * generic/tclCmdMZ.c (Tcl_StringObjCmd): changed STR_REPEAT to preallocate the full space of the f... check-in: fce8088f27 user: hobbs tags: trunk | |
| 16:59 | * generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixed pedantic cast warning. Correcte... check-in: acc4756b17 user: hobbs tags: trunk | |
| 16:57 | * generic/tclHash.c: fixed pedantic warning of incorrectly placed #endif check-in: 619f494f33 user: hobbs tags: trunk | |
| 16:56 | * doc/source.n: * doc/Eval.3: added extra note about how to safe use ^Z in code, as it is now a c... check-in: 15427185f2 user: hobbs tags: trunk | |
|
2000-08-30
| ||
| 01:43 | * generic/tclStringObj.c: Applied patch from Gerhard Hintermayer to provide a more conservative stri... check-in: ce0e80bb0f user: ericm tags: trunk | |
|
2000-08-25
| ||
| 20:39 | * tests/trace.test: Extended array tracing tests. * doc/trace.n: Clarified information about when a... check-in: 78f46f24d0 user: ericm tags: trunk | |