summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fixed docbug in lsearch and lsort for -ascii opt, which operates on Unicodedkf2003-03-173-5/+14
| | * | | | Made format less keen on converting numeric types. [Bug #699060]dkf2003-03-143-10/+52
| | * | | | Backport of fix for 698146 to remove assumption that time_t is a long...dkf2003-03-142-7/+12
| | * | | | * generic/tclCmdAH.c (Tcl_FormatObjCmd): Only add the modifierdkf2003-03-143-150/+170
| | * | | | Backed the version to 8.4 on the 8.4 branch. Kevin B Kenny2003-03-132-2/+7
| | * | | | * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-123-7/+11
| | * | | | * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test fordgp2003-03-123-20/+25
| | * | | | correct latest entrydgp2003-03-121-3/+4
| | * | | | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-123-4/+15
| | * | | | Added two missing uses of $(DBGX) so that tclpip8x.dll loads without Kevin B Kenny2003-03-112-4/+9
| | * | | | * doc/tcltest.n: Added missing "-body" to example. Thanks todgp2003-03-083-4/+13
| | * | | | * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp2003-03-063-6/+49
| * | | | | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of descriptiondgp2011-02-282-12/+18
| * | | | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-254-27/+35
| * | | | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-192-10/+10
| * | | | | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info whereve...ferrieux2011-01-192-1/+45
| * | | | | Make sure to use CONST/VOID in stead ofnijtmans2011-01-195-117/+38
| * | | | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-186-37/+45
| * | | | | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters.nijtmans2011-01-175-35/+35
| * | | | | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-174-42/+102
| * | | | | * doc/tclvars.n:Kevin B Kenny2011-01-155-56/+2106
| * | | | | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error inMiguel Sofer2011-01-132-4/+11
| * | | | | Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits b...nijtmans2011-01-032-3/+13
| * | | | | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-12-312-4/+34
| * | | | | Remove unwanted/obsolete 'ddd' target.stwo2010-12-172-9/+5
| * | | | | [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-172-23/+5
| * | | | | Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-172-3/+7
| * | | | | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-136-26/+367
| * | | | | Better building on OpenBSD.stwo2010-12-123-26/+71
| * | | | | [backport] Make sure [fcopy -size ... -command ...] always calls the callback...ferrieux2010-12-103-2/+82
| * | | | | * generic/tclUtil.c (TclReToGlob): add extra check for multiplehobbs2010-12-032-2/+20
| * | | | | Whitespace, and fix broken backport of ilimi* initialization.andreas_kupries2010-12-011-66/+66
| * | | | | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):Kevin B Kenny2010-12-012-4/+20
| * | | | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-3016-388/+3565
| * | | | | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:hobbs2010-11-306-24/+114
| * | | | | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsoleteandreas_kupries2010-11-232-12/+8
| * | | | | Allow cross-compilation by default (backported)nijtmans2010-11-194-96/+176
| * | | | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-194-8/+11
| * | | | | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rulesnijtmans2010-11-192-7/+10
| * | | | | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifi...nijtmans2010-11-192-2/+7
| * | | | | * doc/file.n: [Bug 3111298]: Typofix.dkf2010-11-182-12/+15
| * | | | | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-162-1/+10
| * | | | | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-159-53/+377
| * | | | | Backport dgp's fixes to comments and ChangeLog entryKevin B Kenny2010-11-052-3/+3
| * | | | | * generic/tclCompCmds.c (TclCompileCatchCmd):Kevin B Kenny2010-11-033-71/+155
| * | | | | Improved handling of non-standard module path lists, empty path lists in part...stwo2010-11-023-6/+11
| * | | | | * library/tzdata/Asia/Hong_Kong:Kevin B Kenny2010-11-014-4/+8
| * | | | | Update for VS10nijtmans2010-10-232-3/+6
| * | | | | [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-237-1063/+1107
| * | | | | * generic/tclExecute.c: fix overallocation of exec stack in TEBCMiguel Sofer2010-10-092-3/+8