Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 28 | -266/+546 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | fix for ol' compctl when completing hash keys (13364) | Sven Wischnowsky | 2001-01-16 | 2 | -1/+9 |
| | |||||
* | two more fixes for completion matching and reporting interesting positions ↵ | Sven Wischnowsky | 2001-01-15 | 3 | -7/+25 |
| | | | | (13349) | ||||
* | add completion for ls and ([ef]|)grep (13347) | Sven Wischnowsky | 2001-01-15 | 4 | -1/+169 |
| | |||||
* | add `services', allowing easier re-use of (parts of) completion functions ↵ | Sven Wischnowsky | 2001-01-15 | 33 | -73/+161 |
| | | | | (13346) | ||||
* | fix for 13339 (report each position only once) and fixlet for matching: a ↵ | Sven Wischnowsky | 2001-01-12 | 3 | -11/+27 |
| | | | | case where missing characters weren't remembered (13343) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-11 | 7 | -37/+196 |
| | |||||
* | Etc/MACHINES: format leading spaces to tabs | Geoff Wing | 2001-01-10 | 2 | -22/+26 |
| | |||||
* | fix cursor positioning with partial-word match specs using `**' (13336) | Sven Wischnowsky | 2001-01-10 | 4 | -33/+52 |
| | |||||
* | fix for listpacked for matches as long as screen is wide (minus added ↵ | Sven Wischnowsky | 2001-01-08 | 3 | -4/+12 |
| | | | | spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331) | ||||
* | Builds on SCO UnixWare 2.1.3 | Peter Stephenson | 2001-01-07 | 2 | -0/+8 |
| | |||||
* | 13315: ignore parens and leading paths on killall completion | Clint Adams | 2000-12-27 | 2 | -1/+4 |
| | |||||
* | 13314: don't complete hyphen-prefixed commands for killall | Clint Adams | 2000-12-27 | 2 | -1/+6 |
| | |||||
* | 13312: killall gets long filenames from procps | Clint Adams | 2000-12-26 | 2 | -1/+6 |
| | |||||
* | unposted: thinko in configure.in for determination of jobtable size | Clint Adams | 2000-12-23 | 2 | -1/+3 |
| | |||||
* | 13310: apt-cache typo in --names-only | Clint Adams | 2000-12-23 | 2 | -1/+6 |
| | |||||
* | Back out 13285. | Bart Schaefer | 2000-12-18 | 3 | -6/+11 |
| | |||||
* | 13288: cast pointers for arg 2 of ztrapread/write | Clint Adams | 2000-12-17 | 2 | -3/+6 |
| | |||||
* | 13287: dpkg -i can take multiple arguments | Clint Adams | 2000-12-17 | 2 | -2/+7 |
| | |||||
* | unposted: add _mere to .distfiles | Clint Adams | 2000-12-16 | 2 | -7/+11 |
| | |||||
* | 13285: use vi-up and -down in vicmd mode | Clint Adams | 2000-12-16 | 3 | -47/+69 |
| | |||||
* | * 13281: Functions/Misc/mere: new implementation. | Tanaka Akira | 2000-12-15 | 3 | -3/+91 |
| | | | | Completion/User/_mere: new completion function for mere. | ||||
* | 13250: _dict completion | Clint Adams | 2000-12-13 | 3 | -1/+72 |
| | |||||
* | Rename waitjob() to zwaitjob(). | Peter Stephenson | 2000-12-06 | 2 | -4/+9 |
| | |||||
* | 13243: fix for make distclean - no more Makefile in Functions and Completion | Andrey Borzenkov | 2000-12-06 | 2 | -2/+5 |
| | |||||
* | 13242: don't segfault on $terminfo[nonexistentcap] | Clint Adams | 2000-12-06 | 2 | -1/+6 |
| | |||||
* | Fix distribution files zsh-3.1.9-dev-8 | Peter Stephenson | 2000-12-05 | 3 | -6/+5 |
| | |||||
* | 3.1.9-dev-8 | Peter Stephenson | 2000-12-05 | 2 | -2/+8 |
| | |||||
* | terminfo tweaks | Peter Stephenson | 2000-12-05 | 2 | -2/+2 |
| | |||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 7 | -89/+95 |
| | |||||
* | Include mod_term*.yo in doc source. | Bart Schaefer | 2000-12-05 | 2 | -0/+5 |
| | |||||
* | 13227: terminfo module fixes | Clint Adams | 2000-12-05 | 4 | -50/+67 |
| | |||||
* | Fix --enable-function-subdirs for new config.modules system. | Peter Stephenson | 2000-12-04 | 6 | -9/+15 |
| | |||||
* | $# doc | Peter Stephenson | 2000-12-04 | 2 | -1/+10 |
| | |||||
* | installfns bits | Peter Stephenson | 2000-12-04 | 3 | -23/+25 |
| | |||||
* | 13216: docs for tc/ti modules | Clint Adams | 2000-12-03 | 6 | -8/+53 |
| | |||||
* | 13215: echotc, echoti, terminfo | Clint Adams | 2000-12-03 | 6 | -72/+384 |
| | |||||
* | Function installation information now in config.modules | Peter Stephenson | 2000-11-30 | 11 | -307/+89 |
| | |||||
* | avoid compiler warning | Sven Wischnowsky | 2000-11-29 | 1 | -1/+2 |
| | |||||
* | Add missing quote. | Bart Schaefer | 2000-11-27 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-11-27 | 3 | -1/+7 |
| | |||||
* | Fix a few problems with config.modules stuff | Peter Stephenson | 2000-11-27 | 2 | -11/+22 |
| | |||||
* | either keyword for link module parameter | Peter Stephenson | 2000-11-27 | 1 | -0/+3 |
| | |||||
* | 13194: change in module configuration system | Peter Stephenson | 2000-11-26 | 34 | -197/+332 |
| | |||||
* | ALL_EXPORT tweaks. | Bart Schaefer | 2000-11-25 | 3 | -1/+20 |
| | |||||
* | * 13181: Completion/Debian/_apt: add an action for _alternative. | Tanaka Akira | 2000-11-22 | 2 | -2/+6 |
| | |||||
* | Tweak auto-suffix-removal for _rcp and _scp. | Bart Schaefer | 2000-11-20 | 3 | -3/+10 |
| | |||||
* | Avoid cd in _perl_modules. | Bart Schaefer | 2000-11-15 | 2 | -4/+7 |
| | |||||
* | Changes inspired by Paul J. in case multiple versions of perl are installed. | Bart Schaefer | 2000-11-14 | 2 | -23/+49 |
| | |||||
* | don't be sure that read-ahead doesn't contains nuls (13163) | Sven Wischnowsky | 2000-11-14 | 2 | -5/+13 |
| |