Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 2 | -2/+10 |
| | | | | | | | [Bug 780533], with many thanks to Alexandre Ferrieux <ferrieux@users.sourceforge.net> for tracking it down and providing a solution. Still have to convert his test script into a proper test case. | ||||
* | * unix/configure: autoconf-2.13 | das | 2008-03-27 | 1 | -29/+10 |
| | |||||
* | * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD. | das | 2008-03-27 | 1 | -2/+5 |
| | |||||
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 2 | -1/+9 |
| | |||||
* | Backported fix for #1923966 | patthoyts | 2008-03-24 | 3 | -3/+28 |
| | |||||
* | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on | das | 2008-03-11 | 2 | -7/+8 |
| | | | | Darwin 9 even when TclpCreateProcess() uses vfork(). | ||||
* | typo | dgp | 2008-03-10 | 1 | -3/+3 |
| | |||||
* | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 2 | -31/+108 |
| | | | | | | compiling so that bytecodes invalid due to changing context or due to the difference between expressions and scripts are not reused. [Bug 1899164]. | ||||
* | * generic/tclTest.c: Backport the [testexprlongobj] testing command. | dgp | 2008-03-07 | 3 | -2/+53 |
| | |||||
* | * tests/execute.test (execute-6.8): Added tests checking that | dgp | 2008-03-07 | 2 | -2/+184 |
| | | | | bytecode is invalidates in the right situations. | ||||
* | Fix mark and space parity on Linux | rmax | 2008-03-03 | 2 | -1/+9 |
| | |||||
* | Backport http 2.5.5 changes from HEAD | patthoyts | 2008-02-27 | 4 | -27/+57 |
| | |||||
* | fix dltest dependency for parallel make | das | 2008-02-27 | 1 | -2/+2 |
| | |||||
* | * generic/tclIOCmd.c (Tcl_GetsObjCmd): do not reuse resultObj as | hobbs | 2008-02-26 | 2 | -4/+8 |
| | | | | it may be shared (crash condition). | ||||
* | Fix for #1815865 - always check the existence of the state array when ↵ | patthoyts | 2008-02-22 | 3 | -5/+12 |
| | | | | checking http::status | ||||
* | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18 | dgp | 2008-02-06 | 11 | -27/+69 |
| | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
* | * unix/configure.in (Darwin): correct Info.plist year substitution in | das | 2008-02-02 | 3 | -5/+12 |
| | | | | | | non-framework builds. * unix/configure: autoconf-2.13 | ||||
* | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] | Miguel Sofer | 2008-01-30 | 2 | -2/+6 |
| | |||||
* | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 2 | -3/+9 |
| | | | | use critical section for read & write side. [Bug 1353846] (newman) | ||||
* | * doc/filename.n: Typocore_8_4_17 | dgp | 2007-12-31 | 2 | -3/+4 |
| | |||||
* | * changes: updates for 8.4.17 release. | dgp | 2007-12-31 | 2 | -1/+26 |
| | |||||
* | Fixes for problems created when processing regular expressions that | dkf | 2007-12-18 | 7 | -15/+110 |
| | | | | | | | generate very large automata. An enormous number of thanks to Will Drewry <wad@google.com>, Tavis Ormandy <taviso@google.com>, and Tom Lane <tgl@sss.pgh.pa.us> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] | ||||
* | remove note about gcc compiler warnings | hobbs | 2007-12-14 | 1 | -4/+2 |
| | |||||
* | updated notes | hobbs | 2007-12-14 | 2 | -36/+34 |
| | |||||
* | Appled the change to tclUnixcompat.c already stated in | vasiljevic | 2007-12-14 | 1 | -0/+5 |
| | | | | ChangeLog but not present. | ||||
* | TclpGetHostByName: The six-argument form of getaddressbyname_r() uses | vasiljevic | 2007-12-14 | 1 | -5/+6 |
| | | | | | the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
* | * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag | hobbs | 2007-12-14 | 3 | -3/+34 |
| | | | | | * tests/ioUtil.test (ioUtil-4.1): on a channel for the 'a' mode and not for 'a+'. [Bug 1773127] (backport from HEAD) | ||||
* | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are | dkf | 2007-12-05 | 3 | -2/+18 |
| | | | | mixed. [Bug 1844789] | ||||
* | * win/tclWinSock.c (Tcl_GetHostName): update to previous fix to | hobbs | 2007-11-29 | 2 | -40/+21 |
| | | | | set hostname length appropriately, clean up check overall. | ||||
* | * win/tclWinSock.c: Add missing encoding conversion of the | dgp | 2007-11-27 | 2 | -5/+23 |
| | | | | | | [info hostname] value from the system encoding to Tcl's internal encoding. This is important now that ICANN no longer limits host names to ASCII. [Bug 1823552] | ||||
* | * generic/tclThread.c: Back-port locking changes from Tcl8.5 | vasiljevic | 2007-11-26 | 2 | -1/+17 |
| | | | | | in Tcl_Mutex/ConditionFinlize. Now we properly master-lock the finalization of sync primitives. | ||||
* | * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler | dgp | 2007-11-15 | 4 | -11/+69 |
| | | | | | | | * generic/regcomp.c: [Bug 1810038]. Corrected looping logic in * tests/regexp.test: fixempties() to avoid wasting time walking a list of dead states [Bug 1832612]. Convert optst() from expensive no-op to a cheap no-op. Improve newline usage in debug output. | ||||
* | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 2 | -2/+8 |
| | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] | ||||
* | autoconf-2.13 | das | 2007-11-09 | 1 | -28/+9 |
| | |||||
* | typo fixes | dgp | 2007-11-05 | 2 | -3/+3 |
| | |||||
* | Backport of fix for first part of [Bug 1810264] | dkf | 2007-10-30 | 2 | -1/+6 |
| | |||||
* | * generic/tclParse.c (Tcl_ParseBraces): fix for possible read | Miguel Sofer | 2007-10-15 | 2 | -2/+7 |
| | | | | after the end of buffer, [Bug 1813528] (Joe Mistachkin). | ||||
* | * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted | Miguel Sofer | 2007-10-03 | 2 | -2/+10 |
| | | | | | | command; cannot trigger this from Tcl itself, but crash reported on xotcl. This check is new to 8.4 but exists in 8.5, so this is a backport or something. Thanks Gustaf Neumann. | ||||
* | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 | hobbs | 2007-10-02 | 2 | -3/+9 |
| | | | | to make macro more warning-robust in unbraced if code. | ||||
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 10 | -25/+57 |
| | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | s/amount/amt/ [Bug 1800153] | das | 2007-09-22 | 1 | -2/+2 |
| | |||||
* | document --enable-dtrace configure optioncore_8_4_16 | das | 2007-09-20 | 1 | -1/+5 |
| | |||||
* | * doc/load.n: Backport corrected example. | dgp | 2007-09-20 | 2 | -5/+9 |
| | |||||
* | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is | dgp | 2007-09-19 | 2 | -2/+5 |
| | | | | included in the source code distribution. | ||||
* | typo | dgp | 2007-09-19 | 1 | -1/+0 |
| | |||||
* | * generic/tclPkg.c: Backport fix for [1573844] to the | dgp | 2007-09-19 | 3 | -814/+502 |
| | | | | * tests/pkg.test: TCL_TIP268 sections. | ||||
* | Darwin changes for 8.4.16 | das | 2007-09-18 | 1 | -4/+6 |
| | |||||
* | *** 8.4.16 TAGGED FOR RELEASE *** | dgp | 2007-09-18 | 2 | -2/+37 |
| | | | | * changes: updates for 8.4.16 release. | ||||
* | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' | das | 2007-09-15 | 3 | -308/+324 |
| | | | | | in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13 | ||||
* | typo | das | 2007-09-14 | 1 | -1/+1 |
| |