Timeline
Not logged in

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

164 check-ins using file tests/async.test version 80aeb6b860

2013-01-03
14:07
Post-release revisions to restore building on later platforms. Closed-Leaf check-in: 314001c645 user: dgp tags: core-8-0-3-pr
1999-04-15
22:40
Creating branch core-8-0-6-branch Closed-Leaf check-in: 7d503d4aa9 user: cvs tags: core-8-0-6-branch, core-8-0-6-base
22:40
added release date check-in: 00c424916c user: stanton tags: trunk
22:38
* Merge 8.0.5 changes: - Mac changes for final release - Minor fixes to tools configure file... check-in: 08c27030dc user: stanton tags: trunk
1999-04-13
18:12
Applied patch to fix sockets when the FD_CONNECT never happens before the FD_WRITE (why, only Micro... Closed-Leaf check-in: 89afc858bb user: redman tags: core-8-0-5-branch
1999-03-31
22:37
Tests for pkg_mkIndex when input files do "namespace import". BUG 1327 check-in: fcf8cd928e user: welch tags: trunk
22:37
Fixed pkg_mkIndex when input files do "namespace import". BUG 1327 check-in: dcd8e76bfe user: welch tags: trunk
18:58
Added tests for auto_mkindex_parser quoting problems, BUGID 1657 check-in: 51ffe4e6ae user: welch tags: trunk
18:58
Fixed quoting bugs in auto_mkindex_parser, BUGID 1657 check-in: 0899c7c6c0 user: welch tags: trunk
1999-03-25
22:47
Fixed typo in LD_SEARCH_FLAGS definition for Linux. check-in: 2d44226fa5 user: welch tags: trunk
1999-03-24
05:40
Created branch core-8-0-5-synthetic Closed-Leaf check-in: ae474d2506 user: cvs2fossil tags: core-8-0-5-synthetic, core-8-0-5
05:40
Update to CW Pro 4 and MoreFiles 1.4.9. check-in: 878fc49ec0 user: jingham tags: core-8-0-5-branch
05:25
If TCL_TEST is defined, export the symbols in tclMacPort.h. This will allow us to build the shared ... check-in: c22364e582 user: jingham tags: core-8-0-5-branch
05:21
Reverting Serial port changes. This will be implemented as an extension instead of using special co... check-in: f329606d91 user: jingham tags: core-8-0-5-branch
1999-03-23
22:11
Jim decied not to put this in afterall. check-in: 0a6b3cbf6c user: rjohnson tags: core-8-0-5-branch
1999-03-22
17:39
Adding the file tclMacSerial.c for Jim Ingham. check-in: d6575ceaed user: rjohnson tags: core-8-0-5-branch
05:42
Added Mark Roseman's fix for the socket writes over a slow network. Copy the data that you pass to ... check-in: 213d1f2425 user: jingham tags: core-8-0-5-branch
05:42
Added some const's to fit with MoreFiles 1.4.9 check-in: dea0ac1965 user: jingham tags: core-8-0-5-branch
05:42
Give the serial module a chance at the open file filename before opening it as a file. check-in: 759bf2bb31 user: jingham tags: core-8-0-5-branch
05:42
Added mention of the Macintosh serial command check-in: 959108ed31 user: jingham tags: core-8-0-5-branch
05:42
Added documentation for the serial open on the Macintosh check-in: 14897de048 user: jingham tags: core-8-0-5-branch
1999-03-12
23:03
Changed magic number so it doesn't match the plus patch, at Jan's request. check-in: c757ed2440 user: stanton tags: trunk
1999-03-11
21:47
Changed package tests to build against the stubs library. check-in: 7bca5a035c user: stanton tags: trunk, core-8-1-merge-latest
19:30
add CrtVersion.3 documentation for Tcl_GetVersion() check-in: 1cd7d2dc15 user: redman tags: trunk
19:29
Add documentation for Tcl_GetVersion() check-in: 2508bb1d61 user: redman tags: trunk
02:49
* generic/tclAlloc.c: Changed TCL_NATIVE_MALLOC to USE_TCLALLOC so it matches 8.1. * generic/tclBa... check-in: 7002f9683e user: stanton tags: trunk
00:19
* win/tclWinPipe.c: * generic/tclInt.decls: Added TclWinAddProcess to make it possible for expect to... check-in: a03165d017 user: stanton tags: trunk
1999-03-10
23:45
fix declarations of empty slots. check-in: 916d311414 user: redman tags: trunk
23:19
Add Tcl_GetVersion to stubs table, add 6 additional slots for future use. check-in: 6900f29272 user: redman tags: trunk
22:58
ChangeLog entries for Tcl_GetVersion C API check-in: 6cd488be8b user: redman tags: trunk
22:55
Add Tcl_GetVersion C API check-in: ab7b94df88 user: redman tags: trunk
06:12
Changed TCL_STUB_MAGIC back to match plus patch implementation. check-in: b20d838b60 user: stanton tags: trunk, dev-stubs-merge-8-1-3/9/99, core-8-1-merge-3/9/99
05:52
Merged stubs changes into mainline for 8.0 check-in: 1969693351 user: stanton tags: trunk
05:50
* tools/genStubs.tcl: Reorganized code to support mixed generic and platform specific tables. * ... Closed-Leaf check-in: e96a5d0d04 user: stanton tags: dev-stubs-branch
1999-03-08
22:25
* win/tclWinInt.h: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * gener... check-in: 3ae2a29cd3 user: stanton tags: dev-stubs-branch
21:05
*** empty log message *** check-in: fed4ec2fe8 user: stanton tags: dev-stubs-branch
1999-03-06
21:19
* unix/Makefile.in: * generic/tcl.decls: * generic/tclCompile.h: * generic/tclCompileDecls.h: * gene... check-in: 5027860d31 user: stanton tags: dev-stubs-branch
00:36
* unix/configure.in: Applied patch from Jan Nijtmans to fix the following problems: - There seem... check-in: c830578eac user: stanton tags: dev-stubs-branch
1999-03-05
23:24
minor fix to checkstubs target check-in: b629e1755c user: stanton tags: dev-stubs-branch
20:18
* generic/tclCompile.h: * generic/tclStubInit.c: * generic/tclCompileDecls.h: * generic/tclCompileSt... check-in: 6618f6378b user: stanton tags: dev-stubs-branch
1999-03-04
01:02
*** empty log message *** check-in: 4cc6e958bc user: stanton tags: trunk
01:01
* generic/tcl.decls: Added Mac specific declarations. * generic/tclStubs.c: * generic/tclStubInit.c... check-in: 3ab6dc531f user: stanton tags: trunk
01:01
* generic/tcl.decls: Added Mac specific declarations. * generic/tclStubs.c: * generic/tclStubInit.c... check-in: a58b3cbe12 user: stanton tags: dev-stubs-branch
01:01
* mac/tclMacChan.c: Added stub implementation of Tcl_MakeFileChannel that doesn't do anything. This... check-in: 02c1d3122d user: stanton tags: dev-stubs-branch
01:01
* unix/tclUnixSock.c: Added TclHasSockets. check-in: c99e79b14a user: stanton tags: dev-stubs-branch
01:00
* unix/tclUnixFile.c: * mac/tclMacShLib.exp: * mac/tclMacFile.c: * generic/tclFileName.c: * win/tclW... check-in: ceff3aa898 user: stanton tags: dev-stubs-branch
00:59
* win/tclWinPort.h: * mac/tclMacPort.h: * mac/tclMacInt.h: * mac/tclMac.h: Added Mac specific declar... check-in: c476453c16 user: stanton tags: dev-stubs-branch
00:59
* win/tclWinInt.h: * win/tclWin32Dll.c: * unix/tclUnixInit.c: Added TclpCheckStackSpace. check-in: 5991f75c67 user: stanton tags: dev-stubs-branch
00:58
* unix/Makefile.in: * generic/tclAlloc.c: Changed so stub versions of TclpAlloc, etc. are generated ... check-in: a9af4f8f20 user: stanton tags: dev-stubs-branch
00:58
* unix/tclUnixTime.c: Added TclpGetDate and TclStrftime. * win/tclWinTime.c: * unix/tclUnixTime.c: ... check-in: da995fce8e user: stanton tags: dev-stubs-branch
00:55
* unix/tclUnixPort.h: Eliminated various Tclp* macros that have been replaced with function defintio... check-in: d9af8e7cea user: stanton tags: dev-stubs-branch
00:54
* generic/tclStubLib.c: Added internal interface hooks. check-in: f2bf2426ea user: stanton tags: trunk
1999-03-03
00:39
updated changelog check-in: f826b61cd4 user: stanton tags: trunk
00:39
removed panic.c check-in: b9eb195d20 user: stanton tags: dev-stubs-branch
00:38
* unix/Makefile.in: * unix/configure.in: * unix/ldAix: Enhanced AIX shared library support. * win/t... check-in: f404370f5a user: stanton tags: dev-stubs-branch
00:38
* unix/Makefile.in: * unix/configure.in: * unix/ldAix: Enhanced AIX shared library support. * win/t... check-in: 51058ad13d user: stanton tags: trunk
1999-02-26
22:25
updated old URL in README check-in: c3066a9fc0 user: hershey tags: trunk
1999-02-19
03:40
fixed configure script to properly generate multiple files check-in: dc395691ba user: stanton tags: core-8-0-5-branch
02:23
renamed tcl.hpj to tcl.hpj.in check-in: 626cd93e63 user: stanton tags: core-8-0-5-branch
02:22
renamed tcl.hpj to tcl.hpj.in check-in: ce0f62a232 user: stanton tags: trunk
02:17
Created branch scriptics-tclpro-1-2-synthetic Closed-Leaf check-in: 1d719b3ad1 user: cvs2fossil tags: scriptics-tclpro-1-2, scriptics-tclpro-1-2-synthetic
02:17
changed so helpfile generation can work from the build environment check-in: 29c3f02f33 user: stanton tags: core-8-0-5-branch
02:14
changed so helpfile generation can work from the build environment check-in: 0a9bbac9f2 user: stanton tags: trunk
1999-02-17
02:05
updated for 8.0.5 with John O's changes. check-in: 54351242b5 user: hershey tags: trunk
1999-02-11
03:06
merged auto_mkindex fix into the 8.0.5 release branch check-in: ac72bff2f1 user: stanton tags: core-8-0-5-branch, scriptics-tclpro-1-2-b2
03:04
* library/init.tcl: Fixed auto_mkindex so it handles .tbc files. Did some general cleanup to handle ... check-in: 9a11b261c6 user: stanton tags: trunk
1999-02-09
03:31
Created branch core-8-0-5-base-synthetic Closed-Leaf check-in: 813b993971 user: cvs2fossil tags: core-8-0-5-base-synthetic, core-8-0-5-base
03:31
updated readmes for 8.0.5 release check-in: 8b5b3b65b5 user: stanton tags: trunk
1999-02-05
03:12
updated man page generation for TclPro check-in: 1c005f1d8c user: stanton tags: trunk
01:49
lint check-in: e5f9e4b3a8 user: stanton tags: trunk
1999-02-03
21:28
* generic/tclInt.h: * generic/tclNamesp.c (TclGetNamespaceForQualName): Restored signature so that T... check-in: cf93c3116c user: stanton tags: trunk
19:12
* test/winPipe.test: Changed to remove echoArgs.tcl temporary file when done. * tests/cmdAH.test: *... check-in: d0b2c4fa68 user: stanton tags: trunk
18:37
removed AC_CONFIG_SUBDIRS(dltest) since this doesn't work in our build environment check-in: 07f8546dfb user: stanton tags: trunk
02:59
* win/makefile.vc: Added better support for paths with spaces in the name. Added .lib and support .d... check-in: 8da6e53bdc user: stanton tags: trunk
02:59
stripped carriage returns at end of lines check-in: 6801362dcd user: stanton tags: trunk
02:58
* unix/configure.in: Changed to automatically configure in dltest. check-in: b739c398a4 user: stanton tags: trunk
02:58
* tests/interp.test: * generic/tclInterp.c (DeleteAlias): Changed to use Tcl_DeleteCommandFromToken ... check-in: 501d236e85 user: stanton tags: trunk
02:58
* win/tclAppInit.c: * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EX... check-in: 92d52aa5e1 user: stanton tags: trunk
00:55
* generic/tclProc.c: * generic/tclNamesp.c: * generic/tclInt.h: * generic/tclCmdIL.c: * generic/tclB... check-in: 8da7bff5d5 user: stanton tags: trunk
00:51
* unix/tclUnixChan.c: * win/tclWinSock.c: * doc/socket.n: Applied Gordon Chaffee's patch to handle f... check-in: dd5a31ec23 user: stanton tags: trunk
1999-02-02
23:01
lint check-in: 6cdab4a54a user: stanton tags: trunk
23:01
Changed to pass registry dll path into test script so the test doesn't depend on being able to find ... check-in: a4253646c7 user: stanton tags: trunk
23:00
added tcltest as a dependency of runtest check-in: f2800910df user: stanton tags: trunk
22:32
* win/winDumpExts.c: Patched to be picker about stripping @'s. [Bug: 920] check-in: 0ac57c62d3 user: stanton tags: trunk
22:29
* unix/configure.in: Added branch for BSD/OS-4* to shared library case statement. [Bug: 975] Fixed t... check-in: 3b1b40594b user: stanton tags: trunk
22:28
* library/http2.0/http.tcl: Added catch around eof test in CopyDone since the user may have already ... check-in: b241ec04fd user: stanton tags: trunk
22:28
* library/init.tcl: Various small changes requested by Jan Nijtmans. - If the variable $tcl_library ... check-in: f3d065fb9d user: stanton tags: trunk
22:27
* generic/tclPosixStr.c (Tcl_ErrnoId, Tcl_ErrnoMsg): When using egcs, ENOTSUP and EOPNOTSUPP are the... check-in: 53c251c547 user: stanton tags: trunk
22:27
objectified open command check-in: a4d159d25f user: stanton tags: trunk
22:26
* generic/tclCompile.c (CompileExprWord): Fixed exception stack overflow bug caused by missing state... check-in: 2819702950 user: stanton tags: trunk
22:25
* generic/tclIOCmd.c: * generic/tclBasic.c: Objectified the "open" command. [Bug: 1113] check-in: e780812f24 user: stanton tags: trunk
22:25
* win/tclWinReg.c: * doc/registry.n: Added support for HKEY_PERFORMANCE_DATA and HKEY_DYN_DATA keys.... check-in: 297a79c7b3 user: stanton tags: trunk
18:36
* library/init.tcl: Added catch around unset. [Bug: 978] check-in: 6751864160 user: stanton tags: trunk
18:36
* win/tclWinInit.c (TclPlatformInit): Added code to ensure tcl_pkgPath is set to "" when no registry... check-in: 1d22b63efb user: stanton tags: trunk
1999-01-29
00:32
Added -pipe option if gcc is being used. check-in: 42c3f8c600 user: rjohnson tags: trunk
1999-01-19
23:30
Making it possible for http -command callbacks to safely uset the state array. check-in: fa68f46146 user: welch tags: trunk, scriptics-tclpro-1-2-b1
1999-01-12
02:50
Updated changes. check-in: ee3af272c1 user: rjohnson tags: trunk
02:29
Changed so sh_lib extension is return on HP even if it isn't compiled as a shared object. check-in: 3be0db5be1 user: rjohnson tags: trunk
1999-01-06
21:08
* win/makefile.vc: * generic/tcl.h: * generic/tclAlloc.c: Added USE_NATIVEMALLOC ifdefs to make it e... check-in: 6867e5b3fe user: stanton tags: trunk
1999-01-05
01:40
Added more info to lsort man page. RFE 873 check-in: be95b75f28 user: rjohnson tags: trunk
01:18
Added supoport for _-dclspec on gcc - RFE 972. Ray check-in: 6f64fcc254 user: rjohnson tags: trunk
1999-01-04
19:25
Updated the version to 8.0.5. check-in: b3c705fae1 user: rjohnson tags: trunk
1998-12-29
22:55
fixed typo in resource doc. check-in: e90ad7857f user: surles tags: trunk, scriptics-tclpro-1-2-a1
1998-12-23
02:01
Made error message for cd cmd consistant with 8.1. check-in: d84fbad1a0 user: rjohnson tags: trunk
1998-12-10
19:09
Fixed problem with running tests on IRIX. check-in: 45ccd222d9 user: rjohnson tags: trunk
1998-12-08
12:43
Added -p flag to "mkdir" commands in "install-libraries" target to allow error- free installation ... check-in: ffbbbdb078 user: suresh tags: trunk
1998-12-07
23:33
added pkg and pkg1 to list of files to copy to the current working dir, if the cwd is not tk8.0/test... check-in: 17657dab50 user: hershey tags: trunk
1998-12-04
23:12
Fixed minor bug with recently added copy stmts ("TOP_DOR" --> "DISTDIR"). check-in: d0ee8c404c user: suresh tags: trunk
06:28
Added test file check-in: a9d5792c93 user: welch tags: trunk
04:18
Updated all and defs to work more smoothly with nightly tests. Check for existence of "testgetplatfo... check-in: 96d9c3b6ab user: hershey tags: trunk
01:04
*** empty log message *** check-in: 2d7397f639 user: stanton tags: trunk
01:01
* tclWinSock.c (CreateSocket, TcpAccept): Windows NT creates sockets so they are inheritable by defa... check-in: 3f5af606c0 user: stanton tags: trunk
1998-12-02
01:42
Added tests/pkg to distribution check-in: 4abe8d69ad user: welch tags: trunk
01:42
Changed this so it can find man2tcl easier check-in: 7a39834e9d user: welch tags: trunk
01:42
Cleaned up man page so it works with html generator check-in: 3b85863bc1 user: welch tags: trunk
01:42
Added 8.0.4 release note check-in: a8a9067b3c user: welch tags: trunk
1998-11-19
21:46
all file can now be run from any working dir. check-in: e24f234bd2 user: hershey tags: trunk
20:10
Created branch core-8-0-4-synthetic Closed-Leaf check-in: 098e62369b user: cvs2fossil tags: core-8-0-4-synthetic, core-8-0-4
20:10
eliminated purify warning and other lint check-in: f8ee691e91 user: stanton tags: trunk
1998-11-12
12:33
Added new project files for Mac. check-in: 6b7cd80bcf user: rjohnson tags: trunk
05:54
Added test cases for new pkg_mkIndex -load case check-in: 110c82058f user: welch tags: trunk
05:54
Fixed pkg_mkIndex tcl to deal with failed loads. check-in: 772ecffd6b user: welch tags: trunk
05:52
Updated to reflect newer implementation. check-in: 3964d12148 user: welch tags: trunk
1998-11-11
07:46
Updated Changes file, and added Vince Darley's suggested change to TclMacExit. check-in: 0c40160403 user: jingham tags: trunk
02:39
Fixed quoting of { in an info complete test case. check-in: c547f7334a user: welch tags: trunk
02:39
Removed lint (thanks, procheck!) check-in: dc0c56a1df user: welch tags: trunk
1998-11-10
16:30
Added pre compiled header common to all Mac Tcl projects. This was supplied by Jom Ingham. check-in: fd43f64afd user: rjohnson tags: trunk
06:56
Add changelog entry for the resource command bug fix. check-in: 002000a2dd user: jingham tags: trunk
06:54
Fixed some tests which were failing on the Mac because of path differences. Added a test to the reso... check-in: b66419d3df user: jingham tags: trunk
06:49
Fixed a bug in the resource command when the file was opened twice. Fixed a bug in the testWriteText... check-in: 784962bdc8 user: jingham tags: trunk
1998-11-03
02:00
Fixed timeout-related HTTP test check-in: 6fe3862eab user: welch tags: trunk
01:02
fixed test that got stale on Windows check-in: da9fa6e9ec user: stanton tags: trunk
1998-11-02
23:04
cleaned up test suite so most of the tests pass on Windows check-in: e3b726ecfd user: stanton tags: trunk
23:03
fixed bug in pkg_mkIndex that is hit when TCL_LIBRARY is a relative path (e.g. in the test suite) check-in: 7a0a2a8595 user: stanton tags: trunk
22:40
Fixed declaration of errorInfo in tcl_findLibrary check-in: dbd547732b user: welch tags: trunk
19:36
Made "install-libraries" target more silent when copying library files. check-in: 236c189a56 user: suresh tags: trunk
1998-10-30
23:01
Overhaul of pkg_mkIndex check-in: 89ed51a0e3 user: welch tags: trunk
00:38
Fixed the Tcl_NotifyChannel bug, plus added a test case for it. Simply replaced Tcl_RegisterChannel/... check-in: b31fdd817b user: welch tags: trunk
1998-10-28
18:34
Added "-D_OLD_TERMIOS" when building on IRIX 6.3 to create backward compatible binaries for IRIX 6... check-in: ad3c55f16b user: suresh tags: trunk
1998-10-23
22:22
Fixed a typo in tcl_findLibrary, and fixed the logic that ensures the parent directory of tcl_librar... check-in: 888280c12e user: welch tags: trunk
1998-10-20
20:01
Changed config & Makefile to support n32 on IRIX. check-in: d999c483da user: rjohnson tags: trunk
17:27
On Windows, Added the "debug" element of the tcl_platform array which indicates that the particular ... check-in: 519628b664 user: suresh tags: trunk
1998-10-17
00:21
Added the pkg_mkIndex test suite check-in: ace5d576b2 user: escoffon tags: trunk
00:20
Bumped the optimization to -O2 (optimize speed); test suite seems to have worked (as much as test su... check-in: 0247552e6b user: escoffon tags: trunk
00:19
Added README and README.binary to the list of files to modify check-in: 0835146a4c user: escoffon tags: trunk
00:16
upgraded to the new interfaces: -direct, -nopkgrequire check-in: 994e28878c user: escoffon tags: trunk
00:15
Fixed a number of buglets in pkg_mkIndex: - on windows, use case-insensitive comparison with the sha... check-in: 16bf786a4c user: escoffon tags: trunk
1998-10-14
21:12
Added fix to list processing in tclNotify that could cause events to be dropped. Added test to intet... check-in: 38ee7119c7 user: rjohnson tags: trunk
00:32
Made some the prototypes & function defs consistant in tclUnixTest.c check-in: dbb637ea7e user: rjohnson tags: trunk
1998-10-13
20:30
Fixed bug in Tcl_SetListObj - it used to create invalid Tcl_Obj if you passed in 0 elements. Despi... check-in: 485b7d35e6 user: rjohnson tags: trunk
20:05
Fixed bug in "lsort -dictionary" that caused problems when comparing numbers that started with 0. check-in: bdfc546373 user: rjohnson tags: trunk
19:03
Bumped patch number to 8.0.4 check-in: ee94132f9b user: escoffon tags: trunk
18:44
Fixed bug in "info complete" - it did not handle NULLs correctly. check-in: 5ae085bcc2 user: rjohnson tags: trunk
1998-10-07
20:57
Fixed a bug that caused the Tcl DLL to be linked against msvcrt.lib for both debug and nodebug build... check-in: 39335e2e3d user: escoffon tags: trunk
1998-10-06
19:12
Minor changes in test file & C style. check-in: ca39630118 user: rjohnson tags: trunk
1998-10-05
22:32
Added a new Tcl object called "procbody"; this object's internal representation contains both a Proc... check-in: 0aa459d72f user: escoffon tags: trunk
17:35
added comment to clarify that it is not valid to modify argument strings in a string-based Tcl comma... check-in: 975dbf9367 user: stanton tags: trunk
1998-09-30
23:59
merged tcl8.0.4 changes check-in: 705dc36abf user: stanton tags: trunk
23:57
merged tcl8.0.4 changes to fix Windows memory allocation check-in: eec70dc1ff user: stanton tags: trunk
20:52
Added tests/stack.test, to test recursion limits. Added SHLIB_PATH to the list of special macros to ... check-in: c4a3d413ed user: escoffon tags: trunk
20:19
Added support for Win95. check-in: e22198e258 user: escoffon tags: trunk
1998-09-29
18:22
Removed function declarations that were never used and not referenced by any implementation. check-in: 2510e314d3 user: rjohnson tags: trunk
1998-09-23
20:13
Removed "sccs" commands from "Makefile.in" to facilititate switch over to CVS. check-in: ce25c23b8e user: suresh tags: trunk
1998-09-14
18:39
Replaced SCCS strings, fixed binary files check-in: 196f92fd17 user: stanton tags: trunk, core-8-0-3