Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 31644: Fix insertion of multibyte characters into editor line. | Peter Stephenson | 2013-08-08 | 1 | -1/+2 |
| | | | | | This was broken for a string that came from outside ZLE in the case where the editing buffer wasn't metafied, i.e. not in completion. | ||||
* | users/17908: Keep history line in sync between ZLE and shell. | Peter Stephenson | 2013-08-08 | 3 | -1/+19 |
| | | | | Update ZLE version if history is read, pushed or popped with ZLE active | ||||
* | 31631: Use cygwin_conv_path if available. | Peter Stephenson | 2013-08-05 | 1 | -0/+5 |
| | | | | Prefer it to cygwin_conv_to_posix_path. | ||||
* | 31611: attempt to fix crash completing redirection in do loop | Peter Stephenson | 2013-08-02 | 1 | -2/+24 |
| | |||||
* | 17591: fix error message for invalid fd in print -u | Peter Stephenson | 2013-07-29 | 1 | -8/+8 |
| | |||||
* | 31574: alternative fix for bad fd if no FD_CLOEXEC. | Peter Stephenson | 2013-07-25 | 1 | -8/+16 |
| | | | | Remove dump records more consistently in that case. | ||||
* | 31750: fix for HISTREDUCEBLANKS option. | Peter Stephenson | 2013-07-24 | 1 | -2/+27 |
| | | | | | Don't truncate line after marked words if there's more non-white-space text, which is probably comments. | ||||
* | unposted: fix previous commit: ihwend -> hwend | Peter Stephenson | 2013-07-22 | 1 | -1/+1 |
| | |||||
* | 31559: Fix history line problem with aliases and comments | Peter Stephenson | 2013-07-22 | 1 | -0/+1 |
| | |||||
* | 31549: Fix third problem with file descriptor management. | Peter Stephenson | 2013-07-21 | 2 | -18/+1 |
| | | | | | Replace ad-hoc subsh_close file descriptor for pipe management with the new job-based addfilelist() mechanism. | ||||
* | 31545: Use of FD_CLOEXEC to remove possibility of fd reuse. | Peter Stephenson | 2013-07-20 | 2 | -0/+9 |
| | | | | | File descriptors of mmap'd dump files are closed if and only if an exec is performed. | ||||
* | 31536 with additions: Fix hang in previous process substitution fix. | Peter Stephenson | 2013-07-19 | 1 | -0/+25 |
| | | | | Close applicable file descriptors when waiting for a job. | ||||
* | 31528: use job table to record file descriptors associated with process subst | Peter Stephenson | 2013-07-17 | 3 | -35/+59 |
| | |||||
* | 31483: Call zrefresh() before unqueue()ing signals | Mikael Magnusson | 2013-06-27 | 1 | -0/+2 |
| | | | | | | | | | Not doing so causes problems for example with this .zshrc zle -N zle-line-init foo zle -N set-local-history bar foo() { zle set-local-history -n 1 } bar() { zle reset-prompt } | ||||
* | 31465: fix basic completion and globbing uses of disabled patterns | Peter Stephenson | 2013-06-13 | 2 | -35/+75 |
| | |||||
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 5 | -4/+205 |
| | |||||
* | 31474: create patchlevel.h correctly when using a separate build tree | Barton E. Schaefer | 2013-06-13 | 1 | -1/+1 |
| | |||||
* | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 2013-06-01 | 3 | -91/+177 |
| | |||||
* | 31419: Add time zone and year to string formatted time output from zstat | Peter Stephenson | 2013-05-21 | 1 | -2/+2 |
| | |||||
* | upon "read" of a short line, assign all variables passed as arguments. | Barton Schaefer | 2013-05-20 | 1 | -1/+1 |
| | | | | | It was noted that (print 1 2 | read one two three four) assigned values only to $one and $two except in the case where EOF was reached. | ||||
* | Unused function attribute fix for clang compilation | Mihai Moldovan | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | 31376: Make sure every execve() is prefixed by winch_unblock() | Frank Terbeck | 2013-05-05 | 1 | -0/+6 |
| | | | | This was suggested by Bart Schaefer in 31375. | ||||
* | Revert "31372: Do not block SIGWINCH for child processes" | Frank Terbeck | 2013-05-05 | 1 | -3/+1 |
| | | | | | | This reverts commit f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6. As Bart suggested in 31375. | ||||
* | 31372: Do not block SIGWINCH for child processes | Bart Schaefer | 2013-05-05 | 1 | -1/+3 |
| | | | | Something similar may also be needed in the zpty and clone modules. | ||||
* | 31361: handle negative optno ("no" prefix used) | Bart Schaefer | 2013-04-30 | 1 | -3/+4 |
| | | | | when storing options with parseopts_insert() for sticky contexts | ||||
* | 31353: fix handling of floating point in ternary | Bart Schaefer | 2013-04-30 | 1 | -1/+2 |
| | |||||
* | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 2013-04-30 | 5 | -0/+28 |
| | | | | | when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes. | ||||
* | 31272: Avoid double free, get_compctl should not free its arguments. | Bart Schaefer | 2013-04-20 | 1 | -1/+0 |
| | |||||
* | users/17754: failing to retie an array | Peter Stephenson | 2013-04-10 | 1 | -1/+1 |
| | | | | and colon-separated scalar shouldn't be a fatal error | ||||
* | 31246: make a separate patch level header for releases | Peter Stephenson | 2013-04-09 | 1 | -2/+6 |
| | |||||
* | 31172: Let vared define custom init and finish hooks | Frank Terbeck | 2013-04-05 | 1 | -7/+14 |
| | | | | | | | | | | | Using this, you can do things like this in a more straight-forward manner: foo-init() { CURSOR=0; } zle -N foo-init foo=$'Some longer\nbuffer with\nmultiple lines.' vared -i foo-init foo | ||||
* | 31174: zle: Make sure state changes are refreshed after init hook | Frank Terbeck | 2013-04-05 | 1 | -2/+2 |
| | | | | | | | If `zrefresh' is not called _after_ the zle-line-init hook, any changes made to the editor's state (be it changes to $CURSOR or $BUFFER or called widgets like `clear-screen') will only be picked up after the first character is typed into the editor. | ||||
* | Generate patch level using `git describe` | Aaron Schrab | 2013-04-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Generate the patch level using `git describe` rather than relying on the CVS $Revision$. Need to use the `--tags` option, since currently there are no annotated tags. The `--long` option should be used so that the output will always be in the 'tag-commits-hash' format rather than just naming a tag when that would fully describe the current commit. Since changes to the patchlevel could now be caused by changes to any file, force the rule to be called every time that `make` is run. Only update the file when there are actually changes to prevent unnecessary rebuilding of other build products (currently just `params.o` and `zsh`). | ||||
* | Jun. T: typo in vi-goto-mark | Peter Stephenson | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | 31158: following a wildcard with a repetition produces a bad pattern error | Bart Schaefer | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | 31140: avoid crash when hitting recursion limit | Mikael Magnusson | 2013-03-13 | 1 | -1/+2 |
| | |||||
* | 31141: Tighten NO_CLOBBER restrictions on {fd} syntax | Peter Stephenson | 2013-03-10 | 1 | -1/+8 |
| | | | | to apply only if $fd is exactly an fd and nothing else. | ||||
* | 30496: Parse argument to %F and %K as prompt sequences | Mikael Magnusson | 2013-03-10 | 1 | -14/+29 |
| | |||||
* | users/17665: add FORCE_FLOAT option | Peter Stephenson | 2013-03-05 | 3 | -0/+17 |
| | |||||
* | 31060:"+" before a flag for "functions" or | Peter Stephenson | 2013-02-22 | 1 | -4/+9 |
| | | | | "autoload" should suppress display of function body. | ||||
* | 31037: return to previous position with vi-goto-mark using `` or '' | Oliver Kiddle | 2013-02-09 | 1 | -4/+12 |
| | |||||
* | 30993: fix parameter modifier crash with :wq on empty string | Peter Stephenson | 2013-01-22 | 1 | -1/+9 |
| | |||||
* | unposted: tweak 30949 to fix buffer pointer | Bart Schaefer | 2013-01-08 | 1 | -2/+1 |
| | |||||
* | 30949: restore "read -q" behavior lost by 27188 | Bart Schaefer | 2013-01-06 | 1 | -0/+3 |
| | |||||
* | this prevent process-based features from working in their arguments | Peter Stephenson | 2012-12-21 | 1 | -2/+4 |
| | |||||
* | add missing mod_export | Peter Stephenson | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | 30876: fix obscure failures to propagate non-zero status | Peter Stephenson | 2012-12-13 | 1 | -3/+3 |
| | | | | from optimised simple commands within lists | ||||
* | users/17445: fix handling of leading zeroes in floating point | Bart Schaefer | 2012-12-08 | 1 | -1/+2 |
| | |||||
* | users/17042: don't stomp the environment in "jobs -Z" unless we've first | Bart Schaefer | 2012-11-18 | 1 | -0/+2 |
| | | | | copied it to new memory. | ||||
* | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 2012-11-15 | 4 | -3/+10 |
| | | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. |