Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve pattern matching to make match specs work for manual page completion ↵ | Sven Wischnowsky | 2001-06-21 | 2 | -45/+65 |
| | | | | (15029) | ||||
* | No POSIX "for" syntax with csh syntax. | Bart Schaefer | 2001-06-21 | 2 | -4/+6 |
| | |||||
* | POSIX "for" syntax. | Bart Schaefer | 2001-06-21 | 2 | -0/+5 |
| | |||||
* | Fix handling of interrupt in two completion widgets. | Bart Schaefer | 2001-06-21 | 3 | -2/+7 |
| | |||||
* | Completion for AUTO_CD. | Bart Schaefer | 2001-06-21 | 4 | -2/+12 |
| | |||||
* | Fix exit status of compdef. | Bart Schaefer | 2001-06-21 | 2 | -3/+7 |
| | |||||
* | Fix "insert-tab pending" zstyle. | Bart Schaefer | 2001-06-20 | 2 | -2/+7 |
| | |||||
* | rewrite 14988 as per 14989 | Peter Stephenson | 2001-06-20 | 2 | -3/+3 |
| | |||||
* | Bug restoring saving special parameters for function scope. | Peter Stephenson | 2001-06-20 | 2 | -1/+6 |
| | |||||
* | Add socklen_t to possible SOCKLEN_T types. | Bart Schaefer | 2001-06-19 | 2 | -1/+5 |
| | |||||
* | Compiler warnings. | Bart Schaefer | 2001-06-19 | 2 | -2/+6 |
| | |||||
* | 14973: fix for reported problems on AIX. | Andrey Borzenkov | 2001-06-19 | 5 | -26/+72 |
| | |||||
* | 14962 | Sven Wischnowsky | 2001-06-18 | 2 | -1/+7 |
| | |||||
* | more handler -> zhandler | Peter Stephenson | 2001-06-18 | 2 | -3/+7 |
| | |||||
* | Fix file name again (sigh). | Bart Schaefer | 2001-06-18 | 1 | -1/+1 |
| | |||||
* | make zcompile unlink() the zwc file first (in case it is currently mapped we ↵ | Sven Wischnowsky | 2001-06-18 | 2 | -4/+10 |
| | | | | don't want to overwrite it); also, create the file read-only (14952) | ||||
* | rename handler() to zhandler() because it's now exported to modules (14951) | Sven Wischnowsky | 2001-06-18 | 3 | -3/+8 |
| | |||||
* | Add missing file name. | Bart Schaefer | 2001-06-17 | 1 | -2/+2 |
| | |||||
* | Fix attribution. | Bart Schaefer | 2001-06-17 | 1 | -2/+2 |
| | |||||
* | Per NetBSD, use "gcc -fPIC" rather than -fpic. | Bart Schaefer | 2001-06-17 | 2 | -1/+6 |
| | |||||
* | Fix a couple of typos; reorder a couple of entries to match the 4.0.x branch | Bart Schaefer | 2001-06-16 | 1 | -13/+14 |
| | | | | ChangeLog. | ||||
* | Undo mkstemp() change. | Wayne Davison | 2001-06-16 | 1 | -0/+6 |
| | |||||
* | Removed bogus mkstemp() code. | Wayne Davison | 2001-06-15 | 1 | -3/+0 |
| | |||||
* | Use mkstemp where available | Peter Stephenson | 2001-06-15 | 3 | -1/+9 |
| | |||||
* | fix setting of individual positional parameters after 14915 | Peter Stephenson | 2001-06-15 | 2 | -6/+24 |
| | |||||
* | 14931: fix socket/address length calculation | Andrey Borzenkov | 2001-06-15 | 3 | -5/+13 |
| | |||||
* | Load tcp module, zfcd_match, zfget_match where necessary. | Peter Stephenson | 2001-06-14 | 2 | -6/+51 |
| | |||||
* | $* and $@ are special | Peter Stephenson | 2001-06-14 | 5 | -7/+24 |
| | |||||
* | fixes for display bugs for completion lists (cursor left one line to far up ↵ | Sven Wischnowsky | 2001-06-13 | 3 | -5/+16 |
| | | | | or down) (14903) | ||||
* | mod_export handler | Peter Stephenson | 2001-06-13 | 2 | -1/+7 |
| | |||||
* | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 2001-06-13 | 5 | -15/+98 |
| | | | | argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) | ||||
* | minor correction | Oliver Kiddle | 2001-06-13 | 1 | -4/+3 |
| | |||||
* | don't complete read-only parameters on the left side of an assignment (14896) | Oliver Kiddle | 2001-06-13 | 2 | -1/+6 |
| | |||||
* | Fix assignment problems spotted by Bart | Peter Stephenson | 2001-06-13 | 2 | -4/+9 |
| | |||||
* | 14883 | Sven Wischnowsky | 2001-06-13 | 2 | -7/+123 |
| | |||||
* | Reword README a little. | Bart Schaefer | 2001-06-13 | 2 | -6/+11 |
| | |||||
* | 14863: tcp_connect | Clint Adams | 2001-06-12 | 3 | -16/+38 |
| | |||||
* | Added KSH_TYPESET option. | Peter Stephenson | 2001-06-12 | 6 | -7/+66 |
| | |||||
* | 14843: tcp_close | Clint Adams | 2001-06-11 | 3 | -4/+16 |
| | |||||
* | (14841) | Sven Wischnowsky | 2001-06-11 | 3 | -99/+191 |
| | |||||
* | Document PATH_DIRS behaviour | Peter Stephenson | 2001-06-11 | 2 | -1/+11 |
| | |||||
* | 14830: new config.guess and config.sub | Clint Adams | 2001-06-10 | 3 | -355/+419 |
| | |||||
* | Possible fix for -g test. | Bart Schaefer | 2001-06-09 | 2 | -0/+5 |
| | |||||
* | Fix problems with zwcstat() on systems that do not USE_MMAP. | Bart Schaefer | 2001-06-09 | 3 | -19/+25 |
| | |||||
* | Fix email address. | Bart Schaefer | 2001-06-09 | 1 | -1/+1 |
| | |||||
* | Avoid echotc in completion tests. | Bart Schaefer | 2001-06-09 | 2 | -2/+5 |
| | |||||
* | 14815: fix thinko | Clint Adams | 2001-06-08 | 2 | -1/+6 |
| | |||||
* | 14813: autoload functions from deleted .zwc files | Clint Adams | 2001-06-08 | 5 | -3/+30 |
| | |||||
* | More reliable BROKEN_KILL_ESRCH test. | Bart Schaefer | 2001-06-08 | 2 | -4/+7 |
| | |||||
* | Several patches, some held from before 4.0.1 release. | Bart Schaefer | 2001-06-08 | 1 | -0/+16 |
| |