summaryrefslogtreecommitdiff
path: root/Src/Modules/zutil.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-0932468: save/restore match/mbegin/mend when doing pattern lookups against zsty...Barton E. Schaefer1-55/+61
2014-02-1532388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer1-2/+41
2011-05-1829312, users/16032: add "zparseopts -M"Bart Schaefer1-3/+68
2010-05-12unposted: fix typo in previous commitPeter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-6/+7
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson1-1/+1
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-5/+5
2007-06-0823537: make style list a hash tablePeter Stephenson1-122/+189
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-3/+24
2006-08-2022650: remove now buggy pointer to last added stylePeter Stephenson1-8/+5
2006-08-2022683: deleting style in context never removed style itselfPeter Stephenson1-14/+42
2006-08-1622610: allow zstyle -L to have argumentsPeter Stephenson1-2/+34
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-21/+21
2005-10-31Use idigit() instead of range-checking '0' - '9'.Wayne Davison1-6/+5
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-6/+6
2003-06-1918616: Add ternary expression handling to zformatPeter Stephenson1-75/+146
2002-08-2717582: Improved option argument handling.Peter Stephenson1-5/+5
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson1-0/+4
2002-04-25remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky1-1/+0
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...Sven Wischnowsky1-0/+1
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson1-1/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-2/+11
2000-06-16zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky1-41/+84
2000-06-07-K option for zparseopts to keep previous array values (11792)Sven Wischnowsky1-32/+44
2000-05-23add -E option to zparseopts (11530)Sven Wischnowsky1-10/+43
2000-05-22remove -h option from zstyle (11490)Sven Wischnowsky1-6/+1
2000-05-15zparseopts should detect if it is called without option descriptions (11360)Sven Wischnowsky1-1/+7
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-230/+1015
1999-12-10Initial revisionTanaka Akira1-0/+761