Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * doc/open.n: Added documentation of \\.\comX notation for opening | redman | 1999-07-22 | 4 | -97/+178 |
| | | | | | | | | | | | serial ports on Windows (alternative to comX:). * tests/ioCmd.test: * doc/open.n: * win/tclWinSerial.c: Applied patch from Rolf Schroedter to add -pollinterval option to fconfigure to modify the maxblocktime used in the fileevent polling. Added documentation and fixed the test case as well. | ||||
* | added a line to initialize the tclDefaultLibrary tcl global var to "", as | hershey | 1999-07-21 | 1 | -2/+9 |
| | | | | was done in Tcl8.0.5. | ||||
* | Previous version was a mistake, roll it back. | redman | 1999-07-21 | 1 | -3/+1 |
| | |||||
* | * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socket | redman | 1999-07-21 | 3 | -2280/+2434 |
| | | | | | | | | | driver to move the handling of the socket event window in a separate thread. It also turned out that Win95 & Win98 were, in some cases, getting multiple FD_ACCEPTs but only handling one. Added a count for the FD_ACCEPT to take care of this. Tested on NT4 SP3, NT4 SP4, Win95, and Win98. [Bug: 2178 2256 2259 2329 2323 2355] | ||||
* | added missing '\' at the end of one line (only irix complained about this) | hershey | 1999-07-21 | 1 | -2/+2 |
| | |||||
* | Small tweaks to the top-level README to fix typos and wording. | jpeek | 1999-07-21 | 2 | -6/+10 |
| | |||||
* | * generic/tclInitScript.h: | hershey | 1999-07-21 | 4 | -26/+62 |
| | | | | | | | | | * unix/tclUnixInit.c: merged code with 8.0.5. We now use an intermediate global tcl var "tclDefaultLibrary" to keep the "tcl_library" var from being set by the default value in the Makefile. Also fixed a bug in which caused the value of TCL_LIBRARY env var to be ignored. * unix/tclWinInit.c: just updated some comments. | ||||
* | changed http package version from 2.0 to 2.1 | hershey | 1999-07-20 | 11 | -2616/+2622 |
| | |||||
* | changed http dir from 2.0 to 2.1 | hershey | 1999-07-19 | 2 | -538/+0 |
| | |||||
* | Add Tcl_SetNotifier to stubs table. [Bug: 2354] | redman | 1999-07-16 | 4 | -3/+20 |
| | |||||
* | * unix/aclocal.m4: | redman | 1999-07-16 | 4 | -14/+21 |
| | | | | | | | | * unix/tcl.m4: Add check for Alpha/Linux to correct the IEEE floating flag to the compiler, should be -mieee. Patch from Don Porter. * tools/tcl.hpj.in: Change version number of .cnt file referenced in .HPJ file. | ||||
* | Fix minor version number. | redman | 1999-07-16 | 1 | -2/+2 |
| | |||||
* | Install files with 82 instead of 81 suffix | redman | 1999-07-15 | 1 | -5/+5 |
| | |||||
* | Change version number | redman | 1999-07-15 | 1 | -0/+0 |
| | |||||
* | Deleted sentence as suggested by Scott Stanton | jpeek | 1999-07-14 | 1 | -5/+1 |
| | |||||
* | doc/re_syntax.n: Deleted sentence suggested by Scott S. | jpeek | 1999-07-14 | 1 | -0/+4 |
| | |||||
* | Makefile.in: fixed cat32.exe build | redman | 1999-07-13 | 2 | -7/+6 |
| | | | | makefile.vc: fixed calling tcltest.exe | ||||
* | Add .m4 files and Windows configure.in and Makefile.in | redman | 1999-07-13 | 1 | -1/+8 |
| | |||||
* | Change dde package to 1.1 | redman | 1999-07-13 | 1 | -2/+2 |
| | |||||
* | Merged ChangeLog for 8.2b1 | redman | 1999-07-13 | 1 | -1/+105 |
| | |||||
* | Removed two notes to myself (oops), cleaned up wording, moved changebars. | jpeek | 1999-07-13 | 1 | -32/+42 |
| | |||||
* | Documented tweaks to the tcl/docs/re_syntax.n manpage file. | jpeek | 1999-07-13 | 1 | -0/+5 |
| | |||||
* | Catch the cd that sets up the initial value for the testsDirectory variable. | jenn | 1999-07-12 | 2 | -4/+4 |
| | |||||
* | Changed version numbers in NMAKE makefile. | redman | 1999-07-11 | 1 | -0/+8 |
| | |||||
* | Change version number in NMAKE makefile | redman | 1999-07-11 | 1 | -3/+3 |
| | |||||
* | install-man target renamed to "install-doc" to be consistent with TEA spec. | wart | 1999-07-09 | 1 | -3/+3 |
| | |||||
* | * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in | redman | 1999-07-09 | 2 | -1/+11 |
| | | | | | | the configure script so that substitutions get expanded before being placed in the Makefile. The "d" portion for debug libraries and DLLs was not being set properly. | ||||
* | fixed line termination character | stanton | 1999-07-09 | 1 | -677/+677 |
| | |||||
* | *** empty log message *** | stanton | 1999-07-09 | 1 | -0/+6 |
| | |||||
* | * tests/string.test: | stanton | 1999-07-09 | 2 | -4/+7 |
| | | | | | * generic/tclCmdMZ.c: Fixed bug in string range bounds checking code. | ||||
* | Removed -asidefromdir and -relateddir flags, removed unused | jenn | 1999-07-09 | 4 | -250/+306 |
| | | | | | ::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations. | ||||
* | * win/Makefile.in: Added tcltest target so runtest works | stanton | 1999-07-08 | 4 | -680/+696 |
| | | | | | | | | properly. Added missing names to the clean/distclean targets. * tests/reg.test: * generic/rege_dfa.c: Applied fix supplied by Henry Spencer for bug in DFA state caching under lookahead conditions. [Bug: 2318] | ||||
* | Fixed bogus test for env.test | rjohnson | 1999-07-08 | 1 | -9/+4 |
| | |||||
* | Do additional checks to unset any environment variables set, changed or | jenn | 1999-07-08 | 2 | -28/+12 |
| | | | | created by the tests. | ||||
* | Improved test to handle empty env array - (will raise error) | rjohnson | 1999-07-08 | 1 | -1/+4 |
| | |||||
* | Fixed a couple of bad registry tests... | rjohnson | 1999-07-08 | 1 | -4/+4 |
| | |||||
* | Fixed bug in test suite - remember to update tests when | rjohnson | 1999-07-08 | 1 | -0/+1 |
| | | | | changing features!!! | ||||
* | Fixed broken utility function makeFile. | rjohnson | 1999-07-08 | 2 | -14/+4 |
| | |||||
* | Made test encoding test understand platform differences. | rjohnson | 1999-07-07 | 1 | -3/+7 |
| | |||||
* | * doc/fconfigure.n: Clarified default buffering behavior for the | stanton | 1999-07-07 | 2 | -2/+8 |
| | | | | standard channels. [Bug: 2335] | ||||
* | New windows serial port driver. | redman | 1999-07-07 | 2 | -810/+491 |
| | | | | [Bug 1980 2217] | ||||
* | Marked two timing-dependent tests "nonPortable", | welch | 1999-07-07 | 1 | -3/+3 |
| | | | | but I really need to fix these (4.11 and 4.12) | ||||
* | Back-fitted notes about my recent changes | welch | 1999-07-07 | 1 | -0/+33 |
| | |||||
* | Fixed handling of connection timeouts. | welch | 1999-07-07 | 4 | -4/+16 |
| | |||||
* | Removed extra '\' characters at the beginning of the parseOld.test | jenn | 1999-07-06 | 1 | -2/+2 |
| | | | | | file that were causing "invalid command" messages whenever the test was run. | ||||
* | Added entries for 6/25/99 and 6/29/99 reflecting the addition of | jenn | 1999-07-06 | 1 | -0/+31 |
| | | | | the tcltest package and all changes associated with it. | ||||
* | Added entry re: 1999-06-23 changes that created re_syntax(n) page. | jpeek | 1999-07-06 | 1 | -0/+11 |
| | |||||
* | Fix missing declaration of tclStubs | redman | 1999-07-02 | 1 | -1/+2 |
| | |||||
* | Fix Tcl_GetStackedChannel declaration, the function | redman | 1999-07-02 | 2 | -5/+5 |
| | | | | returns a Tcl_Channel, not void. | ||||
* | Block out unix-only code for windows & mac. | redman | 1999-07-02 | 1 | -1/+3 |
| |