about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison2002-10-311-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.
* - Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison2002-10-311-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.
* Compiler-warning fix.Wayne Davison2002-10-301-0/+4
|
* Got rid of a gcc-3.2 compiler warning.Wayne Davison2002-10-301-1/+2
|
* 17873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson2002-10-292-0/+20
|
* 17872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson2002-10-292-3/+25
|
* 17868: Allow $SECONDS to become floating point.Peter Stephenson2002-10-294-12/+105
|
* unposted: add apt-cache showsrc part missing from 16463.Clint Adams2002-10-182-1/+6
|
* 17832: add a default list of filename extensions as a fallbackOliver Kiddle2002-10-172-2/+12
|
* * 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams2002-10-112-1/+9
| | | | POSIX.1e capabilities.
* 17794: fix bugs with tied parametersOliver Kiddle2002-10-103-1/+25
|
* Changes to _store_cache to allow cache names to contain slashes "/".Felix Rosencrantz2002-10-092-2/+22
|
* mention that typeset doesn't default parameters to scalar in kshOliver Kiddle2002-10-091-0/+5
|
* 17481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2002-10-073-18/+39
|
* 17760, 17714: two sh emulation bugs.Bart Schaefer2002-10-061-0/+8
|
* 17760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2002-10-062-2/+8
|
* 17714: Fix to 17357, add module dependencies even if not adding autoloads.Bart Schaefer2002-10-061-3/+3
|
* 17765: add some missing apt-get options.Clint Adams2002-10-052-1/+11
|
* Akinori Musha: 17719: add support for the pkg_create commandOliver Kiddle2002-09-263-3/+54
|
* 17692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer2002-09-192-2/+10
| | | | and improve the error message about it.
* 17673: Fix bug with &&s and ||s in complex constructsPeter Stephenson2002-09-173-2/+41
|
* 17678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle2002-09-162-4/+11
|
* 17682: add support for -H and -p in typeset completionOliver Kiddle2002-09-163-35/+48
|
* 17542: Thomas Stromberg: most systems don't have /etc/mtabOliver Kiddle2002-09-161-6/+6
|
* add descriptions for keyword substitutionsOliver Kiddle2002-09-062-21/+32
|
* 17629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c.Clint Adams2002-09-062-3/+8
|
* 17620: add new/missing lynx options.Clint Adams2002-09-042-2/+40
|
* Massive improvement of --max-procs handling; reorganize option parsing toBart Schaefer2002-09-041-44/+68
| | | | do only what's necessary for each early-bailout test; bump version number.
* fix minor bug - -g to _files was missing despite presence of the globOliver Kiddle2002-09-033-2/+5
|
* 17608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson2002-09-032-1/+14
|
* pass -F option through to ssh when getting remote files for scp completionOliver Kiddle2002-09-032-2/+5
|
* 17591: new _losetup and move _modutils and _valgrind to Linux directoryOliver Kiddle2002-09-032-3/+3
|
* 17607: pass on options for port no to ssh when getting remote files for scpOliver Kiddle2002-09-032-3/+14
|
* moved to Completion/Linux/CommandOliver Kiddle2002-09-032-144/+0
|
* 17591: new completion for losetupOliver Kiddle2002-09-031-0/+14
|
* moved from Completion/Unix/Command/_modutilsOliver Kiddle2002-09-031-0/+87
|
* moved from Completion/Unix/Command/_valgrindOliver Kiddle2002-09-031-0/+57
|
* 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson2002-09-034-173/+175
|
* Implement --max-procs.Bart Schaefer2002-09-021-7/+43
|
* Mention zargs.Bart Schaefer2002-09-021-0/+6
|
* Add zargs.Bart Schaefer2002-09-021-1/+1
|
* Based on users/5283: Implement xargs-like segmenting of argument list, withBart Schaefer2002-09-021-0/+199
| | | | a command called on each segment.
* 17590: Missing enditem() in mod_socket.yoPeter Stephenson2002-08-282-0/+5
|
* 17582: Change Test for different error message post-opt-argPeter Stephenson2002-08-271-1/+1
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-2738-657/+1018
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17577: pass classpath as an option to _java_class pre-opt-argOliver Kiddle2002-08-245-32/+46
|
* 17573: complete new -s option to readOliver Kiddle2002-08-232-5/+11
|
* 17544: implement read -s to suppress tty echoPeter Stephenson2002-08-223-5/+36
|
* 17570: tweaks to socket modulePeter Stephenson2002-08-224-13/+23
|
* 17558: zsh/net/socket module, including zsocket builtin.Clint Adams2002-08-201-0/+7
|