summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* revert changes to TclpStrftime, not needed for internal functions.redman1999-07-225-20/+16
|
* * doc/Utf.3:redman1999-07-229-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 theredman1999-07-222-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++redman1999-07-222-4/+7
| | | | makefile to use 1.1 instead of 1.0.
* * doc/open.n: Added documentation of \\.\comX notation for openingredman1999-07-224-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 "", ashershey1999-07-211-2/+9
| | | | was done in Tcl8.0.5.
* Previous version was a mistake, roll it back.redman1999-07-211-3/+1
|
* * 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]
* added missing '\' at the end of one line (only irix complained about this)hershey1999-07-211-2/+2
|
* Small tweaks to the top-level README to fix typos and wording.jpeek1999-07-212-6/+10
|
* * 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.
* changed http package version from 2.0 to 2.1hershey1999-07-2011-2616/+2622
|
* changed http dir from 2.0 to 2.1hershey1999-07-192-538/+0
|
* Add Tcl_SetNotifier to stubs table. [Bug: 2354]redman1999-07-164-3/+20
|
* * 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.
* Fix minor version number.redman1999-07-161-2/+2
|
* Install files with 82 instead of 81 suffixredman1999-07-151-5/+5
|
* Change version numberredman1999-07-151-0/+0
|
* Deleted sentence as suggested by Scott Stantonjpeek1999-07-141-5/+1
|
* doc/re_syntax.n: Deleted sentence suggested by Scott S.jpeek1999-07-141-0/+4
|
* Makefile.in: fixed cat32.exe buildredman1999-07-132-7/+6
| | | | makefile.vc: fixed calling tcltest.exe
* Add .m4 files and Windows configure.in and Makefile.inredman1999-07-131-1/+8
|
* Change dde package to 1.1redman1999-07-131-2/+2
|
* Merged ChangeLog for 8.2b1redman1999-07-131-1/+105
|
* Removed two notes to myself (oops), cleaned up wording, moved changebars.jpeek1999-07-131-32/+42
|
* Documented tweaks to the tcl/docs/re_syntax.n manpage file.jpeek1999-07-131-0/+5
|
* Catch the cd that sets up the initial value for the testsDirectory variable.jenn1999-07-122-4/+4
|
* Changed version numbers in NMAKE makefile.redman1999-07-111-0/+8
|
* Change version number in NMAKE makefileredman1999-07-111-3/+3
|
* install-man target renamed to "install-doc" to be consistent with TEA spec.wart1999-07-091-3/+3
|
* * 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.
* fixed line termination characterstanton1999-07-091-677/+677
|
* *** empty log message ***stanton1999-07-091-0/+6
|
* * tests/string.test:stanton1999-07-092-4/+7
| | | | | * generic/tclCmdMZ.c: Fixed bug in string range bounds checking code.
* 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.
* * 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]
* Fixed bogus test for env.testrjohnson1999-07-081-9/+4
|
* Do additional checks to unset any environment variables set, changed orjenn1999-07-082-28/+12
| | | | created by the tests.
* Improved test to handle empty env array - (will raise error)rjohnson1999-07-081-1/+4
|
* Fixed a couple of bad registry tests...rjohnson1999-07-081-4/+4
|
* Fixed bug in test suite - remember to update tests whenrjohnson1999-07-081-0/+1
| | | | changing features!!!
* Fixed broken utility function makeFile.rjohnson1999-07-082-14/+4
|
* Made test encoding test understand platform differences.rjohnson1999-07-071-3/+7
|
* * doc/fconfigure.n: Clarified default buffering behavior for thestanton1999-07-072-2/+8
| | | | standard channels. [Bug: 2335]
* New windows serial port driver.redman1999-07-072-810/+491
| | | | [Bug 1980 2217]
* Marked two timing-dependent tests "nonPortable",welch1999-07-071-3/+3
| | | | but I really need to fix these (4.11 and 4.12)
* Back-fitted notes about my recent changeswelch1999-07-071-0/+33
|
* Fixed handling of connection timeouts.welch1999-07-074-4/+16
|
* 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.
* 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.