Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 2013-11-27 | 1 | -5/+5 |
| | | | | | | | | | | Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | ||||
* | 31977: It's OK to autoload a feature that's loaded. | Peter Stephenson | 2013-11-13 | 1 | -1/+14 |
| | | | | Simply check that the feature is from the same module that's requested. | ||||
* | 29879: metafy dlerror message to avoid corruption | Peter Stephenson | 2011-10-28 | 1 | -1/+2 |
| | |||||
* | 29663: add $EPOCHREALTIME to zsh/datetime | Peter Stephenson | 2011-08-10 | 1 | -0/+5 |
| | |||||
* | 28037: improved error messages for module autoloads | Peter Stephenson | 2010-06-14 | 1 | -1/+4 |
| | | | | of math functions and builtins | ||||
* | Paul Ackersviller: 26962: updated HP-UX dynamic linking | Peter Stephenson | 2009-05-16 | 1 | -2/+2 |
| | |||||
* | 25898: avoid dereference of p after it is freed in getmathfunc. | Clint Adams | 2008-10-14 | 1 | -1/+2 |
| | |||||
* | users/13093: HashNode changes for AIX | Peter Stephenson | 2008-08-04 | 1 | -3/+3 |
| | |||||
* | unposted: bad argument to zmodload -F error message | Peter Stephenson | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | 24980: zmodload -mF | Peter Stephenson | 2008-05-08 | 1 | -40/+96 |
| | |||||
* | 23733: zmodload -LaF didn't include unloaded modules | Peter Stephenson | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | 23682: module field renaming missed from 23665 | Peter Stephenson | 2007-07-17 | 1 | -2/+2 |
| | |||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -419/+820 |
| | |||||
* | 23670: rationalise some linked list functions | Peter Stephenson | 2007-06-27 | 1 | -3/+1 |
| | |||||
* | 23606: make all module feature autoloads pass through one function | Peter Stephenson | 2007-06-26 | 1 | -292/+259 |
| | |||||
* | 23578: make standard features autoloadable, | Peter Stephenson | 2007-06-20 | 1 | -106/+272 |
| | | | | use feature notation for .mdd autoloads | ||||
* | 23571 + unposted; AIX compilation fixes | Peter Stephenson | 2007-06-19 | 1 | -6/+6 |
| | |||||
* | unposted: clean up properly on failure to add autoloadable builtin | Peter Stephenson | 2007-05-29 | 1 | -1/+5 |
| | |||||
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -92/+222 |
| | |||||
* | 23485: feature completion and autoloading | Peter Stephenson | 2007-05-29 | 1 | -3/+20 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -675/+1308 |
| | |||||
* | 23232: minor tweaks to zmodload | Peter Stephenson | 2007-03-23 | 1 | -9/+3 |
| | |||||
* | 23152: make ztrcmp() respect MULTIBYTE | Peter Stephenson | 2007-02-06 | 1 | -1/+1 |
| | | | | make sorting of printed hash tables more consistent | ||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -6/+2 |
| | | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. | ||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -54/+50 |
| | |||||
* | 22416, tweaked: math functions via shell functions | Peter Stephenson | 2006-04-19 | 1 | -4/+6 |
| | | | | unposted: add styles to pick-web-browser | ||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -25/+25 |
| | |||||
* | Fixes from Thorsten Dahlheimer. | Peter Stephenson | 2005-08-09 | 1 | -10/+11 |
| | | | | | | 21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A. | ||||
* | 21498: Add zsh/newuser module | Peter Stephenson | 2005-07-20 | 1 | -42/+65 |
| | |||||
* | 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2 | Peter Stephenson | 2005-01-12 | 1 | -1/+25 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -3/+1 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -10/+10 |
| | |||||
* | 19655, 19656, 19657: Memory leaks spotted by valgrind. | Peter Stephenson | 2004-03-18 | 1 | -10/+25 |
| | | | | Also bug with multiple math function autoloads. | ||||
* | 19596: include dlfcn.h instead of dl.h on HP/UX 11 | Oliver Kiddle | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -4/+4 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -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 comments | Oliver Kiddle | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | fix zmodload -uf for not-yet-loaded function | Peter Stephenson | 2001-05-18 | 1 | -3/+5 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -14/+39 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | 12652: Variable scoping problem. | Bart Schaefer | 2000-08-15 | 1 | -10/+11 |
| | |||||
* | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 2000-08-08 | 1 | -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 Wischnowsky | 2000-08-04 | 1 | -5/+0 |
| | |||||
* | Felix: fix for memory leak (11718) | Sven Wischnowsky | 2000-06-02 | 1 | -1/+1 |
| | |||||
* | AIX dependency fixes | Oliver Kiddle | 2000-04-30 | 1 | -1/+1 |
| | |||||
* | ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵ | Sven Wischnowsky | 2000-04-19 | 1 | -181/+1456 |
| | | | | but zsh/complete isn't (10828) | ||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+651 |