Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence compiler warnings. | Bart Schaefer | 2001-05-28 | 2 | -2/+5 |
| | |||||
* | More device and FIFO test tweaks. | Bart Schaefer | 2001-05-28 | 2 | -8/+20 |
| | |||||
* | 14509: ZLS_COLOURS/ZLS_COLORS consistency | Clint Adams | 2001-05-28 | 4 | -3/+10 |
| | |||||
* | fix for cursor positioning with that -y option of compctl (display strings) ↵ | Sven Wischnowsky | 2001-05-28 | 2 | -13/+25 |
| | | | | (14507) | ||||
* | make the zprof wrapper function be more careful, avoiding almost all of the ↵ | Sven Wischnowsky | 2001-05-28 | 2 | -48/+63 |
| | | | | code when the module is being unloaded (14504) | ||||
* | another attempt at fixing the job problem from 14327; make execpline() reset ↵ | Sven Wischnowsky | 2001-05-28 | 2 | -1/+10 |
| | | | | list_pipe_job to zero if it would be set for a job started in the background (14503) | ||||
* | HPUX & Solaris notes. | Bart Schaefer | 2001-05-28 | 2 | -1/+10 |
| | |||||
* | 14492: new prompt theme | Clint Adams | 2001-05-27 | 3 | -1/+80 |
| | |||||
* | 14488 | Wayne Davison | 2001-05-26 | 1 | -0/+7 |
| | |||||
* | Fixed acceptandinfernexthistory() to work when called repeatedly. | Wayne Davison | 2001-05-26 | 1 | -373/+433 |
| | | | | | | | Also changed it to not accept the line if the infer fails. Ignore transient edits in the history when searching for an inference and grabbing the next line (affecting acceptandinfernexthistory(), infernexthistory(), and acceptlineanddownhistory()). | ||||
* | 14489: workaround for find bug on ReliantUNIX | Andrey Borzenkov | 2001-05-26 | 2 | -1/+7 |
| | |||||
* | Improve "make check" test for -b condition when /dev cannot be searched. | Bart Schaefer | 2001-05-26 | 2 | -3/+12 |
| | |||||
* | The complete 3.0.8 ChangeLog, for posterity. | Bart Schaefer | 2001-05-26 | 1 | -23/+1264 |
| | |||||
* | 14479: apt-get --reinstall | Clint Adams | 2001-05-25 | 2 | -0/+5 |
| | |||||
* | FAQ changes for 4.0.1 from Bart | Peter Stephenson | 2001-05-24 | 2 | -95/+110 |
| | |||||
* | I guess I was supposed to commit 14411. | Bart Schaefer | 2001-05-24 | 2 | -4/+11 |
| | |||||
* | Revise zmodload -u test. | Bart Schaefer | 2001-05-23 | 2 | -12/+33 |
| | |||||
* | add mod_export in a couple of places where it was missing | Oliver Kiddle | 2001-05-23 | 3 | -2/+6 |
| | |||||
* | 14430: handle cleanup better in Test/ztst.zsh | Peter Stephenson | 2001-05-22 | 2 | -12/+42 |
| | |||||
* | 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 | 2 | -1/+30 |
| | |||||
* | fix to include + options in tag order (14416) | Oliver Kiddle | 2001-05-21 | 2 | -1/+5 |
| | |||||
* | unposted: quote $@ in calls to _arguments | Clint Adams | 2001-05-21 | 2 | -2/+7 |
| | |||||
* | make use of _arguments in _set (14409) | Oliver Kiddle | 2001-05-21 | 2 | -7/+27 |
| | |||||
* | Version 4.0.1-pre-5 zsh-4.0.1-pre-5 | Peter Stephenson | 2001-05-21 | 1 | -2/+2 |
| | |||||
* | Workaround rm -f hang on unwriteable file in Cygwin | Peter Stephenson | 2001-05-21 | 2 | -2/+7 |
| | |||||
* | add Test/E01options.ztst to .distfiles; fix ChangeLog for last options tests | Peter Stephenson | 2001-05-21 | 2 | -1/+9 |
| | |||||
* | ChangeLog entry ofr 14396 | Peter Stephenson | 2001-05-20 | 1 | -0/+8 |
| | |||||
* | Handle line wrapping in ZTST_hashmark. | Bart Schaefer | 2001-05-20 | 2 | -0/+5 |
| | |||||
* | 14401: workaround for script execution under Cygwin | Andrey Borzenkov | 2001-05-20 | 8 | -14/+22 |
| | |||||
* | last half of 14390 | Wayne Davison | 2001-05-20 | 1 | -0/+5 |
| | |||||
* | Added some array-assignment boundary checks. | Wayne Davison | 2001-05-20 | 1 | -2/+7 |
| | |||||
* | Fix, test and comment unsetting and resetting of special tied parameters | Peter Stephenson | 2001-05-19 | 3 | -1/+37 |
| | |||||
* | tweaked comments | Peter Stephenson | 2001-05-19 | 1 | -2/+2 |
| | |||||
* | 14389 | Wayne Davison | 2001-05-19 | 1 | -0/+6 |
| | |||||
* | Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line. | Wayne Davison | 2001-05-19 | 1 | -3/+4 |
| | | | | Also, don't call addhistnode() on a HIST_TMPSTORE entry. | ||||
* | The function addhistnode() is no longer called for a HIST_TMPSTORE | Wayne Davison | 2001-05-19 | 1 | -2/+2 |
| | | | | | entry, so I removed the checking for that flag. Also, freehistdata() now avoids calling removehashnode() on a HIST_TMPSTORE entry. | ||||
* | Fix re-set of integer special params after unset. | Bart Schaefer | 2001-05-19 | 3 | -16/+15 |
| | |||||
* | More options tests: finished properly this time | Peter Stephenson | 2001-05-18 | 1 | -3/+8 |
| | |||||
* | More options tests and a ztst.zsh fix for ksharrays | Peter Stephenson | 2001-05-18 | 2 | -3/+404 |
| | |||||
* | Tweak zmodload tests, fix fd 8. | Bart Schaefer | 2001-05-18 | 3 | -4/+12 |
| | |||||
* | fix zmodload -uf for not-yet-loaded function | Peter Stephenson | 2001-05-18 | 2 | -3/+10 |
| | |||||
* | try to make ${(e)..} work for complicated parameter expansions in the value; ↵ | Sven Wischnowsky | 2001-05-18 | 2 | -2/+20 |
| | | | | 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 | 3 | -1/+152 |
| | |||||
* | 14378: more programs that process .tex | Clint Adams | 2001-05-18 | 2 | -1/+6 |
| | |||||
* | * 14377: Completion/Unix/Command/_cvs: support new .cvspass format | Tanaka Akira | 2001-05-17 | 2 | -1/+6 |
| | | | | introduced by cvs-1.11.1. | ||||
* | typo with compset in _lp | Peter Stephenson | 2001-05-17 | 2 | -1/+5 |
| | |||||
* | Signal queuing tweak. | Bart Schaefer | 2001-05-17 | 2 | -0/+10 |
| | |||||
* | 14362: more modprobe stuff | Clint Adams | 2001-05-16 | 2 | -2/+21 |
| | |||||
* | 14361: better modprobe completion | Clint Adams | 2001-05-16 | 2 | -3/+35 |
| |