summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * unix/Makefile.in (valgrindshell): add valgrindshell target andhobbs2006-08-301-2/+9
* * generic/tclFileName.c (DoGlob): match incrs with decrs.hobbs2006-08-301-1/+3
* silence compiler warndgp2006-08-291-2/+2
* undo mistaken commitdgp2006-08-291-2/+2
* * generic/tclParseExpr.c: Use the "parent" field ofdgp2006-08-292-6/+19
* add casts to make gcc2 happy with previous commit [Bug 1548330]das2006-08-292-31/+31
* Fix for stack.test failures on FreeBSDJoe Mistachkin2006-08-293-13/+11
* fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segvcoldstore2006-08-296-22/+48
* ftp://elsie.nci.nih.gov/pub/tzdata2006kKevin B Kenny2006-08-284-95/+106
* * generic/tclStringObj.c: Revised ObjPrintfVA to take caredgp2006-08-283-25/+42
* * generic/tclStringObj.c: Corrected TclFormatObj's failuredgp2006-08-282-4/+17
* undo last commit.dgp2006-08-282-6/+2
* simplification of previous commit, whitespace cleanupdas2006-08-281-13/+8
* fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defineddas2006-08-282-10/+10
* Fixes for [Bug 1547662] and [Bug 1547681]Joe Mistachkin2006-08-283-7/+21
* bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833]Miguel Sofer2006-08-264-17/+134
* * library/tzdata: Regenerated, including several new files,Kevin B Kenny2006-08-2450-2510/+4212
* removed now no longer needed '-constraints newExprParser' arg to tcltestdas2006-08-242-6/+4
* * generic/tclParseExpr.c: Minimal collection of new testsdgp2006-08-233-44/+221
* More test flexibilitydgp2006-08-223-50/+15
* * tests/compExpr-old.test: Update existing tests to not faildgp2006-08-2210-843/+686
* * generic/tclParseExpr.c: Revised mistaken call todgp2006-08-212-7/+16
* * generic/tclIOUtil.c: Revisions to complete the thread finalizationdgp2006-08-212-1/+8
* Fix the 'gdb' target.dkf2006-08-212-17/+22
* typo: s/Xcode 2.3/Xcode 2.4/das2006-08-212-4/+4
* * unix/tclUnixPort.h (Darwin): override potentially faulty configuredas2006-08-212-8/+18
* add support for building without -fconstant-cfstrings, e.g. when MACOSX_DEPLO...das2006-08-211-3/+15
* sync with relevant core-8-4-branch additionsdas2006-08-211-1/+25
* * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-217-10/+133
* * macosx/tclMacOSXNotify.c (Tcl_WaitForEvent): if the run loop isdas2006-08-213-4/+58
* * unix/tclUnixChan.c (TclUnixWaitForFile): with timeout < 0, if select()das2006-08-182-1/+8
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-1814-58/+348
* * generic/tclCompile.c: Revised the new set of expressiondgp2006-08-173-104/+89
* * generic/tclParseExpr.c: Replace PrecedenceOf() functiondgp2006-08-162-76/+19
* Added missing braces to validation codedkf2006-08-142-2/+7
* It seems that the original submitter of the patch didn't test it. Add a dkf2006-08-111-1/+9
* Applied [Patch 1352382]dkf2006-08-112-150/+156
* D'oh! Fix silly mistakes.dkf2006-08-101-3/+3
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-1023-278/+286
* * generic/tclEncoding.c: Replace buffer copy in for loopdgp2006-08-092-4/+7
* Error message consistency improvements. [Bug 1534628]dkf2006-08-093-8/+11
* Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184]dkf2006-08-093-12/+18
* Make [expr] use in examples more idiomatic [Bug 1526581]dkf2006-08-097-511/+488
* fix indenting with spaces i.s.o tabsnijtmans2006-08-031-2/+2
* two minor doc fixesnijtmans2006-08-032-4/+4
* * unix/tclUnixPipe.c (TclpCreateProcess): for USE_VFORK: ensure standarddas2006-08-022-3/+36
* * tests/compExpr-old.test: add 'oldExprParser' constraint to all testsdas2006-08-029-205/+241
* typodas2006-08-021-2/+2
* Bug 1531530Kevin B Kenny2006-07-312-4/+12
* Bug 1426279Kevin B Kenny2006-07-315-30/+151