Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 21412: Travis Spencer: pkg-config completion | Peter Stephenson | 2005-08-12 | 3 | -1/+64 |
| | |||||
* | Some ZWC -> ZWS changes. | Wayne Davison | 2005-08-11 | 1 | -0/+3 |
| | |||||
* | Changed several instances of ZWC() used on a string to ZWS(). | Wayne Davison | 2005-08-11 | 2 | -5/+5 |
| | |||||
* | The last word in B02typeset.ztst fixes (for now). | Wayne Davison | 2005-08-11 | 1 | -6/+7 |
| | |||||
* | Third time's a charm: a better fix than using either a subshell or | Wayne Davison | 2005-08-11 | 1 | -11/+17 |
| | | | | | | | | | "setopt localoptions" is to use a function for the final test (since it destroys all the variables in the environment). This allows us to directly test that the environment was properly restored after the function call, and ensures that the caller (ZTST_execchunk, which directly exec'ed the test code) still has all the vars that it expects in the environment (such as ZTST_verbose, options, and ZTST_mainopts). | ||||
* | 21598: fix typo that broke svn ci completion and avoid problem if LC_ALL set | Oliver Kiddle | 2005-08-11 | 2 | -7/+15 |
| | |||||
* | Improved a sentence. | Wayne Davison | 2005-08-11 | 1 | -1/+1 |
| | |||||
* | 21596: fix run-help, which-command, accept-and-menu-complete | Peter Stephenson | 2005-08-10 | 3 | -6/+22 |
| | |||||
* | /tmp/cvsgx0BlF | Wayne Davison | 2005-08-10 | 1 | -0/+6 |
| | |||||
* | A better fix than my last patch is to use "setopt localoptions". | Wayne Davison | 2005-08-10 | 1 | -3/+3 |
| | |||||
* | 21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-08-10 | 3 | -2/+5 |
| | |||||
* | 21571: avoid localised translations that break parsing | Oliver Kiddle | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | 21592: browsing new directory from menu selection crashed | Peter Stephenson | 2005-08-10 | 2 | -0/+6 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 17 | -553/+943 |
| | |||||
* | 21579 | Wayne Davison | 2005-08-10 | 1 | -0/+5 |
| | |||||
* | Put the last test into a sub-shell so that it doesn't interfere | Wayne Davison | 2005-08-10 | 1 | -2/+2 |
| | | | | with the temp-file cleanup. | ||||
* | A couple more minor tweaks to the "trap" section. | Wayne Davison | 2005-08-10 | 1 | -2/+4 |
| | |||||
* | Make printf %s handle an embedded null (21579). | Wayne Davison | 2005-08-10 | 1 | -7/+10 |
| | |||||
* | Fixes from Thorsten Dahlheimer. | Peter Stephenson | 2005-08-09 | 4 | -14/+37 |
| | | | | | | 21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A. | ||||
* | 21577 (adapted): Dan Bullok: improved window resize handling, again | Peter Stephenson | 2005-08-09 | 3 | -1/+11 |
| | |||||
* | 21580 | Wayne Davison | 2005-08-09 | 1 | -0/+3 |
| | |||||
* | 21580: Thorsten's patch to make sure that no pre-existing traps | Wayne Davison | 2005-08-09 | 1 | -1/+4 |
| | | | | interfere with the tests. | ||||
* | 21581 | Wayne Davison | 2005-08-09 | 1 | -0/+5 |
| | |||||
* | Changes based on Thorsten's message #21581. | Wayne Davison | 2005-08-09 | 1 | -9/+15 |
| | |||||
* | Got rid of trap call for now. | Wayne Davison | 2005-08-09 | 1 | -2/+2 |
| | |||||
* | 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output | Wayne Davison | 2005-08-09 | 1 | -5/+12 |
| | | | | for unknown signal names when using "trap -". | ||||
* | 21584 | Wayne Davison | 2005-08-09 | 1 | -0/+6 |
| | |||||
* | Test both %b and %s in the empty-arg test. | Wayne Davison | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | Fixed a recently-introduced bug where printf %b with an empty arg | Wayne Davison | 2005-08-08 | 1 | -1/+1 |
| | | | | would output a single space instead of nothing. | ||||
* | 21576: test for 21575 | Peter Stephenson | 2005-08-08 | 2 | -0/+22 |
| | |||||
* | unposted: unnecessary variable in 21575 | Peter Stephenson | 2005-08-08 | 2 | -1/+4 |
| | |||||
* | 21575 plus unposted: Add WARN_CREATE_GLOBAL option | Peter Stephenson | 2005-08-08 | 10 | -15/+64 |
| | |||||
* | 21567: Dan Bullok: trashzle on updating window size | Peter Stephenson | 2005-08-08 | 2 | -1/+6 |
| | |||||
* | 21570: complete for the help sub-command | Oliver Kiddle | 2005-08-08 | 2 | -130/+134 |
| | |||||
* | new brctl completion | Oliver Kiddle | 2005-08-08 | 3 | -1/+66 |
| | |||||
* | 21566: Tobias Gruetzmacher: fix to list all repositories | Oliver Kiddle | 2005-08-08 | 2 | -11/+15 |
| | |||||
* | unposted: fix syntax error in _mencal introduced by recent cleanup. | Clint Adams | 2005-08-08 | 2 | -1/+6 |
| | |||||
* | Improved the %d and %g tests. | Wayne Davison | 2005-08-04 | 1 | -4/+6 |
| | |||||
* | silence is golden. | Wayne Davison | 2005-08-02 | 1 | -0/+2 |
| | |||||
* | 21557: Thorsten Dahlheimer: BRACE_CCL fix | Peter Stephenson | 2005-08-02 | 2 | -1/+6 |
| | |||||
* | Silenced a compiler warning about a variable that might be used | Wayne Davison | 2005-08-01 | 1 | -1/+1 |
| | | | | unassigned. | ||||
* | A few more improvements for B03print.ztst. | Wayne Davison | 2005-08-01 | 1 | -1/+6 |
| | |||||
* | Three more tests based on recent fixes. | Wayne Davison | 2005-08-01 | 1 | -0/+14 |
| | |||||
* | - Improved how we check the no-newline test cases. | Wayne Davison | 2005-08-01 | 1 | -13/+17 |
| | | | | - Added a test case for "echo -n". | ||||
* | various cleanups: fix indentation and capitalisation of descriptions | Oliver Kiddle | 2005-08-01 | 15 | -461/+293 |
| | |||||
* | 21393: add missing local declarations | Oliver Kiddle | 2005-08-01 | 2 | -19/+25 |
| | |||||
* | 21552: Thorsten Dahlheimer: various fixes to print builtin | Peter Stephenson | 2005-08-01 | 2 | -31/+43 |
| | |||||
* | unposted: Perforce "attribute" command | Peter Stephenson | 2005-08-01 | 6 | -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 .ps | Peter Stephenson | 2005-07-31 | 3 | -4/+14 |
| | |||||
* | 21548 | Wayne Davison | 2005-07-29 | 1 | -0/+5 |
| |