Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untrustworthy return value of tgetflag(). | Bart Schaefer | 2001-06-08 | 1 | -29/+36 |
| | |||||
* | Fix "make check" in emacs shell mode. | Bart Schaefer | 2001-06-08 | 1 | -1/+2 |
| | |||||
* | 14793 | Wayne Davison | 2001-06-08 | 1 | -0/+6 |
| | |||||
* | Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST | Wayne Davison | 2001-06-08 | 1 | -1/+1 |
| | | | | algorithm in savehistfile() will recheck this hist num later. | ||||
* | unposted: add tcp module to .distfiles | Clint Adams | 2001-06-07 | 2 | -0/+4 |
| | |||||
* | 14778: rename zsh/tcp to zsh/net/tcp. | Clint Adams | 2001-06-06 | 3 | -2/+5 |
| | |||||
* | 14770: tcp module from zftp | Clint Adams | 2001-06-06 | 6 | -205/+406 |
| | |||||
* | 14772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linking | Andrey Borzenkov | 2001-06-06 | 2 | -1/+14 |
| | |||||
* | unposted: we support autoconf-2.50 now | Andrey Borzenkov | 2001-06-06 | 2 | -4/+2 |
| | |||||
* | 14766: unify %l substitution (tty0, pts/3 etc) | Andrey Borzenkov | 2001-06-06 | 2 | -2/+4 |
| | |||||
* | 14760: do not use version number in AC_INIT | Andrey Borzenkov | 2001-06-06 | 2 | -2/+3 |
| | |||||
* | 14758: use host_os instead of ac_cv_cygwin | Andrey Borzenkov | 2001-06-06 | 2 | -3/+6 |
| | |||||
* | (14736) | Sven Wischnowsky | 2001-06-06 | 2 | -0/+9 |
| | |||||
* | Fix date | Andrey Borzenkov | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | two fixes: try all actions that have to be tried (but only once), execute ↵ | Sven Wischnowsky | 2001-06-06 | 2 | -74/+84 |
| | | | | actions if we aren't after an option already (in the same word) (14733) | ||||
* | unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both | Andrey Borzenkov | 2001-06-06 | 7 | -1945/+1972 |
| | | | | autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50 | ||||
* | Add --nobuild and --nogpg to rpm completion. | Chmouel Boudjnah | 2001-06-05 | 2 | -2/+7 |
| | |||||
* | Relabel as 4.1.0-dev-0 | Peter Stephenson | 2001-06-04 | 2 | -2/+6 |
| | |||||
* | removed | Peter Stephenson | 2001-06-01 | 1 | -11268/+0 |
| | |||||
* | ChangeLog changed zsh-4.0.1 | Peter Stephenson | 2001-06-01 | 1 | -1/+1 |
| | |||||
* | Updated ChangeLog and version.mk for 4.0.1 | Peter Stephenson | 2001-06-01 | 3 | -3695/+14968 |
| | |||||
* | improved ifdef for undefine in M4 | Peter Stephenson | 2001-06-01 | 2 | -21/+23 |
| | |||||
* | can't use autoconf 2.50 yet | Peter Stephenson | 2001-06-01 | 2 | -0/+8 |
| | |||||
* | work around ${(@P)1[3,-1]} not working as expected (14658) | Oliver Kiddle | 2001-06-01 | 3 | -2/+7 |
| | |||||
* | Add _ruby. | Bart Schaefer | 2001-06-01 | 1 | -1/+1 |
| | |||||
* | Add YODL enditem workaround in one other place | Peter Stephenson | 2001-06-01 | 2 | -1/+3 |
| | |||||
* | `Final' tweaks for docs for 4.0.1 | Peter Stephenson | 2001-06-01 | 4 | -32/+76 |
| | |||||
* | Don't undefine macros if not defined. | Peter Stephenson | 2001-06-01 | 2 | -21/+27 |
| | |||||
* | 14635: presume '*core' glob for coredump files | Clint Adams | 2001-06-01 | 2 | -1/+6 |
| | |||||
* | fix for exclusion of normal arguments (14630) | Sven Wischnowsky | 2001-06-01 | 2 | -5/+16 |
| | |||||
* | Oops! Extra line. | Andrey Borzenkov | 2001-06-01 | 1 | -1/+0 |
| | |||||
* | unposted: Cygwin belongs now to Red Hat - folks are sensitive to it :-) | Andrey Borzenkov | 2001-06-01 | 2 | -2/+9 |
| | |||||
* | * 14628: Completion/Unix/Command/_ruby: new completion function. | Tanaka Akira | 2001-06-01 | 2 | -0/+53 |
| | |||||
* | fix tag-order problem with _arguments (completion after an option that gets ↵ | Sven Wischnowsky | 2001-05-31 | 3 | -4/+14 |
| | | | | an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) | ||||
* | correct alphabetical order in lists of styles, tags, functions and modules | Oliver Kiddle | 2001-05-31 | 3 | -57/+62 |
| | |||||
* | a few more doc changes suggested by Bart | Peter Stephenson | 2001-05-31 | 3 | -2/+20 |
| | |||||
* | fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵ | Sven Wischnowsky | 2001-05-31 | 6 | -38/+44 |
| | | | | array accesses, plus some defensive programming for heap allocated param structs (14605) | ||||
* | (14602) | Sven Wischnowsky | 2001-05-31 | 3 | -2/+7 |
| | |||||
* | Tweak builtins.yo formatting. | Bart Schaefer | 2001-05-31 | 2 | -4/+8 |
| | |||||
* | always use supplied matchers (14599) | Sven Wischnowsky | 2001-05-31 | 2 | -2/+7 |
| | |||||
* | Doc changes for 4.0.1 | Peter Stephenson | 2001-05-30 | 6 | -122/+153 |
| | |||||
* | Improve gettermcap(). | Bart Schaefer | 2001-05-30 | 2 | -9/+34 |
| | |||||
* | update _pine for pine 4.33, add echoti completion and update _echotc (14567) | Oliver Kiddle | 2001-05-30 | 5 | -7/+24 |
| | |||||
* | nolonger works on IRIX 5.3, and other updates | Oliver Kiddle | 2001-05-30 | 1 | -2/+5 |
| | |||||
* | 14566: more testing for unimplemented features. | Andrey Borzenkov | 2001-05-30 | 2 | -6/+27 |
| | |||||
* | 14557: remove obsolete version number | Andrey Borzenkov | 2001-05-30 | 2 | -1/+5 |
| | |||||
* | some cleanup (14558) | Sven Wischnowsky | 2001-05-30 | 3 | -7/+5 |
| | |||||
* | Make line spacing consistent in metafaq.yo | Peter Stephenson | 2001-05-29 | 2 | -1/+4 |
| | |||||
* | 14552: update changelog with patch number | Clint Adams | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | 145??: fix thinko | Clint Adams | 2001-05-29 | 2 | -1/+3 |
| |