about summary refs log tree commit diff
path: root/Src/Modules/parameter.c
Commit message (Collapse)AuthorAgeFilesLines
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-281-3/+3
|
* 15327: always use local LINENOs in parse_string().Peter Stephenson2001-07-091-1/+1
|
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky2001-05-311-0/+1
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* show current/previous job in $jobstates (3503)Sven Wischnowsky2000-11-021-4/+11
|
* make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2000-10-301-9/+18
|
* make $modules report aliases correctly (12654)Sven Wischnowsky2000-08-161-3/+5
|
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-141-6/+4
|
* 15216: Rewrite pathconf() support.Bart Schaefer2000-08-041-28/+4
|
* quotingSven Wischnowsky2000-08-031-2/+2
|
* 12489: pathconf for unlimited fsClint Adams2000-08-021-4/+7
|
* 12472: limited pathconf supportClint Adams2000-08-021-0/+22
|
* shut compiler upPeter Stephenson2000-07-041-1/+1
|
* 11838: typeset -HPeter Stephenson2000-06-091-3/+6
|
* some more memory leak fixes (11745)Sven Wischnowsky2000-06-051-2/+3
|
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-5/+5
| | | | item (or you can think of it as pointing one past the last item).
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-10/+10
| | | | Zero-length arrays now possible with $array[1,0]
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-2/+2
| | | | failure of `print -s'.
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-031-1/+1
|
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵Sven Wischnowsky2000-04-121-1/+5
| | | | to find word (10685)
* more careful with checking index of $history (10614)Sven Wischnowsky2000-04-101-1/+13
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-199/+1500
|
* Initial revisionTanaka Akira1999-05-191-0/+662