summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-10-1017794: fix bugs with tied parametersOliver Kiddle3-1/+25
2002-10-09Changes to _store_cache to allow cache names to contain slashes "/".Felix Rosencrantz2-2/+22
2002-10-09mention that typeset doesn't default parameters to scalar in kshOliver Kiddle1-0/+5
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson3-18/+39
2002-10-0617760, 17714: two sh emulation bugs.Bart Schaefer1-0/+8
2002-10-0617760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2-2/+8
2002-10-0617714: Fix to 17357, add module dependencies even if not adding autoloads.Bart Schaefer1-3/+3
2002-10-0517765: add some missing apt-get options.Clint Adams2-1/+11
2002-09-26Akinori Musha: 17719: add support for the pkg_create commandOliver Kiddle3-3/+54
2002-09-1917692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer2-2/+10
and improve the error message about it.
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson3-2/+41
2002-09-1617678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle2-4/+11
2002-09-1617682: add support for -H and -p in typeset completionOliver Kiddle3-35/+48
2002-09-1617542: Thomas Stromberg: most systems don't have /etc/mtabOliver Kiddle1-6/+6
2002-09-06add descriptions for keyword substitutionsOliver Kiddle2-21/+32
2002-09-0617629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c.Clint Adams2-3/+8
2002-09-0417620: add new/missing lynx options.Clint Adams2-2/+40