about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle2005-05-111-5/+3
* 21143: more care about special file descriptorsPeter Stephenson2005-04-151-0/+5
* 20959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2005-03-101-1/+1
* * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2005-03-021-1/+2
* * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams2005-03-021-1/+1
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-2/+2
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-062-4/+4
* Fixed compiler warning about a missing initializer.Wayne Davison2005-01-211-2/+2
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-121-1/+8
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-078-398/+222
* 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson2004-11-163-5/+5
* Use the new gettempfile() function.Wayne Davison2004-10-211-2/+1