summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-193-9/+5
* (HaveVersion): correctly decl statichobbs2003-02-191-2/+2
* cleanup of new simplefs test codevincentdarley2003-02-181-6/+10
* * generic/tclBasic.c (TclRenameCommand): fixing error in previousMiguel Sofer2003-02-181-2/+1
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH):hobbs2003-02-186-13/+229
* * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object wasMiguel Sofer2003-02-181-7/+13
* * generic/tclIO.c (Tcl_GetsObj): Minor changemdejong2003-02-171-2/+2
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-165-105/+202
* Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the Kevin B Kenny2003-02-152-8/+227
* * README: Bumped to version 8.4.2.hobbs2003-02-151-3/+3
* generic/tclStringObj.c (Tcl_GetCharLength): perf tweakhobbs2003-02-151-7/+8
* lint init regexphobbs2003-02-111-2/+2
* * tests/lsearch.test:hobbs2003-02-111-2/+19
* * tests/stringObj.test:hobbs2003-02-111-7/+6
* * generic/tclParse.c (CommandComplete): more paranoid check tohobbs2003-02-111-2/+2
* * generic/tclParse.cMiguel Sofer2003-02-111-2/+2
* * generic/tclIOUtil.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):hobbs2003-02-111-79/+91
* * tests/fileSystem.test: added test 8.3hobbs2003-02-111-73/+78
* further fs cleanupvincentdarley2003-02-102-46/+24
* filesystem speed up round 2vincentdarley2003-02-102-110/+574
* fix to crashing filesystem testvincentdarley2003-02-071-44/+62
* * generic/tclCompCmds.c (TclCompileIncrCmd):mdejong2003-02-071-5/+1