summaryrefslogtreecommitdiffstats
path: root/doc/lassign.n
Commit message (Collapse)AuthorAgeFilesLines
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵nijtmans@users.sourceforge.net2013-11-051-1/+1
| | | | and possibly others.
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| | | more harm than good. Purged them.
* merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
|
* Next stage of doing GOOBE improvements to documentation now that the html ↵donal.k.fellows@manchester.ac.uk2007-10-291-2/+4
| | | | generation works
* * changes: Updated for 8.5b2 release.dgp@users.sourceforge.net2007-10-261-17/+15
| | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* GOOBE for command results in examplesdonal.k.fellows@manchester.ac.uk2007-10-251-15/+17
|
* Basic implementation of TIP#57 - TclX's [lassign] command into Tcl coredonal.k.fellows@manchester.ac.uk2004-01-171-0/+55
Not a direct copy * Better use of Tcl object API * More extensive test suite * More extensive documentation