about summary refs log tree commit diff
path: root/Src/Zle/zleparameter.c
Commit message (Collapse)AuthorAgeFilesLines
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-7/+7
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-89/+29
|
* Phil Pennock: 23450: $widgets crashed shell on undefined widgetPeter Stephenson2007-05-221-0/+2
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-9/+9
|
* 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-34/+18
| | | | Separate justification width of parameters from base/precision.
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-7/+7
|
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky2001-05-311-34/+30
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* Initial revisionTanaka Akira1999-10-261-0/+257