summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2002-09-04Massive improvement of --max-procs handling; reorganize option parsing toBart Schaefer1-44/+68
do only what's necessary for each early-bailout test; bump version number.
2002-09-03fix minor bug - -g to _files was missing despite presence of the globOliver Kiddle3-2/+5
2002-09-0317608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson2-1/+14
2002-09-03pass -F option through to ssh when getting remote files for scp completionOliver Kiddle2-2/+5
2002-09-0317591: new _losetup and move _modutils and _valgrind to Linux directoryOliver Kiddle2-3/+3
2002-09-0317607: pass on options for port no to ssh when getting remote files for scpOliver Kiddle2-3/+14
2002-09-03moved to Completion/Linux/CommandOliver Kiddle2-144/+0
2002-09-0317591: new completion for losetupOliver Kiddle1-0/+14
2002-09-03moved from Completion/Unix/Command/_modutilsOliver Kiddle1-0/+87
2002-09-03moved from Completion/Unix/Command/_valgrindOliver Kiddle1-0/+57
2002-09-0317602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson4-173/+175
2002-09-02Implement --max-procs.Bart Schaefer1-7/+43
2002-09-02Mention zargs.Bart Schaefer1-0/+6