summaryrefslogtreecommitdiffstats
path: root/doc/string.n
Commit message (Collapse)AuthorAgeFilesLines
* Fix example. [Bug 1615277]dkf2006-12-141-2/+2
| | | FossilOrigin-Name: d5ed65cf82b85582d598c0021a0ad9e1e5c22582
* Yet more doc update backportingdkf2004-10-271-4/+4
| | | FossilOrigin-Name: 437d4766e451250d467d2b0c470b7c21a7ac2e2c
* Backport many doc fixesdkf2004-10-271-23/+42
| | | FossilOrigin-Name: 644d6ac51f656ccdc504748009d1fe4c2c69a0f5
* * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Correcteddgp2003-04-111-2/+2
| | | | | | | | | | inconsistent results of [string is integer] observed on systems where sizeof(long) != sizeof(int). [Bug 718878] * tests/string.test: Added tests for Bug 718878. * doc/string.n: Clarified that [string is integer] accepts 32-bit integers. FossilOrigin-Name: c1cbd75c51a0d96a027348d34a444ad0acc07242
* minor doc fixcore-8-4-b1hobbs2002-07-051-3/+3
| | | FossilOrigin-Name: 5cc7bc022867f7bcbd2410878eb125033a54c931
* Minor improvement to documentation for [string last], and reformatting todkf2002-06-281-151/+117
| | | | | | remove long-obsolete changebars. FossilOrigin-Name: 085d171f6f6708311b515ae38ae888d47249b227
* clarified getting length of ByteArray objects to use string lengthhobbs2002-04-171-3/+7
| | | FossilOrigin-Name: f51f536442aed41c9c842db2fdb620de93ef7b80
* New or changed "SEE ALSO" section.poenitz2000-09-071-1/+4
| | | FossilOrigin-Name: 2d432825691c20428faf68df692ebfbe9b5ee15a
* * doc/Hash.3: fixed reference to ckfree [Bug: 3912]hobbs1999-12-211-4/+4
| | | | | | | | | | * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj * doc/open.n: fixed minor formatting errors * doc/string.n: fixed minor formatting errors * doc/lsort.n: added -unique docs FossilOrigin-Name: 4030bf50ec255bbb4e6c556b9aeab0eda08366f2
* 1999-08-09 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-091-6/+7
| | | | | | | | | | | * doc/Object.3: clarified Tcl_DecrRefCount docs [Bug: 1952] * doc/array.n: clarified array pattern docs [Bug: 1330] * doc/clock.n: fixed clock docs [Bug: 693] * doc/lindex.n: clarified to account for new end-int behavior. * doc/string.n: fixed formatting errors [Bug: 2188 2189] * doc/tclvars.n: fixed doc error [Bug: 2042] FossilOrigin-Name: 253cc387827825da08ee3ad4e82a1f53e9658f6f
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-3/+4
| | | | | | | | | | | | | | | * tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes. FossilOrigin-Name: 9d26b8335934c953a1668ca4972b9a0427413b2e
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-51/+108
| | | FossilOrigin-Name: f692388d0781830f1c23ef04ebbfb509ecc8d671
* * tests/string.test:stanton1999-05-061-16/+17
| | | | | | | | * generic/tclCmdMZ.c: * doc/string.n: Fixed bug in string equal/compare code when using -length option. Cleaned up docs a bit more. FossilOrigin-Name: 1fc2aff60033d5bbbda4282769408c1aa42ad13a
* more documentation lintstanton1999-05-061-5/+3
| | | FossilOrigin-Name: 99d3dc108efdae18e1fd149eed157a6aacd9c3b1
* * doc/string.n:stanton1999-05-061-24/+60
| | | | | | | | | | | | | | | | | | | | | | * tests/cmdIL.test: * tests/cmdMZ.test: * tests/error.test: * tests/ioCmd.test: * tests/lindex.test: * tests/linsert.test: * tests/lrange.test: * tests/lreplace.test: * tests/string.test: * tests/cmdIL.test: * generic/tclUtil.c: * generic/tclCmdMZ.c: Replaced "string icompare/iequal" with -nocase and -length switches to "string compare/equal". Added a -nocase option to "string map". Changed index syntax to allow integer or end?-integer? instead of a full expression. This is much simpler with safeTcl scripts since it avoids double substitution issues. FossilOrigin-Name: fb86d777335b2ac849402a221620f256735bb566
* lint and better documentation of the character vs. byte oriented commandsstanton1999-05-051-5/+13
| | | FossilOrigin-Name: ee1e5d143e2553cd0091c3a89185d5b6696bbe4d
* * doc/string.n:stanton1999-05-041-4/+8
| | | | | | | | | * tests/cmdMZ.test: * tests/string.test: * generic/tclCmdMZ.c (Tcl_StringObjCmd): Changed "string length" to avoid regenerating the string rep of a ByteArray object. FossilOrigin-Name: c7c3e9c0cf7b1cf737f729def5f4f9ac997d2e3d
* * tests/cmdIL.test:stanton1999-05-041-23/+112
| | | | | | | | | | | | | | | * tests/cmdMZ.test: * tests/error.test: * tests/lindex.test: * tests/linsert.test: * tests/lrange.test: * tests/lreplace.test: * tests/string.test: * generic/tclCmdMZ.c (Tcl_StringObjCmd): * generic/tclUtil.c (TclGetIntForIndex): Applied Jeff Hobbs's string patch which includes the following changes [Bug: 1845]: FossilOrigin-Name: 2728afa3b5f0b6707d8655c44ac742ffa5dba059
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-14/+26
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+131
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa