summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2001-06-1214863: tcp_connectClint Adams2-16/+33
2001-06-12Added KSH_TYPESET option.Peter Stephenson3-3/+12
2001-06-1114843: tcp_closeClint Adams2-4/+11
2001-06-11(14841)Sven Wischnowsky1-98/+184
2001-06-09Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer2-19/+22
2001-06-0814815: fix thinkoClint Adams1-1/+3
2001-06-0814813: autoload functions from deleted .zwc filesClint Adams3-2/+22
2001-06-08Fix #includes for gcc 2.95 compilation.Bart Schaefer2-27/+23
2001-06-08Untrustworthy return value of tgetflag().Bart Schaefer1-29/+36
2001-06-08Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FASTWayne Davison1-1/+1
2001-06-07unposted: add tcp module to .distfilesClint Adams1-0/+1
2001-06-0614778: rename zsh/tcp to zsh/net/tcp.Clint Adams2-2/+2
2001-06-0614770: tcp module from zftpClint Adams5-205/+399
2001-06-0614766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov1-2/+2
2001-06-06unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov1-3/+10
2001-06-01fix for exclusion of normal arguments (14630)Sven Wischnowsky1-5/+11
2001-05-31fix tag-order problem with _arguments (completion after an option that gets a...Sven Wischnowsky1-1/+1
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky5-38/+38
2001-05-30Improve gettermcap().Bart Schaefer1-8/+27
2001-05-29145??: fix thinkoClint Adams1-1/+1
2001-05-29145??: repeat last vi history search if search string is blankClint Adams1-2/+10
2001-05-2914541: %# with capabilities prompt-expand to # iff Effective set non-empty or...Clint Adams1-5/+1
2001-05-29print at least a warning when disowning a stopped job (14524)Sven Wischnowsky1-0/+8
2001-05-2814517: glibc 2.2.3 tweaks revisitedClint Adams1-2/+2
2001-05-28Silence compiler warnings.Bart Schaefer1-2/+2
2001-05-28fix for cursor positioning with that -y option of compctl (display strings) (...Sven Wischnowsky1-13/+22
2001-05-28make the zprof wrapper function be more careful, avoiding almost all of the c...Sven Wischnowsky1-48/+59
2001-05-28another attempt at fixing the job problem from 14327; make execpline() reset ...Sven Wischnowsky1-1/+4
2001-05-26Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison1-373/+433
2001-05-23add mod_export in a couple of places where it was missingOliver Kiddle2-2/+2
2001-05-2114419: glibc 2.2.3 rlimits enumClint Adams1-1/+12
2001-05-2014401: workaround for script execution under CygwinAndrey Borzenkov2-4/+4
2001-05-20Added some array-assignment boundary checks.Wayne Davison1-2/+7
2001-05-19Fix, test and comment unsetting and resetting of special tied parametersPeter Stephenson1-0/+6
2001-05-19Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line.Wayne Davison1-3/+4
2001-05-19The function addhistnode() is no longer called for a HIST_TMPSTOREWayne Davison1-2/+2
2001-05-19Fix re-set of integer special params after unset.Bart Schaefer2-16/+12
2001-05-18fix zmodload -uf for not-yet-loaded functionPeter Stephenson1-3/+5
2001-05-18try to make ${(e)..} work for complicated parameter expansions in the value; ...Sven Wischnowsky1-2/+13
2001-05-17Signal queuing tweak.Bart Schaefer1-0/+3
2001-05-16more fixage for expansion: just convert the command line to the original when...Sven Wischnowsky1-6/+24
2001-05-15Added HIST_TMPSTORE define.Wayne Davison1-0/+1
2001-05-15+ Changed histreduceblanks() to preserve spaces at the start of theWayne Davison1-14/+30
2001-05-15Changed addhistnode() to not displace an already-hashed command withWayne Davison1-2/+3
2001-05-15(14350)Sven Wischnowsky1-8/+25
2001-05-1514348: fix globalexport with typeset -gPeter Stephenson1-1/+1
2001-05-15calculate the length of the region to map (for mapped zwc files) correctly, i...Sven Wischnowsky1-4/+6
2001-05-14set list_pipe_job only for real pipelines (14327)Sven Wischnowsky1-1/+1
2001-05-1114314: writing const variable under cygwinPeter Stephenson1-3/+3
2001-05-10Fixed an obscure local-history bug that could make the "history"Wayne Davison1-4/+3