summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Added entry re: 1999-06-23 changes that created re_syntax(n) page.jpeek1999-07-061-0/+11
|
* Fix missing declaration of tclStubsredman1999-07-021-1/+2
|
* Fix Tcl_GetStackedChannel declaration, the functionredman1999-07-022-5/+5
| | | | returns a Tcl_Channel, not void.
* Block out unix-only code for windows & mac.redman1999-07-021-1/+3
|
* Regen the stub files after changes in tcl.decls were made, but theredman1999-07-021-14/+17
| | | | stub files were not regenerated.
* Temporarily disabling core file checking.jenn1999-07-022-40/+78
|
* Fixed lint found by Jim Inghamwelch1999-07-021-4/+5
|
* Name change from Tcl_ReplaceChannel to Tcl_StackChannelwelch1999-07-024-124/+352
| | | | Added new code that modifies the channel in place.
* Name change from Tcl_ReplaceChannel to Tcl_StackChannelwelch1999-07-021-31/+38
|
* Improved support for empty array nameswelch1999-07-023-11/+16
|
* Added hook points to the notifierwelch1999-07-021-1/+20
|
* Added hook points to the notifierwelch1999-07-023-18/+57
| | | | Updated Xt tests to use new Tcl_SetNotifier
* Fixed package version numberwelch1999-07-021-4/+4
|
* Added hook points to the notifierwelch1999-07-021-1/+20
|
* Added Tcl_SetNotifier and associated typedef.welch1999-07-022-2/+52
| | | | This lets you hook the notifier procs.
* fix to call TclStat instead of TclpStatredman1999-07-011-0/+6
|
* Call TclStat instead of TclpStat in order to allow theredman1999-07-012-13/+13
| | | | stat hooks to work properly.
* Changed the tests to use the testConstraints array that thejenn1999-07-0125-78/+78
| | | | test harness uses instead of the old name (testConfig).
* Updated for new package version numberwelch1999-07-014-8/+8
|
* Fix genstubs target.redman1999-06-301-3/+6
|
* Add TclHandle functions to the internal stub table.redman1999-06-304-3291/+51
| | | | Remove unused tclStubs.c file.