Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hange with socket code (win32) with threads enabled, fixed | redman | 1999-07-22 | 4 | -20/+38 |
| | | | | | the semaphores for threads disabled. Fixed calling of tcltest in Makefile.in (win32) and fixed safe-6.3 for threads enabled. | ||||
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 20 | -82/+139 |
| | | | | | | | | | | | | | | | | | | * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427] | ||||
* | Applied patch for info complete. [Bug: 2382] | redman | 1999-07-22 | 3 | -4/+15 |
| | |||||
* | revert changes to TclpStrftime, not needed for internal functions. | redman | 1999-07-22 | 5 | -20/+16 |
| | |||||
* | * doc/Utf.3: | redman | 1999-07-22 | 9 | -31/+44 |
| | | | | | | | | | | | | | * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecls.h: * generic/tclUtf.c: * compat/strftime.c: * unix/tclUnixTime.c: Changed function declarations in non-platform-specific APIs to use "unsigned long" instead of "size_t", which may not be defined on certain compilers (rather than include sys/types.h, which may not exist). | ||||
* | * unix/Makefile.in: Added the Windows configure script to the | redman | 1999-07-22 | 2 | -1/+6 |
| | | | | | distribution file list, already shipping configure.in and the .m4 files, but needed the configure script itself. | ||||
* | * win/makefile.vc: Changed version number of DDE package in VC++ | redman | 1999-07-22 | 2 | -4/+7 |
| | | | | makefile to use 1.1 instead of 1.0. | ||||
* | * 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 |
| |