about summary refs log tree commit diff
path: root/Src/module.c
Commit message (Expand)AuthorAgeFilesLines
* 34568: use META_HEAPDUP when passing dlerror() string to metafy()Barton E. Schaefer2015-02-191-1/+1
* 34387: Avoid loading the main zsh binary as a moduleMikael Magnusson2015-01-271-1/+3
* 34382: Handle NULL return from dlerror() more gracefullyMikael Magnusson2015-01-271-1/+2
* 34122: module: allow NULL third argument as intendedBart Schaefer2015-01-061-1/+1
* unposted, see 32054: Rationalise character encoding.Peter Stephenson2013-11-271-5/+5
* 31977: It's OK to autoload a feature that's loaded.Peter Stephenson2013-11-131-1/+14
* 29879: metafy dlerror message to avoid corruptionPeter Stephenson2011-10-281-1/+2
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-101-0/+5
* 28037: improved error messages for module autoloadsPeter Stephenson2010-06-141-1/+4
* Paul Ackersviller: 26962: updated HP-UX dynamic linkingPeter Stephenson2009-05-161-2/+2
* 25898: avoid dereference of p after it is freed in getmathfunc.Clint Adams2008-10-141-1/+2
* users/13093: HashNode changes for AIXPeter Stephenson2008-08-041-3/+3
* unposted: bad argument to zmodload -F error messagePeter Stephenson2008-05-081-1/+1
* 24980: zmodload -mFPeter Stephenson2008-05-081-40/+96
* 23733: zmodload -LaF didn't include unloaded modulesPeter Stephenson2007-07-311-1/+1
* 23682: module field renaming missed from 23665Peter Stephenson2007-07-171-2/+2
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-419/+820
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-3/+1
* 23606: make all module feature autoloads pass through one functionPeter Stephenson2007-06-261-292/+259
* 23578: make standard features autoloadable,Peter Stephenson2007-06-201-106/+272
* 23571 + unposted; AIX compilation fixesPeter Stephenson2007-06-191-6/+6
* unposted: clean up properly on failure to add autoloadable builtinPeter Stephenson2007-05-291-1/+5
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-92/+222
* 23485: feature completion and autoloadingPeter Stephenson2007-05-291-3/+20
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-675/+1308
* 23232: minor tweaks to zmodloadPeter Stephenson2007-03-231-9/+3
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-1/+1
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-6/+2
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-54/+50
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-4/+6
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-25/+25
* Fixes from Thorsten Dahlheimer.Peter Stephenson2005-08-091-10/+11
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-201-42/+65
* 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
* 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
* 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
* 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
* 12652: Variable scoping problem.Bart Schaefer2000-08-151-10/+11
* 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson2000-08-081-41/+265
* 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
* Initial revisionTanaka Akira1999-04-151-0/+651