summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: TclResetCancellation() calls were misplacedMiguel Sofer2008-07-131-6/+3
* * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFreeMiguel Sofer2008-07-131-1/+26
* whitespacedas2008-07-131-174/+174
* remove leftover DTRACE macro causing buid failuredas2008-07-131-5/+1
* silence compiler warnings about uninited variables (gcc can't follow the logic)Miguel Sofer2008-07-131-4/+6
* added new files generic/tclNRE.h and tests/NRE.testMiguel Sofer2008-07-131-0/+267
* NRE implementation [Patch 2017110]Miguel Sofer2008-07-1316-972/+2609
* * generic/tclGet.c: Corrected out of date comments and removeddgp2008-07-084-68/+18
* * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-071-2/+2
* * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leakandreas_kupries2008-07-031-1/+13
* Add focussed stack limiting to the RE compiler. Tuning might not yet be rightdkf2008-07-012-4/+15
* formatting, whitespacedas2008-06-302-114/+122
* Lrange cleanup and in-place optimization [Patch 1890831]ferrieux2008-06-291-36/+48
* Avoid useless String conversion for CONCAT1 of pure byte arrays [Patch 1953758].ferrieux2008-06-291-1/+57
* * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanksdgp2008-06-291-3/+7
* * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanksdgp2008-06-281-3/+7
* * changes: Updates for 8.6a1 release.dgp2008-06-251-2/+2
* * generic/tclPathObj.c: Fixed some internals management in the "path"dgp2008-06-241-2/+25
* * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-7/+9
* * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-2/+9
* * changes: Updates for 8.6a1 release.dgp2008-06-201-3/+3
* Make [next] work as described in TIP. [Bug 1998244]dkf2008-06-191-6/+15
* Fix [Bug 1998221]dkf2008-06-191-6/+9
* * README: Bump version number to 8.6a1dgp2008-06-191-3/+3
* * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed leftandreas_kupries2008-06-171-2/+1
* 2006-06-17 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2008-06-171-7/+15
* * generic/tclCmdIL.c (TclInfoFrame): Moved the code looking up theandreas_kupries2008-06-161-41/+47
* fix warningdas2008-06-131-2/+2
* TIP 285 ImplementationJoe Mistachkin2008-06-1316-54/+876
* * generic/tclOO.c: use TclOOStubs hooks field to retrievedas2008-06-125-26/+16
* * generic/tclIORTrans.c: fix signed <-> unsigned cast warnings.das2008-06-121-15/+20
* UtfToUtfProc: Avoid unwanted sign extension when convertingjenglish2008-06-111-2/+2
* * generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered byandreas_kupries2008-06-101-3/+6
* Plug leak. [Bug 1987817]dkf2008-06-081-5/+17
* * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-086-133/+209
* TIP #230 IMPLEMENTATIONandreas_kupries2008-06-064-3/+3356
* fix warnings, remove unused debug code that causes build failuredas2008-06-051-24/+10
* TIP #317 implementationpatthoyts2008-06-031-7/+567
* * generic/tclOO.c (ReleaseClassContents): Fix the one remainingKevin B Kenny2008-06-021-1/+5
* Complete fix of [Bug 1981001]dkf2008-06-011-2/+4
* * generic/tclOOMethod.c: Fix a bug where the refcount of a methodKevin B Kenny2008-06-011-2/+2
* * generic/tclDictObj.c: Added missing initializers to the ensembleKevin B Kenny2008-06-011-2/+2
* * generic/tclOODecls.h: Added the swizzling of DLLEXPORT andKevin B Kenny2008-06-012-2/+54
* More patches to make stub generation work.dkf2008-06-014-109/+221
* Fix generation of stubs for the OO API.dkf2008-06-011-47/+46
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-317-50/+56
* Plug method-related memory leaks pointed out by Miguel.dkf2008-05-312-12/+23
* Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-312-5/+6
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-3115-2/+10414
* Small clarifications that code a bit nicer to read.dkf2008-05-308-222/+206