Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32361: don't reset lastline before completion | Oliver Kiddle | 2014-02-14 | 1 | -1/+0 |
| | |||||
* | 32365: another stab at the heuristic for initializing rprompt_indent | Barton E. Schaefer | 2014-02-08 | 2 | -3/+4 |
| | |||||
* | 32342: fix overstrike for vi mode and use varying vi commands at line start | Oliver Kiddle | 2014-02-05 | 2 | -10/+12 |
| | |||||
* | 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on | Oliver Kiddle | 2014-02-05 | 4 | -8/+29 |
| | | | | | Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence | ||||
* | 32341: heuristic initialization of ZLE_RPROMPT_INDENT | Barton E. Schaefer | 2014-02-02 | 1 | -11/+1 |
| | |||||
* | Fix leading whitespace in a comment | Barton E. Schaefer | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | 32340: improve error messages for "read -c" / "read -l" | Barton E. Schaefer | 2014-02-02 | 2 | -2/+2 |
| | |||||
* | 32337: change initialization of some special parameters for emulation ↵ | Barton E. Schaefer | 2014-02-02 | 1 | -8/+9 |
| | | | | compatibility | ||||
* | 32314: merge undo events corresponding to vi change in the vi-cmd-mode ↵ | Oliver Kiddle | 2014-01-31 | 4 | -12/+19 |
| | | | | widget so undo from insert mode is useful again | ||||
* | 32303: simplistic completion after $x: | Peter Stephenson | 2014-01-28 | 1 | -0/+14 |
| | |||||
* | 32308: Improve initialising of vi change. | Peter Stephenson | 2014-01-28 | 2 | -3/+26 |
| | | | | | Better handling when entering viins on entry to editor. Slightly changed since post to use vi command a. | ||||
* | unposted: update 31983 to suppress stdout from cmp, too. | Peter Stephenson | 2014-01-27 | 1 | -1/+1 |
| | | | | Gets rid of unnecessary messages building patchlevel.h. | ||||
* | 32299: add use of underscores on arithmetic output for spacing | Peter Stephenson | 2014-01-23 | 3 | -18/+176 |
| | |||||
* | unposted: reformulate 32285 to lift the fheap->sp test out of the loop, ↵ | Barton E. Schaefer | 2014-01-22 | 1 | -15/+9 |
| | | | | improve commentary | ||||
* | 32294: prevent buffer overflow when scanning very long directory paths for ↵ | Barton E. Schaefer | 2014-01-19 | 1 | -13/+18 |
| | | | | symbolic links | ||||
* | 32285: restart the fheap search in freeheap if the current fheap arena is ↵ | Barton E. Schaefer | 2014-01-18 | 1 | -0/+9 |
| | | | | about to be discarded; fixes crash | ||||
* | 32283: fix crash in menu selection when number of terminal lines is small | Barton E. Schaefer | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | 32246: option "shift -p" pops arguments from end of array | Peter Stephenson | 2014-01-11 | 1 | -6/+25 |
| | |||||
* | users/18298 (tidied up): add {<char>..<char>} expansion | Peter Stephenson | 2014-01-09 | 1 | -3/+98 |
| | |||||
* | 32196: copy-prev-shell-word needs a lexer flag | Carl Drougge | 2014-01-02 | 1 | -1/+1 |
| | |||||
* | 32208: always reset pathchecked when the path array is modified | Barton E. Schaefer | 2013-12-30 | 1 | -2/+6 |
| | |||||
* | 32182: re-enable command completion after a separator | Barton E. Schaefer | 2013-12-25 | 1 | -4/+7 |
| | |||||
* | 32178: fix another acquire_pgrp() infinite loop | Barton E. Schaefer | 2013-12-25 | 1 | -0/+4 |
| | |||||
* | 32176: plug additional deadlock-inducing pipe descriptor leaks | Peter Stephenson | 2013-12-21 | 2 | -14/+29 |
| | |||||
* | 32171: close pipe descriptor in parent when left side is a shell construct to | Barton E. Schaefer | 2013-12-20 | 1 | -0/+4 |
| | | | | | | prevent deadlock Also clean up ChangeLog entry that attributed 32119 to 32114 | ||||
* | 32157: fix extra line feed after prompt, and erased character in completion ↵ | Barton E. Schaefer | 2013-12-18 | 3 | -24/+41 |
| | | | | listing, when ZLE_RPROMPT_INDENT=0 | ||||
* | 32131: avoid infinite loop reading pty on platforms that do not buffer ↵ | Jun T | 2013-12-16 | 1 | -2/+2 |
| | | | | output after child exit | ||||
* | 32136: fix problem with kshglob. | Peter Stephenson | 2013-12-16 | 2 | -5/+15 |
| | | | | | Non-pattern characters that could be followed by "(" to introduce a ksh glob but weren't caused failures. | ||||
* | 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right | Patrick Oscity | 2013-12-16 | 2 | -7/+31 |
| | |||||
* | 32099: change pointer declaration to avoid arithmetic on (void *). | Barton E. Schaefer | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | 32091: WARN_CREATE_GLOBAL false positive. | Daniel Shahaf | 2013-12-06 | 1 | -1/+4 |
| | | | | In cases like () { foo=bar =true; } | ||||
* | 32061: Fix "use of uninitialized memory" in metafy | Barton E. Schaefer | 2013-11-27 | 1 | -2/+2 |
| | |||||
* | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 2013-11-27 | 3 | -15/+15 |
| | | | | | | | | | | Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | ||||
* | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 2013-11-20 | 1 | -1/+1 |
| | | | | | It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | ||||
* | 32023: better interrupt handling at RM_STAR_WAIT | Barton E. Schaefer | 2013-11-19 | 1 | -0/+2 |
| | |||||
* | 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a ↵ | Barton E. Schaefer | 2013-11-18 | 1 | -1/+1 |
| | | | | leading paren means grouping | ||||
* | 32001: fix crash on ${:*} and ${:|} | Peter Stephenson | 2013-11-17 | 1 | -0/+8 |
| | |||||
* | 31983: suppress warning from cmp when genering patchlevel.h. | Peter Stephenson | 2013-11-14 | 1 | -1/+1 |
| | | | | The warning doesn't indicate a problem, so isn't useful. | ||||
* | 31982: detection of floating point constants was problematic. | Peter Stephenson | 2013-11-14 | 1 | -8/+3 |
| | | | | | Remove the cause and fix the original problem with floating point numbers with leading zeros (users/17445) a different way. | ||||
* | 31977: It's OK to autoload a feature that's loaded. | Peter Stephenson | 2013-11-13 | 1 | -1/+14 |
| | | | | Simply check that the feature is from the same module that's requested. | ||||
* | 31961: rationalise fd watching to use structure | Peter Stephenson | 2013-11-12 | 3 | -60/+56 |
| | |||||
* | 31937: zle -Fw uses widget semantics for file descriptor handler | Peter Stephenson | 2013-11-07 | 4 | -23/+61 |
| | |||||
* | unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1 | Peter Stephenson | 2013-11-06 | 2 | -5/+7 |
| | | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles. | ||||
* | 31936: Rationalise limits for threads | Stefan Neudorf | 2013-11-03 | 2 | -13/+6 |
| | |||||
* | 31935: further updates to limits for BSD | Stefan Neudorf | 2013-11-03 | 2 | -13/+6 |
| | |||||
* | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 2013-10-31 | 2 | -0/+50 |
| | | | | Avoid clash of uses for ulimit -k. | ||||
* | 31929: Src/jobs.c: fix DPUTS3() test condition from 31906. | Barton E. Schaefer | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | 31922: zlecharasstring missed flip of bit 5 after Meta | Peter Stephenson | 2013-10-28 | 1 | -0/+1 |
| | |||||
* | 31919: fix deadlock when a shell builtin with a multio redirection is used ↵ | Barton E. Schaefer | 2013-10-27 | 2 | -2/+3 |
| | | | | | | | | | on the left side of a pipeline Make sure stdin/out/err file descriptors are closed for the multio copy process, which means not re-using those descriptors after they are closed and marked FDT_UNUSED in fdtable[]. For completeness, initialize their fdtable[] state to FDT_EXTERNAL. | ||||
* | 31912: in closemn(), distinguish closing for >&- from closing for a real ↵ | Barton E. Schaefer | 2013-10-27 | 1 | -5/+5 |
| | | | | | | redirect Fixes knock-on multios bug introduced by workers/20666 way back in 2005. |