Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the length | dkf | 2003-10-08 | 4 | -11/+57 |
| | | | | because of a negative 'length' parameter. [Bug 769812] | ||||
* | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 2 | -369/+368 |
| | | | | | | | | | * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test: | ||||
* | sync | dgp | 2003-10-07 | 1 | -2/+6 |
| | |||||
* | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 7 | -190/+320 |
| | | | | | | | | * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/ioCmd.test: operations. Also backported some * tests/pid.test: other fixes from the HEAD. * tests/socket.test: [Bugs 675605, 675655] * tests/source.test: | ||||
* | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp | 2003-10-07 | 2 | -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 documentation | dgp | 2003-10-07 | 2 | -3/+8 |
| | | | | to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537] | ||||
* | typo | dgp | 2003-10-07 | 1 | -1/+1 |
| | |||||
* | * tests/io.test: Corrected several tests that failed when paths | dgp | 2003-10-07 | 3 | -38/+28 |
| | | | | * tests/ioCmd.test: included regexp-special chars. [Bug 775394] | ||||
* | * tests/regexp.test: Matched [makeFile] with [removeFile]. | dgp | 2003-10-07 | 3 | -11/+22 |
| | | | | * tests/regexpComp.test: [Bug 675652] | ||||
* | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp | 2003-10-06 | 3 | -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. | dgp | 2003-10-06 | 3 | -4/+7 |
| | | | | * tests/resource.test: [Bugs 710370, 710358] | ||||
* | * tests/cmdMZ.test: Updated [package require tcltest] lines to | dgp | 2003-10-06 | 6 | -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 inconsistency | vincentdarley | 2003-10-06 | 4 | -37/+85 |
| | |||||
* | * win/tclWinPipe.c: fixed a bug in BuildCommandLine. | mdejong | 2003-10-04 | 2 | -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 command | dgp | 2003-10-03 | 3 | -22/+75 |
| | | | | | * generic/tclCmdMZ.c: and execution traces that caused access to freed memory in trace-32.1. [Bug 811483]. | ||||
* | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 8 | -37/+155 |
| | |||||
* | new tests for reported problems, fixes to follow | vincentdarley | 2003-10-03 | 2 | -4/+112 |
| | |||||
* | FileSystem.3 | vincentdarley | 2003-10-03 | 1 | -8/+16 |
| | |||||
* | * README: Bumped patch level to 8.4.5 to prepare | dgp | 2003-10-02 | 12 | -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="". | das | 2003-10-01 | 3 | -5/+10 |
| | | | | * mac/tclMacResource.c: fixed possible NULL dereference (bdesgraupes). | ||||
* | * generic/tclBasic.c (CallCommandTraces): Added safety bit | dgp | 2003-09-29 | 3 | -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] | dkf | 2003-09-29 | 2 | -5/+15 |
| | |||||
* | Added note to make it clearer that frameworks are an OSX feature [Bug 619440] | dkf | 2003-09-29 | 3 | -2/+7 |
| | |||||
* | no message | davygrvy | 2003-09-28 | 1 | -1/+1 |
| | |||||
* | no message | davygrvy | 2003-09-28 | 1 | -0/+7 |
| | |||||
* | The windows port of expect can call TclWinAddProcess before any | davygrvy | 2003-09-28 | 1 | -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 overridden | das | 2003-09-25 | 2 | -10/+14 |
| | | | | on command line. Replaced explict use of /usr/bin by ${BINDIR}. | ||||
* | add thanks | dgp | 2003-09-24 | 1 | -1/+1 |
| | |||||
* | * generic/tclCmdMZ.c (): Fixed [Bug 807243] where | dgp | 2003-09-24 | 3 | -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's | dgp | 2003-09-23 | 2 | -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 to | Miguel Sofer | 2003-09-19 | 3 | -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.4 | dgp | 2003-09-10 | 3 | -5/+10 |
| | | | | * library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1. | ||||
* | credit update | dgp | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | && of the constraints is the default; need not be specified. | dgp | 2003-09-04 | 1 | -3/+3 |
| | |||||
* | Typo correction: knownbug -> knownBug | dgp | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | Backported fix from HEAD for Bug 788780 | vasiljevic | 2003-09-01 | 2 | -3/+7 |
| | |||||
* | additinal performance tweak to last commit | dgp | 2003-08-27 | 1 | -3/+14 |
| | |||||
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 3 | -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() | dgp | 2003-08-27 | 2 | -1/+41 |
| | | | | bugs discussed in [Bug 411825]. | ||||
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus and | hobbs | 2003-08-06 | 2 | -9/+21 |
| | | | | Windows CE platform. | ||||
* | * library/msgcat/msgcat.tcl: Added escape so that non-Windows | dgp | 2003-08-06 | 3 | -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 Sofer | 2003-08-05 | 2 | -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 *** | rmax | 2003-07-24 | 1 | -0/+6 |
| | |||||
* | * tests/pkgMkIndex.test: Added a test for [pkg_mkIndex -verbose]. | rmax | 2003-07-24 | 1 | -1/+9 |
| | |||||
* | * library/package.tcl: Fixed a typo that broke pkg_mkIndex -verbose. | rmax | 2003-07-24 | 1 | -2/+2 |
| | |||||
* | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 3 | -4/+5 |
| | | | | * library/reg/pkgIndex.tcl: | ||||
* | * unix/Makefile.in: changes to html-tcl & html-tk | das | 2003-07-23 | 2 | -5/+12 |
| | | | | targets for compatibility with non-gnu makes. | ||||
* | * unix/Makefile.in: added macosx/README to dist target. | das | 2003-07-23 | 2 | -1/+6 |
| | |||||
* | * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 | patthoyts | 2003-07-22 | 2 | -2/+7 |
| | | | | which causes the registry set command to fail when built with VC7. | ||||
* | note 8.4.4 tag datecore_8_4_4 | hobbs | 2003-07-21 | 1 | -0/+6 |
| |