summaryrefslogtreecommitdiff
path: root/Src/module.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-2323232: minor tweaks to zmodloadPeter Stephenson1-9/+3
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson1-1/+1
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-6/+2
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-54/+50
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-4/+6
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-25/+25
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson1-10/+11
2005-07-2021498: Add zsh/newuser modulePeter Stephenson1-42/+65
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson1-1/+25
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-3/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-10/+10
2004-03-1819655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson1-10/+25
2004-03-1119596: include dlfcn.h instead of dl.h on HP/UX 11Oliver Kiddle1-1/+1
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-4/+4
2002-08-2717582: Improved option argument handling.Peter Stephenson1-53/+60
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
2000-08-1512652: Variable scoping problem.Bart Schaefer1-10/+11
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-41/+265
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
1999-04-15Initial revisionTanaka Akira1-0/+651