summaryrefslogtreecommitdiff
path: root/Src/Modules/parameter.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson1-1/+1
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson1-2/+3
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson1-4/+11
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson1-0/+53
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson1-2/+34
2007-09-05users/11818: allow non-numeric keys for job status parametersPeter Stephenson1-3/+16
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-120/+81
2007-06-2723670: rationalise some linked list functionsPeter Stephenson1-32/+6
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-5/+5
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-165/+86
2007-05-2123446: fix typo producing wrong values for alias parametersPeter Stephenson1-1/+1
2006-09-18operator precedence fixClint Adams1-1/+1
2006-09-1722728: $functrace parameter for function backtraces.Clint Adams1-0/+32
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-11/+11
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-161/+161
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson1-1/+1
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson1-2/+1
2005-01-21Fixed compiler warning about a missing initializer.Wayne Davison1-2/+2
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson1-1/+8
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-288/+177
2004-10-01We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-49/+49
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-6/+6
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-4/+4
2003-09-0819044: typo in setting $saliases elementsPeter Stephenson1-4/+4
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-69/+162
2003-07-2218880: Don't return unset parameters in $parametersPeter Stephenson1-0/+2
2003-03-0718325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson1-1/+8
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky1-3/+3
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson1-1/+1
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky1-0/+1
2000-11-02show current/previous job in $jobstates (3503)Sven Wischnowsky1-4/+11
2000-10-30make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky1-9/+18
2000-08-16make $modules report aliases correctly (12654)Sven Wischnowsky1-3/+5
2000-08-1412604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer1-6/+4
2000-08-0415216: Rewrite pathconf() support.Bart Schaefer1-28/+4
2000-08-03quotingSven Wischnowsky1-2/+2
2000-08-0212489: pathconf for unlimited fsClint Adams1-4/+7
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
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-10/+10
2000-05-30Wayne: Fix two history bugs that were causing theBart Schaefer1-2/+2
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 t...Sven Wischnowsky1-1/+5
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