summaryrefslogtreecommitdiff
path: root/Src/Modules/parameter.c
AgeCommit message (Collapse)AuthorFilesLines
2000-08-0212472: limited pathconf supportClint Adams1-0/+22
2000-07-04shut compiler upPeter Stephenson1-1/+1
2000-06-0911838: typeset -HPeter Stephenson1-3/+6
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky1-2/+3
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison1-5/+5
item (or you can think of it as pointing one past the last item).
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-10/+10
Zero-length arrays now possible with $array[1,0]
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-2/+2
failure of `print -s'.
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky1-1/+1
2000-04-12new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky1-1/+5
to find word (10685)
2000-04-10more careful with checking index of $history (10614)Sven Wischnowsky1-1/+13
2000-04-01Updated from list as far as 10376Peter Stephenson1-199/+1500
1999-05-19Initial revisionTanaka Akira1-0/+662