about summary refs log tree commit diff
path: root/Src/module.c
Commit message (Collapse)AuthorAgeFilesLines
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-121-1/+25
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-3/+1
| | | | Separate justification width of parameters from base/precision.
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-10/+10
|
* 19655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson2004-03-181-10/+25
| | | | Also bug with multiple math function autoloads.
* 19596: include dlfcn.h instead of dl.h on HP/UX 11Oliver Kiddle2004-03-111-1/+1
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-4/+4
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-53/+60
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
|
* fix zmodload -uf for not-yet-loaded functionPeter Stephenson2001-05-181-3/+5
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-14/+39
| | | | signal handlers are only executed when it is safe to run them (13365)
* 12652: Variable scoping problem.Bart Schaefer2000-08-151-10/+11
|
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-41/+265
| | | | | Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
* remove (wrong) test for linked-in modules in require_module() (12525)Sven Wischnowsky2000-08-041-5/+0
|
* Felix: fix for memory leak (11718)Sven Wischnowsky2000-06-021-1/+1
|
* AIX dependency fixesOliver Kiddle2000-04-301-1/+1
|
* ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky2000-04-191-181/+1456
| | | | but zsh/complete isn't (10828)
* Initial revisionTanaka Akira1999-04-151-0/+651