Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 3 | -16/+33 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | 13288: cast pointers for arg 2 of ztrapread/write | Clint Adams | 2000-12-17 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | 13227: terminfo module fixes | Clint Adams | 2000-12-05 | 2 | -49/+56 |
| | |||||
* | 13216: docs for tc/ti modules | Clint Adams | 2000-12-03 | 1 | -0/+9 |
| | |||||
* | 13215: echotc, echoti, terminfo | Clint Adams | 2000-12-03 | 4 | -0/+375 |
| | |||||
* | Function installation information now in config.modules | Peter Stephenson | 2000-11-30 | 1 | -0/+1 |
| | |||||
* | 13194: change in module configuration system | Peter Stephenson | 2000-11-26 | 12 | -3/+56 |
| | |||||
* | 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 | 2 | -12/+12 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | *** 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 | 1 | -56/+47 |
| | |||||
* | Assorted read_poll() and zpty cleanup. | Bart Schaefer | 2000-11-05 | 1 | -26/+65 |
| | |||||
* | 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 | 1 | -4/+11 |
| | |||||
* | make assignament to $nameddirs behave like hash -d (13095) | Sven Wischnowsky | 2000-10-30 | 1 | -9/+18 |
| | |||||
* | make non-blocking IO on ptys work again; add -t option to test if command is ↵ | Sven Wischnowsky | 2000-10-19 | 1 | -14/+41 |
| | | | | still alive (13035) | ||||
* | 12845: dynamically allocate pbuf in domove() | Clint Adams | 2000-09-19 | 1 | -5/+13 |
| | |||||
* | 12836: bin_ln now independent of PATH_MAX | Clint Adams | 2000-09-18 | 1 | -20/+13 |
| | |||||
* | make $modules report aliases correctly (12654) | Sven Wischnowsky | 2000-08-16 | 1 | -3/+5 |
| | |||||
* | 12604: Remove calls to zpathmax(), minor fixes to zopenmax(). | Bart Schaefer | 2000-08-14 | 2 | -11/+4 |
| | |||||
* | 12547: Handle ENOENT and ENOTDIR in zpathmax(). | Bart Schaefer | 2000-08-05 | 1 | -16/+2 |
| | |||||
* | 12533: pathconf() without tail in mkdir | Clint Adams | 2000-08-04 | 1 | -2/+16 |
| | |||||
* | 15216: Rewrite pathconf() support. | Bart Schaefer | 2000-08-04 | 2 | -44/+7 |
| | |||||
* | quoting | Sven Wischnowsky | 2000-08-03 | 1 | -2/+2 |
| | |||||
* | 12489: pathconf for unlimited fs | Clint Adams | 2000-08-02 | 2 | -6/+10 |
| | |||||
* | 12472: limited pathconf support | Clint Adams | 2000-08-02 | 2 | -78/+326 |
| | |||||
* | shut compiler up | Peter Stephenson | 2000-07-04 | 1 | -1/+1 |
| | |||||
* | 12149: guard against undefined h_errno in zftp | Peter Stephenson | 2000-07-04 | 1 | -0/+4 |
| | |||||
* | Andrej: don't close slave if not yet open (12084) | Sven Wischnowsky | 2000-06-27 | 1 | -1/+0 |
| | |||||
* | Andrej: 12081: zpty under cygwin | Peter Stephenson | 2000-06-27 | 1 | -2/+6 |
| | |||||
* | zstyle -e option; change math-styles to boolean ones; change defaults for ↵ | Sven Wischnowsky | 2000-06-16 | 1 | -41/+84 |
| | | | | _expand styles (11937) | ||||
* | 11838: typeset -H | Peter Stephenson | 2000-06-09 | 2 | -5/+8 |
| | |||||
* | -K option for zparseopts to keep previous array values (11792) | Sven Wischnowsky | 2000-06-07 | 1 | -32/+44 |
| | |||||
* | some more memory leak fixes (11745) | Sven Wischnowsky | 2000-06-05 | 1 | -2/+3 |
| | |||||
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 2 | -6/+6 |
| | | | | item (or you can think of it as pointing one past the last item). | ||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 2 | -46/+44 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | Wayne: Fix two history bugs that were causing the | Bart Schaefer | 2000-05-30 | 1 | -2/+2 |
| | | | | failure of `print -s'. | ||||
* | 11616: netinet/in_systm.h again | Peter Stephenson | 2000-05-28 | 1 | -1/+10 |
| | |||||
* | 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variable | Peter Stephenson | 2000-05-26 | 2 | -16/+22 |
| | | | | 11590: various cygwin fixes | ||||
* | 11567: FD_CLOEXEC in zftp.c | Peter Stephenson | 2000-05-25 | 1 | -6/+3 |
| | |||||
* | add -E option to zparseopts (11530) | Sven Wischnowsky | 2000-05-23 | 1 | -10/+43 |
| | |||||
* | remove -h option from zstyle (11490) | Sven Wischnowsky | 2000-05-22 | 1 | -6/+1 |
| | |||||
* | 11426: Src/Modules/zpty.c: don't use #elif. | Tanaka Akira | 2000-05-17 | 1 | -4/+6 |
| | |||||
* | 11420: Src/Modules/zpty.c: try more pty device files. | Tanaka Akira | 2000-05-16 | 1 | -4/+7 |
| |