summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclVar.c: correcting bad port of [Bug 3037525] fixMiguel Sofer2010-08-021-2/+2
* * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickleMiguel Sofer2010-07-311-7/+2
* From [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: Relax the re...nijtmans2010-07-241-3/+3
* [Bug 3029891] Functions that don't belong in the stub table.nijtmans2010-07-242-4/+16
* silence compiler warningsdgp2010-07-191-2/+5
* * generic/tclBasic.c: Added more errorCode setting.dkf2010-07-161-8/+28
* * generic/tclExecute.c (TclExecuteByteCode): Ensure that [dict get]dkf2010-07-152-3/+7
* * generic/tclInt.decs: Reverted to the original TIP 337 implementationdgp2010-07-023-22/+10
* [Bug #803489] Tcl_FindNamespace problem in the Stubs tablenijtmans2010-07-023-14/+31
* * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Madedkf2010-07-021-1/+2
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-281-10/+34
* * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrongdkf2010-06-221-2/+3
* Remove hack needed for zlib 1.2.3 on win32nijtmans2010-06-211-103/+28
* 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