summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2013-09-2631772: queue_signals() to prevent re-entry into endparamscope().Barton E. Schaefer1-0/+2
2013-09-2631770: memmove() instead of memcpy() for overlapping regions.Barton E. Schaefer1-1/+1
2013-09-2531765: If zle starts in viins mark as insertion.Peter Stephenson1-0/+7
This allows undo to work on everything entered.
2013-09-2331764: Dewreakify havoc caused by pattern disables on glob qualifiers.Peter Stephenson2-5/+7
Don't use the zpc_specials array before it's defined, it's rude.
2013-09-21unposted: improve an error message.Barton E. Schaefer1-1/+2
2013-09-1931737: same loop counter fix in get_cadef as get_cvdef.Barton E. Schaefer1-1/+1
2013-09-1931735: fix off-by-one in completion utility cache code.Axel Beckert1-1/+1
Was causing crashes in complex completions, particularly with taskwarrior
2013-09-0631706: standardize handling of "test ! <x> <y> <z>"Peter Stephenson1-3/+10
2013-09-0431696: In "test" No One Can Hear If You Shriek.Peter Stephenson1-3/+11
Treat ! as a string in "test ! -a ..." and "test ! -o ...".
2013-08-2631672: Add test that was failing and fix zpty set-up racePeter Stephenson1-2/+28
2013-08-2531665: zpty should attach terminal on slave.Peter Stephenson1-0/+3
Also add test.
2013-08-1831637: be more selective about retry of lchdir() in cd_do_chdir()Barton E. Schaefer1-1/+2
Change of directory should not be retried relative to the current directory when it has already failed along some path that does not refer to the current directory.
2013-08-1131650: use zlong for mailcheck parameters to ensure rangePeter Stephenson1-4/+4
2013-08-1031648: fix timing errors in mailcheckjoe M1-3/+6
2013-08-0831644: Fix insertion of multibyte characters into editor line.Peter Stephenson1-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.
2013-08-08users/17908: Keep history line in sync between ZLE and shell.Peter Stephenson3-1/+19
Update ZLE version if history is read, pushed or popped with ZLE active
2013-08-0531631: Use cygwin_conv_path if available.Peter Stephenson1-0/+5
Prefer it to cygwin_conv_to_posix_path.
2013-08-0231611: attempt to fix crash completing redirection in do loopPeter Stephenson1-2/+24
2013-07-2917591: fix error message for invalid fd in print -uPeter Stephenson1-8/+8
2013-07-2531574: alternative fix for bad fd if no FD_CLOEXEC.Peter Stephenson1-8/+16
Remove dump records more consistently in that case.
2013-07-2431750: fix for HISTREDUCEBLANKS option.Peter Stephenson1-2/+27
Don't truncate line after marked words if there's more non-white-space text, which is probably comments.
2013-07-22unposted: fix previous commit: ihwend -> hwendPeter Stephenson1-1/+1
2013-07-2231559: Fix history line problem with aliases and commentsPeter Stephenson1-0/+1
2013-07-2131549: Fix third problem with file descriptor management.Peter Stephenson2-18/+1
Replace ad-hoc subsh_close file descriptor for pipe management with the new job-based addfilelist() mechanism.
2013-07-2031545: Use of FD_CLOEXEC to remove possibility of fd reuse.Peter Stephenson2-0/+9
File descriptors of mmap'd dump files are closed if and only if an exec is performed.
2013-07-1931536 with additions: Fix hang in previous process substitution fix.Peter Stephenson1-0/+25
Close applicable file descriptors when waiting for a job.
2013-07-1731528: use job table to record file descriptors associated with process substPeter Stephenson3-35/+59
2013-06-2731483: Call zrefresh() before unqueue()ing signalsMikael Magnusson1-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 }
2013-06-1331465: fix basic completion and globbing uses of disabled patternsPeter Stephenson2-35/+75
2013-06-1331444: Basic code for enable/disable -pPeter Stephenson5-4/+205
2013-06-1331474: create patchlevel.h correctly when using a separate build treeBarton E. Schaefer1-1/+1
2013-06-0131441: use array to decide which forms of pattern are enabledPeter Stephenson3-91/+177
2013-05-2131419: Add time zone and year to string formatted time output from zstatPeter Stephenson1-2/+2
2013-05-20upon "read" of a short line, assign all variables passed as arguments.Barton Schaefer1-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.
2013-05-10Unused function attribute fix for clang compilationMihai Moldovan1-1/+1
2013-05-0531376: Make sure every execve() is prefixed by winch_unblock()Frank Terbeck1-0/+6
This was suggested by Bart Schaefer in 31375.
2013-05-05Revert "31372: Do not block SIGWINCH for child processes"Frank Terbeck1-3/+1
This reverts commit f8ab02ad5f4226e46ab54e681a3e0404fdc1a9a6. As Bart suggested in 31375.
2013-05-0531372: Do not block SIGWINCH for child processesBart Schaefer1-1/+3
Something similar may also be needed in the zpty and clone modules.
2013-04-3031361: handle negative optno ("no" prefix used)Bart Schaefer1-3/+4
when storing options with parseopts_insert() for sticky contexts
2013-04-3031353: fix handling of floating point in ternaryBart Schaefer1-1/+2
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer5-0/+28
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
2013-04-2031272: Avoid double free, get_compctl should not free its arguments.Bart Schaefer1-1/+0
2013-04-10users/17754: failing to retie an arrayPeter Stephenson1-1/+1
and colon-separated scalar shouldn't be a fatal error
2013-04-0931246: make a separate patch level header for releasesPeter Stephenson1-2/+6
2013-04-0531172: Let vared define custom init and finish hooksFrank Terbeck1-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
2013-04-0531174: zle: Make sure state changes are refreshed after init hookFrank Terbeck1-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.
2013-04-03Generate patch level using `git describe`Aaron Schrab1-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`).
2013-04-02Jun. T: typo in vi-goto-markPeter Stephenson1-1/+1
2013-03-1931158: following a wildcard with a repetition produces a bad pattern errorBart Schaefer1-1/+1
2013-03-1331140: avoid crash when hitting recursion limitMikael Magnusson1-1/+2