summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* filesystem fixes backportedvincentdarley2003-04-141-1921/+2046
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-10/+8
* * generic/tclIO.c (UpdateInterest): When dropping interest inandreas_kupries2003-04-111-7/+38
* Experimental change. Easier to check in and later back out if thereandreas_kupries2003-04-101-1/+13
* 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
* Make sure that tclWideIntType is defined and somewhat sensible everywhere. [...dkf2003-04-071-6/+9
* * 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
* * generic/tclCompile.c:Miguel Sofer2003-03-191-2/+9
* Fixes for three filesystem problemsvincentdarley2003-03-181-1/+3
* Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-141-9/+42
* Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-141-7/+9
* * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-141-149/+159
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-4/+1
* * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test fordgp2003-03-121-15/+16
* * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+4
* * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp2003-03-061-4/+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