Timeline
Not logged in

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

102 check-ins using file tests/fileName.test version b93a9c0156

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-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-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: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
16:59
* Note that "tclbench" (see project "tcllib") was extended with performance benchmarks for [fco... check-in: cff0564319 user: andreas_kupries tags: trunk
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