summaryrefslogtreecommitdiffstats
path: root/library/word.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-01-271-1/+1
|\
| * Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1"jan.nijtmans2024-01-261-1/+1
| |
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
| | | | | | corrections in history.tcl and tcltest.test.
* | Improve tcl_startOfPreviousWord, so it can handle indices like "" (from Tk) ↵jan.nijtmans2024-01-261-2/+13
| | | | | | | | and "end-1"
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-2/+2
| | | | | | | | whenever reasonable.
* | Merge 8.6jan.nijtmans2020-11-201-2/+2
|\ \ | |/
| * Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-201-2/+2
| | | | | | | | consistant copyright statements in the (html) documentation
* | Merge 8.6jan.nijtmans2020-07-031-2/+4
|\ \ | |/
| * In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0.jan.nijtmans2020-07-031-2/+4
| |
| * (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}
* | Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text ↵jan.nijtmans2016-03-231-17/+7
| | | | | | | | | | widget. Still - most likely - not the complete story for trunk/tcl9, but whatever we do this is a better starting-point than how it was.
* | Alternative solution for [f1253530cd]jan.nijtmans2016-03-221-4/+12
|/
* 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