summaryrefslogtreecommitdiff
path: root/Functions/Misc
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19users/21082 (expanded): a more complete sorting of version strings that are ↵Barton E. Schaefer1-1/+19
not in the form of zsh version numbers; additional explanatory comment
2015-11-27unposted: ZCALCPROMPT created globally in zcalcPeter Stephenson1-1/+3
2015-11-16zed: Add -- to the `functions' builtin callsEric Cook1-2/+2
Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { }
2015-10-3136993: zed: fix argument parsingEric Cook1-21/+10
2015-10-2937014: Improved internal parameter setting.Peter Stephenson1-0/+2
Enhance WARNCREATEGLOBAL to work in many more cases. Don't create REPLY as an integer if it didn't previously exist as one, even if the value to be set is integral, as this is likely to mess up later uses of REPLY.
2015-10-0136735: add ~/.zcalcrc handling to zcalcPeter Stephenson1-0/+4
2015-09-2336604: fix getopts+shift calculationBarton E. Schaefer1-1/+1
2015-07-2735937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer1-2/+2
2015-07-2335815: fix for lack of startup output from newer nslookupOliver Kiddle1-2/+1
2015-06-0535386: expand tabs where useful in builtins outputing function.Peter Stephenson1-4/+13
Also add to zed -f. Option is -x <numm>.
2015-01-0930568: Add tetriscurses contrib function, port of tetris to zcursesMikael Magnusson1-0/+386
2014-11-1319371 plus tweak: run-help helper for ipArtur Penttinen1-0/+42
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-32/+0
2014-04-0732527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson1-0/+3
2014-03-0132453: fix zcalc default base handlingPeter Stephenson1-1/+1
2014-01-2332299: add use of underscores on arithmetic output for spacingPeter Stephenson1-1/+1
2013-11-2332031 plus missed _run_help: get helpfiles install path corect in functionsPeter Stephenson1-1/+1
2013-11-0831940: zcalc -e uses arguments as inputPeter Stephenson1-9/+27
2013-08-0731634: run-help compat with alias to noglob/nocorrectPhil Pennock1-0/+4
Given `alias fetch='noglob fetch'`, without this change `run-help fetch` recurses to invoke itself on the noglob command, bringing up the help for noglob. Similarly for nocorrect. Thus the user would have to quit out of the pager, then avoid quitting out of the loop, so that they can go into the second iteration and see the help for the second instance found by `whence -a`, which happens to be the target of the alias. With common pagers, that's thus 'q', 'not-q'. Somewhat frustrating. Without this change, `alias foo='noglob bar'` where `foo` is not otherwise a command would _never_ show the help for `bar`, since it only showed the help for `noglob` and there was no second line of whence output to trigger the second pass. With this change, aliases to `noglob|nocorrect` of a command somewhat ignore the presence of that precommand modifier; if a command is aliased to `noglob $itself`, then the result is that the first line of whence output is shown, no pager is used, the user can immediately see a prompt to continue and press something other-than-q to see the help for the command. If given `alias foo='noglob bar'` then `run-help foo` will immediately show the help for bar. This behaviour was chosen to be consistent with the existing alias support, but just working better with the precommand modifier.
2013-07-0331503: zmv improvements for user-specified programs.Peter Stephenson1-4/+11
-p splits words of commands passed to it. -P is like -p for when the program doesn't understand the -- convention
2013-03-1731155: minor extra zcalc features and documentationPeter Stephenson1-1/+10
2013-03-1531154: make zcalc understand continuation lines with a backslashPeter Stephenson1-1/+11
2013-03-05users/17666: zcalc -f sets FORCE_FLOATPeter Stephenson1-1/+4
2012-08-20Stepan Koltsov: 30634: use (q-) quotingPeter Stephenson1-1/+1
for zmv output for clarity.
2012-06-16users/17134: avoid bad math errorBart Schaefer1-1/+1
2012-04-1230388, 30389 (Stephane): zargs: handle zero-length arguments.Peter Stephenson1-8/+8
2012-03-01unposted (users/16697): use a better output file name when the DISPLAYBart Schaefer1-7/+8
variable refers to a socket file (MacOS); fix problem with writing the output file when the user overrides the default value of TERM.
2012-03-01unposted (30090): add -h (help) and -L (list extant hooks) options.Bart Schaefer1-5/+17
2011-08-1428852: Use syntax that doesn't depend on SHORT_LOOPS being set.Mikael Magnusson1-2/+2
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-1/+1
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson1-2/+5
2011-02-1528758: make `colors' function work with non-default option setsFrank Terbeck1-0/+2
2010-11-27users/15583: update with zstyles and for ease of use in zle-line-init.Bart Schaefer1-39/+88
2010-10-18Jérôme Pouiller: 28351: new help functionsPeter Stephenson3-0/+16
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson2-2/+2
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson1-1/+1
2010-01-29users/14752: add #! line to zedPeter Stephenson1-1/+1
allow script run with -i to exit on return
2010-01-29Julien Jehannet: users/14751: typo in variable name in zedPeter Stephenson1-1/+1
2010-01-19unposted: return status 1 if no replacementPeter Stephenson1-0/+8
2010-01-1827604: substitution using regular expressionsPeter Stephenson2-0/+36
2010-01-0827577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyedPeter Stephenson1-1/+1
2009-12-16unposted: new run-help-p4Peter Stephenson2-0/+6
2009-12-1627492 based on Jörg Sommer: 27473: fix run-help alias problem.Peter Stephenson1-3/+8
2009-11-22Alexey: users/14588: ztodo function and completionPeter Stephenson1-0/+62
2009-11-22Alexey: users/14588: ztodo function and completionPeter Stephenson1-0/+1
2009-09-0627247: zmv checking for **/ was wrongPeter Stephenson1-1/+1
2009-06-0527305: fix GNU man option handling in run-helpPeter Stephenson1-3/+2
2009-05-1926973: zmathfuncdef enhancementsPeter Stephenson1-2/+18
2009-04-25unposted: back off 26862Peter Stephenson1-0/+1
2009-04-21Greg: 26862: remove unnecessary printPeter Stephenson1-1/+0