about summary refs log tree commit diff
path: root/Src/module.c
Commit message (Collapse)AuthorAgeFilesLines
* 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