summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-0322812: utilize _bind_addresses in existing completion functions.Clint Adams5-5/+10
2006-10-0322811: helper function to give local IP addresses to which a program might ↵Clint Adams2-0/+19
bind a socket.
2006-10-0322810: fix malformed --encrypt-to lineClint Adams2-1/+4
2006-10-03oopsClint Adams1-2/+2
2006-10-032280x: handle internationalized output and choices within brackets.Clint Adams3-4/+8
2006-10-0222804: Mikael Magnusson: allow zero-length narrow-to-region rangePeter Stephenson3-5/+11
2006-10-0122803: updates for dchroot and schroot completion, and new completion for ↵Clint Adams4-29/+74
dchroot-dsa.
2006-09-3022800: put quotes around "$@".Clint Adams4-7/+12
2006-09-3022799: change _fusermount to use _fuse_values and _canonical_paths.Clint Adams2-15/+20
2006-09-3022798: _bittorrent cleanup and fixes.Clint Adams2-46/+52
2006-09-3022797: generic FUSE completion support functions.Clint Adams3-0/+127
2006-09-3022796: fix misspelling of IPREFIX.Clint Adams2-1/+4
2006-09-3022795: handle https urls.Clint Adams2-2/+5
2006-09-3022794: completion for acpitool.Clint Adams3-0/+90
2006-09-30fix thinko in 22787Andrey Borzenkov2-2/+8
2006-09-29Vin Shelton: 22789: 22783 broke .zshenvPeter Stephenson2-8/+14
2006-09-2922787: fix calling convention of pattern_matchAndrey Borzenkov2-62/+80
2006-09-2822783: Frank Terbeck: don't load zsh/newuser unless interactivePeter Stephenson2-1/+6
2006-09-2722780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson5-30/+59
2006-09-2722778: basic completion for locatePeter Stephenson4-3/+128
unposted: fix todo.sh search completion
2006-09-2322765: rename some MB_ macros to WC_ for consistency.Peter Stephenson5-12/+18
2006-09-2322761: fix compdescrie for multibyte charactersAndrey Borzenkov3-58/+134
2006-09-23fix typoAndrey Borzenkov1-1/+1
2006-09-23revert 22758 and add LC_NUMERIC and LC_MESSAGESAndrey Borzenkov5-13/+11
to test harness instead
2006-09-2222758: fix tests by setting locale to CAndrey Borzenkov4-2/+19
2006-09-2122752: improved introduction to completionPeter Stephenson4-26/+125
2006-09-2122739: arno: different test for theme in prompt -cPeter Stephenson2-1/+4
2006-09-2122753: minor character bugs spotted on CygwinPeter Stephenson4-4/+12
2006-09-20users/10748: improve a couple of minor things in compsys docPeter Stephenson2-13/+12
2006-09-20unposted: add p4d and some undoc suppport in _perforcePeter Stephenson2-9/+88
2006-09-2022742: parameter padding uses string lengths unless (m) flag setPeter Stephenson6-39/+110
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
2006-09-18operator precedence fixClint Adams2-2/+2
2006-09-1722728: $functrace parameter for function backtraces.Clint Adams6-1/+49
2006-09-1722729: trunction in computil.c did't handle multibyte charactersPeter Stephenson2-2/+19
2006-09-1722727: "use 'exit' to exit" was suboptimalPeter Stephenson3-2/+22
2006-09-1622721: add pdf target to top Makefile.inAndrey Borzenkov2-1/+5
2006-09-15unposted: spacing fixClint Adams1-2/+2
2006-09-15unposted: replace elided colonClint Adams1-1/+1
2006-09-1522719: check for RLIMIT_NICE and RTLIMIT_RTPRIO so 22718 will work.Clint Adams2-0/+5
2006-09-1522718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.Clint Adams2-0/+27
2006-09-15zsh-users/10720: a couple of checkmail fixesPeter Stephenson1-1/+2
2006-09-1522715: AUTOCONTINUE option never worked.Peter Stephenson2-8/+18
2006-09-1522713: word end in math completion context was screwyPeter Stephenson2-1/+4
2006-09-15assume width 1 for control characters;Peter Stephenson6-98/+134
don't crash if width of repeated padding string is 0
2006-09-1422692: additional notes on a couple of parameter expansion featuresPeter Stephenson2-0/+23
2006-09-1322705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson8-130/+440
2006-09-1322704: new completion for todo.shPeter Stephenson2-0/+110
2006-09-1222689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson3-2/+26
2006-09-11unposted: Mikael Magnusson: typos in sched docPeter Stephenson2-2/+6
2006-09-1122686: unset array if assigning numeric parameterPeter Stephenson3-41/+43