summaryrefslogtreecommitdiffstats
path: root/library/word.tcl
Commit message (Collapse)AuthorAgeFilesLines
* (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵jan.nijtmans2016-03-231-4/+12
| | | | | | | | bindings for text widget See: [https://groups.google.com/forum/#!topic/comp.lang.tcl/ZZ_WwfQdmoE]. People like Eric Brunel, who want the most logical behavior for any Tcl release can simply do: set ::tcl_wordchars {\w} set ::tcl_nonwordchars {\W}
* In the script library, selected modernizations from Patrick Fradin.dgp2013-01-301-5/+5
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-4/+2
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
| * * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-221-4/+4
| | | | | | | | | | | | | | | | * library/history.tcl: use of Tcl 8.4 feautures. Thanks to * library/init.tcl: Patrick Fradin for prompting on this. * library/package.tcl: [Patch 1237755]. * library/safe.tcl: * library/word.tcl:
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | Rewrote word.tcl for greater efficiency. [Bug 1764318]dkf2007-08-011-68/+82
| |
* | * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-231-4/+4
|/ | | | | | | | * library/history.tcl: use of Tcl 8.4 features. Forward port of * library/init.tcl: appropriate portions of [Patch 1237755]. * library/package.tcl: * library/safe.tcl: * library/word.tcl:
* * library/word.tcl: Changed $tcl_platform to $::tcl_platform toandreas_kupries2002-11-011-2/+2
| | | | avoid possible scope trouble.
* * library/word.tcl: changed tcl_(non)wordchars settings to usehobbs2000-01-211-7/+7
| | | | new unicode regexp char class escapes instead of char sequences
* 1999-08-18 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-191-4/+4
| | | | | | | | | | | | | * library/auto.tcl: * library/init.tcl: * library/ldAout.tcl: * library/package.tcl: * library/safe.tcl: * library/word.tcl: * library/http2.1/http.tcl: * library/msgcat1.0/msgcat.tcl: updated libraries to better Tcl style guide (no more string comparisons with == or !=, spacing changes).
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-5/+2
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* plugin updateswelch1998-06-271-12/+12
|
* Initial revisionrjohnson1998-03-261-0/+135