summaryrefslogtreecommitdiff
path: root/Src/Modules
AgeCommit message (Collapse)AuthorFilesLines
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
2004-03-0219514: typo in terminfo.cPeter Stephenson1-1/+1
2004-03-0119512: --enable-pcre optionPeter Stephenson1-1/+1
2004-02-26Got rid of an unused-variable compiler-warning.Wayne Davison1-1/+2
2004-02-2619460: Another go at fixing the terminfo configuration problemPeter Stephenson2-13/+17
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson1-3/+2
2004-02-1719429: configure test for ptmxPeter Stephenson1-9/+11
2004-02-1419420: Update configure.ac for better Autconf 2.50 support.Peter Stephenson1-0/+4
2004-01-2219389+: fix zmodload -u zsh/datetime, add strftime -s scalarPeter Stephenson1-4/+23
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-6/+6
2003-11-03add *.dll and fix typo with errnames.hFelix Rosencrantz1-1/+2
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson4-10/+10
2003-10-0818169: change parameter SECS in datetime to EPOCHSECONDSPeter Stephenson1-1/+1