Age | Commit message (Expand) | Author | Files | Lines |
2000-11-02 | show current/previous job in $jobstates (3503) | Sven Wischnowsky | 4 | -12/+25 |
2000-11-01 | don't reset just-edited trap function to old value (13107) | Sven Wischnowsky | 2 | -1/+6 |
2000-10-30 | make assignament to $nameddirs behave like hash -d (13095) | Sven Wischnowsky | 2 | -9/+23 |
2000-10-25 | Fix small typos. | Bart Schaefer | 1 | -3/+3 |
2000-10-25 | use return value of _files, don't use ${PRE,SUF}FIX for globbing, complete al... | Sven Wischnowsky | 2 | -5/+11 |
2000-10-25 | re-display list for cleanup only if we were in menu selection (13084) | Sven Wischnowsky | 2 | -1/+9 |
2000-10-25 | add a counter for invalidatelist() to allow finding out if there is a new lis... | Sven Wischnowsky | 3 | -3/+20 |
2000-10-24 | avoid printing file type characters in completion lists for matches ending in... | Sven Wischnowsky | 3 | -3/+11 |
2000-10-23 | change some tags used in filename completion: no tag for file-sort, fake-file... | Sven Wischnowsky | 3 | -9/+16 |
2000-10-22 | Fix "vared -e". | Bart Schaefer | 2 | -3/+11 |
2000-10-21 | Fix "vared -h" in shell scripts. | Bart Schaefer | 3 | -3/+13 |
2000-10-19 | simplify setting standard completion system options using $_comp_options (13036) | Sven Wischnowsky | 10 | -16/+35 |
2000-10-19 | make non-blocking IO on ptys work again; add -t option to test if command is ... | Sven Wischnowsky | 6 | -17/+55 |
2000-10-19 | Changed Src/hist.c (13034). | Wayne Davison | 1 | -0/+5 |
2000-10-19 | Don't call histreduceblanks() if the line didn't parse right. | Wayne Davison | 1 | -4/+5 |
2000-10-18 | Typo. | Bart Schaefer | 1 | -1/+1 |
2000-10-18 | Typo. | Bart Schaefer | 2 | -1/+5 |
2000-10-17 | Fix release number | Peter Stephenson | 1 | -1/+1 |
2000-10-17 | *** empty log message *** | Sven Wischnowsky | 2 | -2/+10 |
2000-10-17 | 3.1.6-dev-7 | Peter Stephenson | 5 | -5/+14 |
2000-10-16 | *** empty log message *** | Sven Wischnowsky | 2 | -0/+20 |
2000-10-14 | Document tty mode restoration. | Bart Schaefer | 2 | -2/+14 |
2000-10-13 | two completion matching fixes; wrong (path) prefix matching (removed path com... | Sven Wischnowsky | 2 | -5/+11 |
2000-10-12 | remove possibility for func() entries in tag-order style, can be done using z... | Sven Wischnowsky | 4 | -126/+26 |
2000-10-12 | rename fake style to fake-files (12973) | Sven Wischnowsky | 4 | -5/+11 |
2000-10-11 | 12958: configure fix for NCR compiler | Andrey Borzenkov | 2 | -0/+6 |
2000-10-11 | *** empty log message *** | Sven Wischnowsky | 1 | -0/+1 |
2000-10-11 | add _all_matcher completer and supporting C-code for adding a special match r... | Sven Wischnowsky | 12 | -108/+318 |
2000-10-11 | make user defined completion widgets leave menu selection without accepting t... | Sven Wischnowsky | 3 | -5/+19 |
2000-10-10 | follow-up to 12942, only a missing redirection (12948) | Sven Wischnowsky | 2 | -23/+8 |
2000-10-10 | *** empty log message *** | Sven Wischnowsky | 4 | -15/+38 |
2000-10-10 | add fake-parameters style to allow completing parameters which are not yet se... | Sven Wischnowsky | 3 | -5/+17 |
2000-10-10 | *** empty log message *** | Sven Wischnowsky | 2 | -4/+4 |
2000-10-10 | temporarily remove global aliases to avoid error message inside the evals (12... | Sven Wischnowsky | 2 | -4/+25 |
2000-10-10 | follow-up to 12930, make it first try exact character matches, but enable it ... | Sven Wischnowsky | 2 | -7/+36 |
2000-10-09 | Tiny clarification. | Bart Schaefer | 1 | -1/+1 |
2000-10-09 | prefer exact character matches over match specs (so that `nom' can match `nom... | Sven Wischnowsky | 2 | -1/+15 |
2000-10-06 | search for *.tif file, too (12919) | Sven Wischnowsky | 3 | -89/+38 |
2000-10-06 | more option setting cleanup; remove some unnecessary setopts, remove N qualif... | Sven Wischnowsky | 17 | -35/+39 |
2000-10-06 | Other places where `unsetopt cshnullglob' is needed. | Bart Schaefer | 9 | -16/+27 |
2000-10-05 | autoload --> automount | Bart Schaefer | 1 | -1/+1 |
2000-10-05 | cleanup for 12896 (12901) | Sven Wischnowsky | 3 | -2/+4 |
2000-10-05 | unset cshnullglob (12899) | Sven Wischnowsky | 2 | -2/+4 |
2000-10-05 | don't return invalid Eprog after parse error (12898) | Sven Wischnowsky | 2 | -2/+5 |
2000-10-05 | comparguments: don't use rest-argument-specification if it was inactivated (1... | Sven Wischnowsky | 2 | -3/+9 |
2000-10-05 | cleanup (12896) | Sven Wischnowsky | 9 | -72/+74 |
2000-10-05 | complete after autoloaded directories (a rather ugly hack); remove old code i... | Sven Wischnowsky | 5 | -4/+21 |
2000-10-04 | * 12886: Completion/User/_cvs: make _cvs_vendor_branches to handle | Tanaka Akira | 2 | -5/+13 |
2000-10-04 | don't stop parsing too early when completing inside a command substitution (1... | Sven Wischnowsky | 2 | -0/+4 |
2000-10-04 | don't forget a displayed list when starting menu completion (12884) | Sven Wischnowsky | 2 | -1/+9 |