about summary refs log tree commit diff
path: root/Src/Modules/parameter.c
Commit message (Collapse)AuthorAgeFilesLines
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-121-1/+8
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-288/+177
| | | | Separate justification width of parameters from base/precision.
* We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison2004-10-011-1/+1
| | | | Changed the sprintf() to convbase().
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-49/+49
|
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-6/+6
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-4/+4
|
* 19044: typo in setting $saliases elementsPeter Stephenson2003-09-081-4/+4
|
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-031-69/+162
|
* 18880: Don't return unset parameters in $parametersPeter Stephenson2003-07-221-0/+2
|
* 18325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson2003-03-071-1/+8
|
* 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