summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Eliminate 3 calls to Tcl_SetResult, asnijtmans2008-11-251-0/+6
| | | | | examples how it should have been done. purpose: contribute in the TIP #340 discussion.
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandreandreas_kupries2008-11-251-0/+6
| | | | | Ferrieux's patch for [Bug 2270477] to prevent infinite looping during finalization of channels not bound to interpreters.
* don't assume that Tcl_SetResult sets interp->result, especially notnijtmans2008-11-251-0/+6
| | | | in a dstring test
* Converter script improvements. [Bug 2330040]dkf2008-11-241-18/+23
|
* Convert Tcl_SetResult(......, TCL_DYNAMIC) tonijtmans2008-11-191-0/+6
| | | | | Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-181-2/+2
| | | | such that it conforms to the documentation.
* Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-171-0/+2
|
* Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-171-0/+6
|
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-0/+9
| | | | such that it conforms to the documentation.
* Check for uncompiled-for-continue [Bug 2186888] fixed earlier.ferrieux2008-11-171-0/+5
|
* change two Tcl_SetResult calls to Tcl_SetObjResult,nijtmans2008-11-161-0/+6
| | | | as simplification for the TIP #340 patch.
* rename static function FSUnloadTempFile tonijtmans2008-11-131-0/+8
| | | | | | TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 2269431]: load of shared objects leaves temporary files on windows
* Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing topatthoyts2008-11-121-4/+10
| | | | | HKCR requires administrative access on many systems but HKLM is always available to the current user
* Use -O2 as gcc optimization compiler flag, and getnijtmans2008-11-121-0/+3
| | | | rid of -Wno-implicit-int for UNIX
* Eliminate warning: passing arg 4 of `Tcl_SplitList' fromnijtmans2008-11-111-1/+1
| | | | | | incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning)
* Eliminate warning: passing arg 4 of `Tcl_SplitList' fromnijtmans2008-11-111-0/+8
| | | | | | incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning)
* * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrichandreas_kupries2008-11-101-0/+10
| | | | | | | | | * library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization.
* patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-0/+7
| | | | | Applied a patch from Duoas which extends the TclMakeEnsemble command to handle sub-ensembles from tables. Cleaned up the original patch a bit.
* add "-Wno-implicit-int" for gcc, as on UNIXnijtmans2008-11-061-1/+8
| | | | eliminate an 'array index out of bounds' warning on HP-UX'
* * generic/tclPort.h: remove the ../win/ header dir as the buildhobbs2008-11-041-0/+6
| | | | | system already has it, and it confuses builds when used with private headers installed.
* Version bump of TclOOdkf2008-11-011-0/+4
|
* Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-311-15/+31
|
* CONSTify TclDTraceInfonijtmans2008-10-281-1/+1
| | | | Eliminate some -Wstrings-write warnings
* CONSTify TclDTraceInfonijtmans2008-10-281-0/+8
| | | | Eliminate some -Wstrings-write warnings
* * generic/tclEncoding.c: Use "iso8859-1" and not "identity"dgp2008-10-271-0/+13
| | | | | | | | | | | | as the default and original [encoding system] value. Since "iso8859-1" is built in to the C source code for Tcl now, there's no availability issue, and it has the good feature of "identity" that we must have ("bytes in" == "bytes out") without the bad feature of "identity" ("broken as designed") that makes us want to abandon it. [RFE 2008609] *** POTENTIAL INCOMPATIBILITY for older releases of Tclkit and any other code expecting a particular value for Tcl's default system encoding ***
* Fixed a failure to read SHOUTcast streams with the new 2.7patthoyts2008-10-231-0/+6
| | | | | package. Introduced a new intial state as the first response may not be HTTP*.
* * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE inMiguel Sofer2008-10-231-0/+5
| | | | the for body [Bug 2186888].
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-221-0/+20
| | | | broken since 8.4 and no-one complained about it.
* * generic/tclProc.c: Reset -level and -code values to defaultsdgp2008-10-191-0/+5
| | | | after they are used. [Bug 2152286].
* Check syntax of [info coroutine] args, i.e. there are none.dkf2008-10-191-0/+3
|
* Document [info coroutine].dkf2008-10-191-0/+2
|
* Improve documentation of [tcl::prefix].dkf2008-10-191-0/+5
|
* CONST -> constnijtmans2008-10-171-0/+6
|
* * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removedandreas_kupries2008-10-171-0/+5
| | | | debug output in C++ comment.
* * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-171-0/+9
| | | | | | | | * generic/tclExecute.c: to simply be "const", not CONST86. * generic/tclCmdAH.c: whitespace. * generic/tclCmdIL.c: Uninitialized variable warning. * generic/tclTest.c: const correctness warning.
* Improve clarity of formatting.dkf2008-10-171-3/+9
|
* Add "const" to many internalnijtmans2008-10-161-0/+36
| | | | | const tables. No functional or API change.
* * library/init.tcl: Revised [unknown] so that it carefullydgp2008-10-161-0/+7
| | | | | | preserves the state of the ::errorInfo and ::errorCode variables at the start of auto-loading and restores that state before the autoloaded command is evaluated. [Bug 2140628]
* Add "const" to many internalnijtmans2008-10-151-0/+16
| | | | | | | | const tables, so those will be put by the C-compiler in the TEXT segment in stead of the DATA segment. This makes those table sharable in shared libraries.
* * win/tclWinChan.c: Fix minor compiler warnings whennijtmans2008-10-141-0/+5
| | | | | | | * win/tclWinDde.c: compiling wit -Wwrite-strings * win/tclWinInit.c: * win/tclWinReg.c: * win/tclWinSerial.c:
* * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-141-0/+9
| | | | | | | | * generic/tclCmdMZ.c: with -Wwrite-strings * generic/tclIndexObj.c: * generic/tclProc.c: * generic/tclStubLib.c: * generic/tclUtil.c:
* Fix a bit of formatting.dkf2008-10-141-0/+4
|
* * README: Bump version number to 8.6a4dgp2008-10-141-0/+11
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.dgp2008-10-141-0/+7
| | | | | * generic/tclCmdIL.c: Fix write to unallocated memory whenever [lrepeat] returns an empty list.
* Made documentation *even more* clear...dkf2008-10-141-46/+51
|
* We need to initialize the thread id variable to 0 as on 64 bit windowspatthoyts2008-10-131-0/+6
| | | | | | this is a pointer sized field while windows only fills it with a 32 bit value. The result is an inability to join the threads as the ids cannot be matched.
* set array of Tcl_Obj's to the right size.patthoyts2008-10-131-0/+4
|
* Handle error case [info class destructor].dkf2008-10-131-0/+2
|
* Added magic for Objective C. [Bug 2163447]dkf2008-10-131-0/+5
|
* * generic/tclCompile.c: fix bug in srcDelta encoding withinMiguel Sofer2008-10-121-0/+7
| | | | | | ByteCodes. The bug can only be triggered under conditions that cannot happen in Tcl, but were met during development of L. Thanks go to Robert Netzer for diagnose and fix.