summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson6-11/+62
zsh-users/3071: compdump tweak to avoid // in path
2000-05-19Fix _su to use user's shell for completion after -c againOliver Kiddle2-3/+7
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer3-0/+9
2000-05-1911461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer2-4/+16
2000-05-19fix for unambiguous string insertion (11466)Sven Wischnowsky2-2/+4
2000-05-19don't use $match for something different than (#b)ackrefs (11464)Sven Wischnowsky11-218/+286
2000-05-18Add missing file name to log message.Bart Schaefer1-1/+2
2000-05-18fix for completion of `netscape -remote' (11460)Sven Wischnowsky2-9/+6
2000-05-18allow _main_complete to call an arbitrary command given as arguments (11459)Sven Wischnowsky3-4/+29
2000-05-18small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky3-3/+11
2000-05-1811455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson3-11/+65
2000-05-18make _files remove backslashes in patterns (11453)Sven Wischnowsky2-1/+6
2000-05-18Felix Rosencrantz: 11450: Replace `tr` with paramsubst.Bart Schaefer2-2/+5
2000-05-1711448: doc changesPeter Stephenson3-352/+364
2000-05-1711444: add old-list and old-menu to _zstylePeter Stephenson2-0/+6
2000-05-1711441: Test/comptest, Test/53completion.ztst,Tanaka Akira4-154/+157
Test/54compmatch.ztst: use only one zsh process to test for each completion test file.
2000-05-17add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky8-75/+610
2000-05-17Fix e-mail address.Bart Schaefer1-1/+1
2000-05-1711435: Update test for 11406.Bart Schaefer2-5/+8
2000-05-1711431: Chop up zstyle doc into an itemize list.Bart Schaefer2-39/+56
2000-05-17fix completion after tilde and equal sign inside quotes (11429)Sven Wischnowsky2-5/+12
2000-05-1711426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2-4/+10
2000-05-1611420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2-4/+11
2000-05-1611419: Control "make check" with the TESTNUM variable.Bart Schaefer2-3/+11
2000-05-16Remove RCS Id strings.Bart Schaefer1-2/+0
2000-05-16Fix typos and remove RCS Id strings.Bart Schaefer5-3/+37
2000-05-1611415: Completion/User/_cvs: follow the new matcher-list behaviour.Tanaka Akira2-1/+5
2000-05-1611410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson2-0/+7
2000-05-16fixed configuration of menu-selection with menu style; pseudo-context ↵Sven Wischnowsky4-34/+103
`-command-line-', handy for completion in vared (11408)
2000-05-16avoid tilde- and parameter-completion in quotes (11407)Sven Wischnowsky3-2/+7
2000-05-16make _arguments take the attempt to add matches as an indication not to do ↵Sven Wischnowsky2-4/+14
default option-completion (11406)
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky4-22/+90
2000-05-16one hunk of 11381: typo in _vars_eqPeter Stephenson2-1/+4
2000-05-1611402: Doc/Zsh/options.yo: OCTAL_ZEROES fix + expansionPeter Stephenson2-2/+9
2000-05-16make menu-select accept the match when typing a non-special character (11401)Sven Wischnowsky2-0/+6
2000-05-1611396: Completion/User/_look: display a message whenTanaka Akira2-3/+9
an argument is empty.
2000-05-1611394: Completion/User/_cvs: rewrite filename completionTanaka Akira2-142/+156
functions.
2000-05-1511393: Completion/User/_diff_options: use `=-'.Tanaka Akira2-2/+4
2000-05-1511392: Completion/Core/_description: ignore-line fix.Tanaka Akira2-2/+6
2000-05-1511387: OCTAL_ZEROES optionClint Adams5-1/+15
2000-05-1511385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams2-0/+9
2000-05-15detect additional characters in parameter expansions and signal an error for ↵Sven Wischnowsky2-3/+19
them (11380)
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky6-27/+48
`false' there
2000-05-15add _in_vared for completion inside vared; make insert-tab default to ↵Sven Wischnowsky1-0/+8
`false' there (11379)
2000-05-1511375: compinstall: menu style select=long and select=long-listPeter Stephenson2-27/+55
2000-05-15Install functions before man pages to avoid error if yodl isn't installedOliver Kiddle2-2/+6
2000-05-15extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky2-4/+7
2000-05-15Oliver's missing article number.Bart Schaefer1-1/+1
2000-05-15FAQ updated from websitePeter Stephenson2-16/+77
2000-05-15fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky2-1/+11