Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct mess from bad merge | Clint Adams | 2001-05-21 | 1 | -13/+0 |
| | |||||
* | 14419: glibc 2.2.3 rlimits enum | Clint Adams | 2001-05-21 | 1 | -0/+18 |
| | |||||
* | fix to include + options in tag order (14416) | Oliver Kiddle | 2001-05-21 | 1 | -0/+4 |
| | |||||
* | unposted: quote $@ in calls to _arguments | Clint Adams | 2001-05-21 | 1 | -0/+5 |
| | |||||
* | make use of _arguments in _set (14409) | Oliver Kiddle | 2001-05-21 | 1 | -0/+4 |
| | |||||
* | Workaround rm -f hang on unwriteable file in Cygwin | Peter Stephenson | 2001-05-21 | 1 | -0/+3 |
| | |||||
* | add Test/E01options.ztst to .distfiles; fix ChangeLog for last options tests | Peter Stephenson | 2001-05-21 | 1 | -0/+8 |
| | |||||
* | ChangeLog entry ofr 14396 | Peter Stephenson | 2001-05-20 | 1 | -0/+8 |
| | |||||
* | Handle line wrapping in ZTST_hashmark. | Bart Schaefer | 2001-05-20 | 1 | -0/+4 |
| | |||||
* | 14401: workaround for script execution under Cygwin | Andrey Borzenkov | 2001-05-20 | 1 | -0/+7 |
| | |||||
* | last half of 14390 | Wayne Davison | 2001-05-20 | 1 | -0/+5 |
| | |||||
* | 14389 | Wayne Davison | 2001-05-19 | 1 | -0/+6 |
| | |||||
* | Fix re-set of integer special params after unset. | Bart Schaefer | 2001-05-19 | 1 | -0/+3 |
| | |||||
* | Tweak zmodload tests, fix fd 8. | Bart Schaefer | 2001-05-18 | 1 | -0/+8 |
| | |||||
* | fix zmodload -uf for not-yet-loaded function | Peter Stephenson | 2001-05-18 | 1 | -0/+5 |
| | |||||
* | try to make ${(e)..} work for complicated parameter expansions in the value; ↵ | Sven Wischnowsky | 2001-05-18 | 1 | -0/+7 |
| | | | | this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381) | ||||
* | Add zmodload tests. | Bart Schaefer | 2001-05-18 | 1 | -0/+5 |
| | |||||
* | 14378: more programs that process .tex | Clint Adams | 2001-05-18 | 1 | -0/+5 |
| | |||||
* | * 14377: Completion/Unix/Command/_cvs: support new .cvspass format | Tanaka Akira | 2001-05-17 | 1 | -0/+5 |
| | | | | introduced by cvs-1.11.1. | ||||
* | typo with compset in _lp | Peter Stephenson | 2001-05-17 | 1 | -0/+4 |
| | |||||
* | Signal queuing tweak. | Bart Schaefer | 2001-05-17 | 1 | -0/+7 |
| | |||||
* | 14362: more modprobe stuff | Clint Adams | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | 14361: better modprobe completion | Clint Adams | 2001-05-16 | 1 | -0/+7 |
| | |||||
* | more fixage for expansion: just convert the command line to the original ↵ | Sven Wischnowsky | 2001-05-16 | 1 | -0/+6 |
| | | | | when expansion shouldn't or couldn't do something sensible on the line (14359) | ||||
* | 14357 | Wayne Davison | 2001-05-15 | 1 | -0/+5 |
| | |||||
* | fix bug where /sbin/lsmod was redirected in instead of being run (14355) | Oliver Kiddle | 2001-05-15 | 1 | -0/+5 |
| | |||||
* | (14350) | Sven Wischnowsky | 2001-05-15 | 1 | -0/+7 |
| | |||||
* | 14348: fix globalexport with typeset -g | Peter Stephenson | 2001-05-15 | 1 | -0/+5 |
| | |||||
* | calculate the length of the region to map (for mapped zwc files) correctly, ↵ | Sven Wischnowsky | 2001-05-15 | 1 | -0/+6 |
| | | | | including the offset-page-boundary-adjustment (14346) | ||||
* | 14341: modprobe -r / rmmod completion | Clint Adams | 2001-05-15 | 1 | -0/+7 |
| | |||||
* | 14330: handle quotes better in _most_recent_file | Peter Stephenson | 2001-05-14 | 1 | -0/+5 |
| | |||||
* | set list_pipe_job only for real pipelines (14327) | Sven Wischnowsky | 2001-05-14 | 1 | -0/+4 |
| | |||||
* | 14314: writing const variable under cygwin | Peter Stephenson | 2001-05-11 | 1 | -0/+2 |
| | |||||
* | 14313: New options tests | Peter Stephenson | 2001-05-11 | 1 | -0/+4 |
| | |||||
* | 14304 | Wayne Davison | 2001-05-10 | 1 | -0/+5 |
| | |||||
* | users/3872: rename inet_* routines to avoid clash with Solaris 7 headers. | Andrey Borzenkov | 2001-05-10 | 1 | -0/+5 |
| | |||||
* | * 14295: Completion/Unix/Command/_cvs: support new cvs subcommands | Tanaka Akira | 2001-05-10 | 1 | -0/+5 |
| | | | | `rannotate' and `rlog' introduced by cvs-1.11.1. | ||||
* | barf if a empty string is given as one of the separators for _values (14293) | Sven Wischnowsky | 2001-05-10 | 1 | -0/+5 |
| | |||||
* | More cleanup of 14275+14290. | Bart Schaefer | 2001-05-10 | 1 | -0/+3 |
| | |||||
* | Tweak 14275. | Bart Schaefer | 2001-05-10 | 1 | -0/+5 |
| | |||||
* | update; in particular enable new style completion from ex. startup file (14283) | Oliver Kiddle | 2001-05-09 | 1 | -0/+3 |
| | |||||
* | complete only files that can be chowned (14282) | Oliver Kiddle | 2001-05-09 | 1 | -0/+3 |
| | |||||
* | insert redirection operators when expanding after one (14281) | Oliver Kiddle | 2001-05-09 | 1 | -0/+5 |
| | |||||
* | 4.0.1-pre-4 | Peter Stephenson | 2001-05-09 | 1 | -0/+2 |
| | |||||
* | Make clearer that globsubst doesn't affect brace expansion | Peter Stephenson | 2001-05-09 | 1 | -0/+3 |
| | |||||
* | Back off 14140 (tokenize comma) | Peter Stephenson | 2001-05-09 | 1 | -0/+5 |
| | |||||
* | add description of how to add a auto-removable suffix when using a ->state ↵ | Sven Wischnowsky | 2001-05-09 | 1 | -0/+5 |
| | | | | action with _values (14279) | ||||
* | Clean up after 14270. | Bart Schaefer | 2001-05-09 | 1 | -0/+5 |
| | |||||
* | 14268 --> 14270 | Bart Schaefer | 2001-05-09 | 1 | -3/+3 |
| | |||||
* | Use AC_TRY_COMPILE for curses.h test because of SunOS 5.8 | Peter Stephenson | 2001-05-08 | 1 | -0/+6 |
| |