summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Makedkf2010-04-293-6/+82
* Remove unused @MAN2TCLFLAGS@nijtmans2010-04-286-19/+26
* * generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so thatdkf2010-04-282-1910/+1931
* Code reordering to slightly shorten generated object code.dkf2010-04-271-330/+239
* If tclInt.h or tclPort.h is alreadynijtmans2010-04-2711-48/+19
* [Bug 2992292]: tclIOUtil.c assignment type mismatch compiler warningnijtmans2010-04-271-4/+4
* * generic/tclStubInit.c: Add a small amount of gcc-isms (with #ifdefdkf2010-04-262-2/+12
* * generic/tclBasic.c: add unsupported [yieldm] command.Miguel Sofer2010-04-252-24/+48
* * generic/tclBasic.test: modify api of TclSpliceTailcall()Miguel Sofer2010-04-243-11/+12
* Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-224-18/+19
* Use function prototypes from the FS API.nijtmans2010-04-201-49/+30
* * generic/tclExecute.c (TclExecuteByteCode): Improve commenting anddkf2010-04-191-170/+180
* Added commentnijtmans2010-04-151-1/+7
* Move inclusion of <tchar.h> from tclPlatDecls.hnijtmans2010-04-152-17/+11
* * generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token doesdkf2010-04-081-3/+22
* Undodkf2010-04-061-2/+1
* * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object whendkf2010-04-061-1/+2
* TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-055-6/+198
* Minor changes to enforce Engineering Manual style rules.dkf2010-04-041-65/+74
* Add missing "const" in signature,nijtmans2010-04-023-17/+17
* * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commitdkf2010-04-021-2/+1
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-027-190/+336
* * generic/tclStrToD.c: [Bug 2952904]: Defer creation of the smallestKevin B Kenny2010-04-021-5/+3
* * generic/tclIORChan.c (ReflectClose, ReflectInput, ReflectOutput,andreas_kupries2010-03-301-59/+98
* * generic/tclObj.c (Tcl_GetCommandFromObj): [Bug 2979402]: Reorderdgp2010-03-301-2/+2
* [Bug 2979399] uninitialized value troublesnijtmans2010-03-301-28/+5
* [FRQ 2974744]: share exception codes (ObjType?):nijtmans2010-03-302-51/+53
* * generic/tclStringObj.c: Fix array overrun in test format-1.12dgp2010-03-291-2/+2
* [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-274-43/+60
* [Bug 2976508] tcl HEAD fails on HP-UXnijtmans2010-03-261-2/+3
* * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-241-1/+23
* * generic/tclOOInfo.c (InfoObjectMethodTypeCmd)dkf2010-03-242-3/+136
* * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that thedkf2010-03-241-5/+31
* * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computingdgp2010-03-231-24/+29
* Make error message in "try" implementationnijtmans2010-03-232-11/+13
* * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integerdgp2010-03-221-6/+11
* Missed a spot.dkf2010-03-201-2/+2
* regendkf2010-03-202-10/+23
* Allow [fcopy] to move more than 2GB per call. Frederic Bonnet identified issue.dkf2010-03-204-48/+65
* Compile the [throw] command.dkf2010-03-193-4/+117
* * generic/tclListObj.c: Prevent in overflow trouble in [lreplace]dgp2010-03-182-3/+107
* Fix silly error in bytecode generation for [try].dkf2010-03-181-1/+3
* [Bug 2971921]: Corrected jump so that it doesn't skip into the middledkf2010-03-181-33/+40
* * generic/tclIORTrans.c (ReflectInput, ReflectOutput,andreas_kupries2010-03-172-21/+65
* Remove unnecessary '&' decoration for functionnijtmans2010-03-112-58/+58
* * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieuxandreas_kupries2010-03-091-6/+27
* test that tclOO stubs are present in stub librarynijtmans2010-03-072-8/+11
* remove presence of tclTomMathStubsPtr in tclStubLib.cnijtmans2010-03-062-5/+6
* Quell a warning in Kevin Kenny's build environmentdkf2010-03-051-2/+3
* Fix [Bug 2964425].dkf2010-03-051-3/+1