summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * unix/configure.in: allow use of 'inline' in Tcl sourcesMiguel Sofer2007-07-314-4/+12
* Whitespace/format cleanupdkf2007-07-312-64/+61
* Added missing bug number. ;-)dkf2007-07-311-1/+1
* * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuiddkf2007-07-312-15/+25
* Simplify the #ifdef logic.dkf2007-07-312-334/+398
* One more bad change spotted by AKudkf2007-07-311-2/+2
* Fix test failures.dkf2007-07-312-2/+6
* Added macros to make bit chopping clearerdkf2007-07-302-183/+198
* fix wrong TIP # in ChangelogMiguel Sofer2007-07-241-1/+1
* comment fixMiguel Sofer2007-07-241-3/+2
* changelog completionMiguel Sofer2007-07-241-1/+4
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-245-73/+80
* * library/platform/platform.tcl: Fixed bug in 'platform::patterns'andreas_kupries2007-07-207-25/+41
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-192-20/+27
* * generic/tclCompExpr.c: Removed unused arguments and variables.dgp2007-07-182-43/+29
* typodgp2007-07-171-2/+2
* * generic/tclCompExpr.c (ParseExpr): While adding comments todgp2007-07-172-202/+258
* * generic/tclCompExpr.c: More commentary.dgp2007-07-163-7/+126
* additional commentarydgp2007-07-121-6/+25
* * generic/tclCompExpr.c: Factored out, corrected, and commenteddgp2007-07-122-44/+48
* 2007-07-11 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2007-07-113-15/+36
* * generic/tclCompExpr.c: Added a "parseOnly" flag argument todgp2007-07-112-49/+41
* Renamed some variables fordgp2007-07-102-47/+117
* Removed some unused counter variables.dgp2007-07-102-6/+18
* * generic/tclCompExpr.c: Added a field for operator precedencedgp2007-07-102-40/+174
* More extended commentary about the data structures of the expr parser.dgp2007-07-091-43/+85
* * generic/tclCompExpr.c: Revision so that the END lexeme neverdgp2007-07-092-4/+38
* * generic/tclCompExpr.c: Added missing creation and returndgp2007-07-092-2/+16
* More work in progress commenting the expr parserdgp2007-07-051-10/+55
* Start of work adding more useful comments to the expr parser.dgp2007-07-051-20/+63
* * library/init.tcl (unknown): Corrected inconsistent error messagedgp2007-07-052-13/+16
* clarify comments for last commitMiguel Sofer2007-07-052-4/+4
* * generic/tclNamesp.c (SetNsNameFromAny):Miguel Sofer2007-07-053-42/+66
* * generic/tclNamesp.c: Fix case where a FQ cmd or ns was beingMiguel Sofer2007-07-043-2/+10
* Remove over-wide lines from nroff output.dkf2007-07-043-26/+43
* Remove over-wide lines from nroff output.dkf2007-07-047-56/+117
* Fixing some minor nroff misusesdkf2007-07-044-71/+59
* Minor formatting fixes and additional notes on portability of [file]dkf2007-07-042-13/+10
* Minor fixes (type of heading, format of SEE ALSO) and added KEYWORDSdkf2007-07-041-3/+5
* * generic/tclCompExpr.c: Revised #define values so that theredgp2007-07-032-4/+17
* Minor *roff usage fixesdkf2007-07-031-1/+4
* * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY anddgp2007-07-024-128/+21
* Simplify string hashing a little. [FRQ 951168]dkf2007-07-022-16/+11
* * generic/tclIO.c: Removed dead code.dgp2007-07-023-84/+5
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-30/+1
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-024-1490/+56
* fix typo ... donal broke the buildMiguel Sofer2007-07-011-2/+2
* Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu...dkf2007-06-302-32/+39
* Prevent RemeberSyncObj() from growing the syncvasiljevic2007-06-302-4/+22
* Improved documentation of Tcl_DictObjDone to make it clearer how to use it. [...dkf2007-06-292-14/+23