summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-3/+24
|
* More clarifications, trying to make the trace docs overload the word 'command'dkf2007-12-131-1/+1
| | | | less. [Bug 1755984]
* More clarification. [Bug 614282]dkf2007-12-131-9/+9
|
* Clarified documentation of enterstep and leavestep traces. [Bug 1701540]dkf2007-12-131-0/+5
|
* * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() ->dgp2007-12-121-1/+2
| | | | | Tcl_TakeBignumFromObj() revision [TIP 298]. Added docs for the Tcl_InitBignumFromDouble() routine. [Bug 1446971].
* * doc/IntObj.3: Update docs for the Tcl_GetBignumAndClearObj() ->dgp2007-12-121-0/+3
| | | | Tcl_TakeBignumFromObj() revision [TIP 298] [Bug 1446971].
* * changes: Updated for 8.5.0 release.dgp2007-12-121-0/+4
|
* * generic/tclUtil.c (TclReToGlob): reduce escapes in conversionhobbs2007-12-111-0/+3
| | | | when not necessary
* * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlobhobbs2007-12-111-0/+14
| | | | | | | | | | | | | * generic/tclIntDecls.h: to tclInt.h from stubs. * generic/tclStubInit.c: Add flags var to TclByteArrayMatch for * generic/tclInt.h: future extensibility * generic/tcl.h: define TCL_MATCH_EXACT doc for Tcl_StringCaseMatch. * doc/StrMatch.3: It is compatible with existing usage. * generic/tclExecute.c (INST_STR_MATCH): flag for TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch, TclStringMatchObj): * generic/tclRegexp.c (Tcl_RegExpExecObj): * generic/tclCmdMZ.c (StringMatchCmd): Use TclStringMatchObj * tests/string.test (11.9.* 11.10.*): more tests
* Fix markup errors.jenglish2007-12-101-0/+8
| | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
* * generic/tclDecls.h: regen with new genStubs.tcl.das2007-12-101-0/+19
| | | | | | | * generic/tclIntDecls.h: [Bug 1834288] * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclStubInit.c:
* * tests/io.test, tests/chanio.test (io-73.1): Make sure to invalidatehobbs2007-12-091-0/+6
| | | | | * generic/tclIO.c (SetChannelFromAny): internal rep only after validating channel rep. [Bug 1847044]
* Improved the documentation of the operators. [Bug 1823622]dkf2007-12-081-0/+3
|
* Match docs and reality. [Bug 1662436]dkf2007-12-081-0/+6
|
* * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):hobbs2007-12-071-2/+3
| | | | | * generic/tclCompCmds.c (TclCompileRegexpCmd): Pass correct RE compile flags at compile time, and use TCL_REG_NOSUB.
* * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Usehobbs2007-12-071-0/+3
| | | | TCL_REG_NOSUB as we come here without capture vars.
* * generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cachehobbs2007-12-071-0/+5
| | | | stdout channel object for [puts $str] calls.
* * README: Remove mention of dead comp.lang.tcl.announcedgp2007-12-071-0/+3
| | | | newsgroup. [Bug 1846433].
* * unix/README: Mention the stub library created by `make` and warndgp2007-12-071-0/+4
| | | | | about the effect of embedded paths in the installed binaries. Thanks to Larry Virden. [Bug 1794084]
* * doc/AddErrInfo.3: Documentation for the new routines in TIP 270.dgp2007-12-071-0/+6
| | | | | * doc/Interp.3: * doc/StringObj.3:
* * doc/namespace.n: Documentation for zero-argument form ofdgp2007-12-061-0/+5
| | | | [namespace import] (TIP 261) [Bug 1596416]
* (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] checkhobbs2007-12-061-0/+1
|
* add TclGetChannelFromObj declhobbs2007-12-061-0/+4
|
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-061-0/+6
| | | | TclMakeEnsemble to do most of the work.
* Fix [Bug 1845320] and [Bug 1845397]dkf2007-12-061-0/+8
|
* * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reducehobbs2007-12-051-0/+8
| | | | | | | * generic/tclIO.c: overhead in lookup by Tcl_GetChannel. New * generic/tclIOCmd.c: TclGetChannelFromObj for internal use. * generic/tclIO.c (WriteBytes, WriteChars): add opt check to avoid EOL translation when not linebuffered or using lf. [Bug 1845092]
* * tests/stack.test: made the tests for stack overflow not careMiguel Sofer2007-12-051-0/+6
| | | | | about which mechanism caused the error (interp's recursion limit or C-stack depth detector).
* * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32hobbs2007-12-051-0/+5
| | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.dkf2007-12-051-0/+5
| | | | [Bug 1844789]
* Add extra #ifdef-fery to make code compile on BSD 5. [Bug 1618235, again]dkf2007-12-031-0/+5
|
* * library/tcltest/tcltest.tcl: Bump tcltest to version 2.3.0 so thatdgp2007-12-031-0/+7
| | | | | | * library/tcltest/pkgIndex.tcl: we release a stable tcltest with a * unix/Makefile.in: stable Tcl. * win/Makefile.in:
* * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.libhobbs2007-12-031-0/+4
|
* Minor correctionsdkf2007-12-031-16/+15
|
* Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-031-0/+8
|
* win/makefile.vc: add ws2_32.lib to baselibshobbs2007-11-301-0/+1
|
* * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build.hobbs2007-11-301-0/+6
| | | | | * win/tclWinSock.c: remove dyn loading of winsock, assume that it is always available now.
* * generic/tclWinSock.c (InitializeHostName): Correct error indgp2007-11-291-0/+7
| | | | | | buffer length tracking. After gethostname() writes into a buffer, convert only the written string to internal encoding, not the whole buffer.
* * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]dgp2007-11-281-1/+5
| | | | | command to clean up registered configuration data when the query command is deleted from the interp. [Bug 983501].
* * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checksdgp2007-11-281-0/+4
| | | | | that the dict value passed in is in the format required to make the internals of ensembles work.
* * generic/tclIO.c: Simplify test and improve accuracy of errordgp2007-11-281-0/+5
| | | | message in latest changes.
* -eofchar must support no eofchar.patthoyts2007-11-281-0/+4
|
* * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp,Miguel Sofer2007-11-281-0/+5
| | | | add comments
* * win/tclWinSock.c: Add mising encoding conversion of the [infodgp2007-11-271-0/+3
| | | | hostname] value from the system encoding to Tcl's internal encoding.
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-0/+8
| | | | | | | * doc/fconfigure.n: values to single byte characters by documenting * generic/tclIO.c: it and making it fail loudly. Thanks to * tests/chan.test: Stuart Cassoff for contributing the fix. [Bug 800753]
* * generic/tclBasic.c:Miguel Sofer2007-11-261-0/+10
| | | | | | | | | * generic/tclInt.h: * unix/tclUnixInit.c: * unix/tclUnixThrd.c: Fix stack checking via workaround for bug in glibc's pthread_attr_get_np, patch from [Bug 1815573]. Many thanks to Sergei Golovan (aka Teo) for detecting the bug and helping diagnose and develop the fix.
* Added bug numberdkf2007-11-241-1/+1
|
* Fix stack corruption in [dict append] compilerdkf2007-11-241-14/+18
|
* * generic/tclIORChan.c: Fixed a problem with reflectedandreas_kupries2007-11-241-0/+19
| | | | | | | | | | | | | | | | | | channels. 'chan postevent' is defined to work only from within the interpreter containing the handler command. Sensible, we want only handler commands to use it. It identifies the channel by handle. The channel moves to a different interpreter or thread. The interpreter containing the handler command doesn't know the channel any longer. 'chan postevent' fails, not finding the channel any longer. Uhm. Fixed by creating a second per-interpreter channel table, just for reflected channels, where each interpreter remembers for which reflected channels it has the handler command. This info does not move with the channel itself. The table is updated by 'chan create', and used by 'chan postevent'. * tests/ioCmd.test: Updated the testsuite.
* * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-0/+5
| | | | * tests/var.test (var-14.2): [array names $var -glob $ptn]
* Turn the [string] command into a real compiled ensemble.dkf2007-11-231-0/+5
|