about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-6/+6
* add *.dll and fix typo with errnames.hFelix Rosencrantz2003-11-031-1/+2
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-294-10/+10
* 18169: change parameter SECS in datetime to EPOCHSECONDSPeter Stephenson2003-10-081-1/+1
* 19168: Various problems with size of buffers and pointer usage in ztrftimePeter Stephenson2003-10-061-7/+8
* unposted: update distribution files for 18980 and 19053Peter Stephenson2003-10-061-0/+1
* 19151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch.Clint Adams2003-09-281-1/+14
* 19096: crash unloading zsh/systemPeter Stephenson2003-09-171-0/+2
* 19076: don't call setupterm with NULL as last argument as that causesClint Adams2003-09-141-1/+4
* 19044: typo in setting $saliases elementsPeter Stephenson2003-09-081-4/+4
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-031-69/+162