summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fixed Bug 1494664Kevin B Kenny2006-07-303-5/+25
* Fixed Bug 1505383Kevin B Kenny2006-07-304-1775/+2342
* Fix typo [Bug 1496886]jenglish2006-07-302-2/+6
* fix errors from 'make html'das2006-07-282-4/+4
* * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-263-3/+16
* * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanksdgp2006-07-242-15/+23
* undo mistaken commitdgp2006-07-212-20/+17
* * generic/tclExecute.c:Miguel Sofer2006-07-215-22/+48
* typosdas2006-07-211-3/+3
* cleanup quoting and whitespacedas2006-07-202-5/+6
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-2013-1009/+1419
* * generic/regc_locale.c (cclass):das2006-07-209-50/+51
* * unix/tclUnixPort.h: Added the inclusion ofandreas_kupries2006-07-142-1/+13
* Made Tcl_AsyncDelete() more tolerant when called after all thread TSDvasiljevic2006-07-112-14/+28
* Improvements to error context messagesdgp2006-07-051-3/+9
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-057-34/+1233