summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-08-1021571: avoid localised translations that break parsingOliver Kiddle1-1/+1
2005-08-1021592: browsing new directory from menu selection crashedPeter Stephenson2-0/+6
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson17-553/+943
2005-08-1021579Wayne Davison1-0/+5
2005-08-10Put the last test into a sub-shell so that it doesn't interfereWayne Davison1-2/+2
with the temp-file cleanup.
2005-08-10A couple more minor tweaks to the "trap" section.Wayne Davison1-2/+4
2005-08-10Make printf %s handle an embedded null (21579).Wayne Davison1-7/+10
2005-08-09Fixes from Thorsten Dahlheimer.Peter Stephenson4-14/+37
21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A.
2005-08-0921577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson3-1/+11
2005-08-0921580Wayne Davison1-0/+3
2005-08-0921580: Thorsten's patch to make sure that no pre-existing trapsWayne Davison1-1/+4
interfere with the tests.
2005-08-0921581Wayne Davison1-0/+5
2005-08-09Changes based on Thorsten's message #21581.Wayne Davison1-9/+15
2005-08-09Got rid of trap call for now.Wayne Davison1-2/+2
2005-08-0921581: Thorsten Dahlheimer: Src/builtin.c: fixed error outputWayne Davison1-5/+12
for unknown signal names when using "trap -".
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.