summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add "const" to many internalnijtmans2008-10-1634-181/+217
| | | | | const tables. No functional or API change.
* * library/init.tcl: Revised [unknown] so that it carefullydgp2008-10-161-2/+5
| | | | | | 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]
* * library/init.tcl: Revised [unknown] so that it carefullydgp2008-10-162-3/+15
| | | | | | 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]
* Lots of very minor formatting fixes.dkf2008-10-1542-67/+293
|
* Add "const" to many internalnijtmans2008-10-1514-166/+182
| | | | | | | | 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-146-37/+45
| | | | | | | * 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-147-29/+39
| | | | | | | | * 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-142-2/+7
|
* Use the environment variable for program files to find the html help compilerpatthoyts2008-10-141-4/+4
|
* * README: Bump version number to 8.6a4dgp2008-10-1410-16/+27
| | | | | | | | | | | | * 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-143-8/+16
| | | | | * generic/tclCmdIL.c: Fix write to unallocated memory whenever [lrepeat] returns an empty list.
* Fix test flaws exposed by -singleproc 1 -debug 1dgp2008-10-144-10/+11
|
* Make safe-7.2 more robust to different environmentsdgp2008-10-141-2/+2
|
* oopsdgp2008-10-141-2/+2
|
* add missing constraintsdgp2008-10-143-6/+8
|
* Made documentation *even more* clear...dkf2008-10-143-53/+61
|
* We need to initialize the thread id variable to 0 as on 64 bit windowspatthoyts2008-10-132-1/+11
| | | | | | 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-132-2/+6
|
* Handle error case [info class destructor].dkf2008-10-132-1/+7
|
* Added magic for Objective C. [Bug 2163447]dkf2008-10-132-1/+21
|
* * generic/tclCompile.c: fix bug in srcDelta encoding withinMiguel Sofer2008-10-122-3/+10
| | | | | | 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.
* typocore_8_6_a3dgp2008-10-101-2/+2
|
* *** 8.6a3 TAGGED FOR RELEASE ***dgp2008-10-102-7/+88
| | | | * changes: Updates for 8.6a3 release.
* Fix [Bug 2155658]dkf2008-10-103-47/+82
|
* CONSTify char* DTrace probe argumentsdas2008-10-103-29/+38
|
* fix warningdas2008-10-101-2/+2
|
* * unix/tclUnixChan.c: fix minor compiler warningnijtmans2008-10-084-18/+24
| | | | | * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated
* * generic/tclBasic (TclInfoCoroutineCmd):Miguel Sofer2008-10-083-6/+26
| | | | | | * tests/unsupported.test: arrange for [info coroutine] to return {} when a coroutine is running but the resume command has been deleted [Bug 2153080]
* * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-083-44/+39
| | | | | | | | | variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress.
* Some cleaning up of the binary encode/decode enginesdkf2008-10-071-121/+160
|
* Added better docs of [binary encode] and [binary decode]dkf2008-10-072-2/+99
|
* undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), butnijtmans2008-10-072-8/+8
| | | | | in stead modify two macro's in tclCompile.h with the same affect, but now without polluting C-code with type casts.
* fix ChangeLof entryMiguel Sofer2008-10-071-0/+1
|
* * generic/tclBasic.c: Move [tailcall], [coroutine] andMiguel Sofer2008-10-076-115/+74
| | | | | | * generic/tclCmdIL.c: [yield] out of ::tcl::unsupported * tests/info.test: and into global scope: TIPs #327 * tests/unsupported.test: and #328
* Corrected order of subcommands in a section to be alphabeticdkf2008-10-071-8/+8
|
* Documented channel transformations.dkf2008-10-074-10/+201
|
* fix warnings from 2008-10-05 constificationdas2008-10-071-6/+8
|
* Fixed up some erroneous tests that are failing on Vista/Server2008 systemspatthoyts2008-10-062-6/+13
|
* fixed constness of last commit for msvcpatthoyts2008-10-062-2/+6
|
* Fix for [Bug 1934200]Joe Mistachkin2008-10-062-1/+7
|
* missed commit of lset.n in TIP #331 changes.Kevin B Kenny2008-10-062-6/+12
|
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-0510-37/+50
| | | | | | | | | | | | | | | * generic/tclFCmd.c: and tclpFileAttrStrings. This allows * generic/tclIOUtil.c: FileSystems to report their attributes * generic/tclTest.c: as const strings, without worrying that * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) * generic/tcl.decls * generic/tclDecls.h: regenerated * generic/tcl.h: make sure that if CONST84 is defined as empty, CONST86 should be defined as empty as well (unless overridden). This change complies with TIP #27 *** POTENTIAL INCOMPATIBILITY ***
* TIP #331 IMPLEMENTATIONKevin B Kenny2008-10-053-17/+99
| | | | | | | * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset] command so that it allows for an index of 'end+1', which has the effect of appending an element to the list.
* * libtommath/bn_mp_sqrt.c (bn_mp_sqrt): Handle the case whereKevin B Kenny2008-10-053-5/+51
| | | | | | | * tests/expr.test (expr-47.13): a number's square root is between n<<DIGIT_BIT and n<<DIGIT_BIT+1. [Bug 2143288] Thanks to Malcolm Boffey (malcolm.boffey@virgin.net) for the patch.
* * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-057-42/+54
| | | | | | | | | | | * generic/tclCompCmds.c: of TclCreateAuxData and * generic/tclCompile.c TclRegisterAuxDataType and the return * generic/tclCompile.h values of TclGetAuxDataType and * generic/tclExecute.c TclGetInstructionTable * ChangeLog * generic/tclIntDecls.h: regenerated This change complies with TIP #27 (even though it only involves internal function, so this is not even necessary).
* Fix [Bug 2144595]dkf2008-10-052-5/+14
|
* More result hygiene.dkf2008-10-043-10/+17
|
* * generic/tclLoad.c: Make sure that any library whichnijtmans2008-10-042-3/+36
| | | | | doesn't have an unloadproc is only really unloaded when no library code is executed yet. [Bug 2059262]
* * doc/ChnlStack.3: CONSTified the typePtr argumentnijtmans2008-10-047-28/+29
| | | | | | | | | | | * doc/CrtChannel.3: of Tcl_CreateChannel and Tcl_StackChannel * generic/tcl.decls and the return value of Tcl_GetChannelType * generic/tcl.h * generic/tclIO.h * generic/tclIO.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27.
* Clean up result handling, factor out some duplicated code, share objects.dkf2008-10-043-188/+152
|