summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]dkf2008-05-316-13/+45
* Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-3131-22/+13866
* Small clarifications that code a bit nicer to read.dkf2008-05-308-222/+206
* Fixed line endingspatthoyts2008-05-271-18/+18
* (io-53.9): need to close chan before removing filehobbs2008-05-262-1/+6
* Missed one!dkf2008-05-262-11/+3
* Remove obsolete winhelp targets. They weren't supported and didn't work.dkf2008-05-263-105/+16
* Oops. Undo commit of the local tweaks.andreas_kupries2008-05-234-23/+9
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-239-30/+59
* * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-222-1/+10
* * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-213-5/+20
* Correct logic for handling error cases when setting the namespace unknown han...dkf2008-05-203-52/+76
* * generic/tclCompile.c: fix crash with tcl_traceExec. Found andMiguel Sofer2008-05-162-2/+7
* We should use the thread allocator for threaded builds. Added 'tclalloc' opti...patthoyts2008-05-154-8/+19
* * tools/tsdPerf.c A loadable Tcl extension for testing TSDgeorgeps2008-05-093-0/+93
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-097-460/+284
* * tests/dict.test (dict-19.2): Corrected a bug whereKevin B Kenny2008-05-091-1/+1
* * Makefile:Kevin B Kenny2008-05-092-2/+9
* Cleaning updkf2008-05-071-380/+369
* Simplify testdkf2008-05-071-8/+3
* Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg)patthoyts2008-05-071-2/+2
* Detect problem case and prove that it's fixed.dkf2008-05-071-1/+9
* Fix off-by-one error that caused crashes. D'oh!dkf2008-05-072-2/+9
* fix Makefile dependencydas2008-05-061-2/+2
* CONST -> constnijtmans2008-05-042-3/+3
* use Tcl_Panic() instead of panic()das2008-05-031-3/+3
* Converted the [binary] command into an ensemble.patthoyts2008-05-025-160/+244
* Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanuppatthoyts2008-05-022-108/+5
* Record tclvfs basepatthoyts2008-05-021-1/+3
* More elimination of pre-C89-isms.dkf2008-05-0213-574/+653
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-275-27/+27
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-2775-1308/+1330
* Added a htmlhelp target to replace winhelppatthoyts2008-04-271-6/+58
* Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-272-2/+14
* generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-262-18/+32
* remove ioUtil.test, llvm-gcc fixdas2008-04-251-5/+2
* fix warningdas2008-04-251-2/+1
* define DLLEXPORT as __attribute__ ((visibility("default"))) for gcc >= 4.0.nijtmans2008-04-241-16/+17
* * tests/ioCmd.test: Extended testsuite for reflected channelandreas_kupries2008-04-243-49/+523
* Assorted improvements to make better use of tcltest2dkf2008-04-236-385/+417
* * generic/tclIOUtil.c: Removed all code delimited bydgp2008-04-215-1361/+34
* doc/Ensemble.3: Fix a typo: s/defiend/defined/georgeps2008-04-202-2/+8
* note that cygwin is not supportedmdejong2008-04-191-1/+4
* Fix typo spotted by Steve Havelkadkf2008-04-181-2/+2
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-167-25/+39
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-167-988/+1014
* * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-154-8/+98
* sync with Tcl.xcodeprojdas2008-04-151-2/+15
* * unix/Makefile.in: adjust tclDTrace.h dependencies for removaldas2008-04-152-2/+8
* * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):Kevin B Kenny2008-04-142-1/+12