summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson8-14/+22
2001-07-0815304,15305,15308Bart Schaefer1-0/+12
2001-07-08Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer1-0/+4
2001-07-08Suppress XTRACE during user-defined widgets.Bart Schaefer1-2/+6
2001-07-08Don't always coerce to float when assigning to an unset parameter.Bart Schaefer1-1/+2
2001-07-0615291, 15292: fix bug setting scalar in math modePeter Stephenson4-15/+59
2001-07-0615250: still run setup even if pcre functions are unavailableClint Adams2-6/+21
2001-07-0615279: ${(S)...%%...} etc. doc; 15288: bash word functions + docPeter Stephenson8-6/+79
2001-07-06add exclusion lists and use _multi_parts for sysctl completion on BSD (15252)Oliver Kiddle3-19/+28
2001-07-06(15283)Sven Wischnowsky2-1/+6
2001-07-0615265: Src/parse.c: correction problems with new `for' syntaxPeter Stephenson2-4/+8
2001-07-0615277: Src/glob.c: real backreferencing bug with ${(S)...%%...}Peter Stephenson2-8/+12
2001-07-06back out 15266Peter Stephenson3-59/+14
2001-07-06Avoid static link of pcre module.Bart Schaefer2-14/+16
2001-07-0515266: fix for ${(S)...%%...}Peter Stephenson3-9/+66
2001-07-0515264: improved doc for variant complex commandsPeter Stephenson2-8/+20
2001-07-0515261: remaining easy option testsPeter Stephenson3-1/+356
2001-07-0515253 : hash foo together with foo.exe on CygwinAndrey Borzenkov2-4/+10
2001-07-0415242: pcre_match -a and $match instead of pparamsClint Adams3-8/+25
2001-07-03Remove extraneous comma.Bart Schaefer1-1/+1
2001-07-0315234: describe behavior added by 15228.Clint Adams2-0/+7
2001-07-0315228: AC_CHECK_LIB->AC_SEARCH_LIBS, set pparams with capture buffersClint Adams3-6/+43
2001-07-03unposted: add mod_pcre to doc makefileClint Adams2-3/+7
2001-07-03add completion for sysctl(8) (15215, 15223)Oliver Kiddle3-2/+40
2001-07-03unposted: update distfiles for 15211Clint Adams4-1/+9
2001-07-03Remove references to FUNCINST_MK.Bart Schaefer2-2/+4
2001-07-0215211: zsh/pcre moduleClint Adams6-2/+200
2001-07-02fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle4-5/+10
2001-07-02Return nonzero from _tilde on no matches.Bart Schaefer2-1/+8
2001-06-30Reset errflag after executing precmd.Bart Schaefer2-1/+6
2001-06-2915183: fix DLLD in non-ELF caseAndrey Borzenkov2-3/+2
2001-06-29Left-over changes from yesterdayPeter Stephenson1-0/+9
2001-06-2915181: use -KPIC instead of -KpicAndrey Borzenkov2-1/+5
2001-06-2915180: final AIX touch - default to termcap and add -shared flag (orAndrey Borzenkov3-2/+19
-bM:SRE for native compiler) for modules
2001-06-29Bart15083: bash-backward-kill-wordClint Adams2-0/+13
2001-06-29Merge .distfiles change from 4.0.2 branch.Bart Schaefer2-2/+6
2001-06-2815172Wayne Davison1-0/+5
2001-06-28Have prepnexthistent() remove any HIST_TEMPSTORE entry that is present.Wayne Davison1-0/+4
2001-06-2815160, 15169: Doc formatting changes for texinfo and .html filesPeter Stephenson5-8/+24
2001-06-28update for test file renaming and fix typosOliver Kiddle3-4/+6
2001-06-28fix for two digit display numbers and -encodings option (15159)Oliver Kiddle2-5/+9
2001-06-28Unposted: Add _last.Bart Schaefer1-1/+1
2001-06-28Improve completion for `cd' with cdablevars set; cleanup in _cd and _tilde ↵Sven Wischnowsky3-24/+54
(15152)
2001-06-27enable-sitefndir -> enable-site-fndirPeter Stephenson2-1/+6
2001-06-27(only the patch to compmatch.c from the mail); improve merging cline lists ↵Sven Wischnowsky2-1/+11
coming from different IPREFIX/PREFIX combinations and such by avoiding to generate cline structs for empty parts after a match spec anchor cline struct (15123)
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky7-3/+44
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
2001-06-2615099: rudimental support for skipping unimplemented testsAndrey Borzenkov3-9/+29
2001-06-2615094: don't display battery level of -1%Clint Adams2-1/+6
2001-06-26fix for finding the first ambiguous path component in compfiles (3946)Sven Wischnowsky2-0/+5
2001-06-26make warning message for disowning stopped jobs more verbose (saying how to ↵Sven Wischnowsky2-4/+31
make the job running again) (15087)