about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Renamed shouldIgnoreLine() to should_ignore_line().Wayne Davison2000-07-201-2/+2
|
* Put reordered log entry back and corrected the date.Wayne Davison2000-07-201-4/+4
|
* Reorder the changelog.Chmouel Boudjnah2000-07-201-4/+4
|
* 12239: prefer curses to termcap on solarisPeter Stephenson2000-07-202-2/+8
|
* Discard stderr of a command subst.Bart Schaefer2000-07-202-3/+7
|
* Fix bad conflict resolution.Bart Schaefer2000-07-201-368/+0
|
* Comments for 12323.Wayne Davison2000-07-201-0/+4
|
* Support "builtin" in the HIST_NO_STORE check.Wayne Davison2000-07-201-3/+6
|
* Get also /usr/share/man.Chmouel Boudjnah2000-07-192-1/+373
|
* Comments for 12318.Wayne Davison2000-07-191-0/+11
|
* Mention the space-starting-alias feature in HIST_IGNORE_SPACE.Wayne Davison2000-07-191-1/+2
|
* Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), andWayne Davison2000-07-191-25/+47
| | | | | added the shouldIgnoreLine() function that hend() now calls to figure out if it needs to save the line or not.
* Call hend() with a NULL arg.Wayne Davison2000-07-191-1/+1
|
* Pass the new Eprog argument to hend().Wayne Davison2000-07-191-2/+2
|
* Removed call to remhist().Wayne Davison2000-07-192-4/+0
|
* If an alias starts with a space, set aliasspaceflag to 1 instead ofWayne Davison2000-07-191-3/+2
| | | | calling remhist().
* Define aliasspaceflag, and init it in parse_event().Wayne Davison2000-07-191-1/+5
|
* a bit of security for a VARARR() (12314)Sven Wischnowsky2000-07-192-1/+5
|
* 12313: bad phrasing in metafaqPeter Stephenson2000-07-192-3/+5
|
* 12308: Andrej and pws: _man formats, againPeter Stephenson2000-07-192-3/+12
|
* don't let duplicate matches keep us from recognising exact matches if they ↵Sven Wischnowsky2000-07-182-1/+7
| | | | produce the same string on the line (12297)
* Comments for 12295.Wayne Davison2000-07-181-0/+7
|
* Changed several references to curhist into curline.histnum so thatWayne Davison2000-07-181-5/+7
| | | | | they would work right even if we didn't store the current command in the history.
* + Got rid of the spaceflag variable.Wayne Davison2000-07-181-11/+8
| | | | | | | | | | + Make sure that the curline.histnum variable is accurate at the end of our history processing, even if we read in some foreign history and/or if we replaced the prior line because it was a duplicate of the current one. This enables the history (fc -l) command to work properly, even if the current command was HIST_NO_SPACE-ed away. + Don't allow remhist() to remove the last line in the history if we didn't store the current command.
* Removed the spaceflag variable.Wayne Davison2000-07-182-32/+41
|
* fix date.Tanaka Akira2000-07-171-1/+1
|
* * 12274: Test/53completion.ztst, Test/55arguments.ztst,Tanaka Akira2000-07-174-98/+150
| | | | Test/.distfiles: separates _arguments tests.
* 3.1.9-dev-3 zsh-3.1.9-dev-3Peter Stephenson2000-07-172-2/+6
|
* don't treat non-option arguments as options (12266)Sven Wischnowsky2000-07-172-1/+6
|
* Added comment for patch 12265.Wayne Davison2000-07-171-1/+7
|
* Fix the gethistent() function and enhanced the reliability of theWayne Davison2000-07-171-9/+14
| | | | SHARE_HISTORY option.
* Comments for 12260.Wayne Davison2000-07-161-0/+4
|
* Got rid of a bogus email address for me.Wayne Davison2000-07-161-1/+1
|
* + Needed to call unmeta() in a few spots that used the HISTFILE name.Wayne Davison2000-07-161-20/+36
| | | | | | + The non-HAVE_LINK code in lockhistfile() was broken in a number of ways. + Added an extra unlink() call to the HAVE_LINK code in lockhistfile() since (Linix at least says that) O_EXCL over NFS is broken.
* 12247: internal hostnam variable removed in favour of $HOSTPeter Stephenson2000-07-134-7/+14
|
* condition parsing with (z) flagSven Wischnowsky2000-07-132-0/+7
|
* 12242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson2000-07-133-171/+348
| | | | use negative integers in prompt to count from other end of string
* fix for _arguments with single-letter options: recognize option-strings with ↵Sven Wischnowsky2000-07-133-4/+13
| | | | multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241)
* fix zle widget -n num with num>9 (12238)Sven Wischnowsky2000-07-132-35/+218
|
* slightly improved (z) flag for parsing conditions; recognising glob flags in ↵Sven Wischnowsky2000-07-133-8/+22
| | | | conditions still doesn't work (12237)
* Delete stray "a".Bart Schaefer2000-07-121-1/+1
|
* 12231: fix compinstall list-prompt settingPeter Stephenson2000-07-122-8/+10
|
* fix for list-prompt docs (12229)Sven Wischnowsky2000-07-122-1/+4
|
* fix for (z) flag, don't take # as comment (12228)Sven Wischnowsky2000-07-123-4/+10
|
* 12227: select-prompt handled by compinstallPeter Stephenson2000-07-122-5/+37
|
* don't start menu selection with only select=long (12226)Sven Wischnowsky2000-07-122-10/+19
|
* check if options were completed (12225)Sven Wischnowsky2000-07-122-1/+7
|
* 12222: handle EINTR for multios helper processesPeter Stephenson2000-07-111-2/+16
|
* 12220: message for missing autoload functionPeter Stephenson2000-07-112-0/+8
|
* Complete all process IDs for root in _killall, as suggested in 12202 et al.Bart Schaefer2000-07-102-1/+7
|