Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Sven Wischnowsky | 2001-01-11 | 3 | -37/+143 |
| | |||||
* | fix cursor positioning with partial-word match specs using `**' (13336) | Sven Wischnowsky | 2001-01-10 | 2 | -31/+44 |
| | |||||
* | fix for listpacked for matches as long as screen is wide (minus added ↵ | Sven Wischnowsky | 2001-01-08 | 2 | -4/+5 |
| | | | | spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331) | ||||
* | Back out 13285. | Bart Schaefer | 2000-12-18 | 2 | -6/+6 |
| | |||||
* | 13288: cast pointers for arg 2 of ztrapread/write | Clint Adams | 2000-12-17 | 1 | -3/+3 |
| | |||||
* | 13285: use vi-up and -down in vicmd mode | Clint Adams | 2000-12-16 | 2 | -47/+63 |
| | |||||
* | Rename waitjob() to zwaitjob(). | Peter Stephenson | 2000-12-06 | 1 | -4/+4 |
| | |||||
* | 13242: don't segfault on $terminfo[nonexistentcap] | Clint Adams | 2000-12-06 | 1 | -1/+1 |
| | |||||
* | terminfo tweaks | Peter Stephenson | 2000-12-05 | 2 | -2/+2 |
| | |||||
* | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 2000-12-05 | 6 | -89/+89 |
| | |||||
* | 13227: terminfo module fixes | Clint Adams | 2000-12-05 | 2 | -49/+56 |
| | |||||
* | Fix --enable-function-subdirs for new config.modules system. | Peter Stephenson | 2000-12-04 | 1 | -4/+7 |
| | |||||
* | 13216: docs for tc/ti modules | Clint Adams | 2000-12-03 | 1 | -0/+9 |
| | |||||
* | 13215: echotc, echoti, terminfo | Clint Adams | 2000-12-03 | 5 | -71/+375 |
| | |||||
* | Function installation information now in config.modules | Peter Stephenson | 2000-11-30 | 4 | -0/+4 |
| | |||||
* | avoid compiler warning | Sven Wischnowsky | 2000-11-29 | 1 | -1/+2 |
| | |||||
* | 13194: change in module configuration system | Peter Stephenson | 2000-11-26 | 29 | -145/+193 |
| | |||||
* | ALL_EXPORT tweaks. | Bart Schaefer | 2000-11-25 | 1 | -1/+13 |
| | |||||
* | don't be sure that read-ahead doesn't contains nuls (13163) | Sven Wischnowsky | 2000-11-14 | 1 | -5/+8 |
| | |||||
* | use unmetafy() to allow writing special characters into a pty (13156) | Sven Wischnowsky | 2000-11-13 | 1 | -4/+6 |
| | |||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 13 | -54/+199 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Try blocking read() in read_poll() only if select() returns error (or | Bart Schaefer | 2000-11-08 | 1 | -1/+1 |
| | | | | doesn't exist). | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-11-08 | 1 | -1/+6 |
| | |||||
* | Tweak interactiveness of cloned shell. | Bart Schaefer | 2000-11-06 | 1 | -1/+1 |
| | |||||
* | Make zpty more like eval. | Bart Schaefer | 2000-11-06 | 2 | -58/+49 |
| | |||||
* | Assorted read_poll() and zpty cleanup. | Bart Schaefer | 2000-11-05 | 2 | -46/+79 |
| | |||||
* | Better streaming behavior from `zpty -r', plus other cleanup. | Bart Schaefer | 2000-11-05 | 1 | -43/+20 |
| | |||||
* | show current/previous job in $jobstates (3503) | Sven Wischnowsky | 2000-11-02 | 2 | -6/+13 |
| | |||||
* | make assignament to $nameddirs behave like hash -d (13095) | Sven Wischnowsky | 2000-10-30 | 1 | -9/+18 |
| | |||||
* | re-display list for cleanup only if we were in menu selection (13084) | Sven Wischnowsky | 2000-10-25 | 1 | -1/+6 |
| | |||||
* | add a counter for invalidatelist() to allow finding out if there is a new ↵ | Sven Wischnowsky | 2000-10-25 | 2 | -3/+15 |
| | | | | list (13082) | ||||
* | avoid printing file type characters in completion lists for matches ending ↵ | Sven Wischnowsky | 2000-10-24 | 2 | -3/+5 |
| | | | | in a slash (13071) | ||||
* | Fix "vared -e". | Bart Schaefer | 2000-10-22 | 1 | -3/+5 |
| | |||||
* | Fix "vared -h" in shell scripts. | Bart Schaefer | 2000-10-21 | 2 | -3/+8 |
| | |||||
* | make non-blocking IO on ptys work again; add -t option to test if command is ↵ | Sven Wischnowsky | 2000-10-19 | 2 | -15/+42 |
| | | | | still alive (13035) | ||||
* | Don't call histreduceblanks() if the line didn't parse right. | Wayne Davison | 2000-10-19 | 1 | -4/+5 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-17 | 1 | -1/+4 |
| | |||||
* | two completion matching fixes; wrong (path) prefix matching (removed path ↵ | Sven Wischnowsky | 2000-10-13 | 1 | -5/+5 |
| | | | | components) and reverse order of sub-strings in match-strings (12995) | ||||
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 5 | -63/+195 |
| | | | | representing all other matches; remove completions style from _expand(|_word) (12960) | ||||
* | make user defined completion widgets leave menu selection without accepting ↵ | Sven Wischnowsky | 2000-10-11 | 2 | -5/+13 |
| | | | | the currently selected match (12959) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2000-10-10 | 1 | -3/+3 |
| | |||||
* | follow-up to 12930, make it first try exact character matches, but enable it ↵ | Sven Wischnowsky | 2000-10-10 | 1 | -7/+30 |
| | | | | to go back to try match specs if it fails after accepting such character matches (12941) | ||||
* | prefer exact character matches over match specs (so that `nom' can match ↵ | Sven Wischnowsky | 2000-10-09 | 1 | -1/+10 |
| | | | | `nomatch') (12930) | ||||
* | don't return invalid Eprog after parse error (12898) | Sven Wischnowsky | 2000-10-05 | 1 | -2/+3 |
| | |||||
* | comparguments: don't use rest-argument-specification if it was inactivated ↵ | Sven Wischnowsky | 2000-10-05 | 1 | -3/+6 |
| | | | | (12897) | ||||
* | don't stop parsing too early when completing inside a command substitution ↵ | Sven Wischnowsky | 2000-10-04 | 1 | -0/+1 |
| | | | | (12885) | ||||
* | don't forget a displayed list when starting menu completion (12884) | Sven Wischnowsky | 2000-10-04 | 1 | -1/+4 |
| | |||||
* | Change some zerr to zwarn for consistency. | Bart Schaefer | 2000-10-02 | 5 | -23/+20 |
| | |||||
* | unposted: remove unused variable declaration from ztat() | Clint Adams | 2000-10-01 | 1 | -2/+0 |
| | |||||
* | 12863: remove ztrdupstrip, use VARARR in ztat | Clint Adams | 2000-09-27 | 2 | -27/+13 |
| |