about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call gettempname() with its new args.Wayne Davison2004-10-181-1/+1
* We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison2004-10-011-1/+1
* 20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.Clint Adams2004-06-221-5/+5
* 20029: fix randomness of mathfunc rand48(seed)Peter Stephenson2004-06-081-1/+1
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-0220-151/+151
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-281-1/+1
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-281-1/+1
* 19877: improved test for empty strftime stringsPeter Stephenson2004-05-041-1/+1
* 19674, modified: support for non-standard ports in zftp.Peter Stephenson2004-03-241-9/+63
* * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams2004-03-161-14/+66
* 19629: fix zpty on HP-UXPeter Stephenson2004-03-161-6/+23
* * 19640: Src/Modules/pcre.c: improve error reporting a bit.Clint Adams2004-03-161-4/+4
* * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams2004-03-161-1/+8
* 19528: fix error if neither select nor poll availablePeter Stephenson2004-03-031-1/+1
* 19525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle2004-03-032-2/+2
* 19514: typo in terminfo.cPeter Stephenson2004-03-021-1/+1
* 19512: --enable-pcre optionPeter Stephenson2004-03-011-1/+1
* Got rid of an unused-variable compiler-warning.Wayne Davison2004-02-261-1/+2
* 19460: Another go at fixing the terminfo configuration problemPeter Stephenson2004-02-262-13/+17
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-201-3/+2
* 19429: configure test for ptmxPeter Stephenson2004-02-171-9/+11
* 19420: Update configure.ac for better Autconf 2.50 support.Peter Stephenson2004-02-141-0/+4
* 19389+: fix zmodload -u zsh/datetime, add strftime -s scalarPeter Stephenson2004-01-221-4/+23