about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Version 4.0.1-pre-5 zsh-4.0.1-pre-5Peter Stephenson2001-05-211-2/+2
|
* Workaround rm -f hang on unwriteable file in CygwinPeter Stephenson2001-05-212-2/+7
|
* add Test/E01options.ztst to .distfiles; fix ChangeLog for last options testsPeter Stephenson2001-05-212-1/+9
|
* ChangeLog entry ofr 14396Peter Stephenson2001-05-201-0/+8
|
* Handle line wrapping in ZTST_hashmark.Bart Schaefer2001-05-202-0/+5
|
* 14401: workaround for script execution under CygwinAndrey Borzenkov2001-05-208-14/+22
|
* last half of 14390Wayne Davison2001-05-201-0/+5
|
* Added some array-assignment boundary checks.Wayne Davison2001-05-201-2/+7
|
* Fix, test and comment unsetting and resetting of special tied parametersPeter Stephenson2001-05-193-1/+37
|
* tweaked commentsPeter Stephenson2001-05-191-2/+2
|
* 14389Wayne Davison2001-05-191-0/+6
|
* Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line.Wayne Davison2001-05-191-3/+4
| | | | Also, don't call addhistnode() on a HIST_TMPSTORE entry.
* The function addhistnode() is no longer called for a HIST_TMPSTOREWayne Davison2001-05-191-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 Schaefer2001-05-193-16/+15
|
* More options tests: finished properly this timePeter Stephenson2001-05-181-3/+8
|
* More options tests and a ztst.zsh fix for ksharraysPeter Stephenson2001-05-182-3/+404
|
* Tweak zmodload tests, fix fd 8.Bart Schaefer2001-05-183-4/+12
|
* fix zmodload -uf for not-yet-loaded functionPeter Stephenson2001-05-182-3/+10
|
* try to make ${(e)..} work for complicated parameter expansions in the value; ↵Sven Wischnowsky2001-05-182-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 Schaefer2001-05-183-1/+152
|
* 14378: more programs that process .texClint Adams2001-05-182-1/+6
|
* * 14377: Completion/Unix/Command/_cvs: support new .cvspass formatTanaka Akira2001-05-172-1/+6
| | | | introduced by cvs-1.11.1.
* typo with compset in _lpPeter Stephenson2001-05-172-1/+5
|
* Signal queuing tweak.Bart Schaefer2001-05-172-0/+10
|
* 14362: more modprobe stuffClint Adams2001-05-162-2/+21
|
* 14361: better modprobe completionClint Adams2001-05-162-3/+35
|
* more fixage for expansion: just convert the command line to the original ↵Sven Wischnowsky2001-05-162-6/+30
| | | | when expansion shouldn't or couldn't do something sensible on the line (14359)
* 14357Wayne Davison2001-05-151-0/+5
|
* Added HIST_TMPSTORE define.Wayne Davison2001-05-151-0/+1
|
* + Changed histreduceblanks() to preserve spaces at the start of theWayne Davison2001-05-151-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()).
* Changed addhistnode() to not displace an already-hashed command withWayne Davison2001-05-151-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).
* Mention how ignored history lines are not dropped immediately.Wayne Davison2001-05-151-6/+16
|
* fix bug where /sbin/lsmod was redirected in instead of being run (14355)Oliver Kiddle2001-05-152-5/+9
|
* (14350)Sven Wischnowsky2001-05-153-10/+57
|
* 14348: fix globalexport with typeset -gPeter Stephenson2001-05-152-1/+6
|
* calculate the length of the region to map (for mapped zwc files) correctly, ↵Sven Wischnowsky2001-05-152-4/+12
| | | | including the offset-page-boundary-adjustment (14346)
* 14341: modprobe -r / rmmod completionClint Adams2001-05-153-1/+52
|
* 14330: handle quotes better in _most_recent_filePeter Stephenson2001-05-142-7/+14
|
* set list_pipe_job only for real pipelines (14327)Sven Wischnowsky2001-05-142-1/+5
|
* 14314: writing const variable under cygwinPeter Stephenson2001-05-112-3/+5
|
* 14313: New options testsPeter Stephenson2001-05-113-1/+186
|
* 14304Wayne Davison2001-05-101-0/+5
|
* Fixed an obscure local-history bug that could make the "history"Wayne Davison2001-05-101-4/+3
| | | | command output something that was slightly wrong. (14304)
* users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.Andrey Borzenkov2001-05-102-32/+57
|
* * 14295: Completion/Unix/Command/_cvs: support new cvs subcommandsTanaka Akira2001-05-102-2/+36
| | | | `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 Wischnowsky2001-05-102-1/+6
|
* More cleanup of 14275+14290.Bart Schaefer2001-05-102-3/+10
|
* Tweak 14275.Bart Schaefer2001-05-102-1/+6
|
* update; in particular enable new style completion from ex. startup file (14283)Oliver Kiddle2001-05-093-37/+77
|
* complete only files that can be chowned (14282)Oliver Kiddle2001-05-092-4/+21
|