summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170]dkf2004-01-143-20/+219
* * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings.dgp2004-01-132-3/+6
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-137-134/+410
* more detaildgp2004-01-131-0/+1
* * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes todgp2004-01-132-24/+23
* Fix shared object panics. [Bug 875395]dkf2004-01-132-3/+14
* 2004-01-09 editdavygrvy2004-01-131-1/+3
* improved commentsMiguel Sofer2004-01-121-10/+6
* * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.Miguel Sofer2004-01-122-17/+16
* Fix a comment.Miguel Sofer2004-01-121-3/+2
* * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewerMiguel Sofer2004-01-123-39/+70
* no messagedavygrvy2004-01-111-1/+1
* no messagedavygrvy2004-01-111-0/+6
* * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenceddavygrvy2004-01-111-2/+2
* no messagedavygrvy2004-01-101-0/+4
* Added -DTCL_NO_DEPRECATED usage to makefile.vc. Called like this:davygrvy2004-01-102-2/+27
* no messagedavygrvy2004-01-091-0/+7
* Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATEDdavygrvy2004-01-091-16/+18
* TclFinalizeFilesystem fixvincentdarley2004-01-092-3/+8
* * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEHmdejong2003-12-262-1/+76
* typo fixesdgp2003-12-241-15/+9
* no messagedavygrvy2003-12-241-0/+63
* Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in thedavygrvy2003-12-241-2/+2
* All uses of 'panic' (the macro) changeddavygrvy2003-12-2451-306/+309
* prevent static buffer overflow (Doh!)davygrvy2003-12-231-4/+4
* fixed static buffer overflowdavygrvy2003-12-231-2/+2
* no messagedavygrvy2003-12-231-1/+13
* Removed note that makefile.vc needs to have a version number changed.davygrvy2003-12-231-2/+1
* VERSION macro now set by reading tcl.h for it.davygrvy2003-12-231-2/+13
* New feature for extensions that use rules.vc. Now reads header files fordavygrvy2003-12-232-12/+90
* no messagedavygrvy2003-12-211-0/+10
* Structured Exception Handling added around Tcl_Finalize called fromdavygrvy2003-12-211-3/+14
* * generic/tclBinary.c (DeleteScanNumberCache): fixed crashing bugdas2003-12-172-2/+9
* fix to file normalization with relative linksvincentdarley2003-12-177-47/+183
* fix to fs norm bug 860402vincentdarley2003-12-171-20/+30
* fix to fs norm bug 860402vincentdarley2003-12-173-4/+37
* Added trace for bugfixes #839519 and #861515vasiljevic2003-12-171-0/+9
* fixed Tcl_FSGetTranslatedPath to always return properly refcountedvasiljevic2003-12-171-9/+10
* Fixed 2 memory (object) leaks; Tcl Bug #839519vasiljevic2003-12-171-2/+4
* improved documentation on memory managementvincentdarley2003-12-162-16/+26
* marked test as nonPortablevincentdarley2003-12-162-2/+8
* Made a variable file-local for safetydkf2003-12-162-2/+6
* * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-163-6/+35
* * win/tcl.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-2/+2
* * wintclsh.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-0/+6
* Slight modification to the STRINGIFY macro to support Borland's rc tool.davygrvy2003-12-161-2/+2
* * generic/tclInt.decls: commented-out entry fordavygrvy2003-12-154-17/+17
* TIP#75 Implementationdkf2003-12-144-22/+305
* Stop warnings due to (annoying) C type promotion rules.dkf2003-12-141-6/+5
* rewrite of file normalizationvincentdarley2003-12-142-84/+226