| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in | redman | 1999-07-09 | 2 | -1/+11 |
|
|
* | 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 |
|
|
* | Removed -asidefromdir and -relateddir flags, removed unused | jenn | 1999-07-09 | 4 | -250/+306 |
|
|
* | * win/Makefile.in: Added tcltest target so runtest works | stanton | 1999-07-08 | 4 | -680/+696 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | New windows serial port driver. | redman | 1999-07-07 | 2 | -810/+491 |
|
|
* | Marked two timing-dependent tests "nonPortable", | welch | 1999-07-07 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Added entries for 6/25/99 and 6/29/99 reflecting the addition of | jenn | 1999-07-06 | 1 | -0/+31 |
|
|
* | 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 |
|
|
* | Block out unix-only code for windows & mac. | redman | 1999-07-02 | 1 | -1/+3 |
|
|
* | Regen the stub files after changes in tcl.decls were made, but the | redman | 1999-07-02 | 1 | -14/+17 |
|
|
* | Temporarily disabling core file checking. | jenn | 1999-07-02 | 2 | -40/+78 |
|
|
* | Fixed lint found by Jim Ingham | welch | 1999-07-02 | 1 | -4/+5 |
|
|
* | Name change from Tcl_ReplaceChannel to Tcl_StackChannel | welch | 1999-07-02 | 4 | -124/+352 |
|
|
* | Name change from Tcl_ReplaceChannel to Tcl_StackChannel | welch | 1999-07-02 | 1 | -31/+38 |
|
|
* | Improved support for empty array names | welch | 1999-07-02 | 3 | -11/+16 |
|
|
* | Added hook points to the notifier | welch | 1999-07-02 | 1 | -1/+20 |
|
|
* | Added hook points to the notifier | welch | 1999-07-02 | 3 | -18/+57 |
|
|
* | Fixed package version number | welch | 1999-07-02 | 1 | -4/+4 |
|
|
* | Added hook points to the notifier | welch | 1999-07-02 | 1 | -1/+20 |
|
|
* | Added Tcl_SetNotifier and associated typedef. | welch | 1999-07-02 | 2 | -2/+52 |
|
|
* | fix to call TclStat instead of TclpStat | redman | 1999-07-01 | 1 | -0/+6 |
|
|
* | Call TclStat instead of TclpStat in order to allow the | redman | 1999-07-01 | 2 | -13/+13 |
|
|
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 25 | -78/+78 |
|
|
* | Updated for new package version number | welch | 1999-07-01 | 4 | -8/+8 |
|
|
* | Fix genstubs target. | redman | 1999-06-30 | 1 | -3/+6 |
|
|
* | Add TclHandle functions to the internal stub table. | redman | 1999-06-30 | 4 | -3291/+51 |
|
|
* | Removed call to obsolete AC_C_CROSS macro. | wart | 1999-06-30 | 1 | -2/+1 |
|
|
* | Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannel | welch | 1999-06-30 | 5 | -18/+371 |
|
|
* | Updated http and ReplaceChannel man pages | welch | 1999-06-30 | 2 | -18/+50 |
|
|
* | Fixed -timeout bug to handle connections to dead servers properly. | welch | 1999-06-30 | 4 | -36/+268 |
|
|
* | updated dde version from 1.0 to 1.1 | hershey | 1999-06-30 | 1 | -4/+3 |
|
|
* | Added a check to not rename incr unless it's been previously | jenn | 1999-06-30 | 1 | -4/+5 |
|
|
* | Added a check at the end of the test to not unset variables if | jenn | 1999-06-30 | 2 | -4/+8 |
|
|
* | Added flags -limitconstraints, -preservecore, -help, -file, -notfile, -relate... | jenn | 1999-06-29 | 7 | -216/+911 |
|
|
* | Modified the last three tests to run with pcOnly constraint. | jenn | 1999-06-29 | 1 | -4/+4 |
|
|