summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14Greg Klanderman: 27262: prefixes incorrect with accept-exact-dirsPeter Stephenson2-3/+8
2009-09-13Baptiste Daroussin: 27271: remove awk dependencePeter Stephenson2-5/+7
2009-09-1327270: zfcd_match: remove awk dependencePeter Stephenson2-5/+11
2009-09-11Baptiste Daroussin: 27268:Peter Stephenson2-11/+9
remove Perl dependency from pick-web-browser
2009-09-11Baptiste Daroussin: 27267 plus 27269 plus doc:Peter Stephenson3-32/+33
remove perl dependency
2009-09-11Greg Klanderman: 27259 / 27260: missing ChangeLog entryPeter Stephenson1-1/+7
2009-09-10Greg Klanderman: 27259 / 27260: unset parameter in file prefixPeter Stephenson1-1/+5
2009-09-09Greg Klanderman: 27255: some consistency fixesPeter Stephenson5-9/+15
2009-09-0727236: use $CPPFLAGS with $CPP in configure.acPeter Stephenson2-5/+10
2009-09-06Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson2-2/+6
2009-09-0627247: zmv checking for **/ was wrongPeter Stephenson2-2/+6
2009-09-0527244: Daniel Friesel: new feh completionPeter Stephenson3-1/+176
2009-09-0527243: reverse indexing of arrays with beginning index out of range returnedPeter Stephenson3-1/+45
wrong value
2009-09-0227240: fix fix for lexing in test builtinPeter Stephenson2-2/+9
2009-08-2827233: improved _values handling of optional argumentsPeter Stephenson3-3/+10
mount -o loop= argument is optional
2009-08-2127228: clear function for zsh-newuser-installPeter Stephenson2-1/+15
2009-08-1727219: _files -F <array> wasn't correctly handledPeter Stephenson2-5/+12
2009-08-1727218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson2-3/+23
2009-08-1727217: fix typo in assignment in new user scriptPeter Stephenson2-2/+7
2009-08-1627216: set chwords to NULL when freedPeter Stephenson2-1/+7
2009-08-15users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson2-2/+16
2009-08-07Andrew Psaltis: 27212: Slackware supports extra tar formats in pkgtoolPeter Stephenson2-4/+9
2009-08-0527211: handle Cygwin device files & drives specially in compfilesPeter Stephenson2-9/+73
2009-08-0527209: fix breakage from 27208.Clint Adams2-2/+5
2009-08-05Mikael Magnusson: 27204: remove stray curly brace.Clint Adams2-2/+5
2009-08-0527208: try to do the right thing when applying file-sort to extant glob ↵Clint Adams2-2/+7
qualifiers.
2009-08-0127203: treat aptitude build-depends just as aptitude build-dep.Clint Adams2-2/+5
2009-08-0127202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD.Clint Adams2-2/+7
2009-07-30users/14267: files added by ignore-line should be quotedPeter Stephenson2-7/+14
2009-07-2427188: improve read -q by using read -k codePeter Stephenson5-65/+56
2009-07-2127181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson3-5/+29
2009-07-2027178: FAQ---quoting function names to stop expansion is always(ish) safePeter Stephenson2-4/+6
2009-07-2027178: FAQ---quoting function names to stop expansion is always safePeter Stephenson2-1/+14
2009-07-2027159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer3-14/+30
foreground jobs that handle or ignore interrupts are not orphaned.
2009-07-1927167: add POSIX_CD option to test "." after CDPATHPeter Stephenson6-6/+51
2009-07-1827160: tweaks to reportbug completion, thanks to Vincent Lefevre.Clint Adams2-3/+5
2009-07-1827128: complete tex files for latexmk.Clint Adams2-2/+7
2009-07-17users/14240: assignment before a function definition is an errorPeter Stephenson2-2/+14
2009-07-15Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson2-7/+14
2009-07-14Andy Spencer: 27148: ignore build directories when searching forPeter Stephenson2-2/+8
kernel modules in modutil completion
2009-07-1227134: Close SHTTY on exec.Peter Stephenson5-8/+51
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table.
2009-07-1127131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson3-7/+8
2009-07-1127129: fix status at start of function, command subst, etc.Peter Stephenson7-8/+64
2009-07-1027127: Vincent Bernat: handle bts fixed and bts notfixed.Clint Adams2-3/+8
2009-07-1027126: a few more contexts where executing empty lists gives status zeroPeter Stephenson6-2/+51
2009-07-1027125: handle nested use of colour code buffer allocationPeter Stephenson2-3/+20
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson8-47/+111
27122: add POSIX_JOBS option
2009-07-1027119: job output to stdout if non-interactivePeter Stephenson2-7/+12
no automated jobs notifications
2009-07-0927112: allow jobbing output if not interactivePeter Stephenson2-9/+16
2009-07-09Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson1-1/+1