| Commit message (Expand) | Author | Age | Files | Lines |
* | * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. | andreas_kupries | 2006-09-11 | 2 | -2/+6 |
|
|
* | * unix/tclUnixCompat.c: make compatLock static and only declare it when | das | 2006-09-11 | 2 | -107/+116 |
|
|
* | * tests/msgcat.test: Bumped version in auxiliary files as well. | andreas_kupries | 2006-09-11 | 3 | -4/+9 |
|
|
* | bump msgcat version to 1.4.2 | Kevin B Kenny | 2006-09-11 | 3 | -6/+11 |
|
|
* | * library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s. | dgp | 2006-09-11 | 2 | -5/+8 |
|
|
* | * generic/tclExecute.c: Corrected INST_EXPON flaw that treated | dgp | 2006-09-11 | 3 | -5/+12 |
|
|
* | * doc/tcltest.n: Bump to version tcltest 2.3.0 to account | dgp | 2006-09-11 | 8 | -19/+27 |
|
|
* | * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to account | dgp | 2006-09-10 | 3 | -3/+8 |
|
|
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 11 | -746/+907 |
|
|
* | Added special handling for Darwin where gethostbyname/addr are actually | vasiljevic | 2006-09-08 | 4 | -15/+53 |
|
|
* | * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, | andreas_kupries | 2006-09-08 | 2 | -6/+11 |
|
|
* | unix/tclUnixCompat.c: Added fallback to MT-unsafe | vasiljevic | 2006-09-07 | 2 | -21/+69 |
|
|
* | Rewritten MT-safe wrappers to return ptrs to TSD storage. | vasiljevic | 2006-09-07 | 6 | -217/+169 |
|
|
* | Use MODULE_SCOPE declaration where appropriate | vasiljevic | 2006-09-06 | 1 | -7/+7 |
|
|
* | Added for fixing Tcl Bug 999544 | vasiljevic | 2006-09-06 | 1 | -0/+584 |
|
|
* | Added fixes for Tcl Bug 999544 (ported from core-8-4-branch). | vasiljevic | 2006-09-06 | 9 | -14/+2089 |
|
|
* | typo | dgp | 2006-09-05 | 1 | -1/+1 |
|
|
* | * generic/tclCompExpr.c: Removed much complexity that is | dgp | 2006-09-05 | 2 | -292/+91 |
|
|
* | * tests/main.text (Tcl_Main-4.4): Test corrected to not be | dgp | 2006-09-04 | 2 | -3/+8 |
|
|
* | correct package example | hobbs | 2006-09-04 | 2 | -3/+8 |
|
|
* | * generic/tclCompExpr.c: Corrected flawed logic for | dgp | 2006-08-31 | 2 | -1/+8 |
|
|
* | * tests/expr-old.test: The remaining failing tests reported in | dgp | 2006-08-31 | 3 | -4/+11 |
|
|
* | * generic/tclParseExpr.c: Dropped the old expr parser. | dgp | 2006-08-30 | 2 | -1965/+12 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId | hobbs | 2006-08-30 | 2 | -1/+4 |
|
|
* | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 2 | -51/+55 |
|
|
* | see changes | hobbs | 2006-08-30 | 1 | -4/+16 |
|
|
* | * generic/tclIOGT.c (ExecuteCallback): | hobbs | 2006-08-30 | 2 | -5/+6 |
|
|
* | * unix/Makefile.in (valgrindshell): add valgrindshell target and | hobbs | 2006-08-30 | 1 | -2/+9 |
|
|
* | * generic/tclFileName.c (DoGlob): match incrs with decrs. | hobbs | 2006-08-30 | 1 | -1/+3 |
|
|
* | silence compiler warn | dgp | 2006-08-29 | 1 | -2/+2 |
|
|
* | undo mistaken commit | dgp | 2006-08-29 | 1 | -2/+2 |
|
|
* | * generic/tclParseExpr.c: Use the "parent" field of | dgp | 2006-08-29 | 2 | -6/+19 |
|
|
* | add casts to make gcc2 happy with previous commit [Bug 1548330] | das | 2006-08-29 | 2 | -31/+31 |
|
|
* | Fix for stack.test failures on FreeBSD | Joe Mistachkin | 2006-08-29 | 3 | -13/+11 |
|
|
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 6 | -22/+48 |
|
|
* | ftp://elsie.nci.nih.gov/pub/tzdata2006k | Kevin B Kenny | 2006-08-28 | 4 | -95/+106 |
|
|
* | * generic/tclStringObj.c: Revised ObjPrintfVA to take care | dgp | 2006-08-28 | 3 | -25/+42 |
|
|
* | * generic/tclStringObj.c: Corrected TclFormatObj's failure | dgp | 2006-08-28 | 2 | -4/+17 |
|
|
* | undo last commit. | dgp | 2006-08-28 | 2 | -6/+2 |
|
|
* | simplification of previous commit, whitespace cleanup | das | 2006-08-28 | 1 | -13/+8 |
|
|
* | fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defined | das | 2006-08-28 | 2 | -10/+10 |
|
|
* | Fixes for [Bug 1547662] and [Bug 1547681] | Joe Mistachkin | 2006-08-28 | 3 | -7/+21 |
|
|
* | bugfix, docs clarification and new tests for 'namespace upvar' [Bug 1546833] | Miguel Sofer | 2006-08-26 | 4 | -17/+134 |
|
|
* | * library/tzdata: Regenerated, including several new files, | Kevin B Kenny | 2006-08-24 | 50 | -2510/+4212 |
|
|
* | removed now no longer needed '-constraints newExprParser' arg to tcltest | das | 2006-08-24 | 2 | -6/+4 |
|
|
* | * generic/tclParseExpr.c: Minimal collection of new tests | dgp | 2006-08-23 | 3 | -44/+221 |
|
|
* | More test flexibility | dgp | 2006-08-22 | 3 | -50/+15 |
|
|
* | * tests/compExpr-old.test: Update existing tests to not fail | dgp | 2006-08-22 | 10 | -843/+686 |
|
|
* | * generic/tclParseExpr.c: Revised mistaken call to | dgp | 2006-08-21 | 2 | -7/+16 |
|
|
* | * generic/tclIOUtil.c: Revisions to complete the thread finalization | dgp | 2006-08-21 | 2 | -1/+8 |
|
|