summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* Implement TIP #440: Add engine to tcl_platform Arrayjan.nijtmans2016-01-291-0/+7
* [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-061-10/+29
* Partial revert of [a16752c252] bug fix to stop crashes in buggy tclcompiler.unbreak_tclcompilerdgp2013-09-051-2/+22
* Make sure the errors raised by execution traces become errors raised bydgp2013-08-151-1/+1
* [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-23/+5
* Improve compatibility detection for <time.h> and <sys/stat.h>: jan.nijtmans2013-06-111-3/+4
* _USE_32BIT_TIME_T is already defined in tclWinPort.hjan.nijtmans2013-05-161-4/+0
* Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+15
|\
| * Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+15
| * Make (deprecated) Tcl_EvalObj/Tcl_GlobalEvalObj macro's always, not only when...jan.nijtmans2013-04-091-0/+2
* | 3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out thedgp2013-04-161-0/+1
* | Make Tcl_EvalObj/Tcl_GlobalEvalObj a macro always, not only when using stubs.jan.nijtmans2013-04-041-0/+2
* | Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-2/+0
|\ \ | |/
| * Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by de...jan.nijtmans2013-01-161-2/+0
| * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-14/+0
| * make some more internal tables CONSTjan.nijtmans2012-04-181-4/+4
* | 3587651 Fix Tcl_ListMathFuncs() by turning it into a call to [info functions]dgp2012-11-161-31/+18
* | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash t...dgp2012-06-101-4/+6
* | Work in progress fixing 3532959dgp2012-06-081-1/+2
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
|\ \ | |/
| * 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
* | 3390272 Leak of [info script] value.dgp2011-08-151-0/+4
* | Remove TclCleanupLiteralTable (see 994838).dgp2011-06-021-1/+0
* | * generic/tclCompile.c (TclFixupForwardJump): Tracked down and fixedandreask2011-05-171-0/+4
* | Define and use macros that test whether a Tcl list value is canonical.dgp2011-04-181-49/+36
* | Rewrites to eliminate isspace() calls.dgp2011-03-161-9/+9
* | Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+4
|\ \ | |/
| * Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-081-0/+4
* | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-2/+2
|\ \ | |/
| * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-3/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-251-3/+3
| * * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement ofandreas_kupries2009-11-091-6/+5
| * silence compiler warningsdgp2009-08-261-2/+2
| * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-22/+278
| * fix SunCC warningdas2009-07-231-2/+2
| * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-141-53/+87
| * * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-141-1/+4
| * * generic/tclBasic.c: Added missing release of extended commandandreas_kupries2008-07-281-2/+6
| * * generic/tclBasic.c: Modified TclArgumentGet to reject pure listsandreas_kupries2008-07-231-16/+21
| * * generic/tclBasic.c: Added missing function comments.andreas_kupries2008-07-221-3/+42
| * * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-221-35/+102
| * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-33/+249
| * whitespacedas2007-09-131-2/+2
| * * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-1/+78
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-14/+534
| * * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-12/+17
| * * generic/tclBasic.c: Reverted exposure of patchlevel inandreas_kupries2006-09-251-6/+6
| * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-2/+15