summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * unix/Makefile.in: add complete deps on tclDTrace.h.das2008-06-121-2/+4
* s/target/config/das2008-06-121-2/+2
* * generic/tclOO.c: use TclOOStubs hooks field to retrievedas2008-06-121-24/+41
* UtfToUtfProc: Avoid unwanted sign extension when convertingjenglish2008-06-111-0/+6
* * tests/ioTrans.test (iortrans.tf-6.1): Fixed the [Bug 1988552],andreas_kupries2008-06-101-1/+10
* * generic/tclIORTrans.c (ReflectInput): Fixed a bug triggered byandreas_kupries2008-06-101-0/+12
* Plug leak. [Bug 1987817]dkf2008-06-081-17/+23
* * generic/tclBasic.c: Compilation of uplevel scripts, allowMiguel Sofer2008-06-081-0/+10
* TIP #230 IMPLEMENTATIONandreas_kupries2008-06-061-0/+21
* TIP #317 implementationpatthoyts2008-06-031-0/+5
* * generic/tclOO.c (ReleaseClassContents): Fix the one remainingKevin B Kenny2008-06-021-0/+8
* Complete fix of [Bug 1981001]dkf2008-06-011-0/+6
* * generic/tclOOMethod.c: Fix a bug where the refcount of a methodKevin B Kenny2008-06-011-0/+5
* Add tclOO genstubs to Windows makefilesJoe Mistachkin2008-06-011-1/+6
* * generic/tclDictObj.c: Added missing initializers to the ensembleKevin B Kenny2008-06-011-0/+5
* * generic/tclOODecls.h: Added the swizzling of DLLEXPORT andKevin B Kenny2008-06-011-0/+5
* More patches to make stub generation work.dkf2008-06-011-0/+3
* Fix generation of stubs for the OO API.dkf2008-06-011-0/+5
* * generic/tclOOStubLib.c: ensure use of tcl stubs; include indas2008-05-311-0/+26
* Plug method-related memory leaks pointed out by Miguel.dkf2008-05-311-2/+9
* Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-311-0/+4
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-0/+8
* (io-53.9): need to close chan before removing filehobbs2008-05-261-0/+4
* Missed one!dkf2008-05-261-2/+2
* Remove obsolete winhelp targets. They weren't supported and didn't work.dkf2008-05-261-10/+15
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-231-0/+13
* * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-221-0/+6
* * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-0/+8
* Correct logic for handling error cases when setting the namespace unknown han...dkf2008-05-201-26/+28
* * generic/tclCompile.c: fix crash with tcl_traceExec. Found andMiguel Sofer2008-05-161-0/+5
* We should use the thread allocator for threaded builds. Added 'tclalloc' opti...patthoyts2008-05-151-0/+5
* * tools/tsdPerf.c A loadable Tcl extension for testing TSDgeorgeps2008-05-091-0/+8
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-0/+18
* * Makefile:Kevin B Kenny2008-05-091-0/+7
* Fix off-by-one error that caused crashes. D'oh!dkf2008-05-071-0/+7
* Converted the [binary] command into an ensemble.patthoyts2008-05-021-0/+5
* Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanuppatthoyts2008-05-021-0/+4
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-18/+26
* Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-271-0/+4
* generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-261-0/+6
* * tests/ioCmd.test: Extended testsuite for reflected channelandreas_kupries2008-04-241-0/+11
* * generic/tclIOUtil.c: Removed all code delimited bydgp2008-04-211-1/+10
* doc/Ensemble.3: Fix a typo: s/defiend/defined/georgeps2008-04-201-0/+6
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-161-0/+7
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-161-3/+12
* * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-151-0/+8
* * unix/Makefile.in: adjust tclDTrace.h dependencies for removaldas2008-04-151-0/+6
* * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):Kevin B Kenny2008-04-141-0/+3
* * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use ofKevin B Kenny2008-04-141-0/+5
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-101-0/+13