summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * tests/fCmd.test: Run tests with the [temporaryDirectory] asdgp2003-10-072-1/+8
| | | | | the current directory, so that tests can depend on ability to write files. [Bug 575837]
* * doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentationdgp2003-10-072-3/+8
| | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]
* typodgp2003-10-071-1/+1
|
* * tests/io.test: Corrected several tests that failed when pathsdgp2003-10-073-38/+28
| | | | * tests/ioCmd.test: included regexp-special chars. [Bug 775394]
* * tests/regexp.test: Matched [makeFile] with [removeFile].dgp2003-10-073-11/+22
| | | | * tests/regexpComp.test: [Bug 675652]
* * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitutiondgp2003-10-063-5/+26
| | | | | | | happens, not for any particular result. [Bug 685991] * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta releases of Tcl are not favored. [Bug 608698]
* * tests/reg.test: Corrected duplicate test names.dgp2003-10-063-4/+7
| | | | * tests/resource.test: [Bugs 710370, 710358]
* * tests/cmdMZ.test: Updated [package require tcltest] lines todgp2003-10-066-9/+17
| | | | | | | * tests/fileSystem.test: indiciate that these test files * tests/notify.test: use features of tcltest 2. [Bug 706114] * tests/parseExpr.test: * tests/unixNotfy.test:
* filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-064-37/+85
|
* * win/tclWinPipe.c: fixed a bug in BuildCommandLine.mdejong2003-10-042-2/+10
| | | | | | This bug built a command line with a missing space between tclpipe.dll and the following arguments. It caused error in Windows 98 when exec command.com (e.g. dir) [Bug 789040]
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-033-22/+75
| | | | | * generic/tclCmdMZ.c: and execution traces that caused access to freed memory in trace-32.1. [Bug 811483].
* backporting of filesystem tests, docsvincentdarley2003-10-038-37/+155
|
* new tests for reported problems, fixes to followvincentdarley2003-10-032-4/+112
|
* FileSystem.3vincentdarley2003-10-031-8/+16
|
* * README: Bumped patch level to 8.4.5 to preparedgp2003-10-0212-89/+95
| | | | | | | | | | | | | | | * generic/tcl.h: for next patch release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: * library/http/http.tcl: Bumped to http 2.4.5 * library/http/pkgIndex.tcl:
* * macosx/Makefile: fixed redo prebinding bug when DESTDIR="".das2003-10-013-5/+10
| | | | * mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes).
* * generic/tclBasic.c (CallCommandTraces): Added safety bitdgp2003-09-293-18/+35
| | | | | | | | * tests/trace.test: masking to prevent any of the bit values TCL_TRACE_*_EXEC from leaking into the flags field of any Command struct. This does not fix [Bug 811483] but helps to contain some of its worst symptoms. Also backported the corrections to test trace-28.4 from Vince Darley.
* Correctly check the types of boolean options to http::geturl [Bug 811170]dkf2003-09-292-5/+15
|
* Added note to make it clearer that frameworks are an OSX feature [Bug 619440]dkf2003-09-293-2/+7
|
* no messagedavygrvy2003-09-281-1/+1
|
* no messagedavygrvy2003-09-281-0/+7
|
* The windows port of expect can call TclWinAddProcess before anydavygrvy2003-09-281-1/+4
| | | | | of the other pipe functions. Added a missing PipeInit() call to make sure the initialization happens.
* * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overriddendas2003-09-252-10/+14
| | | | on command line. Replaced explict use of /usr/bin by ${BINDIR}.
* add thanksdgp2003-09-241-1/+1
|
* * generic/tclCmdMZ.c (): Fixed [Bug 807243] wheredgp2003-09-243-2/+59
| | | | | | * tests/trace.test (trace-31,32.*): the introspection results of both [trace info command] and [trace info execution] were getting co-mingled. Thanks to Mark Saye for the report.
* * library/init.tcl (auto_load, auto_import): Expanded Eric Melski'sdgp2003-09-232-16/+24
| | | | | | 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of [info commands] on input data, where glob-special characters could cause problems.
* * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs toMiguel Sofer2003-09-193-18/+90
| | | | | protect all calls that may cause traces on ::errorInfo or ::errorCode to corrupt the stack [Bug 804681]
* * library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4dgp2003-09-103-5/+10
| | | | * library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1.
* credit updatedgp2003-09-081-1/+1
|
* && of the constraints is the default; need not be specified.dgp2003-09-041-3/+3
|
* Typo correction: knownbug -> knownBugdgp2003-09-041-2/+2
|
* Backported fix from HEAD for Bug 788780vasiljevic2003-09-012-3/+7
|
* additinal performance tweak to last commitdgp2003-08-271-3/+14
|
* * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-273-28/+61
| | | | | | TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped spaces were handled incorrectly. * tests/util.test: Added new tests util-8.[2-6].
* * tests/util.test: Added new tests for remaining TclNeedSpace()dgp2003-08-272-1/+41
| | | | bugs discussed in [Bug 411825].
* * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus andhobbs2003-08-062-9/+21
| | | | Windows CE platform.
* * library/msgcat/msgcat.tcl: Added escape so that non-Windowsdgp2003-08-063-5/+19
| | | | | | * library/msgcat/pkgIndex.tcl: platforms do not try to use the registry package. This can save a costly and pointless package search. Bumped to 1.3.1. Thanks to "imdave1". [Bug 781609].
* * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):Miguel Sofer2003-08-052-4/+39
| | | | | | | | added a Tcl_ResetResult(interp) at each point where the interp's result is pushed onto the stack, to avoid keeping an extra reference that may cause costly Tcl_Obj duplication [Bug 781585] Detected by Franco Violi, analyzed by Peter Spjuth and Donal Fellows.
* *** empty log message ***rmax2003-07-241-0/+6
|
* * tests/pkgMkIndex.test: Added a test for [pkg_mkIndex -verbose].rmax2003-07-241-1/+9
|
* * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose.rmax2003-07-241-2/+2
|
* * win/tclWinReg.c: Incremented the version to 1.1.2.patthoyts2003-07-233-4/+5
| | | | * library/reg/pkgIndex.tcl:
* * unix/Makefile.in: changes to html-tcl & html-tkdas2003-07-232-5/+12
| | | | targets for compatibility with non-gnu makes.
* * unix/Makefile.in: added macosx/README to dist target.das2003-07-232-1/+6
|
* * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976patthoyts2003-07-222-2/+7
| | | | which causes the registry set command to fail when built with VC7.
* note 8.4.4 tag datecore_8_4_4hobbs2003-07-211-0/+6
|
* typo correctionshobbs2003-07-211-4/+4
|
* Updated changes for 8.4.4 releasedgp2003-07-212-2/+43
|
* * macosx/Makefile: added option to allow installing manpagesdas2003-07-192-6/+20
| | | | in addition to default html help.
* * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-186-33/+82
| | | | | | | * generic/tclCompile.c: truncation of UTF-8 strings that might * generic/tclProc.c: break apart a multi-byte character. * library/init.tcl: [Bug 760872] * tests/init.test: