about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* 18980: new zsh/system modulePeter Stephenson2003-08-305-0/+506
* 18888: Philippe Troin: allow clone to acquire a controlling ttyPeter Stephenson2003-07-231-17/+30
* 18880: Don't return unset parameters in $parametersPeter Stephenson2003-07-221-0/+2
* 18626: improve echoti's arg support and fix compile problem on 64-bit SolarisOliver Kiddle2003-06-241-18/+24
* 18616: Add ternary expression handling to zformatPeter Stephenson2003-06-191-75/+146
* 18587: fix bug where only the beginning of the association key was comparedOliver Kiddle2003-05-301-1/+1
* 18559, 18562: make modules use proper option argumentsPeter Stephenson2003-05-223-42/+32
* unposted: cvsignore VIM *.swp filesAndrey Borzenkov2003-05-051-0/+5
* 17820, tweaked: attempt to fix compilation of tcp.h on recent versionsPeter Stephenson2003-04-281-2/+2
* 18472: spelling correctionsOliver Kiddle2003-04-251-1/+1
* 18466: tcp.mdh only included by C filePeter Stephenson2003-04-232-1/+1
* users/5986, 18380: arg support for echoti builtin.Clint Adams2003-03-251-4/+23