Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/stringComp.test: added string-1.3 | hobbs | 2001-08-25 | 3 | -3/+21 |
| | | | | | | | * generic/tclCompCmds.c (TclCompileStringCmd): changed to return TCL_OUT_LINE_COMPILE instead of TCL_ERROR when compiling and an unknown string method is called. This is necessary as the string command may be never called, or not until 'string' is redefined. | ||||
* | documentation updates | vincentdarley | 2001-08-24 | 1 | -1/+8 |
| | |||||
* | documented subtlety with glob and windows paths | vincentdarley | 2001-08-24 | 1 | -1/+12 |
| | |||||
* | documented path length restrictions | vincentdarley | 2001-08-24 | 1 | -1/+5 |
| | |||||
* | * Corrected expected result | dgp | 2001-08-24 | 2 | -2/+9 |
| | | | | to match Tcl's quirky construction of its init library path. | ||||
* | typo fix | dgp | 2001-08-24 | 1 | -2/+2 |
| | |||||
* | 2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net> | andreas_kupries | 2001-08-23 | 2 | -3/+13 |
| | | | | | | | | | | * win/tclWinPipe.c (BuildCommandLine): Fixed tcl Bug [432499]. Part of the code used the non-absolute path to the executable to determine quoting. This failed if the absolute path cotained spaces, but the application name itselfl not. This bug caused no trouble on Win NT 5, but does for other variants in the Win* family. Report and fix due to Ken Poole <kenpoole@users.sourceforge.net>. | ||||
* | added QNX-6 build support. [Bug #219410] (loverso) | hobbs | 2001-08-23 | 3 | -22/+51 |
| | |||||
* | corrected minor compiler warnings | hobbs | 2001-08-23 | 4 | -23/+21 |
| | |||||
* | fs update | vincentdarley | 2001-08-23 | 24 | -1086/+2039 |
| | |||||
* | clarified bug reference. | dgp | 2001-08-23 | 1 | -1/+1 |
| | |||||
* | Fixed annoying fault in [binary format] on 64-bit architectures. | dkf | 2001-08-23 | 2 | -3/+8 |
| | |||||
* | Small improvement in tests (constraint vs. conditionally run tests) | dkf | 2001-08-23 | 2 | -32/+20 |
| | |||||
* | see ChangeLog | hobbs | 2001-08-22 | 1 | -0/+17 |
| | |||||
* | updated dde to 1.2 | hobbs | 2001-08-22 | 1 | -2/+2 |
| | |||||
* | * doc/dde.n: fixed dde man page (which was totally incorrect). | hobbs | 2001-08-22 | 3 | -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. | hobbs | 2001-08-22 | 1 | -54/+27 |
| | | | | | [Patch #454050] (stanton) Simplified unixExecs constriant test. | ||||
* | * tests/tcltest.test: added unixExecs constraint to files that | hobbs | 2001-08-22 | 1 | -4/+4 |
| | | | | used 'grep' in the test. [Bug #453143] | ||||
* | updated install target for dde1.2 | hobbs | 2001-08-22 | 2 | -10/+12 |
| | |||||
* | * Corrected errors in tests | dgp | 2001-08-22 | 2 | -16/+24 |
| | | | | revealed by fix of overagressive compiler. [Bug 451200] | ||||
* | Fixed overagressive compilation of [catch], [Bug #219184] | Miguel Sofer | 2001-08-22 | 3 | -6/+37 |
| | |||||
* | * tests/tcltest.test (tcltest-12.2): fixed test that would break | hobbs | 2001-08-22 | 2 | -3/+8 |
| | | | | when env vars weren't Tcl list friendly [Patch #454046] (stanton) | ||||
* | * library/http/http.tcl (geturl): added port number to Host: | hobbs | 2001-08-21 | 2 | -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 ↵ | davygrvy | 2001-08-16 | 1 | -2/+2 |
| | | | | days ago. | ||||
* | no message | davygrvy | 2001-08-16 | 1 | -0/+4 |
| | |||||
* | * win/makefile.vc: replaced $(WINDIR) with $(include32) for the | davygrvy | 2001-08-16 | 1 | -2/+2 |
| | | | | | .rc.res inference rule. winver.h wasn't getting included. [Bug: 445630] | ||||
* | no message | davygrvy | 2001-08-16 | 1 | -0/+1 |
| | |||||
* | * tools/tcl.wse.in: | davygrvy | 2001-08-16 | 1 | -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 message | davygrvy | 2001-08-16 | 1 | -0/+13 |
| | |||||
* | * tools/tcl.wse.in: | davygrvy | 2001-08-16 | 2 | -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 Sofer | 2001-08-14 | 2 | -2/+8 |
| | |||||
* | Correcting wrong date in Changelog entry | Miguel Sofer | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Corrected test numbers in tests/trace.test | Miguel Sofer | 2001-08-13 | 2 | -121/+125 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2001-08-12 | 4 | -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 fixes | vincentdarley | 2001-08-11 | 3 | -4/+25 |
| | |||||
* | insure that [array] traces work for undefined vars [bug: 449094] | Miguel Sofer | 2001-08-10 | 3 | -9/+26 |
| | |||||
* | * unix/Makefile.in: Delete the unused getcwd.o | mdejong | 2001-08-10 | 2 | -4/+6 |
| | | | | target. This fixes bug #440942. | ||||
* | Added checks for package dependencies. | dgp | 2001-08-09 | 11 | -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 distinguish | dgp | 2001-08-08 | 10 | -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_a3 | hobbs | 2001-08-07 | 1 | -0/+6 |
| | |||||
* | corrected minor nroff transgressions | hobbs | 2001-08-07 | 4 | -9/+9 |
| | |||||
* | * changes: | hobbs | 2001-08-07 | 6 | -20/+147 |
| | | | | | | | * README: * mac/README: * unix/README: * win/README.binary: updated for 8.4a3 release | ||||
* | * generic/tclFileName.c (Tcl_FSSplitPath): update to Tcl style | hobbs | 2001-08-07 | 3 | -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): | hobbs | 2001-08-07 | 1 | -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) | hobbs | 2001-08-07 | 2 | -27/+105 |
| | |||||
* | * win/tclWinThrd.c (TclpFinalizeMutex, TclpFinalizeCondition): | hobbs | 2001-08-07 | 1 | -1/+3 |
| | | | | added DeleteCriticalSection calls for cleanup [Patch: #419683] | ||||
* | * unix/tclUnixPipe.c (TclpCreateTempFile): fixed use of tmpnam, | hobbs | 2001-08-07 | 1 | -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. | hobbs | 2001-08-07 | 1 | -2/+2 |
| | | | | [Bug: 424252] | ||||
* | win/README: made note of URL for Windows compilation notes | hobbs | 2001-08-07 | 1 | -12/+7 |
| | |||||
* | Extended description of fix 442665. | andreas_kupries | 2001-08-06 | 1 | -2/+6 |
| |