summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* remove duplicate function definitionvincentdarley2003-04-151-121/+1
* Stopped compiler warnings about type casts.dgp2003-04-152-4/+4
* shared filesystem functionvincentdarley2003-04-143-13/+12
* Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-121-22/+26
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-10/+8
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-1/+44
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-115-2091/+2391
* Use correct test for the empty string in Tcl_ErrorObjCmddkf2003-04-081-2/+2
* * generic/tclCompCmds.c (TclCompileIfCmd): Corrected string limits ofdgp2003-04-071-4/+4
* * generic/tclCmdMZ.c (TraceExecutionProc): Added missingdgp2003-04-071-2/+4
* Yet more warning killing, this time reported by Miguel Sofer by private chat.dkf2003-04-071-1/+2
* Stopped compilers from moaning about switch fall-through. [Bug 716327]dkf2003-04-071-1/+5
* Fixed bugs 715751 and 713562 so dict code should build everywhere and wide intsdkf2003-04-072-26/+40
* Converted new files from DOS line endings to usual line endings.dgp2003-04-051-2519/+2519
* Final stage of getting dictionaries into the core. Test suite should work now!dkf2003-04-054-43/+10
* Regen.dkf2003-04-052-2/+110
* Build support for dicts on Unix and Windows, plus public API (structuredkf2003-04-052-2/+58
* The bulk of the TIP#111 implementation. Still need to finish plumbing thisdkf2003-04-051-0/+2558
* * generic/tclCompCmds.c (TclCompileReturnCmd): Now that [return]dgp2003-04-031-9/+1
* * generic/tclParse.c (TclSubstTokens): Moved declaration ofdgp2003-04-021-2/+2
* * generic/tclExecute.c (INST_RETURN): Bytecompiled [return] faileddgp2003-04-011-1/+2
* * generic/tclVar.c:Miguel Sofer2003-03-241-18/+42
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-212-2/+26
* * generic/tclInt.h: Removed definition of ParseValue struct thatdgp2003-03-201-32/+1
* Stopped some GCC possibly-uninit-variable warnings.dkf2003-03-201-3/+3
* * generic/tclCompile.c:Miguel Sofer2003-03-191-2/+9
* * generic/tclCompCmds.c (TclCompileReturnCmd): Alternative fix fordgp2003-03-194-24/+13
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-139-540/+486
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-4/+1
* * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+4
* Removed an unused local variable that caused compilation problems on Kevin B Kenny2003-03-091-2/+1
* * generic/tclCmdAH.c (Tcl_FileObjCmd): Fix the setting of a file's mtimedkf2003-03-071-7/+19
* * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure todgp2003-03-061-4/+7
* Replaced a non-portable 'bzero' with a portable 'memset'. [Bug 698442].Kevin B Kenny2003-03-061-2/+2
* * generic/tclIO.c (Tcl_Seek, Tcl_OutputBuffered):mdejong2003-03-062-36/+19
* * generic/tclIO.c (Tcl_Flush): Compare themdejong2003-03-061-2/+3
* * generic/tclIO.c (Tcl_GetsObj): Check thatmdejong2003-03-061-2/+2
* * generic/tclIO.c (WriteBytes, WriteChars,mdejong2003-03-061-4/+15
* * generic/tclIO.c (Tcl_SetChannelOption):mdejong2003-03-061-5/+3
* The [switch] command is now bytecode compiled, at least in the most commondkf2003-03-054-28/+421
* * README: Bumped version number ofdgp2003-03-041-6/+7
* Mac OS Classic specific fixes:core_8_4_2das2003-03-031-1/+13
* * generic/tclIOUtil.c (MakeFsPathFromRelative): removed dead codehobbs2003-02-271-6/+2
* Stop [lsearch -start 0 {} x] from crashing. [Bug #694232]dkf2003-02-271-3/+4
* * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak whenhobbs2003-02-271-1/+6
* Fix for Bug #571002vasiljevic2003-02-221-2/+8
* Stopped sign-bit propagation in [binary scan] of wide values. [Bug #690774]dkf2003-02-211-20/+20
* * generic/tclEncoding.c (LoadTableEncoding):hobbs2003-02-211-1/+46
* * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effectdas2003-02-191-67/+45