| Commit message (Expand) | Author | Age | Files | Lines |
* | Plug method-related memory leaks pointed out by Miguel. | dkf | 2008-05-31 | 1 | -2/+9 |
|
|
* | Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861] | dkf | 2008-05-31 | 1 | -0/+4 |
|
|
* | Implementation of TIP #257. Incomplete due to missing Win build support. | dkf | 2008-05-31 | 1 | -0/+8 |
|
|
* | (io-53.9): need to close chan before removing file | hobbs | 2008-05-26 | 1 | -0/+4 |
|
|
* | Missed one! | dkf | 2008-05-26 | 1 | -2/+2 |
|
|
* | Remove obsolete winhelp targets. They weren't supported and didn't work. | dkf | 2008-05-26 | 1 | -10/+15 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -0/+13 |
|
|
* | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to | dgp | 2008-05-22 | 1 | -0/+6 |
|
|
* | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() | dgp | 2008-05-21 | 1 | -0/+8 |
|
|
* | Correct logic for handling error cases when setting the namespace unknown han... | dkf | 2008-05-20 | 1 | -26/+28 |
|
|
* | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and | msofer | 2008-05-16 | 1 | -0/+5 |
|
|
* | We should use the thread allocator for threaded builds. Added 'tclalloc' opti... | patthoyts | 2008-05-15 | 1 | -0/+5 |
|
|
* | * tools/tsdPerf.c A loadable Tcl extension for testing TSD | georgeps | 2008-05-09 | 1 | -0/+8 |
|
|
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -0/+18 |
|
|
* | * Makefile: | kennykb | 2008-05-09 | 1 | -0/+7 |
|
|
* | Fix off-by-one error that caused crashes. D'oh! | dkf | 2008-05-07 | 1 | -0/+7 |
|
|
* | Converted the [binary] command into an ensemble. | patthoyts | 2008-05-02 | 1 | -0/+5 |
|
|
* | Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanup | patthoyts | 2008-05-02 | 1 | -0/+4 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -18/+26 |
|
|
* | Also, panic early if we find out the wrong thread attempting | vasiljevic | 2008-04-27 | 1 | -0/+4 |
|
|
* | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt | vasiljevic | 2008-04-26 | 1 | -0/+6 |
|
|
* | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -0/+11 |
|
|
* | * generic/tclIOUtil.c: Removed all code delimited by | dgp | 2008-04-21 | 1 | -1/+10 |
|
|
* | doc/Ensemble.3: Fix a typo: s/defiend/defined/ | georgeps | 2008-04-20 | 1 | -0/+6 |
|
|
* | * generic/tclInt.h: make stubs tables 'static const' and | das | 2008-04-16 | 1 | -0/+7 |
|
|
* | * generic/tclInt.h: revise Tcl_SetNotifier() to use a | das | 2008-04-16 | 1 | -3/+12 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -0/+8 |
|
|
* | * unix/Makefile.in: adjust tclDTrace.h dependencies for removal | das | 2008-04-15 | 1 | -0/+6 |
|
|
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): | kennykb | 2008-04-14 | 1 | -0/+3 |
|
|
* | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | kennykb | 2008-04-14 | 1 | -0/+5 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -0/+13 |
|
|
* | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 1 | -0/+4 |
|
|
* | Added 'make html' support for people on Windows, inspired by Pat Thoyts. | dkf | 2008-04-09 | 1 | -76/+76 |
|
|
* | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 2008-04-09 | 1 | -0/+6 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -0/+9 |
|
|
* | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 1 | -10/+13 |
|
|
* | * generic/tclExecute.c: added comments to the alignment macros | msofer | 2008-04-08 | 1 | -0/+5 |
|
|
* | * tools/genStubs.tcl: revert erroneous 2008-04-02 change marking | das | 2008-04-08 | 1 | -16/+27 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -0/+7 |
|
|
* | Added forgotten reference to [Bug 1350564] in last entry. | andreas_kupries | 2008-04-07 | 1 | -2/+3 |
|
|
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | rmax | 2008-04-07 | 1 | -0/+7 |
|
|
* | * tests/chanio.test (chan-io-53.9): | kennykb | 2008-04-06 | 1 | -0/+10 |
|
|
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | kennykb | 2008-04-05 | 1 | -0/+12 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 1 | -0/+7 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -0/+7 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -0/+10 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -0/+7 |
|
|
* | * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to | das | 2008-04-02 | 1 | -6/+22 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -0/+8 |
|
|