summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-01-2718143,18144: assorted tweaks.Bart Schaefer1-0/+17
2003-01-2718143: fix some problems with "toggle" style.Bart Schaefer1-1/+2
2003-01-2718143: fix doc typo in compsys example.Bart Schaefer1-1/+1
2003-01-2718143: cooperation between copy-earlier-word and smart-insert-last-wordBart Schaefer3-25/+58
2003-01-2718144: fix inconsequential typos.Bart Schaefer1-2/+2
2003-01-2718144: allow %{ %} to put bounds around a prompt truncation.Bart Schaefer1-0/+8
2003-01-2718144: no SIGHUP handler if parent was ignoring.Bart Schaefer1-1/+4
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson7-60/+129
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer.
2003-01-27Doug Kearns: 18141: new completion for elinks web browserOliver Kiddle3-1/+48
2003-01-20zsh-users/5780: viinsert widget is really vi-insertPeter Stephenson2-1/+6
2003-01-1718059: file got missedPeter Stephenson1-0/+10
2003-01-1718121: add new function for completing e-mail addressesOliver Kiddle10-229/+319
2003-01-1318059: allow compadd -r and -R with default space suffixPeter Stephenson2-1/+5
2003-01-0718060: document zmv's -W option and add zmv completionOliver Kiddle4-4/+28
2003-01-0718058: complete remote files for rcpOliver Kiddle2-1/+37
2003-01-0718058: correct typoOliver Kiddle1-1/+1
2003-01-0718058: allow multiple port redirectionsOliver Kiddle1-2/+2
2003-01-07new completion functions for lsof, mt and xsltprocOliver Kiddle4-1/+146
2002-12-1818015: empty math parse acts like zeroPeter Stephenson2-1/+6
2002-12-1818013: Handle test of (( float == 0.0)) properlyPeter Stephenson3-6/+14
2002-12-1117996: better formatting for print -CPeter Stephenson2-15/+49
2002-12-1017994: Globbing flags with no effect could hang the shellPeter Stephenson2-1/+9
2002-12-0617983: Added zle LASTSEARCJ parameterFelix Rosencrantz4-2/+31
2002-12-0617985: fix hiding/tagging testBart Schaefer2-1/+6
2002-12-0417979: Add ERR_RETURN option.Peter Stephenson5-7/+34
2002-11-2617967: Quote some arguments in B02typeset.ztst.Peter Stephenson2-3/+9
2002-11-2517961: Armin Wolfermann: add OpenBSD support in _sysctlOliver Kiddle2-0/+14
2002-11-2217958: -u and -v options were missingOliver Kiddle1-0/+2
2002-11-2217958: with new argument parsing, -k can be imediately followed by argOliver Kiddle1-1/+1
2002-11-2217958: update print completion for new print options in 17940Oliver Kiddle2-2/+10
2002-11-2017940: Add -C and -a options to print builtinPeter Stephenson3-48/+106
2002-11-1317935: beautify bin_whence indentation of () and {} contents.Clint Adams2-4/+13
2002-11-1317931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson2-0/+6
2002-11-12Zvi Har'El: complete also for rcsdiffOliver Kiddle2-1/+3
2002-11-1217928: Zvi Har'El: don't interpret escapes when setting the command bufferOliver Kiddle2-1/+5
2002-11-12Thierry Vignaud: add option descriptions and missing optionsOliver Kiddle3-20/+31
2002-11-0817861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson2-23/+16
2002-11-06Bart (17906): de-quote prefix when calling compfiles to remove non-exact ↵Sven Wischnowsky2-1/+6
matches (17910)
2002-11-0417859: Philippe Troin: better handling of process groups interactively.Peter Stephenson2-5/+33
2002-10-3117881Wayne Davison1-0/+7
2002-10-31- Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison1-18/+25
of the functions (for improved accuracy). - Added getrawseconds() and setrawsecodns() to allow the code to save and restore the actual start time of the $SECONDS variable. - Changed the code that was adding in the child's elapsed time into the parent $SECONDS variable to just restore the raw time.
2002-10-31- Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison1-2/+8
creating a local value (avoids rounding problems with elapsed time). - Also changed a line where the newspecial enum was compared to 0 instead of NS_NONE.
2002-10-30Compiler-warning fix.Wayne Davison1-0/+4
2002-10-30Got rid of a gcc-3.2 compiler warning.Wayne Davison1-1/+2
2002-10-2917873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson2-0/+20
2002-10-2917872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson2-3/+25
2002-10-2917868: Allow $SECONDS to become floating point.Peter Stephenson4-12/+105
2002-10-18unposted: add apt-cache showsrc part missing from 16463.Clint Adams2-1/+6
2002-10-1717832: add a default list of filename extensions as a fallbackOliver Kiddle2-2/+12
2002-10-11* 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams2-1/+9
POSIX.1e capabilities.