summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-0921584Wayne Davison1-0/+6
2005-08-09Test both %b and %s in the empty-arg test.Wayne Davison1-1/+1
2005-08-08Fixed a recently-introduced bug where printf %b with an empty argWayne Davison1-1/+1
would output a single space instead of nothing.
2005-08-0821576: test for 21575Peter Stephenson2-0/+22
2005-08-08unposted: unnecessary variable in 21575Peter Stephenson2-1/+4
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson10-15/+64
2005-08-0821567: Dan Bullok: trashzle on updating window sizePeter Stephenson2-1/+6
2005-08-0821570: complete for the help sub-commandOliver Kiddle2-130/+134
2005-08-08new brctl completionOliver Kiddle3-1/+66
2005-08-0821566: Tobias Gruetzmacher: fix to list all repositoriesOliver Kiddle2-11/+15
2005-08-08unposted: fix syntax error in _mencal introduced by recent cleanup.Clint Adams2-1/+6
2005-08-04Improved the %d and %g tests.Wayne Davison1-4/+6
2005-08-02silence is golden.Wayne Davison1-0/+2
2005-08-0221557: Thorsten Dahlheimer: BRACE_CCL fixPeter Stephenson2-1/+6
2005-08-01Silenced a compiler warning about a variable that might be usedWayne Davison1-1/+1
unassigned.
2005-08-01A few more improvements for B03print.ztst.Wayne Davison1-1/+6
2005-08-01Three more tests based on recent fixes.Wayne Davison1-0/+14
2005-08-01- Improved how we check the no-newline test cases.Wayne Davison1-13/+17
- Added a test case for "echo -n".
2005-08-01various cleanups: fix indentation and capitalisation of descriptionsOliver Kiddle15-461/+293
2005-08-0121393: add missing local declarationsOliver Kiddle2-19/+25
2005-08-0121552: Thorsten Dahlheimer: various fixes to print builtinPeter Stephenson2-31/+43
2005-08-01unposted: Perforce "attribute" commandPeter Stephenson6-34/+131
21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
2005-07-3121553: improve zsh.pdf and don't distribute .psPeter Stephenson3-4/+14
2005-07-2921548Wayne Davison1-0/+5
2005-07-29Reorder the --include/--include-from --exclude/--exclude-from linesWayne Davison1-2/+2
so that the completion system will properly complete files after the ...-from options (the completion system is buggy if the shorter option is first and ends with an '=').
2005-07-28add Functions/Exceptions/.distfilesPeter Stephenson2-0/+6
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson7-14/+46
2005-07-28unposted: updated _perforce for Perforce release 2005.1Peter Stephenson2-2/+35
2005-07-2821540: update aap completion for version 1.076Doug Kearns2-14/+25
2005-07-27The PROMPT_SP output should be prior to the job notifications too.Wayne Davison1-7/+7
2005-07-26PROMPT_SP improvement.Wayne Davison1-0/+6
2005-07-2621532Wayne Davison1-0/+8
2005-07-26Moved the PROMPT_SP output into preprompt() so that it takes effectWayne Davison1-0/+9
prior to things like precmd(), the mail-check output, etc.
2005-07-26Mention the new inverse-hash that is output by PROMPT_SP.Wayne Davison1-4/+2
2005-07-26Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison1-23/+1
it can take affect prior to things like the mail-check output.
2005-07-26Updated the entry that talks about PROMPT_CR and PROMPT_SP to suggestWayne Davison1-7/+4
a better precmd function -- one that includes an inverse hash, and that outputs all its input in one go so that echoed input can't trip up the algorithm and cause a wrap when it shouldn't.
2005-07-2621529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams3-7/+12
2005-07-26unposted: declare expl local in _rakeDoug Kearns2-1/+5
2005-07-2621527: rename zsh-newuser-install and don't run if not loadedPeter Stephenson5-14/+36
2005-07-2621516: handle dhclient V3 as well as V2.Clint Adams2-5/+32
2005-07-2621518 (modified)Wayne Davison1-0/+6
2005-07-26Added tests for \c escape handling.Wayne Davison1-0/+28
2005-07-26Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison1-5/+16
output at the \c). (Based on a patch by Thorsten Dahlheimer.)
2005-07-26If getkeystring() finds a \c escape (when looking for such escapes),Wayne Davison1-1/+3
truncate the returned string at the escape.
2005-07-2521523, 21524: Julius Plenz: completions for pump and dhclient.Clint Adams3-0/+36
2005-07-25unposted: add missing compset -S call to _phpDoug Kearns2-2/+8
2005-07-25Some echo/printf improvements for the \c escape.Wayne Davison1-0/+11
2005-07-2421519: only complete files after baz commit, not archive/version.Clint Adams2-1/+4
2005-07-2421517: complete files after build-config if there's a configs subdir, even ↵Clint Adams2-2/+10
if one is not in a project tree.
2005-07-24The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison1-1/+1
escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer).