Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-21 | Workaround rm -f hang on unwriteable file in Cygwin | Peter Stephenson | 2 | -2/+7 | |
2001-05-21 | add Test/E01options.ztst to .distfiles; fix ChangeLog for last options tests | Peter Stephenson | 2 | -1/+9 | |
2001-05-20 | ChangeLog entry ofr 14396 | Peter Stephenson | 1 | -0/+8 | |
2001-05-20 | Handle line wrapping in ZTST_hashmark. | Bart Schaefer | 2 | -0/+5 | |
2001-05-20 | 14401: workaround for script execution under Cygwin | Andrey Borzenkov | 8 | -14/+22 | |
2001-05-20 | last half of 14390 | Wayne Davison | 1 | -0/+5 | |
2001-05-20 | Added some array-assignment boundary checks. | Wayne Davison | 1 | -2/+7 | |
2001-05-19 | Fix, test and comment unsetting and resetting of special tied parameters | Peter Stephenson | 3 | -1/+37 | |
2001-05-19 | tweaked comments | Peter Stephenson | 1 | -2/+2 | |
2001-05-19 | 14389 | Wayne Davison | 1 | -0/+6 | |
2001-05-19 | Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line. | Wayne Davison | 1 | -3/+4 | |
Also, don't call addhistnode() on a HIST_TMPSTORE entry. | |||||
2001-05-19 | The function addhistnode() is no longer called for a HIST_TMPSTORE | Wayne Davison | 1 | -2/+2 | |
entry, so I removed the checking for that flag. Also, freehistdata() now avoids calling removehashnode() on a HIST_TMPSTORE entry. | |||||
2001-05-19 | Fix re-set of integer special params after unset. | Bart Schaefer | 3 | -16/+15 | |
2001-05-18 | More options tests: finished properly this time | Peter Stephenson | 1 | -3/+8 | |
2001-05-18 | More options tests and a ztst.zsh fix for ksharrays | Peter Stephenson | 2 | -3/+404 | |
2001-05-18 | Tweak zmodload tests, fix fd 8. | Bart Schaefer | 3 | -4/+12 | |
2001-05-18 | fix zmodload -uf for not-yet-loaded function | Peter Stephenson | 2 | -3/+10 | |
2001-05-18 | try to make ${(e)..} work for complicated parameter expansions in the value; ↵ | Sven Wischnowsky | 2 | -2/+20 | |
this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381) | |||||
2001-05-18 | Add zmodload tests. | Bart Schaefer | 3 | -1/+152 | |
2001-05-18 | 14378: more programs that process .tex | Clint Adams | 2 | -1/+6 | |
2001-05-17 | * 14377: Completion/Unix/Command/_cvs: support new .cvspass format | Tanaka Akira | 2 | -1/+6 | |
introduced by cvs-1.11.1. | |||||
2001-05-17 | typo with compset in _lp | Peter Stephenson | 2 | -1/+5 | |
2001-05-17 | Signal queuing tweak. | Bart Schaefer | 2 | -0/+10 | |
2001-05-16 | 14362: more modprobe stuff | Clint Adams | 2 | -2/+21 | |
2001-05-16 | 14361: better modprobe completion | Clint Adams | 2 | -3/+35 | |
2001-05-16 | more fixage for expansion: just convert the command line to the original ↵ | Sven Wischnowsky | 2 | -6/+30 | |
when expansion shouldn't or couldn't do something sensible on the line (14359) | |||||
2001-05-15 | 14357 | Wayne Davison | 1 | -0/+5 | |
2001-05-15 | Added HIST_TMPSTORE define. | Wayne Davison | 1 | -0/+1 | |
2001-05-15 | + Changed histreduceblanks() to preserve spaces at the start of the | Wayne Davison | 1 | -14/+30 | |
line when HISTIGNORESPACE is set. + Flag a history entry with HIST_TMPSTORE when should_ignore_line() returns true (instead of dropping it from the history immediately). + Get rid of old HIST_TMPSTORE entries when a new command is entered. + The hist-file-reading code now handles destroying a foreign duplicate (when marked as duplicate by addhistnode()). | |||||
2001-05-15 | Changed addhistnode() to not displace an already-hashed command with | Wayne Davison | 1 | -2/+3 | |
one that is marked HIST_TMPSTORE. Also changed the function to not ever destroy the entry we're currently adding (the caller now destroys the newly-added entry, if it so desires). | |||||
2001-05-15 | Mention how ignored history lines are not dropped immediately. | Wayne Davison | 1 | -6/+16 | |
2001-05-15 | fix bug where /sbin/lsmod was redirected in instead of being run (14355) | Oliver Kiddle | 2 | -5/+9 | |
2001-05-15 | (14350) | Sven Wischnowsky | 3 | -10/+57 | |
2001-05-15 | 14348: fix globalexport with typeset -g | Peter Stephenson | 2 | -1/+6 | |
2001-05-15 | calculate the length of the region to map (for mapped zwc files) correctly, ↵ | Sven Wischnowsky | 2 | -4/+12 | |
including the offset-page-boundary-adjustment (14346) | |||||
2001-05-15 | 14341: modprobe -r / rmmod completion | Clint Adams | 3 | -1/+52 | |
2001-05-14 | 14330: handle quotes better in _most_recent_file | Peter Stephenson | 2 | -7/+14 | |
2001-05-14 | set list_pipe_job only for real pipelines (14327) | Sven Wischnowsky | 2 | -1/+5 | |
2001-05-11 | 14314: writing const variable under cygwin | Peter Stephenson | 2 | -3/+5 | |
2001-05-11 | 14313: New options tests | Peter Stephenson | 3 | -1/+186 | |
2001-05-10 | 14304 | Wayne Davison | 1 | -0/+5 | |
2001-05-10 | Fixed an obscure local-history bug that could make the "history" | Wayne Davison | 1 | -4/+3 | |
command output something that was slightly wrong. (14304) | |||||
2001-05-10 | users/3872: rename inet_* routines to avoid clash with Solaris 7 headers. | Andrey Borzenkov | 2 | -32/+57 | |
2001-05-10 | * 14295: Completion/Unix/Command/_cvs: support new cvs subcommands | Tanaka Akira | 2 | -2/+36 | |
`rannotate' and `rlog' introduced by cvs-1.11.1. | |||||
2001-05-10 | barf if a empty string is given as one of the separators for _values (14293) | Sven Wischnowsky | 2 | -1/+6 | |
2001-05-10 | More cleanup of 14275+14290. | Bart Schaefer | 2 | -3/+10 | |
2001-05-10 | Tweak 14275. | Bart Schaefer | 2 | -1/+6 | |
2001-05-09 | update; in particular enable new style completion from ex. startup file (14283) | Oliver Kiddle | 3 | -37/+77 | |
2001-05-09 | complete only files that can be chowned (14282) | Oliver Kiddle | 2 | -4/+21 | |
2001-05-09 | insert redirection operators when expanding after one (14281) | Oliver Kiddle | 2 | -11/+17 | |