summaryrefslogtreecommitdiff
path: root/Src/module.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2001-05-18fix zmodload -uf for not-yet-loaded functionPeter Stephenson1-3/+5
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-14/+39
signal handlers are only executed when it is safe to run them (13365)
2000-08-1512652: Variable scoping problem.Bart Schaefer1-10/+11
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-41/+265
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
2000-08-04remove (wrong) test for linked-in modules in require_module() (12525)Sven Wischnowsky1-5/+0
2000-06-02Felix: fix for memory leak (11718)Sven Wischnowsky1-1/+1
2000-04-30AIX dependency fixesOliver Kiddle1-1/+1
2000-04-19ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵Sven Wischnowsky1-181/+1456
but zsh/complete isn't (10828)
1999-04-15Initial revisionTanaka Akira1-0/+651