summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash conditionhobbs2004-05-041-1/+48
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-021-4/+22
* * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bugandreas_kupries2004-04-231-1/+10
* Backport of fixes to make HashObjKey hash the whole object...dkf2004-03-301-18/+9
* * generic/tclInt.h:hobbs2004-03-292-22/+36
* * generic/tclCompile.c (TclCompileScript): corrected possibleMiguel Sofer2004-03-291-3/+4
* * generic/tclCompile.c (TclCompileScript):Miguel Sofer2004-03-151-4/+6
* glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+11
* * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62dgp2004-03-012-3/+15
* stop compiler warningdgp2004-02-201-2/+2
* reverted file norm .. fixes because 8.5 had much more extensive changes acros...hobbs2004-02-181-222/+85
* * generic/tclIOUtil.c: backport of rewrite of generic filehobbs2004-02-181-85/+222
* * generic/tclCmdMZ.c (TclTraceExecutionObjCmd)hobbs2004-02-171-6/+4
* update patchlevel to 8.4.6hobbs2004-02-131-3/+3
* * generic/tclIO.c (Tcl_Ungets): fixes improper filling of the channel buffer.davygrvy2004-02-021-3/+2
* * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp2004-01-131-24/+16
* Fix shared object panics. [Bug 875395]dkf2004-01-131-3/+6
* vfs code tclfinalizefilesystem fixvincentdarley2004-01-091-3/+3
* * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-171-2/+4
* Merged fixes for Tcl Bug #839519 and Tcl Bug #861515.vasiljevic2003-12-171-11/+14
* fix to 'file normalize ~nobody' crashvincentdarley2003-12-121-1/+4
* * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguishdgp2003-12-031-3/+3
* * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-021-3/+3
* Stop losing references when variables are repeated in [binary scan]. [851747]dkf2003-12-021-40/+71
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-2/+2
* fix to 'cd' infinite recursion bug on Windowsvincentdarley2003-11-201-5/+12
* * generic/regcomp.c: Backported regexp bug fixes and tests. Thanksdgp2003-11-172-6/+28
* * tests/unixInit.test (unixInit-2.10): mark as knownBughobbs2003-11-061-13/+7
* * generic/tclEncoding.c (TclFindEncodings): Normalize the pathdgp2003-11-051-5/+9
* fix testsuite backport errorvincentdarley2003-10-311-2/+2
* * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): Newandreas_kupries2003-10-223-9/+166
* Changed FILE_ to FCMD_ to prevent symbol/#def collisions. [Bug 822528]dkf2003-10-221-45/+45
* regsub fixvincentdarley2003-10-141-2/+13
* * generic/tclBasic.c: Save and restore the iPtr->flag bits thatdgp2003-10-081-1/+6
* Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-082-7/+30
* filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-062-36/+61
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-032-22/+69
* backporting of filesystem tests, docsvincentdarley2003-10-032-16/+85
* * README: Bumped patch level to 8.4.5 to preparedgp2003-10-021-3/+3
* * generic/tclBasic.c (CallCommandTraces): Added safety bitdgp2003-09-291-4/+9
* * generic/tclCmdMZ.c (): Fixed [Bug 807243] wheredgp2003-09-241-1/+17
* * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs toMiguel Sofer2003-09-191-17/+75
* Backported fix from HEAD for Bug 788780vasiljevic2003-09-011-3/+3
* additinal performance tweak to last commitdgp2003-08-271-3/+14
* * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-25/+36
* * generic/tclExecute.c (INST_INVOKE, INST_EVAL, INST_PUSH_RESULT):Miguel Sofer2003-08-051-4/+30
* * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-183-22/+65
* * generic/tclIOUtil.c: correct MT-safety issues with filesystemhobbs2003-07-181-179/+237
* 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-172-41/+34
* * generic/tcl.h: add recognition of -DTCL_UTF_MAX=6 on thehobbs2003-07-162-4/+26