summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04340941: bashcompinit: scalars giving bash completion status should be exportedPeter Stephenson2-3/+8
2013-01-03users/17524: misc. parameter flag clarificationsBart Schaefer2-13/+24
2013-01-03unposted: update version to 5.0.2-dev-0 to avoid clash with releasePeter Stephenson2-3/+8
2012-12-21release 5.0.2Peter Stephenson4-10/+16
2012-12-21this prevent process-based features from working in their argumentsPeter Stephenson3-3/+30
2012-12-20Release 5.0.1Peter Stephenson2-3/+7
2012-12-1830877: document git workflowOliver Kiddle2-1/+37
2012-12-1830914: mkinstalldirs: default mode for installation directories is 755Peter Stephenson2-2/+8
2012-12-1730906: more Etc/zsh-development-guide tinkeringPhil Pennock2-6/+11
2012-12-1730901: Etc/zsh-development-guide: document git usagePhil Pennock2-4/+71
2012-12-16Missing .distfiles entriesPeter Stephenson4-5/+9
2012-12-16add missing mod_exportPeter Stephenson2-2/+4
2012-12-16unposted: update for 5.0.0-test-1Peter Stephenson4-15/+12
2012-12-16unposted: update for 5.0.0-test-1Peter Stephenson1-1/+5
2012-12-1330876: fix obscure failures to propagate non-zero statusPeter Stephenson5-7/+24
from optimised simple commands within lists
2012-12-08users/17445: fix handling of leading zeroes in floating pointBart Schaefer3-3/+19
2012-11-2030811: new completion for btrfs and complete btrfs and ext4 mount optionsOliver Kiddle4-53/+253
and new linux mount flags
2012-11-1830803: Vin Shelton: missing menu entry in grammar.yoPeter Stephenson2-1/+6
2012-11-18users/17042: don't stomp the environment in "jobs -Z" unless we've firstBart Schaefer2-1/+8
copied it to new memory.
2012-11-1630802: add new command switchesOliver Kiddle2-9/+27
2012-11-1630801: fix font completion for newer fontconfig & update urxvt completionOliver Kiddle2-26/+59
2012-11-1530789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson8-12/+90
New behaviour is for scripts to exit on error instead of returning to top level and executing the next command.
2012-11-15Michal Halenka: 30800: fix arpping optionPeter Stephenson2-2/+7
2012-11-1230795: new xz completion and comple --fast and --best for bzip2Oliver Kiddle4-33/+113
2012-11-1230794: update completions for new optionsOliver Kiddle3-4/+14
2012-11-1130793: account for eglibc in _pick_variant patternsOliver Kiddle4-6/+13
2012-11-0830786: do not enter interactive history editing or command execution ifBart Schaefer2-1/+12
"fc" is called from a ZLE widget.
2012-11-0830783: We don't want leading "="s to be active whenPeter Stephenson2-40/+46
tokenising strings that aren't going to be treated as command line arguments
2012-11-0830780: document that set -o failures are hard but setopt failures are softPeter Stephenson2-1/+11
2012-11-07Benjamin R. Haskell: 30737: make custom completions for git aliases easierOliver Kiddle2-2/+5
2012-11-07users/17382: complete URLs for vim and make _remote_files moreOliver Kiddle5-23/+50
consistent with _files
2012-10-2530735: array substitutions aren't simple:Peter Stephenson2-1/+11
prevent crash on process substitution therein
2012-10-19Roman Kaminski: 30738: bzr send commandPeter Stephenson2-1/+8
2012-10-19Greg Bouzakis: 30741: add suspend command to systemd completionPeter Stephenson2-1/+5
2012-10-19unposted: further parameter splitting clarificationsPeter Stephenson2-3/+9
2012-10-1830740: add example of process substitution using anonymous functionPeter Stephenson2-1/+22
2012-10-18c.f. users/17330: fix reference to splitting rule in parameter expn rulesPeter Stephenson2-2/+7
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson12-41/+287
2012-10-1130724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson3-5/+37
2012-10-09users/17318: only increment the undo variable return value for thePeter Stephenson2-1/+15
first request in a row
2012-10-09users/17314: ensure an undo change numberPeter Stephenson2-11/+22
uniquely specifies a point in editing history by incrementing the value returned by the variable.
2012-10-09fix trivial typo with "functions +T"Peter Stephenson2-2/+6
2012-10-07typoPeter Stephenson1-2/+2
2012-10-0730722: fix some cases where emulations or options were not propagated properlyPeter Stephenson7-67/+145
from the emulate command
2012-10-0730718: emulate command evaluations should apply sticky emulationPeter Stephenson5-10/+75
to autoloads, too
2012-10-07add evince, zathura, dwb to command lists of basic completionsOliver Kiddle3-3/+6
2012-10-07complete files and -t and -f options for xclipOliver Kiddle2-12/+19
2012-10-0530716: make IGNORECLOSEBRACES an emulation optionPeter Stephenson2-2/+5
2012-10-0530715: use enum lextok for variables containing lexical tokensPeter Stephenson7-48/+67
2012-10-05additional split change fixesPeter Stephenson1-2/+5