summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-2522031: new git completionPeter Stephenson2-0/+1351
2005-11-2522027: more zsh-newuser-install fixesPeter Stephenson3-42/+101
22028: WARN_CREATE_GLOBAL overeager with temporarily set variables
2005-11-2522022: completion for dchrootOliver Kiddle1-6/+10
2005-11-2522022: completion for dchrootOliver Kiddle2-0/+22
2005-11-2422021: back-to-back Unicode insertions didn't work.Peter Stephenson2-1/+9
2005-11-2422018: minor newuser tweaksPeter Stephenson3-3/+6
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson9-16/+133
2005-11-2322013: initial go at a working zsh-newuser-installPeter Stephenson5-37/+1098
2005-11-2222012: completion for mergechanges.Clint Adams2-0/+10
2005-11-2222011: Mårten Svantesson <msv@kth.se>: cvs -R is generally availablePeter Stephenson2-6/+7
2005-11-2122009: another double-width character fixPeter Stephenson2-0/+11
2005-11-19Belated commit of 21994: fix option-argument semantics in sed completion.Bart Schaefer2-4/+10
2005-11-18users/9690Wayne Davison1-0/+4
2005-11-18Make the new completion handle multile names per "Host" directiveWayne Davison1-3/+8
and elide names that contain wildcards.
2005-11-18Got rid of two unneeded casts in zle_tricky.c.Wayne Davison1-0/+4
2005-11-18Got rid of two unneeded "(char *)" casts.Wayne Davison1-2/+2
2005-11-18users/9688: improved _ssh_hosts from Hanna KoivistoPeter Stephenson2-3/+23
2005-11-1722005: completion for flasher utility for Nokia 770 Internet Tablet.Clint Adams2-0/+34
2005-11-15Got rid of some compiler warnings about comparisons between signedWayne Davison2-5/+9
and unsigned variables.
2005-11-1522001: removing forced casts for unsigned<->signed char pointers.Wayne Davison1-0/+10
2005-11-15Changed zlelineasstring() and zlegetline() to each return a normal charWayne Davison1-29/+25
pointer, not an unsigned char pointer. Changed stringaszleline() to take a normal char pointer for its first arg. Got rid of some unsigned-char/char pointer casts.
2005-11-15Changed zlemetaline into a normal char pointer, not unsigned char.Wayne Davison1-39/+35
Got rid of some unsigned-char/char pointer casts.
2005-11-15Changed zleread() to return a normal char pointer, not unsigned char.Wayne Davison1-8/+7
Got rid of some unsigned-char/char pointer casts.
2005-11-15The non-multibyte version of ZWS() doesn't need to force a cast anymore.Wayne Davison1-2/+2
2005-11-15Changed ztrcmp() to take normal char pointers, not unsigned char.Wayne Davison1-17/+19
2005-11-15Changed two zle functions to each return a char pointer, not anWayne Davison2-5/+5
unsigned char pointer.
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison11-112/+86
2005-11-13fix completion of -F optionOliver Kiddle2-1/+5
2005-11-1122000: completion for totdconfig.Clint Adams2-0/+16
2005-11-1121999: completion for certtool and srptoolClint Adams2-1/+65
2005-11-1121998: completion for gnutls-cli and gnutls-cli-debugClint Adams2-0/+72
2005-11-0721990: completion for tpkg-debarch, tpkg-install, tpkg-install-libc, ↵Clint Adams2-0/+13
tpkg-make, and tpkg-update.
2005-11-0721989: completion for dpkg-cross.Clint Adams2-0/+27
2005-11-07unposted: note roadmap in NEWSPeter Stephenson2-0/+6
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson11-59/+229
21986: rewrite completion suffixes for wide characters
2005-11-06Scott Murray: users/9648: new _yum completionPeter Stephenson3-0/+276
2005-11-0621988: fix "simulare" typo.Clint Adams2-1/+4
2005-11-0621987: completion for cplay.Clint Adams2-0/+13
2005-11-04Fixed several typos.Wayne Davison1-13/+13
2005-11-04users/9618, modified: :G for global substution modifierPeter Stephenson3-8/+48
2005-11-0221978: unmetafy file nameAndrey Borzenkov2-2/+7
2005-11-0221974: memory leak with tied parametersPeter Stephenson2-1/+8
2005-11-02users/9610: handle digit argument when copying wordsPeter Stephenson2-11/+32
2005-11-0221973: typo caused digitargument() not to workPeter Stephenson2-2/+7
2005-11-0121971: multibyte version of pfxlen()Peter Stephenson3-3/+48
2005-11-01users/9604: enhance run-help to strip quotesPeter Stephenson2-1/+11
2005-11-0121967: add ${(#)...} substitutionPeter Stephenson3-0/+53
2005-11-01I just noticed that zsh's default icntrl() macro returns true forWayne Davison1-3/+3
chars 128 - 159, so the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" code needed to be updated to reflect this.
2005-11-0121949 with a few extra changes.Wayne Davison1-0/+6
2005-11-01- One minor change to handle the ZLE_STRING_T change.Wayne Davison1-13/+5
- A few brace-position twiddles.