summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops. Undo commit of the local tweaks.andreas_kupries2008-05-231-12/+1
* * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-232-8/+20
* * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability todgp2008-05-221-1/+4
* * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace()dgp2008-05-211-4/+7
* Correct logic for handling error cases when setting the namespace unknown han...dkf2008-05-201-24/+37
* * generic/tclCompile.c: fix crash with tcl_traceExec. Found andMiguel Sofer2008-05-161-2/+2
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-094-458/+178
* Fix off-by-one error that caused crashes. D'oh!dkf2008-05-071-2/+2
* CONST -> constnijtmans2008-05-041-1/+1
* use Tcl_Panic() instead of panic()das2008-05-031-3/+3
* Converted the [binary] command into an ensemble.patthoyts2008-05-023-156/+235
* Reverted dkf's accidental commit of the TIP 316 APIs as part of a code cleanuppatthoyts2008-05-021-108/+1
* More elimination of pre-C89-isms.dkf2008-05-028-409/+507
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-2742-731/+740
* Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-271-2/+10
* generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-261-18/+26
* 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-241-48/+334
* * generic/tclIOUtil.c: Removed all code delimited bydgp2008-04-212-1026/+2
* * generic/tclInt.h: make stubs tables 'static const' anddas2008-04-165-23/+30
* * generic/tclInt.h: revise Tcl_SetNotifier() to use adas2008-04-163-51/+19
* * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-151-6/+8
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-101-13/+8
* * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreas_kupries2008-04-091-1/+15
* * generic/tclExecute.c: added comments to the alignment macrosMiguel Sofer2008-04-081-5/+18
* * generic/tclDecls.h: make genstubsdas2008-04-085-10/+10
* * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-072-29/+42
* * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,andreas_kupries2008-04-071-4/+8
* * generic/tclStringObj.c (Tcl_AppendFormatToObj):rmax2008-04-071-3/+3
* * generic/tclIORChan.c (ReflectOutput): Allow zero return fromandreas_kupries2008-04-041-2/+13
* * generic/tclIORChan.c (ReflectClose): Added missing removal ofandreas_kupries2008-04-041-1/+15
* * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] toandreas_kupries2008-04-031-14/+24
* * generic/tclDecls.h: make genstubsdas2008-04-026-60/+20
* * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE todas2008-04-021-11/+13
* * generic/tcl.decls: remove 'export' declarations of symbols nowdas2008-04-021-27/+1
* * generic/tclIO.c (CopyData): Applied patch for the fcopy problemandreas_kupries2008-04-021-2/+2
* * generic/tclStubLib.c: Removed needless #ifdef complexity.dgp2008-04-021-12/+1
* * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-1/+20
* * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message.dgp2008-04-011-1/+3
* * README: Bump version number to 8.6a0dgp2008-04-017-17/+32
* * generic/tclObj.c: Added missing #include <math.h> needed toKevin B Kenny2008-03-301-1/+2
* * generic/tclInt.h (TclIsNaN):Kevin B Kenny2008-03-301-5/+9
* * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2dgp2008-03-281-2/+2
* improved fix keeping short-circuitpatthoyts2008-03-241-3/+5
* bug #1923966 - crash in binary format. Added tests for the above crash condit...patthoyts2008-03-241-2/+2
* Oops, typo.dkf2008-03-201-2/+2