Age | Commit message (Expand) | Author | Files | Lines |
2002-11-12 | 17928: Zvi Har'El: don't interpret escapes when setting the command buffer | Oliver Kiddle | 2 | -1/+5 |
2002-11-12 | Thierry Vignaud: add option descriptions and missing options | Oliver Kiddle | 3 | -20/+31 |
2002-11-08 | 17861 from Philippe Troin: make signal initialisation more consistent | Peter Stephenson | 2 | -23/+16 |
2002-11-06 | Bart (17906): de-quote prefix when calling compfiles to remove non-exact matc... | Sven Wischnowsky | 2 | -1/+6 |
2002-11-04 | 17859: Philippe Troin: better handling of process groups interactively. | Peter Stephenson | 2 | -5/+33 |
2002-10-31 | 17881 | Wayne Davison | 1 | -0/+7 |
2002-10-31 | - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* version | Wayne Davison | 1 | -18/+25 |
2002-10-31 | - Save off the raw start-time of the $SECONDS special variable if we're | Wayne Davison | 1 | -2/+8 |
2002-10-30 | Compiler-warning fix. | Wayne Davison | 1 | -0/+4 |
2002-10-30 | Got rid of a gcc-3.2 compiler warning. | Wayne Davison | 1 | -1/+2 |
2002-10-29 | 17873: When restoring SECONDS after a function call, included elapsed time. | Peter Stephenson | 2 | -0/+20 |
2002-10-29 | 17872: Fix `typeset SECONDS' when creating local parameter | Peter Stephenson | 2 | -3/+25 |
2002-10-29 | 17868: Allow $SECONDS to become floating point. | Peter Stephenson | 4 | -12/+105 |
2002-10-18 | unposted: add apt-cache showsrc part missing from 16463. | Clint Adams | 2 | -1/+6 |
2002-10-17 | 17832: add a default list of filename extensions as a fallback | Oliver Kiddle | 2 | -2/+12 |
2002-10-11 | * 17810 (Martin Waitz): Src/utils.c: bung up memory leak with | Clint Adams | 2 | -1/+9 |
2002-10-10 | 17794: fix bugs with tied parameters | Oliver Kiddle | 3 | -1/+25 |
2002-10-09 | Changes to _store_cache to allow cache names to contain slashes "/". | Felix Rosencrantz | 2 | -2/+22 |
2002-10-09 | mention that typeset doesn't default parameters to scalar in ksh | Oliver Kiddle | 1 | -0/+5 |
2002-10-07 | 17481 (Karl Tomlinson): get/set for terminfo and termcap parameters | Peter Stephenson | 3 | -18/+39 |
2002-10-06 | 17760, 17714: two sh emulation bugs. | Bart Schaefer | 1 | -0/+8 |
2002-10-06 | 17760: Fix case-pattern parsing bug in sh emulation. | Bart Schaefer | 2 | -2/+8 |
2002-10-06 | 17714: Fix to 17357, add module dependencies even if not adding autoloads. | Bart Schaefer | 1 | -3/+3 |
2002-10-05 | 17765: add some missing apt-get options. | Clint Adams | 2 | -1/+11 |
2002-09-26 | Akinori Musha: 17719: add support for the pkg_create command | Oliver Kiddle | 3 | -3/+54 |
2002-09-19 | 17692: Prevent typeset of a positional parameter before it can do damage, | Bart Schaefer | 2 | -2/+10 |
2002-09-17 | 17673: Fix bug with &&s and ||s in complex constructs | Peter Stephenson | 3 | -2/+41 |
2002-09-16 | 17678: ignore initial `--' argument to printf to satisfy POSIX | Oliver Kiddle | 2 | -4/+11 |
2002-09-16 | 17682: add support for -H and -p in typeset completion | Oliver Kiddle | 3 | -35/+48 |
2002-09-16 | 17542: Thomas Stromberg: most systems don't have /etc/mtab | Oliver Kiddle | 1 | -6/+6 |
2002-09-06 | add descriptions for keyword substitutions | Oliver Kiddle | 2 | -21/+32 |
2002-09-06 | 17629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c. | Clint Adams | 2 | -3/+8 |
2002-09-04 | 17620: add new/missing lynx options. | Clint Adams | 2 | -2/+40 |
2002-09-04 | Massive improvement of --max-procs handling; reorganize option parsing to | Bart Schaefer | 1 | -44/+68 |
2002-09-03 | fix minor bug - -g to _files was missing despite presence of the glob | Oliver Kiddle | 3 | -2/+5 |
2002-09-03 | 17608: comment on use and abuse of BINF_SKIPINVALID | Peter Stephenson | 2 | -1/+14 |
2002-09-03 | pass -F option through to ssh when getting remote files for scp completion | Oliver Kiddle | 2 | -2/+5 |
2002-09-03 | 17591: new _losetup and move _modutils and _valgrind to Linux directory | Oliver Kiddle | 2 | -3/+3 |
2002-09-03 | 17607: pass on options for port no to ssh when getting remote files for scp | Oliver Kiddle | 2 | -3/+14 |
2002-09-03 | moved to Completion/Linux/Command | Oliver Kiddle | 2 | -144/+0 |
2002-09-03 | 17591: new completion for losetup | Oliver Kiddle | 1 | -0/+14 |
2002-09-03 | moved from Completion/Unix/Command/_modutils | Oliver Kiddle | 1 | -0/+87 |
2002-09-03 | moved from Completion/Unix/Command/_valgrind | Oliver Kiddle | 1 | -0/+57 |
2002-09-03 | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 4 | -173/+175 |
2002-09-02 | Implement --max-procs. | Bart Schaefer | 1 | -7/+43 |
2002-09-02 | Mention zargs. | Bart Schaefer | 1 | -0/+6 |
2002-09-02 | Add zargs. | Bart Schaefer | 1 | -1/+1 |
2002-09-02 | Based on users/5283: Implement xargs-like segmenting of argument list, with | Bart Schaefer | 1 | -0/+199 |
2002-08-28 | 17590: Missing enditem() in mod_socket.yo | Peter Stephenson | 2 | -0/+5 |
2002-08-27 | 17582: Change Test for different error message | Peter Stephenson | 1 | -1/+1 |