summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
2007-06-0823537: make style list a hash tablePeter Stephenson1-122/+189
2007-06-0723535: autoload saliases and dis_saliases from zsh/parameterPeter Stephenson1-1/+1
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-1/+1
2007-05-2923482: more typosPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson23-618/+713
2007-05-2123446: fix typo producing wrong values for alias parametersPeter Stephenson1-1/+1
2007-05-10Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson1-1/+1
2007-05-02unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson1-2/+3
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson3-39/+294
2007-04-0523264: don't add the -pcre-match operator unless the pcre functions are ↵Clint Adams1-5/+10
available.
2007-02-1323168: fix error message for failed bindPeter Stephenson1-1/+1
2006-12-01c.f. 23023: new calendar function system.Peter Stephenson1-0/+1
2006-09-18operator precedence fixClint Adams1-1/+1
2006-09-1722728: $functrace parameter for function backtraces.Clint Adams2-1/+33
2006-09-1022681: find all error number definitionsPeter Stephenson1-1/+2
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-1722613: add strftime -r to use strptime() if availablePeter Stephenson1-1/+65
2006-08-1622610: allow zstyle -L to have argumentsPeter Stephenson1-2/+34
2006-08-0422583: erand48() needs initialisation on Cygwin.Peter Stephenson1-0/+7
2006-06-0522483: add $sysparams to zsh/systemPeter Stephenson1-9/+88
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson18-194/+185
2006-03-13- Got rid of one compiler warning about a clobbered variable.Wayne Davison1-2/+3
- Split a line that had two statements on it (looked like an accidental joining).
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison8-244/+236
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of ↵Clint Adams1-2/+2
getpw*(), getgr*(), initgroups() functions.
2006-02-07Added the missing return value to a newly-added "return".Wayne Davison1-1/+1
2006-02-0622195: don't set HOME in the shellPeter Stephenson1-1/+4
2006-01-13Values being stored in an array or a hash needed to be metafiedWayne Davison1-5/+5
(using META_DUP) instead of just duplicated via ztrdup().
2006-01-13If we are saving the ztrftime() value in a variable, we now metafyWayne Davison1-1/+1
the string (using META_DUP) instead of duplicating it via ztrdup().
2005-12-1922082: print out uid or gid in stat if name not availablePeter Stephenson1-6/+18
2005-12-10Just-added "return" should have returned a value.Wayne Davison1-1/+1
2005-12-0922057: don't use zsh/newuser in emulationPeter Stephenson1-0/+3
22058: tweak docs for release
2005-11-0221978: unmetafy file nameAndrey Borzenkov1-2/+2
2005-11-01Changed some isdigit() calls to use idigit().Wayne Davison2-8/+7
2005-10-31Use idigit() instead of range-checking '0' - '9'.Wayne Davison3-8/+7
2005-10-2421912: silence unused parameter compile warnings in cap.cClint Adams1-3/+3
2005-07-21unposted: bring various .distfiles up to datePeter Stephenson1-0/+1
2005-07-2021500: Add script and function as framework for new user stuff.Peter Stephenson1-2/+3
2005-07-2021498: Add zsh/newuser modulePeter Stephenson2-0/+111
2005-07-1421466: mkdir -p didn't work with symlinksPeter Stephenson1-1/+1
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle1-5/+3
2005-04-1521143: more care about special file descriptorsPeter Stephenson1-0/+5
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson1-1/+1
2005-03-02 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams1-1/+2
when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams1-1/+1
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-2/+2
20823: Debugging test in stat wrong for 64-bit systems
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2-4/+4
(now traplists); improve trap tests
2005-01-21Fixed compiler warning about a missing initializer.Wayne Davison1-2/+2
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson1-1/+8
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson8-398/+222
Separate justification width of parameters from base/precision.