Differences From Artifact [6ec235d1d7]:
- File generic/tclIOUtil.c — part of check-in [ede41c1946] at 2016-01-11 00:49:47 on branch mig-opt2-tmp — no-280 branch, it still has many errors (user: msofer size: 136368) [more...]
To Artifact [750119d101]:
- File generic/tclIOUtil.c — part of check-in [ea7d514026] at 2016-01-18 06:12:15 on branch mig-opt2-tmp — introduce macros NRE_JUMP and NRE_NEXT to abstract the NRE mechanism, previous to introducing an alternative to the trampoline implementation; no functional change for now (user: msofer size: 136371) [more...]
| ︙ | |||
2002 2003 2004 2005 2006 2007 2008 | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 | - + |
Tcl_AppendObjToErrorInfo(interp, Tcl_ObjPrintf(
"\n (file \"%.*s%s\" line %d)",
(overflow ? limit : length), pathString,
(overflow ? "..." : ""), Tcl_GetErrorLine(interp)));
}
Tcl_DecrRefCount(objPtr);
|
| ︙ |