about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 21962Wayne Davison2005-11-011-0/+7
* - Changed a bunch of iblank() calls on zleline to use ZC_iblank().Wayne Davison2005-11-011-16/+16
* - In vireplacechars(), changed "ch" into a ZLE_INT_T.Wayne Davison2005-11-011-13/+10
* Changed iblank() calls on zleline to use ZC_iblank().Wayne Davison2005-11-011-1/+1
* - Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank,Wayne Davison2005-11-011-3/+13
* Changed some isdigit() calls to use idigit().Wayne Davison2005-11-012-8/+7
* - Added the wcsiblank() function for wide-char blank-checking thatWayne Davison2005-11-011-2/+12
* Added macros for iascii(), ilower(), iprint(), and iupper().Wayne Davison2005-11-011-0/+5
* Mention compiler-warning fixes.Wayne Davison2005-10-311-0/+4
* Fixed a compiler warning about a signed/unsigned comparison.Wayne Davison2005-10-311-3/+5
* Fixed some compiler warnings about signed/unsigned comparisons.Wayne Davison2005-10-312-5/+5
* In parse_cadef(), the variable name oargs was re-defined in an innerWayne Davison2005-10-311-2/+2
* Make more use of idigit().Wayne Davison2005-10-311-0/+6
* Use idigit() instead of range-checking '0' - '9'.Wayne Davison2005-10-314-9/+8
* 21960: put zcalc history file in ZDOTDIR if set.Clint Adams2005-10-312-1/+6
* unposted: minor tweaks to roadmapPeter Stephenson2005-10-302-8/+12
* 21957: more wide-character refresh stuffPeter Stephenson2005-10-302-103/+127
* 21954: work around /dev/fd problem on FreeBSDPeter Stephenson2005-10-301-1/+6
* 21948Wayne Davison2005-10-281-0/+7
* Made the two ZC_REDIR_*() macros return an int.Wayne Davison2005-10-281-2/+2
* Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not definedWayne Davison2005-10-281-2/+4
* 21947: new gcc options for sparcClint Adams2005-10-282-8/+24
* 21946: update options for ia32, amd64.Clint Adams2005-10-282-5/+29