about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 22481: complete svn diff and resolved subcommands.Clint Adams2006-06-022-5/+42
|
* 22480: autoload math functions from zmathfuncdefPeter Stephenson2006-06-022-0/+31
|
* 22479: _arguments -s.Clint Adams2006-05-312-1/+5
|
* 22476Wayne Davison2006-05-311-0/+5
|
* Got rid of several compiler warnings about signed/unsigned problems byWayne Davison2006-05-311-14/+19
| | | | | | | switching patchar_t from wchar_t to wint_t (and renaming the typedef to patint_t in the process), changing two "int" variables into "patint_t" variables, and creating a PEOF define that uses either WEOF or EOF as an invalid character value instead of a literal -1.
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-3052-931/+937
|
* Made implied "int" on new static variable explicit (which silencesWayne Davison2006-05-301-1/+1
| | | | gcc).
* Option changes for _rsync.Wayne Davison2006-05-301-0/+5
|
* Option changes for the upcoming 2.6.9 release.Wayne Davison2006-05-301-1/+3
|
* 22473: tweak bad interpreter formattingPeter Stephenson2006-05-302-3/+11
|
* 22470: attempt to improve errno.h searchingPeter Stephenson2006-05-292-7/+20
|
* 10343: improve error message for bad #! linesPeter Stephenson2006-05-292-4/+16
|
* 22469: use _canonical_paths.Clint Adams2006-05-282-1/+5
|
* 22468: fixes and updates.Clint Adams2006-05-282-12/+69
|
* 22467: utility function which completes all paths given to it, and alsoClint Adams2006-05-282-0/+101
| | | | | tries to offer completions which point to the same file as one of the paths given.
* 22466: cope with autoconf 2.60 config.status syntax.Clint Adams2006-05-272-2/+6
|
* 22465: add datarootdir for substitution in order to cope with change in ↵Clint Adams2006-05-272-0/+6
| | | | autoconf CVS.
* 22464: bad recursion if error in prompt substitutionPeter Stephenson2006-05-262-4/+14
|
* 22454Wayne Davison2006-05-251-0/+5
|
* Hideki ONO's changes for *BSD.Wayne Davison2006-05-251-74/+127
|
* 22457, R. Ramkumar: fix buggy quoting of zstyle contexts.Clint Adams2006-05-252-3/+6
|
* 22456, R. Ramkumar: update for mpc 0.11.2.Clint Adams2006-05-252-0/+25
|
* 22455, R. Ramkumar: update for valgrind 3.1.1.Clint Adams2006-05-252-16/+44
|
* 22451: cross-reference ${^spec} in brace expansionPeter Stephenson2006-05-222-0/+12
|
* More _bzr improvements.Wayne Davison2006-05-201-0/+7
|
* Added a bunch more missing options, a few missing sub-commands,Wayne Davison2006-05-201-42/+92
| | | | | and a bunch of '=' specifiers to indicate that long-named args can be attached with '=' to their arg value.
* 22450: completion for tcptraceroute.Clint Adams2006-05-202-0/+25
|
* 22449: completion for tracepath and tracepath6.Clint Adams2006-05-202-0/+10
|
* 22448: typo retrieving $RBUFFER in completionPeter Stephenson2006-05-192-1/+7
|
* 22446: acknowledge that tags is an alias of tag.Clint Adams2006-05-182-2/+7
|
* Fix small but potentially confusing typo.Bart Schaefer2006-05-151-1/+1
|
* More _bzr completion improvements.Wayne Davison2006-05-121-0/+5
|
* - Unified the mv|move|rename completion (as happened in bzr).Wayne Davison2006-05-121-18/+23
| | | | | - Added resolved, bind, break-lock, reconcile, unbind, nick, init-repo, init-repository, uncommit, and sign-my-commits.
* 22440: _list_files loaded zsh/stat too earlyPeter Stephenson2006-05-124-5/+22
| | | | | unposted: document the use of stat builtin unposted: improve docs for $$ and $PPID
* Two more new subcommands for _bzr.Wayne Davison2006-05-061-1/+1
|
* Added missing checkout and update sub-commands.Wayne Davison2006-05-061-2/+10
|
* A couple minor _bzr improvements.Wayne Davison2006-05-051-0/+6
|
* - Fixed _bzr_completeParents to read the parent info from the rightWayne Davison2006-05-051-3/+10
| | | | | | file. - Separated the upgrade sub-command so that we can add its missing --format option.
* 22436: completion for OpenBSD paxClint Adams2006-05-022-0/+52
|
* 22435: completion for GNU comm.Clint Adams2006-04-302-0/+15
|
* 22434: completion for vserver.Clint Adams2006-04-292-0/+136
|
* 22433: add completion for --no-status option.Clint Adams2006-04-262-1/+7
|
* 22432: bug with backtracking over repeated single parameterhsPeter Stephenson2006-04-252-15/+22
|
* this one got missedPeter Stephenson2006-04-251-1/+1
|
* 22431: set WIDGET etc. more consistently when executing zle functionsPeter Stephenson2006-04-254-10/+21
|
* 22429: fix bug with pure string matchingPeter Stephenson2006-04-252-1/+4
|
* 22427: zle <widget> -w sets the environment for <widget>Peter Stephenson2006-04-253-5/+22
|
* users/10172: new zle command read-commandPeter Stephenson2006-04-234-0/+37
|
* unposted: improve recognition of parameter arguments in zmathfuncdefPeter Stephenson2006-04-232-1/+6
|
* Francisco Borges: users/10162: updated _aptitude.Clint Adams2006-04-232-3/+5
|