Timeline
Not logged in

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

94 check-ins using file tests/var.test version 249afd36f6

1999-07-22
02:15
Applied patch for info complete. [Bug: 2382] check-in: 9a47ff649a user: redman tags: trunk
01:26
revert changes to TclpStrftime, not needed for internal functions. check-in: a4cee78edc user: redman tags: trunk
01:08
* doc/Utf.3: * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecl... check-in: 22b143003b user: redman tags: trunk
00:38
* unix/Makefile.in: Added the Windows configure script to the distribution file list, already shipp... check-in: 677ba646fb user: redman tags: trunk
00:13
* win/makefile.vc: Changed version number of DDE package in VC++ makefile to use 1.1 instead of 1.0... check-in: 6633a54dd5 user: redman tags: trunk
00:06
* doc/open.n: Added documentation of \\.\comX notation for opening serial ports on Windows (alternat... check-in: 10b63080bd user: redman tags: trunk
1999-07-21
23:28
added a line to initialize the tclDefaultLibrary tcl global var to "", as was done in Tcl8.0.5. check-in: b16021515e user: hershey tags: trunk
21:29
Previous version was a mistake, roll it back. check-in: 2d8b4e85a6 user: redman tags: trunk
21:28
* win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket driver to move the handling of the so... check-in: 74cee245ff user: redman tags: trunk
17:43
added missing '\' at the end of one line (only irix complained about this) check-in: 323fd26f82 user: hershey tags: trunk
16:04
Small tweaks to the top-level README to fix typos and wording. check-in: 384e1d2bd9 user: jpeek tags: trunk
02:01
* generic/tclInitScript.h: * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermedi... check-in: 0d9e2ba09f user: hershey tags: trunk
1999-07-20
00:11
changed http package version from 2.0 to 2.1 check-in: fda7557642 user: hershey tags: trunk
1999-07-19
21:03
changed http dir from 2.0 to 2.1 check-in: 124ac761ed user: hershey tags: trunk
1999-07-16
21:56
Add Tcl_SetNotifier to stubs table. [Bug: 2354] check-in: 0fdd9484f5 user: redman tags: trunk
21:40
* unix/aclocal.m4: * unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to t... check-in: 72240a3a0a user: redman tags: trunk
01:52
Fix minor version number. check-in: f5eb99468e user: redman tags: trunk
1999-07-15
21:00
Install files with 82 instead of 81 suffix check-in: 55cb269e12 user: redman tags: trunk
01:47
Change version number check-in: 38e7639e65 user: redman tags: trunk
1999-07-14
19:09
Deleted sentence as suggested by Scott Stanton check-in: b4d75c8e7d user: jpeek tags: trunk
19:07
Created branch core-8-2-b1-synthetic Closed-Leaf check-in: d0852b1db1 user: cvs2fossil tags: core-8-2-b1-synthetic, core-8-2-b1
19:07
Created branch scriptics-tclpro-1-3-b3-synthetic Closed-Leaf check-in: 77ff211b7e user: cvs2fossil tags: scriptics-tclpro-1-3-b3-synthetic, scriptics-tclpro-1-3-b3
19:07
doc/re_syntax.n: Deleted sentence suggested by Scott S. check-in: d7e9fff01e user: jpeek tags: trunk
1999-07-13
22:23
Makefile.in: fixed cat32.exe build makefile.vc: fixed calling tcltest.exe check-in: 580b6853c5 user: redman tags: trunk
22:23
Add .m4 files and Windows configure.in and Makefile.in check-in: 830c41e50e user: redman tags: trunk
22:22
Change dde package to 1.1 check-in: 9bd199dc6c user: redman tags: trunk
22:21
Merged ChangeLog for 8.2b1 check-in: 85be69819f user: redman tags: trunk
02:07
Removed two notes to myself (oops), cleaned up wording, moved changebars. check-in: 9b72e5aa55 user: jpeek tags: trunk
02:06
Documented tweaks to the tcl/docs/re_syntax.n manpage file. check-in: eba33a5ca7 user: jpeek tags: trunk
1999-07-12
21:03
Catch the cd that sets up the initial value for the testsDirectory variable. check-in: aa7feb0ac0 user: jenn tags: trunk
1999-07-11
20:31
Changed version numbers in NMAKE makefile. check-in: 2ea86e8bdf user: redman tags: trunk
20:29
Change version number in NMAKE makefile check-in: b1cd1cf0ff user: redman tags: trunk
1999-07-09
21:18
install-man target renamed to "install-doc" to be consistent with TEA spec. check-in: b01449ac9b user: wart tags: trunk
18:24
* win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in the configure script so that substit... check-in: fd326b93fa user: redman tags: trunk
02:31
fixed line termination character check-in: 77df520e96 user: stanton tags: trunk
02:12
*** empty log message *** check-in: 828e9399bf user: stanton tags: trunk
02:11
* tests/string.test: * generic/tclCmdMZ.c: Fixed bug in string range bounds checking code. check-in: 614b32f8b0 user: stanton tags: trunk
00:00
Removed -asidefromdir and -relateddir flags, removed unused ::tcltest::dotests proc, cleaned up impl... check-in: c5abb670a1 user: jenn tags: trunk
1999-07-08
23:17
* win/Makefile.in: Added tcltest target so runtest works properly. Added missing names to the clean... check-in: bd1fc18299 user: stanton tags: trunk
19:44
Fixed bogus test for env.test check-in: 931d254c68 user: rjohnson tags: trunk
17:29
Do additional checks to unset any environment variables set, changed or created by the tests. check-in: 8163db91b2 user: jenn tags: trunk
03:35
Improved test to handle empty env array - (will raise error) check-in: 49ec7aac3e user: rjohnson tags: trunk
03:30
Fixed a couple of bad registry tests... check-in: 030703c01e user: rjohnson tags: trunk
03:08
Fixed bug in test suite - remember to update tests when changing features!!! check-in: 2d21c46440 user: rjohnson tags: trunk
02:57
Fixed broken utility function makeFile. check-in: 7c29ca5cd1 user: rjohnson tags: trunk
1999-07-07
23:08
Made test encoding test understand platform differences. check-in: f6d0bb0e6a user: rjohnson tags: trunk
18:59
* doc/fconfigure.n: Clarified default buffering behavior for the standard channels. [Bug: 2335] check-in: 842d60e737 user: stanton tags: trunk
02:37
New windows serial port driver. [Bug 1980 2217] check-in: 256cf12d76 user: redman tags: trunk
02:28
Marked two timing-dependent tests "nonPortable", but I really need to fix these (4.11 and 4.12) check-in: f52b68ccbe user: welch tags: trunk
02:08
Back-fitted notes about my recent changes check-in: 309cad81f8 user: welch tags: trunk
01:58
Fixed handling of connection timeouts. check-in: ad2c691a5a user: welch tags: trunk
1999-07-06
23:55
Removed extra '\' characters at the beginning of the parseOld.test file that were causing "invalid c... check-in: aebd6705b5 user: jenn tags: trunk
23:43
Added entries for 6/25/99 and 6/29/99 reflecting the addition of the tcltest package and all changes... check-in: 0491db6507 user: jenn tags: trunk
22:50
Added entry re: 1999-06-23 changes that created re_syntax(n) page. check-in: bae3599a08 user: jpeek tags: trunk
1999-07-02
22:08
Fix missing declaration of tclStubs check-in: c3d96ae985 user: redman tags: trunk
21:59
Fix Tcl_GetStackedChannel declaration, the function returns a Tcl_Channel, not void. check-in: d88a0ddb9c user: redman tags: trunk
21:50
Block out unix-only code for windows & mac. check-in: 0eb08410e8 user: redman tags: trunk
21:09
Regen the stub files after changes in tcl.decls were made, but the stub files were not regenerated. check-in: 976652f5cb user: redman tags: trunk
20:39
Temporarily disabling core file checking. check-in: 3017d5a542 user: jenn tags: trunk
19:59
Fixed lint found by Jim Ingham check-in: c368b08fea user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel Added new code that modifies the channel in ... check-in: 559c4a45d9 user: welch tags: trunk
19:51
Name change from Tcl_ReplaceChannel to Tcl_StackChannel check-in: 3dfed73236 user: welch tags: trunk
06:41
Improved support for empty array names check-in: 29f911e5bf user: welch tags: trunk
06:05
Added hook points to the notifier check-in: 2575337b01 user: welch tags: trunk
06:05
Added hook points to the notifier Updated Xt tests to use new Tcl_SetNotifier check-in: b68062ca89 user: welch tags: trunk
06:05
Fixed package version number check-in: 0ec7baf04b user: welch tags: trunk
06:04
Added hook points to the notifier check-in: 8a7bc87ac3 user: welch tags: trunk
06:04
Added Tcl_SetNotifier and associated typedef. This lets you hook the notifier procs. check-in: 6889d4e289 user: welch tags: trunk
1999-07-01
23:24
fix to call TclStat instead of TclpStat check-in: 002b63e317 user: redman tags: trunk
23:21
Call TclStat instead of TclpStat in order to allow the stat hooks to work properly. check-in: 5ff61ca415 user: redman tags: trunk
17:36
Changed the tests to use the testConstraints array that the test harness uses instead of the old nam... check-in: 6b946e4c34 user: jenn tags: trunk
16:54
Updated for new package version number check-in: a112554fac user: welch tags: trunk
1999-06-30
22:35
Fix genstubs target. check-in: 66fe41f6a8 user: redman tags: trunk
22:34
Add TclHandle functions to the internal stub table. Remove unused tclStubs.c file. check-in: 17d529bed8 user: redman tags: trunk
18:39
Removed call to obsolete AC_C_CROSS macro. check-in: 5bcc801016 user: wart tags: trunk
17:47
Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel functions. check-in: 3050cfce85 user: welch tags: trunk
17:46
Updated http and ReplaceChannel man pages check-in: 1305a89b07 user: welch tags: trunk
17:43
Fixed -timeout bug to handle connections to dead servers properly. Added http::cleanup function check-in: 910071defe user: welch tags: trunk
05:51
updated dde version from 1.0 to 1.1 check-in: e4b2fadb55 user: hershey tags: trunk
00:17
Added a check to not rename incr unless it's been previously renamed. check-in: b45cab665d user: jenn tags: trunk
00:17
Added a check at the end of the test to not unset variables if they don't exist. check-in: bc368c12a4 user: jenn tags: trunk
1999-06-29
20:14
Added flags -limitconstraints, -preservecore, -help, -file, -notfile, -relateddir, and -asidefromdir... check-in: f368875e9c user: jenn tags: trunk
03:22
Modified the last three tests to run with pcOnly constraint. check-in: fca81e7512 user: jenn tags: trunk
00:25
Adopted Doc patch that changes "unknown_active" to "unknown_pending" check-in: 4c4b368e76 user: welch tags: trunk
1999-06-28
23:49
Applied patch from Peter Hardie (with modifications) to fix Tcl_GetIndexFromObj when the key is "". ... check-in: 4fe945f885 user: redman tags: trunk
19:02
Documented 2 more files that need to be updated when the Tcl version number changes. check-in: 291c4b0434 user: wart tags: trunk
18:23
Fixed test suite to call $tcltest::tcltest instead of $::tcltest (for the name of the executable). check-in: b76cf62cdc user: redman tags: trunk
18:23
Updated versions to 8.2 and 8.2b1 where appropriate. check-in: e7fc3bd90d user: wart tags: trunk
1999-06-27
20:38
updated 8.1 to 8.2 check-in: cbcde3438f user: hershey tags: trunk
1999-06-26
22:41
Added poke command to dde. Changed dde package version to 1.1 Fixed makefile to install tcl8.2 libra... check-in: 8c9bb6b936 user: redman tags: trunk
22:29
Marked on of the string tests non-portable. IRIX thinks that .e1 is a valid double - the spec and ... check-in: b4e7ea6550 user: rjohnson tags: trunk
21:41
Fixed another bug in test suite... check-in: 95f256864f user: rjohnson tags: trunk
21:09
Fixed bug in all.tcl that caused "make test" not to work. The var testsDirectory was getting the w... check-in: c551a52332 user: rjohnson tags: trunk
20:55
Fixed style problems in many of the test files. Fixed bug in pkg.test where defs.tcl was still bein... check-in: dbfd75f43f user: rjohnson tags: trunk