summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
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.
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
Changed the sprintf() to convbase().
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
2004-05-0419877: improved test for empty strftime stringsPeter Stephenson1-1/+1
2004-03-2419674, modified: support for non-standard ports in zftp.Peter Stephenson1-9/+63
2004-03-16 * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams1-14/+66
suggested by Oliver.
2004-03-1619629: fix zpty on HP-UXPeter Stephenson1-6/+23
2004-03-16 * 19640: Src/Modules/pcre.c: improve error reporting a bit.Clint Adams1-4/+4
2004-03-16 * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams1-1/+8
when pcre_study is called before pcre_compile; documentation on pcre_compile options.
2004-03-0319528: fix error if neither select nor poll availablePeter Stephenson1-1/+1
2004-03-0319525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle2-2/+2