summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-10users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov1-32/+52
2001-05-10barf if a empty string is given as one of the separators for _values (14293)Sven Wischnowsky1-1/+1
2001-05-09Back off 14140 (tokenize comma)Peter Stephenson1-1/+0
2001-05-08add -S option to specify separator between values and their arguments; make _...Sven Wischnowsky1-11/+28
2001-05-08Fixes from Andrej for zpty on cygwinPeter Stephenson1-1/+6
2001-05-08print space/backspace when reacing the last column while printing description...Sven Wischnowsky2-2/+8
2001-05-06Prevent "no multi-letter values" error on values of '\:' and '' in compvalues().Bart Schaefer1-2/+3
2001-05-0314214Sven Wischnowsky1-1/+4
2001-05-02Make X{$~foo}Y where $foo contains commas behave as expectedPeter Stephenson1-0/+1
2001-05-02remove quotes when looking at arguments in comparguments (14198)Sven Wischnowsky1-0/+6
2001-05-01Use BDIGBUFSIZE in two other placesPeter Stephenson1-2/+2
2001-04-30Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros wereAndrey Borzenkov1-3/+23
2001-04-28BDIGBUFSIZE for binary conversions.Bart Schaefer3-3/+5
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams2-20/+0
2001-04-2614123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams1-1/+3
2001-04-26Another HAVE_TERM* compilation tweak.Bart Schaefer1-13/+22
2001-04-26rename -W option to -w, add new -W option which makes _arguments complete opt...Sven Wischnowsky1-1/+6
2001-04-25fix a sizeof() to strlen()Sven Wischnowsky1-1/+1
2001-04-24Fix term* linkage _again_.Bart Schaefer2-1/+3
2001-04-24Subscripting optimization and error checking.Bart Schaefer4-13/+23
2001-04-2314077: revert clint's build patches on 19.04.2001Andrey Borzenkov7-35/+4
2001-04-23Fix subscripting bug with backslash-double-quote.Bart Schaefer2-9/+11
2001-04-22Fix bug in (kK) subscript flags.Bart Schaefer1-9/+13
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams3-1/+9
2001-04-21More term*.h inclusion un-confusion.Bart Schaefer1-12/+16