about summary refs log tree commit diff
path: root/Src/hist.c
Commit message (Collapse)AuthorAgeFilesLines
* AIX depenency fix (11661)Oliver Kiddle2000-05-301-1/+1
|
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-20/+19
| | | | failure of `print -s'.
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-231-1/+6
| | | | (11523)
* Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky2000-05-051-25/+44
| | | | immediately available, though (11171)
* fix for the (z) flag: report partial word (like `"foo', without a closing ↵Sven Wischnowsky2000-05-031-0/+5
| | | | quote); mention in manual that (z) is handled lately (11117)
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-031-3/+25
|
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky2000-04-121-292/+719
| | | | to find word (10685)
* Initial revisionTanaka Akira1999-04-151-0/+1670