summaryrefslogtreecommitdiffstats
path: root/doc/expr.n
Commit message (Collapse)AuthorAgeFilesLines
* Many minor doc fixesdkf2004-10-271-15/+15
|
* Tighten up expr(n) wording. [Bug 1027849]dkf2004-10-261-8/+11
|
* Docs for TIP#201 and TIP#212; this allows these TIPs to become Finaldkf2004-10-081-1/+10
|
* Fix "operand"/"operator" confusiondkf2004-09-181-6/+5
|
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-7/+6
|
* Added examples and more cross-referencesdkf2004-05-241-9/+49
|
* TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-16/+14
|
* Tighened up wording of several expr operations to make them less inclined todkf2003-07-041-12/+14
| | | | misinterpretation. [Bug 758488]
* Corrected and expanded documentation for rand() and srand() functions.dgp2003-01-031-7/+10
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-2/+2
|
* * doc/expr.n: Improved documentation for ceil and floor [Bug 350535]dkf2002-03-211-3/+5
|
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-3/+20
| | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode.
* Improved expr documentation.dkf2001-12-031-16/+18
|
* New or changed "SEE ALSO" section.poenitz2000-09-071-1/+4
|
* * doc/expr.n:hobbs2000-05-091-8/+18
| | | | | | | | | | | | * tests/expr.test: * tests/expr-old.test: added tests for 'eq' and 'ne' * generic/tclExecute.c: * generic/tclCompile.h: added INST_STREQ and INST_STRNEQ opcodes that do strict string comparisons. * generic/tclCompExpr.c: added 'eq' and 'ne' string comparison operators. * generic/tclParseExpr.c (GetLexeme): added 'eq' and 'ne' expr parse terms (string (in)equality check).
* * doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271].ericm2000-04-281-11/+77
| | | | | | | * doc/Init.3: Manual entry for Tcl_Init [Bug: 1820]. * doc/expr.n: Added documentation for each of the math library functions that expr supports [Bug: 1054].
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+323