summaryrefslogtreecommitdiff
path: root/Src/Zle/zleparameter.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-7/+7
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-89/+29
2007-05-22Phil Pennock: 23450: $widgets crashed shell on undefined widgetPeter Stephenson1-0/+2
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-9/+9
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-34/+18
Separate justification width of parameters from base/precision.
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-7/+7
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky1-34/+30
array accesses, plus some defensive programming for heap allocated param structs (14605)
1999-10-26Initial revisionTanaka Akira1-0/+257