summaryrefslogtreecommitdiffstats
path: root/library/history.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Use tabs for indenting in stead of 8 spaces. Unbreak clang buildjan.nijtmans2024-06-131-1/+1
|\
| * Merge 8.7jan.nijtmans2024-06-131-1/+1
| |\
| | * Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-131-1/+1
| | |
* | | More of the same: Space before tab is extremely unlikely to be correct ↵jan.nijtmans2024-06-051-1/+1
|/ / | | | | | | indentation pattern.
* | Merge 8.6jan.nijtmans2024-02-071-1/+1
|\ \ | |/
| * Proposed fix for [8e666d7c95]: Redefining proc ::history locks the ↵jan.nijtmans2024-02-061-1/+1
| | | | | | | | interpreter into a tight loop
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | | | | | corrections in history.tcl and tcltest.test.
* | 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-1/+1
|/ | | | whenever reasonable.
* [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-0/+24
|
* * library/history.tcl (history): Simplify the dance of variabledkf2011-11-251-1/+1
| | | management used when chaining to the implementation command.
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ | | | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | 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-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | * 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:
* | | Spacing and style fixesnijtmans2010-06-141-4/+4
| | |
* | | Undo Jan's needless vandalism.dkf2009-11-191-2/+2
| | |
* | | Eliminate "then" keywordnijtmans2009-11-181-2/+2
| | |
* | | Make [history] (well, [::tcl::history]) be a real ensemble.dkf2009-07-251-181/+119
|/ /
* | * library/auto.tcl: Updates to the Tcl script library to makedgp2005-07-231-7/+7
| | | | | | | | | | | | | | | | * 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/auto.tcl: Replaced [regexp] and [regsub] withdgp2003-03-191-3/+2
|/ | | | | | | | | | | | | | | * library/history.tcl: [string map] where possible. Thanks * library/ldAout.tcl: to David Welton. [Bugs 667456,667558] * library/safe.tcl: Bumped to http 2.4.3, opt 0.4.5, and * library/http/http.tcl: tcltest 2.2.3. * library/http/pkgIndex.tcl: * library/opt/optparse.tcl: * library/opt/pkgIndex.tcl: * library/tcltest/tcltest.tcl: * library/tcltest/pkgIndex.tcl: * tools/genStubs.tcl: * tools/tcltk-man2html.tcl: * unix/mkLinks.tcl:
* * library/history.tcl (tcl::HistAdd): prevent empty calls fromhobbs2001-05-171-1/+7
| | | | being added to the history (arndt)
* * library/history.tcl: Corrected an off-by-one error in HistIndex,ericm2000-05-151-2/+3
| | | | | which was causing [history redo] to start its search at the wrong event index. [Bug: 1269].
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* plugin updateswelch1998-06-271-9/+9
|
* Initial revisionrjohnson1998-03-261-0/+369