summaryrefslogtreecommitdiff
path: root/Functions/Misc
AgeCommit message (Collapse)AuthorFilesLines
2008-12-3026202: show zshmodules(1) for echotc, echoti, sched, zprof, zpty, zsocket, ↵Clint Adams1-1/+1
zstyle, and ztcp builtins as well.
2008-10-1025814: quote arguments to "eval".Bart Schaefer1-1/+1
2008-10-0725823: bring up zshcontrib man page if run-help is run on run-help and ↵Clint Adams1-0/+1
run-help is a function.
2008-08-01TCP functions: fix some variable handling problems,Peter Stephenson1-1/+1
also standardise indentation add-zsh-hook: fix check for existence of hook function in existing hook
2008-07-1725272: add zshaddhistory hookPeter Stephenson1-9/+11
2008-07-1125276: use autoload -z for zsh-autoload functionsPeter Stephenson4-5/+5
2008-06-13zcalc completion idiosyncracies with :!Peter Stephenson1-2/+2
2008-06-13zcalc completion idiosyncracies with :!Peter Stephenson1-2/+2
2008-06-13improved zcalc escapes and completionPeter Stephenson1-13/+44
2008-05-1725095: thorough modernization of prompt theme systemPeter Stephenson1-2/+13
2008-05-1124990: Stephane Chazelas: fix various little quirks in zmvPeter Stephenson1-29/+30
2008-04-13Miek Gieben: users/12781: zmv Usage messagePeter Stephenson1-1/+1
2008-03-15Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.Bart Schaefer1-10/+27
Use $DISPLAY when we have one instead of only $VENDOR-$OSTYPE as file name suffix. Add some knowledge of the MULTIBYTE option and its effects.
2008-02-2224576: replace shebang lines.Clint Adams1-0/+1
2008-02-18unposted: Functions/Misc/xtermctl: update uses of "read" to take advantageBart Schaefer1-5/+9
of users/12600.
2008-02-07unposted: remove shebang line.Clint Adams2-3/+0
2008-01-294.3.4-dev-8Peter Stephenson1-0/+2
2008-01-18users/12453: X11 window control for xterm-compatible emulatorsBart Schaefer1-0/+116
2008-01-16Fix introductory comment and add -i to the #! line.Bart Schaefer1-2/+5
2008-01-13users/12426: post-it notes for zshBart Schaefer1-0/+87
2008-01-1324364: local assignment to HELPDIR with a default location.Bart Schaefer1-2/+2
2008-01-0424349: add comment about HELPDIR to assist replacement in Debian build.Clint Adams1-0/+2
2007-12-3124332, 24333: Improvements to run-help suggested by J.Sommer.Bart Schaefer5-4/+52
2007-12-1924298: Tonguc Yumruk: emulate -L consistencyPeter Stephenson1-1/+1
2007-12-1324242: unify top lines as #!/bin/zsh (followed by options).Clint Adams4-4/+4
2007-07-25attempt to remove executable permission, part 3Peter Stephenson1-0/+6
2007-07-25attempt to remove executable permission, part 2Peter Stephenson1-6/+0
2007-07-25unposted: force file to be non-executablePeter Stephenson1-1/+1
2007-05-1411484: allow zmv to rename to equivalent but differently named filesPeter Stephenson1-7/+2
2007-04-1923301: fix semicolon mistyped as a colon.Clint Adams1-1/+1
2007-04-19unposted: meant to add add-zsh-hook a while agoPeter Stephenson1-0/+63
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson1-0/+1
2007-02-26unposted: tweak for possible multibyte characters.Bart Schaefer1-6/+12
2006-10-16Add a number of other notes about terminal attributes.Bart Schaefer1-3/+39
2006-10-1522874: run-help unquoting wasn't consistentPeter Stephenson1-0/+3
2006-09-15zsh-users/10720: a couple of checkmail fixesPeter Stephenson1-1/+2
2006-06-0222480: autoload math functions from zmathfuncdefPeter Stephenson1-0/+26
2006-04-23unposted: improve recognition of parameter arguments in zmathfuncdefPeter Stephenson1-1/+1
2006-04-2022416: forgot zmathfuncdefPeter Stephenson1-0/+45
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson2-8/+24
unposted: add styles to pick-web-browser
2005-11-01users/9604: enhance run-help to strip quotesPeter Stephenson1-1/+8
2005-10-3121960: put zcalc history file in ZDOTDIR if set.Clint Adams1-1/+1
2005-09-24unposted: range-checking of numeric arguments in zargsBart Schaefer1-3/+30
2005-07-10Use set -o in listalloptions to avoid kshoptionprintBart Schaefer1-5/+2
2005-06-20zargs: add -I and -L options of xargs.Bart Schaefer1-5/+22
2004-08-1020244: fix bug with zed-iting autoloaded functions.Bart Schaefer1-1/+1
2004-06-2320089: various zed improvementsPeter Stephenson1-21/+43
2004-05-21Use the new `history -ap' command to restore the history instead ofWayne Davison1-10/+3
using a trap function.
2004-05-20Use the new history push/pop options to fc to save and restore theWayne Davison1-13/+4
current history buffer.
2004-05-1319936: zcalc temp history file namePeter Stephenson1-2/+2