summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:nijtmans2010-07-252-7/+4
| * [Bug 3031278] fixed merge problem in previous commit.nijtmans2010-07-181-2/+1
| * [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6nijtmans2010-07-172-8/+15
| * (Backport) take over definitions of _WIN32, DLLIMPORT, DLLEXPORT and TCL_LL_M...nijtmans2010-07-161-17/+23
| * [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-281-13/+13
| * Fixed object leakvasiljevic2010-04-061-3/+2
| * * generic/tclStringObj.c: (SetStringFromAny): avoid tramplingvasiljevic2010-04-021-2/+4
| * Fix [Bug 2954959] expr abs(-0.0) is -0.0nijtmans2010-02-221-1/+11
| * * generic/tclCompile.c: [Bug 2949302]: Fixed leak of supportandreas_kupries2010-02-111-18/+47
| * [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-011-32/+34
| * (Backport) Fix [Bug 2891556] and improve test to detect similar manifestation...ferrieux2009-11-161-6/+22
| * * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosityandreas_kupries2009-11-121-5/+12
| * * generic/tclObj.c: Plus memory leak in TclContinuationsEnter().andreas_kupries2009-11-101-1/+12
| * * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement ofandreas_kupries2009-11-091-6/+5
| * * generic/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd,andreas_kupries2009-10-231-3/+4
| * * generic/tclIO.c (FlushChannel): Skip OutputProc for low-levelandreas_kupries2009-10-231-2/+6
| * Fix [Bug 2882561].dkf2009-10-211-3/+3
| * fix typosdas2009-10-051-3/+3
| * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-284-16/+57
| * * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values todgp2009-09-181-3/+3
| * silence compiler warningsdgp2009-08-262-4/+4
| * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-2510-326/+1038
| * * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-171-3/+27
| * fix SunCC warningdas2009-07-231-2/+2
| * Fix for [Bug 2820349]Joe Mistachkin2009-07-231-1/+3
| * * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter,andreas_kupries2009-07-145-131/+127
| * * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtrdgp2009-06-132-7/+3
| * Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux2009-04-272-8/+111
| * * generic/tclStringObj.c (UpdateStringOfString): Added cast to fixandreas_kupries2009-04-221-2/+2
| * UpdateStringOfString: matchup with core-8-5-branch changesdas2009-04-151-6/+6
| * * generic/tclStringObj.c: AppendUnicodeToUnicodeRep faileddgp2009-04-151-1/+2
| * * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-071-66/+113
| * * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-302-3/+97
| * * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-211-2/+8
| * * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflowdgp2009-03-201-2/+8
| * * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+10
| * * generic/tcl.h (Darwin): workaround conflict between deprecated tcldas2009-02-061-1/+2
| * * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-051-4/+29
| * * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-041-46/+34
| * * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-091-4/+7
| * * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-081-2/+2
| * * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-041-11/+78
| * * generic/tclFileName.c (TclDoGlob): One of thedgp2008-12-031-4/+4
| * * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit todgp2008-12-011-3/+3
| * * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport ofandreas_kupries2008-11-251-2/+2
| * * generic/tclIO.c: Backport of fix for [Bug 2333466].andreas_kupries2008-11-231-2/+4
| * * generic/tclPort.h: remove the ../{win,unix}/ header dirs as thehobbs2008-11-041-3/+3
| * * generic/tclCompile.h: add support for debug logging of DTracedas2008-08-142-3/+115
| * * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+5
| * * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggeredandreas_kupries2008-08-111-5/+24