about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 21577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson2005-08-093-1/+11
|
* 21580Wayne Davison2005-08-091-0/+3
|
* 21580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison2005-08-091-1/+4
| | | | interfere with the tests.
* 21581Wayne Davison2005-08-091-0/+5
|
* Changes based on Thorsten's message #21581.Wayne Davison2005-08-091-9/+15
|
* Got rid of trap call for now.Wayne Davison2005-08-091-2/+2
|
* 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error outputWayne Davison2005-08-091-5/+12
| | | | for unknown signal names when using "trap -".
* 21584Wayne Davison2005-08-091-0/+6
|
* Test both %b and %s in the empty-arg test.Wayne Davison2005-08-091-1/+1
|
* Fixed a recently-introduced bug where printf %b with an empty argWayne Davison2005-08-081-1/+1
| | | | would output a single space instead of nothing.
* 21576: test for 21575Peter Stephenson2005-08-082-0/+22
|
* unposted: unnecessary variable in 21575Peter Stephenson2005-08-082-1/+4
|
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-0810-15/+64
|
* 21567: Dan Bullok: trashzle on updating window sizePeter Stephenson2005-08-082-1/+6
|
* 21570: complete for the help sub-commandOliver Kiddle2005-08-082-130/+134
|
* new brctl completionOliver Kiddle2005-08-083-1/+66
|
* 21566: Tobias Gruetzmacher: fix to list all repositoriesOliver Kiddle2005-08-082-11/+15
|
* unposted: fix syntax error in _mencal introduced by recent cleanup.Clint Adams2005-08-082-1/+6
|
* Improved the %d and %g tests.Wayne Davison2005-08-041-4/+6
|
* silence is golden.Wayne Davison2005-08-021-0/+2
|
* 21557: Thorsten Dahlheimer: BRACE_CCL fixPeter Stephenson2005-08-022-1/+6
|
* Silenced a compiler warning about a variable that might be usedWayne Davison2005-08-011-1/+1
| | | | unassigned.
* A few more improvements for B03print.ztst.Wayne Davison2005-08-011-1/+6
|
* Three more tests based on recent fixes.Wayne Davison2005-08-011-0/+14
|
* - Improved how we check the no-newline test cases.Wayne Davison2005-08-011-13/+17
| | | | - Added a test case for "echo -n".
* various cleanups: fix indentation and capitalisation of descriptionsOliver Kiddle2005-08-0115-461/+293
|
* 21393: add missing local declarationsOliver Kiddle2005-08-012-19/+25
|
* 21552: Thorsten Dahlheimer: various fixes to print builtinPeter Stephenson2005-08-012-31/+43
|
* unposted: Perforce "attribute" commandPeter Stephenson2005-08-016-34/+131
| | | | | | 21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
* 21553: improve zsh.pdf and don't distribute .psPeter Stephenson2005-07-313-4/+14
|
* 21548Wayne Davison2005-07-291-0/+5
|
* Reorder the --include/--include-from --exclude/--exclude-from linesWayne Davison2005-07-291-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 '=').
* add Functions/Exceptions/.distfilesPeter Stephenson2005-07-282-0/+6
|
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-287-14/+46
|
* unposted: updated _perforce for Perforce release 2005.1Peter Stephenson2005-07-282-2/+35
|
* 21540: update aap completion for version 1.076Doug Kearns2005-07-282-14/+25
|
* The PROMPT_SP output should be prior to the job notifications too.Wayne Davison2005-07-271-7/+7
|
* PROMPT_SP improvement.Wayne Davison2005-07-261-0/+6
|
* 21532Wayne Davison2005-07-261-0/+8
|
* Moved the PROMPT_SP output into preprompt() so that it takes effectWayne Davison2005-07-261-0/+9
| | | | prior to things like precmd(), the mail-check output, etc.
* Mention the new inverse-hash that is output by PROMPT_SP.Wayne Davison2005-07-261-4/+2
|
* Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison2005-07-261-23/+1
| | | | it can take affect prior to things like the mail-check output.
* Updated the entry that talks about PROMPT_CR and PROMPT_SP to suggestWayne Davison2005-07-261-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.
* 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams2005-07-263-7/+12
|
* unposted: declare expl local in _rakeDoug Kearns2005-07-262-1/+5
|
* 21527: rename zsh-newuser-install and don't run if not loadedPeter Stephenson2005-07-265-14/+36
|
* 21516: handle dhclient V3 as well as V2.Clint Adams2005-07-262-5/+32
|
* 21518 (modified)Wayne Davison2005-07-261-0/+6
|
* Added tests for \c escape handling.Wayne Davison2005-07-261-0/+28
|
* Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison2005-07-261-5/+16
| | | | output at the \c). (Based on a patch by Thorsten Dahlheimer.)