about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 22018: minor newuser tweaksPeter Stephenson2005-11-243-3/+6
* 22014: argument-base, insert-unicode-charPeter Stephenson2005-11-249-16/+133
* 22013: initial go at a working zsh-newuser-installPeter Stephenson2005-11-235-37/+1098
* 22012: completion for mergechanges.Clint Adams2005-11-222-0/+10
* 22011: MÃ¥rten Svantesson <msv@kth.se>: cvs -R is generally availablePeter Stephenson2005-11-222-6/+7
* 22009: another double-width character fixPeter Stephenson2005-11-212-0/+11
* Belated commit of 21994: fix option-argument semantics in sed completion.Bart Schaefer2005-11-192-4/+10
* users/9690Wayne Davison2005-11-181-0/+4
* Make the new completion handle multile names per "Host" directiveWayne Davison2005-11-181-3/+8
* Got rid of two unneeded casts in zle_tricky.c.Wayne Davison2005-11-181-0/+4
* Got rid of two unneeded "(char *)" casts.Wayne Davison2005-11-181-2/+2
* users/9688: improved _ssh_hosts from Hanna KoivistoPeter Stephenson2005-11-182-3/+23
* 22005: completion for flasher utility for Nokia 770 Internet Tablet.Clint Adams2005-11-172-0/+34
* Got rid of some compiler warnings about comparisons between signedWayne Davison2005-11-152-5/+9
* 22001: removing forced casts for unsigned<->signed char pointers.Wayne Davison2005-11-151-0/+10
* Changed zlelineasstring() and zlegetline() to each return a normal charWayne Davison2005-11-151-29/+25
* Changed zlemetaline into a normal char pointer, not unsigned char.Wayne Davison2005-11-151-39/+35
* Changed zleread() to return a normal char pointer, not unsigned char.Wayne Davison2005-11-151-8/+7
* The non-multibyte version of ZWS() doesn't need to force a cast anymore.Wayne Davison2005-11-151-2/+2
* Changed ztrcmp() to take normal char pointers, not unsigned char.Wayne Davison2005-11-151-17/+19
* Changed two zle functions to each return a char pointer, not anWayne Davison2005-11-152-5/+5
* Got rid of some unsigned-char/char pointer casts.Wayne Davison2005-11-1511-112/+86
* fix completion of -F optionOliver Kiddle2005-11-132-1/+5
* 22000: completion for totdconfig.Clint Adams2005-11-112-0/+16
* 21999: completion for certtool and srptoolClint Adams2005-11-112-1/+65
* 21998: completion for gnutls-cli and gnutls-cli-debugClint Adams2005-11-112-0/+72
* 21990: completion for tpkg-debarch, tpkg-install, tpkg-install-libc, tpkg-mak...Clint Adams2005-11-072-0/+13
* 21989: completion for dpkg-cross.Clint Adams2005-11-072-0/+27
* unposted: note roadmap in NEWSPeter Stephenson2005-11-072-0/+6
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-0711-59/+229
* Scott Murray: users/9648: new _yum completionPeter Stephenson2005-11-063-0/+276
* 21988: fix "simulare" typo.Clint Adams2005-11-062-1/+4
* 21987: completion for cplay.Clint Adams2005-11-062-0/+13
* Fixed several typos.Wayne Davison2005-11-041-13/+13
* users/9618, modified: :G for global substution modifierPeter Stephenson2005-11-043-8/+48
* 21978: unmetafy file nameAndrey Borzenkov2005-11-022-2/+7
* 21974: memory leak with tied parametersPeter Stephenson2005-11-022-1/+8
* users/9610: handle digit argument when copying wordsPeter Stephenson2005-11-022-11/+32
* 21973: typo caused digitargument() not to workPeter Stephenson2005-11-022-2/+7
* 21971: multibyte version of pfxlen()Peter Stephenson2005-11-013-3/+48
* users/9604: enhance run-help to strip quotesPeter Stephenson2005-11-012-1/+11
* 21967: add ${(#)...} substitutionPeter Stephenson2005-11-013-0/+53
* I just noticed that zsh's default icntrl() macro returns true forWayne Davison2005-11-011-3/+3
* 21949 with a few extra changes.Wayne Davison2005-11-011-0/+6
* - One minor change to handle the ZLE_STRING_T change.Wayne Davison2005-11-011-13/+5
* - Changed a couple pointers from "char *" to "unsigned char *" inWayne Davison2005-11-011-19/+16
* - Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" codeWayne Davison2005-11-011-13/+5
* - A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.Wayne Davison2005-11-011-20/+11
* Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerlyWayne Davison2005-11-011-4/+4
* Changed zle_text to a "char *" to match the new ZLE_STRING_T.Wayne Davison2005-11-011-2/+2