summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-11-01- Changed a couple pointers from "char *" to "unsigned char *" inWayne Davison1-19/+16
order to match the zlemetaline's type. - A few brace-position twiddles.
2005-11-01- Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" codeWayne Davison1-13/+5
lines to work in both normal and multibyte mode without needing conditional code. - A couple brace-position twiddles.
2005-11-01- A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.Wayne Davison1-20/+11
- Use idigit() in place of some former '0' - '9' range checks. - Simplified some multibyte conditional code by using ZC_icntrl() and LASTFULLCHAR.
2005-11-01Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerlyWayne Davison1-4/+4
an "int"), and ZLE_STRING_T into a "char *" (formerly an "unsigned char *").
2005-11-01Changed zle_text to a "char *" to match the new ZLE_STRING_T.Wayne Davison1-2/+2
2005-11-0121962Wayne Davison1-0/+7
2005-11-01- Changed a bunch of iblank() calls on zleline to use ZC_iblank().Wayne Davison1-16/+16
- Changed one isalpha() call on zleline to use the new ZC_ialpha().
2005-11-01- In vireplacechars(), changed "ch" into a ZLE_INT_T.Wayne Davison1-13/+10
- Changed some islower()/isupper()/iblank() calls on zleline to use the new ZC_i<type> versions.
2005-11-01Changed iblank() calls on zleline to use ZC_iblank().Wayne Davison1-1/+1
2005-11-01- Defined some new ZC_i<type> macros, such as ZC_ilower, ZC_inblank,Wayne Davison1-3/+13
ZC_iupper, etc. - Fixed ZC_iblank to not return true when given a newline.
2005-11-01Changed some isdigit() calls to use idigit().Wayne Davison2-8/+7
2005-11-01- Added the wcsiblank() function for wide-char blank-checking thatWayne Davison1-2/+12
does not match '\n'. - Fixed a couple calls to isascii() that were passing a "char" value.
2005-11-01Added macros for iascii(), ilower(), iprint(), and iupper().Wayne Davison1-0/+5
2005-10-31Mention compiler-warning fixes.Wayne Davison1-0/+4
2005-10-31Fixed a compiler warning about a signed/unsigned comparison.Wayne Davison1-3/+5
2005-10-31Fixed some compiler warnings about signed/unsigned comparisons.Wayne Davison2-5/+5
2005-10-31In parse_cadef(), the variable name oargs was re-defined in an innerWayne Davison1-2/+2
context, so I changed the name of the outer variable to orig_args.
2005-10-31Make more use of idigit().Wayne Davison1-0/+6
2005-10-31Use idigit() instead of range-checking '0' - '9'.Wayne Davison4-9/+8
2005-10-3121960: put zcalc history file in ZDOTDIR if set.Clint Adams2-1/+6
2005-10-30unposted: minor tweaks to roadmapPeter Stephenson2-8/+12
2005-10-3021957: more wide-character refresh stuffPeter Stephenson2-103/+127
2005-10-3021954: work around /dev/fd problem on FreeBSDPeter Stephenson1-1/+6
2005-10-2821948Wayne Davison1-0/+7
2005-10-28Made the two ZC_REDIR_*() macros return an int.Wayne Davison1-2/+2
2005-10-28Got rid of a use of WEOF when MULTIBYTE_SUPPORT is not definedWayne Davison1-2/+4
(which fixed a signed vs unsigned comparison compiler warning).
2005-10-2821947: new gcc options for sparcClint Adams2-8/+24
2005-10-2821946: update options for ia32, amd64.Clint Adams2-5/+29
2005-10-28unposted: bit I missed in 21945Peter Stephenson2-1/+3
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson20-117/+131
use multibyte versions of nicechar wherever possible.
2005-10-2821942: another extra-wide character fixPeter Stephenson2-5/+34
2005-10-2621939: new UNMETACHECK() was too ruthlessPeter Stephenson2-2/+6
2005-10-2521936: bug deleting extra-wide characterPeter Stephenson2-0/+11