Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: remove unused variable declaration | Clint Adams | 2001-02-14 | 1 | -1/+0 |
| | |||||
* | 13478: whence shouldn't segfault on an empty path component | Clint Adams | 2001-02-14 | 1 | -4/+4 |
| | |||||
* | 13431: better check for shared libraries. | Andrey Borzenkov | 2001-02-13 | 4 | -4/+24 |
| | |||||
* | try to make the -t option of zpty smarter (13462) | Sven Wischnowsky | 2001-02-13 | 1 | -5/+11 |
| | |||||
* | unposted: fix patterns previous patch | Andrey Borzenkov | 2001-02-02 | 1 | -2/+1 |
| | |||||
* | 13412: avoid duplicates in subdirecory list for recursive build | Andrey Borzenkov | 2001-01-31 | 1 | -1/+7 |
| | |||||
* | 13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names | Andrey Borzenkov | 2001-01-26 | 1 | -6/+23 |
| | |||||
* | fix for mergin two CLF_MID entries in cline lists (with two equal prefixes ↵ | Sven Wischnowsky | 2001-01-25 | 1 | -1/+1 |
| | | | | it thought there were characters missing) (13388) | ||||
* | make signal queueing variables be exported to modules (13384) | Sven Wischnowsky | 2001-01-25 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-22 | 2 | -5/+4 |
| | |||||
* | 13370: avoid in-place modification of environments variables when importing. | Andrey Borzenkov | 2001-01-19 | 1 | -46/+52 |
| | | | | | Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv(). | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-18 | 6 | -11/+23 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 27 | -266/+535 |
| | | | | 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 | 1 | -1/+4 |
| | |||||
* | two more fixes for completion matching and reporting interesting positions ↵ | Sven Wischnowsky | 2001-01-15 | 2 | -7/+22 |
| | | | | (13349) | ||||
* | fix for 13339 (report each position only once) and fixlet for matching: a ↵ | Sven Wischnowsky | 2001-01-12 | 2 | -11/+21 |
| | | | | case where missing characters weren't remembered (13343) | ||||
* | *** 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 |
| |