about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* users/11818: allow non-numeric keys for job status parametersPeter Stephenson2007-09-051-3/+16
* 23788: add -h option to chown symlinks rather than targets, and change defaul...Clint Adams2007-08-211-3/+18
* update some .distfilesPeter Stephenson2007-08-011-0/+1
* revert thatClint Adams2007-07-124-51/+127
* 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.Clint Adams2007-07-124-127/+51
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-0622-228/+190
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-32/+6
* 23578: make standard features autoloadable,Peter Stephenson2007-06-2022-33/+20
* 23575: AIX needs features_() and enables_()Peter Stephenson2007-06-191-0/+14
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-182-6/+6
* 23537: make style list a hash tablePeter Stephenson2007-06-081-122/+189
* 23535: autoload saliases and dis_saliases from zsh/parameterPeter Stephenson2007-06-071-1/+1
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
* 23482: more typosPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-2823-618/+713
* 23446: fix typo producing wrong values for alias parametersPeter Stephenson2007-05-211-1/+1
* Peter A. Castro: 23408: zftp account handling was brokenPeter Stephenson2007-05-101-1/+1
* unposted: regex fix-ups: missing doc file plus pointer fixesPeter Stephenson2007-05-021-2/+3
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-013-39/+294
* 23264: don't add the -pcre-match operator unless the pcre functions are avail...Clint Adams2007-04-051-5/+10
* 23168: fix error message for failed bindPeter Stephenson2007-02-131-1/+1
* c.f. 23023: new calendar function system.Peter Stephenson2006-12-011-0/+1
* operator precedence fixClint Adams2006-09-181-1/+1
* 22728: $functrace parameter for function backtraces.Clint Adams2006-09-172-1/+33
* 22681: find all error number definitionsPeter Stephenson2006-09-101-1/+2
* 22650: remove now buggy pointer to last added stylePeter Stephenson2006-08-201-8/+5
* 22683: deleting style in context never removed style itselfPeter Stephenson2006-08-201-14/+42
* 22613: add strftime -r to use strptime() if availablePeter Stephenson2006-08-171-1/+65
* 22610: allow zstyle -L to have argumentsPeter Stephenson2006-08-161-2/+34
* 22583: erand48() needs initialisation on Cygwin.Peter Stephenson2006-08-041-0/+7
* 22483: add $sysparams to zsh/systemPeter Stephenson2006-06-051-9/+88
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-3018-194/+185
* - Got rid of one compiler warning about a clobbered variable.Wayne Davison2006-03-131-2/+3
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-078-244/+236
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-191-2/+2
* Added the missing return value to a newly-added "return".Wayne Davison2006-02-071-1/+1
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-1/+4
* Values being stored in an array or a hash needed to be metafiedWayne Davison2006-01-131-5/+5
* If we are saving the ztrftime() value in a variable, we now metafyWayne Davison2006-01-131-1/+1
* 22082: print out uid or gid in stat if name not availablePeter Stephenson2005-12-191-6/+18
* Just-added "return" should have returned a value.Wayne Davison2005-12-101-1/+1
* 22057: don't use zsh/newuser in emulationPeter Stephenson2005-12-091-0/+3
* 21978: unmetafy file nameAndrey Borzenkov2005-11-021-2/+2
* Changed some isdigit() calls to use idigit().Wayne Davison2005-11-012-8/+7
* Use idigit() instead of range-checking '0' - '9'.Wayne Davison2005-10-313-8/+7
* 21912: silence unused parameter compile warnings in cap.cClint Adams2005-10-241-3/+3
* unposted: bring various .distfiles up to datePeter Stephenson2005-07-211-0/+1
* 21500: Add script and function as framework for new user stuff.Peter Stephenson2005-07-201-2/+3
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-202-0/+111
* 21466: mkdir -p didn't work with symlinksPeter Stephenson2005-07-141-1/+1