summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-1031141: Tighten NO_CLOBBER restrictions on {fd} syntaxPeter Stephenson1-1/+8
to apply only if $fd is exactly an fd and nothing else.
2013-03-1030496: Parse argument to %F and %K as prompt sequencesMikael Magnusson1-14/+29
2013-03-05users/17665: add FORCE_FLOAT optionPeter Stephenson3-0/+17
2013-02-2231060:"+" before a flag for "functions" orPeter Stephenson1-4/+9
"autoload" should suppress display of function body.
2013-02-0931037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle1-4/+12
2013-01-2230993: fix parameter modifier crash with :wq on empty stringPeter Stephenson1-1/+9
2013-01-08unposted: tweak 30949 to fix buffer pointerBart Schaefer1-2/+1
2013-01-0630949: restore "read -q" behavior lost by 27188Bart Schaefer1-0/+3
2012-12-21this prevent process-based features from working in their argumentsPeter Stephenson1-2/+4
2012-12-16add missing mod_exportPeter Stephenson1-1/+1
2012-12-1330876: fix obscure failures to propagate non-zero statusPeter Stephenson1-3/+3
from optimised simple commands within lists
2012-12-08users/17445: fix handling of leading zeroes in floating pointBart Schaefer1-1/+2
2012-11-18users/17042: don't stomp the environment in "jobs -Z" unless we've firstBart Schaefer1-0/+2
copied it to new memory.
2012-11-1530789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson4-3/+10
New behaviour is for scripts to exit on error instead of returning to top level and executing the next command.
2012-11-0830786: do not enter interactive history editing or command execution ifBart Schaefer1-0/+6
"fc" is called from a ZLE widget.
2012-11-0830783: We don't want leading "="s to be active whenPeter Stephenson1-39/+41
tokenising strings that aren't going to be treated as command line arguments
2012-10-2530735: array substitutions aren't simple:Peter Stephenson1-0/+5
prevent crash on process substitution therein
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson9-40/+227
2012-10-1130724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson2-4/+31
2012-10-09users/17318: only increment the undo variable return value for thePeter Stephenson1-0/+11
first request in a row
2012-10-09users/17314: ensure an undo change numberPeter Stephenson1-10/+17
uniquely specifies a point in editing history by incrementing the value returned by the variable.
2012-10-09fix trivial typo with "functions +T"Peter Stephenson1-1/+1
2012-10-0730722: fix some cases where emulations or options were not propagated properlyPeter Stephenson5-66/+114
from the emulate command
2012-10-0730718: emulate command evaluations should apply sticky emulationPeter Stephenson1-2/+1
to autoloads, too
2012-10-0530716: make IGNORECLOSEBRACES an emulation optionPeter Stephenson1-1/+1
2012-10-0530715: use enum lextok for variables containing lexical tokensPeter Stephenson6-47/+60
2012-10-03users/17310: we can't treat < after [ as a normal character.Peter Stephenson1-2/+2
Document problem and test for case that needs to work.
2012-10-02users/17304: angle brackets aren't associated with special parsingPeter Stephenson1-2/+2
inside square brackets
2012-09-2130692: allow autoload +X -m to workPeter Stephenson1-2/+2
change to _path_files to make it load in that fashion
2012-09-2130687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson1-0/+2
2012-09-1130647, 30649: allow underscores in numeric constantsPeter Stephenson2-15/+52
2012-09-08users/17236: r and other fc output didn't metafy when listing to a filePeter Stephenson1-2/+6
other than stdout
2012-09-0630656: prevent SIGFPE in division by -1 by multiplying insteadPeter Stephenson1-3/+23
2012-08-25John Stahara: 30641: bindkey -N error report is misleadingPeter Stephenson1-1/+1
when copying keymap.
2012-08-23Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson2-3/+10
the replacement wcwidth function anyway
2012-08-2130633: "functions -T" only traces marked function, not called functionsPeter Stephenson6-8/+27
2012-08-1730629 plus unposted formatting changes:Peter Stephenson1-30/+33
support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately
2012-08-1730627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2-0/+12
2012-08-16Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation onPeter Stephenson1-0/+2
__INTERIX
2012-08-1630169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson1-1/+14