summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-166-32/+24
* Fix compilation of xttest with 8.6 changesnijtmans2010-06-141-11/+8
* whitespacedgp2010-06-081-17/+19
* Ensure proper reset of [info errorstack] even when compiling constant expr's ...ferrieux2010-06-072-53/+53
* * generic/tclBasic.c: Fix for #3008307: make callerPtr chainsMiguel Sofer2010-06-052-13/+28
* Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel offs...ferrieux2010-06-021-10/+7
* remove some "BUILD_tcloo" leftoversnijtmans2010-06-021-8/+1
* Fix computation of [uplevel] offsets in TIP 341.ferrieux2010-05-311-2/+2
* Eliminate some casts to (Tcl_HashTable *)nijtmans2010-05-312-6/+6
* [tcl-Patches-3008541] order of TIP #348 fields in Interp structurenijtmans2010-05-281-14/+18
* * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]:dkf2010-05-281-45/+57
* * generic/tclExecute.c (TclExecuteByteCode): Restore correct operationdkf2010-05-281-15/+21
* uniParse.tcl: Don't generate spaces at the end of a line.nijtmans2010-05-271-785/+785
* [Bug #3005233] fix for build on OpenBSD vaxnijtmans2010-05-211-3/+5
* Don't use arrays of length 1, just use a single element then, it makes code m...nijtmans2010-05-193-16/+16
* Fix [Bug 2996549]: Failure in expr.test on Win32nijtmans2010-05-171-3/+7
* * generic/tclCmdIL.c (TclInfoFrame): Change this code to usedkf2010-05-171-9/+6
* Correct some comments (Jos Decoster found...)dkf2010-05-141-4/+4
* Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-051-12/+12
* CONSTify various useful internal functionsnijtmans2010-05-036-53/+52
* Use "tclIO.h" and "tclTomMathDecls.h" everywherenijtmans2010-05-033-34/+36
* * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-04-301-2/+2
* * generic/tclBinary.c (TclAppendBytesToByteArray): Add commentsdgp2010-04-303-10/+15
* * generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armourdkf2010-04-301-6/+11
* Fix the problems I introduced inadvertently:dkf2010-04-301-13/+23
* * generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighterdkf2010-04-301-2/+8
* * generic/tclExecute.c (TclExecuteByteCode): Add peephole optimizationdkf2010-04-301-1/+26
* * generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd)dkf2010-04-301-16/+33
* Unnecessary TCL_STORAGE_CLASS re-definition.nijtmans2010-04-301-4/+1
* * generic/tclCompExpr.c: Slight change in the literal sharingMiguel Sofer2010-04-294-30/+25
* fix MSVC warning C4018: '>' : signed/unsigned mismatchnijtmans2010-04-291-2/+2
* * 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