summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * win/tclWinSock.c: Modified 8.1.0 version of the Win32 socketredman1999-07-213-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] FossilOrigin-Name: 74cee245ff2e963c09302194fea699fc620eb1dc
* added missing '\' at the end of one line (only irix complained about this)hershey1999-07-211-2/+2
| | | FossilOrigin-Name: 323fd26f82774249586ae086a4b1b49992d184e5
* Small tweaks to the top-level README to fix typos and wording.jpeek1999-07-212-6/+10
| | | FossilOrigin-Name: 384e1d2bd9f390eea94311878d947b71f24f38aa
* * generic/tclInitScript.h:hershey1999-07-214-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. FossilOrigin-Name: 0d9e2ba09f2c97ca092a6cc055bebc33e8dbced7
* changed http package version from 2.0 to 2.1hershey1999-07-2011-2616/+2622
| | | FossilOrigin-Name: fda7557642412010ee7cce13858a8498b662b5f7
* changed http dir from 2.0 to 2.1hershey1999-07-192-538/+0
| | | FossilOrigin-Name: 124ac761ed4a78e9c54c344b5ef1590acd9869c1
* Add Tcl_SetNotifier to stubs table. [Bug: 2354]redman1999-07-164-3/+20
| | | FossilOrigin-Name: 0fdd9484f551f253b240662a17d511f8ccaf5587
* * unix/aclocal.m4:redman1999-07-164-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. FossilOrigin-Name: 72240a3a0aec40deab7a91c0a51e9e0750d89dd6
* Fix minor version number.redman1999-07-161-2/+2
| | | FossilOrigin-Name: f5eb99468e55e2b72a437cbb445de9c02db03166
* Install files with 82 instead of 81 suffixredman1999-07-151-5/+5
| | | FossilOrigin-Name: 55cb269e12515e56edcbd7127460994b4ad83a6b
* Change version numberredman1999-07-151-0/+0
| | | FossilOrigin-Name: 38e7639e65b187db34e87e52005cb389596c221c
* Deleted sentence as suggested by Scott Stantonjpeek1999-07-141-5/+1
| | | FossilOrigin-Name: b4d75c8e7d37b176ee40ffcefa6c1b12c530317e
* doc/re_syntax.n: Deleted sentence suggested by Scott S.jpeek1999-07-141-0/+4
| | | FossilOrigin-Name: d7e9fff01e087c2870e33c0bdfcb0ab0d88e6188
* Makefile.in: fixed cat32.exe buildredman1999-07-132-7/+6
| | | | | | makefile.vc: fixed calling tcltest.exe FossilOrigin-Name: 580b6853c561ac63642d7f50c5ccb44ca37673dc
* Add .m4 files and Windows configure.in and Makefile.inredman1999-07-131-1/+8
| | | FossilOrigin-Name: 830c41e50eefa1f1c6ec39c352e13b4aefdf83ef
* Change dde package to 1.1redman1999-07-131-2/+2
| | | FossilOrigin-Name: 9bd199dc6c5d45cb685e1c7387a8c7d6e0b83065
* Merged ChangeLog for 8.2b1redman1999-07-131-1/+105
| | | FossilOrigin-Name: 85be69819fd6e6a1698eaf6c8a24f1d36ea5b4b2
* Removed two notes to myself (oops), cleaned up wording, moved changebars.jpeek1999-07-131-32/+42
| | | FossilOrigin-Name: 9b72e5aa5569672e685b2ea84c20205a5f9a946d
* Documented tweaks to the tcl/docs/re_syntax.n manpage file.jpeek1999-07-131-0/+5
| | | FossilOrigin-Name: eba33a5ca74b713b2ca4f890e73d81eab989d3aa
* Catch the cd that sets up the initial value for the testsDirectory variable.jenn1999-07-122-4/+4
| | | FossilOrigin-Name: aa7feb0ac06de1af78c77d7196eadbc594ef4e79
* Changed version numbers in NMAKE makefile.redman1999-07-111-0/+8
| | | FossilOrigin-Name: 2ea86e8bdf636655d2bc09dd618170e378accf48
* Change version number in NMAKE makefileredman1999-07-111-3/+3
| | | FossilOrigin-Name: b1cd1cf0ff292b7cbda75d1017e72275f0d97a9c
* install-man target renamed to "install-doc" to be consistent with TEA spec.wart1999-07-091-3/+3
| | | FossilOrigin-Name: b01449ac9bb713bad4394a1d449d08617377fa2c
* * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX inredman1999-07-092-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. FossilOrigin-Name: fd326b93fae324d879efbd731c8c9cb8c4511dad
* fixed line termination characterstanton1999-07-091-677/+677
| | | FossilOrigin-Name: 77df520e96866bfe9f5c75382629631754568146
* *** empty log message ***stanton1999-07-091-0/+6
| | | FossilOrigin-Name: 828e9399bfc172eb527c33655eaad6cedc3b0e6d
* * tests/string.test:stanton1999-07-092-4/+7
| | | | | | | * generic/tclCmdMZ.c: Fixed bug in string range bounds checking code. FossilOrigin-Name: 614b32f8b0ae5f2fb68aab00d05ef740495debb6
* Removed -asidefromdir and -relateddir flags, removed unusedjenn1999-07-094-250/+306
| | | | | | | ::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations. FossilOrigin-Name: c5abb670a1d0388aa25c2d0c395a9f3dacfa53d9
* * win/Makefile.in: Added tcltest target so runtest worksstanton1999-07-084-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] FossilOrigin-Name: bd1fc18299a6a335579f3ebcc418c9ff3f5147a7
* Fixed bogus test for env.testrjohnson1999-07-081-9/+4
| | | FossilOrigin-Name: 931d254c68f58ad3e2758f1f48cfbc7f7c2ff321
* Do additional checks to unset any environment variables set, changed orjenn1999-07-082-28/+12
| | | | | | created by the tests. FossilOrigin-Name: 8163db91b2dbbfb6a4f30b20849f138e15d5150f
* Improved test to handle empty env array - (will raise error)rjohnson1999-07-081-1/+4
| | | FossilOrigin-Name: 49ec7aac3ecbb1585e0098aedd14def544070f20
* Fixed a couple of bad registry tests...rjohnson1999-07-081-4/+4
| | | FossilOrigin-Name: 030703c01e271ff89fd93a078986904515e809f4
* Fixed bug in test suite - remember to update tests whenrjohnson1999-07-081-0/+1
| | | | | | changing features!!! FossilOrigin-Name: 2d21c464408c76004d5e063c60f4bf7b2ba8540d
* Fixed broken utility function makeFile.rjohnson1999-07-082-14/+4
| | | FossilOrigin-Name: 7c29ca5cd1cff4d6d699974797155c292e24cd3a
* Made test encoding test understand platform differences.rjohnson1999-07-071-3/+7
| | | FossilOrigin-Name: f6d0bb0e6ae4cb484caaa998910d08c24061a2bb
* * doc/fconfigure.n: Clarified default buffering behavior for thestanton1999-07-072-2/+8
| | | | | | standard channels. [Bug: 2335] FossilOrigin-Name: 842d60e737d81ae1ca17d7da2e4db85af82fff76
* New windows serial port driver.redman1999-07-072-810/+491
| | | | | | [Bug 1980 2217] FossilOrigin-Name: 256cf12d769d0d35dd56523ca011b7ab96d4ec1f
* Marked two timing-dependent tests "nonPortable",welch1999-07-071-3/+3
| | | | | | but I really need to fix these (4.11 and 4.12) FossilOrigin-Name: f52b68ccbe7040310be7a9a10849f7a32520de39
* Back-fitted notes about my recent changeswelch1999-07-071-0/+33
| | | FossilOrigin-Name: 309cad81f8c0796a94cd72dc60974ceb9ad957a4
* Fixed handling of connection timeouts.welch1999-07-074-4/+16
| | | FossilOrigin-Name: ad2c691a5a572a677a6035b511983dae61bdfe8e
* Removed extra '\' characters at the beginning of the parseOld.testjenn1999-07-061-2/+2
| | | | | | | file that were causing "invalid command" messages whenever the test was run. FossilOrigin-Name: aebd6705b5c178de57413d458394c08c31795422
* Added entries for 6/25/99 and 6/29/99 reflecting the addition ofjenn1999-07-061-0/+31
| | | | | | the tcltest package and all changes associated with it. FossilOrigin-Name: 0491db6507c4465f60af1df69bd9c16ecedd1d0d
* Added entry re: 1999-06-23 changes that created re_syntax(n) page.jpeek1999-07-061-0/+11
| | | FossilOrigin-Name: bae3599a083a7a4092635ddfe2a555911d10b95b
* Fix missing declaration of tclStubsredman1999-07-021-1/+2
| | | FossilOrigin-Name: c3d96ae9857c2c0b2aa1afe85807d7f514bb8ecc
* Fix Tcl_GetStackedChannel declaration, the functionredman1999-07-022-5/+5
| | | | | | returns a Tcl_Channel, not void. FossilOrigin-Name: d88a0ddb9cce3dc2e398ca68aa1c4fe82d88d797
* Block out unix-only code for windows & mac.redman1999-07-021-1/+3
| | | FossilOrigin-Name: 0eb08410e8ff8d3d32fc6cfe9ed336e4b744ec5b
* Regen the stub files after changes in tcl.decls were made, but theredman1999-07-021-14/+17
| | | | | | stub files were not regenerated. FossilOrigin-Name: 976652f5cb9081b8e95cd66a49c667663fe81bc6
* Temporarily disabling core file checking.jenn1999-07-022-40/+78
| | | FossilOrigin-Name: 3017d5a542cf5f5f953dee2095b229869fa8e11c
* Fixed lint found by Jim Inghamwelch1999-07-021-4/+5
| | | FossilOrigin-Name: c368b08fea1e32331eecfb0811e6dbcaff19b9c8