summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Removed call to obsolete AC_C_CROSS macro.wart1999-06-301-2/+1
|
* Initial version of the Tcl_ReplaceChannel and Tcl_UndoReplaceChannelwelch1999-06-305-18/+371
| | | | functions.
* Updated http and ReplaceChannel man pageswelch1999-06-302-18/+50
|
* Fixed -timeout bug to handle connections to dead servers properly.welch1999-06-304-36/+268
| | | | Added http::cleanup function
* updated dde version from 1.0 to 1.1hershey1999-06-301-4/+3
|
* Added a check to not rename incr unless it's been previouslyjenn1999-06-301-4/+5
| | | | renamed.
* Added a check at the end of the test to not unset variables ifjenn1999-06-302-4/+8
| | | | they don't exist.
* Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵jenn1999-06-297-216/+911
| | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates.
* Modified the last three tests to run with pcOnly constraint.jenn1999-06-291-4/+4
|
* Adopted Doc patch that changes "unknown_active" to "unknown_pending"welch1999-06-291-3/+4
|
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-285-5/+54
| | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note.
* Documented 2 more files that need to be updated when the Tcl versionwart1999-06-281-1/+3
| | | | number changes.
* Fixed test suite to call $tcltest::tcltest instead of $::tcltestredman1999-06-281-2/+2
| | | | (for the name of the executable).
* Updated versions to 8.2 and 8.2b1 where appropriate.wart1999-06-282-34/+34
|
* updated 8.1 to 8.2hershey1999-06-271-2/+2
|
* Added poke command to dde.redman1999-06-268-35/+96
| | | | | | Changed dde package version to 1.1 Fixed makefile to install tcl8.2 library correctly Fixed dll names in pkgIndex files for dde and reg
* Marked on of the string tests non-portable. IRIX thinks thatrjohnson1999-06-261-2/+6
| | | | | .e1 is a valid double - the spec and most other UNIX systems do not think it's valid.
* Fixed another bug in test suite...rjohnson1999-06-261-1/+2
|
* Fixed bug in all.tcl that caused "make test" not to work. The varrjohnson1999-06-261-1/+3
| | | | | | testsDirectory was getting the wrong value. It was set to the workingDir - but when running all.tcl it should be set to the same dir as all.tcl.
* Fixed style problems in many of the test files.rjohnson1999-06-2652-124/+125
| | | | Fixed bug in pkg.test where defs.tcl was still being used.
* Export functions for TclHandleredman1999-06-261-5/+5
|
* Added tcltest to the list of packages to installjenn1999-06-261-3/+3
|
* Added package tcltest to the list of packages to install.jenn1999-06-261-4/+4
|
* Modified the tests to use the package tcltestjenn1999-06-26121-1872/+597
|
* Adding package tcltest; this replaces the original defs.tcl filejenn1999-06-264-0/+2496
| | | | that was a part of the test suite.
* This file contains what used to be in the tests/README filejenn1999-06-261-0/+542
| | | | and documents the tcltest package.
* Changed so unix always maps ckalloc to Tcl_Alloc or Tcl_DbCkAlloc to avoidredman1999-06-261-15/+8
| | | | problems with mixed TCL_MEM_DEBUG modes.
* Changed to Tcl 8.2b1welch1999-06-251-4/+4
|
* Added note about win/configure.in needing a version changewelch1999-06-251-1/+2
|
* Fixed return value in doc.welch1999-06-251-6/+5
|
* Changed to Tcl 8.2b1welch1999-06-259-42/+41
|
* Added man page for Tcl_Replace Channel and TclUndoReplaceChannelwelch1999-06-251-0/+75
|
* * tests/reg.test:stanton1999-06-253-28/+77
| | | | * generic/regexec.c: Fixed bugs in non-greedy quantifiers.
* Moved description of regular expression syntax from regexp.n into ajpeek1999-06-248-911/+948
| | | | | new re_syntax.n page. Modified other pages' references to regexp(n). Added a few new "see also" entries pointing to re_syntax(n).
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-249-722/+925
| | | | | | | | | | | | | * tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes.
* One more try at fixing the TCL_LIBRARY problemwart1999-06-221-3/+4
|
* TCL_LIBRARY is now set in the Makefilewart1999-06-221-1/+3
|
* *** empty log message ***stanton1999-06-211-0/+5
|
* * unix/tclUnixThrd.c (TclpThreadCreate): Fixed memory leak wherestanton1999-06-211-3/+7
| | | | thread attributes were not being released. [Bug: 2254]
* Merged with tk defs.tcl filejenn1999-06-191-16/+12
|
* Reflects recent changes in tcl.m4 (compiler warnings)wart1999-06-191-2/+2
|
* Modifications to correct CC_EXENAME macro.redman1999-06-182-2/+2
|
* Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first.redman1999-06-171-1/+1
|
* *** empty log message ***stanton1999-06-171-0/+29
|
* * doc/RegExp.3: Documented the new regexp interfaces andstanton1999-06-171-24/+238
| | | | the compile/execute flags.
* * generic/tclTest.c:stanton1999-06-177-128/+188
| | | | | | | | | | | | * generic/tclRegexp.h: * generic/tclRegexp.c: * generic/tcl.h: * generic/tcl.decls: Renamed Tcl_RegExpMatchObj to Tcl_RegExpExecObj and added a new Tcl_RegExpMatchObj that is equivalent to Tcl_RegExpMatch. Added public macros for the regexp compile/execute flags. Changed to store either an object pointer or a string pointer in the TclRegexp structure. Changed to avoid adding a reference to the object or copying the string.
* * tests/regexp.test:stanton1999-06-173-36/+81
| | | | | | * generic/tclCmdMZ.c: * generic/tclCmdIL.c: Changed to use new regexp interfaces. Added -expanded, -line, -linestop, and -lineanchor switches to regsub.
* * generic/regcomp.c: lintstanton1999-06-174-2/+12
| | | | | | | | * tests/reg.test: * generic/regex.h: * generic/regc_lex.c: Added REG_BOSONLY flag to allow Expect to iterate through a string an only find matches that start at the current position within the string.