| Commit message (Expand) | Author | Age | Files | Lines |
* | 23725: use setenv()/unsetenv() for environment memory management | Peter Stephenson | 2007-07-30 | 5 | -7/+88 |
* | 23720: handle arguments to dvips -P as part of the same word. | Clint Adams | 2007-07-29 | 2 | -1/+4 |
* | 23718: don't use _arguments -s. | Clint Adams | 2007-07-29 | 2 | -1/+5 |
* | 23714: handle dvips -G, -R, -u, -U, -v, -V, -y, and -z. | Clint Adams | 2007-07-28 | 2 | -0/+13 |
* | add (#cN,M) globbing flag | Peter Stephenson | 2007-07-27 | 5 | -8/+178 |
* | 23712: handle dvips -j. | Clint Adams | 2007-07-27 | 2 | -0/+5 |
* | 23702: fix installing executable scripts | Peter Stephenson | 2007-07-26 | 3 | -4/+10 |
* | attempt to remove executable permission, part 3 | Peter Stephenson | 2007-07-25 | 1 | -0/+6 |
* | attempt to remove executable permission, part 2 | Peter Stephenson | 2007-07-25 | 1 | -6/+0 |
* | unposted: force file to be non-executable | Peter Stephenson | 2007-07-25 | 1 | -1/+1 |
* | 23697: use -rdynamic where it seems to be available, not based on the value o... | Clint Adams | 2007-07-25 | 2 | -1/+12 |
* | 23696: x=x; x[-10]=y did bad things | Peter Stephenson | 2007-07-25 | 3 | -1/+27 |
* | 23694: fix =~ | Peter Stephenson | 2007-07-24 | 2 | -1/+6 |
* | 23693: _match completion tried to match the quoted form of filenames | Peter Stephenson | 2007-07-23 | 2 | -2/+29 |
* | 23691: declare local parameter scope for _arguments state. | Clint Adams | 2007-07-22 | 2 | -1/+9 |
* | Renato Botelho <rbgarga@gmail.com>: 23685: new FreeBSD completions | Peter Stephenson | 2007-07-20 | 4 | -0/+72 |
* | 23686: respect TIN_HOMEDIR environment variable. | Clint Adams | 2007-07-19 | 2 | -1/+6 |
* | 23682: module field renaming missed from 23665 | Peter Stephenson | 2007-07-17 | 2 | -2/+7 |
* | 23680: tests for 23671 | Peter Stephenson | 2007-07-13 | 2 | -0/+33 |
* | 23671: command not found handler | Peter Stephenson | 2007-07-13 | 3 | -0/+41 |
* | 23674: merge in git clone completion fixes from Nikolai Weibull's repository. | Clint Adams | 2007-07-12 | 2 | -3/+13 |
* | revert that | Clint Adams | 2007-07-12 | 6 | -58/+128 |
* | 23670: use getaddrinfo() and getnameinfo() instead of get*by* functions. | Clint Adams | 2007-07-12 | 6 | -128/+58 |
* | 23666: redirect stderr from apt-cache --generate pkgnames to /dev/null. | Clint Adams | 2007-07-06 | 2 | -1/+7 |
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 46 | -780/+1354 |
* | 23664: handle bts cache and cleancache subcommands. | Clint Adams | 2007-07-06 | 2 | -0/+17 |
* | 23660: fix numerical sorting of parameters + tests + documentation | Peter Stephenson | 2007-07-06 | 4 | -8/+18 |
* | 23658: ChangeLog entry missed out | Peter Stephenson | 2007-07-06 | 1 | -0/+5 |
* | unposted: improved calendar_lockfiles configuration | Peter Stephenson | 2007-07-06 | 2 | -4/+10 |
* | bad use of indices in _combination | Peter Stephenson | 2007-07-05 | 1 | -2/+10 |
* | 23655: merge in git instaweb completion from Nikolai Weibull's repository. | Clint Adams | 2007-07-05 | 2 | -1/+17 |
* | 23654: add completion for reprepro. | Clint Adams | 2007-07-05 | 3 | -18/+85 |
* | 23653: add completion for apt-get autoremove. | Clint Adams | 2007-07-04 | 2 | -1/+7 |
* | unposted: force latest version of files from vendor to main branch | Peter Stephenson | 2007-07-03 | 1 | -7/+7 |
* | unposted: force latest version of files from vendor to main branch | Peter Stephenson | 2007-07-03 | 25 | -194/+310 |
* | unposted: force latest aclocal.m4 from vendor to the main branch | Peter Stephenson | 2007-07-03 | 1 | -2/+27 |
* | 23645: use == instead of =. | Clint Adams | 2007-07-03 | 2 | -7/+17 |
* | 23644: merge in git remote completion from Nikolai Weibull's repository. | Clint Adams | 2007-07-03 | 2 | -1/+97 |
* | 23639: merge in git quiltimport completion from Nikolai Weibull's repository. | Clint Adams | 2007-07-02 | 2 | -1/+12 |
* | 23639: merge in git merge-tree completion from Nikolai Weibull's repository. | Clint Adams | 2007-07-02 | 2 | -1/+12 |
* | 23629: change references to "beta" to "dev" or "development". | Clint Adams | 2007-07-02 | 2 | -4/+9 |
* | Tomasz Pala: users/11599: _ip improvements | Peter Stephenson | 2007-07-01 | 2 | -5/+22 |
* | 23628: merge in from Nikolai Weibull's repository completion for git mktree. | Clint Adams | 2007-07-01 | 2 | -1/+10 |
* | 23627: merge in from Nikolai Weibull's repository fixes for git hash-object, ... | Clint Adams | 2007-07-01 | 2 | -3/+10 |
* | 23611: new completions for ldd and LD_DEBUG on Solaris and Linux | Oliver Kiddle | 2007-06-29 | 5 | -1/+78 |
* | 23610: merge in from Nikolai Weibull's repository git describe as well as fix... | Clint Adams | 2007-06-28 | 2 | -9/+37 |
* | fix typo of '23607' | Clint Adams | 2007-06-28 | 1 | -1/+1 |
* | 23609: merge in git clean completion from Nikolai Weibull's repository. | Clint Adams | 2007-06-28 | 2 | -1/+16 |
* | 23670: rationalise some linked list functions | Peter Stephenson | 2007-06-27 | 9 | -93/+84 |
* | 23606: make all module feature autoloads pass through one function | Peter Stephenson | 2007-06-26 | 4 | -293/+281 |