summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Expand)AuthorFilesLines
2007-04-0523264: don't add the -pcre-match operator unless the pcre functions are avail...Clint Adams1-5/+10
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
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 getpw*(),...Clint Adams1-2/+2
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
2006-01-13If we are saving the ztrftime() value in a variable, we now metafyWayne Davison1-1/+1
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
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
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
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2-4/+4
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
2004-11-1620556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson3-5/+5
2004-10-21Use the new gettempfile() function.Wayne Davison1-2/+1
2004-10-18Call gettempname() with its new args.Wayne Davison1-1/+1
2004-10-01We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison1-1/+1
2004-06-2220091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams1-5/+5
2004-06-0820029: fix randomness of mathfunc rand48(seed)Peter Stephenson1-1/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison20-151/+151
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1