Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | Fix markup errors. | jenglish | 2007-12-10 | 1 | -2/+1 |
| | | | | Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO". | ||||
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | Purge old and inaccurate .VS/.VE macros. | dkf | 2005-04-06 | 1 | -5/+1 |
| | |||||
* | Convert CONST to const, VOID to void so we document how we want the API used. | dkf | 2004-10-07 | 1 | -3/+3 |
| | |||||
* | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -9/+8 |
| | |||||
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 1 | -3/+4 |
| | |||||
* | * doc/CrtCommand.3: Added note that the arguments given to the | andreas_kupries | 2004-07-16 | 1 | -1/+6 |
| | | | | | command proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Tcl SF Patch 414778]. | ||||
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
| | |||||
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/Concat.3: all remaining public interfaces of Tcl. * doc/CrtCommand.3: Notably, the parser no longer writes on * doc/CrtSlave.3: the string it is parsing, so it is no * doc/CrtTrace.3: longer necessary for Tcl_Eval() to be * doc/Eval.3: given a writable string. Also, the * doc/ExprLong.3: refactoring of the Tcl_*Var* routines * doc/LinkVar.3: by Miguel Sofer is included, so that the * doc/ParseCmd.3: "part1" argument for them no longer needs * doc/SetVar.3: to be writable either. * doc/TraceVar.3: * doc/UpVar.3: Compatibility support has been enhanced so * generic/tcl.decls that a #define of USE_NON_CONST will remove * generic/tcl.h all possible source incompatibilities with * generic/tclBasic.c the 8.3 version of the header file(s). * generic/tclCmdMZ.c The new #define of USE_COMPAT_CONST now does * generic/tclCompCmds.c what USE_NON_CONST used to do -- disable * generic/tclCompExpr.c only those new CONST's that introduce * generic/tclCompile.c irreconcilable incompatibilities. * generic/tclCompile.h * generic/tclDecls.h Several bugs are also fixed by this patch. * generic/tclEnv.c [Bugs 584051,580433] [Patches 585105,582429] * generic/tclEvent.c * generic/tclInt.decls * generic/tclInt.h * generic/tclIntDecls.h * generic/tclInterp.c * generic/tclLink.c * generic/tclObj.c * generic/tclParse.c * generic/tclParseExpr.c * generic/tclProc.c * generic/tclTest.c * generic/tclUtf.c * generic/tclUtil.c * generic/tclVar.c * mac/tclMacTest.c * tests/expr-old.test * tests/parseExpr.test * unix/tclUnixTest.c * unix/tclXtTest.c * win/tclWinTest.c | ||||
* | (TIP #27) Another round of CONST changes, this | Kevin B Kenny | 2001-04-24 | 1 | -2/+4 |
| | | | | | | | | | time adding CONST to the API's exported from tclBasic.c. [Patch #415179] ***POTENTIAL INCOMPATIBILITY*** from 8.4a2, in which Vince Darley's changes to command tracing were added. A const has been added to the type signature of one of the parameters to Tcl_CommandTraceProc. | ||||
* | added comment to clarify that it is not valid to modify argument | stanton | 1998-10-05 | 1 | -2/+7 |
| | | | | strings in a string-based Tcl command | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+138 |