summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * doc/dde.n: fixed dde man page (which was totally incorrect).hobbs2001-08-223-100/+140
| | | | | | | * tests/winDde.test: * win/tclWinDde.c (Tcl_DdeObjCmd): added -binary option to dde request command to allow for returning binary data. [Bug #227482] Updated dde to 1.2
* * library/tcltest/tcltest.tcl: fixed stdio constraint test.hobbs2001-08-221-54/+27
| | | | | [Patch #454050] (stanton) Simplified unixExecs constriant test.
* * tests/tcltest.test: added unixExecs constraint to files thathobbs2001-08-221-4/+4
| | | | used 'grep' in the test. [Bug #453143]
* updated install target for dde1.2hobbs2001-08-222-10/+12
|
* * Corrected errors in testsdgp2001-08-222-16/+24
| | | | revealed by fix of overagressive compiler. [Bug 451200]
* Fixed overagressive compilation of [catch], [Bug #219184]Miguel Sofer2001-08-223-6/+37
|
* * tests/tcltest.test (tcltest-12.2): fixed test that would breakhobbs2001-08-222-3/+8
| | | | when env vars weren't Tcl list friendly [Patch #454046] (stanton)
* * library/http/http.tcl (geturl): added port number to Host:hobbs2001-08-212-3/+8
| | | | header to comply with HTTP/1.1 spec (RFC 2068). [Bug #452217]
* Fixed incorrect year 8.4a3 was released. 10 days ago, not a year and 10 ↵davygrvy2001-08-161-2/+2
| | | | days ago.
* no messagedavygrvy2001-08-161-0/+4
|
* * win/makefile.vc: replaced $(WINDIR) with $(include32) for thedavygrvy2001-08-161-2/+2
| | | | | .rc.res inference rule. winver.h wasn't getting included. [Bug: 445630]
* no messagedavygrvy2001-08-161-0/+1
|
* * tools/tcl.wse.in:davygrvy2001-08-161-19/+19
| | | | | | | | | * tools/tcl.hpj.in: * win/tcl.hpj.in: Removed -kb storage in CVS to ensure these text files are checked-out in the translation mode CVS is in. Setting these as binary as part of an effort to make sure they are always in CRLF, no matter what the CVS translation, is bypassing how CVS works and is confusing.
* no messagedavygrvy2001-08-161-0/+13
|
* * tools/tcl.wse.in:davygrvy2001-08-162-23/+20
| | | | | | | | | | | * win/tcl.hpj.in: Removed -kb storage in CVS to ensure these text files to make sure they are checked-out in the translation mode CVS is in. Setting these as binary as part of an effort to make sure they are always in CRLF no matter what the CVS translation is bypassing how CVS works. * tools/genStubs.tcl: Removed LF-only output. Having to reconvert back to CRLF for committing to CVS was giving me a headache.
* use MAX_NESTING_DEPTH as default nesting depth for interps [Bug: 232564]Miguel Sofer2001-08-142-2/+8
|
* Correcting wrong date in Changelog entryMiguel Sofer2001-08-131-1/+1
|
* Corrected test numbers in tests/trace.testMiguel Sofer2001-08-132-121/+125
|
* * unix/configure: Regen.mdejong2001-08-124-91/+79
| | | | | | * unix/configure.in: * unix/tcl.m4: Use GCC variable set by AC_PROG_CC instead of defining our own using_gcc variable.
* vfs-related fixesvincentdarley2001-08-113-4/+25
|
* insure that [array] traces work for undefined vars [bug: 449094]Miguel Sofer2001-08-103-9/+26
|
* * unix/Makefile.in: Delete the unused getcwd.omdejong2001-08-102-4/+6
| | | | target. This fixes bug #440942.
* Added checks for package dependencies.dgp2001-08-0911-13/+37
| | | | | Bumped patchlevels of changed packages: http 2.3.2, msgcat 1.2.2, opt 0.4.3, tcltest 2.0.1. [Patch 448931]
* Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-0810-17/+31
| | | | | CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938].
* updated auto-gend mkLinkscore_8_4_a3hobbs2001-08-071-0/+6
|
* corrected minor nroff transgressionshobbs2001-08-074-9/+9
|
* * changes:hobbs2001-08-076-20/+147
| | | | | | | * README: * mac/README: * unix/README: * win/README.binary: updated for 8.4a3 release
* * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl stylehobbs2001-08-073-34/+88
| | | | | | | guide. * generic/tclFCmd.c (FileCopyRename): fixed mem leak in introduction of vfs code where a new Tcl_Obj wasn't freed.
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd, Tcl_RegsubObjCmd):hobbs2001-08-071-12/+18
| | | | | reordered the retrieval of arguments to avoid shimmering bug when the pattern and string referenced the same object.
* added GNU (HURD) configuration target. (brinkmann)hobbs2001-08-072-27/+105
|
* * win/tclWinThrd.c (TclpFinalizeMutex, TclpFinalizeCondition):hobbs2001-08-071-1/+3
| | | | added DeleteCriticalSection calls for cleanup [Patch: #419683]
* * unix/tclUnixPipe.c (TclpCreateTempFile): fixed use of tmpnam,hobbs2001-08-071-7/+14
| | | | | which is dangerous. [Patch: #442636] (lim) The use of tmpnam in TclpTempFileName must still be changed.
* * tests/http.test (http-4.14): fixed variable error return.hobbs2001-08-071-2/+2
| | | | [Bug: 424252]
* win/README: made note of URL for Windows compilation noteshobbs2001-08-071-12/+7
|
* Extended description of fix 442665.andreas_kupries2001-08-061-2/+6
|
* 2001-08-06 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-08-062-4/+11
| | | | | * generic/tclIOCmd.c (Tcl_GetsObjCmd): Applied patch from SF item [442665] to fix the bug reported by it.
* * Added note that the tclsh program is frequentlydgp2001-08-062-1/+13
| | | | | installed with the Tcl version numer as part of the name. [Patch 402725]
* * [package forget] now forgets all of thedgp2001-08-063-4/+18
| | | | | package arguments it receives, not stopping when a package is not found. [Bug 415273]
* * win/configure: regeneratedhobbs2001-08-043-27/+37
| | | | | | | | * win/tcl.m4: fixed DLLSUFFIX definition to always be ${DBGX}.dll. This is necessary for TEA compliant builds that build shared against a static-built Tcl. * win/Makefile.in ($(TCLSH)): added $(TCL_STUB_LIB_FILE) to build target, otherwise it wouldn't get generated in a static build.
* * generic/tclIOUtil.c (Tcl_FSMatchInDirectory): correctedhobbs2001-08-021-21/+23
| | | | uninitialized value.
* * generic/tclPlatDecls.h:mdejong2001-08-023-26/+34
| | | | | | | | * win/tclWinPort.h: Revert <tchar.h> related changes made to improve Cygwin support on 2001-07-18. This change ended up breaking the VC++ build because of conflicts between Windows APIs and internal Tk APIs.
* Update the http package version number now as we change it, so we don'tdgp2001-08-021-1/+1
| | | | forget to do it later when we release it.
* Update the http package version number now as we change it, so we don'tdgp2001-08-021-3/+3
| | | | forget to do it later when we release it.
* * unix/tclUnixFCmd.c: minor casts to eliminate warnings. (lim)hobbs2001-08-021-4/+4
| | | | [Patch: #440218]
* * tests/parseOld.test: changed some tests that requiredhobbs2001-08-021-66/+67
| | | | | testwordend to exist to skip in a proper tcltest manner. [Bug: #442663]
* * library/http/http.tcl (http::mapReply): the regsub'ing of \n andhobbs2001-08-021-4/+2
| | | | \t to escape them was unnecessary.
* New documentation for TIP#17vincentdarley2001-07-311-0/+1195
|
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-3153-2364/+8636
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c
* * win/tclWinThrd.c (Tcl_CreateThread): Close Windowsmdejong2001-07-242-5/+13
| | | | | | HANDLE returned by _beginthreadex. The MS documentation states that this handle is not closed by a later call to _endthreadex.
* * Corrected documentation and usage message of [pkg_mkIndex].dgp2001-07-213-4/+14
|