| Commit message (Expand) | Author | Age | Files | Lines |
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit | patthoyts | 2007-08-01 | 4 | -5/+23 |
|
|
* | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry | Miguel Sofer | 2007-08-01 | 2 | -2/+7 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 21 | -2158/+2812 |
|
|
* | Regen with autoconf 2.61 | Miguel Sofer | 2007-07-31 | 3 | -7582/+8331 |
|
|
* | * unix/configure.in: allow use of 'inline' in Tcl sources | Miguel Sofer | 2007-07-31 | 4 | -4/+12 |
|
|
* | Whitespace/format cleanup | dkf | 2007-07-31 | 2 | -64/+61 |
|
|
* | Added missing bug number. ;-) | dkf | 2007-07-31 | 1 | -1/+1 |
|
|
* | * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid | dkf | 2007-07-31 | 2 | -15/+25 |
|
|
* | Simplify the #ifdef logic. | dkf | 2007-07-31 | 2 | -334/+398 |
|
|
* | One more bad change spotted by AKu | dkf | 2007-07-31 | 1 | -2/+2 |
|
|
* | Fix test failures. | dkf | 2007-07-31 | 2 | -2/+6 |
|
|
* | Added macros to make bit chopping clearer | dkf | 2007-07-30 | 2 | -183/+198 |
|
|
* | fix wrong TIP # in Changelog | Miguel Sofer | 2007-07-24 | 1 | -1/+1 |
|
|
* | comment fix | Miguel Sofer | 2007-07-24 | 1 | -3/+2 |
|
|
* | changelog completion | Miguel Sofer | 2007-07-24 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 5 | -73/+80 |
|
|
* | * library/platform/platform.tcl: Fixed bug in 'platform::patterns' | andreas_kupries | 2007-07-20 | 7 | -25/+41 |
|
|
* | * generic/tclParse.c: In contexts where interp and parsePtr->interp | dgp | 2007-07-19 | 2 | -20/+27 |
|
|
* | * generic/tclCompExpr.c: Removed unused arguments and variables. | dgp | 2007-07-18 | 2 | -43/+29 |
|
|
* | typo | dgp | 2007-07-17 | 1 | -2/+2 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): While adding comments to | dgp | 2007-07-17 | 2 | -202/+258 |
|
|
* | * generic/tclCompExpr.c: More commentary. | dgp | 2007-07-16 | 3 | -7/+126 |
|
|
* | additional commentary | dgp | 2007-07-12 | 1 | -6/+25 |
|
|
* | * generic/tclCompExpr.c: Factored out, corrected, and commented | dgp | 2007-07-12 | 2 | -44/+48 |
|
|
* | 2007-07-11 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2007-07-11 | 3 | -15/+36 |
|
|
* | * generic/tclCompExpr.c: Added a "parseOnly" flag argument to | dgp | 2007-07-11 | 2 | -49/+41 |
|
|
* | Renamed some variables for | dgp | 2007-07-10 | 2 | -47/+117 |
|
|
* | Removed some unused counter variables. | dgp | 2007-07-10 | 2 | -6/+18 |
|
|
* | * generic/tclCompExpr.c: Added a field for operator precedence | dgp | 2007-07-10 | 2 | -40/+174 |
|
|
* | More extended commentary about the data structures of the expr parser. | dgp | 2007-07-09 | 1 | -43/+85 |
|
|
* | * generic/tclCompExpr.c: Revision so that the END lexeme never | dgp | 2007-07-09 | 2 | -4/+38 |
|
|
* | * generic/tclCompExpr.c: Added missing creation and return | dgp | 2007-07-09 | 2 | -2/+16 |
|
|
* | More work in progress commenting the expr parser | dgp | 2007-07-05 | 1 | -10/+55 |
|
|
* | Start of work adding more useful comments to the expr parser. | dgp | 2007-07-05 | 1 | -20/+63 |
|
|
* | * library/init.tcl (unknown): Corrected inconsistent error message | dgp | 2007-07-05 | 2 | -13/+16 |
|
|
* | clarify comments for last commit | Miguel Sofer | 2007-07-05 | 2 | -4/+4 |
|
|
* | * generic/tclNamesp.c (SetNsNameFromAny): | Miguel Sofer | 2007-07-05 | 3 | -42/+66 |
|
|
* | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was being | Miguel Sofer | 2007-07-04 | 3 | -2/+10 |
|
|
* | Remove over-wide lines from nroff output. | dkf | 2007-07-04 | 3 | -26/+43 |
|
|
* | Remove over-wide lines from nroff output. | dkf | 2007-07-04 | 7 | -56/+117 |
|
|
* | Fixing some minor nroff misuses | dkf | 2007-07-04 | 4 | -71/+59 |
|
|
* | Minor formatting fixes and additional notes on portability of [file] | dkf | 2007-07-04 | 2 | -13/+10 |
|
|
* | Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDS | dkf | 2007-07-04 | 1 | -3/+5 |
|
|
* | * generic/tclCompExpr.c: Revised #define values so that there | dgp | 2007-07-03 | 2 | -4/+17 |
|
|
* | Minor *roff usage fixes | dkf | 2007-07-03 | 1 | -1/+4 |
|
|
* | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and | dgp | 2007-07-02 | 4 | -128/+21 |
|
|
* | Simplify string hashing a little. [FRQ 951168] | dkf | 2007-07-02 | 2 | -16/+11 |
|
|
* | * generic/tclIO.c: Removed dead code. | dgp | 2007-07-02 | 3 | -84/+5 |
|
|
* | * generic/tclCompExpr.c: Removed dead code, old implementations | dgp | 2007-07-02 | 1 | -30/+1 |
|
|
* | * generic/tclCompExpr.c: Removed dead code, old implementations | dgp | 2007-07-02 | 4 | -1490/+56 |
|
|