summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-1122415Wayne Davison1-0/+5
2006-04-11Use the --info-dir option with install-info instead of --dir-file.Wayne Davison1-1/+1
2006-04-0922409: fix --disable-multibyte patternsPeter Stephenson2-5/+6
2006-04-0922408: support for multibyte characters in patternsPeter Stephenson8-417/+587
2006-04-0922407: zsh-mime-handler now needs NULL_GLOBPeter Stephenson2-1/+6
2006-04-06tweak pattern matching for execute-as-isPeter Stephenson2-4/+22
2006-04-0622404: completion for cowsayClint Adams2-0/+33
2006-04-0522394, 22043: execute-as-is style for MIME suffixesPeter Stephenson3-0/+29
2006-04-0522393, 22402: use-ip and known-hosts-files stylesPeter Stephenson3-7/+51
2006-04-0522375: doc for ${(0)...} splittingPeter Stephenson2-0/+8
2006-04-0522392: completion for ladspa's analysepluginClint Adams2-0/+30
2006-03-29users/10107: shell ignores SIGQUITPeter Stephenson2-0/+5
2006-03-2822390Wayne Davison1-0/+5
2006-03-28Fixed a typo.Wayne Davison1-1/+1
2006-03-28My improved version of the _bzr script taken from the bzr.devWayne Davison1-8/+321
repository (from contrib/zsh/_bzr).
2006-03-27Patch for part of sourceforge bug #1262954.Wayne Davison1-0/+5
2006-03-27Fixed a compilation problem when HAVE_GETRUSAGE is definedWayne Davison1-4/+13
but HAVE_WAIT3. See the sourceforge bug report: https://sourceforge.net/tracker/?func=detail&atid=104068&aid=1262954&group_id=4068
2006-03-26users/10087: no aliases for case of "in" in "case"Peter Stephenson2-0/+15
2006-03-2622386: fix acroread version detection according to Bart's 22385.Clint Adams2-2/+7
2006-03-25Fixed undefined function reference (zwarnname() should have beenWayne Davison1-0/+5
zwarnnam()).
2006-03-25Fixed call to undefined function zwarnname() instead of zwarnnam().Wayne Davison1-1/+1
2006-03-2222375, 22376: ${(0)...} splits on NULL bytePeter Stephenson2-0/+12
2006-03-2122638: MACHINES: IRIXPeter Stephenson5-6/+37
users/10047: zle widget -K keymap
2006-03-20thinko fixClint Adams2-2/+2
2006-03-2022371: use only alphanumerics and underscores as word characters with vi ↵Clint Adams3-13/+21
bindings.
2006-03-2022360, 22365: support version 2 of YodlPeter Stephenson24-147/+217
2006-03-1722366: better handling for multibyte-character-containing words in vi widgets.Clint Adams2-12/+17
2006-03-1722364: add 'nice' and 'rt_priority' rlimits (NICE and RTPRIO).Clint Adams2-0/+7
2006-03-1622349: completion for nautilus.Clint Adams2-0/+18
2006-03-13Got rid of a compiler warning.Wayne Davison1-2/+6
2006-03-13- Got rid of one compiler warning about a clobbered variable.Wayne Davison1-2/+3
- Split a line that had two statements on it (looked like an accidental joining).
2006-03-13users/10013: fix use of zshall in helpfilesPeter Stephenson2-6/+11
2006-03-09users/10007Wayne Davison1-0/+3
2006-03-09Added missing <D> for HIST_SAVE_BY_COPY.Wayne Davison1-1/+1
2006-03-0922335Wayne Davison1-0/+5
2006-03-09Fix some compiler warnings and ensure that zmod gets restoredWayne Davison1-7/+3
properly in bin_zle_call().
2006-03-0822337: debugging code omitted from 22331Peter Stephenson2-1/+5
2006-03-0822301Wayne Davison1-0/+3
2006-03-08Briefly enable aliases for one of the evals so that the expansionWayne Davison1-0/+2
of a $(...) or `...` properly uses normal and global aliases.
2006-03-0722271Wayne Davison1-0/+4
2006-03-07Use the new "flags" integer to get rid of the mult_isarr global.Wayne Davison1-55/+34
2006-03-07Initialize the new "flags" integer when creating a list.Wayne Davison2-0/+4
2006-03-0722331 and an extra change.Wayne Davison1-0/+17
2006-03-07Changed struct listnode to use "prev" for the previous pointer,Wayne Davison2-24/+24
not "last".
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison34-1066/+1043
2006-03-0722328, modified: add -o option to compaddPeter Stephenson8-10/+149
add _list_files helper to handle new file-list style for _path_files
2006-03-07unposted: version is on 4.3.2-dev-1Peter Stephenson2-2/+7
2006-03-07Tweaked a couple comments.Wayne Davison1-2/+2
2006-03-0622321: optimize 22318.Bart Schaefer4-17/+41
2006-03-06users/1097: rehash style for external commandsPeter Stephenson3-1/+16